@charset "UTF-8";
/* 
	
CSS form.css */

@import url(fonts/roboto.css);
@import url(//fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap);
@import url(/module/css/fonts/notosansjapanese.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 10px; 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 #191919; 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 #191919; 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 #191919; }

form select { font-size: 100%; height: 70px; padding: 10px 10px; background: url("../img/common/arr_select.svg") no-repeat 94% center, #f7f7f7; border: none !important; background-size: 16px 12px; max-width: 520px; width: 100%; }
form select.readonly { background: url("../img/common/arr_select.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: 355px; 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"] { height: 60px; }
	form select{ height: 60px; }
	form .short { width: 100%!important;}
	form .middle { width: 100%!important;}
	form textarea{ height: 300px; }
}


/* 赤字 */
.ermsg { color: #d60a0f; }
.required { color: #d60a0f; line-height: 1.5; vertical-align: 1px; }














/* formbox1 */
.formbox1{ overflow: hidden; background: #f7f7f7; padding: 70px 8% }
#contact.check .formbox1{ background: transparent; padding: 0 }
.formbox1>ul{  }
.formbox1>ul>li{ margin-bottom: 40px; }
.formbox1>ul>li._1{ margin-bottom: 70px; }
.formbox1>ul>li:last-child{ margin-bottom: 0; }
.formbox1>ul>li>dl{ 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; }
.formbox1>ul>li>dl>dt{ width: 200px; padding-top: 0; flex-shrink: 0 }
.formbox1>ul>li>dl>dt .required{ margin-left: 10px }
.formbox1>ul>li>dl>dd{ flex-grow: 1; }
.formbox1>ul>li>dl>dd .list1>._1{ display: flex; flex-direction: row; margin-top: 50px }
.formbox1>ul>li>dl>dd .list1>._1 .headtxt{ margin-right: 30px; flex-shrink: 0; color: #191919 }
.formbox1>ul>li>dl>dd .list1>._1 .inputtxt{ flex-grow: 1 }
.formbox1._pt0>ul>li>dl>dt{ padding-top: 0; }
@media screen and (max-width: 1040px){
	.formbox1{ padding: 60px 8%; }
	.formbox1>ul>li>dl{ display: block; }
	.formbox1>ul>li>dl>dt{ width: 100%; padding-top: 0; font-weight: bold; margin-bottom: 0; padding-left: 0; }
	.formbox1>ul>li>dl>dd{ width: 100% }
	.formbox1>ul>li>dl>dd .list1>._1{ margin-top: 30px }
	.formbox1>ul>li,
	.formbox1>ul>li._1{ margin-bottom: 60px }
	.formbox1>ul>li._1+li>dl>dt{ margin-bottom: 10px }
}
@media screen and (max-width: 767px){
}

.formbox1>ul>li>dl input[type="text"],
.formbox1>ul>li>dl input[type="tel"],
.formbox1>ul>li>dl input[type="email"],
.formbox1>ul>li>dl input[type="password"] { background: transparent !important; border-bottom: 1px solid #191919 !important; font-size: 16px; height: 45px; }
.formbox1>ul>li>dl textarea{ height: 335px; background: #fff!important; border: 1px solid #191919 !important; font-size: 16px; }
.formbox1>ul>li>dl input[type="text"]:focus,
.formbox1>ul>li>dl input[type="tel"]:focus,
.formbox1>ul>li>dl input[type="email"]:focus,
.formbox1>ul>li>dl input[type="password"]:focus { border-bottom: 1px dashed #0096e5 !important; }
.formbox1>ul>li>dl select{ max-width: 370px; width: 100%; position: relative; border-bottom: 1px solid #191919 !important; font-size: 16px; height: 45px; background: url(../img/common/selectarr.svg) no-repeat 96% 50%; background-size: 8px 8px; }


.policymainbox{ overflow-y: scroll; height: 160px }
.policymainbox .list{  }
.policymainbox .list>li{ padding-left: 0.5em; text-indent: -0.5em; }
.policymainbox .list>li ._1>li{ padding-left: 1em; text-indent: -1em; }

.privacycheck{ margin-top: 50px; }
.privacycheck+.link{ text-align: center; }
.privacycheck+.link>a{ color: #992a6c; }
.privacycheck+.link>a:hover{ text-decoration: none; }
.privacycheck>dd>label{ color: #191919 }
.btnarea{ margin-top: 100px; }
.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: 280px; margin-left: 10px; width: calc(50% - 10px) }

.formbox1 .commentbox{ text-align: right; }

.btnarea>ul>li .submit,
.btnarea>ul>li .btn { font-weight: bold; font-size: 1.8rem; background: #191919; padding: 16px 20px; text-decoration: none; display: inline-block; border-radius: 40px; border: 1px solid #191919; color: #fff; box-sizing: border-box; width: 100%; line-height: 2 }
.btnarea>ul>li .submit:hover{ background: #fff; color: #191919 }
.btnarea>ul>li .btn{ color: #191919; border: 1px solid #191919; background: transparent; }
.btnarea>ul>li .btn:hover{ color: #fff; background: #191919; }
@media screen and (max-width: 767px) {
	.btnarea{ margin-top: 80px; }
	.btnarea>ul>li .submit,
	.btnarea>ul>li .btn { font-size: 1.6rem; padding: 13px 20px; }
	.formbox1>ul>li>dl textarea{ height: 200px;  }
}
@media screen and (max-width: 1040px){
	.formbox1>ul>li>dl input[type="text"],
	.formbox1>ul>li>dl input[type="tel"],
	.formbox1>ul>li>dl input[type="email"],
	.formbox1>ul>li>dl input[type="password"],
	.formbox1>ul>li>dl textarea,
	.formbox1>ul>li>dl select { font-size: 16px; }
}
@media screen and (max-width: 767px){
	.formbox1>ul>li>dl textarea{ height: 300px; }
}
@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; }
}
