@charset "utf-8";
/* CSS Document */

.cate_wrap .cate1 .box .imgbox{
	width: 40%;
}
.cate_wrap .cate1 .box .txtbox{
	width: 60%;
	padding-left: 50px;
}

.cate_wrap .cate2 .box:not(:last-of-type){
	margin-bottom: 80px;
}
.cate_wrap .cate2 .box .title_item .price{color: #BF272D;}
.cate_wrap .cate2 .box .imgwrap{
	gap: 15px;
}
.cate_wrap .cate2 .box .imgwrap .img{
	width: calc(50% - 54px / 2);
}
.cate_wrap .cate2 .box .imgwrap .arrow{
	width: 24px;
}

.faq_wrap{}
.faq_wrap .box{
	border-bottom: 1px solid #808080;
	padding-bottom: 10px;
}
.faq_wrap .box:not(:last-of-type){
	margin-bottom: 30px;
}
.faq_wrap .box .q_title{
	justify-content: flex-start;
	gap: 5px 15px;
	margin-bottom: 10px;
	padding-right: 40px;
	position: relative;
	cursor: pointer;
}
.faq_wrap .box .q_title .icon{
	position: absolute;
	width: 32px;
	aspect-ratio: 1 / 1;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.faq_wrap .box .q_title .icon::before,.faq_wrap .box .q_title .icon::after{
	content: "";
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.3s;
}
.faq_wrap .box .q_title .icon::before{
	width: 50%;
	height: 2px;
}
.faq_wrap .box .q_title .icon::after{
	width: 2px;
	height: 50%;
}
.faq_wrap .box .q_title.on .icon::after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.faq_wrap .box .a_box{
	display: none;
	padding: 20px 0;
}
body.gjs-dashed .faq_wrap .box .a_box{
	display: block;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate1 .box .txtbox{
		width: 60%;
		padding-left: 40px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .box .imgbox{
		width: 50%;
	}
	.cate_wrap .cate1 .box .txtbox{
		width: 50%;
	}
	.cate_wrap .cate2 .box:not(:last-of-type){
		margin-bottom: 60px;
	}
	.cate_wrap .cate2 .box .imgwrap{
		gap: 10px;
	}
	.cate_wrap .cate2 .box .imgwrap .img{
		width: calc(50% - 40px / 2);
	}
	.cate_wrap .cate2 .box .imgwrap .arrow{
		width: 20px;
	}
	.faq_wrap .box .q_title{
		gap: 5px 10px;
		margin-bottom: 10px;
		padding-right: 40px;
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .box .imgbox{
		width: 100%;
	}
	.cate_wrap .cate1 .box .txtbox{
		width: 100%;
		padding-left: 0;
	}
	.cate_wrap .cate2 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate2 .box .title_item{
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}
	.cate_wrap .cate2 .box .imgwrap{
		gap: 15px;
		flex-direction: column;
	}
	.cate_wrap .cate2 .box .imgwrap .img{
		width: 100%;
	}
	.cate_wrap .cate2 .box .imgwrap .arrow{
		width: 16px;
		transform: rotate(90deg);
	}
	.faq_wrap .box .q_title{
		flex-direction: column;
		align-items: flex-start;
		gap: 5px;
		margin-bottom: 10px;
		padding-right: 30px;
	}
	.faq_wrap .box .q_title .icon{
		width: 22px;
	}
	.faq_wrap .box .a_box{
		padding: 10px 0;
	}
}

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

