* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

main {
  display: block;
}

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

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 1010px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 1010px) {
  .c-sp {
    display: block;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.l-header__logo {
  width: 125px;
}
@media (max-width: 1010px) {
  .l-header__logo {
    width: 95px;
    margin-left: 15px;
  }
}
.l-header__inner {
  height: 95px;
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1010px) {
  .l-header__inner {
    height: 57px;
  }
}

.l-footer {
  background: #E9EDF3;
  padding: 70px 0 20px;
}
@media (max-width: 1010px) {
  .l-footer {
    padding: 35px 0 15px;
  }
}
.l-footer .c-title02 {
  margin: 40px 0;
}
@media (max-width: 1010px) {
  .l-footer .c-title02 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 40px 0 20px;
  }
}
.l-footer__conversion {
  border: 2px solid #284b90;
  text-align: center;
  background: #fff;
  padding: 35px 0;
  margin: 0 0 14px;
}
.l-footer__conversion__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #284b90;
  font-weight: bold;
  margin: 0 0 25px;
}
@media (max-width: 1010px) {
  .l-footer__conversion__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 17px;
  }
}
.l-footer__conversion__tel {
  margin: 0 0 15px;
  display: block;
}
@media (max-width: 1010px) {
  .l-footer__conversion__tel {
    max-width: 250px;
    margin: 0 auto 23px;
  }
}
.l-footer__conversion__anote01 {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #284b90;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 28px;
}
@media (max-width: 1010px) {
  .l-footer__conversion__anote01 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-footer__conversion__address {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 1010px) {
  .l-footer__conversion__address {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
.l-footer__product-number {
  font-size: 16px;
  font-size: 1rem;
  text-align: right;
  margin: 0 0 25px;
}
@media (max-width: 1010px) {
  .l-footer__product-number {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0 0 38px;
  }
}
.l-footer__copyright {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: center;
}
@media (max-width: 1010px) {
  .l-footer__copyright {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

body.js-active {
  overflow: hidden;
}

.mfp-content {
  max-height: 90vh;
  overflow: scroll;
}

.c-inner1000 {
  box-sizing: content-box;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1010px) {
  .c-inner1000 {
    padding: 0 14px;
  }
}

.c-button01 {
  text-align: center;
}
.c-button01 a {
  display: inline-block;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-button01 a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1010px) {
  .c-button01 a {
    max-width: 330px;
  }
}
.c-button01__anote {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.33;
}

.c-shadow01 {
  box-shadow: 0px 7px 16px 0px #cccccc;
}

.c-shadow02 {
  box-shadow: 0px 7px 16px 0px rgba(24, 24, 24, 0.2);
}

.c-section01 {
  background: #FFFCD8;
  padding: 0 0 95px;
  text-align: center;
}
@media (max-width: 1010px) {
  .c-section01 {
    padding: 0 0 60px;
  }
}

.c-anote01 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: left;
}

.c-title01 {
  margin: 0 0 25px;
  text-align: center;
}
.c-title01 h1,
.c-title01 h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.47;
  text-align: center;
  color: #f08200;
  font-weight: bold;
  margin: 0 0 17px;
}
@media (max-width: 1010px) {
  .c-title01 h1,
.c-title01 h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-title01 h1 span,
.c-title01 h2 span {
  color: #284b90;
}
.c-title01 h1.is-white,
.c-title01 h2.is-white {
  color: #fff;
}
@media (max-width: 1010px) {
  .c-title01 img {
    max-width: 220px;
  }
}

.c-title02 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #f08200;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 1010px) {
  .c-title02 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-title02.is-white {
  color: #fff;
}
.c-title02.is-blue {
  color: #284b90;
}

.c-title03 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}
@media (max-width: 1010px) {
  .c-title03 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.c-title03__band {
  font-size: 25px;
  font-size: 1.5625rem;
  color: #f08200;
  border-radius: 10px;
  background-color: #fff;
  display: inline-block;
  max-width: 314px;
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
}
@media (max-width: 1010px) {
  .c-title03__band {
    font-size: 18px;
    font-size: 1.125rem;
    height: 31px;
    max-width: 223px;
    line-height: 31px;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
  }
}
.c-title03__band:nth-of-type(1) {
  margin-right: 10px;
}
@media (max-width: 1010px) {
  .c-title03__band:nth-of-type(1) {
    margin: 0 auto 5px;
  }
}
.c-title03__band__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 25px auto 20px;
  -ms-flex-pack: center;
      justify-content: center;
}
.c-title03__band__wrap > * {
  min-height: 0%;
}
.c-title03__sub {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media (max-width: 1010px) {
  .c-title03__sub {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-band01 {
  max-width: 820px;
  text-align: right;
  margin: 0 auto;
}
.c-band01 p {
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  background: #f08200;
  color: #fff;
  padding: 11px 18px;
}
@media (max-width: 1010px) {
  .c-band01 p {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 6px 16px;
  }
}

.c-card01 {
  border-radius: 20px;
  position: relative;
  border: 4px solid #f08200;
  text-align: center;
  background: #fff;
  padding: 60px 20px 25px;
}
@media (max-width: 1010px) {
  .c-card01 {
    padding: 55px 20px 20px;
  }
}
.c-card01 img {
  margin: 15px auto;
}
.c-card01__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #f08200;
  font-weight: bold;
  line-height: 1.28;
}
@media (max-width: 1010px) {
  .c-card01__title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.c-card01__title.is-1col {
  padding: 0.5em 0 0;
  margin-bottom: 0.5em;
}
.c-card01__text {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
  text-align: left;
}
@media (max-width: 1010px) {
  .c-card01__text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-card01:before {
  content: "";
  display: block;
  position: absolute;
  width: 72px;
  height: 72px;
  background-size: contain;
  top: -36px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1010px) {
  .c-card01:before {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}
.c-card01.is-01::before {
  background-image: url(../img/num01.png);
}
.c-card01.is-02::before {
  background-image: url(../img/num02.png);
}
.c-card01.is-03::before {
  background-image: url(../img/num03.png);
}

.c-accordion01 {
  text-align: left;
  border: 4px solid #f08200;
  border-radius: 50px 50px 0 0;
  position: relative;
}
.c-accordion01:not(:last-of-type) {
  margin: 0 0 95px;
}
@media (max-width: 1010px) {
  .c-accordion01:not(:last-of-type) {
    margin: 0 0 65px;
  }
}
@media (max-width: 1010px) {
  .c-accordion01 {
    border-radius: 25px 25px 0 0;
  }
}
@media (max-width: 1010px) {
  .c-accordion01.is-01 .c-accordion01__title01 img {
    max-width: 32px;
  }
  .c-accordion01.is-01 figure {
    text-align: center;
  }
  .c-accordion01.is-01 figure img {
    max-width: 315px;
    width: 100%;
  }
  .c-accordion01.is-01 li img {
    max-width: 333px;
    width: 100%;
  }
}
@media (max-width: 1010px) {
  .c-accordion01.is-02 .c-accordion01__title01 img {
    max-width: 32px;
  }
  .popup-modal .c-accordion01.is-02 .c-accordion01__content__list02 img {
    max-width: 25px;
    width: 100%;
  }
  .c-accordion01.is-02 figure img {
    max-width: 298px;
    width: 100%;
  }
}
@media (max-width: 1010px) {
  .c-accordion01.is-03 .c-accordion01__title01 img {
    max-width: 32px;
  }
}
.c-accordion01__trigger {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  right: 47px;
  top: 43px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1010px) {
  .c-accordion01__trigger {
    width: 27px;
    height: 27px;
    right: 13px;
    top: 30px;
  }
}
.c-accordion01__trigger::before, .c-accordion01__trigger::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  transition: 0.3s;
  background: #f08200;
}
@media (max-width: 1010px) {
  .c-accordion01__trigger::before, .c-accordion01__trigger::after {
    width: 20px;
    height: 4px;
  }
}
.c-accordion01__trigger::before {
  top: 17px;
  left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1010px) {
  .c-accordion01__trigger::before {
    top: 12px;
    left: 4px;
  }
}
.c-accordion01__trigger::after {
  top: 17px;
  left: 5px;
}
@media (max-width: 1010px) {
  .c-accordion01__trigger::after {
    top: 12px;
    left: 4px;
  }
}
@media (any-hover: hover) {
  .c-accordion01__trigger:hover {
    opacity: 0.7;
  }
}
.c-accordion01__trigger.js-active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-accordion01__title01 {
  text-align: left;
  padding: 33px 70px;
  background: #f08200;
  border-radius: 44px 44px 0 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1010px) {
  .c-accordion01__title01 {
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }
}
@media (any-hover: hover) {
  .c-accordion01__title01:hover {
    opacity: 0.7;
  }
}
.c-accordion01__title02 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 10px;
}
@media (max-width: 1010px) {
  .c-accordion01__title02 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-accordion01__title02.is-mb {
  margin: 0 0 30px;
}
.c-accordion01 h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 32px;
}
.c-accordion01__content {
  padding: 43px 43px 80px;
  background: #fff;
  display: none;
}
@media (max-width: 1010px) {
  .c-accordion01__content {
    padding: 17px 15px 70px;
  }
}
.c-accordion01__content__list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 45px 0;
}
.c-accordion01__content__list01 > * {
  min-height: 0%;
}
@media (max-width: 1010px) {
  .c-accordion01__content__list01 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: 26px 0 16px;
    max-width: 320px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .c-accordion01__content__list01 > * {
    min-height: 0%;
  }
}
.c-accordion01__content__list01 li {
  width: 31.3%;
}
@media (max-width: 1010px) {
  .c-accordion01__content__list01 li {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 12px;
    padding: 0;
    height: 64px;
  }
}
.c-accordion01__content__list02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  max-width: 820px;
  margin: 10px auto 15px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02{
    max-width: 320px;
    width: 100%;
  }
}
.c-accordion01__content__list02 > * {
  min-height: 0%;
}
@media (max-width: 1010px) {
  .c-accordion01__content__list02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: 10px auto 0;
  }
  .c-accordion01__content__list02 > * {
    min-height: 0%;
  }
}
.c-accordion01__content__list02 li {
  width: calc(50% - 14px);
  text-align: center;
}
@media (min-width: 1011px) {
  .c-accordion01__content__list02 li:nth-child(2){
    padding-top: 40px;
  }
}

@media (max-width: 1010px) {
  .c-accordion01__content__list02 li {
    width: 100%;
    margin-bottom: 16px;
  }
}
.c-accordion01__list01 {
  margin: 0 0 30px;
}
.c-accordion01__list01 li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media (max-width: 1010px) {
  .c-accordion01__list01 li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-accordion01__list02 {
  margin: 0 0 30px;
}
.c-accordion01__list02 li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.c-accordion01__orderlist li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-left: 0.5em;
  text-indent: -0.5em;
}
@media (max-width: 1010px) {
  .c-accordion01__orderlist li {
    font-size: 10px;
    font-size: 0.625rem;
    padding-left: 2em;
    text-indent: -2em;
  }
  .c-accordion01__orderlist li:not(:last-of-type) {
    margin: 0 0 20px;
  }
}
.c-accordion01 .c-button01 {
  position: absolute;
  left: 50%;
  bottom: -80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1010px) {
  .c-accordion01 .c-button01 {
    width: 100%;
    bottom: -54px;
  }
}
.c-accordion01__define {
  border: 4px solid #284b90;
  max-width: 820px;
  margin: 0 auto 20px;
  border-radius: 20px;
}
.p-section01__caution {
  max-width: 820px;
  margin: 0 auto;
}
.p-section01__caution a {
  text-decoration: underline;
}
.c-accordion01__define div {
  background: #FFFCD8;
  border-radius: 20px;
}
.c-accordion01__define div dt {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  background: #284b90;
  color: #fff;
  height: 74px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 0 0 30px;
  border-radius: 13px 13px 0 0;
}
@media (max-width: 1010px) {
  .c-accordion01__define div dt {
    font-size: 16px;
    font-size: 1rem;
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 50px;
    text-align: center;
    line-height: 1.22;
    padding: 0;
  }
}
.c-accordion01__define div dd {
  padding: 30px;
}
@media (max-width: 1010px) {
  .c-accordion01__define div dd {
    padding: 25px;
  }
}
.c-accordion01__define div dd a,
.c-accordion01__define div dd p {
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  display: block;
  color: #284b90;
}
@media (max-width: 1010px) {
  .c-accordion01__define div dd a,
  .c-accordion01__define div dd p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-accordion01__define div dd a:not(:last-of-type),
.c-accordion01__define div dd p:not(:last-of-type) {
  margin: 0 0 30px;
}
.c-accordion01__define div dd a::after {
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(../img/common_ico_question.png) no-repeat;
  position: absolute;
  top: -9px;
  right: 0;
}
@media (max-width: 1010px) {
  .c-accordion01__define div dd a::after {
    width: 28px;
    height: 28px;
    top: -5px;
    right: -8px;
    background-size: contain;
  }
}
.c-accordion01.is-02 {
  text-align: right;
}
.c-accordion01.is-02 .c-accordion01__title02 {
  text-align: left;
}
.c-accordion01.is-02 figure {
  text-align: center;
}
.c-modal01 {
  border: 4px solid #284b90;
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 1010px) {
  .c-modal01 {
    max-width: calc(100% - 50px);
    border-radius: 10px;
  }
}
.c-modal01__title01 {
  background: #FFFCD8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 96px;
  padding: 0 20px;
  border-radius: 17px 17px 0 0;
}
@media (max-width: 1010px) {
  .c-modal01__title01 {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center;
    border-radius: 8px 8px 0 0px;
  }
}
.c-modal01__title01 h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #f08200;
}
@media (max-width: 1010px) {
  .c-modal01__title01 h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.c-modal01__title01 span {
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  background: #f08200;
  color: #fff;
  font-weight: normal;
  width: 190px;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 0 35px;
}
@media (max-width: 1010px) {
  .c-modal01__title01 span {
    font-size: 12px;
    font-size: 0.75rem;
    width: 135px;
    margin: 10px 0 0;
    height: 29px;
  }
}
.c-modal01__title02 {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 0 0 50px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1010px) {
  .c-modal01__title02 {
    font-size: 16px;
    font-size: 1rem;
    padding: 0 0 0 28px;
  }
}
.c-modal01__title02::before {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../img/common_icon_pen.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1010px) {
  .c-modal01__title02::before {
    width: 23px;
    height: 23px;
    top: -5px;
  }
}
.c-modal01__title03 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (max-width: 1010px) {
  .c-modal01__title03 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.c-modal01__title04 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  background: #FFFCD8;
  padding: 10px 0 10px 35px;
}
@media (max-width: 1010px) {
  .c-modal01__title04 {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 5px 0 5px 18px;
  }
}
.c-modal01__title04.is-gray {
  background: #eee;
}
.c-modal01__lead01 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66;
}
@media (max-width: 1010px) {
  .c-modal01__lead01 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.c-modal01__lead01:not(:last-of-type) {
  margin-bottom: 2em;
}
.c-modal01__lead01 sup {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: -10px;
}
@media (max-width: 1010px) {
  .c-modal01__lead01 sup {
    font-size: 10px;
    font-size: 0.625rem;
    top: -7px;
  }
}
.c-modal01__lead02 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.66;
  margin-bottom: 1.5em;
}
@media (max-width: 1010px) {
  .c-modal01__lead02 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-modal01__inner {
  padding: 25px 20px 25px 20px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1010px) {
  .c-modal01__inner {
    padding: 20px 16px;
  }
}
.c-modal01__inner.is-gray {
  background: #EEEEEE;
}
.c-modal01__inner.is-mb {
  margin: 0 0 60px;
}
.c-modal01__inner.is-npt {
  padding-top: 0;
}
.c-modal01__inner:last-of-type {
  border-radius: 0 0 17px 17px;
  padding: 25px 20px 50px 20px;
}
@media (max-width: 1010px) {
  .c-modal01__inner:last-of-type {
    border-radius: 0 0 8px 8px;
    padding: 20px 16px 50px;
  }
}
.c-modal01__inner.is-2col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.c-modal01__inner.is-2col > * {
  min-height: 0%;
}
.c-modal01__inner.is-2col.is-bet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.c-modal01__inner.is-2col.is-bet > * {
  min-height: 0%;
}
.c-modal01__inner.is-2col.is-bet .c-modal01__2col {
  width: calc(50% - 10px);
}
@media (max-width: 1010px) {
  .c-modal01__inner.is-2col.is-bet .c-modal01__2col {
    width: 100%;
  }
  .c-modal01__inner.is-2col.is-bet .c-modal01__2col .c-modal01__title02,
.c-modal01__inner.is-2col.is-bet .c-modal01__2col .c-modal01__title03 {
    padding-top: 20px;
    margin-left: 16px;
  }
  .c-modal01__inner.is-2col.is-bet .c-modal01__2col .c-modal01__title02::before,
.c-modal01__inner.is-2col.is-bet .c-modal01__2col .c-modal01__title03::before {
    top: 14px;
  }
  .c-modal01__inner.is-2col.is-bet .c-modal01__2col ul {
    padding: 0 16px 25px;
  }
  .c-modal01__inner.is-2col.is-bet .c-modal01__2col:nth-of-type(2) {
    border-top: 23px solid #fff;
  }
}
@media (max-width: 1010px) {
  .c-modal01__inner.is-2col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    padding: 0;
  }
  .c-modal01__inner.is-2col > * {
    min-height: 0%;
  }
}
.c-modal01__inner.is-2col .c-modal01__2col {
  width: 50%;
}
@media (max-width: 1010px) {
  .c-modal01__inner.is-2col .c-modal01__2col {
    width: 100%;
  }
  .c-modal01__inner.is-2col .c-modal01__2col .c-modal01__title02,
.c-modal01__inner.is-2col .c-modal01__2col .c-modal01__title03 {
    padding-top: 20px;
    margin-left: 16px;
  }
  .c-modal01__inner.is-2col .c-modal01__2col .c-modal01__title02::before,
.c-modal01__inner.is-2col .c-modal01__2col .c-modal01__title03::before {
    top: 14px;
  }
  .c-modal01__inner.is-2col .c-modal01__2col ul {
    padding: 0 16px 25px;
  }
  .c-modal01__inner.is-2col .c-modal01__2col:nth-of-type(2) {
    border-top: 23px solid #fff;
  }
}
.c-modal01__band {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 0 10px;
}
.c-modal01__band > * {
  min-height: 0%;
}
.c-modal01__band li {
  font-size: 21px;
  font-size: 1.3125rem;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #f08200;
  color: #f08200;
  background: #eee;
  width: 190px;
  height: 40px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1010px) {
  .c-modal01__band li {
    font-size: 15px;
    font-size: 0.9375rem;
    border: 2px solid #f08200;
    width: 130px;
    height: 28px;
  }
}
.c-modal01__band li:last-of-type {
  margin-left: 23px;
}
@media (max-width: 1010px) {
  .c-modal01__band li:last-of-type {
    margin-left: 10px;
  }
}
.c-modal01__band.is-large li {
  height: 73px;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (max-width: 1010px) {
  .c-modal01__band.is-large li {
    height: 59px;
  }
}
.c-modal01__band.is-large li div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 7px 0 0;
}
.c-modal01__band.is-large li div > * {
  min-height: 0%;
}
.c-modal01__band.is-large li div span {
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 10px;
  width: 58px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 1010px) {
  .c-modal01__band.is-large li div span {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 50px;
  }
}
.c-modal01__band.is-large li div span:last-of-type {
  margin: 0 0 0 10px;
}
@media (max-width: 1010px) {
  .c-modal01__band.is-large li div span:last-of-type {
    margin: 0 0 0 4px;
  }
}
.c-modal01__list01 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.54;
  margin: 0 0 30px;
}
@media (max-width: 1010px) {
  .c-modal01__list01 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
  }
}
.c-modal01__list01.is-nm {
  margin: 0;
}
.c-modal01__list01 li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-modal01__list01 li.is-mb {
  margin: 0 0 1em;
}
.c-modal01__list01 span {
  color: #f08200;
}
.c-modal01__list01 sup {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: -10px;
}
@media (max-width: 1010px) {
  .c-modal01__list01 sup {
    font-size: 10px;
    font-size: 0.625rem;
    top: -7px;
  }
}
.c-modal01__list02 li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1010px) {
  .c-modal01__list02 li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-modal01__list02 li.is-mb {
  margin-bottom: 1.5em;
}
.c-modal01__list02 span {
  color: #f08200;
}
.c-modal01__list02 sup {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: -10px;
}
@media (max-width: 1010px) {
  .c-modal01__list02 sup {
    font-size: 10px;
    font-size: 0.625rem;
    top: -7px;
  }
}
.c-modal01__list03 li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1010px) {
  .c-modal01__list03 li {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
  }
  .c-modal01__list03 li:not(:last-of-type) {
    margin-bottom: 1em;
  }
}
.c-modal01__list04 li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-left: 1em;
  text-indent: -1em;
}
.c-modal01__orderlist.is-mtb {
  margin: 20px 0;
}
.c-modal01__orderlist.is-indent li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-modal01__orderlist.is-indent02 li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.c-modal01__orderlist li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-left: 1em;
  text-indent: -1em;
}
@media (max-width: 1010px) {
  .c-modal01__orderlist li {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.66;
  }
}
.c-modal01__orderlist li ul {
  padding-left: 1em;
}
.c-modal01__orderlist li strong {
  font-weight: bold;
}
.c-modal01__orderlist li a {
  color: #f08200;
  text-decoration: underline;
}
.c-modal01__image {
  text-align: center;
  margin: 20px 0;
}
@media (max-width: 1010px) {
  .c-modal01__image {
    padding: 0 20px;
  }
}
.c-modal01__image.is-left {
  text-align: left;
}
@media (max-width: 1010px) {
  .c-modal01__image.is-left {
    text-align: center;
  }
}
.c-modal01 .closeButton {
  position: absolute;
  bottom: 27px;
  right: 27px;
  width: 31px;
  height: 31px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1010px) {
  .c-modal01 .closeButton {
    bottom: 17px;
    right: 17px;
    width: 22px;
    height: 22px;
  }
}
@media (any-hover: hover) {
  .c-modal01 .closeButton:hover {
    opacity: 0.7;
  }
}

