@charset "utf-8";

/*====================================================================================================

  お問い合わせ

====================================================================================================*/

/*--------------------------------------------------------------------------------
  電話、FAXでのお問い合わせ
--------------------------------------------------------------------------------*/

.contact-notForm {
  text-align:center;
}

.contact-notForm dt {
  font-weight:bold;
  color:#fff;
  padding:0.5em 1rem;
  background-color:#94c80c;
  border-radius:5px 5px 0 0;
}

.contact-notForm dd {
  padding:0.8em 1rem;
  border:1px solid #94c80c;
  border-top:0;
  border-radius:0 0 5px 5px;
}

.tel-faxList {
  list-style:none;
}
  
.tel-faxList li {
  font-weight:bold;
  color:#85b40b;
  letter-spacing:0;
  padding-left:0.5em;
  padding-right:0.5em;
  display:inline-block;
  vertical-align:middle;
}

.tel-faxList li a,
.tel-faxList li a:visited,
.ua-pc .tel-faxList li a:hover { color:#85b40b; }

.tel-faxList li small {
  font-size:0.7em;
}

@media print,screen and (min-width:641px) {
  .contact-notForm {
    margin-top:1.5rem;
    margin-bottom:2.5rem;
  }
  
  .contact-notForm dt {
    font-size:1.1em;
  }
  
  .tel-faxList li {
    font-size:1.5em;
  }
}

@media screen and (max-width:640px) {
  .contact-notForm {
    margin-top:1.25em;
    margin-bottom:1.75em;
  }
  
  .tel-faxList li {
    font-size:1.3em;
  }
}

