/* CSS Document */
.kv-contact {
  background: url("../images/index/keyvisual.jpg") no-repeat center center;
  background-size: cover; }
  .kv-contact .keyvisual-h2 {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #fff;
    color: #47ccbf;
    font-weight: normal;
    border-radius: 30px;
    letter-spacing: 5px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .kv-contact .keyvisual-h2 {
        font-size: 36px;
        padding: 10px 45px; } }
  .kv-contact .keyvisual-span {
    font-size: 16px;
    padding-top: 10px;
    color: #fff;
    display: block;
    letter-spacing: 5px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .kv-contact .keyvisual-span {
        font-size: 21px;
        padding-top: 20px; } }

.sec01 {
  max-width: 1280px;
  margin: auto;
  margin-bottom: 100px;
  font-size: 16px;
  line-height: 1.6;
  color: #29a6d8; }
  .sec01-p {
    text-align: center;
    line-height: 2;
    letter-spacing: 2px;
    padding: 0 15px; }
    .sec01-p-a {
      text-decoration: underline; }

.sec02-form {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 100px; }
  .sec02-form-h3 {
    text-align: left;
    font-size: 24px;
    color: #47ccbf;
    margin-bottom: 40px;
    margin-top: 100px;
    text-align: center; }
  .sec02-form .group:nth-of-type(1) {
    border-top: 2px solid #cccccc; }
  .sec02-form .group:nth-of-type(odd) {
    background-color: #eefaf9; }
  .sec02-form-table {
    width: 100%; }
  .sec02-form-label {
    display: block;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
    text-align: left;
    font-weight: bold;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .sec02-form-label {
        display: inline-block;
        width: 32%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 2%; } }
    .sec02-form-label .required {
      font-size: 11px;
      padding: 2px 14px 3px;
      margin-left: 10px;
      border-radius: 30px;
      background-color: #47ccbf;
      color: #fff; }
  .sec02-form-data {
    display: inline-block;
    width: 96%;
    padding-top: 0;
    padding-bottom: 20px;
    padding-left: 2%;
    text-align: left;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .sec02-form-data {
        display: inline-block;
        width: 68%;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 0;
        padding-right: 14%; } }
    .sec02-form-data-postal {
      width: 30%;
      display: block;
      margin-top: 10px;
      padding: 7px 0; }
      @media screen and (min-width: 768px) {
        .sec02-form-data-postal {
          padding: 14px 0; } }
    .sec02-form-data-input {
      width: 100%;
      padding: 7px 0; }
      @media screen and (min-width: 768px) {
        .sec02-form-data-input {
          padding: 14px 0; } }
  .sec02-form-submit {
    text-align: center; }
    .sec02-form-submit-btn {
      font-weight: bold;
      background: #47ccbf;
      color: #fff;
      padding: 7px 40px;
      border-radius: 30px;
      border: none;
      margin: 30px auto; }
  .sec02-form .autobtn {
    display: inline-block;
    padding: 5px 10px;
    background: #333;
    color: #fff;
    cursor: pointer;
    margin: 10px 0; }
