.member-link {
  margin-bottom: 60px;
  padding: 25px 20px;
  font-size: 2em;
  text-align: center;
  line-height: 1.5;
  background-color: #f0f4f9; }
  .member-link a {
    color: #00479d;
    text-decoration: underline; }
    .member-link a:hover {
      text-decoration: none; }

.contact-wrap {
  margin-bottom: 100px; }
  .contact-wrap table {
    width: 100%; }
  .contact-wrap tr {
    border-bottom: 1px solid #d1d1d1; }
    .contact-wrap tr:last-child {
      border-bottom: none; }
  .contact-wrap th {
    font-weight: bold;
    font-size: 2em;
    width: 250px;
    text-align: left; }
  .contact-wrap td {
    display: block;
    width: 100%; }
    .contact-wrap td p {
      font-weight: bold;
      font-size: 1.6em;
      margin-bottom: 30px; }
    .contact-wrap td p.inq-content {
      font-weight: normal;
      margin-bottom: 0; }
  .contact-wrap .col-top td {
    margin-bottom: 40px; }
  .contact-wrap .col-bottom td {
    margin-top: 40px; }

textarea[name=inq_des] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 710px;
  height: 220px;
  padding: 5px 10px;
  font-size: 1.6em;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

label {
  display: block;
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 15px; }
  label .required {
    font-size: .75em;
    color: #d92b2b;
    padding-left: 10px; }

input[type=text],
input[type=tel],
input[type=email] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 5px 10px;
  font-size: 1.6em;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[name=inq_familyname],
input[name=inq_postal_1] {
  width: 48%; }

input[name=inq_givenname],
input[name=inq_postal_2] {
  width: 48%; }

.hifun {
  font-size: 1.6em;
  padding: 0 10px;
  float: left; }

.btn-wrap {
  margin: 60px auto 0;
  width: 400px;
  height: 80px; }
  .btn-wrap button {
    width: 100%;
    margin: 0;
    cursor: pointer; }
  .btn-wrap .general-link-2 {
    background-position: 98.4% 93%; }

p.errors {
  font-size: 1.6em;
  line-height: 1.8;
  color: #d92b2b; }

p.send-txt {
  font-size: 2em;
  text-align: center;
  line-height: 2; }

.confirm-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .confirm-flex .btn-wrap {
    margin: 60px 30px 0 0; }
    .confirm-flex .btn-wrap:last-child {
      margin-right: 0; }

@media only screen and (max-width: 640px) {
  .page-ttl-sp {
    margin-bottom: 40px; }
  .member-link {
    margin-top: 25px;
    margin-bottom: 30px;
    font-size: 1.5em; }
  .contact-wrap {
    margin-bottom: 50px; }
    .contact-wrap th {
      display: block;
      width: 100%; }
    .contact-wrap td p {
      font-size: 1.3em;
      margin-bottom: 20px;
      line-height: 1.5; }
  label {
    font-size: 1.3em;
    margin-bottom: 10px; }
    label .required {
      font-size: 1em; }
  textarea[name=inq_des],
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 1.3em; }
  .col-top th {
    margin-bottom: 30px; }
  .col-bottom th {
    margin-top: 40px; }
  .col-bottom td {
    margin-top: 30px; }
  .btn-wrap {
    margin: 40px auto 0;
    width: 100%;
    height: 50px;
    font-size: 1.7em; }
    .btn-wrap button {
      height: inherit;
      font-size: 1em;
      line-height: 1; }
  p.errors {
    font-size: 1.3em;
    line-height: 1.5; }
  p.send-txt {
    font-size: 1.3em;
    line-height: 1.7; }
  .confirm-flex {
    display: block; }
    .confirm-flex .btn-wrap {
      margin: 40px auto 0;
      width: 100%;
      height: 50px;
      font-size: 1.7em; }
      .confirm-flex .btn-wrap:last-child {
        margin-top: 15px; } }

/*max-width: 640px*/
