h2::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 5px;
  background-color: #da4764;
  top: 100%;
  left: calc(50% - 75px);
  -webkit-transition: .5s all;
  transition: .5s all;
}

.inner {
  max-width: 750px;
}

@media screen and (max-width: 767px) {
  .inner {
    max-width: 750px;
  }
  h2 {
    font-size: 2.4rem;
    padding-bottom: 1.4rem;
    line-height: 1.2;
  }
  h2::after {
    height: 4px;
  }
}

.contactus {
  padding: 9rem 0;
}

.contactus_subttl {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}

.contactus form {
  margin-top: 6.5rem;
}

.contactus_table {
  width: 100%;
}

.contactus_table tr {
  width: 100%;
  border-bottom: 2px dotted #d4d4d4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
}

.contactus_table tr th {
  font-weight: bold;
  font-size: 1.8rem;
  width: 265px;
  text-align: left;
  vertical-align: top;
}

.contactus_table tr td {
  font-size: 1.8rem;
  display: block;
  width: 485px;
}

.contactus_table tr td input {
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 1rem 0 1rem 1.2rem;
}

.contactus_table tr td select {
  display: block;
}

.contactus_radio2 {
  margin-top: 1.5rem;
}

.contactus_redicon {
  background-color: #eb0000;
  display: inline-block;
  width: 3.75rem;
  padding: 3px 0;
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  font-weight: bold;
  margin-left: .75rem;
}

.contactus_notice {
  padding-left: 1.5em;
  text-indent: -1.5em;
  line-height: 1.5;
}

.contactus_notice_txt {
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 31rem;
  overflow-y: scroll;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  padding: 2.4rem;
}

.contactus_notice_txt_emp {
  font-weight: bold;
  font-size: 2.2rem;
}

.contactus_send {
  text-align: center;
}

.contactus_send input {
  font-size: 2.2rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #d74969;
  border: none;
  width: calc(148/750*100%);
  padding: calc(12/750*100%) 0;
  border-radius: 10px;
  margin-top: 3.5rem;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 #c2bcbc;
          box-shadow: 0 2px 4px 0 #c2bcbc;
}

.contactus_send input:hover {
  opacity: .8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.contactus_select {
  position: relative;
}

.contactus_select::after {
  content: '';
  border-style: solid;
  border-width: 0 1px 1px 1px;
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 2px;
  border-color: #d5305d #d5305d transparent transparent;
  position: absolute;
  top: 50%;
  left: 108px;
  -webkit-transform: translateY(-75%) rotate(135deg);
          transform: translateY(-75%) rotate(135deg);
  font-weight: bold;
}

.contactus select {
  width: 128px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 1rem 1rem 1rem 1.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.contactus textarea {
  padding: 1rem 0 1rem 1.2rem;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 100%;
}

.contactus_address {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .contactus {
    padding: 6rem 0;
  }
  .contactus_subttl {
    font-size: 1.4rem;
  }
  .contactus form {
    margin-top: 3.5rem;
  }
  .contactus_table {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  .contactus_table tr {
    width: 100%;
    display: block;
  }
  .contactus_table tr th {
    width: 100%;
    font-size: 1.6rem;
  }
  .contactus_table tr td {
    display: block;
    margin-top: 2rem;
    width: 100%;
    font-size: 1.4rem;
  }
  .contactus_table tr td input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 1rem 0 1rem 1.2rem;
  }
  .contactus_table tr td select {
    display: block;
  }
  .contactus_redicon {
    font-size: 1.3rem;
  }
  .contactus_notice {
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .contactus_notice_txt {
    font-size: 1.4rem;
  }
  .contactus_notice_txt_emp {
    font-size: 1.6rem;
  }
  .contactus_send input {
    font-size: 1.4rem;
    width: calc(148/325*100%);
    padding: calc(8/325*100%) 0;
  }
}

.conf_koumoku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.conf dl {
  padding: 15px 0;
  font-size: 1.8rem;
  border-bottom: 2px dotted #d4d4d4;
}

.conf dt {
  width: 250px;
}

.conf dt label {
  font-weight: bold;
}

.conf dd {
  width: 500px;
}

.conf_send input {
  -webkit-box-shadow: 0 2px 4px 0 #c2bcbc;
          box-shadow: 0 2px 4px 0 #c2bcbc;
}

.conf_send input:first-child {
  background-color: #929292;
}

@media screen and (max-width: 767px) {
  .conf_koumoku {
    display: block;
  }
  .conf dl {
    font-size: 1.6rem;
  }
  .conf dt {
    width: 100%;
  }
  .conf dd {
    width: 100%;
    margin-top: 2rem;
  }
}

.thanks_inner {
  border: 2px solid #929292;
  padding: 3rem 0 4.5rem;
}

.thanks_ttl {
  font-weight: bold;
  font-size: 2.2rem;
  text-align: center;
}

.thanks_txt {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 4.5rem;
  line-height: 1.5;
}

.thanks_btn {
  background-color: #929292;
  width: 240px;
  text-align: center;
  margin: 0 auto;
  margin-top: 8rem;
  -webkit-box-shadow: 0 2px 4px 0 #c2bcbc;
          box-shadow: 0 2px 4px 0 #c2bcbc;
}

.thanks_btn a {
  display: block;
  color: #ffffff;
  padding: 15px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .thanks_inner {
    border: 1px solid #929292;
    padding: 3rem 0 4.5rem;
  }
  .thanks_ttl {
    font-size: 1.8rem;
  }
  .thanks_txt {
    font-size: 1.6rem;
    margin-top: 4rem;
    padding: 0 1rem;
  }
  .thanks_btn {
    width: 240px;
    margin-top: 5rem;
  }
  .thanks_btn a {
    padding: 15px 0;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 320px) {
  .thanks_inner {
    border: 1px solid #929292;
    padding: 3rem 1.5rem 4.5rem;
  }
  .thanks_ttl {
    font-size: 1.4rem;
  }
  .thanks_txt {
    font-size: 1.2rem;
    margin-top: 3rem;
  }
  .thanks_btn {
    width: 200px;
    margin-top: 5rem;
    border-radius: 10px;
  }
  .thanks_btn a {
    padding: 12px 0;
    font-size: 1.5rem;
  }
}



.error_messe_box {
  margin-top: 40px;
}

.error_messe {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.5em;
  color: #eb0000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .error_messe {
    font-size: 14px;
  }
}

/*# sourceMappingURL=contactus.css.map */