@charset "UTF-8";
.under_mv {
  background: url("../images/mv_icp.jpg") center center/cover;
  text-align: left;
  margin-bottom: 50px;
}
.under_mv h1 {
  font-size: 5.4rem;
  line-height: 1.3;
  color: #3A4856;
  padding: 100px 0 180px 0;
}
@media all and (max-width: 1120px) {
  .under_mv {
    margin-top: 70px;
  }
}
@media all and (max-width: 767px) {
  .under_mv {
    margin-bottom: 40px;
    background: url("../images/mv_icp_sp.jpg") center center/cover;
  }
  .under_mv h1 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.4;
    padding: 51px 0;
  }
}

.icp1 .lead1 {
  text-align: center;
}
.icp1 .lead1 .minis {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
}
.icp1 .lead1 h2 {
  text-align: center;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-top: 5px;
}
.icp1 .lead1 h2 i {
  color: #5AB5AA;
}
.icp1 .bx1 {
  margin-top: 60px;
  position: relative;
}
.icp1 .bx1 .im1, .icp1 .bx1 .im2 {
  position: absolute;
  z-index: 2;
  width: 80px;
}
.icp1 .bx1 .im1 img, .icp1 .bx1 .im2 img {
  width: 100%;
}
.icp1 .bx1 .im1 {
  left: 30px;
  top: -120px;
}
.icp1 .bx1 .im2 {
  right: 70px;
  top: -140px;
}
.icp1 .bx1 h2 {
  text-align: center;
  color: white;
  background: #5AB5AA;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.icp1 .bx1 h2:before {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -75px;
  background-color: #5AB5AA;
  width: 150px;
  height: 20px;
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.icp1 .bx1 h2 i {
  padding: 15px 0 15px 50px;
  font-size: 2.8rem;
  font-weight: 600;
  background: url("../images/que.png") center left no-repeat;
  background-size: 40px auto;
}
.icp1 .bx1 .txt {
  text-align: center;
  font-weight: 500;
  line-height: 1.5;
}
.icp1 .bx1 .c4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 6px;
}
.icp1 .bx1 .c4 .b {
  border-radius: 8px;
  background: #5AB5AA;
  color: white;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 8px 0;
  margin-top: 20px;
  box-sizing: border-box;
}
.icp1 .bx1 .cont {
  border-radius: 0 0 10px 10px;
  background: #F2F2F2;
  padding: 40px 20px;
  box-sizing: unset;
}
@media all and (max-width: 1000px) {
  .icp1 .bx1 .im1, .icp1 .bx1 .im2 {
    width: 60px;
  }
  .icp1 .bx1 .im1 {
    top: -80px;
  }
  .icp1 .bx1 .im2 {
    right: 10px;
    top: -80px;
  }
}
@media all and (max-width: 767px) {
  .icp1 .lead1 {
    padding: 0 20px;
  }
  .icp1 .lead1 .minis {
    font-size: 1.6rem;
  }
  .icp1 .lead1 h2 {
    text-align: left;
    font-size: 2rem;
    margin-top: 10px;
    line-height: 1.5;
  }
  .icp1 .bx1 {
    margin-top: 80px;
    position: relative;
  }
  .icp1 .bx1 .im1, .icp1 .bx1 .im2 {
    position: absolute;
    z-index: 2;
    width: 45px;
  }
  .icp1 .bx1 .im1 {
    left: 0;
    top: -80px;
  }
  .icp1 .bx1 .im2 {
    right: 0;
    top: -80px;
  }
  .icp1 .bx1 h2 {
    padding: 5px 0;
    border-radius: 10px 10px 0 0;
  }
  .icp1 .bx1 h2:before {
    bottom: -9px;
    margin-left: -37.5px;
    width: 75px;
    height: 10px;
  }
  .icp1 .bx1 h2 i {
    padding: 40px 0 0 0;
    font-size: 1.8rem;
    background: url("../images/que.png") top center no-repeat;
    background-size: 25px auto;
  }
  .icp1 .bx1 .txt {
    text-align: left;
    line-height: 1.5;
  }
  .icp1 .bx1 .c4 {
    margin-top: 10px;
    grid-template-columns: 1fr 1fr;
    gap: 0 6px;
  }
  .icp1 .bx1 .c4 .b {
    margin-top: 4px;
    font-size: 1.5rem;
    padding: 8px 0;
  }
  .icp1 .bx1 .cont {
    padding: 28px 14px;
  }
}

