@charset "UTF-8";
/* 
	
CSS form.css */






/*//////////////////


フォーム設定


//////////////////*/

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"] { border: none !important; background: #f7f7f7 !important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 70px; width: 100%; transition: 0.3s; }
form input[type="text"]:focus,
form input[type="tel"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus { background: #eee!important; }
form input[type="text"]:read-only,
form input[type="tel"]:read-only,
form input[type="email"]:read-only,
form input[type="password"]:read-only { background: #eee!important; }

form input[type="file"] { padding: 3px 5px; font-size: 100%; height: 30px; }
form input[type="file"]:read-only { background: #eee; }

form input[type="checkbox"] { width: 16px; height: 16px; background-color: #fff!important; cursor: pointer; vertical-align: -2px; border:1px solid #262626; background-size: 16px 16px!important; font-size: 0; transition: 0.3s; margin-right: 5px; }
form input[type="checkbox"].checked,
form input[type="checkbox"]:checked { background-color: #262626!important; border:1px solid #262626; }
form input[type="checkbox"].checked:before,
form input[type="checkbox"]:checked:before,
form input[type="checkbox"].checked:after,
form input[type="checkbox"]:checked:after { content:none!important; }

form input[type="radio"] { width: 18px; height: 18px; border-radius: 50%; background-color: #fff!important; cursor: pointer; vertical-align: -3px; border:1px solid #262626; background-size: 18px 18px!important; font-size: 0; transition: 0.3s; margin-right: 5px; }
form input[type="radio"].checked,
form input[type="radio"]:checked { background-color: #262626!important; border:1px solid #262626; }
form input[type="radio"].checked:before,
form input[type="radio"]:checked:before,
form input[type="radio"].checked:after,
form input[type="radio"]:checked:after { content:none!important; }
form input[type="radio"]:read-only { /* background-color: #fff!important; border:1px solid #ccc; */ }

form select {font-size: 100%;height: 70px;padding: 10px 20px;background: url("../img/common/arr1.svg") no-repeat 96% center, #f7f7f7;border: none !important;background-size: 16px 8px;}
form select.readonly { background: url("../img/common/arr1.svg") no-repeat 95% center, #eee; }

/* form label { font-size: 0.93em; font-weight: bold; } */
form textarea {border: none!important;background: #f7f7f7!important;padding: 18px 15px;font-size: 100%;height: 360px;width: 100%;resize: vertical;display: block;transition: 0.3s;font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
form textarea:focus { background: #eee!important; }
form textarea:read-only { background: #eee; }

form .short { width: 300px!important;}
form .middle { width: 595px!important;}
@media screen and (max-width: 767px) {
	form input[type="text"],
	form input[type="tel"],
	form input[type="email"],
	form input[type="password"] { padding: 18px 15px; height: 60px; }
	form select{ height: 60px; padding-left: 15px; padding-right: 15px; }
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
	form textarea { height: 200px; }
}


/* 赤字 */
p.ermsg { color: #DA2128; }
.required{background: #da2128;color: #fff;padding: 5px 9px;display: inline-block;line-height: 1;margin-left: 15px;}
@media screen and (max-width: 1040px) {
	.required{ padding: 5px 5px;}
}



















/*//////////////////


#contact


//////////////////*/

/* common */
form .formbox>ul>li { margin-bottom: 20px; }
form .formbox>ul>li:last-child { margin-bottom: 0 }
form .formbox>ul>li>dl { display: flex; justify-content: space-between; }
form .formbox>ul>li>dl>dt {width: 256px;padding-top: 25px;}
form .formbox>ul>li>dl>dt { padding-top: 25px; }
form .formbox.check>ul>li>dl>dt { padding-top: 0; }
form .formbox>ul>li>dl>dd { width: calc(100% - 200px); }
form .formbox>ul>li>dl>dd>ul.tategroup>li { margin-bottom: 10px }
form .formbox>ul>li>dl>dd>ul.tategroup>li:last-child { margin-bottom: 0; }
form .formbox>ul>li>dl>dd>ul.yoko>li{ margin-left: 20px; display: inline-block; }
form .formbox>ul>li>dl>dd>ul.yoko{ margin-left: -20px }
@media screen and (max-width: 1040px) { 
	form .formbox>ul>li { margin-bottom: 30px; }
	form .formbox>ul>li>dl{ flex-direction: column }
	form .formbox>ul>li>dl>dt{ width: 100%; padding-right: 0; padding-top: 0; margin-bottom: 10px }
	form .formbox>ul>li>dl>dd{ width: 100%; }
}
@media screen and (max-width: 639px) { 
	form .formbox>ul>li>dl>dd>ul.yoko>li{ display: block; }
}

/* radiocheck */
form .formbox>ul>li.radiocheck { padding: 35px 0; }
form .formbox>ul>li.radiocheck>dl { padding-bottom: 45px; }
form .formbox>ul>li.radiocheck>dl:last-child { padding-bottom: 0px; }
form .formbox>ul>li.radiocheck>dl>dt { padding-top: 0; }
form .formbox>ul>li.radiocheck>dl>dd>ul>li { display: inline-block; margin-right: 15px; }
@media screen and (max-width: 767px) { 
	form .formbox>ul>li.radiocheck { padding: 20px 0; }
	form .formbox>ul>li.radiocheck>dl { padding-bottom: 30px; }
	form .formbox>ul>li.radiocheck>dl>dd>ul>li { display: inline-block; margin-right: 15px; }
}


.privacycheck{ text-align: center; }
.privacycheck a{ text-decoration: underline; }
.privacycheck a:hover{ text-decoration: none; opacity: 0.8; }
@media screen and (max-width: 500px) { 
	.privacycheck{ text-align: left; }
}

.btnarea{ margin-top: 40px; }
.btnarea>ul{ margin-left: -30px; margin-bottom: -20px; text-align: center; overflow: hidden; }
.btnarea>ul>li{ display: inline-block; vertical-align: middle; margin-left: 30px; margin-bottom: 20px; width: calc(49% - 30px); }
.btnarea>ul>li .btn{font-weight: bold;font-size: 2rem;color: #fff;background: #00a7db;border: 1px solid #00a7db;padding: 35px 10px 30px;box-sizing: border-box;text-align: center;width: 100%;letter-spacing: 0.1em;}
.btnarea>ul>li .btn:hover{ background: #fff; color: #00a7db; }
.btnarea>ul>li .btn.reset{ background: #666; border: 1px solid #666; }
.btnarea>ul>li .btn.reset:hover{ background: #fff; color: #666; }
@media screen and (max-width: 1040px) { 
	.btnarea>ul>li .btn{ font-size: 1.8rem; padding: 20px 10px; }
}
@media screen and (max-width: 767px) { 
	.btnarea>ul{ margin-left: 0; text-align: center; }
	.btnarea>ul>li{ display: block; vertical-align: middle; margin-left: 0; width: 100%; }
}

#sec_form+#sec_tel{ margin-top: 130px; }
#sec_tel .box{ text-align: center; }
@media screen and (max-width: 767px) { 
	#sec_form+#sec_tel{ margin-top: 100px; }
}

#sec_tel._thanks .bgbox{ padding-top: 60px; padding-bottom: 50px; text-align: center; }
#sec_tel._thanks .bgbox .numberlist>li{ padding-top: 0; }

#contact #mainv.under .bg{ object-position: 20% center; }