@charset "UTF-8";
/*=============================================*/
/* 202507 追加*/
/*=============================================*/
.main_img_box {
  position: relative;
  top: 30px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .main_img_box {
    top: 20px;
  }
}
.main_img_box .txt_box {
  position: relative;
  top: -100px;
  margin-bottom: 0px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main_img_box .txt_box {
    top: -80px;
  }
}
.main_img_box .bold_border_txt {
  display: inline-block;
  padding-left: 0;
  padding: 30px 50px 30px 30px;
  background-color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
}
@media screen and (max-width: 767px) {
  .main_img_box .bold_border_txt {
    padding: 20px 20px 20px 0px;
  }
  .main_img_box .bold_border_txt span:after {
    right: 0em;
    width: 98%;
  }
}

.service_txt_box {
  margin-bottom: 50px;
  padding: 30px;
  border: 1px solid #920B3B;
}
@media screen and (max-width: 767px) {
  .service_txt_box {
    padding: 20px 20px 25px 20px;
  }
}
.service_txt_box .box_ttl {
  margin-bottom: 1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
  color: #920B3B;
}
@media screen and (max-width: 767px) {
  .service_txt_box .box_ttl {
    font-size: 1.8rem;
  }
}

.service_txt_box .list li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .service_txt_box .list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.service_txt_box .list li .ttl {
  position: relative;
  padding-left: 1.3em;
  text-indent: -1.3em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .service_txt_box .list li .ttl {
    font-size: 1.4rem;
  }
}
.service_txt_box .list li .ttl:before {
  content: "●";
  color: #920B3B;
}

.service_txt_box .table {
  margin-top: 10px;
}
.service_txt_box .table .txt {
  margin-bottom: 0.4em;
}
.service_txt_box .table table {
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
}
.service_txt_box .table table th, .service_txt_box .table table td {
  border: 1px solid #ccc;
  padding: 0.8em 1.2em;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .service_txt_box .table table th, .service_txt_box .table table td {
    font-size: 1.3rem;
  }
}
.service_txt_box .table table tr:nth-of-type(2n+1) {
  background-color: #fff;
}
.service_txt_box .table .notice {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .service_txt_box .table .notice {
    font-size: 1.3rem;
  }
}

.service_lowcost_list {
  width: 100%;
  max-width: 1030px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 100px;
  gap: 4%;
  row-gap: 55px;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list {
    margin: 0 auto 80px;
    row-gap: 30px;
  }
}
.service_lowcost_list li {
  width: 48%;
  margin-right: 0;
  margin-bottom: 0;
}
.service_lowcost_list li .img {
  margin-bottom: 20px;
}
.service_lowcost_list li .ttl {
  margin-bottom: 0.9em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #920B3B;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list li .ttl {
    font-size: 1.6rem;
  }
}
.service_lowcost_list li .txt {
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list li .txt {
    font-size: 1.2rem;
  }
}

.service_lowcost_list li.full {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5%;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list li.full {
    display: block;
  }
}
.service_lowcost_list li.full .img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list li.full .img {
    width: 100%;
  }
}
.service_lowcost_list li.full .right {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list li.full .right {
    width: 100%;
  }
}
.service_lowcost_list li.full .right .ttl {
  font-size: 2.3rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list li.full .right .ttl {
    font-size: 1.7rem;
  }
}
.service_lowcost_list li.full .right .ttl .ico_new {
  display: block;
  width: 100%;
  max-width: 83px;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .service_lowcost_list li.full .right .ttl .ico_new {
    max-width: 70px;
  }
}
.service_lowcost_list li.full .right .txt {
  text-align: left;
}/*# sourceMappingURL=plus202507.css.map */