@charset "UTF-8";
/*
	media settings
**************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

a * {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #222;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans W3", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.Oswald {
  font-weight: 500;
  font-family: Oswald;
}

.italic {
  font-style: italic;
}

.fsp50 {
  font-size: 50% !important;
}

.fsp60 {
  font-size: 60% !important;
}

.fsp70 {
  font-size: 70% !important;
}

.fsp80 {
  font-size: 80% !important;
}

.fsp90 {
  font-size: 90% !important;
}

.fsp110 {
  font-size: 110% !important;
}

.fsp120 {
  font-size: 120% !important;
}

.fsp130 {
  font-size: 130% !important;
}

.fsp140 {
  font-size: 140% !important;
}

.fsp150 {
  font-size: 150% !important;
}

.fsp160 {
  font-size: 160% !important;
}

.fsp170 {
  font-size: 170% !important;
}

.fsp180 {
  font-size: 180% !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.c-red {
  color: #D81618;
}

.c-org {
  color: #E46000;
}

.c-dorg {
  color: #E6480A;
}

.c-lorg {
  color: #E89900;
}

.c-wht {
  color: #fff;
}

.c-blk {
  color: #222;
}

.c-blu {
  color: #0078D0;
}

.c-gold {
  color: #C79826;
}

.c-yel {
  color: #FFD000;
}

.c-byel {
  color: #FFF000;
}

.c-lyel {
  color: #FFF4AC;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

ruby rt {
  font-size: 35%;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

.spnone {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone {
    display: block !important;
  }
}

.pcnone {
  display: block !important;
}
@media screen and (min-width: 769px) {
  .pcnone {
    display: none !important;
  }
}

.spnone-flex {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .spnone-flex {
    display: flex !important;
  }
}

.pcnone-flex {
  display: flex !important;
}
@media screen and (min-width: 769px) {
  .pcnone-flex {
    display: none !important;
  }
}

.header {
  background: #FFF;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}
.header-license {
  width: 100%;
  height: 5.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header-license-wrap {
  padding: 0 1.5rem;
  box-sizing: content-box;
}
@media screen and (min-width: 769px) {
  .header-license-wrap {
    width: 100%;
    margin: auto;
    padding: 0 3.2rem;
    max-width: 88rem;
  }
}
@media screen and (min-width: 769px) {
  .form_body .header-license-wrap {
    max-width: 70rem;
  }
}
.header-license-logo {
  width: 100%;
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.header-license-logo-img {
  position: relative;
  margin-right: 0.8rem;
}
@media screen and (min-width: 769px) {
  .header-license-logo-img {
    margin-right: 1rem;
  }
}
.header-license-logo-img img {
  width: 10.3rem;
  max-width: 100%;
  height: auto;
}
.header-code-text {
  font-size: 0.8rem;
  letter-spacing: -0.004rem;
  font-weight: 400;
}

/* footer */
.footer {
  margin-bottom: 5.5rem;
}
@media screen and (min-width: 769px) {
  .footer {
    margin-bottom: 10rem;
  }
}
.footer-links {
  padding: 1.5rem 0;
  background: #D81618;
}
.form_body .footer-links {
  background: #444;
}
.footer-link-list {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}
.footer-link-list li:first-child {
  margin-right: 2em;
}
.footer-link-list li a {
  color: #fff;
}
.footer-link-list li i {
  display: inline-block;
  margin-left: 1rem;
  color: #fff;
  font-weight: bold;
}
.footer-small {
  display: block;
  font-size: 1em;
  color: #fff;
  text-align: center;
  background-color: #333;
  padding: 0.5rem 0;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -0.2rem;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

.form #sfm-form {
  margin-top: 2rem;
}
.form .form-row {
  margin-bottom: 5rem;
}
.form_head {
  padding: 1.2rem 0;
  background: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .form_head {
    padding: 4rem 0 3rem;
  }
}
.form_section {
  max-width: 700px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px) {
  .form_section {
    padding: 3rem 0;
  }
}
.form_section.noPadding {
  padding: 3rem 1.5rem 0;
}
@media screen and (min-width: 769px) {
  .form_section.noPadding {
    padding: 3rem 0 0;
  }
}
@media screen and (min-width: 769px) {
  .apply_complete .form_section {
    max-width: 525px;
  }
}
.form_section_ttle {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 769px) {
  .form_section_ttle {
    font-size: 2.4rem;
  }
}
.form_section_text {
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.form_section_label {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
.apply_confirm .form_section_label {
  margin-bottom: 0;
}
.form .input-area {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .form .input-area {
    margin-top: 2rem;
  }
}
.form .label_txt {
  font-size: 1.5rem;
}
.form-table {
  width: 100%;
  margin: auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.form-table tr th {
  display: block;
  width: 100%;
  font-weight: 600;
  box-sizing: border-box;
  text-align: left;
  font-size: 1.4rem;
}
.form-table tr td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 0.6rem 0 2.3rem;
}
.form-table tr td .instruction {
  font-size: 1rem;
  line-height: 1.2;
  display: block;
  margin-top: 1rem;
}
.form-table tr td .ERR {
  margin: 0.3rem 0 0;
  padding: 0;
  color: #D81618;
  font-size: 1.2rem;
}
.form-table tr td input[type=tel],
.form-table tr td input[type=email],
.form-table tr td input[type=text],
.form-table tr td textarea {
  width: 100%;
  height: 5rem;
  display: block;
  padding: 0 0.8rem;
  box-sizing: border-box;
  border: 0.1rem solid #d6d9e7;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  background: #fff;
}
.form-table tr td input[type=tel].required-focus,
.form-table tr td input[type=email].required-focus,
.form-table tr td input[type=text].required-focus,
.form-table tr td textarea.required-focus {
  background: #fce2e2;
  border-color: #e75b5b;
}
.form-table tr td textarea {
  padding: 0.8rem;
  height: 12rem;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  .form-table tr td input[type=text]#history {
    width: 20rem;
  }
}
.form-table tr td select {
  width: 100%;
  height: 5.4rem;
  display: block;
  padding: 0 0.8rem;
  box-sizing: border-box;
  border: 0.1rem solid #d6d9e7;
  border-radius: 0.4rem;
  background: #fff;
  font-size: 1.4rem;
  color: #222;
}
@media screen and (max-width: 768px) {
  .form-table tr td select {
    max-width: 100%;
  }
}
.form-table tr td input[type=tel]:focus,
.form-table tr td input[type=email]:focus,
.form-table tr td input[type=text]:focus,
.form-table tr td textarea:focus {
  background: #edf4ff;
  border-width: 0.2rem;
}
.form-table tr td .required-focus {
  background: #fce2e2;
  border-color: #e75b5b;
}
.form-table tr td .input-group {
  display: flex;
}
.form-table tr td input[type=radio],
.form-table tr td input[type=checkbox] {
  display: none;
  margin: 0;
}
.form-table tr td input[type=radio] + label,
.form-table tr td input[type=checkbox] + label {
  width: calc(50% - 0.5rem);
  position: relative;
  display: inline-block;
  margin: 0.6rem 0;
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
  border-style: solid;
  border-width: 0.2rem;
  border-color: #dbdcdc;
  border-radius: 0.6rem;
  background-color: #f0f5ff;
  box-shadow: 0rem 0.2rem 0.3rem 0rem rgba(7, 3, 4, 0.1);
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.form-table tr td .input-group label:nth-of-type(-n + 2) {
  margin-top: 0;
}
.form-table tr td .input-group label:nth-of-type(odd) {
  margin-right: 1rem;
}
.form-table tr td input[type=radio] + label::before,
.form-table tr td input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 1rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.form-table tr td input[type=radio] + label::before {
  border: 0.1rem solid #dbdcdc;
  border-radius: 50%;
  background: #fff;
}
.form-table tr td input[type=checkbox] + label::before {
  border: 0.1rem solid #dbdcdc;
  background: #fff;
  border-radius: 0.4rem;
}
.form-table tr td input[type=radio]:checked + label::after,
.form-table tr td input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #062f7d;
  transform: translatey(-50%);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.form-table tr td input[type=radio]:checked + label::after {
  border-radius: 0.8rem;
}
.form-table tr td .radio_icon {
  vertical-align: middle;
  margin-right: 0.7rem;
}
.form-table .optional,
.form-table .required,
.form-table .any,
.form-table .form_step {
  background-color: #888888;
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 1rem;
}
.form-table .optional,
.form-table .required {
  font-weight: normal;
}
.form-table .required {
  background-color: #D81618;
}
.form-table .any {
  background-color: #aaa;
}
.form-table .note-text {
  font-size: 1.4rem;
  line-height: 1.4;
  display: inline-block;
  font-weight: 500;
  padding-top: 0.4rem;
}
.form-table-confirm {
  width: 100%;
}
.form-table-confirm + .form_section_label {
  margin-top: 2rem;
}
.form-table-confirm tr th {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  padding: 1rem 0 1rem;
  line-height: 1;
  border-bottom: 0.1rem solid #ccc;
}
.form-table-confirm tr td {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  padding: 0.5rem 0 1rem;
  font-size: 1.4rem;
}
.form-table-confirm tr + tr {
  margin-top: 2rem;
}
.form-table-confirm .optional,
.form-table-confirm .required,
.form-table-confirm .any,
.form-table-confirm .form_step {
  background-color: #888888;
  padding: 0.2rem 0.6rem 0.2rem 0.6rem;
  border-radius: 0.4rem;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  margin-right: 1rem;
}
.form-table-confirm .optional,
.form-table-confirm .required {
  font-weight: normal;
}
.form-table-confirm .required {
  background-color: #D81618;
}
.form-table-confirm .any {
  background-color: #aaa;
}
.form-table-complete {
  width: 100%;
}
.form-table-complete + .form_section_label {
  margin-top: 4rem;
}
.form-table-complete tr:nth-child(1) th {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .form-table-complete tr:nth-child(1) td {
    border-top: 1px solid #ccc;
  }
}
.form-table-complete tr th {
  display: block;
  text-align: left;
  font-size: 1.4rem;
  position: relative;
  padding: 20px 0 1rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .form-table-complete tr th {
    width: 35%;
    display: table-cell;
    border-bottom: 0.1rem solid #ccc;
    padding: 15px 0;
  }
}
.form-table-complete tr td {
  display: block;
  border-bottom: 0.1rem solid #ccc;
  text-align: left;
  position: relative;
  padding: 0 0 2rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .form-table-complete tr td {
    width: 65%;
    display: table-cell;
    padding: 1.5rem 2rem;
  }
}
.form-table-complete tr + tr {
  margin-top: 2rem;
}
.form-complete-wrap {
  padding: 0 0 3rem;
  border-radius: 0.4rem;
  background: #FEE;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .form-complete-wrap {
    padding: 0 0 3rem;
  }
}
.form-complete-ttl {
  font-size: 1.8rem;
  padding: 1.5rem 0;
  background: #D81618;
  margin-bottom: 3rem;
}
@media screen and (min-width: 769px) {
  .form-complete-ttl {
    font-size: 2rem;
  }
}
.form-complete-text {
  text-align: center;
}
.form-complete-text01 {
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px) {
  .form-complete-text01 {
    font-size: 1.8rem;
  }
}
.form-complete-text01 > span {
  display: inline;
  border-bottom: 0.1rem solid #D81618;
}
.form-complete-text02 {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-align: left;
}
.form-complete-tel-wrap {
  text-align: center;
}
.form-complete-tel-span {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 769px) {
  .form-complete-tel-span {
    font-size: 1.4rem;
  }
}
.form-complete-tel-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.form-complete-tel-number i {
  margin-right: 0.5rem;
}
@media screen and (min-width: 769px) {
  .form-complete-tel-number i {
    margin-right: 1rem;
  }
}
.form-complete-tel-number i img {
  width: 2.2rem;
  height: 2.2rem;
}
@media screen and (min-width: 769px) {
  .form-complete-tel-number i img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.form-complete-tel-number > span a {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 769px) {
  .form-complete-tel-number > span a {
    font-size: 5.2rem;
  }
}
.form-complete-tel-time {
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .form-complete-tel-time {
    font-size: 1.6rem;
  }
}
.form-complete-dl {
  margin-top: 2rem;
}
.form-complete-dl:first-of-type {
  margin-top: 3rem;
}
.form-complete-dl dt {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.1rem solid #ccc;
  font-size: 1.2rem;
}
.form-complete-dl dd {
  font-size: 1rem;
}
.form-complete-note {
  margin-top: 3rem;
}
.form-complete-note p {
  font-size: 1.3rem;
}
.form_tel {
  text-align: center;
}
.form_tel_label {
  font-size: 1.6rem;
  margin-bottom: 1.7rem;
}
.form_tel_body {
  margin: 4rem auto 0;
}
@media screen and (min-width: 769px) {
  .form_tel_body {
    width: 38.2rem;
  }
}
.form_tel_detail {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.form_tel_number {
  font-weight: 800;
  margin-bottom: 1rem;
  display: block;
}
.form_tel_number img {
  margin-right: 0.5rem;
  position: relative;
  top: -0.5rem;
  width: auto;
  vertical-align: middle;
  height: 4.25rem;
  display: inline-block;
}
.form_tel_number a {
  display: inline;
  font-size: 3.2rem;
  letter-spacing: -0.1rem;
}
.form_tel_time {
  text-align: center;
  font-size: 1.2rem;
}
.form_tel_note {
  font-size: 1.2rem;
  margin-top: 1rem;
}
.form_bottom_submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem 0 4rem;
}
.apply_confirm .form_bottom_submit {
  margin: 4rem 0 3rem;
}
.form_bottom_submit .button {
  display: inline-block;
  position: relative;
  width: 38.5rem;
  height: 6.8rem;
  font-size: 1.8rem;
  line-height: 7rem;
  padding: 0;
  border-radius: 0.4rem;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.2s all ease;
  font-family: "Noto Sans JP", sans-serif;
}
.form_bottom_submit .button::after {
  content: "";
  background: url(../img/btn-wht-arrow-right.webp) no-repeat center center/cover;
  position: absolute;
  width: 0.525rem;
  height: 0.9rem;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  z-index: 1;
}
.form_bottom_submit .button.submit,
.form_bottom_submit .button.confirm {
  background: #D81618;
  color: #fff;
}
.form_bottom_submit .button.submit:hover,
.form_bottom_submit .button.confirm:hover {
  opacity: 0.75;
}
.form_bottom_submit .button.back {
  background: #888;
}
.form_bottom_submit .button.back:hover {
  background: #999;
}
.form_bottom_submit .button.submit:disabled,
.form_bottom_submit .button.confirm:disabled {
  cursor: auto;
  color: #ccc;
  background: #f5f5f5;
  opacity: 1;
}
.form_bottom_back {
  order: 1;
  width: 100%;
  margin-top: 2rem;
  padding: 0;
  width: 100%;
  font-weight: 700;
  position: relative;
  color: #333;
  margin-bottom: 0;
  text-align: center;
}
.form_bottom_back .back {
  width: fit-content;
  margin: auto;
  height: 100%;
  background: none;
  font-size: 1.5rem;
  color: #333;
  text-decoration: underline;
  position: relative;
  z-index: 110;
  cursor: pointer;
}
.form_ssl {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .form_ssl {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
.form_ssl_img {
  width: 11rem;
}
.form_ssl_img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.form_ssl_text {
  width: calc(100% - 13rem);
  margin-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}
.form_note {
  font-size: 1.6rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px) {
  .form_note {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .form_note p {
    margin-top: 0.5rem;
  }
}
.form_note a {
  display: inline;
  color: #0b5bce;
  text-decoration: underline;
}
.form .placeholder_text {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
.form_img {
  max-width: 56rem;
  margin: auto;
}
.form_tel_box {
  padding: 3rem 1.5rem;
  background: #FFF9E2;
}
.form_tel_box_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
.form_tel_box_text {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 1rem;
}

.form_head_text_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap {
    margin-top: 3rem;
  }
}

.form_head_text_wrap b {
  margin-right: 1rem;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap b {
    margin-right: 1.5rem;
    font-size: 2rem;
  }
}

.form_head_text_wrap b span {
  font-size: 140%;
}

.form_head_text_wrap ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul {
    font-size: 1.4rem;
  }
}

.form_head_text_wrap ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.4rem;
  height: 4rem;
  background-color: #CCCCCC;
  color: #222;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul li {
    width: 14rem;
    height: 5rem;
  }
}
.form_head_text_wrap ul li + li {
  margin-left: 2rem;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul li + li {
    margin-left: 2.5rem;
  }
}
.form_head_text_wrap ul li .num_text {
  display: inline;
  padding: 0.1rem 0.8rem;
  background: #fff;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}

.form_head_text_wrap ul li:nth-child(1) {
  z-index: 3;
}

.form_head_text_wrap ul li:nth-child(2) {
  z-index: 2;
}

.form_head_text_wrap ul li.active {
  color: #fff;
  background-color: #D81618;
}
.form_head_text_wrap ul li.active .num_text {
  color: #D81618;
}

.form_head_text_wrap ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2rem 0 2rem 0.7rem;
  border-color: transparent transparent transparent #CCCCCC;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .form_head_text_wrap ul li::after {
    border-width: 2.5rem 0 2.5rem 1.5rem;
  }
}

.form_head_text_wrap ul li:last-child::after {
  content: none;
}

.form_head_text_wrap ul li.active::after {
  border-color: transparent transparent transparent #D81618;
  z-index: 2;
}

.rd-progress-bar {
  width: 100%;
  background: #fff;
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  box-sizing: border-box;
}
.rd-progress-bar__inner {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 38.73em) {
  .rd-progress-bar__inner {
    padding: 15px 0;
  }
}
.rd-progress-bar__unit {
  width: calc(100% - 80px);
  height: 24px;
  background: #eee;
  box-shadow: inset -2px 5px 8px #c7c7c7;
  border-radius: 50px;
}
.rd-progress-bar__unit--item {
  width: 0;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(to top, #019d5c, #06e98a);
  transition: 1s all;
}
.rd-progress-bar__number {
  width: 60px;
  margin: 0;
  margin-left: 20px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.checked-inner {
  position: relative;
  display: block;
  width: 100%;
}
.checked-inner.sp-fit {
  width: fit-content;
}

.check-img {
  display: none;
  line-height: 1;
  position: absolute;
  top: 1.8rem;
  right: 1.6rem;
  z-index: 1;
}
.check-img.show {
  display: block;
}
@media screen and (max-width: 768px) {
  .check-img {
    right: 1.6rem;
  }
}

.required-radio .check-img {
  right: 0.4rem;
}

.show > .check-img {
  display: block;
}

input::placeholder, textarea::placeholder, select::placeholder {
  color: #999;
}

/* cta */
.cta {
  margin-top: 0;
}
.cta.cta-bg {
  background: linear-gradient(0deg, #FFF9E2 0%, #FFF 100%);
}
.cta.cta-bgbeg {
  background: #FFF9E2;
}
@media screen and (min-width: 769px) {
  .cta-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto;
  }
}
.cta-list.form_tel_box_cta li {
  width: 100%;
  height: 9rem;
}
@media screen and (min-width: 769px) {
  .cta-list.form_tel_box_cta li {
    height: 8.6rem;
    width: 38rem;
  }
}
.cta-list.form_tel_box_cta li a {
  text-decoration: none;
  transition: 0.3s all;
}
.cta-list.form_tel_box_cta li a.common-cta-tel .Oswald {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .cta-list.form_tel_box_cta li a.common-cta-tel {
    padding-right: 4rem;
  }
}
.cta-list.form_tel_box_cta li a:hover {
  opacity: 0.8;
}
.cta-list.form_tel_box_cta li a span > span {
  margin-bottom: 0.5rem;
}
.cta-list.form_tel_box_cta li a span > span.telText {
  font-size: 1.8rem;
}
.cta-list.form_tel_box_cta li a .cta-icon {
  margin-right: 1rem;
}
.cta-list.form_tel_box_cta li a::after {
  right: 2rem;
}
@media screen and (min-width: 769px) {
  .cta-list.form_tel_box_cta li a::after {
    right: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .cta-list li {
    width: 34.3rem;
    height: 9.5rem;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li {
    width: calc(100% - 3rem);
    height: 9.5rem;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li.noTopMargin {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .cta-list li.web-list {
    height: 9.5rem;
  }
}
.cta-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 1;
  color: #333;
  font-weight: bold;
  border-radius: 0.4rem;
}
.cta-list li a span > span {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 0.6rem;
  position: relative;
  text-align: center;
  text-shadow: 0rem 0.1rem 0.2rem rgba(0, 0, 0, 0.3), 0rem 0.2rem 0.6rem rgba(0, 0, 0, 0.15);
}
.cta-list li a span > span.webText {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.webText {
    font-size: 1.5rem;
  }
}
.cta-list li a span > span.revText {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.revText {
    font-size: 1.6rem;
  }
}
.cta-list li a span > span.telText {
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-list li a span > span.telText {
    font-size: 2rem;
  }
}
.modal-content .cta-list li a span > span.telText {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.telText {
    font-size: 1.4rem;
  }
}
.cta-list li a span > span b {
  font-size: 2rem;
}
.cta-list li a span > span.open-times {
  font-size: 1.2rem;
  margin-top: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span.open-times {
    font-size: 1.1rem;
  }
}
.cta-list li a span > span.open-hours {
  font-size: 1.3rem;
  margin-top: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cta-list li a span > span.open-hours {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a span > span {
    font-size: 2.2rem;
  }
}
.cta-list li a::before {
  content: "";
  background: url(../img/btn-shadow.webp) no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 4.5rem;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-list li a::after {
  content: "";
  background: url(../img/arrow-right-wht.webp) no-repeat center center/cover;
  position: absolute;
  width: 2rem;
  height: 1.7rem;
  top: 50%;
  right: 2.7rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a::after {
    right: 2rem;
  }
}
.cta-list li a.common-cta-web {
  border-radius: 6.7rem;
  background: #0078D0;
  box-shadow: 0rem 0.3rem 0.553rem 0.2rem rgba(0, 0, 0, 0.2), 0rem 1.1062rem 1.4381rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  padding-right: 3rem;
}
.cta-list li a.common-cta-web .cta-icon {
  width: 3.6rem;
  height: 4.6rem;
}
.footer-nav .cta-list li a.common-cta-web .cta-icon {
  width: 2.8rem;
  height: 3.6rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list li a.common-cta-web .cta-icon {
    width: 1.8rem;
    height: auto;
    margin-right: 0.5rem;
  }
}
.cta-list li a.common-cta-tel {
  border-radius: 67px;
  background: linear-gradient(0deg, #F05904 0%, #F05904 100%), #0078D0;
  box-shadow: 0rem 0.3rem 0.553rem 0.2rem rgba(0, 0, 0, 0.2), 0rem 1.1062rem 1.4381rem 0rem rgba(0, 0, 0, 0.1);
  color: #fff;
  padding-right: 3rem;
}
@media screen and (min-width: 769px) {
  .modal-content .cta-list li a.common-cta-tel {
    pointer-events: none;
  }
}
.cta-list li a.common-cta-tel .Oswald {
  font-size: 2.8rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .modal-content .cta-list li a.common-cta-tel .Oswald {
    font-size: 2.6rem;
  }
}
.cta-list li a.common-cta-tel .cta-icon {
  width: 3.75rem;
  height: 3.8rem;
}
.footer-nav .cta-list li a.common-cta-tel .cta-icon {
  width: 3rem;
  height: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  .footer-nav .cta-list li a.common-cta-tel .cta-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
.cta-list li + li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 769px) {
  .cta-list li + li {
    margin-top: 0;
    margin-left: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .modal-content .cta-list li + li {
    margin-left: 0;
    margin-top: 1.5rem;
  }
}
.cta-area .cta-list {
  margin-top: 0;
}
.cta-area .cta-list li {
  margin: 0 auto;
}
.cta-list .cta-icon {
  margin-right: 1.4rem;
}
.cta-head {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.7rem;
}
.cta-head-text02 {
  font-size: 2.2rem;
}
.cta-head-textHukidashi {
  position: relative;
  width: fit-content;
  margin: auto;
  line-height: 1.4;
}
.cta-head-textHukidashi::before {
  content: "";
  background: #222;
  width: 0.1rem;
  height: 68%;
  position: absolute;
  left: -1.1rem;
  bottom: 0.4rem;
  transform: rotate(-35deg);
}
.cta-head-textHukidashi.c-org::before {
  background: #F05904;
}
.cta-head-textHukidashi::after {
  content: "";
  background: #222;
  width: 0.1rem;
  height: 68%;
  position: absolute;
  right: -1.1rem;
  bottom: 0.4rem;
  transform: rotate(35deg);
}
.cta-head-textHukidashi.c-org::after {
  background: #F05904;
}