/* mixin ----------*/
/* mixin ----------*/
/* amv ----------*/
.amv {
  background-color: #00a95f;
}
.amv_contents {
  background-image: url(../img/vol8/mv_bg_sp.png);
  background-position: no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  padding-bottom: 81.5%;
  position: relative;
  width: 100%;
}
.amv_contents_txt {
  margin-left: 0;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}
.amv_contents_txt p {
  font-size: 0.12rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}
.amv_ttl {
  margin-left: -0.93rem;
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  width: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .amv_contents {
    background-image: url(../img/vol8/mv_bg.png);
    padding-bottom: 41.5%;
    width: 10rem;
  }
  .amv_contents_txt {
    margin-left: -2.5rem;
    bottom: 2.4rem;
    left: 32%;
    width: 5rem;
  }
  .amv_contents_txt p {
    font-size: 0.2rem;
  }
  .amv_ttl {
    margin-left: 0;
    bottom: 1.1rem;
    left: 1.6rem;
    width: 3.2rem;
  }
}

.sec_08 {
  background-color: #00a95f;
  padding: 0 0 0.2rem;
}
.sec_08_ttl {
  color: #faee00;
  font-size: 0.3rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  position: relative;
  text-align: center;
}
.sec_08_ttl + .contents {
  margin-top: 0.4rem;
}
.sec_08_ttl_q, .sec_08_ttl_a {
  display: inline-block;
  height: 0.5rem;
  margin-right: 0.1rem;
  margin-left: 0.1rem;
  width: 0.5rem;
}
.sec_08_txt {
  color: #fff;
  font-size: 0.16rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .sec_08_ttl {
    font-size: 0.48rem;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 0.3rem;
  }
  .sec_08_ttl::before, .sec_08_ttl::after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    background-size: contain;
    position: absolute;
    top: 50%;
  }
  .sec_08_ttl::before {
    background-image: url(../img/vol8/h2_illust_left.png);
    height: 1.36rem;
    left: 0;
    width: 1.6rem;
  }
  .sec_08_ttl::after {
    background-image: url(../img/vol8/h2_illust_right.png);
    height: 1.04rem;
    right: 0;
    width: 2.02rem;
  }
  .sec_08_ttl + .contents {
    margin-top: 0;
  }
  .sec_08_ttl_q, .sec_08_ttl_a {
    height: 0.75rem;
    width: 0.75rem;
  }
  .sec_08_txt {
    font-size: 0.2rem;
  }
}

/* section ----------*/
@media screen and (min-width: 768px), print {
  .section {
    padding: 0 0.8rem;
  }
}

