@charset "utf-8"; /* default PC */
.txt-2box.bg-blue {
  background: url(../image/contents/bg_beige.jpg);
  border-radius: 40px 0 40px 0;
  padding: 40px;
  text-align: center;
}

.bg-white {
  background-color: #FFF;
  padding: 60px;
}

#contents .contact-ttl {
  color: #c96707;
  font-weight: 500;
}

#contents .txt-2box.end .contact-ttl {
  color: #00379d;
}

#contents .table-01 th.need p, #contents .table-01 th.no-need p, #contents .table-01 td p {
  margin-bottom: 0;
}

#contact .table-01 {
  margin: 0 auto;
  max-width: 950px;
}

#contents a.tel-link {
  color: #3d3d3d;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 330%;
  padding-left: 40px;
  position: relative;
}

#contents a.tel-link::before {
  background-image: url(../image/contents/ico_tel.svg?202504);
  bottom: 0;
  content: "";
  display: block;
  height: 32px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 20px;
  width: 32px;
}

.about-area {
  background-color: #FFF;
  border-radius: 20px 0;
  margin: 0 auto 30px;
  max-width: 800px;
  padding: 30px;
  width: 100%;
}

#contents .about-area p {
  text-align: center;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
  #contents a.tel-link::before {
    background-size: contain;
    height: 27px;
    width: 27px;
    top: 14px;
  }

  #contents a.tel-link {
    font-size: 260%;
    padding-left: 35px;
  }
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .bg-white {
    padding: 50px 30px;
  }

  #contents .tel-area {
    gap: 30px;
  }
}

@media screen and (max-width: 640px) {
  #contents .about-area p {
    text-align: left;
  }
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  #contents a.tel-link::before {
    height: 25px;
    width: 25px;
    top: 10px;
  }

  #contents a.tel-link {
    font-size: 225%;
    padding-left: 32px;
  }

  .bg-white {
    padding: 40px 15px;
  }

  .about-area {
    padding: 25px 15px;
  }

  .txt-2box.bg-blue {
    padding: 30px 15px;
  }
}
