@charset "utf-8";
/* CSS Document */
.pagetitle{
	background-color: #FFEBF7;
}
.main-wrap .top_box .boxwrap{
	gap: 150px 100px;
	align-items: flex-start;
}
.main-wrap .top_box .boxwrap .box{
	position: relative;
	display: block;
	width: calc(100% / 2 - 100px / 2);
	background-color: #fff;
	border-radius: 20px;
}
.main-wrap .top_box .boxwrap .box .imgbox{
	width: 100%;
	z-index: 1;
	border-radius: 20px;
}
.main-wrap .top_box .boxwrap .box .badge_box{
	aspect-ratio: 1 / 1;
	width: 130px;
	border-radius: 50%;
	z-index: 2;
}
.main-wrap .top_box .boxwrap .box:nth-of-type(1) .badge_box{
	background-color: #085CB1;
}
.main-wrap .top_box .boxwrap .box:nth-of-type(2) .badge_box{
	background-color: #37B3ED;
}
.main-wrap .top_box .boxwrap .box:nth-of-type(3) .badge_box{
	background-color: #7DBF4D;
}
.main-wrap .top_box .boxwrap .box:nth-of-type(4) .badge_box{
	background-color: #F59C00;
}
.main-wrap .top_box .boxwrap .box .badge_box img{
	width: 40px;
	margin-bottom: 10px;
}
body.on .main-wrap .top_box .boxwrap .box .badge_box{
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(-50%,-50%);
}
.main-wrap .top_box .boxwrap .box .badge_box h3{
	line-height: 1;
}


.bottom_box{
	background-color: #F4F4F4;
}
.bottom_box.cate_wrap > .cate .contents{
	background-color: #fff;
	border-radius: 20px;
	padding: 5%;
}
.bottom_box.cate_wrap > .cate:first-of-type{padding-top: 0!important;}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.main-wrap .top_box .boxwrap .box .badge_box{
		width: 110px;
	}
	.main-wrap .top_box .boxwrap .box .badge_box h3{
		font-size: 14px;
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.main-wrap .top_box .boxwrap{
		width: 100%!important;
		gap: 50px 80px;
	}
	.main-wrap .top_box .boxwrap .box{
		width: calc(100% / 2 - 80px / 2);
	}
	.main-wrap .top_box .boxwrap .box .badge_box{
		width: 100px;
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.main-wrap .top_box .boxwrap{
		padding: 0 40px;
		gap: 0;
	}
	.main-wrap .top_box .boxwrap .box{
		width: 100%;
		margin-top: 80px;
	}
	.main-wrap .top_box .boxwrap .box:first-of-type{margin-top: 0;}
	body.on .main-wrap .top_box .boxwrap .box .badge_box{
		width: 100px;
	}
	.main-wrap .top_box .boxwrap .box .badge_box img{
		width: 30px;
	}
	.main-wrap .top_box .boxwrap .box .badge_box h3{
		font-size: 12px;
	}

}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

