@charset "UTF-8";
.container .grad-border-box {
  padding: 6px;
}
.contact-area{
  background: #fff;
  padding: 0;
}
.contact-area dl:first-of-type{
  border-bottom: #D9D9D9 solid 1px;
}
.contact-area dt{
  font-weight: 600;
}
.contact-area p.txt-tel a{
  text-decoration: none;
}
.container h1 {
  background-image: url(../images/title_sp.webp);
}
@media only screen and ( max-width : 768px ) {
  .contact-area dl:first-of-type{
    padding-bottom: 6vw;
    margin: 8vw 0 6vw;
  }
  .contact-area dt{
    margin-bottom: 4vw;
  }
  .contact-area p.txt-time {
    margin-bottom: 0;
  }
  .contact-area {
    padding: 4vw;
  }
}
@media only screen and ( min-width : 769px ) {
  .container h1 {
    background-image: url(../images/title_pc.webp);
  }
  .contact-area dl:first-of-type{
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .contact-area dt{
    font-size: 18px;
    margin-bottom: 18px;
  }
  .contact-area p{
    font-size: 18px;
  }
  .contact-area p.txt-time{
    font-size: 16px;
  }
}
@media screen and (min-width: 1280px) {
  .contact-area .inner-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-area dl:first-of-type{
    border-right: #D9D9D9 solid 1px;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 70px;
    padding-right: 70px;
  }
  .contact-area dl:last-of-type{
    margin-right: 0;
    padding-right: 0;
  }
}