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

.cate1 .contents{
	gap: 80px;
}
.cate1 .contents > div{
	width: calc(50% - 80px / 2);
}
.cate1 .contents .txtbox{
	align-items: flex-start;
}
.cate1 .contents .txtbox .txtitem{
	padding: 20px;
	border-radius: 4px;
}
.cate1 .contents .txtbox .txtitem .item{
	justify-content: flex-start;
}
.cate1 .contents .txtbox .txtitem .item:not(:last-of-type){
	margin-bottom: 10px;
}
.cate1 .contents .txtbox .txtitem .item p{color: #fff;}
.cate1 .contents .txtbox .txtitem .item .title{
	width: 90px;
}
.cate1 .contents .txtbox .txtitem .item p:last-of-type{
	width: calc(100% - 90px);
}

.cate2 .boxwrap{
	gap: 40px;
}
.cate2 .boxwrap:not(:last-of-type){
	margin-bottom: 80px;
}
.cate2 .boxwrap > div{
	width: 100%;
}
.cate2 .boxwrap .titlebox{
	padding-bottom: 10px;
	border-bottom: 2px solid #000000;
}
.cate2 .boxwrap .box{
	gap: 40px;
}
.cate2 .boxwrap .box .imgbox{
	width: 20%;
	border-radius: 50%;
}
.cate2 .boxwrap .box .txtitem{
	width: 300px;
	padding: 20px;
	border-radius: 4px;
}
.cate2 .boxwrap .box .txtitem .item{
	justify-content: flex-start;
}
.cate2 .boxwrap .box .txtitem .item:not(:last-of-type){
	margin-bottom: 10px;
}
.cate2 .boxwrap .box .txtitem .item p{color: #fff;}
.cate2 .boxwrap .box .txtitem .item .title{
	width: 90px;
}
.cate1 .contents .txtbox .txtitem .item p:last-of-type{
	width: calc(100% - 90px);
}
.cate2 .boxwrap .box .txtbox{
	width: calc(80% - 300px - 80px);
}

.cate3{
	background-color: #F7F7F7;
}
.cate3 .txtbox{
	padding: 5%;
	background-color: #fff;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate1 .contents{
		gap: 60px;
	}
	.cate1 .contents > div{
		width: calc(50% - 60px / 2);
	}
	.cate2 .boxwrap .box{
		gap: 30px;
	}
	.cate2 .boxwrap .box .imgbox{
		width: 20%;
	}
	.cate2 .boxwrap .box .txtitem{
		width: 280px;
		padding: 20px;
	}
	.cate2 .boxwrap .box .txtbox{
		width: calc(80% - 280px - 60px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .contents{
		gap: 40px;
	}
	.cate1 .contents > div{
		width: calc(50% - 40px / 2);
	}
	.cate2 .boxwrap .box .imgbox{
		width: 30%;
	}
	.cate2 .boxwrap .box .txtitem{
		width: 280px;
		padding: 20px;
	}
	.cate2 .boxwrap .box .txtbox{
		width: 80%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate1 .contents .txtbox .txtitem .item .title{
		width: 80px;
	}
	.cate1 .contents .txtbox .txtitem .item p:last-of-type{
		width: calc(100% - 80px);
	}
	.cate2 .boxwrap .box .imgbox{
		width: 40%;
	}
	.cate2 .boxwrap .box .txtitem{
		width: 280px;
		padding: 20px;
	}
	.cate2 .boxwrap .box .txtitem .item .title{
		width: 80px;
	}
	.cate2 .boxwrap .box .txtitem .item p:last-of-type{
		width: calc(100% - 80px);
	}
	.cate2 .boxwrap .box .txtbox{
		width: 90%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate1 .contents > div{
		width: 100%;
	}
	.cate1 .contents{
		gap: 30px;
	}
	.cate1 .contents .txtbox{
		align-items: center;
	}
	
	.cate2 .boxwrap:not(:last-of-type){
		margin-bottom: 60px;
	}
	.cate2 .boxwrap .box{
		gap: 20px;
	}
	.cate2 .boxwrap .box .imgbox{
		width: 70%;
	}
	.cate2 .boxwrap .box .txtitem{
		width: auto;
		padding: 20px;
		max-width: 100%;
	}
	.cate2 .boxwrap .box .txtbox{
		width: 100%;
	}
	
	.cate3 .txtbox{
		padding: 20px;
	}
}

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

