@charset "utf-8";

.c-title1--border .c-title1__mainttl {
    font-size: 2.5rem;
    padding: 0 0 10px;
    margin-bottom: 20px;
  }

  .contents_main {
    width: 100%;
    margin: 0 auto;
    margin-top: -50px;
  }

  .re_box .txt_1 {
    color: #5e7992;
    font-size: 1.8rem;
  }

  .re_box .txt_2 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .mak {
    font-weight: bolder;
    background: linear-gradient(transparent 70%, #ABE1FA 60%);
  }

  .pb20 {
    padding-bottom: 20px;
  }

  .form_link {
    background: #00a1db;
    width: 70%;
    margin: 10px auto;
    text-align: center;
    border-radius: 10px;
    padding: 6px;
  }

  .form_link a {
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
  }

  .re_box {
    width: 40%;
    padding: 15px 10px 50px;
    border: solid 1px #115B78;
    background: #ffffff;
    text-align: center;
    height: 220px;
  }

  a {
    color: #009fdb;
  }

  .mb80 {
    margin-bottom: 80px;
  }

  .pb80 {
    padding-bottom: 80px;
  }

  .form_cap{
    padding: 5px 2px;
    font-size: small;
  }

  .narabe {
    display: flex;
    justify-content: center;
  }

  .txt_main {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 15px 0 20px;
    color: #115b78;
    padding: 0 60px;
  }

  .list01 {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 15px 0 20px;
    color: #115b78;
    list-style: disc;
    padding: 0px 90px;
  }

  #form1 .apply_form label {
    font-size: 1.6em;
  }

  .apply_form table {
    width: 100%;
    border-collapse: collapse;
  }

  .apply_form th {
    font-weight: 700;
    font-size: 1rem;
  }

  .apply_form td,
  .apply_form th,
  .apply_form td:first-child,
  .apply_form td:first-child {
    text-align: left;
    color: #5e7992;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    vertical-align: top;
  }

  .apply_form th,
  .apply_form td:first-child {
    width: 240px;
    font-weight: 500;
    background: #f5f8fb;
    padding: 20px;
    padding-left: 20px;
    padding-left: 25px;
  }

  .apply_form td {
    background: #fff;
    padding: 15px 20px 15px;
  }

  .apply_form label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .apply_form td input[type="email"],
  .apply_form td input[type="tel"],
  .apply_form td input[type="text"] {
    width: 478px;
    border: 1px solid #5e7992;
    border-radius: 5px;
    line-height: 35px;
    text-indent: 18px;
    height: 35px;
    color: #5e7992;
  }

  .apply_form td,
  .apply_form th,
  .apply_form td:first-child,
  .apply_form td:first-child {
    text-align: left;
    color: #5e7992;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    vertical-align: top;
  }

  #form1 .a-form__submit input {
    padding: 14px 10px 14px;
    font-size: 1.5rem;
    margin: 0px 0 90px 0;
  }

  .a-form__submit input {
    margin: 0;
    padding: 10px 10px 10px;
    width: 100%;
    border: none;
    display: block;
    color: #fff;
    font-size: 1rem;
    text-align: center;
    letter-spacing: 2px;
    cursor: pointer;
    background: #FCAF01;
  }

  .a-form__submit {
    width: 181px;
    margin: 50px auto 0;
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .err__txt{
    color: crimson;
    font-size: 1.5rem;
    padding: 5px;
  }