:root {
  --red:#D21C27;
  --khaki:#F7F4E9;
  --headerheight:78px;
}
@media screen and (max-width:767px) {
  :root {
    --headerheight:15.1282051282vw;
  }
}

.p-mv {
  position: relative;
}

.p-mv__img {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-mv__textarea {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .p-mv__textarea {
    width: 58.4615384615vw;
  }
}

.p-mv__sub {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
@media screen and (max-width:767px) {
  .p-mv__sub {
    font-size: 3.5897435897vw;
  }
}

.p-mv__sub02 {
  width: 100%;
  margin-top: 4px;
  padding: 8px 0px;
  text-align: center;
  border: 1px solid white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
}
@media screen and (max-width:767px) {
  .p-mv__sub02 {
    margin-top: 1.0256410256vw;
    padding: 1.5384615385vw 0;
    font-size: 3.5897435897vw;
  }
}

.p-mv__heading {
  margin-top: 10px;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  color: white;
}
@media screen and (max-width:767px) {
  .p-mv__heading {
    margin-top: 4.1025641026vw;
    font-size: 8.2051282051vw;
    line-height: 1.18;
  }
}

.p-intro {
  width: 100%;
  max-width: 940px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 32px;
}
@media screen and (max-width:767px) {
  .p-intro {
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
}
@media screen and (max-width:767px) {
  .p-intro {
    margin-top: 8.2051282051vw;
  }
}

.p-intro__text {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .p-intro__text {
    font-size: 4.1025641026vw;
  }
}

.p-intro-btnarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 20px;
  width: 100%;
  margin-top: 56px;
  padding-bottom: 24px;
}
@media screen and (max-width:767px) {
  .p-intro-btnarea {
    -moz-column-gap: 6.1538461538vw;
         column-gap: 6.1538461538vw;
    row-gap: 5.1282051282vw;
    margin-top: 12.3076923077vw;
    padding-bottom: 6.1538461538vw;
  }
}

.p-intro-btnarea__btn {
  position: relative;
  display: block;
  padding-right: 22px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  transition: opacity 0.3s;
}
@media screen and (max-width:767px) {
  .p-intro-btnarea__btn {
    padding-right: 5.641025641vw;
    font-size: 3.5897435897vw;
  }
}
.p-intro-btnarea__btn:hover {
  opacity: 0.6;
}
.p-intro-btnarea__btn:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../../img/intro-btnicon01.svg");
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}
@media screen and (max-width:767px) {
  .p-intro-btnarea__btn:after {
    width: 4.1025641026vw;
    height: 4.1025641026vw;
  }
}

.p-detail {
  width: 100%;
  max-width: 940px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 82px;
}
@media screen and (max-width:767px) {
  .p-detail {
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
}
@media screen and (max-width:767px) {
  .p-detail {
    margin-top: 28.7179487179vw;
  }
}

.p-detail__text01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-detail__text01 {
    margin-top: 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
}

.p-detail__table {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .p-detail__table {
    margin-top: 2.0512820513vw;
  }
}

.p-detail__tr {
  border-top: 1px solid #E3E2D7;
  border-bottom: 1px solid #E3E2D7;
}
@media screen and (max-width:767px) {
  .p-detail__tr {
    display: flex;
    flex-direction: column;
    margin-top: 8.2051282051vw;
  }
}

.p-detail__th {
  width: 216px;
  padding: 32px 24px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  background-color: var(--khaki);
}
@media screen and (max-width:767px) {
  .p-detail__th {
    width: 100%;
    padding: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}

.p-detail__td {
  padding: 32px 24px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-detail__td {
    padding: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}

.p-detail__btnarea {
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .p-detail__btnarea {
    margin-top: 4.1025641026vw;
  }
}
.p-detail__btnarea.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .p-detail__btnarea.mb16 {
    margin-bottom: 4.1025641026vw;
  }
}
.p-detail__btnarea.mt0 {
  margin-top: 0;
}

.p-detail__tablebtn {
  position: relative;
  padding-right: 32px;
  text-decoration: underline;
  transition: opacity 0.3s;
}
.p-detail__tablebtn:hover {
  opacity: 0.6;
}
@media screen and (max-width:767px) {
  .p-detail__tablebtn {
    padding-right: 8.2051282051vw;
    font-size: 4.1025641026vw;
  }
}
.p-detail__tablebtn:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../../img/detail-btnicon01.svg");
  width: 20px;
  height: 20px;
  bottom: 2px;
  right: 6px;
}
@media screen and (max-width:767px) {
  .p-detail__tablebtn:after {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    bottom: 0.5128205128vw;
    right: 1.5384615385vw;
  }
}
.p-detail__tablebtn.mt8 {
  display: inline-block;
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .p-detail__tablebtn.mt8 {
    margin-top: 2.0512820513vw;
  }
}

.p-detail__tablebox {
  padding: 24px 0;
  border-top: 1px solid #E3E2D7;
  border-bottom: 1px solid #E3E2D7;
}
@media screen and (max-width:767px) {
  .p-detail__tablebox {
    padding: 4.1025641026vw 0;
  }
}

.p-detail__btn02 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 75px;
  max-width: 510px;
  margin-top: 16px;
  padding: 24px 48px;
  border-radius: 8px;
  background-color: var(--khaki);
  transition: all 0.3s;
}
@media screen and (max-width:767px) {
  .p-detail__btn02 {
    max-width: initial;
    height: 20.5128205128vw;
    margin-top: 4.1025641026vw;
    padding: 4.1025641026vw 12.3076923077vw;
    border-radius: 2.0512820513vw;
  }
}
.p-detail__btn02:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../../img/detail-btnicon02.svg");
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  right: 21px;
  margin: auto;
}
@media screen and (max-width:767px) {
  .p-detail__btn02:after {
    width: 4.6153846154vw;
    height: 4.6153846154vw;
    right: 5.3846153846vw;
  }
}
.p-detail__btn02:hover {
  background-color: #E5E0CF;
}

