@charset "UTF-8";
/* --------------------------------------------------------------
	 共通
-------------------------------------------------------------- */
body.lp_aircon {
  min-width: 11.6rem;
  font-size: 0.18rem;
  color: #34475e;
}

a {
  color: #000;
}

.wrapper {
  overflow: hidden;
}

.fixed_area {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #54b0f1;
}
.fixed_area::before, .fixed_area::after {
  content: "";
  width: 4.75rem;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.fixed_area::before {
  left: 0;
  background-image: url(../images/cmn/fixed_area_bg01.png);
}
.fixed_area::after {
  right: 0;
  background-image: url(../images/cmn/fixed_area_bg02.png);
}
.fixed_area .lists {
  position: absolute;
  top: 50%;
  left: 1.33rem;
  transform: translateY(-50%);
}
.fixed_area .lists li:not(:last-of-type) {
  margin-bottom: 0.31rem;
}
.fixed_area .lists a {
  font-size: 0.18rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #fff;
  letter-spacing: 0.03em;
}
.fixed_area .lists a.is-current .check_wrap {
  background-color: #fbf971;
}
.fixed_area .lists a.is-current .check_wrap svg {
  stroke: #54b0f1;
}
.fixed_area .lists a:hover {
  opacity: 1;
}
.fixed_area .lists .check_wrap {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.13rem;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.4s;
}
.fixed_area .lists .check_wrap svg {
  width: 0.15rem;
  height: 100%;
  stroke: #fbf971;
}
.fixed_area .btn_wrap {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
}
.fixed_area .btn_wrap img {
  width: 3.27rem;
  transition: transform 0.4s;
}
.fixed_area .btn_wrap a {
  position: relative;
}
.fixed_area .btn_wrap a::before {
  content: "";
  width: 0.46rem;
  height: 0.425rem;
  position: absolute;
  z-index: 1;
  top: -0.6rem;
  right: 0.28rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/cmn/fixed_area_btn_deco.png);
}
.fixed_area .btn_wrap a:hover {
  opacity: 1;
}
.fixed_area .btn_wrap a:hover::before {
  animation-name: anime_move;
  animation-delay: 0;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.fixed_area .btn_wrap a:hover .btn {
  transform: scale(1.05);
}
@keyframes anime_move {
  0% {
    transform: translate(0%, 0%);
  }
  20% {
    transform: translate(-10%, -10%);
  }
  40% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(-10%, -10%);
  }
  80% {
    transform: translate(0%, 0%);
  }
}
.fixed_area .btn_wrap a[href="#anchor_fee"].is-current {
  opacity: 0;
  pointer-events: none;
}

.content_area {
  width: 5.93rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cmn_header {
  display: flex;
  position: relative;
  z-index: 1;
}
.cmn_header .logo {
  width: 2.64rem;
}
.cmn_header .cat {
  width: calc(100% - 2.64rem);
}

.mv {
  padding: 0.23rem 0 0.23rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/mv/bg.jpg);
}
.mv .mv-heading_txt {
  margin: 0 0 0.9rem;
  text-align: center;
}
.mv .mv-heading_txt img {
  width: 5.6rem;
}
.mv .title {
  position: relative;
  top: -0.2rem;
  text-align: left;
}
.mv .title img {
  width: 4.55rem;
}

.quality {
  padding: 0.65rem 0.37rem 0.64rem;
  text-align: center;
  background-color: #d9eeff;
}
.quality .content {
  width: 100%;
  padding-top: 0.3rem;
  border-radius: 0.08rem;
  background-color: #fff;
  border: 0.02rem solid #34475e;
  position: relative;
}
.quality .content::before, .quality .content::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 0.1rem;
  border-radius: 50%;
  background-color: #34475e;
}
.quality .content::before {
  left: 0.12rem;
}
.quality .content::after {
  right: 0.12rem;
}
.quality .wrap {
  padding-bottom: 0.54rem;
  position: relative;
}
.quality .wrap::before, .quality .wrap::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  bottom: 0.1rem;
  border-radius: 50%;
  background-color: #34475e;
}
.quality .wrap::before {
  left: 0.12rem;
}
.quality .wrap::after {
  right: 0.12rem;
}
.quality .logo img {
  width: 1.22rem;
}
.quality .title {
  margin: 0.24rem 0 0.32rem;
}
.quality .title img {
  width: 4.61rem;
}
.quality .txt img {
  width: 4.505rem;
}
.quality .notes {
  margin-top: 0.15rem;
  text-align: right;
  font-size: 0.12rem;
  letter-spacing: 0.05em;
}

