@charset "UTF-8";

/* --------------------------------------------------

 contact-tel-blc Block

-------------------------------------------------- */

#contents #key-visual-blc .bg-img {
  background-image: url(../w2img/20231228194105contact-main.jpg) !important;
}

#contact-tel-blc {
  background-color: #1d1d1f;
}

#contact-tel-blc .ttl-heading {
  color: #fff;
}

#contact-tel-blc .contact-tel-ul {
  display: flex;
  margin-top: 2rem;
}

#contact-tel-blc .txt-desc {
  color: #fff;
  text-align: center;
}

#contact-tel-blc .contact-tel-ul li {
  width: calc((100% - 2rem) / 3);
  color: #fff;
  margin-right: 1rem;
  margin-top: 2rem;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}

#contact-tel-blc .contact-tel-ul li.tel-blc::before {
  content: "";
  background-image: url(../img/contact/tel_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 35px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}

#contact-tel-blc .contact-tel-ul li.fax-blc::before {
  content: "";
  background-image: url(../img/contact/fax_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
}

#contact-tel-blc .contact-tel-ul li.email-blc::before {
  content: "";
  background-image: url(../img/contact/email_icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 44px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 0;
}

#contact-tel-blc .contact-tel-ul li:nth-child(3n+3),
#contact-tel-blc .contact-tel-ul li:last-child {
  margin-right: 0;
}

#contact-tel-blc .contact-tel-ul li:nth-child(-n+3) {
  margin-top: 0;
}

#contact-tel-blc .contact-tel-ul li .ttl-blc {
  color: #fff;
  display: block;
}

#contact-tel-blc .contact-tel-ul li .txt-blc {
  margin-top: 10px;
}

#contact-tel-blc .contact-tel-ul li .txt-blc>span {
  width: 100%;
  display: block;
}

#contact-tel-blc .contact-tel-ul li .txt-blc>span.txt {
  font-size: 90%;
  margin-top: 10px;
}

#contact-tel-blc .contact-tel-ul li .txt-blc>span.tel {
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
}

#contact-tel-blc .contact-tel-ul li.fax-blc,
#contact-tel-blc .contact-tel-ul li.email-blc {
  padding-left: 60px;
}

@media screen and (max-width:1000px) {
  #contact-tel-blc .contact-tel-ul {
    flex-wrap: wrap;
  }

  #contact-tel-blc .contact-tel-ul li {
    width: 100%;
    margin-right: 0;
    margin-top: 2rem;
  }

  #contact-tel-blc .contact-tel-ul li:nth-child(-n+3) {
    margin-top: 2rem;
  }

  #contact-tel-blc .contact-tel-ul li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width:640px) {
  #contact-tel-blc .contact-tel-ul li.tel-blc::before {
    width: 25px;
    height: 35px;
  }

  #contact-tel-blc .contact-tel-ul li.fax-blc::before {
    width: 35px;
    height: 35px;
  }

  #contact-tel-blc .contact-tel-ul li.email-blc::before {
    width: 34px;
    height: 28px;
  }

  #contact-tel-blc .contact-tel-ul li {
    padding-left: 40px;
  }

  #contact-tel-blc .contact-tel-ul li.fax-blc,
  #contact-tel-blc .contact-tel-ul li.email-blc {
    padding-left: 50px;
  }
}

/* --------------------------------------------------

 focus-animation
 
-------------------------------------------------- */

.focus-animation {
  padding: 13px 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.required {
  background: #e53935;
  color: #ffffff;
}

.n_required {
  background: #ddd;
  color: #9e9e9e;
}

.required,
.n_required {
  padding: 7px 7px;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  line-height: 1;
}

.full-size {
  width: 100%;
}

.middle-size {
  width: 50%;
}

.narrow-size {
  width: 160px;
}

.txt-caution {
  margin-top: 5px;
  font-size: 90%;
}

.error-txt {
  color: #f02323;
  position: relative;
  padding-left: 25px;
  margin-top: 1rem;
}

.error-txt:empty {
  display: none;
}

.error-txt:not(:empty)::before {
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

#contact-form-blc .required-blc {
  margin-bottom: 2rem;
}

#contact-form-blc .required-blc span {
  margin-right: 10px;
}

@media screen and (max-width:480px) {
  .middle-size {
    width: 100%;
  }
}

/* --------------------------------------------------

tbl-form

-------------------------------------------------- */

.tbl-form th,
.tbl-form td {
  padding: 30px 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

.tbl-form tr:first-child th,
.tbl-form tr:first-child td {
  border-top: 0;
  padding-top: 0;
}

.tbl-form th {
  width: 30%;
  font-weight: bold;
  box-sizing: border-box;
}

.tbl-form td {
  width: 70%;
}

@media screen and (max-width:640px) {

  .tbl-form th,
  .tbl-form td {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .tbl-form th {
    padding-bottom: 0;
  }

  .tbl-form td {
    padding-top: 15px;
    border-top: 0;
  }

  .tbl-form tr:first-child td {
    padding-top: 15px;
  }
}

/* --------------------------------------------------

listStyle01

-------------------------------------------------- */

.listStyle01 {
  counter-reset: section;
}

.listStyle01 li:first-child {
  margin-top: 5%;
}

.listStyle01 li:last-child {
  margin-bottom: 0;
}

.listStyle01 li {
  padding-left: 20px;
  margin-bottom: 2rem;
  position: relative;
}

.listStyle01 li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 15px;
  height: 100%;
  counter-increment: section;
  content: " " counter(section) ". ";
}

@media screen and (max-width:640px) {
  .listStyle01 li {
    margin-bottom: 1rem;
  }
}