.c-modal02 {
  border: 4px solid #284b90;
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media (max-width: 1010px) {
  .c-modal02 {
    max-width: calc(100% - 50px);
    border-radius: 10px;
  }
}
.c-modal02__inner {
  padding: 40px 80px 50px;
}
@media (max-width: 1010px) {
  .c-modal02__inner {
    padding: 26px 20px 50px;
  }
}
.c-modal02__title01 {
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  color: #f08200;
  font-weight: bold;
  margin: 0 0 25px;
}
@media (max-width: 1010px) {
  .c-modal02__title01 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.5;
  }
}
.c-modal02__title02 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 1010px) {
  .c-modal02__title02 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-modal02__list01 {
  padding-left: 10px;
  margin: 0 0 30px;
}
.c-modal02__list01 li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66;
  padding-left: 1px;
  text-indent: -1em;
}
@media (max-width: 1010px) {
  .c-modal02__list01 li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-modal02__anote {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
}
@media (max-width: 1010px) {
  .c-modal02__anote {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-modal02 .closeButton {
  position: absolute;
  bottom: 27px;
  right: 27px;
  width: 31px;
  height: 31px;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1010px) {
  .c-modal02 .closeButton {
    bottom: 17px;
    right: 17px;
    width: 22px;
    height: 22px;
  }
}
@media (any-hover: hover) {
  .c-modal02 .closeButton:hover {
    opacity: 0.7;
  }
}

.p-keyvisual {
  padding: 20px 0 75px;
  background: #FFFCD8;
}
@media (max-width: 1010px) {
  .p-keyvisual {
    padding: 16px 0 60px;
  }
}
.p-keyvisual__content {
  border-radius: 50px;
  padding: 45px 33px 30px;
  background: #fff;
  border: 4px solid #f08200;
}
@media (max-width: 1010px) {
  .p-keyvisual__content {
    padding: 22px 0 28px;
    border-radius: 25px;
    border: 2px solid #f08200;
  }
}
.p-keyvisual__title {
  padding: 0 0 0 35px;
  margin: 0 0 30px;
}
@media (max-width: 1010px) {
  .p-keyvisual__title {
    padding: 0;
    text-align: center;
  }
}
.p-keyvisual__feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0 0 40px;
}
.p-keyvisual__feature > * {
  min-height: 0%;
}
@media (max-width: 1010px) {
  .p-keyvisual__feature {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    margin: 0 0 35px;
  }
  .p-keyvisual__feature > * {
    min-height: 0%;
  }
}
.p-keyvisual__feature__title {
  max-width: 437px;
}
@media (max-width: 1010px) {
  .p-keyvisual__feature__title {
    margin: 0 auto 20px;
    padding: 0 17px;
  }
}
.p-keyvisual__feature__text {
  max-width: 460px;
}
@media (max-width: 1010px) {
  .p-keyvisual__feature__text {
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-keyvisual__feature__text {
    max-width: 100%;
    text-align: left;
  }
  .p-keyvisual__feature__text img {
    margin-left: -14px;
  }
}
.p-keyvisual__feature__text ul {
  padding: 17px 0 0 20px;
}
@media (max-width: 1010px) {
  .p-keyvisual__feature__text ul {
    padding: 17px 20px 0;
  }
}
.p-keyvisual__feature__text ul li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.p-other {
  background: #FFFCD8;
}
.p-other__bg {
  padding: 75px 0 50px;
  background: url(../img/common_bg04.png);
  border-radius: 50px 50px 0 0;
  position: relative;
}
@media (max-width: 1010px) {
  .p-other__bg {
    border-radius: 25px 25px 0 0;
    padding: 35px 0 0;
  }
}
.p-other__bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 94px;
  bottom: -94px;
  background-image: url(../img/common_bg05.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1010px) {
  .p-other__bg::after {
    background-image: url(../img/common_bg05_sp.png);
    height: 50px;
    bottom: -50px;
  }
}
.p-other__content {
  border-radius: 20px;
  background: #fff;
  padding: 45px 60px;
  margin: 0 0 20px;
}
@media (max-width: 1010px) {
  .p-other__content {
    max-width: calc(100% - 48px);
    margin: 0 auto 20px;
    padding: 0;
  }
}
.p-other__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.p-other__list > * {
  min-height: 0%;
}
@media (max-width: 1010px) {
  .p-other__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .p-other__list > * {
    min-height: 0%;
  }
}
.p-other__list li {
  width: 50%;
  text-align: center;
}
@media (max-width: 1010px) {
  .p-other__list li {
    width: 100%;
    padding: 40px 0;
  }
}
.p-other__list li:nth-of-type(1) {
  border-right: 3px dotted #284b90;
}
@media (max-width: 1010px) {
  .p-other__list li:nth-of-type(1) {
    border-right: none;
    border-bottom: 3px dotted #284b90;
  }
}
.p-other__list li img {
  margin: 0 0 25px;
}
@media (max-width: 1010px) {
  .p-other__list li img {
    max-width: 240px;
  }
}
.p-other__list li h3 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.48;
  font-weight: bold;
}
@media (max-width: 1010px) {
  .p-other__list li h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-other__list li h3.is-orange {
  color: #ea5404;
}
.p-other__list li h3.is-blue {
  color: #00a7eb;
}
.p-other__list li h3 span {
  color: #284b90;
}
.p-other__anote01 {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 1010px) {
  .p-other__anote01 {
    line-height: 1.66;
  }
}
.p-other__anote02 {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  margin: 0 0 70px;
}
@media (max-width: 1010px) {
  .p-other__anote02 {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.66;
    padding: 0 14px;
    margin: 0 0 50px;
  }
}
.p-other__bottom {
  padding: 124px 0 70px;
}
@media (max-width: 1010px) {
  .p-other__bottom {
    padding: 65px 0 40px;
  }
}
@media (max-width: 1010px) {
  .p-other__bottom .c-title02 {
    padding: 0 13px;
    letter-spacing: -2px;
    line-height: 1.15;
  }
}

.p-reason {
  background: #FFFCD8;
}
.p-reason .c-title01 {
  margin: 0 0 60px;
}
.p-reason__bg {
  padding: 80px 0;
  background-image: url(../img/common_bg01.png);
  border-radius: 50px 50px 0 0;
}
@media (max-width: 1010px) {
  .p-reason__bg {
    padding: 34px 0 42px;
    border-radius: 25px 25px 0 0;
  }
}
.p-reason__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.p-reason__list > * {
  min-height: 0%;
}
@media (max-width: 1010px) {
  .p-reason__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  .p-reason__list > * {
    min-height: 0%;
  }
}
.p-reason__list li {
  width: calc(33.333% - 14px);
}
@media (max-width: 1010px) {
  .p-reason__list li {
    width: 100%;
  }
  .p-reason__list li:nth-of-type(2) {
    margin: 40px 0;
  }
}

.p-consultation {
  background-image: url(../img/common_bg01.png);
}
.p-consultation .c-conv {
  position: relative;
  z-index: 1;
  margin: -30px 0 68px;
  text-align: center;
}
.p-consultation .c-conv p {
  padding-left: 20px;
}
.p-consultation .c-conv::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 37px;
  background-image: url(../img/common_icon_arrow02.png);
  background-size: contain;
  left: 50%;
  bottom: -52px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-consultation h5 {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 1em;
}
@media (max-width: 1010px) {
  .p-consultation h5 {
    padding: 0 20px;
  }
}
.p-consultation__trigger {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 1010px) {
  .p-consultation__trigger {
    width: 27px;
    height: 27px;
    right: 11px;
  }
}
.p-consultation__trigger::before, .p-consultation__trigger::after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  position: absolute;
  transition: 0.3s;
  background: #f08200;
}
@media (max-width: 1010px) {
  .p-consultation__trigger::before, .p-consultation__trigger::after {
    width: 20px;
    height: 4px;
  }
}
.p-consultation__trigger::before {
  top: 17px;
  left: 5px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1010px) {
  .p-consultation__trigger::before {
    top: 12px;
    left: 4px;
  }
}
.p-consultation__trigger::after {
  top: 17px;
  left: 5px;
}
@media (max-width: 1010px) {
  .p-consultation__trigger::after {
    top: 12px;
    left: 4px;
  }
}
@media (any-hover: hover) {
  .p-consultation__trigger:hover {
    opacity: 0.7;
  }
}
.p-consultation__trigger.js-active::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.p-consultation .c-title03 {
  margin: 0 0 60px;
  position: relative;
}
@media (max-width: 1010px) {
  .p-consultation .c-title03 {
    margin: 0 0 35px;
  }
}
.p-consultation__bg {
  padding: 80px 0 10px;
  background-image: url(../img/common_bg02.png);
  border-radius: 50px 50px 0 0;
}
@media (max-width: 1010px) {
  .p-consultation__bg {
    padding: 37px 0 10px;
    border-radius: 25px 25px 0 0;
  }
}
.p-consultation__bg.js-active {
  padding: 80px 0 0;
}
@media (max-width: 1010px) {
  .p-consultation__bg.js-active {
    padding: 37px 0 0;
  }
}
.p-consultation__list {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33;
  margin: 0 0 45px;
}
@media (max-width: 1010px) {
  .p-consultation__list {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 0 20px;
    margin: 0 0 20px;
  }
}
.p-consultation__flow {
  display: none;
}
.p-consultation__flow__step {
  margin: 0 0 15px;
}
.p-consultation__flow__content {
  text-align: center;
  position: relative;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content {
    padding: 0 30px;
  }
}
.p-consultation__flow__content:last-of-type {
  margin: 0 0 30px;
}
.p-consultation__flow__content:not(:last-of-type) {
  margin: 0 0 80px;
}
.p-consultation__flow__content:not(:last-of-type)::after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 37px;
  background-image: url(../img/common_icon_arrow02.png);
  background-size: contain;
  left: 50%;
  bottom: -62px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step1 {
    margin-bottom: 0;
  }
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step1::after {
    display: none;
  }
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step1 .p-consultation__flow__item {
    padding-bottom: 37px;
  }
}
.p-consultation__flow__content.step1 figure {
  margin: 0 0 37px;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step1 figure {
    margin: 0 0 18px;
  }
}
.p-consultation__flow__content.step1 .is-right {
  text-align: left;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step1 .is-right {
    display: none;
    margin: 0 0 -80px;
    width: calc(100% + 66px) !important;
  }
}
.p-consultation__flow__content.step1 .is-right p {
  padding-left: 10px;
}
.p-consultation__flow__content.step1 .is-right a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-consultation__flow__content.step1 .is-right a:hover {
    opacity: 0.7;
  }
}
.p-consultation__flow__content.step2 .is-3col .p-consultation__flow__box {
  width: calc(50% - 38px);
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step2 .is-3col .p-consultation__flow__box {
    width: 100%;
  }
}
.p-consultation__flow__content.step2 .is-3col .p-consultation__flow__box .p-consultation__flow__title {
  margin-bottom: 0;
}
.p-consultation__flow__content.step2 .is-3col .p-consultation__flow__box.is-center {
  width: 76px;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step2 .is-3col .p-consultation__flow__box.is-center {
    margin: 20px auto 10px;
  }
}
.p-consultation__flow__content.step2 .is-3col .p-consultation__flow__box.is-right {
  padding-left: 50px;
  padding: 0 30px 0 50px;
  text-align: left;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step2 .is-3col .p-consultation__flow__box.is-right {
    padding: 0;
  }
}
.p-consultation__flow__content.step3 .p-consultation__flow__item {
  padding: 30px 0;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step3 .p-consultation__flow__title {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: -1px;
  }
}
.p-consultation__flow__content.step3 .p-consultation__flow__box {
  padding: 0 25px 0;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step3 .p-consultation__flow__box {
    padding: 0 0 35px;
    width: calc(100% - 40px) !important;
    margin: 0 auto;
  }
}
.p-consultation__flow__content.step3 .p-consultation__flow__box.is-right {
  padding: 0 30px 0;
  border-left: 3px dotted #4BA4E5;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step3 .p-consultation__flow__box.is-right {
    padding: 35px 0 20px;
    border-left: none;
    border-top: 3px dotted #4BA4E5;
  }
}
.p-consultation__flow__content.step3 .p-consultation__flow__box figure {
  margin-bottom: 30px;
}
.p-consultation__flow__content.step4 .is-3col .p-consultation__flow__box {
  width: calc(45% - 88px);
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step4 .is-3col .p-consultation__flow__box {
    width: 100%;
  }
}
.p-consultation__flow__content.step4 .is-3col .p-consultation__flow__box .p-consultation__flow__title {
  margin-bottom: 0;
}
.p-consultation__flow__content.step4 .is-3col .p-consultation__flow__box.is-center {
  width: 175px;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step4 .is-3col .p-consultation__flow__box.is-center {
    width: 100%;
    margin: 20px 0;
  }
}
.p-consultation__flow__content.step4 .is-3col .p-consultation__flow__box.is-right {
  width: calc(55% - 88px);
  padding-left: 50px;
  padding: 0 30px 0 50px;
  text-align: left;
}
@media (max-width: 1010px) {
  .p-consultation__flow__content.step4 .is-3col .p-consultation__flow__box.is-right {
    width: 100%;
    padding: 0;
  }
}
.p-consultation__flow__item {
  border-radius: 20px;
  border: 4px solid #284b90;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  min-height: 285px;
  -ms-flex-align: center;
      align-items: center;
}
.p-consultation__flow__item > * {
  min-height: 0%;
}
@media (max-width: 1010px) {
  .p-consultation__flow__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
    position: relative;
    min-height: 10px;
    padding: 35px 23px 15px;
  }
  .p-consultation__flow__item > * {
    min-height: 0%;
  }
}
.p-consultation__flow__item.is-2col .p-consultation__flow__box {
  width: 50%;
}
@media (max-width: 1010px) {
  .p-consultation__flow__item.is-2col .p-consultation__flow__box {
    width: 100%;
  }
}
.p-consultation__flow__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #284b90;
  margin: 0 0 20px;
}
@media (max-width: 1010px) {
  .p-consultation__flow__title {
    font-size: 21px;
    font-size: 1.3125rem;
    letter-spacing: -1px;
    line-height: 1.2;
  }
}
.p-consultation__flow__lead {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.32;
}
@media (max-width: 1010px) {
  .p-consultation__flow__lead {
    font-size: 15px;
    font-size: 0.9375rem;
    text-align: left;
  }
}
.p-consultation__flow__lead span {
  color: #f08200;
}
.p-consultation__close {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  background: #284b90;
  padding: 10px 0;
  font-weight: bold;
}
@media (max-width: 1010px) {
  .p-consultation__close {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-consultation__close span {
  position: relative;
  display: inline-block;
}
.p-consultation__close span::before {
  content: "";
  width: 32px;
  height: 18px;
  position: absolute;
  background-image: url(../img/common_icon_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -60px;
  top: 7px;
}
@media (max-width: 1010px) {
  .p-consultation__close span::before {
    width: 22px;
    height: 12px;
    left: -38px;
    top: 6px;
  }
}

.main-ttl-box{
  max-width: 450px;
}
@media screen and (max-width: 1010px) {
  .main-ttl-box{
    width: 100%;
   margin: 0 auto;
   margin-bottom: calc(34/750 * 100vw);
   max-width:  calc(640/750 * 100vw);
  }
}
.main-ttl-box .main-ttl{
  font-size: 64px;
  font-weight: 700;
color: #f08200;
}
@media screen and (max-width: 1010px) {
  .main-ttl-box .main-ttl{
    font-size: calc(90/750 * 100vw);
  }
}
.main-ttl-stxt{
  font-size: 50px;
}
@media screen and (max-width: 1010px) {
  .main-ttl-stxt{
    font-size: calc(70/750 * 100vw);
  }
}
.main-point-content .main-point-txt{
font-size: 28px;
}
@media screen and (max-width: 1010px) {
  .main-point-content .main-point-txt{
    font-size: calc(35/750 * 100vw);
    }
}
.main-point-content{
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
@media screen and (max-width: 1010px) {
  .main-point-content{
    margin-top: calc(19/750 * 100vw);
  }
}
.main-point{
  background-color: #284b90;
  border: #f08200 3px solid;
  border-radius: 32px;
  color: #fff;
  font-weight: 600;
  padding: 14px 18px 19px 18px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1010px) {
  .main-point{
    border: #f08200 calc(5/750 * 100vw) solid;
    border-radius: calc(60/750 * 100vw);
    padding: calc(18/750 * 100vw) calc(32/750 * 100vw) calc(22/750 * 100vw) calc(32/750 * 100vw);
  }
}
.main-ttl-box .main-txt{
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.001em;
  margin-top: 16px;
  color: #f08200;
}
@media screen and (max-width: 1010px) {
  .main-ttl-box .main-txt{
    font-size: calc(45/750 * 100vw);
    margin-top: calc(16/750 * 100vw);
  }
}
.c-accordion-ttl{
  font-size: 28px;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 1010px) {
  .c-accordion-ttl{
    font-size: 16px;
    line-height: 1.3em;
  }
}
.c-accordion-ttl .c-accordion-ttl-bigtxt{
  padding-right: 10px;
}
.c-accordion01__content__list01-txt{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  border: solid 5px #284b90;
  border-radius: 24px;
  box-shadow: 0px 0px 15px -3px #8f8f8f;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list01-txt{
    padding: 8px 0;
    border: solid 3px #284b90;
    border-radius:12px;
    box-shadow: 0px 0px 8px -2px #8f8f8f;
  }
}
.c-accordion01__content__list01-txt p{
  font-size: 24px;
  color: #284b90;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.1em;
  text-align: center;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list01-txt p{
   font-size: 19px;
  }
}
.c-accordion01__content__list01-txt sup{
  vertical-align: super;
  font-size: 16px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list01-txt sup{
    font-size: 10px;
  }
}
.c-accordion01__content__list01-txt:nth-child(2) p,
.c-accordion01__content__list01-txt:nth-child(3) p{
  font-size: 28px; 
  letter-spacing: 0.001em;
  line-height: 1.2em;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list01-txt:nth-child(2) p,
.c-accordion01__content__list01-txt:nth-child(3) p{
  font-size: 20px; 
}
}
.txt-orange{
  color:#f08200;
}
.c-accordion01__content__list02-txt{
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  margin-bottom: 16px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-txt{
    font-size: 22px;
    margin-bottom: 12px;
  }
}
.c-accordion01__content__list02-item{
  border: solid 5px #284b90;
  border-radius: 24px;
  padding: 24px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-item{
    border: solid 3px #284b90;
    border-radius: 12px;
    padding: 12px;
  }
}
.c-accordion01__content__list02-day-contents{
  display: flex;
  justify-content: space-between;
  width: 312px;
  margin: 0 auto;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-day-contents{
    width: 266px;
  }
}
.c-accordion01__content__list02-day{
  font-size: 20px;
  color: #fff;
  background-color: #284b90;
  border-radius: 16px;
      height: 100px;
      width: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-day{
    font-size: 16px;
    border-radius: 12px;
    height: 86px;
    width: 86px;
  }
}
.c-accordion01__content__list02-day-total{
  color: #fff;
  font-size: 20px;
  background-image: url(../img/day-total.png);
  width: 315px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: -10px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-day-total{
    background-image: url(../img/day-total-sp.png);
    font-size:16px;
    width: 266px;
    height: 50px;
      margin-top: calc(-10/750 * 100vw);
  }
}
.c-accordion01__content__list02-item:nth-child(2) .c-accordion01__content__list02-txt{
  font-size: 24px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-item:nth-child(2) .c-accordion01__content__list02-txt{
    font-size: 20px;
    margin-top: 12px;
  }
}
.c-accordion01__content__list02-specific{
  background-color: #284b90;
  border-radius: 16px;
  padding: 24px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-specific{
    width: 270px;
    border-radius: 12px;
  }
}
.c-accordion01__content__list02-specific-sttl{
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}
.c-accordion01__content__list02-specific-ttl{
  font-size: 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    background-color: #f08200;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 4px;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-specific-ttl{
    font-size: 24px;
    width: 200px;
    height: 40px;
  }
}
.popup-modal{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1010px) {
  .popup-modal{
    font-size: 12px;
  }
}
.popup-modal:hover{
  opacity: 0.7;
}
.under-line{
  border-bottom: solid 1px #fff;
  color: #fff;
  line-height: 2em;
  margin-right: 8px;
}
.q-icon{
  width: 32px;
  height: auto;
}
.c-accordion01__content__list02-item:nth-child(3){
  margin-top: 28px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-item:nth-child(3){
    display: block;
  }
}
.c-accordion01__content__list02-item:nth-child(3) .circle{
  width: 150px;
  height: 150px;
  border: solid 4px #284b90;
  border-radius: 100%;
  box-shadow: 0px 0px 15px -3px #8f8f8f;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1010px) {
  .c-accordion01__content__list02-item:nth-child(3) .circle{
    margin: 0 auto;
    border: solid 2px #284b90;
    margin-bottom: 12px;
  }
}
.circle-txt{
  color: #284b90;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.3em;
}
@media screen and (max-width: 1010px) {
  .circle-txt{
    font-size: 13px;
  }
}
.circle-icon{
  margin-top: 5px;
}
.circle:nth-child(1){
  padding-top: 19px;
}
@media screen and (max-width: 1010px) {
  .circle:nth-child(1) img{
   width: 40px;
  }
}
.circle:nth-child(2){
  padding-top: 8px;
}
.circle:nth-child(2) img{
  margin-top: 14px;
}
.circle:nth-child(3){
  padding-top: 0;
}
.circle:nth-child(4){
  padding-top: 15px;
}
.circle:nth-child(4) .circle-txt{
  font-size: 11px;
}
.circle:nth-child(4) img{
  padding-left: 10px;
}
.circle:nth-child(5){
  padding-top: 18px;
}
.c-title01-bigtxt{
  font-size: 48px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 1010px) {
  .c-title01-bigtxt{
    font-size: 32px;
  }
}
.c-title01-bigtxt-number{
  display: block;
  font-size: 72px;
  color: #f08200;
  width: 84px;
  height: 84px;
  background-color: #ffff00;
  border-radius: 12px;
  margin-right: 8px;
}
@media screen and (max-width: 1010px) {
  .c-title01-bigtxt-number{
    font-size: 50px;
    width: 60px;
    height: 60px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 1010px) {
  .pcview{
    display: none;
  }
  .spview{
    display: block;
  }
}
@media screen and (min-width: 1011px) {
  .pcview{
    display: block;
  }
  .spview{
    display: none;
  }
}
@media screen and (max-width: 1010px) {
  .p-keyvisual__feature__text img{
    width: calc(660/750 * 100vw);
  }
}
@media screen and (max-width: 1010px) {
  .p-keyvisual__feature__text-img{
    text-align: center;
  }
}
