@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Jost:wght@600;700;800;900&family=Roboto:wght@400;500;700&display=swap");
/* bg
=========================================== */
.contactBoxbg {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #292929), to(#292929));
  background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #292929 50%, #292929 100%);
}

article {
  background: #fff;
}

/* mv
=========================================== */
.mv {
  padding-top: 110px;
  padding-bottom: 57px;
  background: #F7F7F7;
  z-index: 10;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mv {
    background: #fff;
    padding-top: 70px;
  }
}
.mv img {
  width: 95%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

/* pagenav
=========================================== */
.pagenav {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), color-stop(50%, #F7F7F7), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(top, #F7F7F7 0%, #F7F7F7 50%, #fff 50%, #fff 100%);
  background: linear-gradient(180deg, #F7F7F7 0%, #F7F7F7 50%, #fff 50%, #fff 100%);
  position: relative;
  margin-bottom: 75px;
}
.pagenav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: url(../img/jyuku_ap_dots_pattern01.svg) top 60px left no-repeat;
  width: 436px;
  height: 470px;
}
@media only screen and (max-width: 767px) {
  .pagenav:before {
    background: url(../img/jyuku_ap_dots_pattern01_sp.svg) bottom left no-repeat;
    width: 100%;
    height: auto;
    bottom: -50px;
    left: 0;
  }
}

div.iconlist {
  background: #fff;
  border: 2px solid #0439AF;
  border-radius: 10px;
  padding: 40px;
  position: relative;
  z-index: 30;
  margin-bottom: 75px;
}
@media only screen and (max-width: 960px) {
  div.iconlist {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  div.iconlist {
    padding: 40px;
    margin-bottom: 60px;
  }
}
div.iconlist h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #0439AF;
}
@media only screen and (max-width: 767px) {
  div.iconlist h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
div.iconlist dl.flex.flex-between > div {
  width: 10.7%;
}
@media only screen and (max-width: 1059px) {
  div.iconlist dl.flex.flex-between > div {
    width: 23.2%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  div.iconlist dl.flex.flex-between > div {
    width: 50%;
    margin-bottom: 20px;
  }
}

/* charge_cta
=========================================== */
.charge_cta {
  background: -webkit-linear-gradient(135deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background: linear-gradient(-45deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background-size: 29px 29px;
  position: relative;
  margin-bottom: 145px;
  padding: 80px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .charge_cta {
    margin-bottom: 85px;
  }
}
.charge_cta .inner {
  z-index: 30;
}
.charge_cta .charge_text {
  width: 61%;
}
@media (max-width: 767px) {
  .charge_cta .charge_text {
    width: 100%;
  }
}
.charge_cta .charge_text h2 {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .charge_cta .charge_text h2 {
    text-align: center;
    font-size: 2.2rem;
  }
}
.charge_cta .charge_text .charge_btn {
  background: #FFEB3B;
  border-radius: 100px;
  max-width: 360px;
  width: 100%;
}
@media (max-width: 767px) {
  .charge_cta .charge_text .charge_btn {
    margin: 0 auto;
  }
}
.charge_cta .charge_text .charge_btn > a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #0439AF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 0;
}
@media (max-width: 767px) {
  .charge_cta .charge_text .charge_btn > a {
    font-size: 1.6rem;
  }
}
.charge_cta .charge_text .charge_btn:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.charge_cta .charge_img {
  position: absolute;
  right: 0;
  width: 44%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0 100%, 0 100%);
          clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0 100%, 0 100%, 0 100%);
}
@media (max-width: 767px) {
  .charge_cta .charge_img {
    display: none;
  }
}

/* openbox
=========================================== */
.boxlist {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .boxlist {
    margin-bottom: 0;
  }
}

.contactBoxbg {
  padding-top: 20px;
}

.boxlist div.openbox {
  text-align: center;
  margin: -50px auto 0 auto;
  padding-bottom: 200px;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox {
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .boxlist div.openbox {
    display: none;
  }
}
.boxlist div.openbox:before {
  content: "";
  position: absolute;
  bottom: -30PX;
  right: 0;
  z-index: 1;
  background: url(../img/jyuku_ap_dots_pattern02.svg) bottom right no-repeat;
  width: 480px;
  height: 180px;
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox:before {
    display: none;
  }
}
.boxlist div.openbox .outline {
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #E9F0FF), to(#E9F0FF));
  background: -webkit-linear-gradient(left, #fff 0%, #fff 50%, #E9F0FF 50%, #E9F0FF 100%);
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #E9F0FF 50%, #E9F0FF 100%);
}
.boxlist div.openbox .outline .inner {
  z-index: 30;
  position: relative;
}
.boxlist div.openbox .outline .inner:before {
  content: "";
  display: block;
  width: 750px;
  height: 100%;
  background: #E9F0FF;
  border-radius: 30px 0 0 30px;
  position: absolute;
  left: 100px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox .outline .inner:before {
    width: 100%;
    left: 0;
  }
}
.boxlist div.openbox .outline .inner > .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox .outline .inner > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.boxlist div.openbox .outline .inner > .flex > div {
  width: calc(100% - 310px);
  padding: 50px 0;
}
@media only screen and (max-width: 1100px) {
  .boxlist div.openbox .outline .inner > .flex > div {
    width: calc(100% - 230px);
  }
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox .outline .inner > .flex > div {
    width: 95%;
    padding: 10px 0 40px 0;
    margin-left: 5%;
  }
}
.boxlist div.openbox .outline figure {
  width: 300px;
  height: 300px;
}
@media only screen and (max-width: 1100px) {
  .boxlist div.openbox .outline figure {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox .outline figure {
    width: 100px;
    height: 100px;
    margin-top: -50px;
  }
}
.boxlist div.openbox .outline h3 {
  color: #0439AF;
  font-size: 3.2rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox .outline h3 {
    font-size: 1.8rem;
  }
}
.boxlist div.openbox .outline h4 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: left;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1100px) {
  .boxlist div.openbox .outline h4 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox .outline h4 {
    font-size: 1.4rem;
  }
}
.boxlist div.openbox .outline p {
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .boxlist div.openbox .outline p br.pc {
    display: none !important;
  }
}
@media only screen and (max-width: 960px) {
  .boxlist div.openbox .outline p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .boxlist div.openbox.active {
    display: block;
  }
}
.sevice_detail > li {
  margin-top: 20px;
}
.sevice_detail .service_text {
  margin-left: 98px;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_text {
    margin-left: 0;
  }
  .sevice_detail .service_text p {
    font-size: 1.4rem;
  }
}
.sevice_detail .service_text h6 {
  margin-bottom: 1em;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_text h6 {
    font-size: 1.4rem;
  }
}
.sevice_detail .service_text h6.mt {
  margin-top: 1.5em;
}
.sevice_detail .service_ttl {
  position: relative;
}
.sevice_detail .service_ttl .roboto.flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #E9F0FF;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_ttl .roboto.flex {
    width: 50px;
    height: 50px;
  }
}
.sevice_detail .service_ttl .roboto.flex p {
  font-size: 2rem;
  color: #0439AF;
  line-height: 1;
  margin-bottom: 2px;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_ttl .roboto.flex p {
    font-size: 1rem;
  }
}
.sevice_detail .service_ttl .roboto.flex span {
  font-size: 5rem;
  color: #0439AF;
  line-height: 1;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_ttl .roboto.flex span {
    font-size: 2.4rem;
  }
}
.sevice_detail .service_ttl h5 {
  position: relative;
  font-size: 2.4rem;
  padding-bottom: 10px;
  padding-top: 35px;
  color: #0439AF;
  text-align: left;
  font-weight: 600;
  margin-left: 98px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_ttl h5 {
    font-size: 1.4rem;
    margin-left: 54px;
    padding-top: 10px;
  }
}
.sevice_detail .service_ttl h5 span {
  background: #0439AF;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  font-size: 1.6rem;
  padding: 0 16px;
  margin-left: 10px;
  border-radius: 4px;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_ttl h5 span {
    font-size: 1.2rem;
    line-height: 23px;
    padding: 0 9px;
    margin-left: 6px;
  }
}
.sevice_detail .service_ttl h5:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #D5D5D5;
}
.sevice_detail .service_ttl h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 164px;
  height: 2px;
  background: #0439AF;
}
@media only screen and (max-width: 960px) {
  .sevice_detail .service_ttl h5:after {
    width: 60px;
  }
}

