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






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


フォーム設定


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

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="password"] { background: #f7f7f7 !important; border: 1px solid #f7f7f7 !important; line-height: 2; padding: 18px 15px; font-size: 100%; height: 77px; 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: #fff!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 #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 {border:1px solid #333; background-color: #333!important;}
form input[type="checkbox"]:after {content: '';position: absolute;display: none;left: 5px;top: 1px;width: 3px;height: 8px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(45deg);}
form input[type="checkbox"].checked:after,
form input[type="checkbox"]:checked:after { display: block;  }
/* 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: #333!important; border:1px solid #333; }
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 select { font-size: 100%; height: 77px; padding: 10px 20px; background: url("../img/common/selectarr.svg") no-repeat 95% center, #f7f7f7; border: none !important; background-size: 12px 8px; box-sizing: border-box; width: 100%; }
form select.readonly { background: url("../img/common/selectarr.svg") no-repeat 95% center, #eee; }

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

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) {
}




















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


#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: 180px; 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); }
@media screen and (max-width: 767px) { 
	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) { 
}

.policymainbox{overflow-y: auto;height: 240px;box-sizing: border-box;border: 1px solid #ddd;padding: 35px 35px;}
.policymainbox+.caution{ text-align: center;margin-top: 30px; margin-bottom: 20px;font-size: 1.4rem; }
.policymainbox+.caution::before{ color: #f90307; }
.policymainbox .title{ font-size: 2rem; }
.policymainbox .list>li{ margin-top: 20px; }
.policybox .privacycheck{ text-align: center; }
.policybox .privacycheck label{ position: relative; display: inline-block;padding-left: 25px; line-height: 1.8; }
.policybox .privacycheck label input{ position: absolute; top: 0; bottom: 0; left: 0; margin-bottom: auto; margin-top: auto; }
@media screen and (max-width: 767px) { 
	.policymainbox{ padding: 35px 6%; }
	.policymainbox+.caution{ margin-top: 20px; margin-bottom: 20px; }
}