@charset "UTF-8";
/* contact CSS Document */

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
textarea {
	width: 100%
}
label input[type="radio"]:checked + span:after {
background-color: #000;
/*left: 6px;
top: 5px;*/
}

#contactForm th i {
	font-size: 12px;
	line-height: 1;
	color: #F00;
	vertical-align: middle;
	display: inline-block;
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #F00;
}
#contactForm th i:before {
	content: '必須';
	font-style: normal;
	font-weight: normal;
}
#contactForm td ul li {
	display: inline-block;
	margin-right: 10px;
}
#contactForm td .input02 {
	width: 40%
}
#contactForm td label.error {
	font-size: 1.4rem;
	color: #F00;
	display: block;
	margin-top: 5px;
}
#contactForm td input.error,
#contactForm td textarea.error {
	background-color: #FFFAF9;
	border: 1px solid #F00;
}

#contactForm .policyBox {
	font-size: 1.4rem;
	padding: 30px;
	border: 1px solid #CCC;
	height: 200px;
	margin-top: 1em;
	overflow: scroll;
}
#contactForm .policyBox dl {
}
#contactForm .policyBox dl dt {
	font-weight: bold;
	margin-top: 1em;
}
#contactForm .policyBox dl dd {
}

.error_messe {
	color: #F00;
}
.error_messe + .error_messe {
	margin-top: 0.5em;
}

.btnType01 {
	width: auto;
	text-align: center;
}
.btnType01 > * {
	display: inline-block;
	width: 380px;
}
.btnType01 > .btn_back + * {
	margin-left: 40px;
}


@media only screen and (max-width: 768px) {
	#contactForm th i {
	font-size: 11px;
}
#contactForm td .input02 {
	width: 60%
}
#contactForm td label.error {
	font-size: 1.3rem;
}

#contactForm .policyBox {
	font-size: 1.3rem;
	padding: 4vw;
}

.btnType01 {
	width: auto;
	text-align: center;
}
.btnType01 > * {
	display: inline-block;
	width: 40%;
}
.btnType01 > .btn_back + * {
	margin-left: 30px;
}

.thanks section.alC {
	text-align: left !important;
}
}