@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 20px; 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 #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: 15px; height: 15px; /*border-radius: 50%;*/ background-color: #fff!important; cursor: pointer; vertical-align: -2px; border:1px solid #ccc; background-size: 15px 15px!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: 77px; padding: 10px 20px; background: url("../img/common/arr1.svg") no-repeat 95% center, #f7f7f7; 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: none!important; background: #f7f7f7!important; padding: 18px 15px; font-size: 100%; height: 350px; 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: 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;}
}


/* 赤字 */

.ermsg { color: #ff0000; }
ul.ermsg { margin: 60px 0 100px; color: #191919; }
ul.ermsg li { padding-left: 1em!important; text-indent: -1em; margin-bottom: 10px; font-weight: bold; }
ul.ermsg li:before { content:"●"!important; color: #ff0000; font-size: 0.7em; margin-right: 0.3em; }
.required { color: #ff0000; line-height: 1.8; vertical-align: 1px; }
@media screen and (max-width: 767px) {
	ul.ermsg { margin: 40px 0; }
	ul.ermsg li {  }
}

.btnarea{ margin-top: 60px; }
.btnarea>ul{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-flex-direction: row; -moz-flex-direction: row; -ms-flex-direction: row; -o-flex-direction: row; flex-direction: row; justify-content: center; margin-left: -10px; }
.btnarea>ul>li{ max-width: 294px; margin-left: 10px; width: calc(50% - 10px) }
.btnarea>ul>li .submit,
.btnarea>ul>li .btn { background: #1aa975; color: #fff; display: flex; align-items: center; justify-content: center; width: 100%; height: 80px; font-size: 2rem; text-decoration: none; line-height: 1.8; box-sizing: border-box; }
.btnarea>ul>li .submit:before{ content: ""; background: url(../img/common/arr2_white.svg) no-repeat;  background-size: contain; width: 22px; height: 22px; display: inline-block; margin-right: 8px; }
.btnarea>ul>li .btn:after{ content: ""; background: url(../img/common/arr2_white.svg) no-repeat;  background-size: contain; width: 22px; height: 22px; display: inline-block; margin-left: 8px; vertical-align: 2px; transform: rotate(180deg); }
.btnarea>ul>li .submit:hover{ background: #191919 }
.btnarea>ul>li .btn{ background: #654d27;  }
.btnarea>ul>li .btn:hover{ background: #191919;  }
@media screen and (max-width: 767px) {
	.btnarea{ margin-top: 40px }
	.btnarea>ul>li .submit,
	.btnarea>ul>li .btn { padding: 16px 6%; font-size: 1.8rem; height: 70px }
}
@media screen and (max-width: 1040px){
}
@media screen and (max-width: 767px){
}
@media screen and (max-width: 639px) { 
	.btnarea>ul{ display: block; margin-left: 0; margin-bottom: -10px; }
	.btnarea>ul>li{ margin-left: 0; margin-bottom: 10px; width: 100%; margin-left: auto; margin-right: auto; }
}
@media screen and (max-width: 479px) {
}






