@charset "utf-8";

/* フッター
------------------------------------------------------------*/
footer{background-color: #F9F5EA;}

/* タイプ別おすすめ商品
------------------------------------------------------------*/
.type_box{
	padding-top: 120px;
	max-width: 1100px;
	width: 88%;
	margin: 0 auto;
}
.type_box > h2{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 70px;
}
.type_box > h2,.type_li > div h3{letter-spacing: 0.1rem;}
.type_box > h2::before,.type_box > h2::after{
	content: '';
	width: 15px;
	height: 15px;
	background-color: #EF5A26;
	border-radius: 50%;
	flex-shrink: 0;
}
.type_box > h2::before{margin-right: 20px;}
.type_box > h2::after{margin-left: 20px;}
.type_li > div:not(:last-child){margin-bottom: 100px;}
.type_li > div h3::before,.type_li > div h3::after{
	content: '';
	width: 100%;
	height: 2px;
	background: url("../images/dot_line_o.webp") repeat-x center / contain;
	display: block;
}
.type_li > div h3::before{margin-bottom: 20px;}
.type_li > div h3::after{margin: 25px 0 40px;}
.type_li > div ul.flexbox > li{
	width: 48%;
	margin: 2% 0;
}
.type_li a,.type_li a img{
	display: block;
	margin: 0 auto;
}
@media (any-hover: hover){.type_li a:hover{opacity: 0.7;}}

/* 1025px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1025px){
	
	/* タイプ別おすすめ商品
	--------------------------------------*/
	.type_box{padding-top: 60px;}
	.type_box > h2{margin-bottom: 40px;}
	.type_box > h2::before,.type_box > h2::after{
		width: 10px;
		height: 10px;
	}
	.type_box > h2::before{margin-right: 15px;}
	.type_box > h2::after{margin-left: 15px;}
	.type_li > div:not(:last-child){margin-bottom: 50px;}
	.type_li > div h3::before{margin-bottom: 15px;}
	.type_li > div h3::after{margin: 15px 0 25px;}
}

/* 500px以下から
------------------------------------------------------------*/
@media only screen and (max-width:500px){
	
	/* タイプ別おすすめ商品
	--------------------------------------*/
	.type_li > div h3::after{margin-bottom: 35px;}
	.type_li > div:not(:last-child){margin-bottom: 60px;}
	.type_li > div ul.flexbox > li{
		width: 100%;
		margin: 0;
	}
	.type_li > div ul.flexbox > li:not(:last-child){margin-bottom: 25px;}
}

