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


.cate_wrap .cate3 .cate_inner,.cate_wrap .cate9 .cate_inner{
	border-top: 1px solid #CBB144;
	border-bottom: 1px solid #CBB144;
}

.cate_wrap .cate5 .boxwrap{
	background-color: #fff;
	width: 100%;
	padding: 5%;
}
.cate_wrap .cate5 .boxwrap .box{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
	gap: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #D6D6D6;
}
.cate_wrap .cate5 .boxwrap .box:first-of-type{
	padding-top: 0;
}
.cate_wrap .cate5 .boxwrap .box:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}
.cate_wrap .cate5 .boxwrap .box h3{
	width: 15%;
	padding: 4px;
	border-radius: 200px;
}
.cate_wrap .cate5 .boxwrap .box .txt1{
	width: calc(35% - 60px / 2);
}
.cate_wrap .cate5 .boxwrap .box .txt2{
	width: calc(50% - 60px / 2);
}

.cate_wrap .cate9 .boxwrap{
	gap: 20px;
	align-items: stretch;
}
.cate_wrap .cate9 .boxwrap .box{
	background-color: #fff;
	width: calc(50% - 20px / 2);
}
.cate_wrap .cate9 .boxwrap .box h3{
	padding: 10px;
}
.cate_wrap .cate9 .boxwrap .box .txtbox{
	padding: 30px;
	gap: 15px;
	align-items: flex-start;
}
.cate_wrap .cate9 .boxwrap .box .txtbox p{
	position: relative;
	padding-left: 20px;
}
.cate_wrap .cate9 .boxwrap .box .txtbox p::after{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #181717;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cate_wrap .cate9 .boxwrap .box:nth-of-type(1){
	border: 1px solid #CBB144;
}
.cate_wrap .cate9 .boxwrap .box:nth-of-type(2){
	border: 1px solid #D9D8D8;
}
.cate_wrap .cate9 .boxwrap .box:nth-of-type(1) h3{
	background-color: #CBB144;
	color: #fff;
}
.cate_wrap .cate9 .boxwrap .box:nth-of-type(2) h3{
	background-color: #D9D8D8;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate5 .boxwrap .box h3{
		width: 20%;
	}
	.cate_wrap .cate5 .boxwrap .box .txt1{
		width: calc(35% - 60px / 2);
	}
	.cate_wrap .cate5 .boxwrap .box .txt2{
		width: calc(45% - 60px / 2);
	}
	.cate_wrap .cate9 .boxwrap .box .txtbox{
		padding: 20px;
		gap: 15px;
		align-items: flex-start;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate9 .boxwrap .box .txtbox p{
		padding-left: 16px;
	}
	.cate_wrap .cate9 .boxwrap .box .txtbox p::after{
		width: 8px;
		height: 8px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate5 .boxwrap{
		padding: 10% 5%;
	}
	.cate_wrap .cate5 .boxwrap .box{
		flex-direction: column;
		padding: 20px 0;
		gap: 10px;
	}
	.cate_wrap .cate5 .boxwrap .box h3{
		width: auto;
		padding: 3px 20px;
	}
	.cate_wrap .cate5 .boxwrap .box .txt1{
		width: auto;
	}
	.cate_wrap .cate5 .boxwrap .box .txt2{
		width: auto;
	}
	.cate_wrap .cate9 .boxwrap .box .txtbox p{
		padding-left: 16px;
	}
	.cate_wrap .cate9 .boxwrap .box{
		width: 100%;
	}
	.cate_wrap .cate9 .boxwrap .box .txtbox p::after{
		width: 6px;
		height: 6px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

