@charset "utf-8";
/* ======================================================
 * app.css
 * - v1.0.0
 * ------------------------------------------------------
 * FOUNDATION
 * - Global Reset
 * - Custom Reset
 * - Base Style
 * OVERRIDE
 * LAYOUT
 * COMPONENTS
 * PRESETS
 * OTHERS
====================================================== */
/* ======================================================
 FOUNDATION
====================================================== */

/* Base Setting
------------------------------------------------------ */
body.js-state-fixed {
  position: fixed; }
.form-hidden {
  display: none; }
@media print, screen and (min-width: 768px) {
  .form-hidden-pc {
    display: none; }
}
@media screen and (max-width: 767px) {
  input, select, textarea {
    -webkit-appearance: none; }
  .form-hidden-sp {
    display: none; }
}


/* ======================================================
 OVERRIDE
====================================================== */
@media print, screen and (min-width: 768px) {
  .Main__content {
    padding-top: 2.625em;
  }
  .Main__content .heading1 + * {
    margin-top: 3.625em;
  }
}
@media screen and (max-width: 767px) {
  .Main__content {
    padding-top: 2.3em;
    padding-bottom: 3.7em;
  }
  .Main__content .heading1 + * {
    margin-top: 1.36em;
  }
}

/* ======================================================
 LAYOUT
====================================================== */

/* form-contents
------------------------------------------------------ */
/* ----- form-app ----- */
.form-app {
  margin: 76px 0; }
.form-app > *:first-child {
  margin-top: 0 !important; }
@media screen and (max-width: 767px) {
  .form-app {
    margin: 36px 0; }
}

/* ----- form-submit ----- */
.form-submit {
  display: flex;
  justify-content: center; }
.form-submit + *  {
  margin-top: 0 !important;
}
/* form-submit-button */
.form-submit-button {
  position: relative;
  display: block;
  padding: 18px 30px 17px;
  border: none;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
  -webkit-transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out; }
.form-submit-button[type="submit"] {
  cursor: pointer; }
[data-form-submit="true"] .form-submit-button[type="submit"],
[data-form-submit="false"] .form-submit-button[type="button"] {
  opacity: 1; }