.sec_promise {
  width: 100%;
  padding: 0.64rem 0.4rem 0.63rem;
  background-color: #fff;
}
.sec_promise .title {
  font-size: 0.24rem;
  font-weight: 700;
  text-align: center;
  color: #34475e;
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.sec_promise .title .strong {
  font-size: 0.48rem;
  color: #54b0f1;
}
.sec_promise .txt {
  margin-top: 0.12rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec_promise .lists {
  margin-top: 0.46rem;
}
.sec_promise .lists li {
  border: 0.02rem solid #34475e;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_promise .lists li:not(:last-of-type) {
  margin-bottom: 0.48rem;
}
.sec_promise .lists .num {
  padding: 0.2rem 0;
  text-align: center;
  font-size: 0.28rem;
  color: #fff;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  background-color: #34475e;
}
.sec_promise .lists .img {
  padding: 0.24rem 0.16rem 0.29rem;
}
.sec_promise .lists .list_txt {
  padding: 0.33rem 0.2rem 0.28rem;
  letter-spacing: 0.03em;
  background-color: #d9eeff;
}
.sec_promise .lists .list_title {
  font-size: 0.32rem;
  line-height: 1.55;
  font-weight: 700;
}
.sec_promise .lists .list_desc {
  margin-top: 0.14rem;
  line-height: 1.8;
  font-weight: 500;
}
.sec_promise .lists .list_desc .notes {
  margin-top: 0.5em;
  font-size: 0.12rem;
  display: block;
}

.sec_confidence {
  padding: 1.3rem 0 1.49rem;
  background-color: #d9eeff;
  position: relative;
}
.sec_confidence .container {
  width: 4.77rem;
  margin: 0 auto;
}
.sec_confidence::before, .sec_confidence::after {
  content: "";
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec_confidence::before {
  height: 1.365rem;
  top: 0;
  background-image: url(../images/sec_confidence/bg_deco01.png);
}
.sec_confidence::after {
  height: 1.47rem;
  bottom: 0;
  background-image: url(../images/sec_confidence/bg_deco02.png);
}
.sec_confidence .title {
  margin: 0 -1.2em;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec_confidence .title .strong {
  color: #54b0f1;
}
.sec_confidence .txt {
  margin: 0.14rem 0 0.46rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec_confidence .item:not(:last-of-type) {
  margin-bottom: 0.48rem;
}
.sec_confidence .item .img img {
  border-radius: 0.1rem;
}
.sec_confidence .item .item_txt {
  margin-top: 0.15rem;
  padding: 0.33rem 0.33rem 0.23rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  border-radius: 0.1rem;
  border: 1px solid #fff;
  background-color: #e8f5ff;
}
.sec_confidence .item .item_txt .strong {
  font-weight: 700;
  border-bottom: 1px solid #fbf971;
}

.cta {
  padding: 0.47rem 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.cta .txt {
  text-align: center;
}
.cta .txt img {
  width: 5.41rem;
}
.cta .title {
  margin: 0.32rem 0 0.5rem 0.36rem;
}
.cta .title img {
  width: 3.175rem;
}
.cta .btn {
  text-align: center;
}
.cta .btn img {
  width: 5.48rem;
  transition: transform 0.4s;
}
.cta .btn a {
  position: relative;
}
@media screen and (min-width: 769px) {
  .cta .btn a::before {
    content: "";
    width: 0.75rem;
    height: 0.69rem;
    position: absolute;
    z-index: 1;
    top: -0.63rem;
    right: 0.16rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url(../images/cmn/fixed_area_btn_deco.png);
  }
  .cta .btn a:hover {
    opacity: 1;
  }
  .cta .btn a:hover::before {
    animation-name: anime_move;
    animation-delay: 0;
    animation-duration: 0.7s;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
  }
  .cta .btn a:hover .btn {
    transform: scale(1.05);
  }
}

.sec_clean {
  padding: 0.68rem 0 0;
  background-color: #fff;
}
.sec_clean .title {
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_clean .title .strong {
  margin-top: 0.15rem;
  display: block;
  font-size: 0.48rem;
  color: #54b0f1;
  line-height: 1.4;
}
.sec_clean .before {
  padding: 0.36rem 0.3rem 0.75rem;
  text-align: center;
  position: relative;
}
.sec_clean .before::before, .sec_clean .before::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.sec_clean .before::before {
  width: 100%;
  height: 2.04rem;
  bottom: -0.5rem;
  left: 0;
  background-image: url(../images/sec_clean/before_deco.png);
}
.sec_clean .before::after {
  width: 0.54rem;
  height: 0.676rem;
  z-index: 2;
  bottom: -0.4rem;
  left: calc(50% - 0.27rem);
  background-image: url(../images/sec_clean/arrow.png);
}
.sec_clean .before .img {
  margin-right: 0.28rem;
}
.sec_clean .before .img img {
  width: 5.1rem;
}
.sec_clean .before .txt {
  margin-top: 0.1rem;
}
.sec_clean .before .txt img {
  width: 97%;
}
.sec_clean .after .item01 {
  padding: 0.82rem 0.3rem 0.65rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(../images/sec_clean/after_item01_bg.png);
}
.sec_clean .after .item01::before {
  content: "";
  width: 5.815rem;
  height: 1.89rem;
  position: absolute;
  z-index: -1;
  bottom: 2.24rem;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec_clean/after_deco.png);
}
.sec_clean .after .item01 .img {
  margin-right: 0.08rem;
}
.sec_clean .after .item01 .img img {
  width: 100%;
}
.sec_clean .after .item01 .txt {
  margin: 0.1rem 0 0.3rem;
}
.sec_clean .after .item01 .txt img {
  width: 97%;
}
.sec_clean .after .item01 .title {
  margin: 0 -0.1rem;
}
.sec_clean .after .item01 .title img {
  width: 100%;
}
.sec_clean .after .item01 .cat {
  margin-top: 0.41rem;
}
.sec_clean .after .item01 .cat img {
  width: 4.065rem;
}
.sec_clean .after .item02 {
  margin-top: -1.4rem;
  padding: 1.9rem 0.37rem 0.65rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url(../images/sec_clean/after_item02_bg.jpg);
}
.sec_clean .after .item02 .item02_title {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.sec_clean .after .item02 .item02_title .strong {
  font-size: 0.4rem;
  color: #fbf971;
}
.sec_clean .after .item02 .lists {
  margin-top: 0.57rem;
}
.sec_clean .after .item02 .lists li:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.sec_clean .after .item02 .lists .list_title_wrap {
  padding: 0.25rem;
  background-color: #34475e;
  border-radius: 0.1rem 0.1rem 0 0;
}
.sec_clean .after .item02 .lists .point {
  width: 1.46rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.16rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  border-radius: 10rem;
  letter-spacing: 0.03em;
  background-color: #fbf971;
}
.sec_clean .after .item02 .lists .list_title {
  margin-top: 0.05rem;
  font-size: 0.32rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.sec_clean .after .item02 .lists .list_title .strong {
  color: #fbf971;
}
.sec_clean .after .item02 .lists .list_content {
  padding: 0.2rem 0.25rem 0.25rem;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.sec_clean .after .item02 .lists .img {
  width: 100%;
}
.sec_clean .after .item02 .lists .list_txt {
  margin-top: 0.26rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec_clean .after .item02 .lists .list_txt .strong {
  padding: 0 0.025rem;
  font-weight: 700;
  background-color: #fbf971;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.sec_clean .after .item02 .lists .list_txt .notes {
  margin-top: 0.3rem;
  display: block;
  font-size: 0.12rem;
}

.sec_voc {
  padding: 0.7rem 0.35rem 0.66rem;
  background-image: url(../images/sec_voc/bg.jpg);
}
.sec_voc .title {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_voc .title .strong {
  margin-top: 0.12rem;
  display: block;
  font-size: 0.4rem;
  color: #54b0f1;
  line-height: 1.5;
}
.sec_voc .review-box_wrap {
  min-height: 180px;
  background-color: white;
  border-radius: 0.1rem;
  padding: 0.3rem 0.2rem;
  margin: 0 auto 0.3rem;
}
.sec_voc .review-box_wrap.is_hide {
  display: none;
}
.sec_voc .review-box {
  min-height: 50px;
  background-color: #F6F6F6;
  border-radius: 0.1rem;
  padding: 0.2rem;
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.sec_voc .review-box:last-of-type {
  margin-bottom: 0;
}
.sec_voc .top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.2rem;
}
.sec_voc .stars {
  display: flex;
  align-items: center;
  gap: 0.03rem;
}
.sec_voc .satisfaction-label {
  position: relative;
  padding-right: 0.13rem;
  font-size: 0.21rem;
}
.sec_voc .satisfaction-label::before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  padding-left: 4px;
  border-right: 2px solid #34475e;
}
.sec_voc .star-icon {
  width: 0.2rem;
  margin-left: 0.06rem;
  pointer-events: none;
}
.sec_voc .star-icon_bg {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.06rem;
  background: url(../images/sec_voc/star.svg) no-repeat 0 0;
  background-size: contain;
}
.sec_voc .stars.lv3 .star-icon_bg:nth-of-type(5),
.sec_voc .stars.lv3 .star-icon_bg:nth-of-type(6) {
  display: none;
}
.sec_voc .stars.lv4 .star-icon_bg:nth-of-type(6) {
  display: none;
}
.sec_voc .review-box_item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.16rem;
  position: relative;
  padding-left: 0.25rem;
}
.sec_voc .review-box_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sec_voc .review-box_item.date::before {
  background-image: url("../images/sec_voc/calendar.png");
}
.sec_voc .review-box_item.user::before {
  background-image: url("../images/sec_voc/user.png");
}
.sec_voc .review-box_text {
  margin-top: 0.2rem;
  font-weight: 500;
  line-height: 2;
}
.sec_voc .read-more_btn {
  appearance: none;
  display: block;
  width: 3.2rem;
  padding: 0.15rem 0 0.17rem;
  margin: auto;
  background: #fff;
  border: 1px solid #54B0F1;
  border-radius: 0.5rem;
  color: #54B0F1;
  line-height: 1;
  font-size: 0.22rem;
}
.sec_voc .read-more_btn.is_hide {
  display: none;
}
.sec_voc .hidden_area {
  display: none;
}
.sec_voc .notes {
  margin-top: 0.25rem;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.sec_flow {
  padding: 0.63rem 0.4rem 0.6rem;
  background-color: #fff;
}
.sec_flow .title {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec_flow .lists {
  margin-top: 0.3rem;
}
.sec_flow .lists li {
  display: flex;
  align-items: center;
  position: relative;
}
.sec_flow .lists li:not(:last-of-type)::after {
  content: "";
  width: 0.815rem;
  height: 0.26rem;
  position: absolute;
  bottom: -0.47rem;
  left: calc(50% - 0.4075rem);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec_flow/arrow.png);
}
.sec_flow .lists .item01 {
  margin-bottom: 0.6rem;
}
.sec_flow .lists .item02 {
  margin-bottom: 0.62rem;
}
.sec_flow .lists .img {
  width: 2.64rem;
}
.sec_flow .lists .img img {
  width: 2.425rem;
}
.sec_flow .lists .txt {
  width: calc(100% - 2.64rem);
  letter-spacing: 0.03em;
}
.sec_flow .lists .list_title {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 1.4;
}
.sec_flow .lists .desc {
  margin-top: 0.06rem;
  font-weight: 500;
  line-height: 1.8;
}

.sec_operation {
  padding: 0.74rem 0.4rem 0.62rem;
  background-color: #d9eeff;
}
.sec_operation .title {
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_operation .txt {
  margin-top: 0.4rem;
  width: 100%;
}
.sec_operation .lists {
  margin-top: 0.3rem;
}
.sec_operation .lists li:not(:last-of-type) {
  margin-bottom: 0.31rem;
}
.sec_operation .lists .list_wrap {
  padding: 0.1rem 0.23rem;
  display: flex;
  align-items: center;
  border-radius: 0.1rem 0.1rem 0 0;
}
.sec_operation .lists .list_wrap .num {
  width: 0.32rem;
  line-height: 0.32rem;
  margin-right: 0.1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 0.16rem;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  background-color: #fff;
}
.sec_operation .lists .list_wrap .list_title {
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #fff;
}
.sec_operation .lists .content {
  padding: 0.22rem;
  display: flex;
  background-color: #fff;
  border-radius: 0 0 0.1rem 0.1rem;
}
.sec_operation .lists .img {
  width: 2.56rem;
}
.sec_operation .lists .img img {
  width: 2.38rem;
}
.sec_operation .lists .desc {
  width: calc(100% - 2.56rem);
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec_operation .lists .desc .notes {
  display: block;
  font-size: 0.12rem;
}
.sec_operation .lists .item01 .list_wrap {
  background-color: #54b0f1;
}
.sec_operation .lists .item01 .list_wrap .num {
  color: #54b0f1;
}
.sec_operation .lists .item02 .list_wrap {
  background-color: #4e9ad3;
}
.sec_operation .lists .item02 .list_wrap .num {
  color: #4e9ad3;
}
.sec_operation .lists .item03 .list_wrap {
  background-color: #4887b8;
}
.sec_operation .lists .item03 .list_wrap .num {
  color: #4887b8;
}
.sec_operation .lists .item04 .list_wrap {
  background-color: #42739b;
}
.sec_operation .lists .item04 .list_wrap .num {
  color: #42739b;
}
.sec_operation .lists .item05 .list_wrap {
  background-color: #3c5f80;
}
.sec_operation .lists .item05 .list_wrap .num {
  color: #3c5f80;
}
.sec_operation .lists .item06 .list_wrap {
  background-color: #34475e;
}
.sec_operation .lists .item06 .list_wrap .num {
  color: #34475e;
}

.sec_type {
  padding: 0.64rem 0.2rem 0.65rem;
  background-color: #fff;
}
.sec_type .title {
  margin-bottom: 0.45rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec_type .item {
  border: 1px solid #54b0f1;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_type .item .item_title_wrap {
  padding: 0.22rem 0 0.17rem;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #54b0f1;
}
.sec_type .item .item_title_wrap .item_title {
  font-size: 0.4rem;
  font-weight: 700;
  color: #fff;
}
.sec_type .item .item_title_wrap .item_title_cat {
  margin-top: 0.15rem;
  line-height: 1.58;
  font-size: 0.24rem;
  font-weight: 500;
  color: #fbf971;
}
.sec_type .item .content {
  padding: 0.44rem 0.37rem;
  background-color: #fff;
}
.sec_type .item .content .img {
  width: 100%;
}
.sec_type .item .content .content_title {
  margin: 0.45rem 0 0.2rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_type .item .content .content_title .sup {
  font-size: 0.16rem;
}
.sec_type .item .content .notes {
  font-size: 0.12rem;
  letter-spacing: 0.03em;
}
.sec_type .item01 .content .notes {
  margin-top: 0.1rem;
  text-align: right;
  letter-spacing: 0.03em;
}
.sec_type .item01 .content .about {
  margin-top: 0.45rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_type .item01 .content .about_title {
  padding: 0.27rem 0;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: #34475e;
}
.sec_type .item01 .content .about_content {
  padding: 0.24rem 0.2rem 0.21rem;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 0 0 0.1rem 0.1rem;
}
.sec_type .item01 .content .about_txt {
  font-size: 0.22rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec_type .item01 .content .about_txt .strong {
  font-weight: 700;
}
.sec_type .item01 .content .about_lists {
  margin-top: 0.4rem;
}
.sec_type .item01 .content .about_lists li:not(:last-of-type) {
  margin-bottom: 0.3rem;
}
.sec_type .item01 .content .about_lists .list_img {
  width: 100%;
}
.sec_type .item01 .content .about_lists .list_img img {
  border-radius: 0.1rem;
}
.sec_type .item01 .content .about_lists .list_desc {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  line-height: 1.8;
  font-weight: 500;
}
.sec_type .item02 {
  margin-top: 0.64rem;
}
.sec_type .item02 .content .notes {
  margin-top: 0.15rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec_type .after_item {
  margin-top: 0.65rem;
  border: 0.02rem solid #fbf971;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_type .after_item .after_item_wrap {
  padding: 0.16rem 0 0.24rem;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #fbf971;
}
.sec_type .after_item .after_item_wrap .after_item_cat {
  width: 3.7rem;
  line-height: 0.325rem;
  border-radius: 10rem;
  margin: 0 auto;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 700;
  color: #fff;
  background-color: #34475e;
}
.sec_type .after_item .after_item_wrap .after_item_title {
  margin-top: 0.15rem;
  font-size: 0.4rem;
  color: #34475e;
  font-weight: 700;
}
.sec_type .after_item .after_item_wrap .after_item_title small {
  display: block;
  font-weight: 500;
  font-size: 40%;
  margin-top: 0.8em;
}
.sec_type .after_item .content {
  padding: 0.44rem 0.37rem 0.48rem;
  background-color: #fff;
}
.sec_type .after_item .content .img img {
  width: 100%;
}
.sec_type .after_item .content .img01 {
  margin-bottom: 0.4rem;
}
.sec_type .after_item .content .txt {
  margin: 0.24rem 0 0.37rem;
  text-align: center;
  font-size: 0.2rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec_type .after_item .content .txt .sup {
  display: block;
  font-size: 0.16rem;
}
.sec_type .after_item .content .notes {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  line-height: 1.8;
  font-weight: 500;
}

.sec_faq {
  padding: 0.73rem 0.4rem 0.44rem;
  background-color: #d9eeff;
}
.sec_faq .title {
  margin-bottom: 0.4rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_faq .ac {
  width: 100%;
  margin: 0 auto;
}
.sec_faq .ac_parent {
  padding: 0.2rem 0 0.2rem 0.1rem;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.65;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 0.1rem;
  cursor: pointer;
  position: relative;
}
.sec_faq .ac_parent .txt {
  width: 100%;
  padding-right: 0.6rem;
  position: relative;
}
.sec_faq .ac_parent .txt::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  right: 0.1rem;
  border-radius: 50%;
  background-color: #54b0f1;
}
.sec_faq .ac_parent .icon {
  width: 0.65rem;
  margin-right: 0.13rem;
}
.sec_faq .ac_parent::before, .sec_faq .ac_parent::after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #fff;
}
.sec_faq .ac_parent::before {
  right: 0.23rem;
  width: 0.16rem;
  height: 0.02rem;
}
.sec_faq .ac_parent::after {
  right: 0.29rem;
  width: 0.02rem;
  height: 0.16rem;
  transition: height 0.4s;
}
.sec_faq .ac_parent.open::after {
  height: 0;
}
.sec_faq .ac_child {
  position: relative;
  display: none;
}
.sec_faq .ac_child .wrap {
  display: flex;
  align-items: flex-end;
}
.sec_faq .ac_child .bg {
  width: 100%;
  padding: 0.26rem 0.15rem 0.2rem 0.1rem;
  background-color: #54b0f1;
  border-radius: 0.2rem 0.2rem 0 0.2rem;
}
.sec_faq .ac_child .icon {
  width: 0.87rem;
  margin-left: 0.15rem;
}
.sec_faq .ac_child .desc {
  letter-spacing: 0.03em;
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
}
.sec_faq .ac_child:not(:last-of-type) {
  margin-bottom: 0.5rem;
}

.sec_fee {
  padding: 0.64rem 0 0.65rem;
  background-color: #fff;
}
.sec_fee .title {
  margin-bottom: 0.45rem;
  text-align: center;
  font-size: 0.48rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec_fee .item {
  border: 1px solid #54b0f1;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0 0.2rem;
}
.sec_fee .item .item_title_wrap {
  padding: 0.22rem 0 0.17rem;
  text-align: center;
  letter-spacing: 0.03em;
  background-color: #54b0f1;
}
.sec_fee .item .item_title_wrap .item_title {
  font-size: 0.4rem;
  font-weight: 700;
  color: #fff;
}
.sec_fee .item .item_title_wrap .item_title_cat {
  margin-top: 0.15rem;
  line-height: 1.58;
  font-size: 0.24rem;
  font-weight: 500;
  color: #fbf971;
}
.sec_fee .item .content {
  padding: 0.44rem 0.37rem;
  background-color: #fff;
}
.sec_fee .item .content .img {
  width: 100%;
}
.sec_fee .item .content .content_title {
  margin: 0.45rem 0 0.2rem;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_fee .item .content .content_title:first-of-type {
  margin: 0 0 0.2rem;
}
.sec_fee .item .content .content_title .sup {
  font-size: 0.16rem;
}
.sec_fee .item .content .notes {
  font-size: 0.12rem;
  letter-spacing: 0.03em;
}
.sec_fee .item01 .content .notes {
  margin-top: 0.1rem;
  text-align: right;
  letter-spacing: 0.03em;
}
.sec_fee .item01 .content .about {
  margin-top: 0.45rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_fee .item01 .content .about_title {
  padding: 0.27rem 0;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  background-color: #34475e;
}
.sec_fee .item01 .content .about_content {
  padding: 0.24rem 0.2rem 0.21rem;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 0 0 0.1rem 0.1rem;
}
.sec_fee .item01 .content .about_txt {
  font-size: 0.22rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec_fee .item01 .content .about_txt .strong {
  font-weight: 700;
}
.sec_fee .item01 .content .about_lists {
  margin-top: 0.4rem;
}
.sec_fee .item01 .content .about_lists li:not(:last-of-type) {
  margin-bottom: 0.3rem;
}
.sec_fee .item01 .content .about_lists .list_img {
  width: 100%;
}
.sec_fee .item01 .content .about_lists .list_img img {
  border-radius: 0.1rem;
}
.sec_fee .item01 .content .about_lists .list_desc {
  margin-top: 0.1rem;
  font-size: 0.22rem;
  line-height: 1.8;
  font-weight: 500;
}
.sec_fee .item02 {
  margin-top: 0.64rem;
}
.sec_fee .item02 .content .notes {
  margin-top: 0.15rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.sec_fee .notes {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.sec_fee .estimation {
  overflow: hidden;
  margin-top: 0.52rem;
}
.sec_fee .estimation_title_txt {
  text-align: center;
  font-size: 0.27rem;
  padding: 0.22rem 0;
  background-color: #d9eeff;
}
.sec_fee .estimation_title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 0.16rem solid transparent;
  border-right: 0.16rem solid transparent;
  border-top: 0.2rem solid #d9eeff;
}
.sec_fee .estimation_form {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.417rem;
  padding: 0.33rem;
  gap: 0.417rem;
}
.sec_fee .estimation_form_item {
  border: 1px solid #54b0f1;
  border-radius: 0.13rem;
  overflow: hidden;
}
.sec_fee .estimation_form_item_title {
  padding: 0.2rem 0;
  font-size: 0.27rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #54b0f1;
  color: white;
}
.sec_fee .estimation_form_item_content {
  font-size: 0.27rem;
  font-weight: 700;
  padding: 0.27rem;
  gap: 0.183rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sec_fee .estimation_form_item_input_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sec_fee .estimation_counter {
  min-width: 2.225rem;
  width: 2.225rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #d9eeff;
  padding: 0.146rem 0.167rem;
  border-radius: 0.083rem;
}
.sec_fee .estimation_counter_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.458rem;
  width: 0.458rem;
  min-height: 0.458rem;
  height: 0.458rem;
  border-radius: 50%;
  box-shadow: 0px 2px 0px #34475e;
  color: white;
  font-size: 0.27rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_fee .estimation_counter_btn:disabled {
  opacity: 0.5;
}
.sec_fee .estimation_counter_btn_minus {
  border: 1px solid #54b0f1;
  background-color: #54b0f1;
}
.sec_fee .estimation_counter_btn_plus {
  border: 1px solid #ed1051;
  background-color: #ed1051;
}
.sec_fee .estimation_counter_input {
  text-align: center;
  width: 0.62rem;
  height: 0.5rem;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  box-shadow: 0px 2px 2px rgba(52, 71, 94, 0.1);
  font-weight: 700;
}
.sec_fee .estimation_calc {
  padding: 0 0.33rem;
  margin-bottom: 0.53rem;
}
.sec_fee .estimation_calc_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.15rem 0.37rem;
  border-radius: 0.13rem;
}
.sec_fee .estimation_calc_item--discount {
  background-color: #f5e4ea;
  color: #ed1051;
}
.sec_fee .estimation_calc_item--after {
  background-color: #d9eeff;
}
.sec_fee .estimation_calc_item_label {
  font-size: 0.25rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec_fee .estimation_calc_item_value {
  font-size: 0.39rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
  gap: 0.042rem;
}
.sec_fee .estimation_calc_item_value_num {
  font-size: 0.39rem;
}
.sec_fee .estimation_calc_divider {
  width: 100%;
  height: 0.025rem;
  background-color: #34475e;
  margin: 0.25rem 0;
}
.sec_fee .estimation_btn_wrap {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.sec_fee .estimation_btn_wrap img {
  width: 4rem;
  height: 1.27rem;
}
.sec_fee .notes {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.03em;
  padding: 0 0.2rem;
}

.sec_reception {
  padding: 0.71rem 0.4rem 0.76rem;
  background-color: #54b0f1;
}
.sec_reception .title01 {
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.sec_reception .title01 .strong {
  margin-top: 0.1rem;
  display: block;
  line-height: 1.4;
  font-size: 0.4rem;
}
.sec_reception .title01 .yellow {
  color: #fbf971;
}
.sec_reception .tel {
  margin-top: 0.3rem;
  border-radius: 0.1rem;
  overflow: hidden;
  border: 0.02rem solid #ed1051;
}
.sec_reception .tel .tel_title {
  padding: 0.15rem 0;
  text-align: center;
  font-size: 0.24rem;
  line-height: 1.55;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  background-color: #ed1051;
}
.sec_reception .tel .content {
  padding: 0.22rem 0.4rem 0.33rem;
  color: #ed1051;
  background-color: #fff;
  text-align: center;
}
.sec_reception .tel .content a {
  padding-left: 0.43rem;
  font-size: 0.56rem;
  font-weight: 900;
  color: #ed1051;
  font-family: "Lato", sans-serif;
  position: relative;
}
.sec_reception .tel .content a::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/sec_reception/tel_icon.png);
}
.sec_reception .tel .content .cat {
  width: 100%;
  line-height: 0.35rem;
  margin: 0.11rem 0 0.29rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  background-color: #feecf1;
}
.sec_reception .tel .content .notes {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.sec_reception .flow {
  margin-top: 0.54rem;
}
.sec_reception .flow .flow_title {
  text-align: center;
  font-size: 0.32rem;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 700;
}
.sec_reception .flow .lists {
  margin-top: 0.3rem;
}
.sec_reception .flow .lists li {
  display: flex;
  border: 0.02rem solid #34475e;
  border-radius: 0.1rem;
  overflow: hidden;
}
.sec_reception .flow .lists li:not(:last-of-type) {
  margin-bottom: 0.15rem;
}
.sec_reception .flow .lists .step {
  width: 0.74rem;
  font-size: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #34475e;
  font-weight: 900;
  font-family: "Lato", sans-serif;
}
.sec_reception .flow .lists .step .num {
  font-size: 0.22rem;
}
.sec_reception .flow .lists .content {
  width: calc(100% - 0.74rem);
  padding: 0.28rem 0.25rem 0.2rem 0.13rem;
  background-color: #fff;
}
.sec_reception .flow .lists .list_title {
  padding-bottom: 0.08rem;
  margin-bottom: 0.08rem;
  font-size: 0.24rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  border-bottom: 1px solid #34475e;
}
.sec_reception .flow .lists .list_desc {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.34;
}
.sec_reception .flow .lists .notes {
  margin-top: 0.07rem;
  font-size: 0.14rem;
  line-height: 1.34;
}

.sec_note {
  padding: 0.69rem 0.3rem 0.65rem;
  background-color: #fff;
  font-size: 0.12rem;
  font-weight: 500;
  line-height: 1.8;
}

.cmn_footer {
  padding: 0.1rem 0;
  background-color: #34475e;
}
.cmn_footer small {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 0.12rem;
  letter-spacing: 0.1em;
}