@charset "UTF-8";
main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
}
main .pc {
  display: block;
}
main .sp {
  display: none;
}
@media (max-width: 767px) {
  main .pc {
    display: none;
  }
  main .sp {
    display: block;
  }
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0%;
}
main img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.title_area {
  width: 100%;
  height: 320px;
  background: url(../img/title_pc.png) center top no-repeat #F0B400;
  background-size: contain;
}
@media (max-width: 767px) {
  .title_area {
    height: 94.7368421053vw;
    background: url(../img/title_sp.png) center top no-repeat #F0B400;
    background-size: contain;
  }
}
.title_area h1 {
  opacity: 0;
}

.img-01 {
  width: 720px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .img-01 {
    width: 100%;
  }
}

h2 {
  position: absolute;
  left: 50%;
  width: 720px;
  margin-left: -360px;
  top: 60px;
}
@media (max-width: 767px) {
  h2 {
    width: 78.9473684211vw;
    margin-left: -39.4736842105vw;
    top: -8.5526315789vw;
  }
}

.cont-02 {
  position: relative;
  background: #FFF0D2;
  padding: 90px 0 60px;
}
@media (max-width: 767px) {
  .cont-02 {
    padding: 13.1578947368vw 0 10.5263157895vw;
    margin-top: 13.1578947368vw;
  }
}

.box-01 {
  background-color: #FFE6AF;
  border-radius: 5px;
  margin: 0 auto;
  width: 840px;
  padding: 60px 60px 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-01 {
    width: 84.2105263158vw;
    padding: 5.2631578947vw;
    padding-bottom: 0;
    font-size: 4.2105263158vw;
    border-radius: 1.0526315789vw;
    text-align: left;
  }
}
.box-01 p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.box-02 {
  background-color: #FFF;
  border-radius: 5px;
  margin: 0 auto;
  width: 840px;
  padding: 20px;
  padding-bottom: 0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 767px) {
  .box-02 {
    width: 84.2105263158vw;
    padding: 5.2631578947vw;
    padding-bottom: 0;
    font-size: 4.2105263158vw;
    border-radius: 1.0526315789vw;
    text-align: left;
  }
}
.box-02 h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 1em;
  text-align: center;
}
.box-02 h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(70%, #FFDCFF));
  background: linear-gradient(#fff 70%, #FFDCFF 70%);
}
.box-02 p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

.img-03 {
  width: 700px;
  margin: 0 auto;
  margin-top: -45px;
}
@media (max-width: 767px) {
  .img-03 {
    width: 98.6842105263vw;
    margin-top: -11.1842105263vw;
  }
}

.btn_price {
  width: 460px;
  height: 60px;
  border: #EB193C solid 2px;
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #EB193C;
  font-weight: 700;
  font-size: 16px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  .btn_price {
    font-size: 4.2105263158vw;
    width: 78.9473684211vw;
    height: 13.1578947368vw;
    border-width: 0.5263157895vw;
    border-radius: 1.3157894737vw;
    margin-top: 10.5263157895vw;
  }
}
.btn_price span {
  margin-left: 0.5em;
  font-size: 1.2em;
  position: relative;
  bottom: 0.05em;
}

.cont-03 {
  padding: 50px 0 60px;
}
@media (max-width: 767px) {
  .cont-03 {
    padding: 9.2105263158vw 0 19.0789473684vw;
  }
}
.cont-03 .p01 {
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 1em;
  color: #EB193C;
}
@media (max-width: 767px) {
  .cont-03 .p01 {
    font-size: 3.6842105263vw;
  }
}
.cont-03 .p02 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 2em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cont-03 .p02 {
    font-size: 4.6052631579vw;
  }
}
.cont-03 .p02 span {
  color: #EB193C;
}
.cont-03 .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 784px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cont-03 .btns {
    width: 90.7894736842vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cont-03 .btns li {
    margin-bottom: 6.5789473684vw;
  }
}
.cont-03 .btns p {
  font-size: 14px;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .cont-03 .btns p {
    font-size: 2.8947368421vw;
    text-align: left;
  }
}
.cont-03 .btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 70px;
  background-color: #EB193C;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cont-03 .btns a {
    font-size: 3.4210526316vw;
    width: 90.7894736842vw;
    height: 13.1578947368vw;
    padding-left: 1.5em;
  }
}

.cont-04 {
  position: relative;
  background: #E1F5E6;
  padding: 90px 0 60px;
}
@media (max-width: 767px) {
  .cont-04 {
    padding: 13.1578947368vw 0 10.5263157895vw;
  }
}

.box-03 {
  background-color: #FFF;
  border-radius: 5px;
  margin: 0 auto;
  width: 840px;
  padding: 60px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .box-03 {
    width: 84.2105263158vw;
    padding: 5.2631578947vw;
    border-radius: 1.0526315789vw;
  }
}
.box-03 .item {
  width: 320px;
}
@media (max-width: 767px) {
  .box-03 .item {
    width: 73.6842105263vw;
  }
}
.box-03 .item .p01 {
  font-weight: 700;
  font-size: 12px;
  margin-top: 1.3em;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .box-03 .item .p01 {
    font-size: 2.8947368421vw;
  }
}
.box-03 .item .p01 span {
  display: inline-block;
  width: 20px;
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .box-03 .item .p01 span {
    width: 4.6052631579vw;
  }
}
.box-03 .item .p02 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .box-03 .item .p02 {
    font-size: 3.6842105263vw;
  }
}
.box-03 .item:nth-child(1) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .box-03 .item:nth-child(1) {
    margin-bottom: 6.5789473684vw;
  }
}
.box-03 .item:nth-child(2) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .box-03 .item:nth-child(2) {
    margin-bottom: 6.5789473684vw;
  }
}
.box-03 .item:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box-03 .item:nth-child(3) {
    margin-bottom: 6.5789473684vw;
  }
}
.box-03 .item:nth-child(4) {
  margin-bottom: 0;
}
.box-03 .caution {
  padding-top: 2em;
  font-size: 14px;
  width: 100%;
  text-align: right;
}
@media (max-width: 767px) {
  .box-03 .caution {
    font-size: 2.6315789474vw;
  }
}/*# sourceMappingURL=an_layout.css.map */