.p-question {
  width: 100%;
  max-width: 940px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 160px;
}
@media screen and (max-width:767px) {
  .p-question {
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
}
@media screen and (max-width:767px) {
  .p-question {
    margin-top: 41.0256410256vw;
  }
}

.p-question__text01 {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .p-question__text01 {
    margin-top: 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
}

.p-question-qabox {
  width: 100%;
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .p-question-qabox {
    margin-top: 2.0512820513vw;
  }
}
.p-question-qabox.mt40 {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .p-question-qabox.mt40 {
    margin-top: 10.2564102564vw;
  }
}

.p-question-qabox__btn {
  position: relative;
  width: 100%;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 700;
  background-color: var(--khaki);
  transition: background-color 0.3s;
}
@media screen and (max-width:767px) {
  .p-question-qabox__btn {
    padding: 5.1282051282vw 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.p-question-qabox__btn:hover {
  background-color: #E5E0CF;
}
.p-question-qabox__btn:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../../img/question-icon01.svg");
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  transition: all 0.3s;
}
@media screen and (max-width:767px) {
  .p-question-qabox__btn:after {
    width: 3.8461538462vw;
    height: 3.8461538462vw;
    right: 4.1025641026vw;
  }
}
.p-question-qabox__btn.active:after {
  transform: rotate(45deg);
}

.p-question-qabox__content {
  display: none;
  width: 100%;
  padding: 24px;
  border: 1px solid #E3E2D7;
}
@media screen and (max-width:767px) {
  .p-question-qabox__content {
    padding: 6.1538461538vw 4.1025641026vw;
  }
}
.p-question-qabox__content.active {
  display: block;
}

.p-question-qabox__question, .p-question-qabox__answer {
  display: grid;
  grid-template-columns: 24px 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-top: 32px;
}
@media screen and (max-width:767px) {
  .p-question-qabox__question, .p-question-qabox__answer {
    grid-template-columns: 6.1538461538vw 1fr;
    -moz-column-gap: 2.5641025641vw;
         column-gap: 2.5641025641vw;
    margin-top: 8.2051282051vw;
  }
}
.p-question-qabox__question:first-child, .p-question-qabox__answer:first-child {
  margin-top: 0;
}

.p-question-qabox__questionicon {
  width: 100%;
}

.p-question-qabox__questiontext {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-question-qabox__questiontext {
    font-size: 4.1025641026vw;
  }
}

.p-question-qabox__answer {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .p-question-qabox__answer {
    margin-top: 2.0512820513vw;
  }
}

.p-question-qabox__answericon {
  width: 100%;
}

.p-question-qabox__answertext {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-question-qabox__answertext {
    font-size: 4.1025641026vw;
  }
}

.p-flow {
  width: 100%;
  max-width: 940px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 160px;
}
@media screen and (max-width:767px) {
  .p-flow {
    padding-left: 4.1025641026vw;
    padding-right: 4.1025641026vw;
  }
}
@media screen and (max-width:767px) {
  .p-flow {
    margin-top: 41.0256410256vw;
  }
}

.p-flow-linkarea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 12px;
  width: 100%;
  margin-top: 34px;
  padding: 12px;
  background-color: var(--khaki);
}
@media screen and (max-width:767px) {
  .p-flow-linkarea {
    -moz-column-gap: 3.0769230769vw;
         column-gap: 3.0769230769vw;
    row-gap: 3.0769230769vw;
    margin-top: 8.2051282051vw;
    padding: 3.0769230769vw;
  }
}
.p-flow-linkarea :last-child:after {
  display: none;
}

.p-flow-linkarea__list {
  position: relative;
  padding-right: 32px;
}
@media screen and (max-width:767px) {
  .p-flow-linkarea__list {
    padding-right: 4.6153846154vw;
  }
}
.p-flow-linkarea__list:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../../img/flow-linkicon.svg");
  width: 8px;
  height: 13px;
  right: 0;
  top: 3px;
}
@media screen and (max-width:767px) {
  .p-flow-linkarea__list:after {
    width: 2.0512820513vw;
    height: 3.3333333333vw;
  }
}

.p-flow-linkarea-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 3px;
       column-gap: 3px;
}
@media screen and (max-width:767px) {
  .p-flow-linkarea-link {
    -moz-column-gap: 0.7692307692vw;
         column-gap: 0.7692307692vw;
  }
}
.p-flow-linkarea-link:hover .p-flow-linkarea-link__left {
  background-color: var(--red);
}
.p-flow-linkarea-link:hover .p-flow-linkarea-link__right {
  color: var(--red);
}