.icp2 {
  position: relative;
}
.icp2 .bg1 {
  top: -450px;
  width: 110%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.icp2 .inner {
  position: relative;
  z-index: 2;
}
.icp2 .lead2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 30px;
}
.icp2 .c2 {
  max-width: 630px;
  margin: 30px auto 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
.icp2 .c2 .bx {
  border-radius: 10px;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .icp2 .bg1 {
    top: -90px;
    width: 120%;
    left: -30px;
  }
  .icp2 .lead2 {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 30px;
  }
  .icp2 .c2 {
    gap: 0 10px;
    margin: 20px auto 0 auto;
  }
}

.icp3 {
  margin: 120px 0 0 0;
}
.icp3 .ttl_bx2 {
  margin-bottom: 60px;
}
.icp3 .bx_num {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #F2F2F2;
  box-sizing: border-box;
  padding: 24px 24px 40px 24px;
  margin-top: 50px;
}
.icp3 .bx_num .num {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -35px;
  left: 0;
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 600;
}
.icp3 .bx_num h3 {
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 0 10px 0;
  z-index: 2;
}
.icp3 .bx_num .km {
  position: relative;
  font-size: 1.4rem;
  color: #FA7D7D;
  margin-top: 10px;
  padding-left: 20px;
}
.icp3 .bx_num .km:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.icp3 .bx_num .ic_a {
  position: absolute;
  z-index: 1;
}
.icp3 .bx_num .ic_a img {
  width: 100%;
}
.icp3 .bx_num .ic1 {
  width: 165px;
  top: -20px;
  left: 30px;
}
.icp3 .bx_num .ic2 {
  width: 122px;
  top: -40px;
  right: 20px;
}
.icp3 .bx_num .ic3 {
  width: 122px;
  top: -40px;
  right: 20px;
}
.icp3 .bx_num .tx {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.icp3 .bn2 {
  padding-bottom: 20px;
}
.icp3 .bn2 .tx {
  margin-top: 40px;
}
.icp3 .bn3 {
  padding-bottom: 20px;
}
.icp3 .bn3 .tx {
  margin-top: 30px;
}
.icp3 .c2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10px;
}
.icp3 .imgs {
  position: relative;
  margin-top: 30px;
}
.icp3 .imgs .img0 {
  position: absolute;
  z-index: -1;
  width: 100%;
  top: -250px;
  padding-left: 0;
}
.icp3 .imgs .img1 {
  margin: 0 20px 0 auto;
  max-width: 870px;
}
@media all and (max-width: 1120px) {
  .icp3 .c2 {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .icp3 {
    margin: 80px 0 0 0;
  }
  .icp3 .ttl_bx2 {
    margin-bottom: 80px;
    line-height: 1.4;
  }
  .icp3 .bx_num {
    padding: 12px 12px 24px 12px;
    margin-top: 50px;
  }
  .icp3 .bx_num .num {
    top: -50px;
  }
  .icp3 .bx_num h3 {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 30px 0 10px 0;
  }
  .icp3 .bx_num .km {
    line-height: 1.4;
    font-size: 1.2rem;
    padding-left: 14px;
  }
  .icp3 .bx_num .ic1 {
    width: 114px;
    top: -50px;
    left: 10px;
  }
  .icp3 .bx_num .ic2 {
    width: 114px;
    top: -50px;
    right: 0px;
  }
  .icp3 .bx_num .ic3 {
    width: 114px;
    top: -50px;
    right: unset;
    left: 10px;
  }
  .icp3 .bx_num .tx {
    font-size: 1.8rem;
  }
  .icp3 .bn2 {
    margin-top: 70px;
    padding-bottom: 24px;
  }
  .icp3 .bn2 .tx {
    margin-top: 20px;
  }
  .icp3 .bn3 {
    margin-top: 70px;
    padding-bottom: 24px;
  }
  .icp3 .bn3 .tx {
    margin-top: 20px;
  }
  .icp3 .c2 {
    grid-template-columns: 1fr;
    gap: 0 10px;
  }
  .icp3 .imgs {
    margin-top: 30px;
  }
  .icp3 .imgs .img0 {
    top: -120px;
  }
  .icp3 .imgs .img1 {
    margin: 0 auto;
    width: 90%;
  }
}

.icp4 .lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 20px 0 0 0;
}
.icp4 .bxf {
  margin-top: 20px;
}
.icp4 .bxf .ttl {
  background: #457B74;
  color: white;
  border-radius: 10px 10px 0 0;
  text-align: center;
  display: inline-block;
  padding: 10px;
  width: 400px;
  font-weight: bold;
  position: relative;
}
.icp4 .bxf .ttl i {
  padding: 50px 0 25px 80px;
  background: url("../images/jn_m3.png") bottom 13px left no-repeat;
  background-size: 70px auto;
}
.icp4 .bxf .ttl em {
  position: absolute;
  top: -21px;
  left: 100px;
  color: white;
  background: #0994D4;
  border-radius: 15px 15px 15px 2px;
  padding: 3px 16px;
  font-size: 1.4rem;
  font-weight: bold;
}
.icp4 .bxf .bx {
  height: 100%;
  background: white;
  border-radius: 5px;
}
.icp4 .bxf .in {
  background: #F2F2F2;
  border-radius: 0 0 10px 10px;
  padding: 15px 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 120px 120px 1fr 1fr;
  gap: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.icp4 .bxf .nm {
  border-radius: 5px;
  background: #5AB5AA;
  border-bottom: 3px solid #F2F2F2;
  color: white;
  text-align: center;
  padding: 11px 0;
  font-weight: bold;
  margin-bottom: 3px;
}
.icp4 .bxf .ct {
  border-radius: 5px;
  height: calc(100% - 63px);
  text-align: left;
}
.icp4 .bxf .ctc {
  display: flex;
  align-items: center;
}
.icp4 .bxf .ctc i {
  width: 100%;
  text-align: center;
}
.icp4 .bxf .ctc i img {
  display: inline-block;
  width: 28px;
}
.icp4 .bxf ul {
  margin: 0;
  padding: 10px;
  font-size: 1.4rem;
}
.icp4 .bxf ul li {
  position: relative;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 12px;
}
.icp4 .bxf ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 100%;
}
.icp4 .bxf2 {
  margin-top: 40px;
}
.icp4 .bxf2 .ttl {
  text-align: left;
  padding-left: 25px;
}
@media all and (max-width: 767px) {
  .icp4 .lead {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .icp4 .bxf {
    margin-top: 20px;
  }
  .icp4 .bxf .ttl {
    padding: 10px;
    width: 100%;
  }
  .icp4 .bxf .ttl i {
    padding: 50px 0 25px 80px;
    background: url("../images/jn_m3.png") bottom 13px left no-repeat;
    background-size: 70px auto;
  }
  .icp4 .bxf .ttl em {
    left: 80px;
    border-radius: 15px 15px 15px 2px;
    padding: 1px 16px;
  }
  .icp4 .bxf .bx:nth-of-type(3), .icp4 .bxf .bx:nth-of-type(4) {
    grid-column: 1/3;
  }
  .icp4 .bxf .in {
    padding: 15px 20px;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }
  .icp4 .bxf .nm {
    padding: 7px 0;
    margin-bottom: 0;
  }
  .icp4 .bxf .ct {
    height: auto;
  }
  .icp4 .bxf .ctc {
    padding: 18px 0;
  }
  .icp4 .bxf2 {
    margin-top: 40px;
  }
  .icp4 .bxf2 .ttl {
    padding-left: 5px;
  }
}

.icp5 {
  margin: 120px 0 0 0;
  position: relative;
}
.icp5 .bg {
  position: absolute;
  z-index: -1;
  top: -580px;
  left: -5%;
  width: 110%;
}
@media all and (max-width: 767px) {
  .icp5 {
    margin: 100px 0 0 0;
  }
  .icp5 .bg {
    top: -70px;
  }
}

.icp5 .sld_voice {
  position: relative;
  margin-top: 40px;
  max-width: 1120px;
}
.icp5 .ttl_bx1 {
  position: relative;
  z-index: 4;
}
.icp5 .swiper-slide {
  height: auto;
}
.icp5 .swiper-slide .in {
  height: 100%;
}
.icp5 .voice_bx {
  position: relative;
}
.icp5 .voice_bx .img_voice {
  position: absolute;
  right: -30px;
  bottom: 0;
  height: 115px;
}
.icp5 .voice_bx .img_voice img {
  height: 100%;
  width: auto;
}
.icp5 .voice_bx .in {
  background: white;
  border: 2px solid #6795BB;
  border-radius: 10px;
  padding: 0 15px 20px 15px;
  box-sizing: border-box;
  line-height: 1.5;
}
.icp5 .voice_bx .top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  padding: 16px 0;
  margin-bottom: 10px;
  box-sizing: border-box;
  border-bottom: 2px dashed #3A4856;
}
.icp5 .voice_bx .top .ymds {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.icp5 .voice_bx .top .stars {
  width: 116px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 0 5px;
  align-items: center;
}
.icp5 .btn_voice {
  margin: 22px 0 0 auto;
  display: block;
  width: 200px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  color: #3A4856;
  transition: all 0.3s ease;
}
.icp5 .btn_voice:before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #E6F4F1;
}
.icp5 .btn_voice:hover {
  opacity: 0.7;
}
.icp5 .btn_voice:hover em {
  left: 7px;
}
.icp5 .btn_voice i {
  padding-right: 20px;
}
.icp5 .btn_voice em {
  position: absolute;
  transition: all 0.3s ease;
  left: 0;
  width: 183px;
  bottom: -5px;
}
.icp5 .swiper-horizontal > .swiper-pagination-bullets, .icp5 .swiper-pagination-bullets.swiper-pagination-horizontal, .icp5 .swiper-pagination-custom, .icp5 .swiper-pagination-fraction {
  left: auto;
  bottom: -59px;
  right: 226px;
  width: auto;
}
.icp5 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .icp5 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.icp5 .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  border-radius: 100px;
  background: #E6F4F1;
  opacity: 1;
}
.icp5 .swiper-pagination-bullet-active {
  background: #C7E3DE;
}
.icp5 .top5_bg {
  position: absolute;
  top: 0;
  left: -20%;
  width: 120%;
  height: 100%;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .icp5 .swiper-horizontal > .swiper-pagination-bullets, .icp5 .swiper-pagination-bullets.swiper-pagination-horizontal, .icp5 .swiper-pagination-custom, .icp5 .swiper-pagination-fraction {
    bottom: -30px;
    right: auto;
    width: 100%;
  }
  .icp5 .voice_bx .img_voice {
    right: -10px;
    bottom: 7px;
    height: 93px;
  }
  .icp5 .btn_voice {
    margin: 40px 0 0 auto;
  }
  .icp5 .btn_voice em {
    bottom: -2px;
  }
  .icp5 .top5_bg {
    left: -30%;
    width: 160%;
  }
  .icp5 .swipe_nav {
    display: block;
  }
}

