@charset "UTF-8";
/* CSS Document */


.page_title {
  font-size: 3.0rem;
  font-weight: 200;
}



.others_wrap {
  margin-top: 20px;
  margin-left: 30px;
  width: calc(100% - 30px - 10px);
}

.others_wrap h3 {
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 1.0;
  margin-top: 50px;
  margin-bottom: 30px;
}
.others_wrap h3:nth-of-type(2) {
  margin-top: 100px;
}




.others_wrap .contact_tel {
  font-size: 2.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.0;
  text-align: center;
  margin: 40px 0 0;
}
.others_wrap .contact_tel > a {
  text-decoration: underline;
  text-decoration-thickness: 1px; /* 下線カスタム */
  text-underline-offset: 2px; /* 下線カスタム */
}
.others_wrap .contact_tel span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.8em;
}


.others_wrap .service_description {
  margin-top: 50px;
}
.others_wrap .service_list {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 7px 20px;
  margin: 50px auto 0;
  font-size: 1.4rem;
  line-height: 1.29;
}
.others_wrap .service_list dt {
  grid-column: 1;
  font-weight: 600;
  padding-left: 1.0em;
}



@media print, screen and (min-width:1000px) {

  .page_title {
    font-size: 5.5rem;
  }

  
  
  .others_wrap {
    margin: 80px auto 0;
    width: 1000px;
  }
  
  .others_wrap h3 {
    font-size: 2.8rem;
    font-weight: 100;
    margin: 60px auto 40px;
    width: fit-content;
  }
  
  .others_wrap .contact_form + h3 {
    margin-top: 120px;
  }
  
  .others_wrap .contact_tel {
    font-size: 3.0rem;
  }
  .others_wrap .contact_tel > a {
    font-weight: 400;
    pointer-events: none;
    text-decoration: none;
  }
  .others_wrap .contact_tel span {
    font-size: 1.8rem;
  }
  
  
  .others_wrap .service_list dt {
    padding-left: 3.0em;
  }
}