@charset "UTF-8";
/* Scss Document */
/*---------------------------------------------
    contact
---------------------------------------------*/
.contact_box {
  max-width: 79%;
  border: 1px solid #1B4A99;
  padding: 40px;
  text-align: center;
  color: #1B4A99;
  margin: auto; }
  @media screen and (max-width: 750px) {
    .contact_box {
      padding: 10vw 3vw;
      max-width: 100%; } }

.contact_box_tit {
  font-weight: 700;
  font-size: 2.2rem;
  margin: 0 0 0.3em; }
  @media screen and (max-width: 750px) {
    .contact_box_tit {
      font-size: 5.3vw; } }

.contact_box_tel {
  font-size: 2.6rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px; }
  @media screen and (max-width: 750px) {
    .contact_box_tel {
      font-size: 4.26vw;
      margin: 0 0 2.6vw; } }
  .contact_box_tel::before {
    content: "";
    display: block;
    background: url("../img/common/icon_tel.svg") no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0; }
    @media screen and (max-width: 750px) {
      .contact_box_tel::before {
        width: 6.4vw;
        height: 6.4vw;
        margin: 0 1.3vw 0 0; } }
  .contact_box_tel span {
    font-size: 4.5rem; }
    @media screen and (max-width: 750px) {
      .contact_box_tel span {
        font-size: 7.6vw; } }

/*---------------------------------------------
    common
---------------------------------------------*/
.sec.-form {
  max-width: 804px;
  margin: auto; }
  @media screen and (max-width: 750px) {
    .sec.-form {
      padding: 0 3vw; } }

.form_tit {
  color: #1B4A99;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .form_tit {
      margin: 0 0 4vw; } }

.sec.-confirm .contact_table {
  margin: 0 0 90px; }
  @media screen and (max-width: 750px) {
    .sec.-confirm .contact_table {
      margin: 0 0 13vw; } }
  .sec.-confirm .contact_table th {
    padding: 20px 40px 20px 0; }
    @media screen and (max-width: 750px) {
      .sec.-confirm .contact_table th {
        padding: 0.5em 0; } }
  .sec.-confirm .contact_table td {
    padding: 20px 40px 20px 0;
    vertical-align: middle;
    color: #1B4A99;
    font-weight: 700; }
    @media screen and (max-width: 750px) {
      .sec.-confirm .contact_table td {
        padding: 0 0 0.5em; } }
  .sec.-confirm .contact_table tr:not(:last-child) {
    border-bottom: 1px solid #E0E0E0; }
  .sec.-confirm .contact_table .contact_table_list {
    padding: 0;
    margin: 0; }
.sec.-confirm .form_txt,
.sec.-confirm .privacy_check {
  display: none; }

.contact_table {
  width: 100%;
  margin: 0 0 30px; }
  @media screen and (max-width: 750px) {
    .contact_table {
      display: block;
      border: none;
      margin: 0 0 16vw; } }
  @media screen and (max-width: 750px) {
    .contact_table tbody, .contact_table tr {
      width: 100%;
      display: block; } }
  @media screen and (max-width: 750px) {
    .contact_table tr {
      border: none; } }
  @media screen and (max-width: 750px) {
    .contact_table th, .contact_table td {
      display: block;
      width: 100%; } }
  .contact_table th {
    white-space: nowrap;
    padding: 22px 40px 12px 0;
    width: 7em; }
    @media screen and (max-width: 750px) {
      .contact_table th {
        text-align: left;
        padding: 0 0 1em;
        width: 100%; } }
  .contact_table td {
    padding: 12px 0; }
    @media screen and (max-width: 750px) {
      .contact_table td {
        padding: 0 0 1.5em; } }
  @media screen and (max-width: 750px) {
    .contact_table p {
      display: inline-block; } }
  .contact_table ::placeholder {
    color: #E0E0E0;
    font-weight: 400; }

.contact_table_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -12px;
  font-weight: 400; }
  @media screen and (max-width: 750px) {
    .contact_table_list {
      margin: 0 0 -3.2vw; } }
  .contact_table_list > span {
    margin: 0 24px 12px 0; }
    @media screen and (max-width: 750px) {
      .contact_table_list > span {
        display: block;
        margin: 0 6vw 3.2vw 0; } }
  .contact_table_list label {
    display: inline-flex;
    align-items: center;
    cursor: pointer; }
    .contact_table_list label input {
      margin: 0 8px 0 0; }
      @media screen and (max-width: 750px) {
        .contact_table_list label input {
          margin: 0 2.2vw 0 0; } }

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important; }

.inpTxt {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #A6A6A6;
  width: 100%;
  padding: 0.8em;
  background: #fff;
  box-shadow: none; }
  @media screen and (max-width: 750px) {
    .inpTxt {
      padding: 4vw;
      border-radius: 3px; } }

