/* message start */
.section.contact-message{
	padding: 150px 0 120px;
}
.contact-message .inner{
	position: relative;
}
.contact-message .inner::before{
	content: url("../img/contact/img_01.jpg");
	position: absolute;
	top: 55%;
	right: 0;
	transform: translateY(-45%);
	z-index: -2;
}
.contact-message div p{
	font-size: 1.8rem;
	font-weight: 500;
	text-align: left;
	border-left: solid 3px #1A6096;
	padding-left: 20px;
	margin-bottom: 40px;
}
.contact-message div p:last-of-type{
	margin-bottom: 0;
}
/* message end */

/* tel-line start */
.section.contact-telline{
	padding-top: 0;
}
.contact-telline .container{
	background-color: #E2F2FF;
	padding: 10px;
	border-radius: 20px;
}
.contact-telline .wrapper{
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 15px;
	padding: 50px 0;
}
.contact-telline .box{
	box-sizing: border-box;
	text-align: center;
}
.contact-telline .box.tel{
	width: 55%;
}
.contact-telline .box.line{
	width: 45%;
	border-left: solid 2px #1A6096;
}
.contact-telline h3{
	color: #1A6096;
	margin-bottom: 50px;
	line-height: 1;
}
.contact-telline .tel p{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 5.5rem;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1;
}
.contact-telline .tel p span{
	display: inline-block;
	font-size: 2.3rem;
	font-weight: 500;
	margin-right: 5px;
	line-height: 1.2;
}
.contact-telline .btn {
	font-size: 2rem;
	text-transform: uppercase;
	padding: 15px 120px 15px 80px;
}
/* tel-line end */

