@charset "UTF-8";
:root { --color-gray: #929292; --color-gray-second: #c4c4c4; --color-gray-third: #707070; --color-gray-fourth: #d8d5d5; --color-gray-fifth: #e3e3e3; --color-gray-sixth: #F6F6F6; --color-black: #000000; --color-black-second: #0d0d0d; --color-black-third: #262421; --color-white: #ffffff; --color-brown: #684117; --color-red: #ff0000; --font-noto-sans-jp: "Noto Sans JP", sans-serif; --font-noto-serif-jp: "Noto Serif JP", serif; --font-saira: "Saira Semi Condensed", sans-serif; --font-libre-baskerville: "Libre Baskerville", serif; }

:root { --color-gray: #929292; --color-gray-second: #c4c4c4; --color-gray-third: #707070; --color-gray-fourth: #d8d5d5; --color-gray-fifth: #e3e3e3; --color-gray-sixth: #F6F6F6; --color-black: #000000; --color-black-second: #0d0d0d; --color-black-third: #262421; --color-white: #ffffff; --color-brown: #684117; --color-red: #ff0000; --font-noto-sans-jp: "Noto Sans JP", sans-serif; --font-noto-serif-jp: "Noto Serif JP", serif; --font-saira: "Saira Semi Condensed", sans-serif; --font-libre-baskerville: "Libre Baskerville", serif; }

/* ==================================================
	common
================================================== */
/* elements
-------------------------------------------------- */
form { display: inline; }

label { vertical-align: middle; }

input, select, optgroup, option, textarea { box-sizing: border-box; margin: 0; font-family: "Zen Kaku Gothic New", 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: 2px 50px 2px 0; 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 △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form_content_style .btn_list li { display: block; line-height: 1; } }

/* ========== 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::after, .form_content_style .any::after { width: 60px; display: inline-block; padding: 1px 5px 2px; color: #fff; text-align: center; border-radius: 20px; font-size: 14px; line-height: 1.57143; letter-spacing: 0em; font-weight: 400; margin: 4px 0 0 15px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form_content_style .required::after, .form_content_style .any::after { width: 50px; padding: 1px 1px 2px; border-radius: 20px; font-size: 13px; line-height: 1.53846; margin: 3px 0 0 10px; } }

/* ========== end △ */
.form_content_style .required::after { content: "必須"; background-color: #00aeff; }

.form_content_style .any::after { display: none; }

/* 同意テキスト */
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 { cursor: pointer; display: inline-block; width: 100%; margin-top: 25px; font-family: "Zen Kaku Gothic New", sans-serif; padding: 20px 10px; border-radius: 40px; border: none; background-color: #edf5f8; color: #fff; font-size: 18px; line-height: 1.66667; transition: all 0.2s ease; max-width: 330px; }

body.form .form_submit_btn input input.back { background-color: #aaa; }

/* ▽ 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: #be0008; 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 { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; text-align: center; }

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

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

/* ========== end △ */
.form-templ .form-txt02 { font-size: 16px; line-height: 1.875; letter-spacing: 0em; text-align: left; margin: 0 0 45px 15px; }

.form-templ .form-txt02 .red { color: #a43737; }

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

/* ========== end △ */
.form-templ input[type="text"], .form-templ .form-input { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; resize: none; width: 100%; height: 45px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 20px; padding-right: 20px; background-color: #f8f8f8; border: 1px solid #b6b6b6; color: #000; border-radius: 0; font-family: "Zen Kaku Gothic New", sans-serif; }

.form-templ input[type="text"]:focus-visible, .form-templ .form-input:focus-visible { background: #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; resize: none; background-color: #f8f8f8; border: 1px solid #b6b6b6; color: #000; border-radius: 0; outline: none !important; }

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

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

.form-templ input[type="text"].ip-zip01, .form-templ .form-input.ip-zip01 { width: 30%; }

.form-templ input[type="text"].ip-tel01, .form-templ .form-input.ip-tel01 { width: calc(33% - 13px); }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ input[type="text"], .form-templ .form-input { font-size: 15px; line-height: 1.6; }
  .form-templ input[type="text"].ip-zip01, .form-templ .form-input.ip-zip01 { width: 40%; } }

/* ========== end △ */
.form-templ input[type="color"], .form-templ input[type="date"], .form-templ input[type="datetime"], .form-templ input[type="datetime-local"], .form-templ input[type="email"], .form-templ input[type="month"], .form-templ input[type="number"], .form-templ input[type="password"], .form-templ input[type="search"], .form-templ input[type="tel"], .form-templ input[type="text"], .form-templ input[type="time"], .form-templ input[type="url"], .form-templ input[type="week"], .form-templ select:focus, .form-templ textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; resize: none; width: 100%; height: 45px; font-size: inherit; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 20px; padding-right: 20px; background-color: #fff; border: 1px solid #909090; color: #000; border-radius: 0; font-family: "Zen Kaku Gothic New", sans-serif; }

.form-templ input[type="color"]:focus, .form-templ input[type="color"]:focus-visible, .form-templ input[type="date"]:focus, .form-templ input[type="date"]:focus-visible, .form-templ input[type="datetime"]:focus, .form-templ input[type="datetime"]:focus-visible, .form-templ input[type="datetime-local"]:focus, .form-templ input[type="datetime-local"]:focus-visible, .form-templ input[type="email"]:focus, .form-templ input[type="email"]:focus-visible, .form-templ input[type="month"]:focus, .form-templ input[type="month"]:focus-visible, .form-templ input[type="number"]:focus, .form-templ input[type="number"]:focus-visible, .form-templ input[type="password"]:focus, .form-templ input[type="password"]:focus-visible, .form-templ input[type="search"]:focus, .form-templ input[type="search"]:focus-visible, .form-templ input[type="tel"]:focus, .form-templ input[type="tel"]:focus-visible, .form-templ input[type="text"]:focus, .form-templ input[type="text"]:focus-visible, .form-templ input[type="time"]:focus, .form-templ input[type="time"]:focus-visible, .form-templ input[type="url"]:focus, .form-templ input[type="url"]:focus-visible, .form-templ input[type="week"]:focus, .form-templ input[type="week"]:focus-visible, .form-templ select:focus:focus, .form-templ select:focus:focus-visible, .form-templ textarea:focus, .form-templ textarea:focus-visible { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; resize: none; background-color: #fff; border: 1px solid #909090; color: #000; border-radius: 0; }

.form-templ .box-select { width: 270px; position: relative; }

.form-templ .box-select select { font-family: "Zen Kaku Gothic New", sans-serif; word-break: normal; white-space: nowrap; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; width: 100%; height: 40px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 16px; padding-right: 16px; background-color: #fff; border: 1px solid #909090; color: #000; border-radius: 0; font-family: "Zen Kaku Gothic New", sans-serif; }

.form-templ .box-select select:focus-visible { -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; resize: none; border-radius: 0; outline: none !important; }

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

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

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

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

/* ========== end △ */
.form-templ .c-select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; height: 40px; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; padding-left: 20px; padding-right: 20px; background-color: #fff; border: 1px solid #909090; color: #000; border-radius: 0; font-family: "Zen Kaku Gothic New", sans-serif; }

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

.form-templ .c-select:where(select) { background-size: 40px 14px; }

.form-templ .c-select option::selected { color: #bfbfbf; }

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

/* ========== end △ */
.form-templ .ex02 { font-size: 16px; margin: 10px 0 10px; }

.form-templ .birthday { 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 .birthday .ex01 { font-size: 16px; padding: 7px 0 0 15px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .birthday .ybox { width: 200px; 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 .birthday .ybox .ip01 { width: 148px; }
  .form-templ .birthday .mbox { width: 130px; 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 .birthday .mbox .ip01 { width: 82px; }
  .form-templ .birthday .dbox { width: 130px; 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 .birthday .dbox .ip01 { width: 82px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .birthday .ex01 { font-size: 14px; padding: 6px 0 0 6px; }
  .form-templ .birthday .ybox { width: 44%; 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 .birthday .ybox .ip01 { width: calc(100% - 28px); }
  .form-templ .birthday .mbox { width: 28%; 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 .birthday .mbox .ip01 { width: calc(100% - 28px); }
  .form-templ .birthday .dbox { width: 28%; 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 .birthday .dbox .ip01 { width: calc(100% - 28px); } }

/* ========== 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 { width: 31%; margin-right: 1%; }
  .form-templ .list-checkbox01 li:last-child, .form-templ .list-checkbox01 li:nth-child(3n) { margin-right: 0; }
  .form-templ .list-checkbox01 li.io-other { width: 100%; margin: 18px 0 0 0; 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.io-other .checkbox-item { width: 140px; margin: 7px 0 0; }
  .form-templ .list-checkbox01 li.io-other .ip { width: calc(100% - 140px); } }

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

/* ========== end △ */
.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: 6px; top: 10px; }

.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 40px; border-radius: 0; }

.form-templ .checkbox-item label:before { content: ''; width: 24px; height: 24px; border: 1px solid #8a6c3a; background: #f8f8f8; border-radius: 0; display: block; position: absolute; left: 0; top: 5px; }

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .checkbox-item label { font-size: 15px; line-height: 1.6; padding: 5px 0 5px 33px; border-radius: 0; }
  .form-templ .checkbox-item label:before { width: 22px; height: 22px; top: 7px; }
  .form-templ .checkbox-item label:after { left: 7px; } }

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

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .radio-item { line-height: 1; } }

/* ========== end △ */
.form-templ .radio-item:not(:last-child) { margin-bottom: 3px; }

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

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

.form-templ .radio-item label { position: relative; display: inline-block; vertical-align: top; font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 500; padding: 0 0 0 29px; }

.form-templ .radio-item label:before { content: ''; width: 18px; height: 18px; border: 1px solid #969696; border-radius: 50%; display: block; position: absolute; left: 0; top: 7px; background: #f8f8f8; }

.form-templ .radio-item label:after { content: ""; position: absolute; left: 4px; top: 11px; width: 10px; height: 10px; background: #0083C0; border-radius: 50%; display: none; }

.form-templ .radio-item label .chk-txt { font-size: 16px; line-height: 1.875; letter-spacing: 0em; font-weight: 500; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .radio-item label { font-size: 15px; line-height: 1.66667; padding: 0 0 0 25px; }
  .form-templ .radio-item label .chk-txt { font-size: 15px; line-height: 1.66667; }
  .form-templ .radio-item label:before { top: 6px; }
  .form-templ .radio-item label:after { top: 10px; } }

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

.form-templ .form-content { margin: 53px 0 72px; border-bottom: 0; /*---------- START RADIO ----------*/ /*---------- END RADIO ----------*/ /*---------- START CHECKBOX ----------*/ }

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

/* ========== end △ */
.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: 0; } }

/* ========== end △ */
.form-templ .form-content .form-label { display: inline-block; text-align: center; color: #000000; margin: 0 0 0 2px; font-size: 16px; line-height: 1.8125; letter-spacing: 0.1em; font-weight: 400; background: #eaeaea; border-radius: 5px; width: 55px; height: 30px; position: absolute; right: 0; top: 2px; }

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-label { font-size: 14px; line-height: 1.78571; letter-spacing: 0.05em; background: #eaeaea; border-radius: 4px; width: 50px; height: 26px; top: 9px; right: 9px; } }

/* ========== end △ */
.form-templ .form-content .form-dl { display: table; width: 100%; position: relative; border-top: 1px solid #adb3b9; padding: 25px 0; margin: 0; }

.form-templ .form-content .form-dl:last-child { border-bottom: 1px solid #adb3b9; }

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

/* ========== end △ */
.form-templ .form-content .form-dl .form-dt { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: bold; position: relative; padding: 0 60px 0 20px; text-align: left; color: #000000; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-dl .form-dt { width: 240px; display: table-cell; vertical-align: top; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl .form-dt { border-bottom: 1px solid #adb3b9; padding: 10px 65px 10px 10px; font-size: 15px; line-height: 1.6; } }

/* ========== end △ */
.form-templ .form-content .form-dl .form-dd { position: relative; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; padding: 0 19px 0 62px; margin: 0; color: #000000; }

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

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

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

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-dl .form-dd { padding: 15px 10px 20px 10px; font-size: 15px; line-height: 1.6; letter-spacing: 0.02em; }
  .form-templ .form-content .form-dl .form-dd .txt-error { font-size: 15px; line-height: 1.6; letter-spacing: 0.02em; } }

/* ========== end △ */
.form-templ .form-content .form-dl.is-top .form-dt, .form-templ .form-content .form-dl.is-top .form-dd { vertical-align: top; }

.form-templ .form-content .form-dl.is-booking { display: none; }

.form-templ .form-content .form-dl.is-booking.is-active { display: flex; }

.form-templ .form-content .rdo input[type=radio] { -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; display: none; background: transparent; }

.form-templ .form-content .rdo input[type=radio] + label { position: relative; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: inline-block; padding-left: 23px; line-height: 1.6; }

.form-templ .form-content .rdo input[type=radio] + label::before, .form-templ .form-content .rdo input[type=radio] + label::after { position: absolute; display: block; content: ""; border-radius: 50%; }

.form-templ .form-content .rdo input[type=radio] + label::before { top: 3px; left: 0; width: 18px; height: 18px; background-color: var(--color-white); border: 1px solid #969696; background: #f8f8f8; }

.form-templ .form-content .rdo input[type=radio] + label::after { z-index: 2; top: 6px; left: 3px; width: 12px; height: 12px; opacity: 0; visibility: hidden; background-color: #8a6c3a; }

.form-templ .form-content .rdo input[type=radio]:checked + label::before { border-color: var(--color-black-second); }

.form-templ .form-content .rdo input[type=radio]:checked + label::after { opacity: 1; visibility: visible; }

@media only screen and (max-width: 767px) { .form-templ .form-content .rdo input[type=radio] + label::before { top: 3px; }
  .form-templ .form-content .rdo input[type=radio] + label::after { top: 6px; } }

.form-templ .form-content .chk input[type=checkbox] { display: none; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; background: transparent; }

.form-templ .form-content .chk input[type=checkbox] + label { position: relative; display: inline-block; padding-left: 2.5rem; cursor: pointer; line-height: 1.6; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.form-templ .form-content .chk input[type=checkbox] + label::before, .form-templ .form-content .chk input[type=checkbox] + label::after { position: absolute; display: block; content: ""; }

.form-templ .form-content .chk input[type=checkbox] + label::before { top: 0.2rem; left: 0; width: 18px; height: 18px; background-color: var(--color-white); border: 0.1rem solid var(--color-gray); }

.form-templ .form-content .chk input[type=checkbox] + label::after { z-index: 2; opacity: 0; visibility: hidden; top: 0.4rem; left: 0.6rem; width: 0.6rem; height: 1.1rem; border: solid var(--color-black-second); border-width: 0 0.2rem 0.2rem 0; -webkit-transform: rotate(40deg); transform: rotate(40deg); }

.form-templ .form-content .chk input[type=checkbox]:checked + label::before { border-color: var(--color-black-second); }

.form-templ .form-content .chk input[type=checkbox]:checked + label::after { opacity: 1; visibility: visible; }

@media only screen and (max-width: 767px) { .form-templ .form-content .chk input[type=checkbox] + label::before { top: 0.2rem; }
  .form-templ .form-content .chk input[type=checkbox] + label::after { top: 0.4rem; } }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-payment { display: flex; }
  .form-templ .form-content .form-payment__item { margin-right: 4rem; }
  .form-templ .form-content .form-payment__item:last-child { margin-right: 0; } }

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

.form-templ .form-content .io-other { margin: 10px 0 0; }

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

/* ========== end △ */
.form-templ .form-content .io-other.is-hidden { display: none; }

.form-templ .form-content .io-other .txt { display: inline-block; vertical-align: middle; font-size: 16px; line-height: 2; letter-spacing: 0.05em; font-weight: 500; width: 120px; }

.form-templ .form-content .io-other .ip { display: inline-block; vertical-align: middle; font-size: 16px; line-height: 2; letter-spacing: 0.05em; font-weight: 400; width: calc(100% - 120px); margin-top: 5px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .io-other { margin: 10px 0 0; }
  .form-templ .form-content .io-other .txt { font-size: 15px; line-height: 1.66667; width: 100%; }
  .form-templ .form-content .io-other .ip { font-size: 15px; line-height: 1.66667; width: 100%; } }

/* ========== end △ */
.form-templ .form-content .box-ser { 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 .box-ser .note01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.02em; font-weight: 400; width: 145px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .box-ser { display: block; }
  .form-templ .form-content .box-ser .note01 { font-size: 15px; line-height: 1.6; letter-spacing: 0em; width: 100%; padding: 0; margin: 0 0 10px; } }

/* ========== end △ */
.form-templ .form-content .form-note01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.02em; font-weight: 400; }

.form-templ .form-content .list-radio01 { letter-spacing: 0; font-size: 0; margin: 5px 0 7px; line-height: 0; }

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

/* ========== end △ */
.form-templ .form-content .list-radio01 li { display: inline-block; vertical-align: top; margin: 0 3% 0 0; min-width: 23%; line-height: 1; }

.form-templ .form-content .list-radio01 li:last-child, .form-templ .form-content .list-radio01 li:nth-child(3n) { margin-right: 0; }

.form-templ .form-content .list-radio01 li label { display: inline-block; vertical-align: top; font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; }

.form-templ .form-content .list-radio01 li.io-other { width: 100%; margin: 16px 0 0; }

.form-templ .form-content .list-radio01 li.io-other .radio-item { width: 140px; display: inline-block; vertical-align: top; margin-top: 4px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 li.io-other { width: 100%; margin: 0; } }

/* ========== end △ */
.form-templ .form-content .list-radio01 li .other-ip { display: inline-block; vertical-align: top; margin-top: 0; width: calc(100% - 140px); }

.form-templ .form-content .list-radio01 li .other-ip input { width: 100%; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 li .other-ip { width: 100%; margin: 10px 0 0; } }

/* ========== end △ */
.form-templ .form-content .list-radio01 li input[type="radio"] { margin: -3px 15px 0 4px; border-color: #000; transform: scale(1.6); }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .list-radio01 li { padding-right: 0; width: 100%; margin: 3px 0 3px; }
  .form-templ .form-content .list-radio01 li:last-child { margin-bottom: 0; padding-right: 0; }
  .form-templ .form-content .list-radio01 li label { font-size: 14px; line-height: 1.71429; }
  .form-templ .form-content .list-radio01 li input[type="radio"] { margin: 1px 5px -4px 0; transform: scale(1.2); display: inline-block; vertical-align: top; } }

/* ========== 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: 40px; padding-left: 15px; padding-right: 15px; border: 1px solid #909090; background: #fff; border-radius: 0; color: #000000; width: 100%; font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; border-radius: 0; font-family: "Zen Kaku Gothic New", 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: #bfbfbf; }

.form-templ .form-content input[type="text"].ip-datetimepicker, .form-templ .form-content .form-input.ip-datetimepicker, .form-templ .form-content input[type="email"].ip-datetimepicker, .form-templ .form-content input[type="tel"].ip-datetimepicker { background: url(../common_img/icon_calendar.png) no-repeat right 10px center; background-size: 25px 26px; }

/* ▽ 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"] { font-size: 14px; line-height: 1.57143; 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"] { padding-left: 10px; padding-right: 10px; width: 100%; height: 40px; background-color: #fff; border: 1px solid #b3b3b3; color: #000000; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; border-radius: 0; font-family: "Zen Kaku Gothic New", sans-serif; padding: 10px 10px 10px; }

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

/* ========== end △ */
.form-templ .form-content select { width: 100%; background-color: #fff; border: 1px solid #b3b3b3; color: #000000; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; border-radius: 0; font-family: "Zen Kaku Gothic New", sans-serif; max-width: 465px; padding: 4px 10px 4px; }

.form-templ .form-content select:where(select) { background: url(../common_img/ico_arr02.png) no-repeat right 10px center; background-size: 13px 9px; }

.form-templ .form-content select:placeholder { color: #bfbfbf; }

.form-templ .form-content textarea { width: 100%; height: 125px; background-color: #fff; border: 1px solid #b3b3b3; color: #000000; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; border-radius: 0; font-family: "Zen Kaku Gothic New", sans-serif; padding: 10px 10px 10px; }

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

.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; font-size: 15px; line-height: 1.6; padding: 5px 10px; border-radius: 0; width: 100%; }
  .form-templ .form-content textarea.size01 { width: 100%; } }

/* ========== end △ */
/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .box-datetime { 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; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }
  .form-templ .form-content .box-datetime .date { width: 49.5%; }
  .form-templ .form-content .box-datetime .time { width: 49.5%; margin-left: 1%; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .box-datetime .time { margin: 10px 0 0; } }

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

.form-templ .form-content .form-tel { display: flex; align-items: center; }

.form-templ .form-content .form-tel .char { margin: 0 2px; line-height: 1; text-align: center; }

.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 { font-size: 15px; line-height: 1.53333; } }

/* ========== end △ */
.form-templ .form-content .note02 { font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; margin: 19px 0 4px; }

.form-templ .form-content .note02 span { color: #be0008; }

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

/* ========== end △ */
.form-templ .form-content .ex01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.06em; }

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

/* ========== end △ */
.form-templ .form-content input.p-postal-code { width: 270px; margin: 0 5px 0 8px; }

.form-templ .form-content .form-zip input { width: 31%; }

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

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-content .form-row { 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; width: 100%; }
  .form-templ .form-content .form-row .zip-text { width: 25px; }
  .form-templ .form-content .form-row .form-input { width: calc(100% - 25px); }
  .form-templ .form-content .form-row__left { width: 45px; }
  .form-templ .form-content .form-row__right { width: calc(100% - 45px); }
  .form-templ .form-content .form-row .form-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; }
  .form-templ .form-content .form-row .form-col.left { width: 185px; }
  .form-templ .form-content .form-row .form-col.right { width: calc(100% - 185px); padding: 0 0 0 20px; 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 .form-row .form-col.right .state-txt { width: 95px; padding: 4px 0 0; }
  .form-templ .form-content .form-row .form-col.right .box-select { width: calc(100% - 95px); } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-content .form-row { margin-bottom: 10px; }
  .form-templ .form-content .form-row .zip-text { width: 25px; }
  .form-templ .form-content .form-row .form-input { width: calc(100% - 25px); }
  .form-templ .form-content .form-row .form-col.left { width: 100%; }
  .form-templ .form-content .form-row .form-col.right { 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; width: 100%; padding: 10px 0 0; }
  .form-templ .form-content .form-row .form-col.right .state-txt { width: 95px; padding: 10px 0 0; }
  .form-templ .form-content .form-row .form-col.right .box-select { width: calc(100% - 95px); } }

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

.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: 10px; font-size: 16px; line-height: 1.75; letter-spacing: 0.03em; }

/* ▽ 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: 4px 0 0 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 .form-content .note02 { font-size: 16px; line-height: 1.875; letter-spacing: 0.05em; font-weight: 400; margin: 0; }

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

/* ========== end △ */
.form-templ .box-tel { max-width: 572px; 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 .box-tel .ip { width: calc(33% - 10px); }

.form-templ .box-tel .char { display: inline-block; vertical-align: middle; margin: 0 5px; }

.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: 14px; line-height: 1.71429; width: 35px; }
  .form-templ .row-name .col .ip { width: calc(100% - 35px); } }

/* ========== end △ */
.form-templ .form-pp { margin-bottom: 42px; }

.form-templ .form-pp .pp-ttl { color: #000000; font-size: 20px; line-height: 1.5; letter-spacing: 0.1em; font-weight: bold; }

.form-templ .form-pp .pp-desc01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; margin-bottom: 31px; }

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

.form-templ .form-pp .pp-desc01 a { color: #0083c0; display: inline-block; text-decoration: underline; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; word-break: break-word; position: relative; padding: 0 0 0 26px; }

.form-templ .form-pp .pp-desc01 a:before { position: absolute; content: ""; left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #000; top: 15px; }

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

/* ========== end △ */
.form-templ .form-pp .pp-desc01 a[href*="tel:"] { pointer-events: auto; cursor: pointer; }

.form-templ .form-pp .pp-lst { margin-bottom: 59px; }

.form-templ .form-pp .pp-lst li { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; position: relative; padding: 0 0 0 26px; }

.form-templ .form-pp .pp-lst li:before { position: absolute; content: ""; left: 5px; width: 8px; height: 8px; border-radius: 50%; background: #0083c0; top: 11px; }

.form-templ .form-pp .pp-desc02 { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: 400; }

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

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

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-pp { margin-bottom: 35px; }
  .form-templ .form-pp .pp-lst { margin-bottom: 25px; }
  .form-templ .form-pp .pp-lst li { font-size: 15px; line-height: 1.73333; padding: 0 0 0 26px; }
  .form-templ .form-pp .pp-lst li:before { top: 9px; }
  .form-templ .form-pp .pp-ttl { font-size: 18px; line-height: 1.44444; }
  .form-templ .form-pp .pp-desc01 { font-size: 15px; line-height: 1.6; }
  .form-templ .form-pp .pp-desc01 a { font-size: 15px; line-height: 1.6; }
  .form-templ .form-pp .pp-box { margin-bottom: 25px; }
  .form-templ .form-pp .pp-box:last-child { margin-bottom: 0; } }

/* ========== end △ */
.form-templ .form-check { margin-bottom: 36px; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; text-align: center; }

.form-templ .form-check .txt2 { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; }

/* ▽ 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.05em; }
  .form-templ .form-check .txt2 { font-size: 14px; line-height: 1.64286; letter-spacing: 0.05em; } }

/* ========== end △ */
.form-templ .form-check a { color: #000000; text-decoration: none; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form-check a:hover { opacity: 1; color: #8a6c3a; text-decoration: underline; } }

/* ========== end △ */
.form-templ .form-check__label { display: inline-block; text-align: center; }

.form-templ .form-check__label label { font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; text-align: center; position: relative; display: inline-block; padding: 0 0 0 27px; }

.form-templ .form-check__label label:before { content: ''; width: 18px; height: 18px; background: #fff; border: 1px solid #8a6c3a; border-radius: 3px; display: block; position: absolute; left: 0; top: 9px; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-check__label label { font-size: 14px; line-height: 1.64286; letter-spacing: 0.05em; padding: 0 0 0 23px; }
  .form-templ .form-check__label label:before { top: 4px; } }

/* ========== end △ */
.form-templ .form-check__label input[type="checkbox"] { margin: -2px 17px 0 7px; transform: scale(1.66); box-shadow: none; border-radius: 0; }

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

/* ========== 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_submit_btn { text-align: center; }

.form-templ .form_submit_btn input { cursor: pointer; display: inline-block; width: 100%; font-family: "Zen Kaku Gothic New", sans-serif; padding: 31px 10px; border-radius: 60px; border: none; background-color: #e5d323; color: #fff; font-size: 18px; line-height: 1.66667; letter-spacing: 0.05em; font-weight: bold; transition: all 0.2s ease; max-width: 320px; }

.form-templ .form_submit_btn input:disabled { opacity: 0.5; pointer-events: none; }

.form-templ .form_submit_btn input.back { background: #adb3b9; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .form-templ .form_submit_btn input:hover { opacity: 0.5; text-decoration: none; } }

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

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

.form-templ .form_submit_btn.group-btn { margin-top: 95px; }

.form-templ .form_submit_btn.group-btn input { margin-right: 30px; margin-left: 30px; }

.form-templ .form_submit_btn.group-btn .it-btn01 { width: 48%; margin: 0 1%; }

.form-templ .form_submit_btn.group-btn .it-btn01 input { margin-right: 0; margin-left: 0; }

.form-templ .form_submit_btn.group-btn .it-btn02 { width: 48%; margin: 0 1%; }

.form-templ .form_submit_btn.group-btn .it-btn02 input { margin-right: 0; margin-left: 0; }

.form-templ .form_submit_btn.group-btn02 { 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: center; max-width: 780px; margin: 25px auto 25px; }

.form-templ .form_submit_btn.group-btn02 input { margin-right: 30px; margin-left: 30px; }

.form-templ .form_submit_btn.group-btn02 .it-btn01 { width: 48%; margin: 0 1%; }

.form-templ .form_submit_btn.group-btn02 .it-btn01 input { margin-right: 0; margin-left: 0; }

.form-templ .form_submit_btn.group-btn02 .it-btn02 { width: 48%; margin: 0 1%; }

.form-templ .form_submit_btn.group-btn02 .it-btn02 input { margin-right: 0; margin-left: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form_submit_btn input { padding: 22px 10px; border-radius: 40px; font-size: 17px; line-height: 1.41176; max-width: 280px; }
  .form-templ .form_submit_btn.group-btn { margin-top: 35px; }
  .form-templ .form_submit_btn.group-btn input { margin: 0 0 15px; }
  .form-templ .form_submit_btn.group-btn02 { margin: 20px 0 0; }
  .form-templ .form_submit_btn.group-btn02 input { margin: 0; }
  .form-templ .form_submit_btn.group-btn02 .it-btn01 { width: 100%; margin: 0; }
  .form-templ .form_submit_btn.group-btn02 .it-btn02 { width: 100%; margin: 15px 0 15px; } }

/* ========== end △ */
.form-templ .form-btn.btn-next { text-align: center; width: 4w0px; position: relative; margin: 0 auto 20px; padding: 0; border-radius: 10px; max-width: 4w0px; border: 0; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next { height: auto; } }

/* ========== end △ */
.form-templ .form-btn.btn-next:after { right: 32px; }

.form-templ .form-btn.btn-next input { background: none; -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: 420px; color: #fff; height: 80px; font-family: "Zen Kaku Gothic New", sans-serif; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: bold; text-decoration: none; text-align: center; border-radius: 0px; padding: 0; position: relative; z-index: 222; color: #fff; }

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

/* ========== end △ */
.form-templ .form-btn.btn-next input:disabled { opacity: 0.5; pointer-events: none; }

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

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next { width: 280px; max-width: 280px; } }

/* ========== end △ */
.form-templ .form-btn.btn-next.form-btn--back:after { left: 32px; right: auto; transform: rotate(180deg); }

.form-templ .form-btn.btn-next.form-btn--back input { background: none; cursor: pointer; display: inline-block; vertical-align: top; width: 420px; color: #fff; border: 0; font-size: 16px; line-height: 1.875; letter-spacing: 0.1em; font-weight: bold; text-decoration: none; text-align: center; position: relative; color: #fff; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .form-templ .form-btn.btn-next.form-btn--back input { width: 280px; font-size: 15px; line-height: 1.66667; letter-spacing: 0.05em; padding: 15px 5px 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-group-btn { text-align: center; }

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

.is-confirm .sec01 { padding-bottom: 40px; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .is-confirm .form-group-btn { 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: center; margin-top: 80px; }
  .is-confirm .form-group-btn .form-btn--back { margin: 0 4% 0 0; width: 48%; }
  .is-confirm .form-group-btn .form-btn--next { width: 48%; margin: 0; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .is-confirm .form-group-btn { text-align: center; }
  .is-confirm .form-group-btn .form-btn--back { margin: 0 auto 10px; } }

/* ========== end △ */
.is-confirm .form-content { overflow: hidden; }

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 768px) { .is-confirm .form-content .form-dl .form-dt { padding: 15px 25px 15px 25px; }
  .is-confirm .form-content .form-dl .form-dd { padding: 15px 25px 15px 25px; } }

/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .is-confirm .form-content .form-dl .form-dd { padding: 10px 0 10px; } }

/* ========== end △ */
.sec-thanks { text-align: center; padding: 40px 0 100px; }

.sec-thanks .ttl01 { font-size: 24px; line-height: 1.25; letter-spacing: 0.03em; font-weight: 500; margin-bottom: 45px; }

.sec-thanks .txt01 { font-size: 16px; line-height: 1.875; letter-spacing: 0.03em; font-weight: 400; margin-bottom: 94px; }

.sec-thanks .btn-backhome { text-align: center; }

.sec-thanks .btn-backhome .c-btn01 { margin: 0 auto; }

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) { .sec-thanks { padding: 30px 0 90px; }
  .sec-thanks .ttl01 { font-size: 18px; line-height: 1.38889; margin-bottom: 45px; }
  .sec-thanks .txt01 { font-size: 15px; line-height: 1.53333; margin-bottom: 45px; } }

/* ========== end △ */

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