@charset "utf-8";
/* CSS Document */
.footer_contact1{display:block;}
.pagetitle{
	background-color: #FDE1B3
}
.pagetitle .imgbox .badge_box{
	background-color: #F59C00;
}
.main-wrap{
	background-color: #F4F4F4;
}

.box_list .box_list_item .title1{
	background-color: #F59C00;
}
.box_list .box_list_item .title2{
	color: #F59C00;
}
.box_list .box_list_item .dot_icon_txt::after{
	background-color: #F59C00;
}
.box_list .box_list_item .item_txt{
	background-color: #FEF1DA;
}
.box_list .box_list_item .item_list .item_list_item:first-of-type{
	border-color: #F59C00;
}
.box_list .box_list_item .item_list .item_list_item:first-of-type p{
	color: #F59C00;
}


.cate1 .top_box .imgbox{
	width: 40%;
}
.cate1 .top_box .txtbox{
	width: 60%;
	padding-right: 5%;
}

.cate3 .contents .boxwrap{
	gap: 50px;
}
.cate3 .contents .boxwrap .box{
	width: calc(100% / 3 - 100px / 3);
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate3 .contents .boxwrap{
		gap: 40px;
	}
	.cate3 .contents .boxwrap .box{
		width: calc(100% / 3 - 80px / 3);
	}

}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate3 .contents .boxwrap{
		gap: 30px;
	}
	.cate3 .contents .boxwrap .box{
		width: calc(100% / 3 - 60px / 3);
	}

}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.box_list .box_list_item .item_list .item_list_item{
		border-color: #F59C00;
	}
	.cate1 .top_box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.cate1 .top_box .txtbox{
		width: 90%;
		padding-right: 0;
	}
	.cate3 .contents .boxwrap{
		gap: 20px;
	}
	.cate3 .contents .boxwrap .box{
		width: calc(100% / 3 - 40px / 3);
	}

}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.box_list .box_list_item .item_list .item_list_item,.box_list .box_list_item .item_list.item_list2 .item_list_item{
		border-color: #F59C00;
	}
	.cate1 .top_box .imgbox{
		width: 80%;
		margin-bottom: 30px;
	}
	.cate1 .top_box .txtbox{
		width: 100%;
	}
	.cate3 .contents .boxwrap{
		gap: 40px;
	}
	.cate3 .contents .boxwrap .box{
		width: 80%;
	}

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