/* mail start */
.section.contact-mail{
	padding-top: 0;
}
.contact-mail .container{
	background-color: #E2F2FF;
	padding: 10px;
	border-radius: 20px;
}
.contact-mail .container-inner{
	background-color: #fff;
	padding: 0 30px 30px;
	border-radius: 15px;
}
.contact-mail .container-inner h3{
	font-size: 3rem;
	color: #1A6096;
	padding: 50px 0;
}
.contact-mail .wrapper{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-color: #fff;
}
.contact-mail .box{
	box-sizing: border-box;
	width: calc(50% - 15px);
	background-color: #E2F2FF;
	border-radius: 20px;
	padding: 0 30px 10px;
}
.contact-mail .box h4{
	font-size: 2.5rem;
	font-weight: 500;
	color: #1A6096;
	padding: 40px 0;
	text-align: center;
}
.contact-mail .form table{
	width: 100%;
}
.contact-mail .form tr{
	display: block;
	margin-bottom: 30px;
}
.contact-mail .form tr th,
.contact-mail .form tr td{
	display: block;
	text-align: left;
}
.contact-mail .form tr th{
	margin-bottom: 10px;
}
.contact-mail .form tr th p{
	font-size: 1.7rem;
}
.contact-mail .form tr th span{
	font-size: 1.4rem;
	font-weight: bold;
	color: white;
	background: linear-gradient(to right, #65e0b7, #3a99e3);
	margin-left: 20px;
	padding: 0 5px 1px;
	line-height: 1;
	background-color: #653B00;
	border-radius: 3px;
}
.contact-mail .form .wpcf7-list-item {
	display: block;
	margin: 0 0 10px 0;
}
.contact-mail .form tr:nth-of-type(2) td input,
.contact-mail .form tr:nth-of-type(3) td input,
.contact-mail .form tr:nth-of-type(4) td input,
.contact-mail .form tr:nth-of-type(5) td input,
.contact-mail .form tr:nth-of-type(6) td input{
	width: 100%;
	height: 50px;
	border: none;
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 1.6rem;
	background-color: #ffffff;
	border-radius: 5px;
}
.contact-mail .form textarea {
	width: 100%;
	height: 200px;
	border: none;
	padding: 10px;
	box-sizing: border-box;
	font-size: 1.6rem;
	background-color: #ffffff;
	border-radius: 5px;
}
.espf-b-confirm{
	width: 150px;
	color: #222222;
}
.espf-b-back{
	height: 50px;
	margin-bottom: 30px;
}
.espf-b-submit{
	height: 50px;
}
.wpcf7-form-control.wpcf7-submit{
	font-family: "\6E38\660E\671D\4F53","Yu Mincho",YuMincho,"\30D2\30E9\30AE\30CE\660E\671D Pro","Hiragino Mincho Pro","MS P\660E\671D","MS PMincho",serif;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background-color: #3A99E3;
	color: white;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 3px;
	transition: 0.5s;
	border-radius: 5px;
}
.wpcf7-form-control.wpcf7-submit:hover{
	opacity: 0.8;
	cursor: pointer;
}
.wpcf7 form.sent .wpcf7-response-output{
	margin-top: 0;
	text-align: center;
	padding: 15px;
}
.wpcf7-spinner{
	display: block;
}
/* mail end */



@media screen and (max-width:767px){
	
	
	
	
	
	
	
	/* message start */
	.section.contact-message{
		padding:50px 0;
	}
	.contact-message .inner::before {
    content: url(../img/contact/img_01_sp.jpg);
    right: 0;
	}
	.contact-message div p{
		font-size: 1.5rem;
		border-left: solid 2px #1A6096;
    padding-left: 10px;
    margin-bottom: 40px;
	}
	/* message end */

	/* tel-line start */
	.section.contact-telline{
		padding-bottom: 40px;
	}
	.contact-telline .container{
		padding: 7px;
	}
	.contact-telline .wrapper{
		display: block;
		padding: 30px 20px;
	}
	.contact-telline .box.tel{
		width: 100%;
		margin-bottom: 30px;
	}
	.contact-telline h3{
	 font-size: 2rem;
		margin-bottom: 30px;
	}
	.contact-telline .tel p{
		display: block;
		font-size: 3rem;
	}
	.contact-telline .tel p span{
		display: block;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
	.contact-telline .box.line{
		width: 100%;
		border-left: none;
		border-top: solid 1px #1A6096;
		padding-top: 30px;
	}
	.contact-telline .btn {
    font-size: 1.6rem;
    text-transform: uppercase;
    padding: 10px 70px 10px 40px;
	}
	/* tel-line end */

	/* mail start */
	.contact-mail .container{
		padding: 7px;
	}
	.contact-mail .container-inner{
		padding: 0 10px 10px;
	}
	.contact-mail .container-inner h3 {
    font-size: 2rem;
    color: #1A6096;
    padding: 30px 0;
	}
	.contact-mail .wrapper{
		display: block;
	}
	.contact-mail .box{
		width: 100%;
		padding: 0 15px 7px;
		margin-bottom: 30px;
		border-radius: 10px;
	}
	.contact-mail .box:last-of-type{
		margin-bottom: 0;
	}
	.contact-mail .box h4 {
    font-size: 2rem;
    padding: 30px 0 25px;
	}
	.contact-mail .form tr{
		margin-bottom: 20px;
	}
	.contact-mail .form tr:last-of-type{
		margin-bottom: 0;
	}
	.contact-mail .form tr th{
		margin-bottom: 5px;
	}
	.contact-mail .form tr th p {
    font-size: 1.5rem;
	}
	.contact-mail .form tr th span {
    font-size: 1.2rem;
    padding: 0 5px 1px;
		margin-left: 10px;
	}
	.contact-mail .form tr:nth-of-type(2) td input,
	.contact-mail .form tr:nth-of-type(3) td input,
	.contact-mail .form tr:nth-of-type(4) td input,
	.contact-mail .form tr:nth-of-type(5) td input,
	.contact-mail .form tr:nth-of-type(6) td input{
		height: 40px;
		font-size: 1.4rem;
	}
	.wpcf7-form-control.wpcf7-submit {
		height: 50px;
		font-size: 1.6rem;
    margin: 25px auto 0;
	}
	/* mail end */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}