@charset "UTF-8";

.boxWrap {
	max-width: 735px;
	margin: 0 auto;
	padding: 80px 0;
}
.boxWrap h2 {
	font-size: 40px;
	line-height: 61px;
	color: #000;
	margin-bottom: 80px;
}
.boxWrap h3 {
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 35px;
}
.boxWrap ul {
	margin: 0 auto;
}
.boxWrap ul li {
	display: flex;
	text-align: left;
	font-size: 15px;
	line-height: 28px;
	border-bottom: 1px solid #ccc;
}
.boxWrap ul li span:first-child {
	padding: 0 3px;
}
.cnt1 ul li span:first-child {
	width: 150px;
	min-width: 150px;
}
.cnt2 h3 span {
	font-size: 15px;
	display: inline-block;
	padding: 0 0 0 20px;
}
.cnt2 h3 span a {
	color: #F7931E;
}
.cnt2 ul li:first-child {
	background: #f2f2f2;
}
.cnt2 ul li span:first-child {
	width: 60px;
	min-width: 60px
}
.cnt2 ul li span:nth-child(2) {
	width: 245px;
	min-width: 245px
}
.cnt3 ul li span:first-child {
	width: 180px;
	min-width: 180px;
}
.bottomContact {
	max-width: 100%;
}
/* 1180 ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) and (max-width: 1180px){
	
}
/* SP ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px){
	.boxWrap {
		padding: 40px 20px;
	}
	.cnt1 ul li span:first-child {
		width: 100px;
		min-width: 100px;
	}
	.boxWrap h2 {
		font-size: 24px;
		margin-bottom: 40px;
	}
	.boxWrap h3 {
		font-size: 18px;
	}
	.cnt2 h3 span {
		font-size: 12px;
		display: block;
		padding: 0;
	}
	.cnt2 ul li span:nth-child(2) {
		width: 150px;
		min-width: 150px
	}
	.cnt3 ul li span:first-child {
		width: 100px;
		min-width: 100px;
	}
}