@charset "utf-8";
:root {
  --color-pfuBlue: #163182;
}
/* composition */

.section {
  .section_inner {
    max-width: 1030px;
    margin: 0 auto;
    padding: 80px 32px 0;
  }
}
.mainTitle {
  font-size: 3.3rem;
  line-height: 1.25em;
  font-weight: bold;
  margin-bottom: 50px;
  @media only screen and (max-width: 768px) {
    font-size: 2.4rem;
    line-height: 1em;
  }
}
.mainImg {
  max-width: 800px;
  margin: 0 auto;
}
.h2 {
  font-size: 3rem;
  margin-bottom: 32px;
}
p + p {
  margin-bottom: 16px;
}
dl.sideBySide {
  margin-top: 8px;
  .sideBySide_list {
    display: flex;
    justify-content: flex-start;

    @media only screen and (max-width: 768px) {
      flex-direction: column;
    }

    dt {
      width: 130px;
      padding: 5px;
    }
    dd {
      padding: 5px;
      @media only screen and (max-width: 767px) {
        padding-left: 24px;
      }
    }
  }
}
.privacyArea {
  padding: 40px 0 80px;
}
.displayInline {
  display: inline-block;
}
.mt0 {
  margin-top: 0 !important;
}
.sp-on {
  display: none;
  @media only screen and (max-width: 767px) {
    display: block;
  }
}

/* image */

/* text/list/  */
.text {
  font-size: 1.6rem;
}

.-fontWeight_bold {
  font-weight: 700;
}
.-textRed {
  color: #cc3333;
}
.caution {
  color: #cc3333;
  margin: 16px 0 24px;
}
.-textAlign_center {
  text-align: center;
}
.boxArea_text {
  font-size: 2rem;
  color: var(--color-pfuBlue);
  margin-top: 24px;
  font-weight: 700;
}
.boxArea_text:first-child {
  margin-top: 0;
}

ul.list_disc li {
  list-style: disc;
  margin-left: 40px;
}

/* box */
.boxArea {
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  @media only screen and (max-width: 768px) {
    padding: 24px;
  }
}
.-border {
  border: 1px solid #002fae;
}

/* button */
.l-btn-area {
  margin-top: 40px;
  .btn-cta {
    margin: 0 auto;
  }
}
.l-sec-faq .l-btn-area {
  padding-top: 100px;
  text-align: center;
  margin: 0 auto;
}
.js-trigger.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.js-trigger.action.fadeUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.btn-base {
  display: block;
  text-align: center;
  background: #00ad72;
  border-radius: 50px;
  max-width: 600px;
  padding: 25px;
  letter-spacing: 0em;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .btn-base {
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .btn-base {
    max-width: 370px;
    padding: 16px 16px;
    font-size: 1.6rem;
  }
}

.btn-cta {
  background: -webkit-gradient(linear, left top, right top, from(#00a8ea), color-stop(25%, #002fae), color-stop(75%, #002fae), to(#00a8ea));
  background: linear-gradient(90deg, #00a8ea 0%, #002fae 25%, #002fae 75%, #00a8ea 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta:active {
  opacity: 1;
  background-position: 99% 50%;
  color: #fff;
  text-decoration: none !important;
}

.btn-cta:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 11.6 6.8'%3E%3Cpath fill='%23FFF' d='M.3.4c.4-.4 1-.5 1.4-.1.1 0 .1.1.1.1l3.9 3.8L9.6.4c.4-.4 1-.5 1.4-.1.1 0 .1.1.1.1.2.2.3.5.3.8 0 .3-.1.6-.3.8L6.6 6.5c-.2.2-.5.3-.8.3-.3 0-.6-.1-.8-.3C2.2 3.8.6 2.3.3 2c-.2-.2-.3-.5-.3-.8C0 .9.1.6.3.4z'/%3E%3C/svg%3E") 50% 50%/100% 100% no-repeat;
  margin-left: 2rem;

  @media only screen and (max-width: 767px) {
    height: 13px;
  }
}

/* form */
button#form_submit {
  background-color: #00b0f0;
  color: #fff;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  transition: background 0.2s;
  box-shadow: 3px 3px 5px rgba(30, 30, 30, 0.3);
  margin: 20px 0;
  width: 300px;
  border-radius: 10px;
  position: relative;
}

button#form_submit:after {
  content: "";
  background-size: contain;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 19px;
  right: 20px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  transform: rotate(45deg);
}

button#form_submit:hover {
  opacity: 0.8;
}

button#form_submit:disabled {
  background: #dad9d6;
  color: #57564f !important;
  box-shadow: none;
  pointer-events: none;
}

button#form_submit:disabled:after {
  border-top: solid 3px #57564f;
  border-right: solid 3px #57564f;
}

.pfu_main {
  input[type="text"],
  input[type="date"],
  input[type="text"].form_item_error,
  input[type="date"].form_item_error {
    padding: 8px 0 8px 14px;
  }

  .selectBox {
    select {
      padding: 8px 0 8px 43px;
    }

    &::before {
      top: 20px;
    }
  }
}
#application .table_basic table tr th {
  width: 23%;
}
.radio label {
  min-height: initial;
  margin-top: 0.25em;
  padding: 0 0 0 24px;

  &:first-of-type {
    margin-top: 0;
  }

  &::before {
    width: 14px;
    min-height: 14px;
    top: 8px;
  }

  &::after {
    width: 8px;
    height: 8px;
    top: 11px;
    left: 3px;
  }
}
.checkbox {
  input[type="checkbox"] {
    display: none;
  }

  label {
    display: block;
    position: relative;
    min-height: 14px;
    padding: 0 0 0 24px;
    margin: 0 auto;
    width: 250px;

    &:first-of-type {
      margin-top: 0;
    }

    &::before {
      position: absolute;
      background: #fff;
      border: 1px solid #999999;
      content: "";
      display: block;
      min-height: 23px;
      left: -3px;
      top: 5px;
      width: 23px;
      border-radius: 4px;
      transform: translateY(-0.25em);
    }

    &::after {
      border-right: 2px solid #163182;
      border-bottom: 2px solid #163182;
      content: "";
      display: block;
      height: 18px;
      opacity: 0;
      position: absolute;
      left: 5px;
      top: -1px;
      transform: rotate(45deg);
      width: 11px;
    }
  }
}
.checkbox label:hover::before {
  border-color: #3366cc;
}
.checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}

.checkbox.form_item_error label::before {
  border: 1px solid #cc3333;
}

.table_basic table tr th.form_item_name {
  padding: 16px 30px;
  text-align: left;
  vertical-align: top;

  @media screen and (min-width: 769px) {
    padding: 26px 30px 0;
  }

  &.-normal {
    @media screen and (min-width: 769px) {
      padding: 16px 30px 0;
    }
  }
}

.table_basic table tr td {
  line-height: unset;
}

.table_basic table tr td.form_item_input {
  padding: 16px 30px;
}
.note {
  margin-top: 24px;
  padding-left: 40px;
}
#footer {
  text-align: center;
}
