@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=password],
input[type=submit],
input[type=button],
button[type=submit] textarea,
select {
  border-radius: none;
  -webkit-appearance: none;
}

@media print, all and (min-width: 641px) {
  /* INDEX */
  #contact-form {
    margin-top: 50px;
  }
  .points_c-box {
    padding: 25px 0;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
  }
  .points_c-box .text-box {
    float: left;
    width: 570px;
  }
  .points_c-box .image-box {
    float: right;
    width: 355px;
  }
  .title-formcat {
    margin-bottom: 25px;
    color: #011B6A;
    font-size: 137.5%;
    /* 22px */
    font-weight: bold;
    line-height: 1.666667;
    letter-spacing: 1pt;
    text-align: center;
  }
  table.formtable {
    margin-bottom: 30px;
  }
  table.formtable th,
  table.formtable td {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .formtitles {
    margin-bottom: 30px;
  }
  body.contact .form-navi {
    padding-top: 20px;
    text-align: center;
  }
  body.contact .form-navi .input-submit {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px;
    padding: 10px 65px;
    color: #ffffff;
    font-size: 120%;
    font-weight: bold;
    background-color: #143367;
    border: none;
    cursor: pointer;
    /*
      background-image: url(../images/common/anchor-w01.png);
      background-position: 37px 20px;
      background-repeat: no-repeat;
      background-size: 6px auto;
      */
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  body.contact .form-navi .input-submit[name=correct] {
    /*
      background-image: url(../images/common/anchor-w01_rf.png);
      */
  }
  body.contact .form-navi .input-submit:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  body.contact .error {
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 10px;
    color: #ed5353;
    font-weight: bold;
    border: 1px solid #ed5353;
  }
  body.contact .error-top {
    margin-bottom: 10px;
  }
  body.contact .input-text,
  body.contact textarea,
  body.contact select {
    padding: 5px 10px;
    border: 1px solid #989898;
  }
  body.contact .input-text:focus,
  body.contact textarea:focus {
    background-color: #f2f2f2;
  }
  body.contact .input-text[disabled] {
    background-color: #f2f2f2;
  }
  body.contact .input-text.age {
    margin-right: 5px;
  }
  body.contact .cal-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  body.contact .cal-icon a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/common/anchor-cal.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
  }
  body.contact .cal-icon a:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  body.contact .input-text[readonly] {
    background-color: #ededed;
  }
  body.contact table.type02.formtable th {
    width: 250px;
    background: rgba(4, 28, 106, 0.1);
  }
  body.contact table.type02.formtable th:before {
    content: "任意";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 2px 6px;
    color: #ffffff;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 1.5;
    text-align: center;
    background-color: #143367;
  }
  body.contact table.type02.formtable th.rqs:before {
    content: "必須";
    background-color: #b41c25;
  }
  .privacy-formbox table.formtable {
    border: none;
    background-color: transparent;
  }
  .privacy-formbox table.formtable th,
  .privacy-formbox table.formtable td {
    border: none;
    background-color: transparent;
  }
  .privacy-formbox table.formtable th {
    display: none;
  }
  .privacy-formbox table.formtable td {
    display: block;
    text-align: center;
  }
  body.contact .privacytext {
    margin-bottom: 20px;
  }
  body.contact select[name="input[gradyear]"] {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 640px) {
  /* INDEX */
  .points_c-box {
    padding: 15px;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
  }
  .points_c-box .text-box {
    margin-bottom: 20px;
  }
  .title-formcat {
    margin-bottom: 15px;
    color: #011B6A;
    font-size: 106.25%;
    /* 17px */
    font-weight: bold;
    line-height: 1.666667;
    letter-spacing: 1pt;
  }
  table.formtable,
  .formtitles {
    margin-bottom: 30px;
  }
  body.contact .form-navi {
    padding-top: 20px;
    text-align: center;
  }
  body.contact .form-navi .input-submit {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 20px;
    color: #ffffff;
    font-size: 112.5%;
    font-weight: bold;
    background-color: #143367;
    border: none;
    cursor: pointer;
    /*
      background-image: url(../images/common/anchor-w01.png);
      background-position: 17px 15px;
      background-repeat: no-repeat;
      background-size: 6px auto;
      */
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  body.contact .form-navi .input-submit[name=correct] {
    /*
      background-image: url(../images/common/anchor-w01_rf.png);
      */
  }
  body.contact .form-navi .input-submit:hover {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  body.contact .error {
    display: inline-block;
    margin: 10px 0 0;
    padding: 5px 10px;
    color: #ed5353;
    font-weight: bold;
    border: 1px solid #ed5353;
  }
  body.contact .error-top {
    margin-bottom: 10px;
  }
  body.contact .input-text,
  body.contact textarea,
  body.contact select {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #989898;
  }
  body.contact .input-text:focus,
  body.contact textarea:focus {
    background-color: #f2f2f2;
  }
  body.contact .input-text[disabled] {
    background-color: #f2f2f2;
  }
  body.contact .input-text.age {
    width: auto;
    margin-right: 5px;
  }
  body.contact .input-text.name1, body.contact .input-text.name2, body.contact .input-text.kana1, body.contact .input-text.kana2, body.contact .input-text.ins01, body.contact .input-text.ins02, body.contact .input-text.cal {
    width: 75%;
    margin-bottom: 10px;
  }
  body.contact select {
    width: 75%;
    margin-bottom: 10px;
  }
  body.contact .input-text.zipcode1, body.contact .input-text.zipcode2 {
    width: auto;
  }
  body.contact .cal-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
  body.contact .cal-icon a {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/common/anchor-cal.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
  }
  body.contact .cal-icon a:hover, body.contact .cal-icon a:active {
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.6;
    /* FF , Netscape */
    -khtml-opacity: 0.6;
    /* Safari 1.x */
    opacity: 0.6;
    zoom: 1;
    /*IE*/
  }
  body.contact .input-text[readonly] {
    background-color: #ededed;
  }
  body.contact table.type02.formtable th:before {
    content: "任意";
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    padding: 2px 6px;
    color: #ffffff;
    font-size: 80%;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 1.5;
    text-align: center;
    background-color: #143367;
  }
  body.contact table.type02.formtable th.rqs:before {
    content: "必須";
    background-color: #b41c25;
  }
  table.type02.sp-tblock th {
    display: block;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #989898;
    background: rgba(4, 28, 106, 0.1);
  }
  table.type02.sp-tblock td {
    display: block;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #989898;
    padding-bottom: 20px;
  }
  .privacy-formbox table.formtable {
    border: none;
    background-color: transparent;
  }
  .privacy-formbox table.formtable th,
  .privacy-formbox table.formtable td {
    border: none;
    background-color: transparent;
  }
  .privacy-formbox table.formtable th {
    display: none;
  }
  .privacy-formbox table.formtable td {
    display: block;
    text-align: center;
  }
  body.contact .privacytext {
    margin-bottom: 20px;
  }
  body.contact select[name="input[gradyear]"] {
    margin-right: 5px;
  }
}