/* intro ----------*/
.intro_block {
  border: 2px solid #fff;
  border-radius: 0.25rem;
  color: #fff;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 6px;
}
@media screen and (min-width: 768px), print {
  .intro_block {
    border: 3px solid #fff;
    border-radius: 0.5rem;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 10px;
    width: 8.7rem;
  }
}
.intro_box {
  position: relative;
}
.intro_box::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
.intro_box_inr {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}
.intro_box_ttl {
  font-size: 0.11rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.08rem;
}
.intro_box_name {
  font-size: 0.15rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.intro_box_name span {
  font-size: 0.11rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 0.15rem;
}
.intro_box_txt {
  font-size: 0.11rem;
  font-weight: 700;
  line-height: 1.3;
}
.intro_box_txt a {
  color: #fff;
  font-weight: 700;
}
.intro_box_txt + .intro_box_txt {
  margin-top: 0.1rem;
}
@media screen and (min-width: 768px), print {
  .intro_box::before {
    left: -10px;
    width: 10px;
  }
  .intro_box_inr {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .intro_box_ttl {
    font-size: 0.17rem;
    letter-spacing: 0.3em;
    margin-bottom: 0.2rem;
  }
  .intro_box_name {
    font-size: 0.25rem;
  }
  .intro_box_name span {
    font-size: 0.2rem;
  }
  .intro_box_txt {
    font-size: 0.17rem;
  }
  .intro_box_txt + .intro_box_txt {
    line-height: 1.8;
    margin-top: 0.2rem;
  }
}

/* question ----------*/
.question_box {
  background-color: #ecf5fb;
  border-radius: 0 0.25rem 0.25rem 0;
  margin-bottom: 0.2rem;
  margin-left: -0.2rem;
  padding-top: 0.15rem;
  padding-right: 0.35rem;
  padding-bottom: 0.15rem;
  padding-left: 0.9rem;
  position: relative;
  display: inline-block;
}
.question_box_ttl {
  color: #409ad6;
  font-size: 0.18rem;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.question_box_ttl::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  height: 0.4rem;
  position: absolute;
  top: 0.2rem;
  left: 0.25rem;
  width: 0.55rem;
}
.question_box_ttl.q01::before {
  background-image: url(../img/vol8/question_box_ttl_01.png);
}
.question_box_ttl.q02::before {
  background-image: url(../img/vol8/question_box_ttl_02.png);
}
.question_box_ttl.q03::before {
  background-image: url(../img/vol8/question_box_ttl_03.png);
}
.question_box_ttl.q04::before {
  background-image: url(../img/vol8/question_box_ttl_04.png);
}
.question_box_ttl.q05::before {
  background-image: url(../img/vol8/question_box_ttl_05.png);
}
@media screen and (min-width: 768px), print {
  .question_box_ttl {
    border-radius: 0 0.3rem 0.3rem 0;
    font-size: 0.32rem;
  }
  .question_box_ttl::before {
    height: 0.76rem;
    top: 50%;
    margin-top: -0.38rem;
    left: 0.5rem;
    width: 1.18rem;
  }
}
@media screen and (min-width: 768px), print {
  .question_box {
    border-radius: 0.45rem;
    margin-bottom: 0.2rem;
    margin-left: 0;
    padding-top: 0.4rem;
    padding-right: 0.5rem;
    padding-bottom: 0.4rem;
    padding-left: 1.7rem;
  }
}

@media screen and (min-width: 768px), print {
  .illust {
    position: relative;
  }
  .illust::before {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    background: url(../img/vol8/answer_illust.png) top center no-repeat;
    background-size: contain;
    height: 1.88rem;
    position: absolute;
    top: -0.3rem;
    right: 0.2rem;
    width: 2.48rem;
    z-index: 1;
  }
}

/* answer ----------*/
.answer_illust {
  margin-bottom: 0.65rem;
}
@media screen and (max-width: 768px) {
  .answer_illust {
    margin-top: -0.25rem;
    margin-bottom: 0.2rem;
    padding: 0 0.4rem;
    position: relative;
    z-index: 1;
  }
}
.answer_block {
  border-radius: 0 0.25rem 0.25rem 0;
  margin-bottom: 0.3rem;
  margin-left: -0.2rem;
  overflow: hidden;
}
.answer_block + .intro_block {
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px), print {
  .answer_block {
    border-radius: 0.45rem;
    margin-left: 0;
  }
  .answer_block + .intro_block {
    margin-top: 0.7rem;
  }
}
.answer_box {
  background-color: #fdeff2;
  padding-top: 0.2rem;
  padding-right: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0.2rem;
  position: relative;
  text-align: justify;
}
.answer_box_contents {
  background-color: #fff;
  padding: 0.2rem;
}
.answer_box_txt {
  color: #ea6182;
  font-size: 0.14rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px), print {
  .answer_box {
    padding-top: 0.35rem;
    padding-right: 0.5rem;
    padding-bottom: 0.35rem;
    padding-left: 1.85rem;
  }
  .answer_box_contents {
    padding: 0.2rem 0 0.5rem;
  }
  .answer_box_inr {
    margin: 0 auto;
    width: 7.9rem;
  }
  .answer_box_txt {
    font-size: 0.2rem;
    line-height: 2;
  }
  .answer_box_txt::after {
    content: "";
    display: block;
    position: relative;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    height: 0.76rem;
    position: absolute;
    top: 0.35rem;
    left: 0.5rem;
    width: 1.18rem;
  }
  .answer_box_txt.a01::after {
    background-image: url(../img/vol8/answer_box_txt_01.png);
  }
  .answer_box_txt.a02::after {
    background-image: url(../img/vol8/answer_box_txt_02.png);
  }
  .answer_box_txt.a03::after {
    background-image: url(../img/vol8/answer_box_txt_03.png);
  }
  .answer_box_txt.a04::after {
    background-image: url(../img/vol8/answer_box_txt_04.png);
  }
  .answer_box_txt.a05::after {
    background-image: url(../img/vol8/answer_box_txt_05.png);
  }
}
.answer_float_num {
  display: none;
}
@media screen and (max-width: 768px) {
  .answer_float {
    clear: both;
  }
  .answer_float_num {
    display: block;
    float: left;
    height: 0.4rem;
    margin-right: 0.1rem;
    width: 0.55rem;
  }
}

/* cost ----------*/
.cls-1 {
  fill: #409ad6;
}
.cls-2 {
  fill: #8cc3e6;
}
.cls-3 {
  fill: #ef7800;
}
.cls-4 {
  fill: #f5ae66;
}
.cls-5 {
  fill: #f2a0b4;
}
.cls-6 {
  fill: #ea6182;
}

.cost_ttl {
  background-color: #ecf5fb;
  border-radius: 6px;
  margin-bottom: 0.1rem;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  position: relative;
}
.cost_ttl svg {
  height: 0.75rem;
  position: absolute;
  top: -0.1rem;
  left: 0.02rem;
  width: 0.75rem;
}
.cost_ttl span {
  border-right: 3px solid #409ad6;
  border-bottom: 3px solid #409ad6;
  border-radius: 0 0 6px 0;
  color: #409ad6;
  display: block;
  font-size: 0.19rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-top: 0.05rem;
  padding-left: 0.6rem;
  padding-bottom: 0.15rem;
}
.cost_ttl.orange {
  background-color: #fdf1e5;
}
.cost_ttl.orange svg {
  top: -0.17rem;
  left: -0.03rem;
}
.cost_ttl.orange span {
  border-color: #ef7800;
  color: #ef7800;
  letter-spacing: 0.2em;
}
.cost_ttl.pink {
  background-color: #fdeff2;
}
.cost_ttl.pink svg {
  top: -0.2rem;
  left: 0;
}
.cost_ttl.pink span {
  border-color: #ea6182;
  color: #ea6182;
}
@media screen and (min-width: 768px), print {
  .cost_ttl {
    border-radius: 10px;
    margin-bottom: 0.25rem;
  }
  .cost_ttl svg {
    height: 0.9rem;
    top: 0;
    left: 0;
    width: 0.9rem;
  }
  .cost_ttl span {
    border-width: 4px;
    border-radius: 0 0 10px 0;
    font-size: 0.28rem;
    padding-left: 1rem;
  }
  .cost_ttl.orange svg {
    top: -0.1rem;
    left: 0;
  }
  .cost_ttl.pink svg {
    top: -0.23rem;
    left: 0;
  }
}
.cost_txt {
  color: #409ad6;
  font-size: 0.13rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.cost_txt.orange {
  color: #ef7800;
}
.cost_txt.pink {
  color: #ea6182;
}
@media screen and (min-width: 768px), print {
  .cost_txt {
    font-size: 0.2rem;
    letter-spacing: 0;
    margin-bottom: 0.4rem;
    padding: 0 0.2rem;
  }
}
.cost_list + .cost_ttl {
  margin-top: 0.3rem;
}
.cost_list li h3 {
  font-size: 0.16rem;
  color: #409ad6;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.05rem;
}
.cost_list li h3 span {
  display: none;
}
.cost_list li p {
  font-size: 0.14rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.cost_list.flex {
  display: flex;
  flex-wrap: wrap;
}
.cost_list.flex li {
  width: 50%;
}
.cost_list.orange h3 {
  color: #ef7800;
}
.cost_list.pink li:nth-of-type(8) {
  color: #ea6182;
  font-size: 0.16rem;
  font-weight: 700;
  text-align: right;
}
.cost_list.pink li h3 {
  color: #ea6182;
}
@media screen and (min-width: 768px), print {
  .cost_list {
    margin: 0 auto;
    width: 6.5rem;
  }
  .cost_list + .cost_ttl {
    margin-top: 0.8rem;
  }
  .cost_list li:nth-of-type(8) {
    display: none;
  }
  .cost_list li h3 {
    font-size: 0.28rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.1rem;
  }
  .cost_list li h3 span {
    display: inline-block;
    font-weight: 700;
  }
  .cost_list li p {
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
  }
}

/* caption ----------*/
.caption {
  color: #fff;
  font-size: 0.1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0.15rem;
  margin-left: 0.25rem;
}
.caption_right {
  font-size: 0.1rem;
  letter-spacing: 0.1em;
  margin-top: 0.08rem;
  text-align: right;
}
@media screen and (min-width: 768px), print {
  .caption {
    font-size: 0.12rem;
    margin-top: 0.55rem;
    text-align: center;
  }
  .caption_right {
    font-size: 0.14rem;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
  }
}

/* ttl ----------*/
.ttl {
  margin: 0 auto;
  width: 1.34rem;
}
.ttl span {
  background-color: #e5f6ef;
  border-radius: 0.05rem 0.05rem 0 0;
  color: #00a95f;
  display: block;
  letter-spacing: 0.15em;
  font-size: 0.1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.07rem 0;
  text-align: center;
}
.ttl.short, .ttl.middle, .ttl.long {
  margin-top: 0.23rem;
  width: 100%;
}
.ttl.short::after, .ttl.middle::after, .ttl.long::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 6px;
  width: 100%;
}
.ttl.short span, .ttl.middle span, .ttl.long span {
  background-color: #fdf1e5;
  color: #f29333;
}
.ttl.short::after {
  background-image: url(../img/vol8/flow_border_01.svg);
}
.ttl.middle::after {
  background-image: url(../img/vol8/flow_border_02.svg);
}
.ttl.long::after {
  background-image: url(../img/vol8/flow_border_03.svg);
}
.ttl.arrows::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background: url(../img/vol8/flow_border-arrow_01.svg) top center no-repeat;
  background-size: contain;
  height: 0.2rem;
  margin-top: -0.03rem;
  width: 100%;
}
.ttl.arrows-three {
  width: 78%;
}
.ttl.arrows-three::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background: url(../img/vol8/flow_border-arrow_02-sp.svg) top center no-repeat;
  background-size: contain;
  height: 0.37rem;
  margin-top: -0.01rem;
  width: 100%;
}
.ttl.arrows-three span {
  margin: 0 auto;
  width: 1.34rem;
}
.ttl.free span {
  position: relative;
}
.ttl.free span::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background: url(../img/vol8/fukidashi_free.png) center center no-repeat;
  background-size: contain;
  height: 0.3rem;
  position: absolute;
  top: -0.1rem;
  left: -0.25rem;
  width: 0.5rem;
}
.ttl.end span {
  position: relative;
}
.ttl.end span::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background: url(../img/vol8/fukidashi_end.png) center center no-repeat;
  background-size: contain;
  height: 0.4rem;
  position: absolute;
  top: -0.25rem;
  left: 0.8rem;
  width: 0.65rem;
}
@media screen and (min-width: 768px), print {
  .ttl {
    width: 3.48rem;
  }
  .ttl span {
    border-radius: 0.1rem 0.1rem 0 0;
    font-size: 0.21rem;
    padding: 0.15rem 0;
  }
  .ttl.short, .ttl.middle, .ttl.long {
    margin-top: 0.46rem;
  }
  .ttl.arrows::after {
    height: 0.47rem;
    margin-top: -0.05rem;
  }
  .ttl.arrows-three {
    width: 6.4rem;
  }
  .ttl.arrows-three::after {
    background: url(../img/vol8/flow_border-arrow_02.svg) top center no-repeat;
    height: 0.76rem;
    margin-top: -0.03rem;
  }
  .ttl.arrows-three span {
    width: 3.48rem;
  }
  .ttl.free span::before {
    height: 0.64rem;
    top: -0.25rem;
    left: -0.55rem;
    width: 1rem;
  }
  .ttl.end span::before {
    height: 0.88rem;
    top: -0.55rem;
    left: 2.45rem;
    width: 1.28rem;
  }
}

