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


.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::before {
  display: inline-block;
  content: '';
  background-color: #f55028;
  vertical-align: -3px;
  margin-right: 8px;
  width: 3px;
  height: 20px;
}
.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) {
  
  /* Gナビ 閲覧中ページ 下線表示 （お問合せのみ）*/
  header nav li:nth-of-type(5) a::after {
    width: calc(100% + 4px);
  }
  
  /* Gナビ 閲覧中ページ 下線表示 （お問合せ以外） */
  .gnav_noline header nav li:nth-of-type(5) a::after {
    transition: width 0.25s ease-in-out;
    width: 0;
  }
  .gnav_noline header nav li:nth-of-type(5) a:hover::after {
    width: calc(100% + 4px);
  }


  
  
  .others_wrap {
    margin: 80px auto 0;
    width: 1000px;
  }
  

  .others_wrap h3 {
    font-size: 2.8rem;
    font-weight: 100;
    margin: 3px auto 40px;
    width: fit-content;
  }
  .others_wrap h3::before {
    vertical-align: -3px;
    margin-right: 16px;
    width: 5px;
    height: 28px;
  }
  
  .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;
  }
}