@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(//fonts.googleapis.com/earlyaccess/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 15px; font-size: 100%; height: 60px; 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{  }
#contact.check .formbox1{ background: transparent; padding: 0 }

.formbox1>ul li { border-bottom:1px solid #d1d1d1; margin-bottom: 0px; }
.formbox1>ul li:last-child{ border-bottom: 0 }
.formbox1>ul li:first-child {border-top: 1px solid #d1d1d1; margin-bottom: 0px; }
.formbox1>ul li>dl{ display:flex; justify-content: space-between; padding: 20px; }
.formbox1>ul li>dl>dt{ font-weight:bold; color:#252525; width: 290px; padding-top: 18px; }
.formbox1>ul li>dl>dd {flex: 1;}
.formbox1>ul li:last-child>dl{ padding-bottom: 0 }
#contact #sec_form .tategroup li {border-bottom: none;}
#contact #sec_form .tategroup li:first-child {border-top: none; }
#contact #sec_form .formbox1._pt0>.dllist2 li>dl>dt{ padding-top: 0; }
@media screen and (max-width: 1040px) {
.formbox1>ul li>dl>dt { width: 100%; padding-top: 0px; margin-bottom: 10px; }
.formbox1>ul li>dl { display: flex; flex-direction: column; }
.formbox1>ul li>dl>dd { width: 100%; }
}
@media screen and (max-width: 767px) {
	.formbox1>ul li>dl { flex-direction: column; padding: 20px 5px }
	.formbox1>ul li span { width: 100%; }
	.formbox1>ul li span span { width: auto; display: inline-block; }
	.formbox1>ul li span.dn { display: none; }
	.formbox1>ul li span br {display: block;}
	.formbox1>ul li>dl>dd { flex:auto; }
	.formbox1>ul li span+br{ display: none; }
}

/*
.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 }

.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: 50px; }
.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: 240px; margin-left: 10px; width: calc(50% - 10px) }

.formbox1 .commentbox{ text-align: right; }


.btnarea>ul>li .submit,
.btnarea>ul>li .btn  { font-weight: bold; background: rgb(67,127,200); background: -moz-linear-gradient(45deg,  rgba(67,127,200,1) 0%, rgba(105,165,219,1) 70%, rgba(75,165,218,1) 100%); background: -webkit-linear-gradient(45deg,  rgba(67,127,200,1) 0%,rgba(105,165,219,1) 70%,rgba(75,165,218,1) 100%); background: linear-gradient(45deg,  rgba(67,127,200,1) 0%,rgba(105,165,219,1) 70%,rgba(75,165,218,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#437fc8', endColorstr='#4ba5da',GradientType=1 ); padding: 15px ​30px; text-decoration: none; display: inline-block; border-radius: 40px; color: #fff; box-sizing: border-box; position: relative; letter-spacing: 0.1em; transition: .3s; text-align: center; width: 100% }
.btnarea>ul>li .submit:hover{ opacity: .8 }
.btnarea>ul>li .btn{ color: #2374c5; border: 1px solid #2374c5; background: transparent; }
.btnarea>ul>li .btn:hover{ opacity: .8 }
@media screen and (max-width: 767px) { 
	.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; }
}

/*
.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: 40px }
	.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; }
}
*/