/* flow ----------*/
.flow_block_ttl {
  margin: 0 auto;
  padding-bottom: 0.08rem;
  width: 0.9rem;
}
@media screen and (min-width: 768px), print {
  .flow_block_ttl {
    padding-bottom: 0.15rem;
    width: 1.88rem;
  }
  .flow_block_inr {
    margin: 0 auto;
    width: 8.2rem;
  }
}

/* pattern ----------*/
.pattern_txt {
  font-size: 0.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
.pattern_txt b {
  font-size: 0.15rem;
  font-weight: 900;
}
.pattern_txt strong {
  font-size: 0.2rem;
  font-weight: 900;
  line-height: 1;
  padding-right: 0.02rem;
}
.pattern_txt span {
  font-size: 0.12rem;
  font-weight: 700;
  line-height: 1;
}
.pattern_txt + .pattern_txt {
  padding-top: 0.2rem;
}
.pattern_txt.line {
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
.pattern_txt_ttl {
  font-size: 0.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  padding-bottom: 0.15rem;
}
@media screen and (min-width: 768px), print {
  .pattern_txt {
    font-size: 0.17rem;
  }
  .pattern_txt b {
    font-size: 0.3rem;
  }
  .pattern_txt strong {
    font-size: 0.4rem;
    padding-right: 0.05rem;
  }
  .pattern_txt span {
    font-size: 0.25rem;
  }
  .pattern_txt + .pattern_txt {
    padding-top: 0.4rem;
  }
  .pattern_txt.line {
    padding-top: 0.4rem;
    padding-bottom: 0;
  }
  .pattern_txt_ttl {
    font-size: 0.2rem;
    padding-bottom: 0.3rem;
  }
}
.pattern-a, .pattern-b, .pattern-c {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  color: #45bdcf;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  padding-top: 0.08rem;
  padding-bottom: 0.25rem;
  text-align: center;
}
.pattern-a svg, .pattern-b svg, .pattern-c svg {
  height: 0.35rem;
  margin: 0 auto;
  width: 0.3rem;
}
.pattern-a text, .pattern-b text, .pattern-c text {
  fill: #fff;
  font-size: 0.4rem;
  paint-order: stroke;
  stroke-linejoin: round;
  stroke-width: 4;
}
@media screen and (min-width: 768px), print {
  .pattern-a, .pattern-b, .pattern-c {
    background-size: contain;
    padding-top: 0.2rem;
    padding-bottom: 0.5rem;
  }
  .pattern-a svg, .pattern-b svg, .pattern-c svg {
    height: 0.65rem;
    width: 0.65rem;
  }
  .pattern-a text, .pattern-b text, .pattern-c text {
    font-size: 0.6rem;
    stroke-width: 5;
  }
}
.pattern-a {
  background-image: url(../img/vol8/flow_box_01-sp.svg);
}
.pattern-a text {
  stroke: #45bdcf;
}
.pattern-b {
  background-image: url(../img/vol8/flow_box_01-green-sp.svg);
  color: #7ebf41;
}
.pattern-b text {
  stroke: #7ebf41;
}
.pattern-c {
  background-image: url(../img/vol8/flow_box_01-purple-sp.svg);
  color: #ca67a4;
}
.pattern-c text {
  stroke: #ca67a4;
}
@media screen and (min-width: 768px), print {
  .pattern-a {
    background-image: url(../img/vol8/flow_box_01.svg);
  }
  .pattern-b {
    background-image: url(../img/vol8/flow_box_01-green.svg);
  }
  .pattern-c {
    background-image: url(../img/vol8/flow_box_01-purple.svg);
  }
}
.pattern_box-a, .pattern_box-b, .pattern_box-c {
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  color: #45bdcf;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.07rem 0;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .pattern_box-a, .pattern_box-b, .pattern_box-c {
    background-size: contain;
    padding: 0.14rem 0;
  }
}
.pattern_box-a.last, .pattern_box-b.last, .pattern_box-c.last {
  background-size: contain;
  padding: 0.09rem 0;
}
.pattern_box-a {
  background-image: url(../img/vol8/flow_box_02.svg);
}
.pattern_box-a.box-arrows::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 0.24rem;
  margin-left: -0.06rem;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  width: 0.12rem;
}
.pattern_box-a.box-arrows::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  height: 0.46rem;
  margin-left: -0.12rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pattern_box-a.box-arrows::before {
    height: 0.46rem;
    margin-left: -0.12rem;
    bottom: -0.42rem;
    width: 0.24rem;
  }
  .pattern_box-a.box-arrows::after {
    height: 0.46rem;
    margin-left: -0.12rem;
  }
}
.pattern_box-a.box-arrows::before {
  background-image: url(../img/vol8/flow_arrow_03.svg);
  height: 2.38rem;
  margin-left: -0.06rem;
  bottom: -2.35rem;
  width: 0.12rem;
}
.pattern_box-a.last {
  background-image: url(../img/vol8/flow_box_02-sp.svg);
}
.pattern_box-b {
  background-image: url(../img/vol8/flow_box_02-green.svg);
  color: #7ebf41;
}
.pattern_box-b.box-arrows::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 0.24rem;
  margin-left: -0.06rem;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  width: 0.12rem;
}
.pattern_box-b.box-arrows::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  height: 0.46rem;
  margin-left: -0.12rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pattern_box-b.box-arrows::before {
    height: 0.46rem;
    margin-left: -0.12rem;
    bottom: -0.42rem;
    width: 0.24rem;
  }
  .pattern_box-b.box-arrows::after {
    height: 0.46rem;
    margin-left: -0.12rem;
  }
}
.pattern_box-b.box-arrows::before {
  background-image: url(../img/vol8/flow_arrow_01-green.svg);
}
.pattern_box-b.box-arrows-middle::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 0.24rem;
  margin-left: -0.06rem;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  width: 0.12rem;
}
.pattern_box-b.box-arrows-middle::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  height: 0.46rem;
  margin-left: -0.12rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pattern_box-b.box-arrows-middle::before {
    height: 0.46rem;
    margin-left: -0.12rem;
    bottom: -0.42rem;
    width: 0.24rem;
  }
  .pattern_box-b.box-arrows-middle::after {
    height: 0.46rem;
    margin-left: -0.12rem;
  }
}
.pattern_box-b.box-arrows-middle::before {
  background-image: url(../img/vol8/flow_arrow_02.svg);
  height: 1.3rem;
  bottom: -1.27rem;
}
.pattern_box-b.last {
  background-image: url(../img/vol8/flow_box_02-green-sp.svg);
}
.pattern_box-c {
  background-image: url(../img/vol8/flow_box_02-purple.svg);
  color: #ca67a4;
}
.pattern_box-c.box-arrows::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  height: 0.24rem;
  margin-left: -0.06rem;
  position: absolute;
  bottom: -0.2rem;
  left: 50%;
  width: 0.12rem;
}
.pattern_box-c.box-arrows::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  height: 0.46rem;
  margin-left: -0.12rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .pattern_box-c.box-arrows::before {
    height: 0.46rem;
    margin-left: -0.12rem;
    bottom: -0.42rem;
    width: 0.24rem;
  }
  .pattern_box-c.box-arrows::after {
    height: 0.46rem;
    margin-left: -0.12rem;
  }
}
.pattern_box-c.box-arrows::before {
  background-image: url(../img/vol8/flow_arrow_01-purple.svg);
}
.pattern_box-c.last {
  background-image: url(../img/vol8/flow_box_02-purple-sp.svg);
}
@media screen and (min-width: 768px), print {
  .pattern_box-a.last, .pattern_box-b.last, .pattern_box-c.last {
    padding: 0.14rem 0;
  }
  .pattern_box-a {
    background-image: url(../img/vol8/flow_box_02.svg);
  }
  .pattern_box-a.box-arrows::before {
    height: 4.76rem;
    bottom: -4.73rem;
    width: 0.24rem;
  }
  .pattern_box-a.last {
    background-image: url(../img/vol8/flow_box_02.svg);
  }
  .pattern_box-b {
    background-image: url(../img/vol8/flow_box_02-green.svg);
  }
  .pattern_box-b.box-arrows-middle::before {
    height: 2.6rem;
    bottom: -2.57rem;
  }
  .pattern_box-b.last {
    background-image: url(../img/vol8/flow_box_02-green.svg);
  }
  .pattern_box-c.last {
    background-image: url(../img/vol8/flow_box_02-purple.svg);
  }
}

/* payment ----------*/
.payment_box {
  display: flex;
  justify-content: space-between;
}
.payment_box + .long {
  margin-top: 0;
}
.payment_box_list {
  margin-top: 0.06rem;
  width: 32%;
}
.payment_box_child {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: auto;
  width: 66%;
}
.payment_box_child_list {
  margin-top: 0.06rem;
  width: 48.5%;
}
.payment_box_gchild {
  margin-left: auto;
  width: 31.5%;
}
.payment_box_gchild_list {
  margin-top: 0.06rem;
}
@media screen and (min-width: 768px), print {
  .payment_box + .long {
    margin-top: 0.1rem;
  }
  .payment_box_list {
    margin-top: 0.15rem;
    width: 24.5%;
  }
  .payment_box_child {
    width: 62%;
  }
  .payment_box_child_list {
    margin-top: 0.15rem;
    width: 39.5%;
  }
  .payment_box_gchild {
    width: 24.5%;
  }
  .payment_box_gchild_list {
    margin-top: 0.15rem;
  }
}
/*# sourceMappingURL=vol8.css.map */