@charset "UTF-8";
/* ==================================================

  common

================================================== */
/* elements

-------------------------------------------------- */
form { display: inline; }

label { vertical-align: middle; }

input, select, optgroup, option, textarea { box-sizing: border-box; margin: 0; font-family: "游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; font-weight: normal; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { input, select, optgroup, option, textarea { font-size: 1.4rem; } }

/* ========== end △ */
input[type=text] { width: 100%; padding: 3px 5px; border: 1px solid #000; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { input[type=text] { width: 60%; } }

/* ========== end △ */
input[type="email"] { width: 100%; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { input[type="email"] { width: 60%; } }

/* ========== end △ */
input[type="radio"] { margin-right: 0.3em; }

input[type="checkbox"] { margin-right: 0.3em; }

input[type="submit"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; padding: 0; border: none; background-color: transparent; }

input[type="submit"][disabled] { background-color: #ddd !important; transition: none !important; cursor: default; }

textarea { width: 100%; height: 8em; padding: 3px 5px; resize: none; overflow: hidden; }

/* ==================================================

  contact input

================================================== */
/* common

-------------------------------------------------- */
.form_content_style .dl_table_style > dl > dt { min-width: 200px; }

.form_content_style .dl_table_style > dl > dd { vertical-align: middle; }

/* radio / checkbox button list */
.form_content_style .btn_list li { display: inline-block; margin-right: 10px; margin-bottom: 5px; vertical-align: top; }

.form_content_style .btn_list li.other { width: 100%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form_content_style .btn_list li.other input[type="text"] { margin-top: 5px; } }

/* ========== end △ */
.form_content_style .age input { width: 5em; }

.form_content_style .zip .zip_code input { width: 10em; }

.form_content_style .zip dl dt, .form_content_style .zip dl dd { margin-top: 5px; }

/* icon 必須 / 任意 */
.form_content_style .required, .form_content_style .any { position: relative; }

.form_content_style .required::before, .form_content_style .any::before { float: right; display: inline-block; padding: 0 5px; color: #fff; font-size: 1.2rem; }

.form_content_style .required::before { content: "必須"; background-color: #f33737; }

.form_content_style .any::before { content: "任意"; background-color: #3878d7; }

/* 同意テキスト */
body.form .consent_txt { margin-top: 30px; text-align: center; line-height: 1.8; }

/* submit buttons

-------------------------------------------------- */
body.form .form_submit_btn { text-align: center; }

body.form .form_submit_btn input { display: inline-block; width: 100%; margin-top: 25px; padding: 10px 0; border-radius: 0; background-color: #fff; border: 1px solid #afafaf; color: #231f20; font-size: 1.6rem; transition: all 0.2s ease; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .form_submit_btn input { width: 40%; margin-right: 10px; margin-left: 10px; } }

/* ========== end △ */
body.form .form_submit_btn input.back { background-color: #aaa; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .form_submit_btn input:hover { background-color: #f68787; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .form_submit_btn .btn_style { width: 40%; } }

/* ========== end △ */
body.form .form_submit_btn .btn_style a { padding: 12px 0; font-size: 1.6rem; font-weight: normal; }

/* error message

-------------------------------------------------- */
body.form .error_txt { margin: 50px 10px; color: #F17474; font-weight: bold; text-align: center; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .error_txt { margin: 100px 0; } }

/* ========== end △ */
/* completion message

-------------------------------------------------- */
body.form .completion_txt { margin: 50px 10px; font-size: 1.6rem; font-weight: bold; text-align: center; line-height: 1.8; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { body.form .completion_txt { margin: 100px 0; } }

/* ========== end △ */
/* ================================================== form-templ ================================================== */
.form-templ .formblock01 { padding: 25px 29px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .formblock01 { padding: 15px 10px 0; } }

/* ========== end △ */
.form-templ .form-txt01 { margin: 42px 0 60px; font-size: 16px; line-height: 2; letter-spacing: 0.05em; font-weight: 500; text-align: left; }

.form-templ .form-txt01 a { color: #004F85; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-txt01 { margin-bottom: 25px; font-size: 15px; line-height: 1.6; text-align: left; } }

/* ========== end △ */
.form-templ .form-txt02 { margin-top: 63px; font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; text-align: left; }

.form-templ .form-txt02 a { color: #113a9c; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-txt02 { margin-top: 20px; font-size: 15px; line-height: 1.6; letter-spacing: 0.02em; text-align: left; } }

/* ========== end △ */
.form-templ input[type="text"], .form-templ .form-input { width: 100%; height: 40px; font-size: 16px; line-height: 1.5625; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #fff; border: 1px solid #999999; color: #222222; border-radius: 0; font-family: 'Noto Sans JP', sans-serif; }

.form-templ input[type="text"]:placeholder, .form-templ .form-input:placeholder { color: #8a8a8a; }

.form-templ input[type="text"].size01, .form-templ .form-input.size01 { width: 65%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ input[type="text"], .form-templ .form-input { font-size: 15px; line-height: 1.46667; padding: 3px 10px; width: 100%; }
  .form-templ input[type="text"].size01, .form-templ .form-input.size01 { width: 100%; } }

/* ========== end △ */
.form-templ .form-area { width: 100%; height: 131px; font-size: 16px; line-height: 1.5625; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #fff; border: 1px solid #999999; color: #222222; border-radius: 0; font-family: 'Noto Sans JP', sans-serif; }

.form-templ .form-area:placeholder { color: #8a8a8a; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-area { height: 130px; font-size: 15px; line-height: 1.46667; padding: 3px 10px; width: 100%; }
  .form-templ .form-area.size01 { width: 100%; } }

/* ========== end △ */
.form-templ .box-select { position: relative; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .box-select { width: 300px; } }

/* ========== end △ */
.form-templ .box-select select { font-family: 'Noto Sans JP', sans-serif; -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; height: 69px; font-size: 15px; line-height: 1.8; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #F7F7F7; border: 0; color: #222222; border-radius: 0; }

.form-templ .box-select select::-ms-expand { display: none; }

.form-templ .box-select select:where(select) { background-size: 30px 10px; }

.form-templ .box-select select option::selected { color: #8a8a8a; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .box-select { max-width: 100%; }
  .form-templ .box-select select { height: 50px; font-size: 15px; line-height: 1.66667; padding: 3px 10px; width: 100%; }
  .form-templ .box-select select:where(select) { background-size: 25px 9px; } }

/* ========== end △ */
.form-templ .block-size01 + .form-step { margin-top: 25px; }

.form-templ .block-size01 .box-ip { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 38px; }

.form-templ .block-size01 .box-ip:last-child { margin-bottom: 0; }

.form-templ .block-size01 .box-ip .txt1 { font-size: 24px; line-height: 1.25; letter-spacing: 0.05em; font-weight: bold; width: 90px; padding: 10px 0 0; }

.form-templ .block-size01 .box-ip .txt2 { font-size: 24px; line-height: 1.25; letter-spacing: 0.05em; font-weight: bold; width: 65px; text-align: right; padding: 10px 0 0; }

.form-templ .block-size01 .box-ip .ip1 { width: calc(100% - 155px); }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .block-size01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; }
  .form-templ .block-size01 .info { order: 1; width: 60%; max-width: 610px; padding: 68px 0 0; }
  .form-templ .block-size01 .img { order: 2; width: 37%; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .block-size01 .info { width: 100%; max-width: 100%; padding: 20px 0 0; }
  .form-templ .block-size01 .img { max-width: 60%; margin: 0 auto; text-align: center; }
  .form-templ .block-size01 .box-ip { margin-bottom: 15px; }
  .form-templ .block-size01 .box-ip:last-child { margin-bottom: 0; }
  .form-templ .block-size01 .box-ip .txt1 { font-size: 16px; line-height: 1.4375; letter-spacing: 0.02em; width: 42px; padding: 10px 0 0; }
  .form-templ .block-size01 .box-ip .txt2 { font-size: 16px; line-height: 1.4375; letter-spacing: 0.02em; width: 40px; padding: 10px 0 0; }
  .form-templ .block-size01 .box-ip .ip1 { width: calc(100% - 83px); } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .list-checkbox01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .form-templ .list-checkbox01 li { margin-right: 59px; }
  .form-templ .list-checkbox01 li:last-child { margin-right: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list-checkbox01 li { margin-bottom: 3px; } }

/* ========== end △ */
.form-templ .for-other { margin: 15px 0 0; }

.form-templ .checkbox-item { position: relative; }

.form-templ .checkbox-item:not(:last-child) { margin-bottom: 3px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .checkbox-item:not(:last-child) { margin-bottom: 3px; } }

/* ========== end △ */
.form-templ .checkbox-item input[type="checkbox"] { opacity: 0; position: absolute; left: 20px; top: 28px; }

.form-templ .checkbox-item label { display: inline-block; font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 400; padding: 0 0 0 25px; border-radius: 5px; }

.form-templ .checkbox-item label:before { content: ''; width: 15px; height: 15px; border: 1px solid #999999; border-radius: 0; display: block; position: absolute; left: 0; top: 11px; }

.form-templ .checkbox-item label:after { content: ""; position: absolute; left: 5px; top: 18px; width: 8px; height: 15px; margin-top: -9px; border-left: 2px solid #5db430; border-top: 2px solid #5db430; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); display: none; }

.form-templ .checkbox-item input[type="checkbox"]:checked + label:after { display: block; }

.form-templ .sec-form { background: #fff; padding: 50px 75px 100px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .sec-form { padding: 20px 10px 30px; } }

/* ========== end △ */
.form-templ .sec-pp { margin: 70px 0 0; }

.form-templ .sec-pp .pp-boxscroll { max-height: 300px; background: #fff; }

.form-templ .sec-pp .pp-block { padding: 65px 65px 65px; }

.form-templ .sec-pp .pp-block .pp-desc { font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 400; }

.form-templ .sec-pp .pp-box { margin-bottom: 28px; }

.form-templ .sec-pp .pp-box:last-child { margin-bottom: 0; }

.form-templ .sec-pp .pp-list { margin-bottom: 28px; }

.form-templ .sec-pp .pp-list li { font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 400; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .sec-pp { margin: 50px 0 0; }
  .form-templ .sec-pp .pp-block { padding: 35px 15px 35px; }
  .form-templ .sec-pp .pp-block .pp-desc { font-size: 15px; line-height: 1.66667; }
  .form-templ .sec-pp .pp-box { margin-bottom: 20px; }
  .form-templ .sec-pp .pp-box:last-child { margin-bottom: 0; }
  .form-templ .sec-pp .pp-list { margin-bottom: 20px; }
  .form-templ .sec-pp .pp-list li { font-size: 15px; line-height: 1.66667; } }

/* ========== end △ */
.form-templ .form-content { margin: 0 auto 52px; position: relative; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content { margin-bottom: 20px; }
  .form-templ .form-content:before { width: 100%; } }

/* ========== end △ */
.form-templ .form-content .radio-item { position: relative; }

.form-templ .form-content .radio-item:not(:last-child) { margin-bottom: 3px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .radio-item:not(:last-child) { margin-bottom: 3px; } }

/* ========== end △ */
.form-templ .form-content .radio-item input[type="radio"] { opacity: 0; position: absolute; left: 0; top: 0; }

.form-templ .form-content .radio-item label { display: inline-block; font-size: 15px; line-height: 1.8; letter-spacing: 0.05em; font-weight: 400; padding: 0 0 0 51px; border-radius: 5px; }

.form-templ .form-content .radio-item label:before { content: ''; width: 33px; height: 33px; background: #fff; border-radius: 50%; display: block; position: absolute; left: 0; background: #F7F7F7; top: -1px; }

.form-templ .form-content .radio-item label:after { content: ""; position: absolute; left: 7px; top: 5px; width: 20px; height: 20px; background: #DEDEDE; border-radius: 50%; display: block; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .radio-item label { padding: 0 0 0 40px; }
  .form-templ .form-content .radio-item label:before { width: 29px; height: 29px; top: 1px; }
  .form-templ .form-content .radio-item label:after { left: 6px; top: 7px; width: 17px; height: 17px; } }

/* ========== end △ */
.form-templ .form-content .radio-item input[type="radio"]:checked + label:after { background: #222222; }

.form-templ .form-content .form-title { display: inline-block; margin: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-title { margin-right: 8px; } }

/* ========== end △ */
.form-templ .form-content .form-label { position: absolute; left: 0; top: 50%; display: inline-block; vertical-align: top; margin: -10px 0 0 0; width: 40px; text-align: center; font-size: 13px; line-height: 1; font-weight: 400; padding: 3px 0px 4px; color: #fff; border-radius: 0; background-color: #606060; }

.form-templ .form-content .form-label.hissu { color: #fff; background-color: #EE3157; }

.form-templ .form-content .ip-line + .ip-line { margin-top: 10px; }

.form-templ .form-content .form-dl { width: 100%; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-start; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl { margin-bottom: 15px; } }

/* ========== end △ */
.form-templ .form-content .form-dl .form-dt { font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; font-weight: 500; position: relative; padding: 25px 0 25px 50px; text-align: left; color: #222222; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-dl .form-dt { width: 260px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl .form-dt { padding: 0px 0px 0px 50px; width: 100%; } }

/* ========== end △ */
.form-templ .form-content .form-dl .form-dd { position: relative; font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; font-weight: 500; padding: 20px 0px 20px 10px; color: #222222; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-dl .form-dd { width: calc(100% - 260px); } }

/* ========== end △ */
.form-templ .form-content .form-dl .form-dd input + input { margin-top: 10px; }

.form-templ .form-content .form-dl .form-dd input[name="furigana"] { margin-top: 10px; }

.form-templ .form-content .form-dl .form-dd.is-error .form-input { background: #F5F5F5; }

.form-templ .form-content .form-dl .form-dd .txt-error { font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; color: #F17474; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl .form-dd { width: 100%; padding: 5px 0px 5px 0; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .list-radio01 { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .form-templ .form-content .list-radio01 li { margin-right: 25px; }
  .form-templ .form-content .list-radio01 li:last-child { margin-right: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 li { margin-bottom: 15px; }
  .form-templ .form-content .list-radio01 li:last-child { margin-bottom: 0; } }

/* ========== end △ */
.form-templ .form-content input[type="text"], .form-templ .form-content .form-input, .form-templ .form-content input[type="email"], .form-templ .form-content input[type="tel"] { height: 48px; font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #F5F5F5; border: 0; border-radius: 0; color: #222222; font-family: 'Noto Sans JP', sans-serif; }

.form-templ .form-content input[type="text"]:placeholder, .form-templ .form-content .form-input:placeholder, .form-templ .form-content input[type="email"]:placeholder, .form-templ .form-content input[type="tel"]:placeholder { color: #858585; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content input[type="text"], .form-templ .form-content .form-input, .form-templ .form-content input[type="email"], .form-templ .form-content input[type="tel"] { height: 50px; font-size: 15px; line-height: 1.66667; padding: 3px 10px; width: 100%; }
  .form-templ .form-content input[type="text"].size01, .form-templ .form-content .form-input.size01, .form-templ .form-content input[type="email"].size01, .form-templ .form-content input[type="tel"].size01 { width: 100%; }
  .form-templ .form-content input[type="text"].size02, .form-templ .form-content .form-input.size02, .form-templ .form-content input[type="email"].size02, .form-templ .form-content input[type="tel"].size02 { max-width: 500px; } }

/* ========== end △ */
.form-templ .form-content .ip-fu { margin-top: 15px; }

.form-templ .form-content input[type="password"] { height: 48px; font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; padding-left: 15px; padding-right: 15px; background-color: #F5F5F5; border: 0; border-radius: 0; color: #222222; font-family: 'Noto Sans JP', sans-serif; }

.form-templ .form-content input[type="password"]:placeholder { color: #858585; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content input[type="password"] { font-size: 15px; line-height: 1.66667; width: 100%; padding: 3px 10px; height: 50px; } }

/* ========== end △ */
.form-templ .form-content textarea { width: 100%; height: 220px; font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; padding: 10px 15px 10px; background-color: #F5F5F5; border: 0; border-radius: 3px; color: #222222; font-family: 'Noto Sans JP', sans-serif; }

.form-templ .form-content textarea:placeholder { color: #8a8a8a; }

.form-templ .form-content textarea.size02 { max-width: 500px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content textarea { height: 130px; padding: 3px 10px; border-radius: 3px; width: 100%; }
  .form-templ .form-content textarea.size01 { width: 100%; } }

/* ========== end △ */
.form-templ .form-content .form-note { display: inline-block; vertical-align: middle; }

.form-templ .form-content .zip-text { font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; margin-top: 9px; display: inline-block; vertical-align: top; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .zip-text { padding: 0; margin-top: 8px; font-size: 15px; line-height: 1.53333; } }

/* ========== end △ */
.form-templ .form-content .ex01 { font-size: 16px; line-height: 2; letter-spacing: 0.1em; margin: 6px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .ex01 { display: block; margin: 3px 0; font-size: 15px; line-height: 1.53333; } }

/* ========== end △ */
.form-templ .form-content .char { display: inline-block; vertical-align: middle; margin: 0 5px; }

.form-templ .form-content input.p-postal-code { width: 250px; margin: 0 5px 0 8px; }

.form-templ .form-content .form-row { margin-bottom: 10px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-row { margin-bottom: 5px; } }

/* ========== end △ */
.form-templ .form-content .form-row .form-col { display: inline-block; vertical-align: middle; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-row .form-col { width: 100%; } }

/* ========== end △ */
.form-templ .form-content .form-age input { width: 240px; margin-right: 14px; }

.form-templ .form-content .form-tel input { width: 100%; margin-right: 10px; }

.form-templ .form-content .form-address { margin-bottom: 8px; }

.form-templ .form-content .form-address:last-child { margin-bottom: 0; }

.form-templ .form-content .form-address p { margin-bottom: 5px; font-size: 16px; line-height: 1.75; letter-spacing: 0.06em; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-address p { margin: 0 0 2px; } }

/* ========== end △ */
.form-templ .form-content .note01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; margin: 10px 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .note01 { font-size: 14px; line-height: 2; margin: 10px 0 10px; } }

/* ========== end △ */
.form-templ .list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 800px; }

.form-templ .list li { padding-right: 15px; width: 33%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list li { padding-right: 5px; width: 33.33%; } }

/* ========== end △ */
.form-templ .list li .ime_on, .form-templ .list li select { width: calc(100% - 36px); }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list li .ime_on, .form-templ .list li select { width: calc(100% - 20px); height: 40px; } }

/* ========== end △ */
.form-templ .list li .txt { width: 35px; display: inline-block; vertical-align: top; text-align: right; padding-top: 4px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .list li .txt { width: 20px; padding-top: 6px; } }

/* ========== end △ */
.form-templ .row-name { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.form-templ .row-name .txt { font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; width: 45px; margin-top: 4px; }

.form-templ .row-name .ip { width: calc(100% - 45px); }

.form-templ .row-name .ip input { width: 100%; }

.form-templ .row-name .col { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; margin: 0 6% 0 0; }

.form-templ .row-name .col:nth-child(2n) { margin-right: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .row-name .col { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: center; width: 49%; margin: 0 2% 0 0; }
  .form-templ .row-name .col:nth-child(2n) { margin-right: 0; }
  .form-templ .row-name .col .txt { font-size: 15px; line-height: 1.46667; width: 35px; }
  .form-templ .row-name .col .ip { width: calc(100% - 35px); } }

/* ========== end △ */
.form-templ .form-check { margin-bottom: 40px; font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; font-weight: 400; text-align: center; }

.form-templ .form-check .form-check__label { position: relative; text-align: left; display: inline-block; }

.form-templ .form-check .form-check__label input[type="checkbox"] { display: inline-block; vertical-align: top; position: absolute; left: 7px; top: 7px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check .form-check__label input[type="checkbox"] { left: 0; } }

/* ========== end △ */
.form-templ .form-check .txt2 { font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; font-weight: 400; padding: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check { margin-bottom: 20px; font-size: 14px; line-height: 1.64286; letter-spacing: 0.02em; }
  .form-templ .form-check .txt2 { font-size: 14px; line-height: 1.64286; letter-spacing: 0.02em; } }

/* ========== end △ */
.form-templ .form-check a { color: #06A3E0; }

.form-templ .form-check__label { display: inline-block; text-align: center; }

.form-templ .form-check__label label { text-align: center; position: relative; display: block; font-size: 16px; line-height: 1.75; letter-spacing: 0.05em; font-weight: 400; padding-left: 0; left: 0; top: -21px; padding-left: 0; left: 0; top: 0px; width: 100%; }

@media only screen and (max-width: 375px) { .form-templ .form-check__label label { font-size: 14px; line-height: 1.78571; } }

.form-templ .form-check__label label:before, .form-templ .form-check__label label:after { display: none; }

.form-templ .form-check__label input[type="checkbox"]:checked + label:before, .form-templ .form-check__label input[type="checkbox"]:checked + label:after { display: none; }

.form-templ .form-check__label .mwform-checkbox-field.horizontal-item { left: 0; top: 43px; position: absolute; width: 30px; height: 30px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check__label .mwform-checkbox-field.horizontal-item { top: 16px; } }

/* ========== end △ */
.form-templ .form-check__label .checkbox-item { padding-left: 31px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check__label .checkbox-item { padding-left: 22px; } }

/* ========== end △ */
.form-templ .form-check__label input[type="checkbox"] { margin: 0; box-shadow: none; border-radius: 0; position: relative; left: 0; top: -2px; opacity: 1; }

/* ▽ SP layout ========== */
/* ========== end △ */
.form-templ .form-check__label p { padding-left: 38px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check__label p { padding-left: 25px; } }

/* ========== end △ */
.form-templ .form-group-btn { text-align: center; }

.form-templ .form-btn.btn-next { text-align: center; width: 380px; max-width: 380px; position: relative; margin: 0 auto 20px; background: none; border-radius: 44px; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; padding: 0; background: #B79447; }

.form-templ .form-btn.btn-next .icon { position: absolute; width: 7px; height: 12px; right: 28px; top: 50%; margin: -6px 0 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.41' height='12' viewBox='0 0 7.41 12'%3E%3Cpath id='chevron-right' d='M8.59,16.58,13.17,12,8.59,7.41,10,6l6,6-6,6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E%0A"); background-size: 100% auto; background-position: center; background-repeat: no-repeat; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { /* ▽ PC-TAB layout ========== */ }

@media print, screen and (min-width: 768px) and (min-width: 768px) { .form-templ .form-btn.btn-next:hover { opacity: 0.5; } }

@media print, screen and (min-width: 768px) { /* ========== end △ */ }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next { text-align: center; width: 280px; max-width: 280px; margin: 0 auto 15px; }
  .form-templ .form-btn.btn-next:before { width: 45px; } }

/* ========== end △ */
.form-templ .form-btn.btn-next.form-btn--back { text-align: right; }

.form-templ .form-btn.btn-next.form-btn--back:before { right: auto; left: 0; }

.form-templ .form-btn.btn-next.form-btn--back input { text-align: auto; border: 0; font-size: 18px; line-height: 1.55556; letter-spacing: 0.05em; padding: 22px 40px 22px 60px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-btn.btn-next.form-btn--back:hover { opacity: 1; background: #000; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next.form-btn--back { margin: 0 auto 10px; }
  .form-templ .form-btn.btn-next.form-btn--back input { width: 280px; font-size: 17px; line-height: 1.47059; letter-spacing: 0.03em; padding: 18px 40px 18px 70px; } }

/* ========== end △ */
.form-templ .form-btn.btn-next input { -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; cursor: pointer; display: inline-block; vertical-align: top; width: 380px; border-radius: 40px; color: #fff; background: none; font-size: 18px; line-height: 2; letter-spacing: 0.05em; font-weight: bold; text-decoration: none; text-align: center; position: relative; padding: 24px 40px 24px 20px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next input { width: 280px; font-size: 17px; line-height: 1.47059; letter-spacing: 0.03em; padding: 18px 50px 18px 15px; } }

/* ========== end △ */
.form-templ .form-btn.next02:before { display: none; }

.form-templ .form-btn.next02 input { background: #cd3f45; padding-left: 10px; }

.form-templ .form-btn.next03:before { display: none; }

.form-templ .form-btn.next03 input { background: #be0008; padding-left: 10px; }

.form-templ .form-btn.next04:before { display: none; }

.form-templ .form-btn--back { text-align: center; width: 280px; position: relative; margin: 0 auto 20px; background: #5db430; -webkit-transition: 0.3s ease all; -moz-transition: 0.3s ease all; -ms-transition: 0.3s ease all; -o-transition: 0.3s ease all; transition: 0.3s ease all; border-radius: 3px; padding: 0; }

.form-templ .form-btn--back button { cursor: pointer; display: inline-block; vertical-align: top; width: 280px; color: #fff; font-size: 20px; line-height: 1.25; letter-spacing: 0.05em; font-weight: bold; text-decoration: none; text-align: center; position: relative; border-radius: 3px; padding: 15px 10px; border: 0; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-btn--back:hover { opacity: 0.6; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn--back { margin: 0 auto 10px; }
  .form-templ .form-btn--back button { width: 280px; font-size: 17px; line-height: 1.47059; letter-spacing: 0.03em; padding: 22px 10px 22px 10px; } }

/* ========== end △ */
/*# sourceMappingURL=maps/form.css.map */

/*# sourceMappingURL=maps/form.css.map */