.icp6 {
  margin: 120px 0 0 0;
  padding: 40px 0;
  box-sizing: border-box;
  background: #C7E3DE;
}
.icp6 .ttl_bx2 h2 {
  line-height: 1.6;
}
.icp6 .lead {
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
}
.icp6 .bxc1 {
  margin: 50px 0 0 0;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
  padding: 16px 0;
  line-height: 1.5;
  font-weight: 600;
}
.icp6 .bxc2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.icp6 .arw {
  text-align: center;
  margin: 10px 0;
}
.icp6 .arw img {
  width: 30px;
  display: inline-block;
}
.icp6 h3 {
  color: white;
  background: #457B74;
  border-radius: 100px;
  font-weight: 600;
  padding: 6px 10px;
  box-sizing: border-box;
}
.icp6 .inb {
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
  padding: 16px 32px;
  line-height: 1.5;
  font-weight: 600;
}
.icp6 .bxx {
  border-radius: 10px;
  background: #F8F8F8;
  margin-top: 15px;
  padding: 15px 0 15px 30px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0 20px;
}
.icp6 .cont {
  text-align: left;
  font-weight: 400;
}
.icp6 .cont .time {
  font-size: 1.4rem;
  margin: 5px 0 10px 0;
}
.icp6 .cont .time i {
  background: #3A4856;
  color: white;
  border-radius: 100px;
  padding: 2px 10px;
  box-sizing: border-box;
  margin-right: 10px;
}
@media all and (max-width: 767px) {
  .icp6 {
    margin: 80px 0 0 0;
    padding: 30px 0;
  }
  .icp6 .ttl_bx2 h2 {
    line-height: 1.4;
    font-feature-settings: "palt";
  }
  .icp6 .lead {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 10px;
  }
  .icp6 .bxc1 {
    margin: 30px 0 0 0;
    padding: 16px 0;
  }
  .icp6 .bxc2 {
    grid-template-columns: 1fr;
    gap: 0;
    background: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
    position: relative;
    margin-top: 50px;
  }
  .icp6 .arw1 {
    position: absolute;
    top: -54px;
    width: 100%;
  }
  .icp6 .arw2 {
    display: none;
  }
  .icp6 h3 {
    color: white;
    background: #457B74;
    border-radius: 100px;
    font-weight: 600;
    padding: 6px 10px;
    box-sizing: border-box;
  }
  .icp6 .inb {
    background: none;
    box-shadow: unset;
    border-radius: 0;
    text-align: center;
    padding: 16px 32px;
  }
  .icp6 .bxx {
    margin-top: 15px;
    padding: 15px;
    grid-template-columns: 1fr;
  }
  .icp6 .bxx .tx {
    margin-top: 10px;
  }
  .icp6 .img {
    display: none;
  }
  .icp6 .spim {
    padding: 10px 0 10px 60px;
  }
  .icp6 .spim1 {
    background: url("../images/icp6_im1.png") center left no-repeat;
    background-size: 40px auto;
  }
  .icp6 .spim2 {
    background: url("../images/icp6_im2.png") center left no-repeat;
    background-size: 40px auto;
  }
  .icp6 .spim3 {
    background: url("../images/icp6_im3.png") center left no-repeat;
    background-size: 40px auto;
  }
  .icp6 .cont {
    text-align: left;
    font-weight: 400;
  }
  .icp6 .cont .time {
    font-size: 1.4rem;
    margin: 5px 0 10px 0;
  }
  .icp6 .cont .time i {
    background: #3A4856;
    color: white;
    border-radius: 100px;
    padding: 2px 10px;
    box-sizing: border-box;
    margin-right: 10px;
  }
}

