@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: #f1faf8 !important; line-height: 2; padding: 15px 15px; font-size: 100%; height: 66px; 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: #1dac8a!important; color: #fff; }
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: #1dac8a!important; color: #fff;}

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

form input[type="checkbox"] { width: 16px; height: 16px; background-color: #fff!important; cursor: pointer; vertical-align: -2px; border:2px solid #1dac8a; 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: #1dac8a!important; border:2px solid #1dac8a; }
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:2px solid #1dac8a; 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: #1dac8a!important; border:2px solid #1dac8a; }
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:2px solid #1dac8a; }*/

form select { font-size: 100%; height: 66px; padding: 10px 20px; background: url("../img/common/arr2.svg") no-repeat 90% center, #f1faf8; border: none !important; background-size: 12px 6px; }
form select.readonly { background: url("../img/common/arr2.svg") no-repeat 90% center, #1dac8a; }
form select + select { margin-left: 5px; }

/* form label { font-size: 0.93em; font-weight: bold; } */
form textarea { border: none!important; background: #f1faf8!important; padding: 15px 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: #1dac8a!important;color: #fff; }
form textarea:read-only { background: #1dac8a; color: #fff;}

form .short1 { width: 65px!important;}
form .short2 { width: 85px!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: 15px 15px; height: 66px; }
	form select{ height: 66px; padding-left: 15px; padding-right: 15px; }
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
}
@media screen and (max-width: 360px) {
	form .short1 { width: 60px!important;}
	form .short2 { width: 70px!important;}
}

/* 赤字 */
p.ermsg { /*margin-bottom: 100px;*/ color: #ff0000; }
.required { background: #1dac8a; border-radius: 20px; color: #fff; font-size: 13px; line-height: 1; padding: 6px 10px; vertical-align: 2px; margin-left: 10px; }
@media screen and (max-width: 767px) {
	/*p.ermsg { margin-bottom: 40px; }*/
	.required { font-size: 11px; }
}