#ap2.openbox, #ap4.openbox, #ap6.openbox, #ap8.openbox {
  position: relative;
}
#ap2.openbox:before, #ap4.openbox:before, #ap6.openbox:before, #ap8.openbox:before {
  bottom: -30PX;
  left: 0;
  right: auto;
  z-index: 1;
  background: url(../img/jyuku_ap_dots_pattern02.svg) bottom left no-repeat;
}
@media only screen and (max-width: 960px) {
  #ap2.openbox:before, #ap4.openbox:before, #ap6.openbox:before, #ap8.openbox:before {
    display: none;
  }
}
#ap2.openbox .outline, #ap4.openbox .outline, #ap6.openbox .outline, #ap8.openbox .outline {
  background: -webkit-gradient(linear, left top, right top, from(#EEECFC), color-stop(50%, #EEECFC), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, #EEECFC 0%, #EEECFC 50%, #fff 50%, #fff 100%);
  background: linear-gradient(90deg, #EEECFC 0%, #EEECFC 50%, #fff 50%, #fff 100%);
}
@media only screen and (max-width: 1170px) {
  #ap2.openbox .outline .inner, #ap4.openbox .outline .inner, #ap6.openbox .outline .inner, #ap8.openbox .outline .inner {
    max-width: none;
    width: 89.4%;
    margin-left: 5.3%;
    margin-right: 5.3%;
  }
}
#ap2.openbox .outline .inner:before, #ap4.openbox .outline .inner:before, #ap6.openbox .outline .inner:before, #ap8.openbox .outline .inner:before {
  background: #EEECFC;
  border-radius: 0 30px 30px 0;
  right: 100px;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 960px) {
  #ap2.openbox .outline .inner:before, #ap4.openbox .outline .inner:before, #ap6.openbox .outline .inner:before, #ap8.openbox .outline .inner:before {
    right: 0;
  }
}
#ap2.openbox .outline .inner > .flex, #ap4.openbox .outline .inner > .flex, #ap6.openbox .outline .inner > .flex, #ap8.openbox .outline .inner > .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 960px) {
  #ap2.openbox .outline .inner > .flex, #ap4.openbox .outline .inner > .flex, #ap6.openbox .outline .inner > .flex, #ap8.openbox .outline .inner > .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#ap2.openbox .outline .inner > .flex > div, #ap4.openbox .outline .inner > .flex > div, #ap6.openbox .outline .inner > .flex > div, #ap8.openbox .outline .inner > .flex > div {
  width: calc(100% - 330px);
}
@media only screen and (max-width: 1100px) {
  #ap2.openbox .outline .inner > .flex > div, #ap4.openbox .outline .inner > .flex > div, #ap6.openbox .outline .inner > .flex > div, #ap8.openbox .outline .inner > .flex > div {
    width: calc(100% - 230px);
  }
}
@media only screen and (max-width: 960px) {
  #ap2.openbox .outline .inner > .flex > div, #ap4.openbox .outline .inner > .flex > div, #ap6.openbox .outline .inner > .flex > div, #ap8.openbox .outline .inner > .flex > div {
    width: 95%;
    margin-left: 0;
  }
}

