@charset "UTF-8";
/*
## #contact
*/
.l-wrapper-1 {
  width: 900px;
  margin: 0 auto;
}

.table-2 .table-2__tbody {
  border: none;
}
.table-2 .table-2__th, .table-2 .table-2__td {
  padding: 1.5em 5px 1.5em 20px;
  border: none;
  box-sizing: border-box;
  behavior: url("/assets/boxsizing.htc");
}

.table-2 {
  width: 900px;
  margin: 0 auto;
}
.table-2 .table-2__th {
  width: 260px;
}
.table-2 .table-2__th label {
  padding-top: 5px;
}
.table-2 .table-2__th .text-must {
  display: inline-block;
  padding: 5px 15px;
  background-color: #f4f4f3;
  color: #111;
  vertical-align: middle;
}

.input-1-text {
  padding: 0.8em 0.8em 0.7em;
  font-size: 115%;
  color: #484a4b;
  background-color: #fff;
  border: solid 1px #979797;
  border-radius: 4px;
  box-shadow: 3px 3px 1px 0 #f1f1f3 inset;
  box-sizing: border-box;
  behavior: url("/assets/boxsizing.htc");
}

.is_textarea {
  border: solid 1px #979797;
  border-radius: 4px;
  box-shadow: 3px 3px 1px 0 #f1f1f3 inset;
  background-color: #fff;
}

.input-1-text:focus {
  background: #f7f7f7;
}

.is_textarea:focus {
  background: #f7f7f7;
}

/* 入力枠 幅指定 */
.u-w_435px {
  width: 435px !important;
}

.u-w_136px {
  width: 136px !important;
}

.u-w_170px {
  width: 170px !important;
}

.u-w_310px {
  width: 310px !important;
}

.u-w_570px {
  width: 570px !important;
}

@media screen and (max-width: 960px) {
  .table-2 {
    width: 100%;
  }
  .table-2 .table-2__tbody {
    width: 100%;
  }
  .table-2 .table-2__th, .table-2 .table-2__td {
    display: block;
    padding: 0.8em 1.6em;
  }
  .table-2 .table-2__th {
    border-bottom: none !important;
    width: auto;
  }
  .table-2 .table-2__th .text-must {
    display: inline-block;
    float: none;
    padding-left: 10px;
  }
  .table-2 .table-2__td .input-1-text {
    width: 100% !important;
    padding: 0.6em 0.8em 0.5em;
  }
  .table-2 .table-2__td .is_textarea {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 576px) {
  .table-2 .table-2__th {
    font-size: 100%;
  }
  .table-2 .table-2__td {
    padding: 0.6em 1.6em 0.8em;
  }
}
@media screen and (max-width: 474px) {
  .button-3-wrapper .button-3-1, .button-3-wrapper .button-3-2 {
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .button-3-wrapper .button-3-1 {
    margin-top: 20px;
  }
}
.paragraphs-1, .paragraphs-2 {
  width: 50%;
  height: auto;
  float: left;
}
.paragraphs-1 p, .paragraphs-2 p {
  font-size: 115%;
  line-height: 2.2em;
  font-size: 100%;
  padding-left: 20px;
}
.paragraphs-1 .contact-namber, .paragraphs-2 .contact-namber {
  font-size: 158%;
  font-weight: bold;
  margin-top: 10px;
}
.paragraphs-1 .contact-namber a, .paragraphs-2 .contact-namber a {
  text-decoration: none;
}

.paragraphs-1 {
  padding-left: 20px;
  padding-right: 30px;
  box-sizing: border-box;
}

.paragraphs-2 {
  padding-left: 30px;
  padding-right: 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  .l-wrapper-1 {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .paragraphs-1 {
    padding-right: 15px;
  }
  .paragraphs-2 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 576px) {
  .paragraphs-1, .paragraphs-2 {
    float: none;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
/*
# .send
*/
.send {
  text-align: center;
}
.send img {
  padding: 50px;
}

.completion-notice {
  font-size: 143%;
  margin-bottom: 40px;
}

.completion-text {
  letter-spacing: 0.2em;
  line-height: 1.7em;
}

@media screen and (max-width: 960px) {
  .send {
    width: 100%;
    padding: 30px 20px;
    box-sizing: border-box;
    behavior: url("/assets/boxsizing.htc");
  }
  .send img {
    padding: 30px;
  }
  .completion-notice {
    font-size: 129%;
    margin-bottom: 30px;
  }
  .completion-text {
    font-size: 93%;
    letter-spacing: 0.2em;
    line-height: 1.5em;
  }
}
.message-1--error {
  color: red !important;
  font-size: 115%;
}

textarea {
  font-size: 115%;
  padding: 13px;
}

/*
# .確認ボタン
*/
.button-3-wrapper {
  text-align: center;
  margin: 30px 0;
  padding-bottom: 20px;
}
.button-3-wrapper a, .button-3-wrapper input {
  display: inline-block;
}
.button-3-wrapper .button-3-1, .button-3-wrapper .button-3-2 {
  margin: 0 10px;
  font-size: 115%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.button-3-2, .button-3-1 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 15px 70px;
  cursor: pointer;
}

.button-3-2 {
  background-color: #fff;
  border: solid 1px #1f8764;
  color: #1f8764;
}

.button-3-2:hover {
  background-color: #1f8764;
  border: solid 1px #1f8764;
  color: #fff;
}

.button-3-1 {
  background-color: #1f8764 !important;
  border: solid 1px #1f8764;
  color: #fff;
}

.button-3-1:hover {
  opacity: 0.7;
}

.header_8__2 .header_8__h2 {
  color: #4D4651;
  padding-top: 7px;
  font-size: 129%;
  font-weight: bold;
}

@media screen and (max-width: 474px) {
  .button-3-wrapper {
    margin: 20px 0 30px;
  }
  .button-3-wrapper .button-3-2, .button-3-wrapper .button-3-1 {
    margin: 0 auto;
    padding: 10px 0;
  }
  .button-3-wrapper .button-3-1 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .header_8__2 {
    margin: 0;
  }
}/*# sourceMappingURL=contact.css.map */