@charset "UTF-8";

div#kazokuwari{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin-bottom:10px;
}

div#kazokuwari div{
	display:flex;
	flex-direction:column;
	width:45%;
	border:1px solid #ddd;
	border-radius: 15px;
}

div#kazokuwari div.icon_plus{
	align-items: center;
	flex-direction:row;
	width:10%;
	padding:0 20px 0 20px;
	align-items:center;
	vertical-align: middle;
	border:0;
}

div#kazokuwari div.icon_plus img{
	display:inline-block;
}

div#kazokuwari div p:nth-child(2){
	padding:0 15px 0 15px;
	margin:0 0 10px 0;
}

div#kazokuwari div p:last-child{
	padding:0 15px 0 15px;
}

div#kazokuwari div ul{
	margin:0;
	padding:0 15px 0 15px;
}

#kazoku_myy div.l-wrapper{
	position:relative;
}

#kazoku_myy div.float_btn{
	background-color:#efefef;
	border-top:1px solid #ddd;
	position:fixed;
	bottom:0;
	padding:10px 0 10px 0;
	display:block;
	width:calc(100%);
	z-index:4;
}

#kazoku_myy .shortcutmenu{
	bottom:80px;
}

#kazoku_myy .gotop{
	bottom:90px;
}

#kazoku_myy .shortcutmenu.is-absolute{
	bottom:195px;
}

#kazoku_myy .l-container{
	margin-left:0;
	padding-bottom:74px;
}

#kazoku_myy .l-footer{
	border:0;
}

/**** 20201209-018032 ****/
.color-box div{
	display:flex;
}
.border-box{
	border:1px solid #e8e8e8;
	border-radius:5px;
	padding:15px;
	display:flex;
	flex-direction:column;
}
.bg-orenge{
	border:1px solid #ff0000;
	background-color:#fbe5d6;
}
.bg-orenge strong{
	color:#ff0000;
}
.bg-blue{
	border:1px solid #4472c4;
	background-color:#deebf7;
}
.bg-blue strong{
	color:#4472c4;
}

@media (max-width: 1180px) {
	#kazoku_myy div.float_btn{
		width:100%;
	}
}

@media (max-width: 768px){
	div#kazokuwari div,
	div#kazokuwari div.icon_plus{
		width:100%;
	}
	div#kazokuwari div.icon_plus{
		padding:10px 0 10px 0;
		justify-content:center;
	}
	div#kazokuwari div.icon_plus img{
		width:30px;
	}
	div#kazokuwari div p img{
		width:100%;
		height:auto;
	}
	#kazoku_myy div.float_btn{
		bottom:0;
	}
	#kazoku_myy .tab-list-item span{
		line-height:1.4;
	}
	#kazoku_myy #menu-open{
		display:none;
	}
	#kazoku_myy .l-container{
		padding-bottom:0;
	}
}
