@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&family=Roboto:wght@500;700&display=swap");
* {
  color: #5F5F5F;
}

.bg_gray {
  background: #F4F4F4;
}

.noto-sans-jp-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.noto-sans-jp-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: medium;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* #top_reason
=========================================== */
#mv {
  position: relative;
}

.mv_btn_set {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  z-index: 100;
  width: 90%;
  max-width: 562px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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 (max-width: 960px) {
  .mv_btn_set {
    bottom: -30px;
  }
}
.mv_btn_set .mv_btn_balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 10px 1.5em 0;
  padding: 7px 10px;
  background: #FFF1E5;
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  .mv_btn_set .mv_btn_balloon {
    width: 45%;
    padding: 7px 2px;
  }
}
.mv_btn_set .mv_btn_balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #FFF1E5;
}
.mv_btn_set .mv_btn_balloon p {
  text-align: center;
  margin: 0 auto;
  color: #FD7D5E;
  font-weight: 700;
  font-size: 2rem;
  font-weight: 700;
}
.mv_btn_set .mv_btn_balloon p span {
  font-size: 1.8rem;
  font-weight: 700;
  color: #FD7D5E;
}
@media (max-width: 600px) {
  .mv_btn_set .mv_btn_balloon p {
    font-size: 1.1rem;
  }
  .mv_btn_set .mv_btn_balloon p span {
    font-size: 1rem;
  }
}
.mv_btn_set .mv_btn {
  width: 295px;
}
@media (max-width: 767px) {
  .mv_btn_set .mv_btn {
    width: 55%;
  }
}
.mv_btn_set .btn_arrow_btm {
  background: #FD7D5E;
  width: 100%;
  position: relative;
  border-radius: 30px !important;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -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;
}
@media (max-width: 600px) {
  .mv_btn_set .btn_arrow_btm {
    padding: 9px 0;
    height: auto;
  }
}
.mv_btn_set .btn_arrow_btm span {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (max-width: 600px) {
  .mv_btn_set .btn_arrow_btm span {
    font-size: 1.4rem;
  }
}
.mv_btn_set .btn_arrow_btm:after {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .mv_btn_set .btn_arrow_btm:after {
    right: 7%;
    width: 5px;
    height: 5px;
  }
}

#top_foruser .top_reason {
  background: none;
  padding: 0;
}
#top_foruser .top_reason .btn_area {
  margin-top: 24px;
  text-align: center;
}
#top_foruser .top_reason .btn_area .btn {
  background: #06C755;
}
#top_foruser .top_reason .btn_area .btn span:before {
  display: none;
}
#top_foruser .top_reason .reason_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #top_foruser .top_reason .reason_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top_foruser .top_reason .reason_flex > div {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  #top_foruser .top_reason .reason_flex > div {
    width: 100%;
  }
}
#top_foruser .top_reason .reason_box {
  background-color: #EBF8F5;
  border-radius: 8px;
  padding: 40px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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: 20px;
  margin-bottom: 40px;
}
#top_foruser .top_reason .reason_box h3 {
  color: #00A67E;
}
#top_foruser .top_reason .reason_box h3.linefree {
  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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
  margin-bottom: 10px;
}
#top_foruser .top_reason .reason_box h3.linefree:before, #top_foruser .top_reason .reason_box h3.linefree:after {
  width: 2px;
  height: 18px;
  content: "";
  background-color: #00A67E;
}
#top_foruser .top_reason .reason_box h3.linefree:before {
  margin-right: 0.8em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
#top_foruser .top_reason .reason_box h3.linefree:after {
  margin-left: 0.8em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
#top_foruser .top_reason .reason_box p {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #top_foruser .top_reason .reason_box p {
    text-align: left;
  }
}
#top_foruser .top_reason .linestep_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  #top_foruser .top_reason .linestep_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top_foruser .top_reason .linestep_flex > div {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  #top_foruser .top_reason .linestep_flex > div {
    width: 100%;
  }
}
#top_foruser .top_reason .linestep_box {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 40px 40px;
}

#linefreebox {
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 1150px) {
  #linefreebox {
    padding-top: 59px;
    margin-top: -59px;
  }
}/*# sourceMappingURL=top_ad.css.map */