.p-flow-linkarea-link__left {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 14px;
  color: white;
  background-color: black;
  transition: all 0.3s;
}
@media screen and (max-width:767px) {
  .p-flow-linkarea-link__left {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
    font-size: 3.5897435897vw;
  }
}

.p-flow-linkarea-link__right {
  padding-bottom: 2px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s;
}
@media screen and (max-width:767px) {
  .p-flow-linkarea-link__right {
    padding-bottom: 0.2564102564vw;
    font-size: 4.1025641026vw;
  }
}

.p-flow-box {
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-bottom: 48px;
}
@media screen and (max-width:767px) {
  .p-flow-box {
    grid-template-columns: 1fr;
    -moz-column-gap: 2.0512820513vw;
         column-gap: 2.0512820513vw;
    padding-bottom: 12.3076923077vw;
  }
}
.p-flow-box.mt50 {
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .p-flow-box.mt50 {
    margin-top: 10.2564102564vw;
  }
}

.p-flow-box__left {
  position: relative;
}
.p-flow-box__left:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  margin: auto;
  width: 2px;
  height: 100%;
  background-color: #E3E2D7;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .p-flow-box__left:after {
    top: 12.8205128205vw;
    width: 0.5128205128vw;
  }
}

.p-flow-box__circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  background-color: var(--khaki);
}
@media screen and (max-width:767px) {
  .p-flow-box__circle {
    width: 20.5128205128vw;
    height: 20.5128205128vw;
    font-size: 3.0769230769vw;
  }
}
.p-flow-box__circle .big {
  font-size: 16px;
}
@media screen and (max-width:767px) {
  .p-flow-box__circle .big {
    font-size: 3.0769230769vw;
  }
}

.p-flow-box__right {
  padding: 8px;
}
@media screen and (max-width:767px) {
  .p-flow-box__right {
    padding: 2.0512820513vw 0 0 0;
  }
}

.p-flow-box__heading {
  position: relative;
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-flow-box__heading {
    padding: 2.0512820513vw;
    font-size: 4.6153846154vw;
    line-height: 1.5;
  }
}
.p-flow-box__heading:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #E3E2D7;
}
.p-flow-box__heading.mt48 {
  margin-top: 48px;
}
@media screen and (max-width:767px) {
  .p-flow-box__heading.mt48 {
    margin-top: 12.3076923077vw;
  }
}

.p-flow-box__text {
  padding: 8px 8px 0px 8px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box__text {
    padding: 2.0512820513vw 0 0 2.0512820513vw;
    font-size: 4.1025641026vw;
  }
}
.p-flow-box__text .red {
  font-weight: 700;
  color: var(--red);
}
.p-flow-box__text.mt16 {
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .p-flow-box__text.mt16 {
    margin-top: 4.1025641026vw;
  }
}

.p-flow-box__dl {
  margin-top: 16px;
  padding: 0px 8px;
}
@media screen and (max-width:767px) {
  .p-flow-box__dl {
    margin-top: 4.1025641026vw;
    padding: 0 2.0512820513vw;
  }
}

.p-flow-box__list {
  padding: 8px 8px 0px 8px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box__list {
    padding: 2.0512820513vw 0 0 0;
    font-size: 4.1025641026vw;
  }
}

@media screen and (max-width:767px) {
  .p-flow-box__listitem {
    text-indent: -1em;
    padding-left: 1em;
  }
}

.p-flow-box-acc {
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc {
    margin-top: 6.1538461538vw;
  }
}

