@charset "UTF-8";
/* CSS Document */

/*--  thanks  --*/
  #mv-content {
    width: 100%;
    margin-top: 86px;
    background: linear-gradient(to right, #e5f5f2, #b0e4ed);
  }
  @media screen and (max-width: 980px) {
    #mv-content {
      margin-top: 45px;
    }
  }
  #mv-content .cont-inner {
    padding: 30px 0;
  }
  @media screen and (max-width: 980px) {
    #mv-content .cont-inner {
      padding: 20px;
    }
  }
  h2 {
    text-align: left;
    margin-bottom: 0;
  }
  h3 {
    border-left: solid 8px #00B29E;
    padding: 0 0 0 28px;
    margin-bottom: 15px;
    font-size: 22px;
  }
  @media screen and (max-width: 980px) {
  h3 {
      font-size: calc(30 *(100vw/750));
      padding: 0 0 0 15px;
    }
  }
  .DL-content .cont-inner.flex-box {
    justify-content: space-between;
  }
  .DL-content .text-area {
    flex-basis: 40%;
  }
  @media screen and (max-width: 980px) {
    .DL-content .text-area img {
      width: 75%;
      margin: 0 auto;
      display: block;
    }
  }

  .DL-content .form-area {
    background: #F7F7F7;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    flex-basis: 50%;
  }
  @media screen and (max-width: 980px) {
    .DL-content .form-area {
      margin-top: 20px;
      padding: 20px;
    }
  }
  .form_box.flex-box {
    justify-content: space-between;
    padding-bottom: 15px;
  }
  .form_box_name {
    flex-basis: 30%;
    text-align: left;
  }
  @media screen and (min-width: 981px) {
    .form_box_name .line-break {
      line-height: 1.2;
    }
  }
  .form_box_name span {
    color: #EA0101;
  }
  input {
    padding: 10px;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
    background: #fff;
    border: solid #B2B2B2 1px;
    width: 60%;
  }
  @media screen and (max-width: 980px) {
    input {
      width: 100%;
      box-sizing: border-box;
      padding: 5px;
    }
  }
  input.half {
    width: 25%;
  }
  @media screen and (max-width: 980px) {
    input.half {
      width: 45%;
    }
    input.half + input.half {
      margin-left: calc(10% - 10px);
    }
  }
  .pri {
    margin-bottom: 15px;
    font-size: 85%;
  }
  .pri .text-link {
    color: #00B29E;
    text-decoration: underline;
    display: inline;
  }
  .pri .text-link:hover {
    text-decoration: none;
  }
  button {
    border: none;
    transition: .4s;
    opacity: 0.2;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  @media screen and (max-width: 980px) {
    button {
      width: 100%;
    }
  }

  .DL-content .dltext {
    padding-bottom: 10px;
  }
