@charset "utf-8";
/* CSS Document */
.main-wrap{
	overflow: hidden;
}
.cate_wrap .cate1 .contents{
	justify-content: space-between;
	align-items: flex-start;
}
.cate_wrap .cate1 .contents .txtbox {
	width: 60%;
}
.cate_wrap .cate1 .contents .txtbox h2{
	padding: 30px 0 20px;
}
.cate_wrap .cate1 .contents .imgbox {
	width: 30%;
	position: relative;
	z-index: 3;
}
.cate_wrap .cate1 .txtbox .namebox{
	padding: 20px 0;
	gap: 10px 30px;
	position: relative;
	margin-bottom: 30px;
}
.cate_wrap .cate1 .txtbox .namebox p{
	position: relative;
	z-index: 2;
}
.cate_wrap .cate1 .txtbox .namebox::after{
	content: "";
	position: absolute;
	width: 200vw;
	left: -100%;
	top: 0;
	height: 100%;
	background-color: #17DD17;
	opacity: 0.4;
}
.cate_wrap .cate2 .boxwrap .box{
	justify-content: flex-start;
	align-items: stretch;
}
.cate_wrap .cate2 .boxwrap .box h2,.cate_wrap .cate2 .boxwrap .box > div{
	justify-content: flex-start;
	align-items: flex-start;
	padding: 30px 10px;
}
.cate_wrap .cate2 .boxwrap .box h2,.cate_wrap .cate2 .boxwrap .box > div p{
	font-weight: 400;
	line-height: 1.6;
}
.cate_wrap .cate2 .boxwrap .box h2{
	width: 30%;
	border-bottom: 1px solid #9F9F9F;
}
.cate_wrap .cate2 .boxwrap .box > div{
	width: 70%;
	border-bottom: 1px solid #D8D8D8;
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .contents .txtbox {
		width: 65%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate2 .boxwrap .box h3,.cate_wrap .cate2 .boxwrap .box > div{
		padding: 15px 5px 12px ;
	}
	.cate_wrap .cate2 .boxwrap .box h3{
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		padding-bottom: 3px;
		margin-bottom: 5px;
	}
	.cate_wrap .cate2 .boxwrap .box > div{
		padding-top: 0;
		width: 100%;
		border-bottom: 1px solid #979797;
	}
	.cate_wrap .cate1 .contents{
		justify-content: center;
	}
	.cate_wrap .cate1 .contents .txtbox {
		width: 100%;
	}
	.cate_wrap .cate1 .contents .txtbox h2{
		padding: 30px 0 20px;
	}
	.cate_wrap .cate1 .contents .imgbox {
		width: 60%;
		margin-bottom: 20px;
	}
	.cate_wrap .cate1 .txtbox .namebox{
		gap: 10px 20px;
	}
}

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