.required::after {
  content: "*";
  color: #C23234; }

.contact_btnArea {
  margin: 50px 0 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 750px) {
    .contact_btnArea {
      margin: 13vw auto 0;
      display: block; } }

.submitBtn {
  -webkit-appearance: none;
  appearance: button;
  cursor: pointer;
  box-shadow: none;
  order: 1;
  font-size: 1.6rem; }
  @media screen and (max-width: 750px) {
    .submitBtn {
      font-size: 4.26vw; } }

.returnBtn {
  -webkit-appearance: none;
  appearance: button;
  cursor: pointer;
  box-shadow: none;
  margin: 0 40px 0 0;
  font-size: 1.6rem;
  background: #ECF3FF;
  border-color: #fff; }
  @media screen and (max-width: 750px) {
    .returnBtn {
      font-size: 4.26vw;
      margin: 5vw auto 0; } }

.mw_wp_form .error {
  color: #C23234 !important;
  display: block;
  width: 100% !important; }

.error-notice {
  color: #C23234;
  background: #ffeaea;
  padding: 14px;
  text-align: center;
  margin: 0 0 40px; }
  @media screen and (max-width: 750px) {
    .error-notice {
      font-size: 4vw;
      padding: 3.2vw 5vw;
      margin: 0 0 8vw; } }

.form_txt {
  text-align: center;
  line-height: 2.2;
  padding: 0 0 80px;
  margin: 0 0 80px;
  letter-spacing: normal;
  position: relative; }
  @media screen and (max-width: 750px) {
    .form_txt {
      padding: 0 0 20vw;
      margin: 0 0 20vw; } }
  .form_txt::before {
    content: "";
    display: block;
    width: 306px;
    height: 1px;
    background: #1D2B42;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }
    @media screen and (max-width: 750px) {
      .form_txt::before {
        width: 100%; } }

.privacy_check {
  text-align: center; }

.privacy_check_tit {
  color: #1B4A99;
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 2.2rem; }
  @media screen and (max-width: 750px) {
    .privacy_check_tit {
      font-size: 5.86vw; } }

.privacy_check_txt {
  font-size: 1.4rem;
  line-height: 2.2; }
  @media screen and (max-width: 750px) {
    .privacy_check_txt {
      font-size: 3.73vw; } }
  .privacy_check_txt a {
    color: #1B4A99; }

.privacy_check_txt + .privacy_check_txt {
  margin: 2em 0 0; }

.privacy_check_item {
  margin: 50px 0 0; }
  @media screen and (max-width: 750px) {
    .privacy_check_item {
      margin: 13vw 0 0; } }
  .privacy_check_item label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }

.privacy_check_inp {
  margin: 0 10px 0 0; }
  @media screen and (max-width: 750px) {
    .privacy_check_inp {
      margin: 0 2.6vw 0 0; } }

.mwform-checkbox-field-text,
.privacy_check_required {
  display: flex;
  align-items: center;
  font-weight: 500; }
  @media screen and (max-width: 750px) {
    .mwform-checkbox-field-text,
    .privacy_check_required {
      justify-content: flex-start; } }
  .mwform-checkbox-field-text::after,
  .privacy_check_required::after {
    content: "必須";
    color: #fff;
    display: inline-block;
    background: #C23234;
    padding: 0.4em 0.8em;
    line-height: 1;
    font-size: 1.2rem;
    border-radius: 4px;
    margin: 0 0 0 16px; }
    @media screen and (max-width: 750px) {
      .mwform-checkbox-field-text::after,
      .privacy_check_required::after {
        font-size: 3.43vw;
        padding: 0.6vw 1.3vw;
        margin: 0 0 0 2vw; } }

/*---------------------------------------------
    entry
---------------------------------------------*/
@media screen and (min-width: 750px) {
  .sec.-entry .contact_table {
    margin: 0 0 50px; } }

.entry_titArea {
  text-align: center;
  margin: 0 0 90px; }
  @media screen and (max-width: 750px) {
    .entry_titArea {
      margin: 0 0 13vw; } }

.entry_tit {
  color: #1B4A99;
  font-weight: 700;
  font-size: 2rem; }
  @media screen and (max-width: 750px) {
    .entry_tit {
      font-size: 5.3vw; } }

.entry_subTit {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.5; }
  @media screen and (max-width: 750px) {
    .entry_subTit {
      font-size: 9.6vw; } }

/*---------------------------------------------
    thanks
---------------------------------------------*/
.thanks_box {
  text-align: center; }
  .thanks_box .linkBtn {
    margin: auto; }

.thanks_tit {
  font-weight: 700;
  color: #1B4A99;
  font-size: 2.2rem;
  margin: 0 0 20px; }
  @media screen and (max-width: 750px) {
    .thanks_tit {
      font-size: 5.86vw;
      margin: 0 0 7vw; } }

.thanks_txt {
  letter-spacing: normal;
  line-height: 2; }

.thanks_img {
  width: 149px;
  margin: 40px auto 50px; }
  @media screen and (max-width: 750px) {
    .thanks_img {
      width: 38.1vw;
      margin: 8vw auto 13vw; } }
