.s-trouble_hero {
  padding-top: 2.4rem;
  padding-bottom: 4.8rem;
}
.s-trouble_hero_head {
  margin-bottom: 1.6rem;
}
.s-trouble_hero .red_comment {
  display: flex;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #C10000;
  gap: 1rem;
  margin-bottom: 1.6rem;
}
.s-trouble_hero .red_comment li {
  position: relative;
  padding: 0 .5rem;
}
.s-trouble_hero .red_comment li::before,
.s-trouble_hero .red_comment li::after {
  position: absolute;
  content: '';
  height: 16px;
}
.s-trouble_hero .red_comment li::before {
  border-left: solid 2px;
  top: 0;
  left: 0;
  transform: rotate(-20deg);
}
.s-trouble_hero .red_comment li::after {
  border-right: solid 2px;
  top: 0;
  right: 0;
  transform: rotate(20deg);
}

.s-trouble_hero .title {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.s-trouble_hero .title .big {
  font-size: 2.4rem;
}
.s-trouble_hero .title .emphasis_1 {
  background: linear-gradient(transparent 65%, #D5EDF1 35%);
}
.s-trouble_hero .title .emphasis_2 {
  color: #0492AC;
}
.s-trouble_hero .text {
  font-size: 1.4rem;
  line-height: 1.6;
}

.s-trouble_hero .img_area {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.s-trouble_hero .img_area .left_box {
  flex: 4;
}
.s-trouble_hero .img_area .right_box {
  flex: 6;
}
.s-trouble_hero .img_area .left_box img,
.s-trouble_hero .img_area .right_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.s-trouble_hero .img_area .left_box img {
  border-radius: 0px 20px 20px 0px;
}
.s-trouble_hero .img_area .right_box img {
  border-radius: 20px 0px 0px 20px;
}

.s-trouble_hero .c-cta_box {
  margin-top: 1.6rem;
  background: #EAF6F9;
  padding: 2.4rem;
  text-align: center;
  margin-bottom: 1.6rem;
}
.s-trouble_hero .c-cta_box .text {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.s-trouble_hero .sub_text {
  font-size: 1.2rem;
  line-height: 1.4;
}

.s-trouble_hero_head,
.s-trouble_hero_bottom {
  display: block;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (min-width: 883px) {
  .s-trouble_hero {
    height: 580px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .s-trouble_hero_head {
    padding-left: 0;
    padding-right: 0;
  }
  .s-trouble_hero .red_comment {
    font-size: 2.8rem;
    gap: 3.2rem;
    margin-left: .5rem;
    margin-bottom: 2.4rem;
  }
  .s-trouble_hero .red_comment li {
    padding: 0 .8rem;
  }
  .s-trouble_hero .red_comment li::before,
  .s-trouble_hero .red_comment li::after {
    height: 28px;
  }
  .s-trouble_hero .red_comment li::before {
    border-left: solid 3px;
    transform: rotate(-20deg);
  }
  .s-trouble_hero .red_comment li::after {
    border-right: solid 3px;
    transform: rotate(20deg);
  }
  .s-trouble_hero .title {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
  }
  .s-trouble_hero .title .big {
    font-size: 4rem;
  }
  .s-trouble_hero .text {
    font-size: 2rem;
    line-height: 1.4;
    font-weight: bold;
  }
  .s-trouble_hero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5.6rem;
    width: 100%;
    height: 500px;
    margin-top: 12rem;
    margin-bottom: 4rem;
    object-fit: cover;
  }
  .s-trouble_hero .left_box {
    flex: 4;
    height: 500px;
  }
  .s-trouble_hero .right_box {
    flex: 6;
    height: 500px;
  }
  .s-trouble_hero .left_box img,
  .s-trouble_hero .right_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
  }
  .s-trouble_hero .left_box img {
    border-radius: 0px 20px 20px 0px;
  }
  .s-trouble_hero .right_box img {
    border-radius: 20px 0px 0px 20px;
  }
  .s-trouble_hero_bottom {
    width: 760px;
    padding-left: 0;
    padding-right: 0;
  }
  .s-trouble_hero .c-cta_box {
    width: 677px;
    padding: 1.6rem 4rem;
  }
  .s-trouble_hero .c-cta_box .text {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
  .s-trouble_hero .c-cta_box .u-flex_only_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .s-trouble_hero .c-cta_box a {
    margin-top: 0;
    width: 300px;
    height: 50px;
  }
}

.c-normal_title {
  padding-top: 3.2rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 3.2rem;
}
.c-normal_title .sub {
  display: block;
  font-size: 1.6rem;
  margin-bottom: .4rem;
}
@media only screen and (min-width: 883px) {
  .c-normal_title {
    font-size: 3.2rem;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 5.6rem;
    text-align: center;
  }
  .c-normal_title .sub {
    font-size: 2.4rem;
  }
}

.s-point_list li {
  text-align: center;
  margin-bottom: 3.2rem;
}
.s-point_list li figure img {
  display: block;
  margin: 0 auto 1.6rem;
}
.s-point_list li .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.s-point_list li p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (min-width: 883px) {
  .s-point_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3.2rem;
  }
  .s-point_list li {
    max-width: calc(100% / 4 - 3.2rem * 3);
    min-width: 276px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .s-point_list li p {
    text-align: left;
  }
}

.s-consultation_section {
  padding: 5.6rem 0;
  background: #F2F2F2;
  margin-bottom: 3.2rem;
}
.s-consultation_section .c-normal_title {
  padding-top: 0;
}
.s-consultation_section .c-common_text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem;
}
.s-consultation_list li a {
  position: relative;
  display: block;
  padding: 1.6rem;
  width: 100%;
  background: #fff;
  border-radius: 14px;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  text-decoration-line: underline;
  margin-bottom: 2rem;
}
.s-consultation_list li a:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -24px;
  width: 24px;
  border: 12px solid;
  border-color: transparent;
  border-top-color: #fff;
}
@media only screen and (min-width: 883px) {
  .s-consultation_section {
    padding: 8rem 0;
    background: #F2F2F2;
  }
  .s-consultation_section p {
    text-align: center;
  }
  .s-consultation_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4rem 3.2rem;
    margin-bottom: 3.2rem;
  }
  .s-consultation_list li {
    margin-bottom: 0;
  }
  .s-consultation_list li a {
    padding: 2.4rem;
    width: 378.67px;
    height: 76px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 2rem;
    text-decoration-line: none;
  }
  .s-consultation_list li a:hover {
    background: #999;
    color: #fff;
  }
  .s-consultation_list li a:after {
    bottom: -24px;
  }
  .s-consultation_list li a:hover:after {
    border-top-color: #999;
    transition: all .3s ease-out;
  }
}

.s-merit_section p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 3.2rem;
}
.s-merit_section figure {
}
.s-merit_section figure img {
  display: block;
  margin: 0 auto 3.2rem;
}
@media only screen and (min-width: 883px) {
  .s-merit_section p {
    margin-right: 8rem;
    margin-bottom: 2.4rem;
  }
  .s-merit_section figure img {
    width: 382px;
    height: auto;
  }
}

.s-useful_section {
  background: #F2F2F2;
}
.s-useful_section .c-title_primary {
  margin-top: 5.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 883px) {
  .s-useful_section {
    background: #F2F2F2;
    padding-bottom: 0;
  }
  .s-useful_section .c-title_primary {
    font-size: 3.2rem;
    line-height: 1.4;
    margin-top: 8rem;
  }
  .s-useful_section .c-article_list {
    padding-bottom: 0;
  }
  .s-useful_section .c-btn_primary {
    margin: .8rem auto 8rem;
  }
}

.p-consumer_cta {
  margin-top: 0;
}