.atn2 {
  margin-top: 60px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 20px 40px;
  line-height: 1.5;
  position: relative;
}
.atn2 .ttl {
  text-align: center;
  color: #FA7D7D;
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 10px;
}
.atn2 .txt {
  margin-top: 10px;
  padding-left: 70px;
}
.atn2 .ex {
  width: 40px;
  position: absolute;
  left: 30px;
  top: -30px;
}
.atn2 .ex img {
  width: 100%;
}
.atn2 .c2 {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
.atn2 .bx .tl {
  color: white;
  text-align: center;
  background: #457B74;
  border-radius: 10px 10px 0 0;
  font-weight: bold;
  padding: 4px 0;
}
.atn2 .bx ul {
  background: #F8F8F8;
  margin: 0;
  padding: 14px 14px 14px 28px;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.atn2 .bx ul li {
  position: relative;
  list-style-type: decimal;
}
.atn2 .mn {
  color: #FA7D7D;
  margin-top: 10px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.atn2 .mn:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 1120px) {
  .atn2 .c2 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
@media all and (max-width: 767px) {
  .atn2 {
    margin-top: 50px;
    padding: 20px 14px;
  }
  .atn2 .ttl {
    text-align: center;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  .atn2 .txt {
    margin-top: 20px;
    padding-left: 0;
    font-size: 1.4rem;
  }
  .atn2 .ex {
    left: 7px;
    top: -50px;
  }
  .atn2 .c2 {
    margin-top: 20px;
  }
  .atn2 .bx .tl {
    font-size: 1.4rem;
  }
  .atn2 .bx ul {
    font-size: 1.4rem;
  }
}

.icp7 {
  margin: 120px 0 0 0;
  position: relative;
}
.icp7 .bg {
  position: absolute;
  z-index: -1;
  top: -200px;
  width: 100%;
  right: -200px;
}
.icp7 .ttl_bx2 h2 {
  line-height: 1.6;
}
.icp7 .prices {
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  .icp7 {
    margin: 80px 0 0 0;
  }
  .icp7 .bg {
    width: 100%;
    right: -150px;
  }
  .icp7 .prices {
    margin-top: 20px;
  }
}

.icp8 {
  margin: 120px 0 0 0;
  position: relative;
}
.icp8 .bg {
  position: absolute;
  top: -300px;
  width: 500px;
  left: 0px;
  z-index: -1;
}
.icp8 .ttl_bx2 {
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .icp8 {
    margin: 80px 0 0 0;
  }
  .icp8 .bg {
    top: -170px;
    width: 270px;
    left: -50px;
  }
}

.tbl_icp {
  line-height: 1.5;
}
.tbl_icp th {
  background: #5AB5AA;
}
.tbl_icp td {
  background: white;
  white-space: nowrap;
}
.tbl_icp i {
  color: red;
}
@media all and (max-width: 767px) {
  .tbl_icp table {
    min-width: 640px;
  }
  .tbl_icp th {
    padding: 10px 10px;
  }
}

.tbl_icp2 table {
  min-width: 760px;
}
.tbl_icp2 th {
  background: #5AB5AA;
}
.tbl_icp2 td {
  text-align: center;
}
.tbl_icp2 .name {
  text-align: left;
}

.faq_bx {
  border-radius: 5px;
  border: 2px solid #5AB5AA;
  box-sizing: border-box;
  margin-top: 10px;
}
.faq_bx .q {
  display: grid;
  position: relative;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  cursor: pointer;
}
.faq_bx .q .qtx {
  padding: 20px 0 20px 0;
  box-sizing: border-box;
  background: white;
}
.faq_bx .q .num {
  background: #5AB5AA;
  color: white;
  font-size: 2rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.faq_bx .q .num i {
  width: 100%;
  text-align: center;
}
.faq_bx .q .num:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: #E6F4F1;
}
.faq_bx .q .plus {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 20px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #5AB5AA;
  transition: all 0.3s ease;
}
.faq_bx .q .plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
  width: 16px;
  height: 2px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.faq_bx .q .plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -1px;
  width: 2px;
  height: 16px;
  border-radius: 100px;
  background: white;
  transition: all 0.3s ease;
}
.faq_bx .q.open .plus {
  transform: rotate(270deg);
}
.faq_bx .q.open .plus:before {
  opacity: 0;
}
.faq_bx .a {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0 40px;
  padding-right: 20px;
  background: white;
}
.faq_bx .a .atx {
  padding: 20px 0 20px 40px;
  box-sizing: border-box;
}
.faq_bx .a .num {
  background: #5AB5AA;
  color: white;
  font-size: 2rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
}
.faq_bx .a .num:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -1px;
  width: 40px;
  height: 2px;
  background: #E6F4F1;
}
.faq_bx .a .num i {
  width: 100%;
  text-align: center;
}
.faq_bx .a .conts {
  padding: 15px 0;
  box-sizing: border-box;
  border-top: 2px dashed #5AB5AA;
}
.faq_bx .a .links1 {
  display: block;
}
.faq_bx .a .links1 a {
  text-decoration: none;
  color: #3A4856;
  padding-left: 25px;
  box-sizing: border-box;
  display: inline-block;
  background: url("../images/arw_faq.png") center left no-repeat;
  background-size: 16px auto;
  transition: all 0.3s ease;
}
.faq_bx .a .links1 a:hover {
  opacity: 0.6;
}
@media all and (max-width: 767px) {
  .faq_bx .q {
    grid-template-columns: 64px 1fr;
    gap: 0;
  }
  .faq_bx .q .qtx {
    padding: 10px 40px 10px 20px;
    line-height: 1.4;
    font-weight: 500;
  }
  .faq_bx .q .num {
    font-size: 1.6rem;
  }
  .faq_bx .q .num:before {
    right: -12px;
    width: 24px;
  }
  .faq_bx .q .plus {
    top: 50%;
    margin-top: -16px;
    right: 13px;
    width: 24px;
    height: 24px;
  }
  .faq_bx .a {
    grid-template-columns: 64px 1fr;
    gap: 0;
    padding: 0;
  }
  .faq_bx .a .atx {
    padding: 20px 0 20px 40px;
    box-sizing: border-box;
  }
  .faq_bx .a .num {
    font-size: 1.6rem;
  }
  .faq_bx .a .num:before {
    right: -12px;
    width: 24px;
  }
  .faq_bx .a .conts {
    line-height: 1.5;
    padding: 10px 10px 10px 20px;
    box-sizing: border-box;
    border-top: 2px dashed #0994D4;
  }
}

/*# sourceMappingURL=irp.css.map */
