.mb15 {
  margin-bottom: 1.5em; }

.mb1 {
  margin-bottom: 1em; }

.mb2 {
  margin-bottom: 2em; }

.mb3 {
  margin-bottom: 3em; }

.mb4 {
  margin-bottom: 4em; }

.mt2 {
  margin-top: 2em; }

.mt3 {
  margin-top: 3em; }

.mt4 {
  margin-top: 4em; }

@media (max-width: 767px) {
  .vw100 {
    width: 100vw;
    margin-left: -6.8%; } }

p.small {
  font-size: 0.8rem; }

p.caption {
  font-size: 0.8rem;
  margin-top: 0.5em; }

.orange {
  background: #FDF2E5; }

.size_auto {
  width: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%; }

.under_arrow {
  text-align: center;
  margin: 2em 0; }
  .under_arrow img {
    max-width: 100%;
    width: auto;
    display: block;
    margin: 0 auto; }

.mv_under_back {
  background-image: url("../img/mv_under_back.png");
  background-size: auto;
  background-repeat: repeat; }

.check_back {
  background-image: url("../img/check_back.png");
  background-size: auto;
  background-repeat: repeat;
  padding: 2em 6em; }
  @media (max-width: 767px) {
    .check_back {
      padding: 2em; } }

.col_2_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .col_2_wrap {
      display: block; } }
  .col_2_wrap .col_2 {
    width: 47.9166666667%; }
    .col_2_wrap .col_2.orange {
      border: 2px #E87F00 solid;
      padding: 4.1666666667% 3.0833333333% 0;
      background: #fff;
      margin-bottom: 2.5em; }
      @media (max-width: 767px) {
        .col_2_wrap .col_2.orange {
          padding: 11.6822429907% 8.6448598131% 0; } }
      .col_2_wrap .col_2.orange h3 {
        text-align: center;
        margin-bottom: 1em;
        font-family: 'BIZ UDPMincho', serif;
        background: #E87F00;
        color: #fff;
        width: 300px;
        margin: 0 auto 1em;
        font-size: 1rem;
        font-weight: normal;
        border-radius: 100px; }
        @media (max-width: 767px) {
          .col_2_wrap .col_2.orange h3 {
            width: 80%; } }
        .col_2_wrap .col_2.orange h3 img {
          max-width: 100%;
          width: auto;
          display: block;
          margin: 0 auto; }
      .col_2_wrap .col_2.orange .after_img img {
        max-width: 100%;
        width: auto;
        display: block;
        margin: 0 auto; }
        @media (max-width: 767px) {
          .col_2_wrap .col_2.orange .after_img img {
            margin-bottom: 2em; } }
    @media (max-width: 767px) {
      .col_2_wrap .col_2 {
        width: 100%;
        margin-bottom: 1em; } }
    .col_2_wrap .col_2 h2 {
      margin-bottom: 1em; }
  .col_2_wrap.reverse {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; }

.left_img_half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }
  @media (max-width: 767px) {
    .left_img_half {
      display: block; } }
  .left_img_half img.half {
    width: 50%;
    height: 540px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
    @media (max-width: 767px) {
      .left_img_half img.half {
        width: 100%;
        height: auto;
        margin-bottom: 4em; } }
  .left_img_half .left_img_half_txt_wrap {
    width: 50%; }
    @media (max-width: 767px) {
      .left_img_half .left_img_half_txt_wrap {
        width: 86.4%;
        margin: 0 auto; } }
    .left_img_half .left_img_half_txt_wrap .left_img_half_txt h2 {
      margin-bottom: 1em; }
    @media (min-width: 768px) {
      .left_img_half .left_img_half_txt_wrap .left_img_half_txt {
        max-width: 527px;
        margin-left: 5.4166666667%;
        margin-right: 2%; } }

.point03 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .point03 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .point03 li {
    width: 29.4166666667%; }
    @media (max-width: 767px) {
      .point03 li {
        width: 48%;
        margin-bottom: 2em; }
        .point03 li:first-child {
          margin-right: 4%; } }

.point03_home {
  width: 96%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .point03_home {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .point03_home li {
    width: 29.4166666667%; }
    @media (max-width: 767px) {
      .point03_home li {
        width: 48%;
        margin-bottom: 2em; }
        .point03_home li:first-child {
          margin-right: 4%; } }

.btn {
  margin: 1.5em auto; }
  .btn.long {
    max-width: 28rem; }
    @media (max-width: 767px) {
      .btn.long {
        width: 100%; } }

ul.normal {
  list-style-type: disc;
  margin-left: 1em; }
