@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .contactSec {
	margin-bottom: 9.8rem;
}
#main .contactSec .content {
	color: #fff;
	max-width: 98rem;
}
#main .contactSec h2 {
	margin-bottom: 3.7rem;
	font-size: 4.5rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	line-height: 1.48;
}
#main .contactSec p {
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 2.08;
	font-feature-settings: "palt";
}
#main .emailSec {
	padding: 0 2rem 20rem;
}
#main .emailSec .content {
	max-width: 110rem;
	border-radius: 3rem;
	padding: 7.5rem 8rem 14.4rem;
	background-color: #FFFFFF;
}
#main .imgBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .imgBox .photo {
	width: 11.2rem;
	margin-right: 5.5rem;
}
#main .imgBox .textBox {
	flex: 1;
	margin-top: -0.4rem;
}
#main .imgBox .textBox p {
	margin-bottom: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #36A1D1;
	font-feature-settings: "palt";
}
#main .entrySec {
	margin-bottom: 9.5rem;
}
#main .entrySec .tel {
	margin-top: -1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	color: #36A1D1;
}
#main .entrySec .tel a {
	font-size: 4.3rem;
	font-weight: 700;
	color: #36A1D1;
	display: inline-block;
	line-height: 1.3;
	letter-spacing: 0.08em;
}
#main .comTable {
	font-feature-settings: "palt";
}
#main .comTable th {
	padding-block: 1.8rem 2rem;
	width: 29.8%;
	color: #36A1D1;
	position: relative;
	letter-spacing: 0.04em;
	border-top: 1px solid #36A1D1;
	border-bottom: 1px solid #36A1D1;
}
#main .comTable th:after {
	width: 10px;  
	height: 1px;
	background-color: #fff;
	position: absolute;  
	bottom: -1px;
	right: 0;  
	content: ""; 
}
#main .comTable th::before {
	width: 10px;  
	height: 1px;
	background-color: #fff;
	position: absolute;  
	top: -1px;
	right: 0;  
	content: ""; 
}
#main .comTable td {
	padding-block: 2.57rem;
	color: #36A1D1;
	letter-spacing: 0.04em;
	border-top: 1px solid #36A1D1;
	border-bottom: 1px solid #36A1D1;
}
#main .must {
	padding: 0.2rem 0.2rem 0.3rem;
	width: 4.5rem;
	font-weight: 700;
	background-color: #36A1D1;
}
.radioUl li input[type="radio"] ~ span {
	letter-spacing: 0.04em;
	color: #36A1D1;
	padding-left: 3.4rem;
	padding-block: 0.6rem;
	font-feature-settings: "palt";
	background-image: url(../img/common/radio03.png);
}
.radioUl li input[type="radio"]:checked ~ span {
	background-image: url(../img/common/radio04.png);
}
textarea, input[type="email"], input[type="tel"], input[type="text"] {
	letter-spacing: 0.04em;
	height: 6.5rem;
	border-radius: 3.2rem;
	background-color: #EFEFEF;
	padding: 0 3rem;
}
input::-webkit-input-placeholder { /* WebKit browsers */
	color: #E0E0E0;
	opacity:1;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #E0E0E0;
	opacity:1;
}
input::-moz-placeholder {
	color: #E0E0E0;
	opacity:1;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #E0E0E0;
	opacity:1;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
	color: #E0E0E0;
	opacity:1;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #E0E0E0;
	opacity:1;
}
textarea::-moz-placeholder {
	color: #E0E0E0;
	opacity:1;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #E0E0E0;
	opacity:1;
}
textarea {
	height: 26.2rem;
	margin-top: 0;
}
#main .comTable tr:last-child th,
#main .comTable tr:last-child td {
	border-bottom: none;
}
#main .checkTxt label {
	border: none;
}
.headLine03 {
	color: #36A1D1;
}
input[type="checkbox"] ~ span {
	font-size: 1.6rem;
	color: #36A1D1;
	letter-spacing: 0.04em;
	padding-bottom: 0.6rem;
	padding-left: 3rem;
	font-feature-settings: "palt";
	background-image: url(../img/common/check03.png);
	background-size: 1.7rem auto;
}
input[type="checkbox"]:checked ~ span {
	background-image: url(../img/common/check04.png);
}
#main .checkTxt a {
	font-weight: 700;
	color: #36A1D1;
	text-decoration: underline;
}
.submit li input{
	background-image: url(../img/common/icon37.png);
	background-size: 3.7rem auto;
	background-color: #36A1D1;
	background-position: right 2rem center;
}
#main .contactSec #thanks {
	padding-bottom: 5rem;
}
#main .contactSec #thanks p {
	font-size: 2rem;
	margin-bottom: 4rem;
	text-align: center;
}
#main .comLink a {
	border-color: transparent;
	background-image: url(../img/common/icon09_small.png);
}
@media all and (min-width: 897px) {
	#main .radioUl {
		gap: 0.5rem 4rem;
		padding: 0.5rem 0 0.5rem 3.0rem;
	}
	#main .checkTxt {
		margin-bottom: 3.7rem;
	}
	#main .form_step2 .comTable .thStyle {
		padding-top: 2.57rem;
	}
}

@media all and (max-width: 896px) {
	#main .contactSec .content {
		max-width: inherit;
	}
	#main .contactSec h2 {
		margin-bottom: 2rem;
		font-size: 2.3rem;
	}
	#main .contactSec p {
		font-size: 1.5rem;
		line-height: 1.8;
	}
	#main .contactSec {
		margin-bottom: 5rem;
	}
	#main .emailSec .content {
		border-radius: 1rem;
		padding: 4rem 1.5rem;
	}
	#main .entrySec {
		margin-bottom: 5rem;
	}
	#main .imgBox{
		display: block;
	}
	#main .imgBox .photo {
		margin: 0 auto 2rem;
	}
	#main .entrySec .tel a {
		font-size: 3rem;
	}
	#main .comTable th {
		padding-top: 3rem !important;
		border: none;
	}
	#main .comTable td {
		border-top: none;
	}
	#main .mailForm .headLine03 {
		margin-bottom: 1rem;
	}
	textarea, input[type="email"], input[type="tel"], input[type="text"] {
		height: 4.8rem;
		padding: 0 2rem;
	}
	textarea {
		border-radius: 1.5rem;
	}
	#main .comTable th::after,
	#main .comTable th::before {
		display: none;
	}
	#main .contactSec #thanks p {
		font-size: 1.5rem;
	}
	#main .emailSec {
		padding-bottom: 15rem;
	}
}