/* mv
---------------------------------------- */
#mv {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mv {
    margin-bottom: 30px;
  }
}
#mv .inner-area {
  width: 1114px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #mv .inner-area {
    width: 100%;
  }
}
/* sec-01
---------------------------------------- */
#sec-01 {
  width: 800px;
  margin: 0 auto 70px auto;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  #sec-01 {
    width: 92%;
    margin: 0 auto 50px auto;
  }
}
#sec-01 .inner-area {
  width: 100%;
  text-align: center;
}

#sec-01 .inner-area .catch {
  font-size: 2.6rem;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .catch {
    font-size: 1.8rem;
  }
}
#sec-01 .inner-area .txt {
  padding-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .txt {
    font-size: 1.2rem;
    text-align: left;
    line-height: 1.5;
  }
}
#sec-01 .inner-area table {
  width: 100%;
  margin-top: 30px;
  border: 2px solid #595757;
}

#sec-01 .inner-area table th,
#sec-01 .inner-area table td {
  padding: 10px;
  border-bottom: 1px solid #595757;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area table th,
  #sec-01 .inner-area table td {
    display: block;
    width: 100%;
    font-size: 1.2rem;
  }
}
#sec-01 .inner-area table th {
  width: 32%;
  background: #eeeeef;
  border-right: 1px solid #595757;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area table th {
    width: 100%;
    border-right: 0;
    border-bottom: 1px dotted #595757;
  }
}
#sec-01 .inner-area table th:last-child {
  border-bottom: 0;
}

#sec-01 .inner-area table th .required {
  float: right;
  padding: 0 10px;
  background: #9f4b4b;
  color: #fff;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}

#sec-01 .inner-area table td input,
#sec-01 .inner-area table td textarea {
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.4rem;
}

#sec-01 .inner-area table td .error {
  color: #9f4b4b;
}

#sec-01 .inner-area table tr:last-child th, #sec-01 .inner-area table tr:last-child td {
  border-bottom: 0;
}

#sec-01 .inner-area .control {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto 0 auto;
}

#sec-01 .inner-area .button-submit {
  cursor: pointer;
  display: block;
  width: 50%;
  height: 50px;
  margin: 0 2%;
  padding: 10px 0;
  background: url(../img/index/icn_triangle_left@2x.png) no-repeat left 20px center;
  background-size: auto 16px;
  border: 1px solid #595758;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .button-submit {
    width: 60%;
    background: url(../img/index/icn_triangle_left@2x.png) no-repeat left 10% center;
    background-size: auto 14px;
  }
}
#sec-01 .inner-area .button-back {
  cursor: pointer;
  display: block;
  width: 20%;
  height: 50px;
  margin: 0 2%;
  padding: 10px 0;
  border: 1px solid #595758;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #sec-01 .inner-area .button-back {
    width: 26%;
  }
}
/*# sourceMappingURL=contact.css.map */