.p-flow-box-acc__btn {
  position: relative;
  width: 100%;
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  background-color: var(--red);
  transition: background-color 0.3s;
}
.p-flow-box-acc__btn:hover {
  background-color: #B2141E;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__btn {
    padding: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.p-flow-box-acc__btn:after {
  position: absolute;
  display: block;
  content: "";
  background: no-repeat center/contain;
  background-image: url("../../img/flow-acc-icon.svg");
  top: 0;
  bottom: 0;
  right: 24px;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  transition: all 0.3s;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__btn:after {
    right: 4.1025641026vw;
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.p-flow-box-acc__btn.active:after {
  transform: translate(0);
}

.p-flow-box-acc__content {
  display: none;
  padding: 24px;
  border: 1px solid var(--red);
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__content {
    padding: 6.1538461538vw 4.1025641026vw;
  }
}

.p-flow-box-acc__text01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--red);
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__text01 {
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-acc__container {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__container {
    margin-top: 4.1025641026vw;
    margin-left: -2.5641025641vw;
    -moz-column-gap: 3.8461538462vw;
         column-gap: 3.8461538462vw;
  }
}

.p-flow-box-acc__text02 {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__text02 {
    width: 7.6923076923vw;
    white-space: nowrap;
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-acc__listitem {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__listitem {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-acc__caution {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__caution {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 3.0769230769vw;
  }
}
.p-flow-box-acc__caution.mt16 {
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__caution.mt16 {
    margin-top: 4.1025641026vw;
  }
}

.p-flow-box-acc__img {
  width: 100%;
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__img {
    margin-top: 4.1025641026vw;
  }
}

.p-flow-box-acc__text03 {
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__text03 {
    margin-top: 8.2051282051vw;
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-acc__dl {
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__dl {
    margin-top: 4.1025641026vw;
  }
}

.p-flow-box-acc__red {
  width: 100%;
  margin-top: 16px;
  padding: 12px 0px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  background-color: var(--red);
}
@media screen and (max-width:767px) {
  .p-flow-box-acc__red {
    margin-top: 4.1025641026vw;
    padding: 3.0769230769vw 0;
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-area {
  padding-left: 8px;
}
@media screen and (max-width:767px) {
  .p-flow-box-area {
    padding-left: 2.0512820513vw;
  }
}

.p-flow-box__bold {
  margin-top: 24px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-flow-box__bold {
    margin-top: 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}
.p-flow-box__bold.mt40 {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .p-flow-box__bold.mt40 {
    margin-top: 10.2564102564vw;
  }
}
.p-flow-box__bold.mt0 {
  margin-top: 0;
}
.p-flow-box__bold.red {
  color: var(--red);
}

.p-flow-box-container02 {
  display: grid;
  grid-template-columns: auto 1fr;
}
.p-flow-box-container02.mt8 {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02.mt8 {
    margin-top: 2.0512820513vw;
  }
}

.p-flow-box-container02__left {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__left {
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-container02__text {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__text {
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-container02__border {
  margin-top: 8px;
  padding: 16px;
  border: 1px solid #E3E2D7;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__border {
    margin-top: 2.0512820513vw;
    padding: 2.0512820513vw;
  }
}

.p-flow-box-container02__listitem {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__listitem {
    text-indent: -2em;
    padding-left: 2em;
    font-size: 4.1025641026vw;
  }
}

.p-flow-box-container02__caution {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__caution {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 3.0769230769vw;
  }
}
.p-flow-box-container02__caution.mt8 {
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__caution.mt8 {
    margin-top: 2.0512820513vw;
  }
}

.p-flow-box-container02__cautionlist {
  padding-left: 8px;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__cautionlist {
    padding-left: 4.6153846154vw;
  }
}

.p-flow-box-container02__cautionlistitem {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box-container02__cautionlistitem {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 3.0769230769vw;
  }
}

.p-flow-box__text02 {
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-box__text02 {
    margin-top: 6.1538461538vw;
    font-size: 4.1025641026vw;
  }
}

.p-flow-block {
  width: 100%;
  padding: 40px 0px;
  background-color: var(--khaki);
}
@media screen and (max-width:767px) {
  .p-flow-block {
    padding: 6.1538461538vw 0;
  }
}

.p-flow-block__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .p-flow-block__text {
    font-size: 5.1282051282vw;
  }
}

.p-flow-box-red {
  width: 100%;
  margin-top: 40px;
  padding: 16px;
  border: 1px solid var(--red);
}
@media screen and (max-width:767px) {
  .p-flow-box-red {
    margin-top: 7.6923076923vw;
    padding: 2.0512820513vw;
  }
}/*# sourceMappingURL=top.css.map */