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


/* ---------- cate01 ---------- */
.cate1 .box_wrap{
	gap: 80px;
	padding-bottom: 0px;
}
.cate1 .box_wrap .box-item{
	width: 90%;
	gap:60px;
}
.cate1 .box_wrap .box-item .imgbox{
	width: calc(50% - 30px);
}
.cate1 .box_wrap .box-item .txtbox{
	width: calc(50% - 30px);
}
.cate1 .mapbox{
	width: 200px;
	background-color: #333333;
	border-radius: 50px;
	padding: 10px 25px;
	margin-top: 30px;
}
.cate1 .txtbox h3{
	border-bottom: 1px solid #999999;
	padding-bottom: 10px;
}
.cate1 .box_wrap .txtbox p span{
	font-weight: 700;
	padding-right: 20px;
}
/* ---------- cate02 ---------- */
.
/* ---------- cate03 ---------- */



/* ---------- cate04 ---------- */


/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	
	
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate1 .box_wrap .box-item{
		flex-direction: column;
	}
	.cate1 .box_wrap .box-item .imgbox{
		width: 100%;
	}
	.cate1 .box_wrap .box-item .txtbox{
		width: 100%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	
	.cate1 .txtbox2{
		text-align: left;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