[data-form-submit=""] .form-submit-button[type="button"],
[data-form-submit="true"] .form-submit-button[type="button"],
[data-form-submit="false"] .form-submit-button[type="submit"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  z-index: -1; }
@media print, screen and (min-width: 768px) {
  .form-submit {
    margin: 60px 0 28px; }
  [data-form-submit=""] .form-submit-button[type="submit"]:hover,
  [data-form-submit="true"] .form-submit-button[type="submit"]:hover,
  .form-submit-button[type="submit"]:hover {
    background-color: #799ac2;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.3);}
  .form-submit-button {
    min-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .form-submit {
    margin: 40px 0 10px; }
  .form-submit-button {
    width: 100%;
    padding: 15px 15px 12px;
    font-size: 1.4rem;
  }
}

/* ----- form-correct ----- */
.form-correct {
  display: flex;
  justify-content: center; }
.form-correct + *  {
  margin-top: 0 !important;
}
/* form-correct-button */
.form-correct-button {
  position: relative;
  display: block;
  padding: 18px 30px 17px;
  border: none;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
  -webkit-transition: box-shadow 0.2s ease-out;
  -moz-transition: box-shadow 0.2s ease-out;
  -ms-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out; }
.form-correct-button[type="submit"] {
  cursor: pointer; }
[data-form-correct="true"] .form-correct-button[type="submit"],
[data-form-correct="false"] .form-correct-button[type="button"] {
  opacity: 1; }
[data-form-correct=""] .form-correct-button[type="button"],
[data-form-correct="true"] .form-correct-button[type="button"],
[data-form-correct="false"] .form-correct-button[type="submit"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  z-index: -1; }
@media print, screen and (min-width: 768px) {
  .form-correct {
    margin: 32px 0 28px; }
  [data-form-correct=""] .form-correct-button[type="submit"]:hover,
  [data-form-correct="true"] .form-correct-button[type="submit"]:hover,
  .form-correct-button[type="submit"]:hover {
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.3);}
  .form-correct-button {
    min-width: 272px;
  }
}
@media screen and (max-width: 767px) {
  .form-correct {
    margin: 26px 0 0; }
  .form-correct-button {
    min-width: 200px;
    padding: 15px 15px 13px;
    font-size: 1.4rem;
  }
}

/* ----- form-exit ----- */
.form-exit {
  display: flex;
  justify-content: center; }
.form-exit + *  {
  margin-top: 0 !important;
}
/* form-exit-button */
.form-exit-button {
  position: relative;
  display: block;
  padding: 18px 30px 17px;
  border: none;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
  -webkit-transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out; }
.form-exit-button[type="submit"] {
  cursor: pointer; }
[data-form-exit="true"] .form-exit-button[type="submit"],
[data-form-exit="false"] .form-exit-button[type="button"] {
  opacity: 1; }
[data-form-exit=""] .form-exit-button[type="button"],
[data-form-exit="true"] .form-exit-button[type="button"],
[data-form-exit="false"] .form-exit-button[type="submit"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  z-index: -1; }
@media print, screen and (min-width: 768px) {
  .form-exit {
    margin: 32px 0 28px; }
  [data-form-exit=""] .form-exit-button[type="submit"]:hover,
  [data-form-exit="true"] .form-exit-button[type="submit"]:hover,
  .form-exit-button[type="submit"]:hover {
    background-color: #799ac2;
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.3);}
  .form-exit-button {
    min-width: 580px;
  }
}
@media screen and (max-width: 767px) {
  .form-exit {
    margin: 28px 0 0; }
  .form-exit-button {
    width: 100%;
    padding: 15px 15px 13px;
    font-size: 1.4rem;
  }
}


/* ======================================================
 COMPONENTS
====================================================== */
/* form-component
------------------------------------------------------ */
.form-component {
  display: block; }
  .form-component .form-component__label {
    letter-spacing: -0.4em; }
    .form-component .form-component__label > label,
    .form-component .form-component__label:after {
      letter-spacing: normal; }
    .form-component .form-component__label > label {
      font-size: 2.0rem;
      line-height: 1.4; }
  .form-component .form-component__field {
    font-size: 16px;
    font-size: 1.6rem; }
    .form-component .form-component__field > * {
      margin-bottom: 9px; }
    .form-component .form-component__field > *:first-child {
      margin-top: 0 !important; }
    .form-component .form-component__field > *:last-child {
      margin-bottom: 0 !important; }
    .form-component .form-component__field > p {
      margin-top: 0; }
