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






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


フォーム設定


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

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"] { border: 1px solid #fff !important; background: #fff !important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 59px; 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 { border: 1px solid #014098!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 { border: 1px solid #fff!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 #ccc; 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: #191919!important; border:1px solid #191919; }
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 #ccc; 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: #191919!important; border:1px solid #191919; }
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: 59px; padding: 10px 20px; background: url("../img/common/arr1.svg") no-repeat 95% center, #fff; border: none !important; background-size: 12px 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: 1px solid #fff!important; background: #fff!important; padding: 18px 15px; font-size: 100%; height: 437px; width: 100%; resize: vertical; display: block; transition: 0.3s; font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
form textarea:focus { border: 1px solid #014098!important; }
form textarea:read-only { border: 1px solid #fff; }

form .short { width: 300px!important;}
form .middle { width: 500px!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;}
}


/* 赤字 */
p.ermsg,
.required { color: #f90307; }
@media screen and (max-width: 767px) {
}









/* form */
form .formbox{ margin-top: 50px; }
form .formbox>ul { border-bottom: 1px solid #003e9c; }
form .formbox>ul>li { padding-bottom: 15px; padding-top: 15px; border-top: 1px solid #003e9c; }
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: 298px; padding-top: 13px; display: flex; flex-shrink: 0; font-weight: bold; }
form .formbox>ul>li>dl>dd{ width: 100%; }
form .formbox.check>ul>li>dl>dt { padding-top: 0; }
@media screen and (max-width: 767px) { 
	form .formbox{ margin-top: 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.check>ul>li>dl>dt{ margin-bottom: 0; }
}
@media screen and (max-width: 639px) { 
}

.btnbox{ margin-top: 60px; }
.btnbox>ul{ display: flex; flex-direction: row; margin-left: -20px; justify-content: center; }
.btnbox>ul>li{ margin-left: 20px; width: calc(50% - 20px); max-width: 340px; }
.btnbox .btn{ font-weight: bold; font-size: 2rem; color: #fff; background: #003e9c; border: 1px solid #003e9c; display: flex; width: 100%; height: 90px; align-items: center; justify-content: center; transition: .4s; padding: 20px 6%; box-sizing: border-box; letter-spacing: 0.1em; margin: 0; }
.btnbox .btn:hover{ color: #003e9c; background: #fff; }
.btnbox .btn.grey{ background: #262626; border: 1px solid #262626; }
.btnbox .btn.grey:hover{ color: #262626; background: #fff; }
@media screen and (max-width: 1040px) { 
	.btnbox .btn{ display: block; font-size: 1.8rem; height: auto; padding: 20px 6%; width: 100%; min-width: 100%; }
}
@media screen and (max-width: 767px) { 
	.btnbox>ul{ display: block; margin-left: 0; margin-bottom: -10px; overflow: hidden; }
	.btnbox>ul>li{ margin-left: 0; margin-bottom: 10px; width: 100%; margin-left: auto; margin-right: auto; }
}

#contact .fcontacttelbox{ background: #003e9c; color: #fff; padding-top: 100px; padding-bottom: 110px; }
#contact .fcontacttelbox .title{ text-align: center; font-weight: bold; font-size: 3rem; letter-spacing: 0.1em; line-height: 1.6; margin-bottom: 20px; }
#contact .fcontacttelbox .link{ text-align: center;  }
#contact .fcontacttelbox .link>a{ font-weight: bold; font-size: 3.2rem; color: #fff; text-decoration: none; letter-spacing: 0.1em; }
#contact .fcontacttelbox .link>a>img{ width: 30px; height: 30px; margin-right: 5px; vertical-align: -5px; }
#contact .fcontacttelbox .txt{ text-align: center; }
@media screen and (max-width: 1040px) { 
	#contact .fcontacttelbox{ padding-top: 80px; padding-bottom: 80px; }
	#contact .fcontacttelbox .title{ font-size: 2.2rem; }
	#contact .fcontacttelbox .link>a{ font-size: 2.4rem; }
	#contact .fcontacttelbox .link>a>img{ width: 26px; height: 26px;  }
}
@media screen and (max-width: 767px) { 
}

#contact .policybox{ text-align: center; margin-top: 40px; }