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



/*
.pagetitle {
  background-image: url('../img/general_pagetitle_bg.jpg');
}
*/



.contents_wrap {
  padding: 0 20px;
/*  margin: 0 calc((100% - 335px) / 2);*/
}
.contents_wrap > p {
  margin: 20px auto 0;
}
.contents_wrap + .contents_wrap {
  margin-top: 120px;
}


.contact_form {
  margin-top: 50px;
}



.contact_tel {
  font-size: 1.8rem;
  letter-spacing: 0.05rem;
  line-height: 1.0;
  text-align: center;
  margin: 40px 0 0 !important;
}
.contact_tel > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.contact_tel span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5em;
}



@media print, screen and (min-width:1000px) {
  
  header nav ul li:nth-of-type(8) a::after {
    width: 35px;
  }
  
  
    
  .contents_wrap {
    padding: 0 20px;
    margin: 0 calc((100% - 800px) / 2);
  }
  
  
  
  .contact_tel {
    font-size: 3.0rem;
    max-width: 800px;
  }
  .contact_tel > a {
    pointer-events: none; /* クリックを無効化 */
    text-decoration: none;
  }
  .contact_tel span {
    font-size: 1.8rem;
  }

  
}