@charset "UTF-8";
/* Scss Document */
/* -------------------------------------------------- */
/* file   : xx.css                                  */
/* update : 2023                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* pc向け */
/* --------------------------------------------------- */
.purchase {
  padding-bottom: 65px;
}

.purchase_sttl {
  max-width: 1010px;
  margin: 0 auto 35px;
  text-align: center;
  position: relative;
}
.purchase_sttl::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #2fa138;
  position: absolute;
  top: 50%;
  left: 0;
}
.purchase_sttl span {
  padding: 0 20px;
  font-size: 25px;
  font-weight: 700;
  color: #2fa138;
  background: #FFF;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.service {
  max-width: 1011px;
  margin: 0 auto;
}

.service_ttl {
  margin-top: 55px;
  overflow: hidden;
  position: relative;
}
.service_ttl:first-child {
  margin-top: 60px;
}
.service_ttl::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 3px dotted #2fa138;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.service_ttl span {
  padding-right: 25px;
  font-size: 25px;
  font-weight: 700;
  color: #2fa138;
  display: inline-block;
  background: #FFF;
}

.service_flex {
  max-width: 947px;
  margin: 30px 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_item-three {
  width: 30.62%;
}

.service_sttl {
  font-size: 20px;
  font-weight: 700;
  color: #2fa138;
}

.service_bold {
  margin-top: 5px;
  font-weight: 700;
  line-height: 1.2;
}

.service_text {
  margin-top: 5px;
}

.service_text--mt {
  margin-top: 20px;
}

.service_text--mt02 {
  margin-top: 2px;
}

.service_img {
  margin-top: 30px;
}

.service_img02 {
  margin-top: 15px;
}

.service_img--center {
  text-align: center;
}

.service_item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_item-two01 {
  width: 46.11%;
}
.service_item-two01 .service_item-two_textarea {
  width: calc(100% - 220px);
}
.service_item-two01 .service_item-two_img {
  width: 214px;
}

.service_item-two02 {
  width: 45.48%;
}
.service_item-two02 .service_item-two_textarea {
  width: calc(100% - 170px);
}
.service_item-two02 .service_item-two_img {
  width: 162px;
}

.simulation {
  margin-top: 75px;
}

.simulation_item {
  max-width: 955px;
  margin: 30px auto 0;
}

.simulation_sttl {
  font-size: 20px;
  font-weight: 700;
  color: #2fa138;
}

.simulation_flex {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.simulation_l {
  width: 30.37%;
  overflow: hidden;
}

.simulation_green {
  height: 100%;
  padding: 15px 10px 15px 15px;
  background: #e1efd8;
}

.simulation_img {
  width: 142px;
  margin: 20px auto;
  text-align: center;
}

.simulation_img02 {
  width: 251px;
  margin: 20px auto;
  text-align: center;
}

.simulation_square {
  padding-left: 15px;
  position: relative;
}
.simulation_square::before {
  content: "□";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.simulation_circle {
  padding-left: 15px;
  position: relative;
}
.simulation_circle::before {
  content: "●";
  font-size: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.simulation_circle--mt {
  margin-top: 25px;
}

.simulation_circle--pl {
  margin-left: 15px;
}

.simulation_c {
  width: 27.75%;
  padding: 10px;
  background: #e1efd8;
  position: relative;
}
.simulation_c::before {
  content: "";
  width: 18px;
  height: 35px;
  display: block;
  background: url(../../business/img/purchase/arrow.svg) no-repeat center/100% auto;
  position: absolute;
  top: 44%;
  right: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.simulation_r {
  width: 31.41%;
  padding: 30px 13px;
  background: #e1efd8;
}

.simulation_sample {
  margin-top: 10px;
  padding: 10px 10px 10px 15px;
  background: #fffce4;
}

.simulation_note {
  margin: 5px 14px 0;
  color: #ff0000;
  line-height: 1.2;
}

/* -------------------pc END------------------------------- */
/* -------------------------------------------------- */
/* tablet向け */
/* --------------------------------------------------- */
/* ---------------------tablet END----------------------------- */
/* -------------------------------------------------- */
/* sp向け */
/* --------------------------------------------------- */
@media screen and (max-width: 750px) {
  .purchase {
    padding-bottom: 60px;
  }
  .purchase_sttl {
    max-width: 100%;
    margin: 0 auto 18px;
  }
  .purchase_sttl span {
    padding: 0 34px;
    font-size: 17px;
  }
  .service {
    max-width: 100%;
    margin: 0;
  }
  .service_ttl {
    margin-top: 54px;
    padding-bottom: 7px;
    border-bottom: 2px dotted #2fa138;
  }
  .service_ttl:first-child {
    margin-top: 18px;
  }
  .service_ttl::before {
    display: none;
  }
  .service_ttl span {
    padding-right: 5px;
    font-size: 17px;
    display: block;
  }
  .service_flex {
    max-width: 100%;
    margin: 18px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px 0;
  }
  .service_item-three {
    width: 100%;
  }
  .service_sttl {
    font-size: 15px;
  }
  .service_bold {
    margin-top: 5px;
    font-weight: 700;
    line-height: 1.2;
  }
  .service_text {
    margin-top: 5px;
  }
  .service_text--mt {
    margin-top: 5px;
  }
  .service_text--mt02 {
    margin-top: 2px;
  }
  .service_img {
    margin-top: 20px;
    text-align: center;
  }
  .service_img02 {
    margin-top: 18px;
  }
  .service_img03 {
    text-align: center;
  }
  .service_img03 img {
    width: 100%;
    height: auto;
  }
  .service_item-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service_item-two01 {
    width: 100%;
  }
  .service_item-two01 .service_item-two_textarea {
    width: 100%;
  }
  .service_item-two01 .service_item-two_img {
    width: 100%;
    margin: 23px auto 0;
    text-align: center;
  }
  .service_item-two02 {
    width: 100%;
  }
  .service_item-two02 .service_item-two_textarea {
    width: 100%;
  }
  .service_item-two02 .service_item-two_img {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
  }
  .simulation {
    margin-top: 44px;
  }
  .simulation_item {
    max-width: 100%;
    margin: 42px auto 0;
    padding: 0 20px;
  }
  .simulation_item:first-of-type {
    margin-top: 30px;
  }
  .simulation_sttl {
    font-size: 15px;
  }
  .simulation_flex {
    margin-top: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px 0;
  }
  .simulation_l {
    width: 100%;
  }
  .simulation_green {
    height: 100%;
    padding: 15px 10px 15px 15px;
    background: #e1efd8;
  }
  .simulation_img {
    width: 100%;
    margin: 15px auto 22px;
    text-align: center;
  }
  .simulation_img02 {
    width: 251px;
    margin: 20px auto;
    text-align: center;
  }
  .simulation_square {
    padding-left: 15px;
    position: relative;
  }
  .simulation_square::before {
    content: "□";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .simulation_circle {
    padding-left: 15px;
    position: relative;
  }
  .simulation_circle::before {
    content: "●";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .simulation_circle--mt {
    margin-top: 25px;
  }
  .simulation_circle--pl {
    margin-left: 15px;
  }
  .simulation_c {
    width: 100%;
    padding: 12px 10px 15px 12px;
  }
  .simulation_c::before {
    width: 18px;
    height: 35px;
    top: auto;
    right: auto;
    bottom: -36px;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%) rotate(90deg);
            transform: translateY(0) translateX(-50%) rotate(90deg);
  }
  .simulation_r {
    width: 100%;
    margin-top: 24px;
    padding: 20px 16px 16px;
  }
  .simulation_sample {
    margin-top: 5px;
    padding: 10px 10px 16px 15px;
  }
  .simulation_note {
    margin: 5px 14px 0;
    line-height: 1.2;
  }
}
/* -------------------sp END------------------------------- */