@charset "utf-8";
.sec1 > p{
	font-size: 20px;
	line-height: 35px;
}

.sec1 h2{
	border-bottom: 3px solid #2162b1;
	color: #2162b1;
	font-size: 26px;
	padding-bottom: 5px;
}

.sec1 h2 img{
	vertical-align: middle;
	margin-right: 10px;
}

.sec1 .in > .flex > div{
	width: 474px;
}

.sec1 .in > .flex > div:last-child{
	width: 100%;
}

.sec1 .number{
	color: #ca243f;
	font-size: 34px;
	font-weight: 500;
}

.sec1 .number span{
	font-size: 22px;
	margin-right: 10px;
}

.inquiry{
	background: #eeeeee;
	padding: 50px 0;
}

.form-area{
	margin: 0 auto;
	width: 578px;
}

.form-area .table{
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.form-area .table > div{
	display: table-cell;
}

.form-area .table > div.th{
	font-weight: 500;
	width: 178px;
}

.file li{
	margin-bottom: 10px;
}

span.chui{
	color: #ca243f;
}

.form-area input[type="text"]{
	border: none;
	height: 45px;
	width: 100%;
}

.form-area textarea{
	border: none;
	width: 100%;
}

.v-top{
	vertical-align: top;
}

.checkbox-input{
	display: none;
}

.checkbox-parts{
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
}

.checkbox-parts::before{
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
}

.checkbox-input:checked + .checkbox-parts{
//	color: #2162b1;
}

.checkbox-input:checked + .checkbox-parts::after{
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 7px;
	height: 14px;
	transform: rotate(40deg);
	border-bottom: 3px solid #2162b1;
	border-right: 3px solid #2162b1;
}

.check a{
	color: #2162b1;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px){
	.section{
		padding: 0 0 50px
	}

	.sec1 > p {
		font-size: 14px;
		line-height: 25px;
		letter-spacing: 0;
		padding: 0 10px;
	}
	
	.sec1 .in{
		margin: 0 auto;
		width: 95%;
	}

	.sec1 h2{
		font-size: 20px;
	}
	
	.sec1 .in > .flex > div {
		margin-top: 30px;
		width: 100%;
	}
	
	.sec1 h2 img {
		width: 35px;
	}
	
	.sec1 .number {
		font-size: 26px;
		text-align: center;
	}
	
	.sec1 .number span {
		font-size: 18px;
	}
	
	.sec1 p.txt{
		font-size: 14px;
		text-align: center;
	}
	
	.sec1 .cont-area p.txt{
		text-align: left;
	}
	
	.inquiry {
		padding: 20px 10px;
	}
	
	.form-area {
		width: 100%;
	}
	
	.form-area .table > div {
		display: block;
	}
	
	.form-area .table > div.th {
		margin-bottom: 5px;
		width: 178px;
	}

}