@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: 77px; 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: 18px; height: 18px; border-radius: 50%; background-color: #fff!important; cursor: pointer; vertical-align: -3px; border:1px solid #ccc; 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 #ccc; }

form select { font-size: 100%; height: 60px; padding: 10px 20px; background: url("../img/common/selectarr.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: 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: #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;}
}


/* 赤字 */
/*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: #d71718; font-size: 0.7em; margin-right: 0.3em; }*/
p.ermsg{ color: #d71718; }
.required { color: #d71718; line-height: 1.8; font-size: 1.6rem; vertical-align: middle; }
@media screen and (max-width: 767px) {
	/*ul.ermsg { margin: 40px 0; }
	ul.ermsg li {  }*/
}





/* form */
form .formbox>ul { }
form .formbox>ul>li { margin-bottom: 20px; }
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: 225px; padding-top: 25px; line-height: 1.4; }
form .formbox>ul>li>dl>dt { padding-top: 15px; }
form .formbox.check>ul>li>dl>dt { padding-top: 0; }
form .formbox>ul>li>dl>dd { width: calc(100% - 225px); }
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 }
form .policy { padding: 40px; background: #f7f7f7; height: 200px; overflow: scroll; margin-bottom: 60px; }
form .policybox {  padding: 40px 60px; border: 1px solid #cccccc; margin-bottom: 40px; height: 160px; overflow-y: scroll; }
@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%; }
	form .policy { padding: 8%; }
	form .policybox {  padding: 30px 6%; }
}
@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; }
}

/* privacycheck */
.privacycheck { text-align: center; }







/* ボタン装飾 */
.btnarea { text-align: center; margin-top: 60px; margin-left: -20px; width: 88%; margin-left: auto; margin-right: auto; margin-bottom: -20px; }
.btnarea .btn{ margin-left: 20px; display: inline-block; width: calc(50% - 40px); margin-bottom: 20px; }

.btnarea .btn{ color: #fff; font-size: 1.8rem; background: #2d2c29; border-radius: 40px; border: 1px solid #2d2c29; display: inline-block; text-decoration: none; padding: 20px 80px 20px 60px; text-align: center; position: relative; line-height: 1.6; box-sizing: border-box; }
.btnarea .btn:after{ content: ""; background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 60%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 60%) no-repeat bottom right/100% 50%; width: 10px; height: 8px; display: inline-block; position: absolute; bottom: 0; top: 0; margin-top: auto; margin-bottom: auto; right: 20px; transition: .4s; }
.btnarea .btn:hover{ background: #fff; color: #2d2c29; }
.btnarea .btn:hover:after{ background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #2d2c29 60%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #2d2c29 60%) no-repeat bottom right/100% 50%; }
.btnarea .btn.grey{ background: #ccc; border: 1px solid #ccc; color: #fff; }
.btnarea .btn.grey:after{ background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #fff 60%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #fff 60%) no-repeat bottom right/100% 50%; }
.btnarea .btn.grey:hover{ background: transparent; color: #ccc; }
.btnarea .btn.grey:hover:after{ background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #ccc 60%) no-repeat top left/100% 50%, linear-gradient(to top left, rgba(255,255,255,0) 50%, #ccc 60%) no-repeat bottom right/100% 50%; }
@media screen and (max-width: 1040px) {
	.btnarea .btn{ font-size: 1.8rem; padding-left: 40px; padding-right: 60px; padding-top: 15px; padding-bottom: 15px; }
}
@media screen and (max-width: 767px) {
	.btnarea { margin-top: 40px; }
	.btnarea .btn{ margin-left: 0; display: block; width: 100%; }
	
}


.telbox1{ margin-top: 80px; }
.telbox1>.incnt{  }
.telbox1>.incnt>.inwrap{ background: #fef5f7; padding: 30px 6% 45px; }
.telbox1 .title{ font-weight: bold; font-size: 3.8rem; text-align: center; line-height: 1.8; margin-bottom: 5px; }
.telbox1 .txt{ margin-bottom: 20px; text-align: center; font-size: 1.8rem; }
.telbox1 .link{ text-align: center; }
.telbox1 .link>.inwrap{ display: inline-block; }
.telbox1 .link>.inwrap>a{ display: flex; background: #fff; border: 1px solid #fff; color: #46c4be; align-items: center; text-decoration: none; width: 100%; border-radius: 10px; padding: 10px 35px; box-sizing: border-box; }
.telbox1 .link>.inwrap>a>.icon{ flex-shrink: 0; margin-right: 20px; display: flex; width: 64px; }
.telbox1 .link>.inwrap>a>.icon svg{ width: 60px; height: 44px; }
.telbox1 .link>.inwrap>a>.txtbox{ display: flex; align-items: center; text-align: center; justify-content: center; width: 100%; flex-direction: column; padding-top: 10px; }
.telbox1 .link>.inwrap>a>.txtbox .title{ display: flex; font-weight: bold; font-size: 2.6rem; line-height: 1.2; }
@media screen and (max-width: 1040px) {
	.telbox1 .title{ font-size: 2.6rem;  }
	.telbox1 .link>.inwrap>a{ padding: 10px 35px; }
	.telbox1 .link>.inwrap>a>.icon{ margin-right: 15px; width: 54px; }
	.telbox1 .link>.inwrap>a>.txtbox .title{font-size: 2rem; }
	.telbox1 .link>.inwrap>a>.icon>svg{ width: 50px; height: 34px; }
}
@media screen and (max-width: 767px) { 
	.telbox1 .title{ font-size: 2.4rem; }
	.telbox1>.incnt>.inwrap{ padding: 35px 8%; }
}
@media screen and (max-width: 479px) { 
	.telbox1 .link>.inwrap>a>.icon{ display: none; }
}
