@charset "UTF-8";

@import "inc/_reset.css";
@import "inc/_common.css";
@import "inc/_header.css";
@import "inc/_footer.css";

@import "inc/_grid.css";
@import "inc/_component.css";

/* =========================================================
 * base
 * ====================================================== */
.wrapper {
  overflow: hidden;
}

.ajustment{
  margin-top: 50px;
}

@media screen and (max-width: 736px) {
  .ajustment{
    margin-top: 30px;
  }
}

.cmnl-page-title {
  background-color: #c03 !important;
}
.cmnl-page-title__text {
  color: #fff !important;
}

sup {
  font-size: 60%;
  vertical-align: 0.7em;
}

/* =========================================================
 * display
 * ====================================================== */

 .sp-br{
  display: none !important;
 }

@media screen and (max-width: 768px) {
  .sp-br{
    display: block !important;
  }
}

 /* =========================================================
 * Service-list
 * ====================================================== */

 .beige-pink-wrap{
  background: #fef5f8;
  margin-bottom: -30px;
 }

 .page-inner {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
   .page-inner {
    max-width: 600px;
   }
}

.section-title {
  margin: 0 0 35px !important;
  text-align: center !important;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section-title {
    margin: 0 0 20px !important;
    font-size: 20px;
  }
}

.service-list > li {
  margin-bottom: 60px;
  border: 1.5px solid #c03;
  border-radius: 20px;
  overflow: hidden;
  height: stretch;
}

.service-list > li:last-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .service-list > li{
    margin-bottom: 46px;
  }
}

@media screen and (max-width: 540px) {
  .service-list > li{
    margin-bottom: 30px;
  }
}

.service-list a{
    position: relative;
    display: flex;
    text-decoration: none;
    transition: opacity .3s;
}

@media screen and (max-width: 768px) {
  .service-list a{
    flex-direction: column;
  }
}

.service-list a:hover{
    opacity: .7;
}

.service-list a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #C03;
  border-right: 2px solid #C03;
  transform-origin: right top;
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .service-list a::after{
    top: 68%;
    right: 20px;
  }
}

@media screen and (max-width: 540px) {
  .service-list a::after{
    right: 16px;
  }
}

.service-list .service{
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  background: #C03;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 768px){
  .service-list .service{
    width: 100%;
    flex-direction: row-reverse;
    gap: 10px;
    padding: 10px 10px 6px 10px;
    font-size: 20px;
  }
}

@media screen and (max-width: 540px){
  .service-list .service{
    font-size: 16px;
    padding: 8px 8px 4px 8px;
}
}

.service .icon{
  margin-top: 8px;
}

@media screen and (max-width: 768px){
  .service .icon{
  margin-top: 0;
  }
}

.service-item{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px){
  .service-item{
    margin-left: -7px;
  }
}

@media screen and (max-width: 540px){
  .service-item{
    margin-left: -10px;
  }
}

.service span{
  font-size: 14px;
  margin-top: 8px;
  text-align: center;
}

@media screen and (max-width: 540px){
  .service span{
    margin-top: 4px;
  }
}

.service-list .service-txt{
  width: 70%;
  text-align: left;
  padding: 20px 56px 0 20px;
  background: #fff;
  color: #333;
  font-size: 22px;
  font-weight: 500;
}

@media screen and (max-width: 768px){
  .service-list .service-txt{
    width: 100%;
    font-size: 20px;
    padding: 20px 50px 0 20px;
  }
}

@media screen and (max-width: 540px){
    .service-list .service-txt{
      padding: 10px 40px 0 16px;
    }
}
.service-txt > .txt-d {
  max-width: 540px;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 540px){
  .service-txt > .txt-d{
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.txt-d .red{
  color: #c03 !important;
}

.service-list .note{
   padding-left: 1em;
   text-indent: -1em;
   text-align: left;
   font-size: 0.75rem;
   line-height:1.5;
}