@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 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 #000; 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: #000!important; border:1px solid #000; }
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 #000; 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: #000!important; border:1px solid #000; }
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; }

select { font-size: 100%; height: 60px; padding: 10px 20px; background: url("../img/contact/selectarr.svg") no-repeat 95% center, #f7f7f7; border: none !important; background-size: 12px 12px; }
select.readonly { background: url("../img/contact/selectarr.svg") no-repeat 95% center, #eee; }

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 textarea{ height: 250px; }
	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: 30px; }
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: 19px;}
form .formbox.check>ul>li>dl>dt { padding-top: 0; }
form .formbox>ul>li>dl>dd {width: calc(100% - 287px);}
form .formbox>ul>li>dl>dd>ul.tategroup>li { margin-bottom: 10px }
form .formbox>ul>li>dl>dd>ul.tategroup>li:last-child { margin-bottom: 0; }
form .formbox>ul>li>dl>dd>ul.yoko>li{ margin-left: 20px; display: inline-block; }
form .formbox>ul>li>dl>dd>ul.yoko{ margin-left: -20px }
@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) { 
	form .formbox>ul>li>dl>dd>ul.yoko>li{ display: block; }
}

/* radiocheck */
form .formbox>ul>li.radiocheck { padding: 35px 0; }
form .formbox>ul>li.radiocheck>dl { padding-bottom: 45px; }
form .formbox>ul>li.radiocheck>dl:last-child { padding-bottom: 0px; }
form .formbox>ul>li.radiocheck>dl>dt { padding-top: 0; }
form .formbox>ul>li.radiocheck>dl>dd>ul>li { display: inline-block; margin-right: 15px; }
@media screen and (max-width: 767px) { 
	form .formbox>ul>li.radiocheck { padding: 20px 0; }
	form .formbox>ul>li.radiocheck>dl { padding-bottom: 30px; }
	form .formbox>ul>li.radiocheck>dl>dd>ul>li { display: inline-block; margin-right: 15px; }
}


.policybox{ margin-top: 60px; }
.policymainbox{overflow-y: auto;height: 270px;padding: 40px 6%;background: #f8f8f8;box-sizing: border-box; margin-bottom: 60px; }
.policymainbox .copy{ text-align: center; }
.policymainbox .list>li{ margin-bottom: 30px; }
.policymainbox .list>li:last-child{ margin-bottom: 0; }
.policymainbox .list>li>ul>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 a{ text-decoration: underline; }
.policybox .privacycheck label a:hover{ text-decoration: none; opacity: 0.8; }
@media screen and (max-width: 767px) {
	.policymainbox{ margin-bottom: 40px; }
	.policymainbox{padding: 30px 8%; }
	.policymainbox .list>li{ margin-bottom: 20px; }
	.policymainbox .list>li>ul>li{ margin-top: 15px; }
	.policybox .privacycheck{ padding-left: 1.6em!important; text-indent: -1.6em;  }
}
@media screen and (max-width: 500px) {
	.policybox .privacycheck{ text-align: left; }
}

.btnarea{margin-top: 60px;display: flex;flex-direction: row;width: 100%;}
.btnarea>ul {text-align: center;margin-left: -30px;margin-bottom: -20px;overflow: hidden;width: 100%;}
.btnarea>ul>li { display: inline-block; margin-left: 30px; margin-bottom: 20px; width: calc(49% - 30px); max-width: 440px; }
.btnarea>ul>li .btn{font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;font-weight: bold;font-size: 2.4rem;display: inline-block;position: relative;width: 100%;background: #06318f;color: #fff;cursor: pointer;box-sizing: border-box;}
.btnarea>ul>li .btn>.inwrap{display: inline-block;padding: 30px 78px;padding-right: 90px;width: 100%;box-sizing: border-box;position: relative;z-index: 10;font-weight: bold;}
.btnarea>ul>li .btn>.inwrap:after{ content: ""; background: url(../img/common/arr1_white.svg) no-repeat; width: 40px; height: 6px; z-index: 10; position: absolute; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; right: 20px; display: inline-block; }
.btnarea>ul>li .btn:before{ content: ''; position: absolute; top: 0; left: 0; z-index: 2; background:#000; width: 100%; height: 100%; transition: transform .4s cubic-bezier(0.8, 0, 0.2, 1) 0s; transform: scale(0, 1); transform-origin: right top; }
.btnarea>ul>li .btn:hover:before{ transform-origin:left top; transform:scale(1, 1); }
.btnarea>ul>li .btn.reset{ background: #191919; }
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 767px) { 
	.btnarea{ margin-top: 40px; display: block; }
	.btnarea>ul { margin-left: 0; }
	.btnarea>ul>li { display: block; margin-left: 0; width: 100%; max-width: 410px; margin-left: auto; margin-right: auto; }
	.btnarea>ul>li .btn{ font-size: 1.8rem; }
	.btnarea>ul>li .btn>.inwrap{padding: 17px 60px;padding-right: 70px;line-height: 1.6;}
	.btnarea>ul>li .btn>.inwrap:after{ width: 30px; right: 15px; }
}
@media screen and (max-width: 639px) { 
}
@media screen and (max-width: 500px) { 
}