#ap8.openbox {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #ap8.openbox {
    padding-bottom: 60px;
  }
}

#ap8.openbox:before {
  content: none;
}

#ap2 .sevice_detail .service_ttl .roboto.flex, #ap4 .sevice_detail .service_ttl .roboto.flex, #ap6 .sevice_detail .service_ttl .roboto.flex, #ap8 .sevice_detail .service_ttl .roboto.flex {
  background: #EEECFC;
}

.kadomaruao {
  background: #0439AF;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  width: 160px;
  text-align: center;
  padding: 8px 0;
  line-height: 1;
  display: inline-block;
  margin-right: 1em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  .kadomaruao {
    display: block;
    margin-bottom: 3px;
    margin-top: 1em;
    padding: 6px 0;
  }
}

.kadomarubox {
  border: 2px solid #0439AF;
  border-radius: 10px;
  padding: 20px 25px;
  margin-top: 20px;
}
.kadomarubox dt {
  color: #0439AF;
  font-weight: bold;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 960px) {
  .kadomarubox dt {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 960px) {
  .kadomarubox dd {
    font-size: 1.4rem;
  }
}
.kadomarubox li {
  list-style-type: disc;
  margin-left: 1em;
  color: #0439AF;
  margin-bottom: 5px;
}
@media only screen and (max-width: 960px) {
  .kadomarubox li {
    font-size: 1.4rem;
  }
}
.kadomarubox li span {
  color: #333333;
}

.jyuku_flow_img01 {
  margin-top: -30px;
  margin-left: 15px;
  display: inline-block;
}

.fukidashi {
  position: relative;
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #0439AF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 25px;
}
.fukidashi:before {
  content: "";
  position: absolute;
  top: -34px;
  left: 10%;
  margin-left: -13px;
  border: 11px solid transparent;
  border-bottom: 23px solid #FFF;
  z-index: 2;
}
.fukidashi:after {
  content: "";
  position: absolute;
  top: -45px;
  left: 10%;
  margin-left: -17px;
  border: 15px solid transparent;
  border-bottom: 30px solid #0439AF;
  z-index: 1;
}
.fukidashi h5 {
  color: #0439AF;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .fukidashi h5 {
    font-size: 1.4rem;
  }
}
.fukidashi p {
  text-align: left;
}
@media only screen and (max-width: 960px) {
  .fukidashi p {
    font-size: 1.4rem;
  }
}

