.sec_contact .pc_only {
  display: block;
}
.sec_contact h3 {
  background: #113677;
  color: #FFF;
  font-size: 1.2rem;
  text-align: center;
  padding: 0.7em 0;
}
.sec_contact h4 {
  color: #113677;
  font-size: 1.2rem;
  text-decoration: underline;
}
.sec_contact p {
  text-align: center;
}
.sec_contact p.txt_upper {
  margin-bottom: 2%;
}
.sec_contact p.txt_btm {
  margin-top: 2%;
}
.sec_contact p small {
  text-align: center;
  font-size: 80%;
  margin: 1% auto 0;
  display: block;
}
.sec_contact .contact_bloc {
  width: 100%;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.sec_contact .border-style {
  background-size: 12px 4px;
  background-image: linear-gradient(to right, #000000 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 2px;
  border: none;
  margin-left: 2%;
  margin-right: 2%;
}
.sec_contact .bloc_inner {
  padding: 2%;
}
.sec_contact .contact_btn {
  width: 30%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 90%;
  position: relative;
  border: solid 1px #000;
  border-radius: 10px;
}
.sec_contact .contact_btn a {
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  padding: 1.4em 0;
}
.sec_contact .contact_btn a:hover {
  background-color: #113677;
  color: #fff;
}
.sec_contact .contact_detail {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
.sec_contact .contact_detail .tel {
  color: #000;
}
.sec_contact .contact_detail .tel a {
  font-size: 160%;
  font-weight: bold;
  text-decoration: none;
}
.sec_contact .contact_detail .tel .icn_free {
  width: 34px;
  margin-top: -2%;
  margin-right: 2%;
}

.sec_faq {
  margin-bottom: 3%;
}

.sec_info01 {
  margin-bottom: 3%;
}

@media (max-width: 767px) {
  .sec_contact .pc_only {
    display: none;
  }
  .sec_contact h3 {
    font-size: 1.1rem;
  }
  .sec_contact h4 {
    margin-bottom: 2%;
  }
  .sec_contact p.ta_justify {
    text-align: justify;
  }
  .sec_contact p.txt_upper {
    margin-bottom: 6%;
  }
  .sec_contact p.txt_btm {
    margin-top: 6%;
  }
  .sec_contact .contact_btn {
    width: 80%;
  }
  .sec_contact .contact_detail {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */