.contact_wrap {
  width: 90%;
  margin: auto;
  margin-top: 70px;
}
.contact_wrap .text {
  font-size: 1.4rem;
  line-height: 25px;
}
@media screen and (min-width: 768px) {
  .contact_wrap .ctm_btn {
    width: 240px;
  }
}
.contact_wrap .ctm_btn a {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1em;
  padding: 1em 1.6em;
  color: #fff;
  background-color: #000;
  width: 100%;
}

.ctm_contact_section1 {
  border: 1px solid #d5d5d5;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ctm_contact_section1 .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ctm_contact_section1 .inner:first-child {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ctm_contact_section1 .inner:first-child {
    margin-bottom: 30px;
  }
}
.ctm_contact_section1 .inner .text {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ctm_contact_section1 .inner .text {
    margin-bottom: 0;
  }
}

.ctm_contact_section {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ctm_contact_section {
    margin-bottom: 50px;
  }
}

.form_wrap .table02 {
  border: none;
  border-bottom: 1px solid #ccc;
}
.form_wrap th, .form_wrap td {
  font-size: 1.4rem;
  line-height: 25px;
}
.form_wrap th br, .form_wrap td br {
  display: inherit;
}
.form_wrap th .text, .form_wrap td .text {
  margin-top: 20px;
}
.form_wrap input {
  font-size: 1.4rem;
}
.form_wrap input[type=text] {
  padding: 3px 5px;
}
.form_wrap .ctm_btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.ctm_contact_lower {
  margin-bottom: 50px;
}
.ctm_contact_lower .text {
  text-align: center;
  margin-bottom: 20px;
}
.ctm_contact_lower .text.ctm_contact_section1 {
  text-align: left;
  margin-bottom: 0;
}/*# sourceMappingURL=contact.css.map */