.pontabox {
  max-width: 954px;
  width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pontabox figure {
  width: calc(100% - 810px);
  float: left;
}
@media only screen and (max-width: 960px) {
  .pontabox figure {
    width: 88px;
  }
}
@media only screen and (max-width: 800px) {
  .pontabox figure {
    width: 88px;
  }
}
.pontabox > div p {
  width: 770px;
  margin-left: 40px;
  float: left;
  text-align: left;
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 600;
}
@media only screen and (max-width: 960px) {
  .pontabox > div p {
    width: calc(100% - 100px);
    margin-left: 8px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .pontabox > div p {
    font-size: 1.5rem;
  }
}
.pontabox > div p > span {
  color: #0439AF;
}
.pontabox > div p .btn {
  width: 280px;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 20px;
  font-size: 1.8rem;
  z-index: 2;
}
.pontabox > div p .btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  left: auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 5px;
  border: 5px solid transparent;
  border-left: 5px solid #333;
}
@media only screen and (max-width: 800px) {
  .pontabox > div p .btn {
    font-size: 1.5rem;
    clear: both;
    margin-left: 0;
    height: 48px;
  }
}
@media only screen and (max-width: 380px) {
  .pontabox > div p .btn {
    font-size: 1.2rem;
  }
}
.pontabox > div p .btn span {
  color: #333;
}

/* 料金表
=========================================== */
#charge .sec_title {
  background: -webkit-linear-gradient(135deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background: linear-gradient(-45deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background-size: 29px 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0;
  margin-bottom: 95px;
  position: relative;
}
@media (max-width: 767px) {
  #charge .sec_title {
    padding: 40px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 520px) {
  #charge .sec_title {
    padding: 20px;
    margin-bottom: 35.5px;
  }
}
#charge .sec_title:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 60px;
  bottom: -58px;
  left: 0;
  right: 28px;
  margin-right: auto;
  margin-left: auto;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 5%, 50% 100%, 0 5%);
          clip-path: polygon(0 0, 100% 0%, 100% 5%, 50% 100%, 0 5%);
  background: -webkit-linear-gradient(135deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background: linear-gradient(-45deg, #0439AF 30%, #1143B1 0, #1143B1 50%, #0439AF 0, #0439AF 80%, #1143B1 0);
  background-size: 29px 29px;
}
@media (max-width: 993px) {
  #charge .sec_title:after {
    right: 0;
  }
}
@media (max-width: 767px) {
  #charge .sec_title:after {
    width: 60px;
    height: 40px;
    bottom: -38px;
  }
}
@media (max-width: 520px) {
  #charge .sec_title:after {
    width: 40px;
    height: 20px;
    bottom: -18px;
  }
}
#charge .sec_title h2 {
  color: #fff;
  font-size: 4rem;
  display: block;
  padding: 0 40px;
}
@media (max-width: 767px) {
  #charge .sec_title h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  #charge .sec_title h2 {
    font-size: 1.8rem;
  }
}
#charge .charge_mv {
  background: #E9F0FF;
  border-radius: 10px;
  padding: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  #charge .charge_mv {
    padding: 20px;
    margin-bottom: 40px;
  }
}
#charge .charge_mv .charge_mv_title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 993px) {
  #charge .charge_mv .charge_mv_title > .sp {
    display: block !important;
  }
}
@media (max-width: 767px) {
  #charge .charge_mv .charge_mv_title {
    font-size: 2.6rem;
  }
}
@media (max-width: 520px) {
  #charge .charge_mv .charge_mv_title {
    font-size: 2rem;
  }
}
#charge .charge_mv .charge_mv_title > img {
  display: inline-block;
  max-width: 280px;
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #charge .charge_mv .charge_mv_title > img {
    max-width: 200px;
  }
}
@media (max-width: 520px) {
  #charge .charge_mv .charge_mv_title > img {
    max-width: 160px;
  }
}
#charge .charge_mv .charge_mv_text > p {
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 767px) {
  #charge .charge_mv .charge_mv_text > p {
    font-size: 1.4rem;
  }
}
#charge .charge_mv .charge_mv_text > p:first-child {
  margin-bottom: 20px;
}
#charge .list {
  padding-top: 40px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #charge .list {
    margin-bottom: 60px;
  }
}
#charge .list_title_content {
  margin-bottom: 46px;
}
#charge .list_title_content .list_title {
  position: relative;
  margin-bottom: 40px;
  z-index: 3;
}
@media (max-width: 767px) {
  #charge .list_title_content .list_title {
    margin-bottom: 25px;
  }
}
#charge .list_title_content .list_title > img {
  max-width: 170px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #charge .list_title_content .list_title > img {
    max-width: 120px;
    bottom: 22px;
  }
}
#charge .list_title_content .list_title > h3 {
  font-size: 3.2rem;
  font-weight: bold;
  color: #0439AF;
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  #charge .list_title_content .list_title > h3 {
    font-size: 2.2rem;
  }
}
#charge .list_title_content .list_title > h3:after {
  content: "";
  position: absolute;
  height: 4px;
  background: #0439AF;
  width: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#charge .list_title_content > p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #charge .list_title_content > p {
    font-size: 1.4rem;
  }
}
#charge .list_content {
  padding-top: 5px;
}
@media (max-width: 767px) {
  #charge .list_content {
    padding-top: 9px;
  }
}
#charge .list_content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #D5D5D5;
}
#charge .list_content th {
  background: #F7F7F7;
  padding: 30px 24px;
  text-align: left;
  border: 1px solid #D5D5D5;
  font-size: 1.8rem;
  font-weight: bold;
  width: 20%;
  vertical-align: middle;
}
@media (max-width: 993px) {
  #charge .list_content th {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #charge .list_content th {
    font-size: 1.4rem;
    padding: 18px;
  }
}
#charge .list_content td {
  border: 1px solid #D5D5D5;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px 24px;
  vertical-align: middle;
}
@media (max-width: 993px) {
  #charge .list_content td {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  #charge .list_content td {
    font-size: 1.4rem;
    padding: 18px;
  }
}
#charge .list_content .blue_bg {
  background: #F5F8FF;
}
#charge .list_content th.fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 5;
}
#charge .list_content th.fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 100%;
  border: 1px solid #D5D5D5;
}
#charge .list_content th.fixed:nth-child(2), #charge .list_content td.fixed {
  position: -webkit-sticky;
  position: sticky;
  left: 217px;
  z-index: 5;
}
@media (max-width: 767px) {
  #charge .list_content th.fixed:nth-child(2), #charge .list_content td.fixed {
    left: 157px;
  }
}
@media (max-width: 520px) {
  #charge .list_content th.fixed:nth-child(2), #charge .list_content td.fixed {
    left: 113px;
  }
}
#charge .list_content th.fixed:nth-child(2):before, #charge .list_content td.fixed:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  height: 100%;
  border: 1px solid #D5D5D5;
}
#charge .list_content td.fixed {
  background: #fff;
}
#charge .list_content th.blue {
  background: #0439AF !important;
  border: 3px solid #0439AF;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #charge .list_content th.blue {
    border: none;
  }
}
#charge .list_content td.blue_check {
  border-right: 3px solid #0439AF;
  border-left: 3px solid #0439AF;
  font-size: 1.8rem;
  font-weight: bold;
  color: #0439AF;
}
@media (max-width: 767px) {
  #charge .list_content td.blue_check {
    font-size: 1.4rem;
  }
}
#charge .list_content td.blue_check > img {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #charge .list_content td.blue_check > img {
    width: 24px;
    height: 24px;
  }
}
#charge .list_content td.blue_check > p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0439AF;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  #charge .list_content td.blue_check > p {
    font-size: 1.2rem;
  }
}
#charge .list_content td.blue_check > span {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0439AF;
  display: block;
}
@media (max-width: 767px) {
  #charge .list_content td.blue_check > span {
    font-size: 1.2rem;
  }
}
#charge .list_content .total td.blue_check {
  border-bottom: 3px solid #0439AF;
  background: #E9F0FF;
  color: #0439AF;
  font-size: 3.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #charge .list_content .total td.blue_check {
    font-size: 2.4rem;
  }
}
#charge .list_content .total td.blue_check > span {
  font-size: 2.2rem;
  color: #333333;
  display: inline-block;
}
@media (max-width: 767px) {
  #charge .list_content .total td.blue_check > span {
    font-size: 1.4rem;
  }
}
#charge .list_content th.pink {
  background: #ED1E79 !important;
  border: 3px solid #ED1E79;
  border-collapse: separate;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #charge .list_content th.pink {
    border: none;
  }
}
#charge .list_content td.pink_check {
  border-right: 3px solid #ED1E79;
  position: relative;
}
#charge .list_content td.pink_check:before {
  content: "";
  position: absolute;
  border-left: 2px solid #ED1E79;
  left: 0;
  top: 0;
  height: 101%;
}
@media (max-width: 767px) {
  #charge .list_content td.pink_check:before {
    border-left: 0.5px solid #ED1E79;
  }
}
#charge .list_content td.pink_check > img {
  width: 36px;
  height: 36px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  #charge .list_content td.pink_check > img {
    width: 24px;
    height: 24px;
  }
}
#charge .list_content td.pink_check > p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ED1E79;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  #charge .list_content td.pink_check > p {
    font-size: 1.2rem;
  }
}
#charge .list_content td.pink_check > span {
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  line-height: 1;
}
@media (max-width: 767px) {
  #charge .list_content td.pink_check > span {
    font-size: 1.2rem;
  }
}
#charge .list_content .total td.pink_check {
  border-bottom: 3px solid #ED1E79;
  background: #FEEAF3;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ED1E79;
}
@media (max-width: 767px) {
  #charge .list_content .total td.pink_check {
    font-size: 2.4rem;
  }
}
#charge .list_content .total td.pink_check > span {
  font-size: 2.2rem;
  color: #333333;
  display: inline-block;
}
@media (max-width: 767px) {
  #charge .list_content .total td.pink_check > span {
    font-size: 1.4rem;
  }
}
#charge .list_content td:last-child {
  font-size: 2.8rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #charge .list_content td:last-child {
    font-size: 2.2rem;
  }
}
#charge .list_content .total td:last-child {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #charge .list_content .total td:last-child {
    font-size: 2rem;
  }
}
#charge .list_content .total td:last-child > span {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  #charge .list_content .total td:last-child > span {
    font-size: 1.4rem;
  }
}
#charge .list_content .fee > .roboto {
  color: #0439AF;
  font-size: 6.4rem;
  font-weight: bold;
  display: inline-block;
  margin-right: 8px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  #charge .list_content .fee > .roboto {
    font-size: 4.2rem;
  }
}
#charge .list_content .fee > span {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 767px) {
  #charge .list_content .fee > span {
    font-size: 1.8rem;
  }
}
#charge .list_content .fee > p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #charge .list_content .fee > p {
    font-size: 1.4rem;
  }
}
#charge .list_content .fee > p:last-child {
  margin-top: 10px;
}
#charge .list_content .custom > p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #charge .list_content .custom > p {
    font-size: 1.4rem;
    padding: 0 20px;
  }
}
#charge .list_content .custom .custom_img {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#charge .list_content .custom .custom_img > figure {
  max-width: 240px;
  width: 100%;
}
@media (max-width: 767px) {
  #charge .list_content .custom .custom_img > figure {
    max-width: 190px;
  }
}
#charge .list_content .custom .custom_img > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#charge .list_content .title th {
  background: #EBEBEB;
  text-align: center;
}
#charge .list_content .title th:first-child {
  text-align: left;
}
#charge .list_content .title .blue_bg_title {
  background-color: #0439AF;
  color: #fff;
}
#charge .list_content .title .gray {
  position: relative;
}
#charge .list_content .title .gray > p {
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #charge .list_content .title .gray > p {
    font-size: 1.4rem;
  }
}
#charge .list_content .title .gray > p span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
}
#charge .list_content .title .gray > p span:before {
  content: "";
  position: absolute;
  background: #333333;
  width: 2px;
  height: 18px;
  left: 0;
  bottom: 3px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
