@charset "UTF-8";
/*==================
web申込み、見積もり用
==================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, sub, sup, 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;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul.dot >li {
  margin-left: 1em;
  padding: 0;
  list-style-type: disc;
  font-size: 1.6rem;
  line-height: 1.4;
}
ul.dot >li:nth-child(n + 2) {
  margin-top: 0.64em;
}
@media screen and (max-width: 567px) {
  ul.dot >li {
    margin-left: 1.64em;
    font-size: 1.4rem;
  }
}

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-color: 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: 600;
}

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;
}

/*==================
web申込み、見積もり用
==================*/
html {
  font-size: 62.5%;
  height: 100%;
}

/* Webフォント */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');

body {
  color: #222;
  background-color: #fff;
  /* font-family: roman, Meiryo, sans-serif; */
  font-family: roman, 'Noto Sans JP', sans-serif;
  font-size: 1.8rem;
  line-height: 1.7;
  height: 100%;
  position: relative;
}

@media print, screen and (min-width: 568px) {
  body {
    min-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 567px) {
  body {
    font-size: 1.6rem;
    min-width: auto;
  }
}

body * {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-wrap: break-word;
  max-height: 999999px;
}

::-moz-selection {
  background-color: #f9cdbf;
}

::selection {
  background-color: #f9cdbf;
}

::-moz-selection {
  background-color: #f9cdbf;
}

.main {
  margin: 0 auto;
}

@media print, screen and (min-width: 568px) {
  .main {
    width: 100%;
    max-width: 960px;
  }
}

@media screen and (max-width: 567px) {
  .main {
    width: 100%;
    max-width: none;
    padding: 0 8px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

a:hover {
  color: inherit;
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}

li {
  list-style-type: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 567px) {
  iframe {
    max-width: 100%;
    height: auto;
  }
}

p {
  line-height: 1.6;
}

p + p {
  margin-top: 10px;
}

/* iOSでのデフォルトスタイルをリセット */
button[type="submit"],
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button[type="submit"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

button[type="submit"]:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

input[type="text"],
input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background-color: transparent;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
}

/*==================
web申込み、見積もり用
==================*/
.header {
  padding: 10px 0;
  border-top: 5px solid #EA5541;
}

@media print, screen and (min-width: 568px) {
  .header .header__inner {
    width: 960px;
    margin: 10px auto;
    display: table;
  }
}

.header .header__inner .header__logo__left,
.header .header__inner .header__logo__right {
  display: table-cell;
  vertical-align: bottom;
}

.header .header__inner .header__logo__left {
  text-align: left;
}

@media screen and (max-width: 567px) {
  .header .header__inner .header__logo__left {
    text-align: center;
    display: block;
    padding: 10px 0;
  }
}

@media print, screen and (min-width: 568px) {
  .header .header__inner .header__logo__left {
    width: 314px;
  }
}

.header .header__inner .header__logo__left img {
  height: auto;
}

@media print, screen and (min-width: 568px) {
  .header .header__inner .header__logo__left img {
    vertical-align: bottom;
  }
}

@media screen and (max-width: 567px) {
  .header .header__inner .header__logo__left img {
    width: 277px;
  }
}

.header .header__logo__right {
  text-align: right;
}

@media screen and (max-width: 567px) {
  .header .header__logo__right {
    display: none !important;
  }
}

.header .header__logo__right img {
  height: auto;
  width: 200px;
}

/* フッタ直前の保険ロゴ */
img:has(+footer) {
  display: block;
  width: calc(960px / 2);
  max-width: calc(100vw / 2);
  margin-top: 48px;
  margin-left: calc(((100vw - 960px) + 0.000001px) / 2);
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  img:has(+footer) {
    width: 50%;
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 567px) {
  img:has(+footer) {
    margin-left: auto;
  }
}

/*==================
web申込み、見積もり用
==================*/
.footer {
  border-top: 2px solid #EA5541;
  padding: 10px 0;
  margin: 30px 0 0;
  color: #808789;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 568px) {
  .footer .footer__inner {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }
}

@media screen and (max-width: 567px) {
  .footer .footer__inner {
    padding: 10px 15px;
    line-height: 1.3;
  }
}

@media screen and (max-width: 567px) {
  .footer .footer__inner span {
    display: block;
    margin: 0 0 4px;
  }
}

@media print, screen and (min-width: 568px) {
  .footer .footer__inner small {
    float: right;
  }
}

.footer .footer__inner .footer__inner__top {
  margin: 10px 0 20px;
}

@media screen and (max-width: 567px) {
  .footer .footer__inner .footer__inner__top {
    margin: 0 0 20px;
    text-align: center;
  }
}

.footer .footer__inner .footer__inner__top a.btn-simple {
  background-color: #fff;
  border: 1px solid #EA5541;
  border-radius: 8px;
  color: #EA5541;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 12px 40px 12px 18px;
  position: relative;
  text-align: center;
  display: inline-block;
}

.footer .footer__inner .footer__inner__top a.btn-simple::before {
  content: '';
  display: inline-block;
  height: 13px;
  width: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url(../img/icons.png);
  background-size: 1937.5% 1075%;
  background-position: 70.57823% 25.04931%;
}

.footer .footer__inner .footer__inner__top a.btn-simple img {
  display: inline-block;
  width: 280px;
  height: auto;
}

/*==================
web申込み、見積もり用
==================*/
/*=======================
ヘッダー
=======================*/
.heading {
  position: relative;
  font-weight: 400;
  line-height: 1.8;
}

.heading__first {
  display: flex;
  align-items: center;
  background-color: #EA5541;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 600;
  padding: 0.5em 18px;
  margin: 0 -8px 26px;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width: 567px) {
  .heading__first {
    line-height: 1.5;
  }
}

@media print, screen and (min-width: 568px) {
  .heading__first {
    margin: 0 0 30px;
  }
}

.heading__first::before {
  content: '';
  display: inline-block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.heading__first.calculator {
  padding-left: 60px;
}

.heading__first.calculator::before {
  height: 36px;
  left: 20px;
  width: 26px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url(../img/icons.png);
  background-size: 543.85965% 388.19444%;
  background-position: 0% 0%;
}

.heading__first.mail {
  padding-left: 70px;
}

.heading__first.mail::before {
  height: 26px;
  left: 20px;
  width: 37px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url(../img/icons.png);
  background-size: 436.61972% 527.35849%;
  background-position: 26.98745% 0%;
}

.heading__second {
  border-bottom: 2px solid #EA5541;
  color: #EA5541;
  text-align: center;
  padding: 12px 0;
  font-size: 2rem;
}

@media screen and (max-width: 567px) {
  .heading__second {
    font-size: 2rem;
    margin: 10px -8px;
    padding: 4px 10px 4px 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .heading__second {
    padding: 0 0 4px;
    margin: 0 0 16px;
    text-align: left;
  }
}

.heading__third {
  padding: 0 0 0 10px;
  color: #EA5541;
  border-left: 5px solid #EA5541;
  margin: 0 0 10px;
}

@media screen and (max-width: 567px) {
  .heading__third {
    text-align: left;
    margin: 6px 0;
  }
}

.heading__notice {
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 567px) {
  .heading__notice {
    font-size: 2.4rem;
    height: 44px;
    line-height: 44px;
    top: -23px;
  }
}

@media print, screen and (min-width: 568px) {
  .heading__notice {
    height: 40px;
    line-height: 40px;
    top: -21px;
  }
}

.heading__notice span {
  color: #EA5541;
  text-align: left;
  font-weight: 400;
  border: 2px solid #EA5541;
  background-color: #fff;
  padding: 0 10px 0 50px;
  border-radius: 20px / 50%;
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 568px) {
  .heading__notice span {
    padding: 0 18px 0 48px;
  }
}

.heading__notice span::before, .heading__notice span::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.heading__notice span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #EA5541;
  border-radius: 50%;
  left: 10px;
}

@media screen and (max-width: 567px) {
  .heading__notice span::before {
    width: 26px;
    height: 26px;
  }
}

.heading__notice span::after {
  content: "!";
  left: 12px;
  width: 20px;
  text-align: center;
  font-weight: 600;
  color: #EA5541;
  font-family: sans-serif;
}

@media screen and (max-width: 567px) {
  .heading__notice span::after {
    width: 26px;
  }
}

.heading__check {
  color: #fff;
  background-color: #EA5541;
  position: relative;
  padding: 4px 0 4px 48px;
  margin: 0 0 30px;
  border-radius: 20px;
}

.heading__check::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 20px;
  margin-top: -13px;
  width: 9px;
  height: 16px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.heading__declare {
  color: #fff;
  text-align: center;
  min-width: 25%;
  background-color: #FF9384;
  padding: 0.24em 1em 0;
  border-radius: 16px 16px 0 0;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

@media print, screen and (min-width: 568px) {
  .heading__declare {
    font-size: 2rem;
  }
}
@media screen and (max-width: 567px) {
  .heading__declare {
    min-width: 40%;
  }
}


.heading__confilm {
  border-bottom: 2px solid #EA5541;
  color: #EA5541;
  background-color: #f0f0f0;
  text-align: center;
  padding: 12px 0;
  font-size: 2rem;
}

@media screen and (max-width: 567px) {
  .heading__confilm {
    font-size: 1.6rem;
    margin: 10px -8px;
    padding: 4px 10px 4px 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .heading__confilm {
    padding: 10px 0 4px 10px;
    margin: 0 0 16px;
    text-align: left;
  }
}

.heading__confilm__inner {
  color: #fff;
  background-color: #EA5541;
  position: relative;
  padding: 5px 12px;
  margin: 0 0 20px;
  border-radius: 20px;
  display: inline-block;
}

@media screen and (max-width: 567px) {
  .heading__confilm__inner {
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 568px) {
  .heading__confilm__inner {
    padding: 6px 18px;
  }
}

.heading__no-apply {
  margin: 0 0 10px;
  font-size: 2rem;
}
@media screen and (max-width: 567px) {
  .heading__no-apply {
    font-size: 1.8rem;
  }
  .btn-area input[type="button"] {
    word-break: auto-phrase;
  }
}


/*=======================
p、読みパーツ
=======================*/
.important {
  color: #c00;
  font-weight: 600;
}

p strong {
  font-weight: 600;
}

p .c-red {
  color: #FF2B00;
  font-weight: 600;
}

p .under_bold {
  font-weight: 600;
  text-decoration: underline;
}

p .c-blue {
  color: #0800ff;
  font-weight: 600;
}

.lead {
  margin: 14px 0 0;
}

@media print, screen and (min-width: 568px) {
  .info-box {
    margin: 10px auto 0 auto;
  }
}

@media screen and (max-width: 567px) {
  .info-box {
    margin-top: 10px;
    padding: 8px 16px;
    background-color: #f0f0f0;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 568px) {
  .info-box.info-l {
    width: 800px;
  }
}

@media print, screen and (min-width: 568px) {
  .info-box.info-s {
    width: 700px;
  }
}

.info-box.bg-n {
  background-color: transparent;
}

.info-box .info-box__note:not(:first-child) {
  margin: 10px 0 0;
}

.info-box .info-box__title {
  font-weight: 600;
}

@media print, screen and (min-width: 568px) {
  .info-box .info-box__title {
    padding: 0 0 5px;
    border-bottom: 2px solid #EA5541;
    font-size: 2rem;
  }
}

@media screen and (max-width: 567px) {
  .info-box .link-area a.pdf-icon {
    background-color: #fff;
  }
}

.info-box + .info-box {
  margin: 20px 0 0;
}

/*=======================
pdfなどへのリンク
=======================*/
.lead + .info-box,
.link-area + .info-box {
  margin-top: 30px;
}

@media print, screen and (min-width: 568px) {
  .link-area,
  .btn-area {
    width: 700px;
  }
}

.link-area {
  margin: 20px auto;
  text-align: center;
}

.link-area a {
  color: #EA5541;
  position: relative;
  line-height: 1.6;
  color: #EA5541;
  display: block;
}

.link-area a.pdf-icon {
  padding: 6px 14px;
  border: 1px solid #999;
}

@media print, screen and (min-width: 568px) {
  .link-area a.pdf-icon {
    padding: 20px;
  }
}

@media screen and (max-width: 567px) {
  .link-area a.pdf-icon {
    line-height: 1.4;
    padding: 12px 14px;
  }
}

.link-area a.pdf-icon span {
  position: relative;
  display: block;
  padding-left: 33px;
  text-align: left;
}

@media print, screen and (min-width: 568px) {
  .link-area a.pdf-icon span {
    padding-left: 40px;
  }
}

.link-area a.pdf-icon span::before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  background-image: url(../img/icon-pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 568px) {
  .link-area a.pdf-icon span::before {
    width: 30px;
    height: 36px;
  }
}

/*=======================
ボタン
=======================*/
.btn-area {
  margin: 30px auto;
}

.btn-area .btn {
  display: block;
  text-align: center;
  background-color: #fff;
  border: 1px solid #EA5541;
  color: #EA5541;
  width: 100%;
  padding: 8px 14px;
  border-radius: 10px;
  text-decoration: none;
  position: relative;
}

@media print, screen and (min-width: 568px) {
  .btn-area .btn {
    padding: 14px;
  }
}

.btn-area .btn::before, .btn-area .btn::after {
  content: "";
  display: block;
  position: absolute;
}

.btn-area .btn::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 26px;
  height: 26px;
  border: 1px solid #EA5541;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 14px;
}

.btn-area .btn::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-top: 3px solid #EA5541;
  border-right: 3px solid #EA5541;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 23px;
  top: 50%;
}

.btn-area .btn.btn-small {
  margin: 0 auto;
  width: 460px;
}

@media screen and (max-width: 567px) {
  .btn-area .btn.btn-small {
    width: 280px;
  }
}

.btn-area .btn .link-document {
  position: relative;
  display: block;
  padding: 0 30px 0 34px;
  text-align: left;
}

@media print, screen and (min-width: 568px) {
  .btn-area .btn .link-document {
    padding-left: 40px;
  }
}

.btn-area .btn .link-document::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url(../img/icon-document.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media print, screen and (min-width: 568px) {
  .btn-area .btn .link-document::before {
    width: 32px;
    height: 32px;
  }
}

/*各種ボタン・リンクスタイル*/
.button-prev {
  text-shadow: #474747 0 1px 0;
  border: 1px solid #4a4a4a;
  background-color: #717171;
}

.button-prev.button-address {
  margin: 0;
  padding: 6px 16px;
}

@media screen and (max-width: 567px) {
  .button-prev.button-address {
    display: table-cell;
    width: auto;
    margin-left: 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .button-prev.button-address {
    margin: 0 0 0 20px;
    min-width: 135px;
  }
}

.button-prev:hover {
  background-color: #9a9a9a;
}

.button-prev:active {
  background-color: #7a7a7a;
}

.button-next {
  text-shadow: #8e2525 0 1px 0;
  border: 1px solid #E12B1A;
  background-color: #E12B1A;
}

.button-next:hover {
  text-shadow: #cd2718 0 1px 0;
  background-color: #e74132;
}

.button-next:active {
  background-color: #f7360b;
}

.button-check {
  text-shadow: #7b3341 0 1px 0;
  border: 1px solid #cb5f77;
  background-color: #EA5541;
}

.button-check:hover {
  background-color: #ea94a4;
}

.button-check:active {
  background-color: #e1637a;
}

.button-no-apply {
  background-color: #0763cd;
}

.button-no-apply:hover {
  background-color: #1981f7;
}

.button-no-apply:active {
  background-color: #0650a4;
}

.button-upload-card {
  color: #000 !important;
  border: 1px solid #888 !important;
  margin: 0 !important;
  background-color: #d2d2d2;
}

.button-upload-card:hover {
  border: 1px solid #ccc !important;
  background-color: #e1e1e1;
}

.button-upload-card:active {
  border: 1px solid #666 !important;
  background-color: #c3c3c3;
}

.button-verify-after {
  background-color: #0763cd;
}

.button-verify-after:hover {
  background-color: #1981f7;
}

.button-verify-after:active {
  background-color: #0650a4;
}

.link-reference {
  background-image: url(../img/icon-reference.png);
  background-repeat: no-repeat;
  background-size: auto 1.6rem;
  background-position: right center;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-right: 2.2rem;
  text-decoration: underline;
}

@media print, screen and (min-width: 568px) {
  .link-reference {
    display: inline-block;
  }
}

/*=======================
 アナウンス・メッセージ欄
=======================*/
.emergency-att {
  border: 3px solid #c00;
  color: #c00;
  padding: 15px;
}

.emergency-att b {
  font-weight: 600;
}

@media screen and (max-width: 567px) {
  .emergency-att {
    font-size: 1.8rem;
  }
}

/*=======================
お知らせ
=======================*/
.notice__bottom {
  margin: 50px -8px 1em;
  padding: 35px 8px 12px 8px;
  position: relative;
  background-color: #EA5541;
  text-align: center;
}

@media print, screen and (min-width: 568px) {
  .notice__bottom {
    padding: 40px 20px 20px 20px;
  }
}

.notice__bottom .notice__bottom__header {
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 178px;
}

.notice__bottom ul {
  background-color: #fff;
  padding: 10px 5px;
  text-align: left;
}

@media print, screen and (min-width: 568px) {
  .notice__bottom ul {
    padding: 15px;
  }
}

.notice__bottom ul li {
  padding-left: 18px;
  position: relative;
  font-size: 1.5rem;
}

.notice__bottom ul li + li {
  margin: 20px 0 0;
}

.notice__bottom ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #EA5541;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}

@media print, screen and (min-width: 568px) {
  .notice__bottom ul li::before {
    top: 8px;
  }
}

.notice__bottom ul li strong {
  color: #FF2B00;
  font-weight: 600;
}

.notice__bottom ul.rejection-list li {
  font-size: 1.8rem;
}

/*=======================
上部ナビゲーション
=======================*/
@media print, screen and (min-width: 568px) {

  .page__nav {
    padding: 0 0 14px;
    border-bottom: 2px solid #f0f0f0;
    margin: 0 0 30px;
    .page__nav__box {
      position: relative;
      width: 800px;
      margin: 0 auto 14px;
      padding-bottom: 40px;
      ul {
        position: relative;
        z-index: 10;
        letter-spacing: -0.4em;
        li {
          position: relative;
          width: 26px;
          height: 26px;
          line-height: 26px;
          font-size: 1.5rem;
          border-radius: 50%;
          text-align: center;
          display: inline-block;
          letter-spacing: normal;
          background-color: #fff;
          color: #EA5541;
          border: 1px solid #EA5541;
          p {
            position: absolute;
            display: block;
            width: 100px;
            top: 36px;
            left: -33px;
            text-align: left;
            font-size: 1.2rem;
            color: #EA5541;
            text-align: center;
          }
        }
        li + li {
          margin: 0 0 0 103px;
        }
        li.current {
          background-color: #EA5541;
          color: #fff;
        }
        li.pass {
          color: #fff;
          background-color: #999;
          border-color: #999;
          p {
            color: #999;
          }
        }
      }
    }
    .page__nav__box::before {
      content: "";
      display: block;
      position: absolute;
      top: 16px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 796px;
      height: 2px;
      background-color: #999;
    }
  }

}

@media screen and (max-width: 567px) {
  .page__nav {
    margin: 30px 0;
    padding: 0;
    .page__nav__box {
      margin: 0;
      padding: 0;
      >ul {
        position: relative;
        display: block;
        aspect-ratio: 750 / 128;
        >li {
          display: none;
          color: transparent;
          p {
            display: none;
          }
        }
        >li.current {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
        }
        >li.current:nth-child(1) {
          background-image: url(../img/progress_sp_01.png?241126);
        }
        >li.current:nth-child(2) {
          background-image: url(../img/progress_sp_02.png?241126);
        }
        >li.current:nth-child(3) {
          background-image: url(../img/progress_sp_03.png?241126);
        }
        >li.current:nth-child(4) {
          background-image: url(../img/progress_sp_04.png?241126);
        }
        >li.current:nth-child(5) {
          background-image: url(../img/progress_sp_05.png?241126);
        }
        >li.current:nth-child(6) {
          background-image: url(../img/progress_sp_06.png?241126);
        }
        >li.current:nth-child(7) {
          background-image: url(../img/progress_sp_07.png?241126);
        }
      }
    }
  }
}


/*=======================
完了、離脱等のイラスト
=======================*/
@media screen and (max-width: 567px) {
  .illust-box {
    width: 50%;
    margin: 30px auto 16px;
    text-align: center;
  }
}

@media print, screen and (min-width: 568px) {
  .illust-box {
    width: 100%;
    max-width: 210px;
    margin: 30px auto 16px;
    text-align: center;
  }
}

/*=======================
 アンケート欄
=======================*/
.questionnaire {
  border: 7px double #666;
  margin-top: 30px;
  padding: 20px;
}

.questionnaire__title {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .questionnaire__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: left;
  }
}

/*=======================
モーダル・アラート
=======================*/
body.in-alert {
  overflow: hidden;
}

/*==================
web申込み、見積もり用
==================*/
/*==================
エラーメッセージ
==================*/
form .error-message {
  color: #FF2B00;
  margin: 10px 0;
}

form .error-message p {
  padding: 0 0 0 20px;
  background-image: url(../img/icon-notice.png);
  background-position: left 6px;
  background-repeat: no-repeat;
  background-size: 16px;
  text-align: left;
}

form .msg {
  color: #da0c0c;
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

form .invalid {
  background-color: #ffc9c9 !important;
  border: 2px solid #da0c0c !important;
}

@media print, screen and (min-width: 568px) {
  form .invalid {
    border: 3px solid #da0c0c !important;
  }
}

/*==================
進む戻るボタンエリア
==================*/
form .pagenation-wrap {
  margin: 30px 0 0;
}

@media print, screen and (min-width: 568px) {
  form .pagenation-wrap {
    width: 600px;
    margin: 30px auto 0;
  }
}

form .pagenation-wrap .msg {
  text-align: center;
}

form .pagenation-wrap .msg + .pagination {
  margin: 0;
}

@media screen and (max-width: 567px) {
  form .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  form .pagination input[type="button"] {
    margin: 30px 0 0;
  }
}

@media print, screen and (min-width: 568px) {
  form .pagination {
    text-align: center;
    margin: 30px 0 0;
  }
}

@media print, screen and (min-width: 568px) {
  form .pagination.pagination-estimation input {
    font-size: 2.8rem;
    margin: 0;
    padding: 26px 40px;
  }
}

/*==================
セレクト共通スタイル
==================*/
form .select-area-style {
  position: relative;
  display: block;
}

form .select-area-style::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #EA5541;
  border-right: 3px solid #EA5541;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  margin-top: -2px;
  cursor: pointer;
  pointer-events: none;
}

@media print, screen and (min-width: 568px) {
  form .select-area-style.select-relation {
    width: 200px;
  }
}

/*==================
インプット、ラベル、セレクト共通スタイル
==================*/
form select,
form label,
form input[type="button"],
form input[type="submit"], 
form button[type="submit"] {
  cursor: pointer;
  line-height: 1.4;
  word-break: auto-phrase;
}

form select[disabled],
form select[disabled] + label,
form button[disabled],
form button[disabled] + label,
form input[disabled],
form input[disabled] + label {
  cursor: not-allowed !important;
  color: #808080 !important;
  text-shadow: none !important;
}

form select[disabled],
form button[disabled],
form input[disabled] {
  background-color: #dcdcdc !important;
  border: 1px solid #dcdcdc !important;
}

form select[disabled] + label::before, 
form select[disabled] + label::after,
form button[disabled] + label::before,
form button[disabled] + label::after,
form input[disabled] + label::before,
form input[disabled] + label::after {
  content: none;
}

form input {
  font-size: 2rem;
  word-break: break-all;
  white-space: normal;
}

form input[type="text"], form input[type="email"] {
  background-color: #fff;
}

form input.button-full {
  margin: 0;
  width: 100%;
}

form input[type="button"], 
form input[type="submit"],
form button[type="submit"] {
  -webkit-box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.4) 0 1px 0, inset rgba(255, 255, 255, 0.4) 0 1px 0;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  border-radius: 10px;
  font-weight: 600;
}

@media screen and (max-width: 567px) {
  form input[type="button"], 
  form input[type="submit"], 
  form button[type="submit"] {
    display: block;
    width: 100%;
    padding: 8px 20px;
  }
}

@media print, screen and (min-width: 568px) {
  form input[type="button"], 
  form input[type="submit"], 
  form button[type="submit"] {
    padding: 14px 30px;
    font-size: 2rem;
    min-width: 150px;
    margin: 0 20px;
  }
}

@media screen and (max-width: 567px) {
  form button[type="submit"],
  form input[type="submit"],
  form .apply__nav__select__birth--btn input#calc,
  form .credit__bottom .button-next {
    min-height: 80px;
    font-size: 2.5rem;
  }
}

form select {
  font-size: 2rem;
  padding: 6px;
  line-height: 1;
  background-color: #fbfbfb;
}

form select::-ms-expand {
  display: none;
}

form textarea {
  display: block;
  border: 3px solid #8f8f8f;
  min-height: 120px;
  border-radius: 6px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  width: 100%;
  font-size: 2rem;
  word-break: break-all;
  white-space: normal;
}

/*==================
申し込み前確認1、2
申し込み前諸注意
契約情報入力2
==================*/
form .check-box--style {
  margin: 30px 0 0;
  padding: 10px 6px;
  border: 1px solid #EA5541;
}

@media print, screen and (min-width: 568px) {
  form .check-box--style {
    margin: 30px auto;
    padding: 20px 10px;
  }
}

form .check-box--style input[type="checkbox"] {
  display: none;
}

form .check-box--style input[type="checkbox"]:checked + label {
  color: #EA5541;
}

form .check-box--style input[type="checkbox"]:checked + label::before {
  opacity: 1;
}

form .check-box--style label {
  position: relative;
  padding: 0 10px 0 55px;
  display: block;
}

@media print, screen and (min-width: 568px) {
  form .check-box--style label {
    padding: 0 10px 0 70px;
  }
}

form .check-box--style label:hover::after {
  border-color: #EA5541;
}

form .check-box--style label::after, form .check-box--style label::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

form .check-box--style label::after {
  left: 15px;
  width: 25px;
  height: 25px;
  border: 2px solid #ccc;
  border-radius: 6px;
}

@media screen and (max-width: 567px) {
  form .check-box--style label::after {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media print, screen and (min-width: 568px) {
  form .check-box--style label::after {
    margin-top: -10px;
    width: 15px;
    height: 15px;
    left: 25px;
    margin-top: -18px;
    width: 30px;
    height: 30px;
    border: 2px solid #ccc;
    border-radius: 10px;
  }
}

form .check-box--style label::before {
  left: 23px;
  margin-top: -3px;
  width: 10px;
  height: 15px;
  border-right: 3px solid #EA5541;
  border-bottom: 3px solid #EA5541;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  opacity: 0;
}

@media print, screen and (min-width: 568px) {
  form .check-box--style label::before {
    left: 34px;
    margin-top: -16px;
    width: 10px;
    height: 18px;
    border-width: 6px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
}

/*==================
申し込み前確認1、2
告知1
==================*/
form .notice-box {
  padding: 14px;
  margin: 20px 0 0;
  border: 2px solid #EA5541;
  background-color: #f0f0f0;
}

@media print, screen and (min-width: 568px) {
  form .notice-box {
    margin: 30px 0;
    padding: 30px;
  }
}

form .notice-box p + h3 {
  margin-top: 30px;
}

form .notice-box p.c-red {
  color: #ff2b00;
}

form .notice-box ul {
  margin: 0 0 14px;
}

form .notice-box ul li {
  padding-left: 22px;
  position: relative;
}

form .notice-box ul li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EA5541;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media print, screen and (min-width: 568px) {
  form .notice-box ul li::before {
    width: 14px;
    height: 14px;
  }
}

form .notice-box .heading__notice {
  margin-top: 12px;
  position: relative;
}

form .notice-box .heading__notice span {
  display: block;
}

@media screen and (max-width: 567px) {
  form .notice-box .heading__notice span {
    padding: 4px 10px 4px 50px;
  }
}

@media screen and (max-width: 567px) {
  form .notice-box .heading__notice {
    margin-top: 25px;
    min-width: 0;
    height: auto;
    line-height: 1.5;
    margin: 0 0 10px;
    top: auto;
  }
}

/*==================
契約情報入力1、2
告知9、10、11
==================*/
form .apply__input__style {
  width: 100%;
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style {
    border-collapse: separate;
    border-spacing: 0 18px;
  }
}

@media screen and (max-width: 567px) {
  form .apply__input__style tr {
    display: block;
  }
}

@media screen and (max-width: 567px) {
  form .apply__input__style tr ~ tr {
    margin: 18px 0 0;
  }
}

form .apply__input__style th,
form .apply__input__style td {
  text-align: left;
}

@media screen and (max-width: 567px) {
  form .apply__input__style th,
  form .apply__input__style td {
    display: block;
    font-weight: 400;
  }
}

form .apply__input__style th {
  vertical-align: middle;
  font-weight: 600;
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style th {
    padding-right: 30px;
    width: 243px;
  }
}

form .apply__input__style th span {
  background-color: #cd0d0d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 6px 12px;
  border-radius: 8px;
  line-height: 1.4rem;
  margin: -4px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 567px) {
  form .apply__input__style th span {
    font-size: 1.2rem;
    padding: 3px 8px;
    line-height: 1.2rem;
    margin: -4px 0 0 6px;
  }
}

form .apply__input__style td {
  margin: 10px 0 0;
}
form .apply__input__style tr:not(:last-child) td {
  padding-bottom: 18px;
  border-bottom: dashed 2px #ccc;
}
@media print, screen and (min-width: 568px) {
  form .apply__input__style tr:not(:last-child) th {
    padding-bottom: 18px;
    border-bottom: dashed 2px #ccc;
  }
}

form .apply__input__style td .comment {
  font-size: 1.3rem;
}

form .apply__input__style td .comment.c-red {
  color: #da0c0c;
}

form .apply__input__style td .comment.top-cmt {
  margin-bottom: 7px;
}

form .apply__input__style td .comment.btm-cmt {
  margin-top: 7px;
}

form .apply__input__style td .birth-date {
  font-size: 1.9rem;
  color: #EA5541;
  font-weight: 600;
}

@media screen and (max-width: 567px) {
  form .apply__input__style td .birth-date {
    font-size: 1.7rem;
  }
}

form .apply__input__style td input.input-text {
  border: 2px solid #8f8f8f;
  border-radius: 6px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 0;
  width: 100%;
}

@media screen and (max-width: 567px) {
  form .apply__input__style td input.input-text {
    display: block;
  }
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td input.input-text {
    border: 3px solid #8f8f8f;
    min-height: 40px;
  }
}

@media screen and (max-width: 567px) {
  form .apply__input__style td input.input-text + .input-text {
    margin: 13px 0 0;
  }
}

form .apply__input__style td input.input-text.zip-code {
  width: 45%;
  display: inline-block;
  margin-left: 10px;
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td input.input-text.input-name {
    width: 36%;
  }
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td .birth-date-select {
    display: table;
    border-collapse: collapse;
  }
}

form .apply__input__style td .birth-date-select .select-text-area-style {
  text-align: center;
  font-size: 1.6rem;
  vertical-align: middle;
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td .birth-date-select .select-text-area-style {
    padding: 0 20px 0 10px;
    font-size: 1.8rem;
    width: 1.8rem;
  }
}

form .apply__input__style td .birth-date-select .select-area-style,
form .apply__input__style td .birth-date-select .select-text-area-style {
  display: table-cell;
}

@media screen and (max-width: 567px) {
  form .apply__input__style td .birth-date-select .birth-date-select__top {
    display: table;
    width: 100%;
  }
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td .birth-date-select .birth-date-select__top .select-area-style {
    width: 230px;
  }
}

@media screen and (max-width: 567px) {
  form .apply__input__style td .birth-date-select .birth-date-select__bottom {
    overflow: hidden;
    margin: 20px 0 24px;
  }
}

form .apply__input__style td .birth-date-select .birth-date-select__bottom .birth-date-select__bottom__inner {
  display: table;
  border-collapse: collapse;
}

@media screen and (max-width: 567px) {
  form .apply__input__style td .birth-date-select .birth-date-select__bottom .birth-date-select__bottom__inner {
    width: 100%;
  }
}

form .apply__input__style td .birth-date-select .birth-date-select__bottom .birth-date-select__bottom__inner li {
  width: 50%;
  display: table-cell;
  vertical-align: bottom;
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td .birth-date-select .birth-date-select__bottom .birth-date-select__bottom__inner li .select-area-style {
    width: 130px;
  }
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td .birth-date-select > li {
    display: table-cell;
    vertical-align: bottom;
  }
}

form .apply__input__style td .birth-date-select .select-area-box {
  display: table;
  border-collapse: collapse;
  width: 100%;
}

form .apply__input__style td .birth-date-select .msg {
  padding-right: 10px;
}

form .apply__input__style td select {
  position: relative;
  display: inline-block;
  width: 100%;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  border: 2px solid #8f8f8f;
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td select {
    border: 3px solid #8f8f8f;
    height: 40px;
  }
}

form .apply__input__style td .body-size-box {
  display: table;
  border-collapse: collapse;
}

form .apply__input__style td .body-size-box span {
  display: table-cell;
}

form .apply__input__style td .body-size-box span:last-of-type {
  padding: 0 10px;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td .form-itemset {
    display: inline-block;
    width: 303px;
  }
}

@media print, screen and (min-width: 568px) {
  form .apply__input__style td .form-itemset + .form-itemset {
    margin-left: 20px;
  }
}

@media screen and (max-width: 567px) {
  form .apply__input__style td .form-itemset + .form-itemset {
    margin-top: 15px;
  }
}

form .apply__input__style td .upload_filename {
  margin: 10px 0 0;
  padding: 8px 16px;
  font-weight: 600;
  display: inline-block;
  background-color: #f8dfe3;
}

@media screen and (max-width: 567px) {
  form .apply__input__style td .upload_filename {
    display: block;
    padding: 5px 10px;
    word-break: break-all;
  }
}

@media print, screen and (min-width: 568px) {
  .address-reference {
    display: inline-block;
    margin-left: 10px;
  }
}

@media screen and (max-width: 567px) {
  .address-reference {
    margin-top: 15px;
  }
}

.ssl-box {
  margin: 30px 0 0;
  text-align: center;
}

.ssl-box p {
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 0 0 30px;
  background-image: url(../img/icon-lock.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 567px) {
  .ssl-box p {
    font-size: 1.4rem;
    text-align: left;
    background-size: 24px;
    background-position: left 1px;
  }
}

.ssl-box .img-ssl {
  margin: 5px 0 0;
}

@media screen and (max-width: 567px) {
  .ssl-box .img-ssl.sp_hide {
    display: none;
  }
}

/*==================
web申込み、見積もり用
==================*/
/*=======================
お見積もり
=======================*/
@media print, screen and (min-width: 568px) {
  .apply__nav {
    background-color: #f0f0f0;
    padding: 30px 0 10px;
  }
}

.apply__nav .apply__nav__select {
  margin: 20px 0 0;
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth {
    width: 700px;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style {
    margin: 0 0 30px;
  }
}

.apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_year,
.apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_month,
.apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_day {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 2px solid #8f8f8f;
  border-radius: 6px;
  font-size: 2rem;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_year,
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_month,
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_day {
    background-color: #fff;
    border: 3px solid #8f8f8f;
  }
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_year {
    width: 240px;
  }
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_month,
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_day {
    width: 100px;
  }
}

.apply__nav .apply__nav__select .apply__nav__select__birth .select-text-area-style {
  text-align: center;
  font-size: 2rem;
  vertical-align: middle;
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .select-text-area-style,
  .apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth_year--text {
    padding: 0 30px 0 10px;
    font-size: 3rem;
  }
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth_year {
    display: table-cell;
    vertical-align: top;
  }
}

@media screen and (max-width: 567px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth_year {
    display: table;
    width: 100%;
  }
}

.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth_year .apply__nav__select__birth_year--select,
.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth_year .apply__nav__select__birth_year--text {
  display: table-cell;
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth__m-d {
    display: table-cell;
    vertical-align: top;
  }
}

@media screen and (max-width: 567px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth__m-d {
    overflow: hidden;
    margin: 20px 0 16px;
  }
}

.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth__m-d > div {
  width: 50%;
  display: table;
}

.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth__m-d .apply__nav__select__birth_month > div,
.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth__m-d .apply__nav__select__birth_day > div {
  display: table-cell;
}

.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth__m-d .apply__nav__select__birth_month {
  float: left;
}

.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth__m-d .apply__nav__select__birth_day {
  float: right;
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth--btn {
    margin: 30px 0;
  }
}

.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth--btn input#calc {
  margin: 0;
}

@media print, screen and (min-width: 568px) {
  .apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth--btn input#calc {
    padding: 26px 40px;
    font-size: 2.8rem;
  }
}

/*
契約年齢
*/
@media print, screen and (min-width: 568px) {
  .age__result {
    background-color: #f0f0f0;
    padding-bottom: 30px;
  }
}

.age__result .age__result__box {
  display: table;
  width: 300px;
  margin: 0 auto;
}

@media print, screen and (min-width: 568px) {
  .age__result .age__result__box {
    width: 380px;
    margin: 0 auto;
    padding: 14px 40px;
    border: 2px solid #EA5541;
    background-color: #fff;
  }
}

.age__result .age__result__box .age__result__box--index,
.age__result .age__result__box .age__result__box--number,
.age__result .age__result__box .age__result__box--text {
  display: table-cell;
}

.age__result .age__result__box .age__result__box--index,
.age__result .age__result__box .age__result__box--text {
  width: 40%;
  font-size: 2rem;
}

.age__result .age__result__box .age__result__box--index {
  text-align: right;
}

.age__result .age__result__box .age__result__box--number {
  width: 20%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  color: #EA5541;
}

.age__result .age__result__box .age__result__box--text {
  text-align: left;
}

.age__result .age__result__box .age__result__box--text span {
  padding-left: 2rem;
  font-size: 2.2rem;
}

.age__result .contract-possible-age {
  text-align: center;
}

@media print, screen and (min-width: 568px) {
  .age__result .contract-possible-age {
    margin: 10px 0 0;
  }
}

/*
見積もり契約年齢下
*/
p.notice {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 568px) {
  p.notice {
    width: 600px;
    margin: 30px auto 0;
    font-size: 1.5rem;
  }
}

p.notice::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  top: 0;
}

ul.notice li {
  margin-left: 1.5em;
  text-align: left;
}

ul.notice li::before {
  content: "※";
  display: inline-block;
  text-indent: -1.5em;
}

ul.notice li.important {
  font-weight: 600;
}

/*
対応ニーズ
*/
.needs__content {
  margin-top: 30px;
}

@media print, screen and (min-width: 568px) {
  .needs__content {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 568px) {
  .needs__content .logo-image {
    width: 430px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

@media screen and (max-width: 567px) {
  .needs__content .logo-image {
    margin: 0 auto;
  }
}

.needs__content p {
  margin-top: 10px;
}

@media print, screen and (min-width: 568px) {
  .needs__content p {
    display: inline-block;
    font-size: 2.2rem;
    margin-left: 10px;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 567px) {
  .needs__content .icon-arrow-d {
    margin: 10px auto 0;
    width: 240px;
    position: relative;
    font-size: 1.5rem;
  }
  .needs__content .icon-arrow-d::before, .needs__content .icon-arrow-d::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 9px 0 9px;
    border-color: #f4bd00 transparent transparent transparent;
  }
  .needs__content .icon-arrow-d::before {
    left: -28px;
  }
  .needs__content .icon-arrow-d::after {
    right: -28px;
  }
}

.needs__content .needs__content__list {
  background-color: #f0f0f0;
  margin: 13px 0 0;
}

@media print, screen and (min-width: 568px) {
  .needs__content .needs__content__list {
    overflow: hidden;
    padding: 14px 0;
  }
}

@media screen and (max-width: 567px) {
  .needs__content .needs__content__list {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 567px) {
  .needs__content .needs__content__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
  }
  .needs__content .needs__content__list ul li {
    position: relative;
    width: calc(100% / 3);
    padding-left: 20px;
    font-weight: 600;
  }
}

@media print, screen and (min-width: 568px) {
  .needs__content .needs__content__list ul li {
    position: relative;
    float: left;
    margin: 0 0 0 30px;
    padding-left: 20px;
  }
}

.needs__content .needs__content__list ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background-color: #f4bd00;
}

@media screen and (max-width: 567px) {
  .needs__content .needs__content__list ul li::before {
    top: 11px;
  }
}

.needs__content .needs__content__list p {
  font-size: 1.5rem;
  margin: 0;
  padding: 0 30px;
}

@media screen and (max-width: 567px) {
  .needs__content .needs__content__list p {
    margin-top: 20px;
    padding: 0;
  }
}

/*
公的保険制度概要
*/
.p-insurance__guide {
  margin-top: 20px;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .p-insurance__guide {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

.p-insurance__guide a {
  background-color: #FF9384;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 10px;
  text-shadow: #b94e62 0 1px 0;
  -webkit-transition: none;
  transition: none;
  width: 400px;
}

@media screen and (max-width: 567px) {
  .p-insurance__guide a {
    font-size: 1.8rem;
    padding: 10px 20px;
    width: auto;
  }
}

.p-insurance__guide a:hover {
  background-color: #F3624D;
  opacity: 1;
}

/*
月払い保険料・保証内容
*/
.show__price {
  margin: 30px 0 0;
}

.show__price .show__price__box {
  margin: 10px 0 0;
}

.show__price .show__price__box + .show__price__box {
  margin: 40px 0 120px;
}

@media screen and (max-width: 567px) {
  .show__price .show__price__box + .show__price__box {
    margin: 20px 0 70px;
  }
}

.show__price .show__price__box dl {
  border-top: 2px solid #999;
  border-left: 2px solid #999;
  border-right: 2px solid #999;
  background-color: #f0f0f0;
  width: 100%;
}

@media screen and (max-width: 567px) {
  .show__price .show__price__box dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl {
    letter-spacing: -.4em;
    width: 100%;
  }
}

.show__price .show__price__box dl:last-of-type {
  border-bottom: 2px solid #999;
}

.show__price .show__price__box dl > * {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
  line-height: 1.5;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dt,
  .show__price .show__price__box dl dd {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
  }
}

@media screen and (max-width: 567px) {
  .show__price .show__price__box dl dt,
  .show__price .show__price__box dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
}

.show__price .show__price__box dl dt {
  width: 46%;
  padding-left: 10px;
}

@media screen and (max-width: 567px) {
  .show__price .show__price__box dl dt {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dt {
    width: 50%;
    padding-left: 20px;
  }
}

.show__price .show__price__box dl dd {
  width: 53%;
  padding-right: 10px;
  background-color: #fff;
  text-align: right;
  border-left: 2px solid #999;
}

@media screen and (max-width: 567px) {
  .show__price .show__price__box dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dd {
    width: 50%;
    padding: 12px 20px 12px 0;
    letter-spacing: -.4em;
  }
}

.show__price .show__price__box dl dd p {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dd p {
    display: inline-block;
    letter-spacing: normal;
  }
}

.show__price .show__price__box dl dd p + p {
  margin: 0 0 0 4px;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dd p + p {
    margin: 0 0 0 10px;
  }
}

.show__price .show__price__box dl dd .show__price__box__title {
  text-align: center;
  font-size: 1.5rem;
  max-width: 50px;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dd .show__price__box__title {
    font-size: 1.8rem;
    max-width: 200px;
  }
}

.show__price .show__price__box dl dd .show__price__box__title span {
  display: inline-block;
  font-size: 1.1rem;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dd .show__price__box__title span {
    font-size: 2rem;
  }
}

.show__price .show__price__box dl dd .show__price__box__title.width-l {
  max-width: 100%;
}

.show__price .show__price__box dl dd .show__price__box__yen {
  white-space: nowrap;
}

.show__price .show__price__box dl dd .show__price__box__yen .show__price__box__yen--number {
  font-size: 2.3rem;
  color: #EA5541;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dd .show__price__box__yen .show__price__box__yen--number {
    font-size: 3rem;
    line-height: 1;
  }
}

.show__price .show__price__box dl dd .show__price__box__yen .show__price__box--yen-text {
  font-size: 1.5rem;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__box dl dd .show__price__box__yen .show__price__box--yen-text {
    font-size: 1.8rem;
  }
}

.show__price .show__price__top--notice {
  padding: 10px;
  margin: 14px 0 0;
  background-color: #f0f0f0;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__top--notice {
    text-align: center;
  }
}

.show__price .show__price__bottom {
  position: relative;
  counter-reset: serial;
}

.show__price .show__price__bottom::before, .show__price .show__price__bottom::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__bottom::before, .show__price .show__price__bottom::after {
    border-width: 40px 100px 0 100px;
  }
}

.show__price .show__price__bottom::before {
  bottom: -40px;
  border-color: #EA5541 transparent transparent transparent;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__bottom::before {
    bottom: -80px;
  }
}

.show__price .show__price__bottom::after {
  bottom: -38px;
  border-color: #fff transparent transparent transparent;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__bottom::after {
    bottom: -75px;
  }
}

.show__price .show__price__bottom dl {
  position: relative;
}

.show__price .show__price__bottom dl dt {
  padding-left: 34px;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__bottom dl dt {
    padding-left: 65px;
  }
}

@media screen and (max-width: 567px) {
  .show__price .show__price__bottom dl dt span {
    display: block;
    font-size: 1.1rem;
  }
}

.show__price .show__price__bottom dl::before {
  counter-increment: serial;
  content: counter(serial);
  position: absolute;
  color: #fff;
  line-height: 1;
  text-align: center;
  z-index: 10;
  font-size: 1.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  width: 20px;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__bottom dl::before {
    font-size: 2.7rem;
    left: 20px;
    width: 34px;
    letter-spacing: normal;
  }
}

.show__price .show__price__bottom dl::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f4bd00;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  z-index: 5;
}

@media print, screen and (min-width: 568px) {
  .show__price .show__price__bottom dl::after {
    width: 34px;
    height: 34px;
    left: 20px;
  }
}

.show__price__bottom--period {
  background-color: #EA5541;
  color: #fff;
  text-align: center;
  padding: 8px 0;
}

@media print, screen and (min-width: 568px) {
  .show__price__bottom--period {
    padding: 12px 0;
  }
}

.nine-nine {
  margin: 58px auto 20px;
  text-align: center;
  border: 3px solid #EA5541;
  background-color: #f0f0f0;
  padding: 18px 0;
}

@media print, screen and (min-width: 568px) {
  .nine-nine {
    margin: 110px auto 40px;
    padding: 40px 0;
  }
}

.nine-nine span {
  padding: 10px 14px;
  color: #fff;
  background-color: #EA5541;
  border-radius: 10px;
}

@media print, screen and (min-width: 568px) {
  .nine-nine span {
    padding: 20px 30px;
  }
}

@media print, screen and (min-width: 568px) {
  .show__price--submit {
    width: 600px;
    margin: 30px auto 50px;
  }
}

/*=======================
お申し込み前確認
=======================*/
@media screen and (max-width: 567px) {
  .check__point__section {
    width: 100%;
    max-width: none;
    font-size: 1.4rem;
  }
  .check__point__section p {
    margin: 0 0 0.64em;
  }
  .check__point__section ol:not(ol.check__point__section__list), 
  .check__point__section ul:not(ul.check__point__section__list) {
    margin: 0 0 1.64em;
  }
  .check__point__section ol:not(ol.check__point__section__list) li, 
  .check__point__section ul:not(ul.check__point__section__list) li {
    padding: 0 0 0 1.32em;
  }
}
@media print, screen and (min-width: 568px) {
  .check__point__section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.5rem;
  }
  .check__point__section h2 {
    margin: 0 0 1.32em;
  }
  .check__point__section p {
    margin: 0 0 0.64em;
  }
  .check__point__section ol:not(ol.check__point__section__list), 
  .check__point__section ul:not(ul.check__point__section__list) {
    margin: 0 0 1.64em;
  }
  .check__point__section ol:not(ol.check__point__section__list) li, 
  .check__point__section ul:not(ul.check__point__section__list) li {
    padding: 0 0 0 1.32em;
  }
}

.check__point__section ol:not(ol.check__point__section__list) li, 
.check__point__section ul:not(ul.check__point__section__list) li {
  counter-increment: check__point__section_cnt;
  position: relative;
}
.check__point__section ol:not(ol.check__point__section__list) li::before, 
.check__point__section ul:not(ul.check__point__section__list) li::before {
  position: absolute;
  top: 0;
  left: 0.08em;
  content: counter(check__point__section_cnt) ') ';
}

.check__point__section--list {
  margin: 30px 0 0;
}

.check__point__section--list li {
  background-color: #f0f0f0;
  border: 2px solid #EA5541;
  position: relative;
  padding: 8px 12px;
}

@media print, screen and (min-width: 568px) {
  .check__point__section--list li {
    width: 800px;
    margin: 0 auto;
    padding: 16px 22px;
  }
}

.check__point__section--list li + li {
  margin-top: 30px;
}

@media print, screen and (min-width: 568px) {
  .check__point__section--list li + li {
    margin-top: 50px;
  }
}

.check__point__section--list li + li::before, .check__point__section--list li + li::after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 15px 0 15px;
  border-color: #f0f0f0 transparent transparent transparent;
}

@media print, screen and (min-width: 568px) {
  .check__point__section--list li + li::before, .check__point__section--list li + li::after {
    border-width: 30px 25px 0 25px;
    top: -54px;
  }
}

.check__point__section--list li + li::before {
  top: -32px;
  border-color: #EA5541 transparent transparent transparent;
}

@media print, screen and (min-width: 568px) {
  .check__point__section--list li + li::before {
    top: -54px;
  }
}

.check__point__section--list li + li::after {
  top: -36px;
  border-color: #f0f0f0 transparent transparent transparent;
}

@media print, screen and (min-width: 568px) {
  .check__point__section--list li + li::after {
    top: -58px;
  }
}

.check__point__section__list {
  margin: 0 auto 16px;
}

@media print, screen and (min-width: 568px) {
  .check__point__section__list {
    width: 800px;
    margin: 0 auto 30px;
  }
}

.check__point__section__list > li {
  padding: 0 0 0 20px;
  position: relative;
}

.check__point__section__list > li::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #EA5541;
  position: absolute;
  top: 12px;
  left: 0;
}

@media print, screen and (min-width: 568px) {
  .check__point__section__list > li::before {
    top: 7px;
    width: 14px;
    height: 14px;
  }
}

.check__point__section__list > li + li {
  margin-top: 0.32em;
}

@media screen and (max-width: 567px) {
  .check__point__section__list > li .notice-box {
    margin: 14px 0 0 -20px;
  }
}

/*=======================
ニーズ
=======================*/
/*
ニーズ3の質問
*/
.question__box {
  margin: 40px 0 0;
}

.question__box .info-box {
  font-size: 1.5rem;
}

.question__box .question__box__inner {
  margin: 20px -8px 0;
  padding: 20px 8px;
  background-color: #f0f0f0;
}

@media print, screen and (min-width: 568px) {
  .question__box .question__box__inner {
    padding: 30px;
    margin: 30px 0 0;
  }
}

.question__box .question__box__inner .question__box__inner__each {
  border: 1px solid #999;
  border-radius: 10px;
  padding: 14px 16px;
  background-color: #fff;
}

/*
.question__box .question__box__inner .question__box__inner__each + .question__box__inner__each {
  margin: 20px 0 0;
}
*/

@media print, screen and (min-width: 568px) {
  .question__box .question__box__inner .question__box__inner__each {
    padding: 20px;
  }
}

.question__box .question__box__inner .question__box__inner__each .question__box__inner__each--title {
  color: #EA5541;
  font-weight: 600;
}

@media screen and (max-width: 567px) {
  .question__box .question__box__inner .question__box__inner__each .question__box__inner__each--title {
    line-height: 1;
  }
  .question__box .question__box__inner .question__box__inner__each .question__box__inner__each--text {
    font-size: 1.6rem;
  }
}

.question__box .question__box__inner .question__box__inner__each--bottom {
  margin: 30px 0 0;
}

@media print, screen and (min-width: 568px) {
  .question__box .question__box__inner .question__box__inner__each--bottom {
    width: 310px;
    margin: 20px auto 0;
    text-align: center;
  }
}

.question__box .question__box__inner .question__box__inner__each__choice {
  overflow: hidden;
}

@media screen and (max-width: 567px) {
  .question__box .question__box__inner .question__box__inner__each__choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.question__box .question__box__inner .question__box__inner__each__choice li {
  text-align: center;
}

@media print, screen and (min-width: 568px) {
  .question__box .question__box__inner .question__box__inner__each__choice li {
    width: 140px;
  }
  .question__box .question__box__inner .question__box__inner__each__choice li:first-child {
    float: left;
  }
  .question__box .question__box__inner .question__box__inner__each__choice li:last-of-type {
    float: right;
  }
}

@media screen and (max-width: 567px) {
  .question__box .question__box__inner .question__box__inner__each__choice li {
    width: 48%;
  }
}

.question__box .question__box__inner .question__box__inner__each__choice li input[type="radio"] {
  display: none;
}

.question__box .question__box__inner .question__box__inner__each__choice li input[type="radio"]:checked + label,
.question__box .question__box__inner .question__box__inner__each__choice li input[type="radio"]:hover + label {
  text-shadow: #b94e62 0 1px 0;
  border: 1px solid #ff8da2;
  background-color: #EA5541;
}

.question__box .question__box__inner .question__box__inner__each__choice li label {
  display: block;
  border-radius: 10px;
  color: #fff;
  text-shadow: #474747 0 1px 0;
  border: 1px solid #8c8989;
  background-color: #948f8f;
  padding: 8px 10px;
}

/*
ニーズ3カスタマーセンター
*/
.customercenter {
  margin: 40px 0;
  padding: 12px 12px;
  border: 3px solid #EA5541;
  background-color: #f0f0f0;
}

@media print, screen and (min-width: 568px) {
  .customercenter {
    font-size: 1.4rem;
    text-align: center;
  }
}

@media screen and (max-width: 567px) {
  .customercenter {
    font-size: 1.2rem;
  }
  .customercenter .customercenter__number {
    display: block;
    margin: 14px auto 0;
  }
}

@media print, screen and (min-width: 568px) {
  .customercenter .customercenter__number {
    display: grid;
    grid-template-areas: "title number" "attention attention";
    grid-template-rows: auto 1fr;
    grid-template-columns: auto 1fr;
    margin: 14px auto 0;
    width: fit-content;
  }
}

.customercenter .customercenter__number .customercenter__number--title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 25px;
  text-align: left;
}

@media screen and (max-width: 567px) {
  .customercenter .customercenter__number .customercenter__number--title {
    font-size: 1.2rem;
  }
}

.customercenter .customercenter__number .customercenter__number--tel {
  display: flex;
  align-items: center;
  gap: 7px;
}
.customercenter .customercenter__number .customercenter__number--tel >img {
  width: 40px;
}
.customercenter .customercenter__number .customercenter__number--tel a[href*="tel:"] {
  pointer-events: none;
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 567px) {
  .customercenter .customercenter__number .customercenter__number--tel {
    justify-content: center;
  }
  .customercenter .customercenter__number .customercenter__number--tel >img {
    margin: 0;
  }
  .customercenter .customercenter__number .customercenter__number--tel a[href*="tel:"] {
    pointer-events: auto;
  }
}

.customercenter .customercenter__number .customercenter__number--image {
  align-self: center;
  grid-column: 2;
  grid-area: number;
  line-height: 1;
}

@media print, screen and (min-width: 568px) {
  .customercenter .customercenter__number img {
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  .customercenter .customercenter__number img {
    display: block;
    width: 64%;
    margin: 1.1rem auto 0 auto;
  }
}

.customercenter .customercenter__number .customercenter__number--bottom {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: attention;
  font-size: 1.3rem;
  margin: 12px 0 0;
}

@media screen and (max-width: 567px) {
  .customercenter .customercenter__number .customercenter__number--bottom {
    font-size: 1.1rem;
  }
}

/*=======================
諸規約の確認
=======================*/
.notes__contents {
  margin: 30px 0 40px;
}

@media print, screen and (min-width: 568px) {
  .notes__contents {
    margin: 40px 0 55px;
  }
}

/*=======================
契約情報の入力
=======================*/
.contract__block {
  margin: 20px -8px;
  background-color: #f0f0f0;
  padding: 20px;
}

@media print, screen and (min-width: 568px) {
  .contract__block {
    padding: 20px 50px;
  }
}

.contract-note {
  color: #da0c0c;
  font-size: 1.5rem;
  margin: -20px 0 30px;
}

@media screen and (max-width: 567px) {
  .contract-note {
    margin: 10px 0 30px;
  }
}

/*=======================
告知
=======================*/
.declare__content {
  margin: 80px 0 0;
  padding: 24px;
  position: relative;
  border-radius: 24px;
  background-color: #FF9384;
}

@media screen and (max-width: 567px) {
  .declare__content {
    margin: 60px 0 30px;
    padding: 18px 14px;
    border-radius: 16px;
  }
}

.declare__content .declare__content__inner {
  border-radius: 10px;
  background-color: #fff;
}

@media print, screen and (min-width: 568px) {
  .declare__content .declare__content__inner {
    padding: 28px;
  }
}

@media screen and (max-width: 567px) {
  .declare__content .declare__content__inner {
    padding: 28px 20px;
  }
}

.declare__content .declare__content__inner .declare__content__inner__div {
  margin: 30px 0 0;
}

@media print, screen and (min-width: 568px) {
  .declare__content .declare__content__inner .declare__content__inner__div {
    width: 310px;
    margin: 20px auto 0;
    text-align: center;
  }
}

.declare__content .declare__content__inner .declare__content__inner__select ul {
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 567px) {
  .declare__content .declare__content__inner .declare__content__inner__select ul {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.declare__content .declare__content__inner .declare__content__inner__select ul li {
  text-align: center;
}

@media print, screen and (min-width: 568px) {
  .declare__content .declare__content__inner .declare__content__inner__select ul li {
    width: 140px;
  }
  .declare__content .declare__content__inner .declare__content__inner__select ul li:first-child {
    float: left;
  }
  .declare__content .declare__content__inner .declare__content__inner__select ul li:last-of-type {
    float: right;
  }
}

@media screen and (max-width: 567px) {
  .declare__content .declare__content__inner .declare__content__inner__select ul li {
    width: 48%;
  }
}

.declare__content .declare__content__inner .declare__content__inner__select ul li input[type="radio"] {
  display: none;
}

.declare__content .declare__content__inner .declare__content__inner__select ul li input[type="radio"]:checked + label,
.declare__content .declare__content__inner .declare__content__inner__select ul li input[type="radio"]:hover + label {
  text-shadow: #b94e62 0 1px 0;
  border: 1px solid #ff8da2;
  background-color: #EA5541;
}

.declare__content .declare__content__inner .declare__content__inner__select ul li label {
  display: block;
  border-radius: 10px;
  color: #fff;
  text-shadow: #474747 0 1px 0;
  border: 1px solid #8c8989;
  background-color: #948f8f;
  padding: 8px 10px;
}

.declare__content .declare__content__inner .declare__content__inner__weeks {
  width: 200px;
  margin: 0 auto;
  border-spacing: 0;
}

.declare__content .declare__content__inner .declare__content__inner__weeks th,
.declare__content .declare__content__inner .declare__content__inner__weeks td {
  display: table-cell;
}

.declare__content .declare__content__inner .declare__content__inner__weeks th {
  padding-right: 20px;
}

.declare__content .declare__content__inner .declare__content__inner__weeks td .input-text {
  width: 90px;
}

.declare__content .declare__content__inner .declare__content__inner__about {
  margin: 30px 0 0;
  padding: 20px;
  background-color: #f0f0f0;
}

@media print, screen and (min-width: 568px) {
  .declare__content .declare__content__inner .declare__content__inner__about {
    padding: 20px 60px;
  }
}

.declare__content__inner__list ul {
  overflow: hidden;
  margin: 10px 0 0 -10px;
  letter-spacing: -.4em;
  width: 100%;
}

.declare__content__inner__list ul li {
  padding: 4px 8px;
  background-color: #c1cbf3;
  border-radius: 6px;
  display: inline-block;
  letter-spacing: normal;
  margin: 10px 0 0 10px;
  font-weight: 600;
  vertical-align: middle;
}

@media print, screen and (min-width: 568px) {
  .declare__content__inner__list ul li {
    font-size: 1.6rem;
    padding: 3px 10px;
    height: 30px;
    line-height: 27px;
  }
}

.declare__content__inner__list ul li span {
  font-weight: 400;
  padding-left: 3px;
  font-size: 1.3rem;
}

@media screen and (max-width: 567px) {
  .declare__content__inner__list ul li span {
    padding-left: 7px;
    font-size: 1.4rem;
  }
}

.notice-note {
  margin: 20px 0 0;
  padding: 4px;
  border: 2px solid #EA5541;
}

.notice-note p {
  text-align: center;
}

@media screen and (max-width: 567px) {
  .notice-note p {
    font-size: 2.2rem;
  }
}

/*==================
告知（/apply/notice）
==================*/
.notice-alert {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
  overflow: scroll;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
}

.notice-alert__modal {
  font-size: 1.4rem;
  margin: auto;
  width: 90%;
  position: relative;
}

.notice-alert__modal .modal__inner {
  background-color: #fff;
  border: 1px solid #eee;
  margin: 20px 0;
  padding: 20px 20px 30px 20px;
}

.notice-alert__modal form > * + * {
  margin-top: 10px;
}

.notice-alert__modal .title {
  color: #c00;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}

.notice-alert__modal span.false,
.notice-alert__modal span.true {
  line-height: 1;
}

.notice-alert__modal span.false {
  font-size: 1.6rem;
  color: #0800ff;
  font-weight: 600;
}

.notice-alert__modal span.true {
  color: #c00;
  font-weight: 600;
}

.notice-alert__modal .subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 5px;
}

.notice-alert__modal .subtitle em {
  font-weight: 600;
  font-style: normal;
}

.notice-alert__modal .subtitle ~ .subtitle {
  margin-top: 20px;
}

.notice-alert__modal .img {
  margin: 30px 0;
}

.notice-alert__modal .notice {
  font-size: 1.3rem;
}

.notice-alert__modal .ex {
  display: table;
  margin-top: 0;
}

.notice-alert__modal .ex dl {
  display: table-row;
}

.notice-alert__modal .ex dl dt, .notice-alert__modal .ex dl dd {
  display: table-cell;
  vertical-align: middle;
}

.notice-alert__modal .ex dl dd span + span {
  margin-left: 5px;
}

.notice-alert__modal .ex dl.ex__false dt {
  color: #999;
}

.notice-alert__modal .ex-att {
  font-weight: 600;
}

.notice-alert__modal .notice-alert__modal__button {
  margin-top: 30px;
  text-align: center;
}

.notice-alert__modal .notice-alert__modal__button input {
  text-shadow: #EF5407 0 1px 0;
  border: 1px solid #ff2600;
  background-color: #f44926;
}

.notice-alert__modal .notice-alert__modal__button input:hover {
  text-shadow: #8e2525 0 1px 0;
  background-color: #fb5331;
}

@media print, screen and (min-width: 568px) {
  .notice-alert__modal {
    font-size: 1.4rem;
    width: 600px;
  }
  .notice-alert__modal .title {
    font-size: 2rem;
  }
  .notice-alert__modal span.false,
  .notice-alert__modal span.true {
    font-size: 2rem;
  }
  .notice-alert__modal table.notice-alert-ino-tbl {
    font-size: 1.4rem;
  }
  .notice-alert__modal .notice-alert__modal__button input {
    width: 250px;
  }
}

table.notice-alert-ino-tbl {
  font-size: 1.3rem;
  margin-bottom: 15px;
  table-layout: fixed;
  width: 100%;
}

table.notice-alert-ino-tbl th {
  font-weight: 400;
}

table.notice-alert-ino-tbl th, table.notice-alert-ino-tbl td {
  border: 1px solid #999;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

table.notice-alert-ino-tbl tr.t-header1 th {
  background-color: #f8dfe3;
  color: #EA5541;
}

table.notice-alert-ino-tbl tr.t-header2 th {
  background-color: #eee;
}

/*=======================
確認画面
=======================*/
.confilm__content {
  margin: 30px 0 0;
}

.confilm__content .confilm__content__inner {
  margin: 20px 0 0;
}

.confilm__content .confilm__content__inner > ul > li:not(.no-border) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #999;
  margin-bottom: 20px;
}

.confilm__content .confilm__content__inner > ul > li.no-border {
  padding-bottom: 10px;
}

@media screen and (max-width: 567px) {
  .confilm__content .confilm__content__inner .confilm__content__inner__each h4 {
    font-size: 1.6rem;
  }
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes,
.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no {
  text-align: center;
  margin: 20px 0;
  padding: 6px 0;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes span,
.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 1.8rem;
  font-weight: 600;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes span::before, .confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes span::after,
.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span::before,
.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes span.weeks,
.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span.weeks {
  padding-left: 14px;
  font-size: 2rem;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes span.weeks::before, .confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes span.weeks::after,
.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span.weeks::before,
.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span.weeks::after {
  content: none;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no {
  background-color: #c0c7ea;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span::before, .confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span::after {
  width: 20px;
  height: 4px;
  background-color: #333;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--no span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes {
  background-color: #f8dfe3;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each .confilm__answer--yes span::before {
  width: 16px;
  height: 16px;
  border: 4px solid #333;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.confilm__content .confilm__content__inner .confilm__content__inner__each dl {
  display: table;
  width: 100%;
  background-color: #f0f0f0;
  border: 1px solid #999;
  border-bottom: none;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each dl:first-of-type {
  margin: 20px 0 0;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each dl:last-of-type {
  border-bottom: 1px solid #999;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each dl dt,
.confilm__content .confilm__content__inner .confilm__content__inner__each dl dd {
  display: table-cell;
  padding: 4px 8px;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each dl dt {
  width: 40%;
}

.confilm__content .confilm__content__inner .confilm__content__inner__each dl dd {
  width: 60%;
  background-color: #fff;
  border-left: 1px solid #999;
}

@media print, screen and (min-width: 568px) {
  .confilm__content .confilm__content__inner.contract-confilm .confilm__content__inner__each p {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 568px) {
  .confilm__content .confilm__content__inner.contract-confilm .confilm__content__inner__each p.confilm__content__inner__each--birth br {
    display: none;
  }
}

.confilm__content .confilm__content__inner.contract-confilm ul {
  position: relative;
}

.confilm__content .confilm__content__inner.contract-confilm ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #999;
  position: absolute;
  left: 0;
  bottom: -130px;
}

@media screen and (max-width: 567px) {
  .confilm__content .confilm__content__inner.contract-confilm ul::after {
    bottom: -100px;
  }
}

.confilm__content .confilm__content__inner.contract-confilm ul:last-of-type {
  margin: 70px 0 0;
}

.confilm__content .confilm__content__inner.notice-confilm > ul {
  position: relative;
}

.confilm__content .confilm__content__inner.notice-confilm > ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -111px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #999;
}

@media screen and (max-width: 567px) {
  .confilm__content .confilm__content__inner.notice-confilm > ul::after {
    bottom: -100px;
  }
}

.confilm__content .confilm__content__inner.notice-confilm > ul > li:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

.confilm__content .confilm__content__inner__each--correct {
  margin: 30px 0 0;
}

.confilm__content + .pagination:not(.cofilm__bottom) {
  margin: 30px 0 170px;
}

@media print, screen and (min-width: 568px) {
  .confilm__content .confilm__content__inner__each--correct .button-prev,
  .confilm__content + .pagination .button-prev {
    padding-left: 70px;
  }
}

@media screen and (max-width: 567px) {
  .confilm__content .confilm__content__inner__each--correct .button-prev,
  .confilm__content + .pagination .button-prev {
    margin: 0;
  }
}

.confilm__content .confilm__content__inner__each--correct,
.confilm__content + .pagination:not(.cofilm__bottom),
.confilm__content + .cofilm__bottom .cofilm__bottom__prev {
  position: relative;
}

@media print, screen and (min-width: 568px) {
  .confilm__content .confilm__content__inner__each--correct,
  .confilm__content + .pagination:not(.cofilm__bottom),
  .confilm__content + .cofilm__bottom .cofilm__bottom__prev {
    text-align: left;
  }
}

.confilm__content .confilm__content__inner__each--correct .button-next,
.confilm__content + .pagination:not(.cofilm__bottom) .button-next,
.confilm__content + .cofilm__bottom .cofilm__bottom__prev .button-next {
  position: absolute;
  bottom: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.confilm__content .confilm__content__inner__each--correct::before, .confilm__content .confilm__content__inner__each--correct::after,
.confilm__content + .pagination:not(.cofilm__bottom)::before,
.confilm__content + .pagination:not(.cofilm__bottom)::after,
.confilm__content + .cofilm__bottom .cofilm__bottom__prev::before,
.confilm__content + .cofilm__bottom .cofilm__bottom__prev::after {
  content: "";
  display: block;
  position: absolute;
}

.confilm__content .confilm__content__inner__each--correct::before,
.confilm__content + .pagination:not(.cofilm__bottom)::before,
.confilm__content + .cofilm__bottom .cofilm__bottom__prev::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 40px;
}

@media screen and (max-width: 567px) {
  .confilm__content .confilm__content__inner__each--correct::before,
  .confilm__content + .pagination:not(.cofilm__bottom)::before,
  .confilm__content + .cofilm__bottom .cofilm__bottom__prev::before {
    width: 22px;
    height: 22px;
    left: 14px;
  }
}

.confilm__content .confilm__content__inner__each--correct::after,
.confilm__content + .pagination:not(.cofilm__bottom)::after,
.confilm__content + .cofilm__bottom .cofilm__bottom__prev::after {
  top: 55%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translateY(-55%) rotate(45deg);
          transform: translateY(-55%) rotate(45deg);
  left: 49px;
}

@media screen and (max-width: 567px) {
  .confilm__content .confilm__content__inner__each--correct::after,
  .confilm__content + .pagination:not(.cofilm__bottom)::after,
  .confilm__content + .cofilm__bottom .cofilm__bottom__prev::after {
    width: 6px;
    height: 6px;
    left: 21px;
  }
}

@media screen and (max-width: 567px) {
  .confilm__content + .cofilm__bottom {
    display: block;
  }
}

@media screen and (max-width: 567px) {
  .confilm__content + .cofilm__bottom .cofilm__bottom__prev {
    margin: 30px 0 0;
  }
}

.confilm__content + .cofilm__bottom .confilm-note {
  margin: 60px 0 0;
}

@media print, screen and (min-width: 568px) {
  .confilm__content + .cofilm__bottom .confilm-note {
    text-align: center;
  }
}

.confilm__content + .cofilm__bottom .cofilm__bottom__submit {
  margin: 20px 0 0;
}

@media print, screen and (min-width: 568px) {
  .confilm__content + .cofilm__bottom .cofilm__bottom__submit {
    text-align: center;
  }
}

/*=======================
クレジットカード
=======================*/
.credit__info .credit__info__list {
  margin: 20px -8px 0;
  padding: 20px 12px;
  border: 5px solid #EA5541;
}

@media print, screen and (min-width: 568px) {
  .credit__info .credit__info__list {
    margin: 20px 0 0;
  }
}

.credit__info .credit__info__list ul {
  counter-reset: serial;
}

.credit__info .credit__info__list ul li {
  position: relative;
  padding: 0 0 0 30px;
}

.credit__info .credit__info__list ul li + li {
  margin: 20px 0 0;
}

.credit__info .credit__info__list ul li::before {
  counter-increment: serial;
  content: counter(serial);
  position: absolute;
  color: #EA5541;
  line-height: 20px;
  text-align: center;
  font-size: 1.6rem;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #EA5541;
  border-radius: 50%;
}

@media print, screen and (min-width: 568px) {
  .credit__info .credit__info__list ul li::before {
    top: 3px;
  }
}

.credit__info__brand {
  text-align: center;
  margin: 40px 0;
}

@media print, screen and (min-width: 568px) {
  .credit__info__brand {
    margin: 50px 0 0;
  }
}

.credit__info__notice {
  text-align: left;
  font-weight: 400;
  background-color: #EA5541;
  border-radius: 24px;
  position: relative;
  color: #fff;
  padding: 0.32em 18px 0.32em 48px;
  margin: 40px 0 20px 0;
}
.credit__info__notice p {
  line-height: 1.4;
}

@media print, screen and (min-width: 568px) {
  .credit__info__notice {
    padding: 10px 18px 10px 50px;
    margin: 40px 0 30px 0;
  }
}
@media screen and (max-width: 567px) {
  .credit__info__notice {
    border-radius: 16px;
  }
}


.credit__info__notice::before, .credit__info__notice::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.credit__info__notice::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  left: 10px;
}

.credit__info__notice::after {
  content: "!";
  color: #EA5541;
  left: 10px;
  width: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 3rem;
}

@media print, screen and (min-width: 568px) {
  .credit__info__notice p br {
    display: none;
  }
}

.credit__block {
  margin: 20px -8px 0;
  background-color: #f0f0f0;
  padding: 20px;
}

@media print, screen and (min-width: 568px) {
  .credit__block {
    padding: 20px 60px;
    margin: 20px 0 0;
  }
}

.credit__block .credit__block__data {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.credit__block .credit__block__data div {
  display: table-cell;
  vertical-align: bottom;
}

.credit__block .credit__block__data .credit__block__data--c {
  padding: 0 10px;
  text-align: center;
  font-size: 2.5rem;
}

.credit__block tr:last-of-type th {
  vertical-align: top;
}

.credit__block .link-area {
  text-align: left;
  width: auto;
}

@media screen and (max-width: 567px) {
  .credit__block .link-area {
    margin-top: 30px;
  }
}

.credit__block .link-area a.pdf-icon {
  background-color: #fff;
  display: inline-block;
}

@media screen and (max-width: 567px) {
  .credit__block .link-area a.pdf-icon {
    display: block;
  }
}

.security-cd-note {
  margin: 14px 0 0;
  font-size: 1.5rem;
}

@media screen and (max-width: 567px) {
  .security-cd-note {
    text-align: center;
  }
}

.security-cd-note p {
  text-align: left;
  margin: 10px 00;
  word-break: break-all;
}

.credit-box {
  margin: 20px 0 0;
  padding: 10px 16px;
  border: 2px solid #EA5541;
}

@media screen and (max-width: 567px) {
  .credit-box {
    padding: 4px 10px;
  }
}

.no-apply {
  border-color: #666;
  margin: 60px 0 0;
}

@media print, screen and (min-width: 568px) {
  .no-apply {
    text-align: center;
  }
}

@media print, screen and (min-width: 568px) {
  .no-apply h2 {
    text-align: center;
  }
  .no-apply p {
    text-align: left;
  }
}

.no-apply input[type="button"], 
.no-apply input[type="submit"], 
.no-apply button[type="submit"] {
  width: 100%;
}

.no-apply .notice {
  font-size: 1.5rem;
  width: auto;
}

@media print, screen and (min-width: 568px) {
  .no-apply .notice {
    display: inline-block;
  }
}

@media screen and (max-width: 567px) {
  input[type="button"][value="クレジットカード情報を登録する"] {
    font-size: 2.1rem;
  }
}


/*=======================
最終確認
=======================*/
.confirm-att {
  border: 1px solid #666;
  margin-top: 20px;
  padding: 10px 16px;
}

.confirm-att .title {
  margin: 0 0 10px;
  font-size: 2rem;
  text-align: center;
}

.confirm-att .important {
  color: #c00;
  font-weight: 600;
}

@media print, screen and (min-width: 568px) {
  .confirm-att {
    border-width: 2px;
    margin-top: 30px;
  }
}

/*=======================
完了画面
=======================*/
.finish-content .finish-content__top {
  margin: 0 0 30px;
}

.finish-content .important {
  color: #c00;
  font-weight: 600;
}

.finish-content .info-box {
  margin-top: 30px;
}

@media screen and (max-width: 567px) {
  .finish-content .info-box {
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 567px) {
  .finish-content .info-box__title {
    border-bottom: 2px solid #EA5541;
    padding-bottom: 5px;
  }
}

.enquete-box {
  margin: 50px 0 0;
  padding: 15px;
  background-color: #f0f0f0;
  border: 2px solid #EA5541;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .enquete-box p {
    text-align: left;
  }
}

@media print, screen and (min-width: 568px) {
  .enquete-box {
    padding: 30px;
  }
}

.enquete-box .btn-enquete {
  margin: 30px auto 0;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
}

@media print, screen and (min-width: 568px) {
  .enquete-box .btn-enquete {
    width: 600px;
    display: block;
  }
}

.totop {
  margin: 50px 0 0;
  text-align: center;
}

.totop .btn-totop {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px;
}

@media print, screen and (min-width: 568px) {
  .totop .btn-totop {
    width: 600px;
    display: block;
  }
}

/*=======================
離脱
=======================*/
.rejection-content__top {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 568px) {
  .rejection-content__top {
    text-align: center;
    font-size: 2rem;
  }
}

/*=======================
資料請求
=======================*/
.form-container .form_main {
  position: relative;
  min-height: 400px;
}

.form-container .form_main .privacy-link {
  text-align: center;
}

@media screen and (max-width: 567px) {
  .form-container .form_main .privacy-link {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 567px) {
  .form-container .form_main .privacy-link p {
    text-align: left;
    font-size: 1.5rem;
  }
}

.form-container .form_main .privacy-link .btn-simple {
  margin: 20px 0 0;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #EA5541;
  border-radius: 8px;
  color: #EA5541;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 12px 40px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .form-container .form_main .privacy-link .btn-simple {
    margin: 10px 0 0;
  }
}

.form-container .form_main .privacy-link .btn-simple::before {
  content: '';
  display: inline-block;
  height: 13px;
  width: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url(../img/icons.png);
  background-size: 1937.5% 1075%;
  background-position: 70.57823% 25.04931%;
}

.form-container .form_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 -8px;
}

.form-container .form_overlay_message {
  color: #fff;
  background-color: #EA5541;
  border-radius: 10px;
  padding: 10px;
  width: 76%;
  font-weight: 600;
  margin: 56px auto;
  border: 4px double #fff;
}

@media print, screen and (min-width: 568px) {
  .form-container .form_overlay_message {
    width: 60%;
    font-size: 3rem;
    text-align: center;
  }
}

.telbox,
.g-article .telbox {
  border-radius: 8px;
  background-color: #f7f6f3;
  padding: 20px 10px;
  text-align: center;
  margin: 30px 0 0;
  line-height: 1.4;
}

@media print, screen and (min-width: 568px) {
  .telbox,
  .g-article .telbox {
    min-height: 100%;
  }
}

@media screen and (max-width: 567px) {
  .telbox,
  .g-article .telbox {
    padding: 10px;
  }
}

.telbox * + *,
.g-article .telbox * + * {
  margin-top: 0;
}

.telbox a,
.g-article .telbox a {
  text-decoration: none;
}

.telbox .telbox__title,
.g-article .telbox .telbox__title {
  color: #EA5541;
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .telbox .telbox__title,
  .g-article .telbox .telbox__title {
    font-size: 1.8rem;
  }
}

.telbox p + .telbox__main,
.g-article .telbox p + .telbox__main {
  margin-top: 20px;
}

.telbox .telbox__main,
.g-article .telbox .telbox__main {
  display: inline-block;
  text-align: left;
}

.telbox .telbox__bridge,
.g-article .telbox .telbox__bridge {
  font-size: 2.1rem;
  padding: 25px 0;
}

@media screen and (max-width: 567px) {
  .telbox .telbox__bridge,
  .g-article .telbox .telbox__bridge {
    font-size: 1.8rem;
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 568px) {
  .telbox .telbox__bridge-sp,
  .g-article .telbox .telbox__bridge-sp {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .telbox .telbox__bridge-sp,
  .g-article .telbox .telbox__bridge-sp {
    font-size: 1.8rem;
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 568px) {
  .telbox .telbox__main + .telbox__main,
  .g-article .telbox .telbox__main + .telbox__main {
    margin-left: 40px;
  }
}

@media screen and (max-width: 567px) {
  .telbox .telbox__main + .telbox__main,
  .g-article .telbox .telbox__main + .telbox__main {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 568px) {
  .coloum2 .telbox .telbox__main + .telbox__main, .coloum2
  .g-article .telbox .telbox__main + .telbox__main {
    margin-left: 0;
  }
}

.telbox .telbox__sub,
.g-article .telbox .telbox__sub {
  color: #333;
  font-size: 1.6rem;
  margin-bottom: 5px;
  font-weight: 400;
}

@media screen and (max-width: 567px) {
  .telbox .telbox__sub,
  .g-article .telbox .telbox__sub {
    font-size: 1.4rem;
  }
}

.telbox .telbox__num,
.g-article .telbox .telbox__num {
  color: #333;
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
}

@media screen and (max-width: 567px) {
  .telbox .telbox__num,
  .g-article .telbox .telbox__num {
    font-size: 2.8rem;
  }
}

.telbox .telbox__num::before,
.g-article .telbox .telbox__num::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.telbox .telbox__time,
.telbox .telbox__att,
.g-article .telbox .telbox__time,
.g-article .telbox .telbox__att {
  color: #333;
}

@media screen and (max-width: 567px) {
  .telbox .telbox__time,
  .telbox .telbox__att,
  .g-article .telbox .telbox__time,
  .g-article .telbox .telbox__att {
    font-size: 1.2rem;
    display: block;
  }
}

.telbox .telbox__att,
.g-article .telbox .telbox__att {
  margin-left: 5px;
}

@media screen and (max-width: 567px) {
  .telbox .telbox__att,
  .g-article .telbox .telbox__att {
    margin-left: 0;
  }
}

.telbox.telbox--freedial .telbox__num,
.g-article .telbox.telbox--freedial .telbox__num {
  padding-left: 55px;
  line-height: 1;
}

@media screen and (max-width: 567px) {
  .telbox.telbox--freedial .telbox__num,
  .g-article .telbox.telbox--freedial .telbox__num {
    padding-left: 40px;
  }
}

.telbox.telbox--freedial .telbox__num::before,
.g-article .telbox.telbox--freedial .telbox__num::before {
  height: 30px;
  width: 46px;
  top: 2px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url(../img/icons.png);
  background-size: 613.86139% 846.9697%;
  background-position: 0% 100%;
}

@media screen and (max-width: 567px) {
  .telbox.telbox--freedial .telbox__num::before,
  .g-article .telbox.telbox--freedial .telbox__num::before {
    height: 24px;
    width: 34px;
    top: 4px;
  }
}

/*=======================
本人確認書類
=======================*/
.verify-card {
  margin: 20px -8px;
  background-color: #f0f0f0;
  padding: 20px;
}

@media print, screen and (min-width: 568px) {
  .verify-card {
    padding: 20px 50px;
  }
}

.verify-card .verify-card-type {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.verify-card .verify-card-type + .verify-card-type {
  margin-top: 10px;
}

.verify-card .verify-card-type + p {
  margin: 20px 0 0;
}

.verify-card .verify-card-type input[type=radio] {
  width: 1em;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0.16em 10px 0 0;
}
@media screen and (max-width: 567px) {
  .verify-card .verify-card-type input[type=radio] {
    margin: 0.08em 10px 0 0;
  }
}

.verify-card table.apply__input__style th {
  vertical-align: top;
}

@media print, screen and (min-width: 568px) {
  .verify-card table.apply__input__style th, .verify-card table.apply__input__style td {
    padding-top: 20px;
  }
}

.verify-card table.apply__input__style tr:first-child th,
.verify-card table.apply__input__style tr:first-child td {
  padding-top: 0;
}

.verify-card table.apply__input__style + table.apply__input__style {
  border-top: 1px dashed #999;
  margin-top: 15px;
}

@media screen and (max-width: 567px) {
  .verify-card table.apply__input__style + table.apply__input__style {
    margin-top: 25px;
  }
}

@media screen and (max-width: 567px) {
  .verify-card table.apply__input__style + table.apply__input__style tr:first-child th {
    padding-top: 15px;
  }
}

@media screen and (max-width: 567px) {
  .verify-card table.apply__input__style + table.apply__input__style tr ~ tr {
    margin-top: 35px;
  }
}

@media screen and (max-width: 567px) {
  .verify-card .apply__input__style + .apply__input__style {
    margin-top: 30px;
  }
}

.verify-card__sample-box {
  margin: 0 0 20px;
}

@media screen and (max-width: 567px) {
  .verify-card__sample-box .notice-note p {
    font-size: 1.8rem;
  }
}

.verify-card__att {
  color: #ff2b00;
  margin-top: 20px;
}

@media print, screen and (min-width: 568px) {
  .verify-card__sample-box img {
    height: auto;
    width: 310px;
  }
}

.verify-after-box {
  background-color: #fff;
  margin: 20px 0 0;
  padding: 10px 16px;
  border: 2px solid #666;
}

.verify-after-box .btn-area {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 568px) {
  form .pagination-verify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  form .pagination-verify p {
    text-align: left;
  }
  form .pagination-verify .button-prev {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  form .pagination-verify .button-next {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  form .pagination-verify .verify-after-box {
    margin-top: 40px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
  }
  form .pagination-verify .btn-area {
    width: auto;
  }
}

/*==================
/mother/apply/estimation
==================*/
@media screen and (max-width: 567px) {
  .fsz-shrink.heading__first {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink.calculator {
    padding-left: 50px;
  }
  .fsz-shrink.calculator::before {
    height: 24px;
    width: 17px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink button[type="submit"],
  .fsz-shrink input[type="submit"],
  .fsz-shrink .apply__nav__select__birth--btn input#calc,
  .fsz-shrink .credit__bottom .button-next {
    min-height: 55px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .info-box {
    padding: 5px 12px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .info-box .info-box__title {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink.apply__nav .apply__nav__select {
    margin-top: 7px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink.apply__nav .apply__nav__select .apply__nav__select__birth .select-text-area-style {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink.apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_year,
  .fsz-shrink.apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_month,
  .fsz-shrink.apply__nav .apply__nav__select .apply__nav__select__birth .select-area-style #birth_day {
    font-size: 1.8rem;
    height: 40px;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink.apply__nav .apply__nav__select .apply__nav__select__birth--btn {
    margin-bottom: 0;
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink.apply__nav .apply__nav__select .apply__nav__select__birth--btn {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink.apply__nav .apply__nav__select .apply__nav__select__birth .apply__nav__select__birth--btn input#calc {
    padding: 20px 40px;
    font-size: 2.6rem;
  }
}

.fsz-shrink.apply__nav .error-message {
  font-size: 1.6rem;
  margin-top: 15px;
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink.apply__nav .error-message {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink.apply__nav .error-message {
    font-size: 1.4rem;
    margin-top: 7px;
    margin-bottom: 0;
  }
}

.fsz-shrink.apply__nav .error-message p {
  background-position: left 2px;
  padding-left: 25px;
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .age__result {
    padding-bottom: 15px;
  }
}

.fsz-shrink .age__result .age__result__box {
  padding: 7px 40px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .age__result .age__result__box {
    padding: 0 20px;
  }
}

.fsz-shrink .age__result .age__result__box--number {
  font-size: 2.8rem;
  width: 18%;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .age__result .age__result__box--number {
    font-size: 2.4rem;
  }
}

.fsz-shrink .age__result .age__result__box--index,
.fsz-shrink .age__result .age__result__box--text {
  font-size: 1.6rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .age__result .age__result__box--index,
  .fsz-shrink .age__result .age__result__box--text {
    font-size: 1.4rem;
  }
}

.fsz-shrink .age__result .age__result__box--index span,
.fsz-shrink .age__result .age__result__box--text span {
  font-size: 1.6rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .age__result .age__result__box--index span,
  .fsz-shrink .age__result .age__result__box--text span {
    font-size: 1.4rem;
  }
}

.fsz-shrink .age__result .contract-possible-age {
  font-size: 1.4rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .age__result .contract-possible-age {
    font-size: 1.3rem;
  }
}

.fsz-shrink .heading__second {
  font-size: 1.9rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .heading__second {
    margin-top: 1.24em;
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.fsz-shrink .needs__content {
  margin-top: 20px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .needs__content {
    margin-top: 10px;
    text-align: center;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .logo-image {
    width: 300px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .logo-image {
    width: 280px;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .icon-arrow-d {
    font-size: 1.6rem;
    margin-top: 0;
    margin-left: 7px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .icon-arrow-d {
    font-size: 1.2rem;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 20px;
  }
  .fsz-shrink .icon-arrow-d::before, .fsz-shrink .icon-arrow-d::after {
    border-width: 20px 6px 0 6px;
  }
  .fsz-shrink .icon-arrow-d::before {
    left: 0;
  }
  .fsz-shrink .icon-arrow-d::after {
    right: 0;
  }
}

.fsz-shrink .needs__content__list {
  font-size: 1.5rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .needs__content__list {
    font-size: 1.4rem;
  }
}

.fsz-shrink .needs__content__list p {
  font-size: 1.5rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .needs__content__list p {
    font-size: 1.4rem;
    margin-top: 15px;
    text-align: left;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .needs__content__list ul {
    padding-top: 10px;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .needs__content__list ul li {
    margin-left: 25px;
    padding-left: 17px;
  }
  .fsz-shrink .needs__content__list ul li::before {
    height: 10px;
    top: 6px;
    width: 10px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .needs__content__list ul li {
    margin-top: 7px;
    text-align: left;
  }
  .fsz-shrink .needs__content__list ul li::before {
    height: 10px;
    top: 6px;
    width: 10px;
  }
}

.fsz-shrink .show__price {
  margin-top: 15px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price {
    margin-top: 5px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price .link-area {
    margin: 15px 0;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__box {
    margin-top: 0;
  }
}

.fsz-shrink .show__price__box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: fit-content;
}

.fsz-shrink .show__price__box dl dt, .fsz-shrink .show__price__box dl dd {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .show__price__box dl dt, .fsz-shrink .show__price__box dl dd {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__box dl dt, .fsz-shrink .show__price__box dl dd {
    font-size: 1.4rem;
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

.fsz-shrink .show__price__box dl dd .show__price__box__title {
  font-size: 1.5rem;
}

.fsz-shrink .show__price__box dl dd .show__price__box__yen .show__price__box__yen--number {
  font-size: 2.4rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__box dl dd .show__price__box__yen .show__price__box__yen--number {
    font-size: 1.8rem;
  }
}

.fsz-shrink .show__price__box dl dd .show__price__box__yen .show__price__box--yen-text {
  font-size: 1.6rem;
}

.fsz-shrink .show__price__box .show__price__top--notice {
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__box .show__price__top--notice {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 7px;
    line-height: 1.4;
  }
}

.fsz-shrink .show__price__box + .show__price__box {
  margin: 10px 0 40px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__box + .show__price__box {
    margin: 7px 0 20px;
  }
  .fsz-shrink .show__price__top .show__price__box__yen {
    margin: 0 auto 20px;
    padding: 0.48em 0.32em;
    border: solid 2px #999;
    background-color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    line-height: 1;
  }
  .fsz-shrink .show__price__top .show__price__box__yen .show__price__box__yen--number {
    color: #EA5541;
  }
  .fsz-shrink .show__price__top .show__price__box__yen .show__price__box--yen-text {
    margin-left: 0.16em;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .show__price__top {
    display: block;
  }
  .fsz-shrink .show__price__top dl {
    border-bottom: 2px solid #999;
    width: 50%;
  }
  .fsz-shrink .show__price__top dl + dl {
    border-left: none;
  }
  .fsz-shrink .show__price__top .show__price__top--notice {
    width: 100%;
  }
  .fsz-shrink .show__price__top .show__price__box__yen {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px;
    font-size: 2.8rem;
    font-weight: 600;
    text-align: center;
  }
  .fsz-shrink .show__price__top .show__price__box__yen .show__price__box__yen--number {
    color: #EA5541;
  }
  .fsz-shrink .show__price__top .show__price__box__yen .show__price__box--yen-text {
    margin-left: 0.16em;
  }
}

.fsz-shrink .show__price__bottom dl dt {
  padding-left: 45px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom dl dt {
    padding-left: 40px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom dl dt span {
    font-size: .9rem;
  }
}

.fsz-shrink .show__price__bottom dl::before {
  font-size: 1.6rem;
  left: 10px;
  width: 26px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom dl::before {
    font-size: 1.4rem;
    width: 20px;
  }
}

.fsz-shrink .show__price__bottom dl::after {
  height: 26px;
  left: 10px;
  width: 26px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom dl::after {
    height: 20px;
    width: 20px;
  }
}

.fsz-shrink .show__price__bottom::before, .fsz-shrink .show__price__bottom::after {
  border-width: 20px 50px 0 50px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom::before, .fsz-shrink .show__price__bottom::after {
    border-width: 20px 30px 0 30px;
  }
}

.fsz-shrink .show__price__bottom::before {
  bottom: -30px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom::before {
    bottom: -15px;
  }
}

.fsz-shrink .show__price__bottom::after {
  bottom: -25px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom::after {
    bottom: -13px;
  }
}

.fsz-shrink .show__price__bottom--period {
  font-size: 1.6rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .show__price__bottom--period {
    font-size: 1.4rem;
    padding: 5px 0;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .notice-area {
    margin-top: 15px;
    text-align: center;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .notice-area {
    margin-top: 7px;
  }
}

.fsz-shrink .notice {
  font-size: 1.3rem;
  display: inline-block;
  margin-top: 0;
  width: auto;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .notice {
    font-size: 1.2rem;
  }
}

.fsz-shrink .nine-nine {
  padding: 15px;
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .nine-nine {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .nine-nine {
    margin-top: 20px;
    padding: 15px;
  }
}

.fsz-shrink .nine-nine span {
  display: inline-block;
  font-size: 1.6rem;
  padding: 15px 20px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink .nine-nine span {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}

.fsz-shrink a.pdf-icon, .fsz-shrink .btn {
  font-size: 1.6rem;
}

@media screen and (max-width: 567px) {
  .fsz-shrink a.pdf-icon, .fsz-shrink .btn {
    font-size: 1.4rem;
  }
}

.fsz-shrink a.pdf-icon {
  padding: 15px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink a.pdf-icon {
    padding: 12px;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .pagination {
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink .heading__notice {
    font-size: 1.8rem;
    height: 38px;
    line-height: 38px;
  }
  .fsz-shrink .heading__notice span {
    padding-left: 42px;
  }
  .fsz-shrink .heading__notice span::before {
    height: 20px;
    width: 20px;
  }
  .fsz-shrink .heading__notice span::after {
    width: 20px;
  }
}

@media screen and (max-width: 567px) {
  .fsz-shrink.notice__bottom ul li {
    font-size: 1.3rem;
    padding-left: 14px;
  }
}

.fsz-shrink.notice__bottom ul li::before {
  height: 10px;
  width: 10px;
  top: 4px;
}

@media screen and (max-width: 567px) {
  .fsz-shrink.notice__bottom ul li + li {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 568px) {
  .fsz-shrink .age__result .show__price__top .heading__second {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    color: #000;
  }
}

/* 諸規約の確認：１
 ------------------------------ */
form[action="/mother/apply/notesvalid"] {
  .lead {
    margin-bottom: 1em;
  }
}
.terms_file {
  display: flex;
  align-items: center;
  gap: 1em;
  p {
    font-size: 0.8em;
  }
  a[href*=".pdf"] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 48px;
    margin: 0;
    padding: 0.64em 1em;
    background-color: #EA5541;
    color: #fff;
    font-size: 1em;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 10px;
    line-height: 1;
  }
}

/* 諸規約の確認：２
 ------------------------------ */
form[action="/mother/apply/terms1valid"] {
  img, 
  svg {
    display: block;
    margin: 0.5em auto;
    width: 100%;
    max-width: fit-content;
    height: auto;
  }
  .pagenation-wrap {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 50;
    width: 100%;
    margin: 0;
    padding: 0;
    .pagination {
      margin: 0;
      padding: 0 16px 16px;
    }
  }
}
@media screen and (max-width: 567px) {
  body:has(form[action="/mother/apply/terms1valid"]) footer {
    padding-bottom: 180px;
  }
  form[action="/mother/apply/terms1valid"] {
    input[type="submit"],
    button[type="submit"] {
      font-size: 2.4rem;
    }
    button[type="submit"] {
      small {
        font-size: 0.8em;
      }
    }
  }
}
@media print, screen and (min-width: 568px) {
  body:has(form[action="/mother/apply/terms1valid"]) footer {
    padding-bottom: 96px;
  }
  form[action="/mother/apply/terms1valid"] {
    .pagenation-wrap {
      .pagination {
        input[type="submit"],
        button[type="submit"] {
          br {
            display: none;
          }
        }
      }
    }
  }
}

/* 諸規約の確認：３
 ------------------------------ */
form[action="/mother/apply/terms2valid"] {
  img, 
  svg {
    display: block;
    margin: 0.5em auto;
    width: 100%;
    max-width: fit-content;
    height: auto;
  }
  .pagenation-wrap {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 50;
    width: 100%;
    margin: 0;
    padding: 0;
    .pagination {
      margin: 0;
      padding: 0 16px 16px;
    }
  }
}
@media screen and (max-width: 567px) {
  body:has(form[action="/mother/apply/terms1valid"]) footer {
    padding-bottom: 180px;
  }
  form[action="/mother/apply/terms2valid"] {
    input[type="submit"],
    button[type="submit"] {
      font-size: 2.4rem;
    }
    button[type="submit"] {
      small {
        font-size: 0.8em;
      }
    }
  }
}
@media print, screen and (min-width: 568px) {
  body:has(form[action="/mother/apply/terms1valid"]) footer {
    padding-bottom: 96px;
  }
  form[action="/mother/apply/terms2valid"] {
    .pagenation-wrap {
      .pagination {
        input[type="submit"],
        button[type="submit"] {
          br {
            display: none;
          }
        }
      }
    }
  }
}

/* 諸規約の確認：４
 ------------------------------ */
form[action="/mother/apply/terms3valid"] {
  img, 
  svg {
    display: block;
    margin: 0.5em auto;
    width: 100%;
    height: auto;
    max-width: fit-content;
  }
  .pagenation-wrap {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    z-index: 50;
    width: 100%;
    margin: 0;
    padding: 0;
    .pagination {
      margin: 0;
      padding: 0 16px 16px;
    }
  }
}
@media screen and (max-width: 567px) {
  body:has(form[action="/mother/apply/terms1valid"]) footer {
    padding-bottom: 180px;
  }
  form[action="/mother/apply/terms3valid"] {
    input[type="submit"],
    button[type="submit"] {
      font-size: 2.4rem;
    }
    button[type="submit"] {
      small {
        font-size: 0.8em;
      }
    }
  }
}
@media print, screen and (min-width: 568px) {
  body:has(form[action="/mother/apply/terms1valid"]) footer {
    padding-bottom: 96px;
  }
  form[action="/mother/apply/terms3valid"] {
    .pagenation-wrap {
      .pagination {
        input[type="submit"],
        button[type="submit"] {
          br {
            display: none;
          }
        }
      }
    }
  }
}

/* ？をクリックしたときのツールチップヒント */
span.tooltip::before {
  position: absolute;
  content: '？';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 2px #bbb;
  background-color: #fff;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  box-sizing: border-box;
}
span.tooltip {
  position: relative;
  display: inline-flex;
  width: 20px;
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 0 0 0.16em !important;
  padding: 0 !important;
  font-weight: 400;
  cursor: pointer;
  color: transparent !important;
  background-color: transparent !important;
  vertical-align: text-top !important;
  span.tooltip-text {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 100;
    display: block;
    width: 100vw;
    max-width: 320px;
    height: fit-content;
    margin: auto;
    padding: 1em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #555;
    background-color: #fff;
    border: solid 1px #eee;
    box-shadow: 5px 5px 5px #ddd;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
    transition: all 0.5s ease;
  }
  span.tooltip-text.show {
    top: 30px;
    pointer-events: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 567px) {
  span.tooltip {
    position: static;
    span.tooltip-text {
      width: 90vw;
      top: auto;
      left: 50%;
      transform: translateX(-50%);
      margin-top: 20px;
    }
    span.tooltip-text.show {
      top: auto;
      margin-top: 30px;
    }
  }
}

p.img {
  img {
    display: block;
    width: 100%;
    max-width: fit-content;
    margin: 1.64em auto 0;
  }
}

.term_img_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin: 24px auto 0;
  >div {
    border: solid 1px #999;
    img {
      display: block;
      width: 100%;
      max-width: fit-content;
      margin: 0 auto;
    }
  }
}

/* お問合せBOX */
.contact-more {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  padding: 25px 10px;
}

.contact-more__title {
  font-size: 2.4rem;
  font-weight: normal;
  margin-right: 40px;
}

.contact-more__title.shrink {
  font-size: 1.8rem;
  margin-right: 15px;
}

.contact-more dl {
  line-height: 1;
}

.contact-more dl dt {
  font-size: 2.1rem;
  margin-bottom: .5em;
}

.contact-more dl dt span {
  display: block;
  font-size: 1.7rem;
  margin-top: 7px;
}

.contact-more dl dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-more dl dd a {
  font-size: 3.4rem;
  font-weight: bold;
}
.contact-more dl dd a[href*="tel:"] {
  pointer-events: none;
}

.contact-more dl dd span {
  font-size: 1.4rem;
  margin-left: 1em;
  text-indent: 0.5em;
  line-height: 1.2;
}

.contact-more dl dd img {
  margin-right: 7px;
  width: 40px;
  height: auto;
}

@media screen and (max-width: 567px) {
  .contact-more {
    display: block;
    margin: 30px -15px 0;
    text-align: center;
  }
  .contact-more__title {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .contact-more dl {
    display: inline-block;
  }
  .contact-more dl dt {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  .contact-more dl dt span {
    font-size: 1.6rem;
  }
  .contact-more dl dd {
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact-more dl dd a {
    font-size: 3.2rem;
  }
  .contact-more dl dd a[href*="tel:"] {
    pointer-events: auto;
  }
  .contact-more dl dd span {
    display: block;
    margin-left: 0;
    margin-top: 7px;
  }
  .contact-more dl dd img {
    width: 4.4rem;
  }
}

/* スマホ */
@media screen and (max-width: 567px) {
  .sp-hide { display: none; }
  .pc-hide { display: block; }
}
/* PC */
@media print, screen and (min-width: 568px) {
  .sp-hide { display: block; }
  .pc-hide { display: none; }
}

