@charset "utf-8";
#btn {
  margin: 50px 0 130px;
}
#btn ul {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
#btn ul li {
  width: calc(33.33% - 25px);
}
#btn ul li a {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: #009A9F;
  letter-spacing: 0.1rem;
  background: #fff;
  border: 1px solid #01ACB2;
  border-radius: 30px;
  padding: 10px 5px;
  display: inline-block;
  position: relative;
}
#btn ul li a::before {
  content: "";
  background: url("../images/common/contact_arrow.png")no-repeat;
  background-size: contain;
  width: 8px;
  height: 5px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#btn ul li a img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
#sec01 h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
#sec01 p {
  line-height: 28px;
  color: #111111;
  text-align: center;
  letter-spacing: 0.1rem;
}
#sec01 .col2 {
  width: calc(50% - 5px);
  position: relative;
}
#sec01 .col2:last-child::before {
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid #CCCCCC;
  position: absolute;
  top: 0;
  left: 0;
}
#sec01 .col2 a.tel {
  font-size: 51px;
  font-size: 5.1rem;
  font-weight: 900;
  color: #00A8AE;
  padding: 20px 0 5px;
  line-height: 1;
  display: block;
  text-align: center;
}
#sec01 .col2 .l_flex {
  justify-content: center;
  margin-top: 30px;
}
#sec01 .col2 .line_btn {
  width: 38.33%;
  margin-right: 35px;
}
#sec01 .col2 .line_qr {
  width: 19%;
}
#tel, #line {
  padding-top: 100px;
  margin-top: -100px;
}
#form {
  background: url("../images/common/contact_bg.png")no-repeat;
  background-size: cover;
  padding: 100px 0 120px;
  margin-top: 100px;
}
#form .table_contents {
  background: #fff !important;
}
@media screen and (max-width: 1080px) {
  #tel_area .l_continar {
    padding-right: 15px;
    padding-left: 15px;
  }
  h3.ttl {
    width: 60.64%;
  }
}
@media screen and (max-width: 1000px) {
  #sec01 .col2 a.tel {
    font-size: 3.8rem;
  }
  #sec01 .col2 .line_btn {
    width: 43.33%;
    margin-right: 25px;
  }
  #sec01 .col2 .line_qr {
    width: 23%;
  }
}
@media screen and (max-width: 768px) {
  #btn {
    margin: 50px 0 70px;
  }
  #btn ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #sec01 .col2 {
    width: 100%;
  }
  #sec01 .col2:last-child {
    margin-top: 50px;
    padding-top: 50px;
  }
  #sec01 h3, #form h3 {
    font-size: 30px;
    font-size: 3.0rem;
  }
  #sec01 .col2 a.tel {
    font-size: 10.01vw;
  }
  #sec01 .col2:last-child::before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid #CCCCCC;
    border-right: none;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sec01 .col2 .line_btn {
    display: block;
    width: 57.33%;
    margin: 0 auto;
  }
  #form {
    background: url(../images/common/contact_bg_sp.png) no-repeat;
    background-size: cover;
    padding: 100px 0 120px !important;
    margin-top: 60px;
  }
}