.intoro{
	margin-top: 110px;
	margin-bottom: 160px;
}
.intoro h2{
	margin-bottom: 50px;
}
.intoro > p{
	margin-bottom: 60px;
}
.intoro .telBox{
	background: #f1f1f1;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 40px 30px;
}
.intoro .telBox p{
	margin-bottom: 10px;
}
.intoro .telBox a{
	display: inline-block;
	font-size: 6.4rem;
	font-weight: bold;
	line-height: 1;
	color: #282828;
}
.intoro .telBox a span{
	font-size: 4.8rem;
	margin-right: 20px;
}


@media screen and (max-width: 750px){
	.intoro h2,
	.intoro p{
		text-align: left;
	}
	.intoro h2{
		margin-bottom: 40px;
	}
	.intoro .telBox{
		padding-bottom: 60px;
	}
}

/* フォーム部分 */
.contctBox{
	padding-bottom: 160px;
}
.contctBox h3.mid04{
	margin-bottom: 100px;
}
.contctBox p{
	margin-bottom: 60px;
}
span.textRed{
	color: #ff0000;
}

.contctBox dl{
	display: flex;
}
.contctBox dl + dl{
	margin-top: 20px;
}
.contctBox dt{
	padding-top: 8px;
	font-weight: 500;
	width: 280px;
	font-size: 1.6rem;
}
.contctBox dd{
	width: calc( 100% - 300px );
	font-size: 1.4rem;
}
@media screen and (max-width: 750px){
	.contctBox dl{
		display: block;
	}
	.contctBox dt{
		font-size: 2.4rem;
		margin-bottom: 10px;
		width: 100%;
	}
	.contctBox dd{
		font-size: 2.4rem;
		width: 100%;
	}
	.contctBox dl + dl{
		margin-top: 30px;
	}
}
.contctBox dd textarea,
.contctBox dd input[type="text"]{
	box-sizing: border-box;
	padding: 8px;
	width: 100%;
	border: solid 2px #f1f1f1;
}
.contctBox dd textarea{
	height: 260px;
}
/* ラジオボタン */
.contctBox dd input[type="radio"]{
	display: none;
}
label.checkBoc{
	float: left;
}
label.checkBoc:hover{
	cursor : pointer;
}
label.checkBoc {
	margin-right: 20px;
	position: relative; /* ボックスの位置を指定する */
	padding-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
label.checkBoc:before,
label.checkBoc:after{
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	content: "";
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
}
label.checkBoc:before {
	left: 10px;
	width: 10px;
	height: 10px;
	background: #282828;
	opacity: 0;
}
input[type="radio"]:checked + label.checkBoc:before {
	opacity: 1;
}
label.checkBoc:after {
	left: 0px;
	width: 30px;
	height: 30px;
	border: 2px solid #f1f1f1;
}
/* //ラジオボタン */

input[type="submit"]{
	color: #fff;
	box-sizing: border-box;
	line-height: 1;
	padding: 20px 130px;
	font-size: 1.6rem;
	border: solid 2px #282828;
	margin-top: 100px;
	background: #282828;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor : pointer;
	-moz-transition: .1s;
	-webkit-transition: .1s;
	-o-transition: .1s;
	-ms-transition: .1s;
	font-weight: bold;
}
input[type="submit"]:hover{
	background: #fff;
	color: #282828;
}
select{
	box-sizing: border-box;
	border: solid 2px #f1f1f1;
	padding: 8px;
	width: 50%;
}
select .of{
	color: #c0c0c0;
}



@media screen and (max-width: 750px){


/*======================
display_size_noen
======================*/
.sp_none{
	display: none !important;
}
.pc_none{
	display: block !important;
}

/* ======================
header
====================== */

/*======================
.cl { clearfix }
======================*/
.cl::after {
	content: "";
	display: table;
	clear: both;
}

}