#charge .list_content .title .gray > p span:after {
  content: "";
  position: absolute;
  background: #333333;
  width: 2px;
  height: 18px;
  right: 0;
  bottom: 3px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
#charge .list01 .list_title > img {
  max-width: 143px;
}
@media (max-width: 767px) {
  #charge .list01 .list_title > img {
    max-width: 103px;
  }
}
#charge .list01 .list_content table {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: auto;
}
@media (max-width: 767px) {
  #charge .list01 .list_content table {
    width: 780px;
  }
}
@media (max-width: 520px) {
  #charge .list01 .list_content table {
    width: 560px;
  }
}
#charge .list01 .list_content .title .gray p:before {
  left: 40%;
}
#charge .list01 .list_content .title .gray p:after {
  right: 40%;
}
#charge .list02 th, #charge .list02 td {
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  #charge .list02 th, #charge .list02 td {
    font-size: 1.4rem !important;
  }
}
#charge .list03, #charge .list04 {
  z-index: 1;
  position: relative;
  padding-bottom: 60px;
}
#charge .list03:after, #charge .list04:after {
  content: "";
  position: absolute;
  background: #F7F7F7;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2;
}
#charge .list04 {
  margin-bottom: 0;
}
#charge .list04:after {
  content: "";
  position: absolute;
  background: #F7F7F7;
  width: 100%;
  height: 88%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -2;
}
@media (max-width: 767px) {
  #charge .list04:after {
    height: 92%;
  }
}
#charge .list04 .list_title_content {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #charge .list04 .list_title_content {
    margin-bottom: 25px;
  }
}