@media print, screen and (min-width: 768px) {
  .form-component + .form-component {
    margin-top: 2.6em;
  }
  .form-component .form-component__name,
  .form-component .form-component__name {
    padding-right: 15px;}
    .form-component .form-component__label > label {
      display: inline-block; }
  .form-component .form-component__field {
    margin-top: 18px; }
  .form-component + .form-component.form-no-separater .form-component__name {
    margin-top: 5px; }
}
@media screen and (max-width: 767px) {
  .form-component + .form-component {
    margin-top: 2.25em; }
    .form-component .form-component__name {
      margin-bottom: 10px; }
      .form-component .form-component__label > label {
        line-height: 1.4;
        font-size: 15px;
        font-size: 1.5rem; }
    .form-component .form-component__field {
      font-size: 14px;
      font-size: 1.4rem;
      color: #666; }
      .form-component .form-component__field > * {
        margin-bottom: 8px; }
}

/* form-tag
------------------------------------------------------ */
.form-tag-required,
.form-required .form-component__label:after {
  display: inline-block;
  padding: 6px 12px 5px;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: top; }
.form-text > .form-tag-required {
  margin-top: 0;
  margin-left: 0; }
.form-required .form-component__label:after {
  margin-right: 0; }
@media print, screen and (min-width: 768px) {
  .form-tag-required,
  .form-required .form-component__label:after {
    margin: 2px 8px 0; }
  .form-required .form-component__label:after {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 10px; }
}
@media screen and (max-width: 767px) {
  .form-tag-required,
  .form-required .form-component__label:after {
    margin: 2px 10px 0;
    padding: 6px 11px 5px;
    font-size: 12px;
    font-size: 1.2rem; }
  .form-required .form-component__label:after {
    position: relative;
    top: -3px; }
}

/* form-item
------------------------------------------------------ */
.form-item-text > *:last-child {
  margin-bottom: 0 !important; }
.form-item-text > *:not(.form-error-comment) {
  width: calc((100% - 36px) / 2); }
.form-item-small > *:not(.form-error-comment) {
  width: 21.7%; }
.form-item-middle > *:not(.form-error-comment) {
  width: 71.6%; }
.form-item-large > *:not(.form-error-comment) {
  width: 100%; }
@media screen and (max-width: 767px) {
  .form-item-text > *:not(.form-error-comment),
  .form-item-large > *:not(.form-error-comment) {
    width: 100%; }
  .form-item-small > *:not(.form-error-comment) {
    width: 100%; }
}

/* form-textfield
------------------------------------------------------ */
.form-textfield {
  position: relative;
  display: block;
  border: 1px solid #ccc;
  background-color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out; }
  .form-textfield input,
  .form-textfield textarea {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    border: none;
    background: none;
    font-size: 16px;
    font-size: 1.6rem;
    z-index: 2;
    outline: none; }
  .form-textfield input {
    padding: 11px 15px; }
  .form-textfield textarea {
    padding: 9px 15px;
    resize: vertical; }
  .form-textfield input:disabled,
  .form-textfield textarea:disabled,
  .form-textfield input.linkage-disabled,
  .form-textfield textarea.linkage-disabled {
    background-color: #d5d5d5;
    opacity: 1;
    cursor: default; }
@media screen and (max-width: 767px) {
  .form-textfield {
    font-size: 15px;
    font-size: 1.5rem; }
    .form-textfield input,
    .form-textfield textarea {
      position: relative;
      display: block;
      padding: 0.9em 15px 0.7em;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 1.4; }
}

/* form-ticksfield
------------------------------------------------------ */
.form-ticksfield {
  overflow: hidden;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .form-ticksfield input[type="radio"] {
    /*display: none;*/
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0); }
  .form-ticksfield input[type="radio"] + label {
    position: relative;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px 20px 10px 44px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    cursor: pointer;}
    .form-ticksfield input[type="radio"]:disabled + label,
    label.js-state-disabled {
      background-color: #d5d5d5 !important;
      cursor: default; }
      .form-ticksfield input[type="radio"] + label:before {
        content: "";
        position: absolute;
        top: 50%;
        display: block;
        border: 1px solid #033a7a;
        background-color: #ffffff; }
      .form-ticksfield input[type="radio"]:disabled + label:before {
        background-color: #c9c9c9; }
      .form-ticksfield input[type="radio"] + label:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 19px;
        display: block;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-out;
        -moz-transition: opacity 0.2s ease-out;
        -ms-transition: opacity 0.2s ease-out;
        transition: opacity 0.2s ease-out; }
      .form-ticksfield input[type="radio"]:checked + label:after {
        opacity: 1; }
@media print, screen and (min-width: 768px) {
  .form-ticksfield {
    margin-bottom: -16px; }
  .form-ticksfield input[type="radio"] + label {
    min-height: 50px;
    margin-bottom: 16px;
  }
  .form-ticksfield input[type="radio"] + label:hover,
  .form-ticksfield input[type="radio"]:focus + label {
      background-color: #fff !important;
      border-color: #033a7a !important; }
}
@media screen and (max-width: 767px) {
  .form-ticksfield {
    margin-bottom: -8px; }
  .form-ticksfield input[type="radio"] + label {
    min-height: 45px;
    margin-bottom: 6px;
    padding: 12px 10px 10px 35px;
    font-size: 14px;
    font-size: 1.4rem; }
}

/* ----- radio ----- */
.form-ticksfield input[type="radio"] + label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
.form-ticksfield input[type="radio"] + label:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
@media print, screen and (min-width: 768px) {
  .form-ticksfield input[type="radio"] + label:before {
    left: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;}
  .form-ticksfield input[type="radio"] + label:after {
    width: 10px;
    height: 10px;
    margin-top: -5px;}
}
@media screen and (max-width: 767px) {
  .form-ticksfield input[type="radio"] + label:before {
    left: 12px;
    width: 14px;
    height: 14px;
    margin-top: -7px;}
  .form-ticksfield input[type="radio"] + label:after {
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;}
}

/* ----- row ----- */
  .form-item-ticks-row-auto .form-ticksfield input[type="radio"] + label {
    border-bottom: none;
    border-right: 1px solid #a9a9a9; }
  .form-item-ticks-row-auto .form-ticksfield input[type="radio"] + label:last-child {
    border-right: none; }
/* row-auto */
.form-item-ticks-row-auto .form-ticksfield {
  display: inline-block;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }
@media print, screen and (min-width: 768px) {
  /* row-auto */
    .form-item-ticks-row-auto .form-ticksfield input[type="radio"] + label {
      min-width: 180px;
      width: auto;
      padding-right: 50px; }
  /* row-2 */
  .form-item-ticks-row-pc--2-sp--1 .form-ticksfield input[type="radio"] + label,
  .form-item-ticks-row-pc--2-sp--2 .form-ticksfield input[type="radio"] + label {
    width: calc(((100% - (36px * 1)) / 2) - .1px); }
  /* row-3 */
  .form-item-ticks-row-pc--3-sp--2 .form-ticksfield input[type="radio"] + label {
    width: 33.3%; }
  .form-item-ticks-row-pc--3-sp--2 .form-ticksfield input[type="radio"] + label:nth-child(6n) {
    width: 33.4%; }
  /* row-4 */
  .form-item-ticks-row-pc--4-sp--2 .form-ticksfield input[type="radio"] + label {
    width: 25%; }
}
@media screen and (max-width: 767px) {
  /* row-2 */
  .form-item-ticks-row-pc--2-sp--2 .form-ticksfield input[type="radio"] + label,
  .form-item-ticks-row-pc--3-sp--2 .form-ticksfield input[type="radio"] + label,
  .form-item-ticks-row-pc--4-sp--2 .form-ticksfield input[type="radio"] + label {
    border-right: 1px solid #a9a9a9;
    width: 50%; }
  .form-item-ticks-row-auto .form-ticksfield input[type="radio"] + label {
    width: calc(50vw - (100vw * 0.042)); }
  .form-item-ticks-row-auto .form-ticksfield input[type="radio"] + label:nth-child(4n+1),
  .form-item-ticks-row-pc--2-sp--2 .form-ticksfield input[type="radio"] + label:nth-child(4n+1),
  .form-item-ticks-row-pc--3-sp--2 .form-ticksfield input[type="radio"] + label:nth-child(4n+1),
  .form-item-ticks-row-pc--4-sp--2 .form-ticksfield input[type="radio"] + label:nth-child(4n+1) {
    border-right: none; }
}

/* text component
------------------------------------------------------ */
/* ----- form-text ----- */
.form-lead {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold; }
.form-error-comment {
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem; }
.form-error-comment > .form-error-comment__label {
  position: relative;
  display: inline-block;
}
.form-error-comment > .form-error-comment__label::before {
  position: absolute;
  left: 1px;
  background: url("/contact/form/img/cmn_ic01_01.png") no-repeat;
  content: "";
}
@media print, screen and (min-width: 768px) {
  .form-error-comment > .form-error-comment__label {
    padding-left: 30px;
  }
  .form-error-comment > .form-error-comment__label::before {
    top: 3px;
    width: 20px;
    height: 17px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .form-text {
    margin-bottom: 1em; }
  .form-lead {
    font-size: 14px;
    font-size: 1.4rem; }
  .form-error-comment {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 13px;
    margin-bottom: 3px !important;}
  .form-error-comment > .form-error-comment__label {
    padding-left: 25px;
  }
  .form-error-comment > .form-error-comment__label::before {
    top: 4px;
    width: 15px;
    height: 14px;
    background-size: 16px auto;
  }
}

/* ----- form-note ----- */
.form-note {
  padding: 0;
  list-style: none; }
  .form-note > li {
    position: relative;
    padding-left: 1.5em; }
  .form-note > li + li {
    margin-top: 0.5em; }
  .form-note > li > .form-note__mark {
    position: absolute;
    top: 0;
    left: 0;
    width: 1em; }
@media print, screen and (min-width: 768px) {
  .form-note {
    margin: 14px 0 0;}
}
@media screen and (max-width: 767px) {
  .form-note {
    margin: 9px 0 0; }
  .form-note > li {
    color: #333; }
}

/* ======================================================
 PRESETS
====================================================== */
/* ----- form-step ----- */
.form-step + * {
  margin-top: 0 !important;
}
.form-step > .form-step__list {
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .form-step {
    margin-top: 2.5em;
    margin-bottom: 2.625em;
  }
  .form-step > .form-step__list {
    padding-top: 9px;
  }
  .form-step > .form-step__list > li {
    position: relative;
    width: calc((100% / 3) - .1px);
    padding: .875em 18px 0 0;
    border-top: 1px solid #ddd;
  }
  .form-step > .form-step__list > li.is-current {
    border-top-color: #4478b5;
  }
  .form-step > .form-step__list > li::after {
    position: absolute;
    top: -9px;
    right: 0;
    width: 18px;
    height: 18px;
    background-color: #ddd;
    border-radius: 50%;
    content: "";
  }
  .form-step > .form-step__list > li.is-current::after {
    background-color: #4478b5;
  }
  .form-step .form-step__heading > .form-step__heading__icon {
    display: none;
  }
  .form-step .form-step__heading > .form-step__heading__title {
    font-weight: 700;
    text-align: center;
    color: #888;
  }
  .form-step > .form-step__list > li.is-current .form-step__heading > .form-step__heading__title {
    color: #033a7a;
  }
  .form-step .form-step__heading .form-step__heading__num {
    margin-right: 1.0em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .form-step {
    margin-top: 1.78em;
    margin-bottom: 1.43em;
  }
  .form-step > .form-step__list > li:not(.is-current) {
    display: none;
  }
  .form-step .form-step__heading {
    display: flex;
    align-items: center;
  }
  .form-step .form-step__heading > .form-step__heading__icon {
    width: 105px;
    height: 105px;
    flex-shrink: 0;
    margin-right: 16px;
  }
  .form-step .form-step__heading > .form-step__heading__title {
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    color: #033a7a;
  }
  .form-step .form-step__heading .form-step__heading__num {
    display: block;
  }
}

/* ----- form-box ----- */
.form-box {
  border: 1px solid #ddd;
  background-color: #fff;
}
.form-box > .form-box__head > *:first-child {
  margin-top: 0 !important;
}
.form-box > .form-box__head > *:last-child {
  margin-bottom: 0 !important;
}
.form-box .form-box__title {
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.form-box > .form-box__head + .form-box__body {
  padding-top: 0;
}
.form-box > .form-box__body > *:first-child {
  margin-top: 0 !important;
}
@media print, screen and (min-width: 768px) {
  .form-box {
    margin: 2.4em 0 2.25em;
  }
  .form-box > .form-box__head {
    padding: 1.6em 1.8em 0;
  }
  .form-box .form-box__title {
    font-size: 2rem;
  }
  .form-box > .form-box__body {
    padding: 1.6em 1.8em 1.4375em;
  }
  .form-box > .form-box__head + .form-box__body {
    margin-top: 11px;
  }
}
@media screen and (max-width: 767px) {
  .form-box {
    margin: 1.57em 0 1.78em;
  }
  .form-box > .form-box__head {
    padding: 1.28em 1.43em 0;
  }
  .form-box .form-box__title {
    font-size: 1.5rem;
  }
  .form-box > .form-box__body {
    padding: 1.28em 1.43em .86em;
  }
  .form-box > .form-box__head + .form-box__body {
    margin-top: 11px;
  }
}

/* ----- form-error-box ----- */
.form-error-box {
  background-color: #fff3f3;
  border: 1px solid #980404;
}
.form-error-box > .form-error-box__head > *:first-child {
  margin-top: 0 !important;
}
.form-error-box > .form-error-box__head > *:last-child {
  margin-bottom: 0 !important;
}
.form-error-box .form-error-box__title {
  position: relative;
  border-bottom: 1px solid #ccc;
  color: #980404;
  line-height: 1.4;
}
.form-error-box .form-error-box__title::before {
  position: absolute;
  background: url("/contact/form/img/cmn_ic01_01.png") no-repeat;
  content: "";
}
.form-error-box > .form-error-box__head + .form-error-box__body {
  padding-top: 0;
}
.form-error-box > .form-error-box__body > *:first-child {
  margin-top: 0 !important;
}
.form-error-box .form-error-comment > .form-error-comment__label::before {
  background: none;
  border-top: 1px solid #980404;
  border-right: 1px solid #980404;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 768px) {
  .form-error-box > .form-error-box__head {
    padding: 1.6em 1.8em 0;
  }
  .form-error-box .form-error-box__title {
    padding-left: 35px;
    padding-bottom: 13px;
    font-size: 2.0rem;
  }
  .form-error-box .form-error-box__title::before {
    top: 3px;
    left: 2px;
    width: 25px;
    height: 21px;
    background-size: 25px auto;
  }
  .form-error-box > .form-error-box__body {
    padding: 1.6em 1.8em 1.4375em;
  }
  .form-error-box > .form-error-box__head + .form-error-box__body {
    margin-top: 21px;
  }
  .form-error-box .form-error-comment {
    margin-top: .66em;
  }
  .form-error-box .form-error-comment > .form-error-comment__label {
    padding-left: 24px;
  }
  .form-error-box .form-error-comment > a.form-error-comment__label:hover {
    text-decoration: underline;
  }
  .form-error-box .form-error-comment > .form-error-comment__label::before {
    top: 4px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .form-error-box > .form-error-box__head {
    padding: 1.28em 20px 0;
  }
  .form-error-box .form-error-box__title {
    padding-left: 31px;
    padding-bottom: 12px;
    font-size: 1.5rem;
  }
  .form-error-box .form-error-box__title::before {
    top: 3px;
    left: 2px;
    width: 19px;
    height: 16px;
    background-size: 19px auto;
  }
  .form-error-box > .form-error-box__body {
    padding: 1.28em 18px;
  }
  .form-error-box > .form-error-box__head + .form-error-box__body {
    margin-top: 15px;
  }
  .form-error-box .form-error-comment {
    margin-top: .4em;
    margin-bottom: 0 !important;
    font-size: 1.4rem;
  }
  .form-error-box .form-error-comment > .form-error-comment__label {
    padding-left: 24px;
  }
  .form-error-box .form-error-comment > .form-error-comment__label::before {
    top: 2px;
    left: 2px;
    width: 10px;
    height: 10px;
  }
}

/* ----- form-policy ----- */
.form-policy {
  background-color: #f7f7f7;
}
.form-policy > .form-policy__title + * {
  margin-top: 0 !important;
}
.form-policy .form-policy__component > *:first-child {
  margin-top: 0 !important;
}
.form-policy .form-policy__text {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .form-policy {
    margin: 4.375em 0 0;
    padding: 1.875em 30px 2.5em;
  }
  .form-policy > .form-policy__title {
    margin: 0 0 .9em;
    font-size: 2.0rem;
    text-align: center;
  }
  .form-policy .form-policy__component {
    margin-top: 23px;
  }
  .form-policy .form-policy__component .form-error-comment {
    padding-left: 10px;
    text-align: center;
  }
  .form-policy .form-policy__agree {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .form-policy .form-policy__agree > .form-policy__agree__input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
  }
  .form-policy .form-policy__agree > .form-policy__agree__label {
    position: relative;
    width: 200px;
    margin: 0;
    padding: 12px 15px 10px 42px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    cursor: pointer;
  }
  .form-policy .form-policy__agree > .form-policy__agree__label:hover,
  .form-policy .form-policy__agree > .form-policy__agree__input[type="checkbox"]:focus + .form-policy__agree__label {
    background-color: #fff !important;
    border-color: #033a7a !important;
  }
  .form-policy .form-policy__agree > .form-policy__agree__label::before {
    position: absolute;
    top: 50%;
    left: 57px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #033a7a;
    content: "";
  }
  .form-policy .form-policy__agree > .form-policy__agree__input[type="checkbox"]:checked + .form-policy__agree__label::before {
    background-color: #033a7a;
  }
  .form-policy .form-policy__agree > .form-policy__agree__label::after {
    position: absolute;
    top: 50%;
    left: 61px;
    width: 6px;
    height: 9px;
    margin-top: -6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    opacity: 0.0;
    content: "";
  }
  .form-policy .form-policy__agree > .form-policy__agree__input[type="checkbox"]:checked + .form-policy__agree__label::after {
    opacity: 1.0;
  }
  .form-policy .form-policy__text {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .form-policy {
    margin: 2.86em 0 0;
    padding: 1.43em 13px 1.86em;
  }
  .form-policy > .form-policy__title {
    margin: 0 0 .86em;
    font-size: 1.5rem;
    text-align: center;
  }
  .form-policy > .form-policy__title > .form-tag-required {
    margin-top: 0;
  }
  .form-policy .form-policy__component {
    margin-top: 13px;
  }
  .form-policy .form-policy__component .form-error-comment {
    padding-left: 10px;
    text-align: center;
  }
  .form-policy .form-policy__agree {
    display: flex;
    justify-content: center;
    margin-top: 5px;
  }
  .form-policy .form-policy__agree > .form-policy__agree__label {
    position: relative;
    width: 150px;
    margin: 0;
    padding: 11px 15px 8px 40px;
    background-color: #fff;
    border: 1px solid #ccc;
    text-align: center;
    -webkit-transition: border-color 0.2s ease-out;
    -moz-transition: border-color 0.2s ease-out;
    -ms-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
    cursor: pointer;
  }
  .form-policy .form-policy__agree > .form-policy__agree__input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    overflow: hidden;
    padding: 0;
    clip: rect(0, 0, 0, 0);
  }
  .form-policy .form-policy__agree > .form-policy__agree__label::before {
    position: absolute;
    top: 50%;
    left: 36px;
    width: 14px;
    height: 14px;
    margin-top: -6px;
    margin-right: 8px;
    background-color: #fff;
    border: 1px solid #033a7a;
    content: "";
  }
  .form-policy .form-policy__agree > .form-policy__agree__input[type="checkbox"]:checked + .form-policy__agree__label::before {
    background-color: #033a7a;
  }
  .form-policy .form-policy__agree > .form-policy__agree__label::after {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 6px;
    height: 9px;
    margin-top: -5px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    opacity: 0.0;
    content: "";
  }
  .form-policy .form-policy__agree > .form-policy__agree__input[type="checkbox"]:checked + .form-policy__agree__label::after {
    opacity: 1.0;
  }
}

/* ======================================================
 OTHER
====================================================== */

/* Clearfix
------------------------------------------------------ */
.form-component:after {
  content:" ";
  display:block;
  clear:both;
}

@media print {
}
