@charset "UTF-8";

/* ======================================
    base
======================================== */
html {
    font-size: 62.5%;
}

body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "メイリオ", sans-serif;
    min-height: 100vh;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 174px;/*←footerの高さ*/
    padding-top: 66px;/*←headerの高さ*/
    background-color: #f6f6f6;
    font-size: 1.6em;
}

@media (max-width: 767px) {
    html {
            font-size: 54.6875%;
    }
}

.footer {
    position: absolute;
    bottom: 0;
}

.header {
    position: absolute;
    top: 0;
}

@media screen and (max-width: 768px) {
    body {
        padding-bottom: 182px;/*←footerの高さ*/
        padding-top: 59px;/*←headerの高さ*/
    }
}

.pc {
    display: block;
}

.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

h2 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 1.2rem;
}

p,li,th,td {
    font-size: 1.6rem;
}

.mt00 {
    margin-top: 0 !important;
}

.mt20 {
    margin-top: 20px !important;
} 

/* ======================================
    components
======================================== */
.header {
    width: 100%;
    background: #fff;
}

.header__inner {
    display: table;
    width: 100%;
    max-width: 930px;
    margin: 20px auto;
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    .header__inner {
        max-width: 100%;
    }
}
.header__sitelogo {
    display: table-cell;
    vertical-align: middle;
    width: 77px;
}

@media screen and (max-width: 768px) {
    .header__sitelogo {
        display: none;
    }
}

.header__sitelogo a {
    opacity: 1;
    transition: 0.5s all;
}

.header__sitelogo a:hover {
    opacity: 0.5;
}

.header__sitelogo img {
    width: 77px;
    height: 22px;
    vertical-align: middle;
}

.header__sitename {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: calc(100% - 77px);
    padding-right: 77px;
}

@media screen and (max-width: 768px) {
    .header__sitename {
        margin: 18px 0;
        width: 100%;
        margin: 0;
        padding-right: 0;
    }
}

.header__sitename a {
    opacity: 1;
    transition: 0.5s all;
}

.header__sitename a img {
    vertical-align: middle;
}

.header__sitename a:hover {
    opacity: 0.5;
}

.header__sitename .pc-logo {
    display: inline-block;
    width: 188px;
    height: 14.7px;
}

@media screen and (max-width: 768px) {
    .header__sitename .pc-logo {
        display: none;
    }
}

.header__sitename .sp-logo {
    display: none;
}

@media screen and (max-width: 768px) {
.header__sitename .sp-logo {
    display: inline-block;
    width: 70px;
    height: 19.42px;
}
}

.footer {
  width: 100%;
  background: #f0f0f0;
  padding: 36px 0;
}

@media screen and (max-width: 768px) {
    .footer {
      padding: 30px 15px;
    } 
}

.footer__inner {
    width: 930px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    width: 100%;
    }
}

.footer__nav {
    margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
  .footer__nav {
        margin-bottom: 21px;
    }
}

.footer__navList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
  .footer__navList a {
        font-size: 11px;
    }
}

.footer__navList > li {
    position: relative;
    margin: 0 24px 0 18px;
    line-height: 1.35;
}

@media screen and (max-width: 768px) {
    .footer__navList > li {
        margin-bottom: 6px;
    }
}

.footer__navList > li::before {
    position: absolute;
    top: 5px;
    left: -17px;
    color: #959394;
    font-size: 10px;
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

@media screen and (max-width: 768px) {
    .footer__navList > li::before {
    top: 3px;
    }
}

.footer__navList > li a {
    opacity: 1;
    transition: 0.5s all;
    font-size: 13px;
}

.footer__navList > li a:hover {
    opacity: 0.5;
}

.footer__sitename {
    margin-bottom: 6px;
}

.footer__sitename img {
    width: 189px;
}

.footer__sitename a {
    opacity: 1;
    transition: 0.5s all;
}

.footer__sitename a:hover {
    opacity: 0.5;
}

.footer__copyright {
    font-size: 11px;
}

.wrapper {
    background: #f6f6f6;
}

.wrapper .container {
    padding: 0 0 21px;
    max-width: 100%;
}

.container {
    width: 930px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .wrapper .container.inquiry {
        padding: 0;
    }
}

.content {
    margin-bottom: 60px;
    padding-top: 60px;
}

@media screen and (max-width: 768px) {
    .content {
        margin: 0 0 60px;
        padding-top: 30px;
    }
}

.content__inner {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
    padding: 84px 0;
}

@media screen and (max-width: 768px) {
    .content__inner {
        width: 100%;
        padding: 48px 15px;
    }
}

@media screen and (max-width: 768px) {
    .content__inner.full {
        padding: 0;
    }
}

.content__inner.wide {
    max-width: 1360px;
    padding: 84px 27px;
}

@media screen and (max-width: 768px) {
    .content__inner.wide {
        padding: 48px 15px;
    }
}

.content__title {
    text-align: center;
    font-weight: normal;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
    .content__title {
    margin-bottom: 21px;
    }
}

.content__title.white {
    color: #fff;
}

.content__title.white .en {
    color: #959394;
}

.content__title .ja {
    font-size: 31px;
}

@media screen and (max-width: 768px) {
    .content__title .ja {
        font-size: 21px;
    }
}

.content__title .en {
    font-size: 13px;
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    .content__title .en {
        font-size: 14px;
        margin-top: 3px;
    }
}

.content .inquiry {
    background: #fff;
    padding: 69px;
}

@media screen and (max-width: 950px) {
    .content .inquiry {
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {
    .content .inquiry {
        padding: 30px 15px;
    }
}

.icon-info-circle {
    width: 1.4rem;
    height: 1.4rem;
    fill: #4086ff;
    position: relative;
    top: 1px;
}

/*============================
info
============================*/
.info {
    margin-bottom: 6.0rem;
}

.info__list > li {
    position: relative;
    padding-left: 2.0rem;
    margin-top: 1rem;
    font-size: 1.4rem;
}

.info__list > li > svg {
    position: absolute;
    width: 1.4rem;
    height: 1.4rem;
    top: 0.4rem;
    left: 0;
}

.info__list > li > a {
    color: #4086ff !important;
    opacity: 1;
    transition: 0.5s all;
}

.info__list > li > a:hover {
    opacity: 0.5;
}

.info__list > li:first-child {
    margin-top: 0;
}

.info > p {
    text-align: center;
    font-size: 1.4rem;
    margin: 2.0rem 0 3.0rem;
}

.radioList--btn {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.radioList__txt {
    display: block;
    position: relative;
    color: #052d93;
}

.radioList--btn > li {
    display: table-cell;
    width: 50%;
    margin-right: 0;
    vertical-align: top;
    text-align: center;
    border: 2px solid #052d93;
    font-weight: bold;
}

.radioList--btn > li:first-child {
    border-right: none;
}

.radioList--btn > li > label {
    display: block;
    position: relative;
    padding: 1.6rem;
    cursor: default;
}

.radioList--btn > li > label > input[type="radio"] {
    display: none;
}

.radioList__bg {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #052d93;
}

.radioList--btn > li > label > input[type="radio"]:checked + .radioList__bg {
    display: block;
}

.radioList--btn > li > label > input[type="radio"]:checked + .radioList__bg + .radioList__txt {
    font-weight: bold;
    color: #fff;
}

.chk--inactive > li {
    border: none;
    background-color: #ccc;
    padding: 2px 0;
}

.chk--inactive > li:first-child {
    border-right: 1px solid #fff;
}

.chk--inactive > li > label > .radioList__bg {
    background-color: #ccc;
}

.chk--inactive .radioList__txt {
    color: #fff;
}


/*============================
form
============================*/
.formSection {
    margin-top: 6.0rem;
}

@media (max-width: 767px) {
    .formSection {
        margin-top: 1.0rem;
    }
}

.formSection:first-child {
    margin-top: 0;
}

.formTable {
    width: 100%;
    border-spacing: 0;
}

@media (max-width: 767px) {
    .formTable {
        display: block;
        width: auto;
    }
}

@media (max-width: 767px) {
    .formTable > tbody {
        display: block;
    }
}

@media (max-width: 767px) {
    .formTable > tbody > tr {
        display: block;
    }
}

.formTable > tbody > tr > th,
.formTable > tbody > tr > td {
    padding: 3.0rem 1.5rem;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .formTable > tbody > tr > th,
    .formTable > tbody > tr > td {
        display: block;
        padding: 0;
        border-bottom: none;
    }
}

.formTable > tbody > tr:first-child > th,
.formTable > tbody > tr:first-child > td {
    border-top: 1px solid #ccc;
}

@media (max-width: 767px) {
    .formTable > tbody > tr:first-child > th,
    .formTable > tbody > tr:first-child > td {
        border-top: none;
    }
}

.formTable > tbody > tr > th {
    width: 25%;
    background: #f0f1f4;
    font-weight: normal;
    text-align: left;
}

@media (max-width: 767px) {
    .formTable > tbody > tr > th {
        width: auto;
        padding: 1rem 0.5rem;
        border-top: 0;
    }
}

.formTable > tbody > tr > td {
    width: 75%;
    background: #fff;
}

@media (max-width: 767px) {
    .formTable > tbody > tr > td {
        width: auto;
        padding: 1.8rem 0 3.5rem;
        background: none;
    }
}

.formTable > tbody > tr > th > span {
    font-size: 1.2rem;
    display: block;
}

@media (max-width: 767px) {
    .formTable > tbody > tr > th > span {
        display: inline-block;
    }
}

.formTable > tbody > tr > td p {
    font-size: 1.4rem;
}

.formRequired {
    display: inline-block;
    vertical-align: text-bottom;
    padding: 0.3rem 0.6rem;
    margin-left: 0.6rem;
    border: solid 1px #df1230;
    background-color: transparent;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: normal;
    color: #df1230;
}

.formNotice {
    margin-top: 0.8rem;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 1.4rem;
}

.entryExample {
    display: block;
    margin-top: 0.5em;
    padding-left: 6em;
    text-indent: -6em;
    font-size: 1.4rem;
    color: #8e8e8e;
}

.field {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
    appearance: none;
    outline: none;
    font-size: 16px;
    color: #333;
}

.field:focus {
    border-color: #052d93;
}

.field--w60 {
    width: 60px;
}

.field--w150 {
    width: 150px;
}

@media (max-width: 767px) {
    .field--w150 {
        width: 100%;
    }
}

.field--w300 {
    width: 300px;
}

@media (max-width: 767px) {
    .field--w300 {
        width: 100%;
    }
}

.field--w400 {
    width: 400px;
}

@media (max-width: 767px) {
    .field--w400 {
        width: 100%;
    }
}

input[type="checkbox"] {
    margin-right: 0.3em;
}

.list--col > li {
    display: inline-block;
    margin-right: 4.0rem;
}

@media (max-width: 767px) {
    .list--col > li {
        margin-bottom: 0.5em;
    }
}

.list--col > li:last-child {
    margin-right: 0;
}

.item--sep::after {
    content: "/";
    display: inline-block;
    width: 2em;
    text-align: center;
}

.select {
    padding: 0.5em 0 0.5em 0.5em;
    border: solid 1px #ccc;
    box-shadow: none;
    background-image: url(../img/common/caret-down.svg);
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: right 0.5em center;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.select--w250 {
    min-width: 250px;
}

.select:focus {
    border-color: #052d93;
    outline: none;
}

.btnBox {
    margin-top: 6.0rem;
}

@media (max-width: 767px) {
    .btnBox {
        margin: 0;
    }
}

.btnBox__btn {
    display: block;
    position: relative;
    width: 540px;
    margin: 0 auto;
    padding: 1.6rem;
    border: none;
    background: #052d93;
    opacity: 1;
    transition: 0.5s all;
    text-decoration: none;
    cursor: pointer;
}

.btnBox__backBtn {
    display: block;
    position: relative;
    width: 540px;
    margin: 0 auto;
    padding: 1.6rem;
    border: none;
    background: #fff;
    border: solid 2px #052d93;
    opacity: 1;
    transition: 0.5s all;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    .btnBox__btn,.btnBox__backBtn {
        width: 100%;
        margin-top: 2rem;
    }
}

.btnBox__btn > a,
.btnBox__backBtn > a {
    display: block;
}

.btnBox__btn__in {
    display: block;
    position: relative;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.btnBox__backBtn__in {
    display: block;
    position: relative;
    color: #052d93;
    font-weight: bold;
    text-align: center;
}

.btnBox__btn:hover {
    opacity: 0.5;
}

.btnBox__backBtn:hover {
    opacity: 0.5;
}

.chk--inactive .btnBox__btn:hover {
    opacity: 1;
}

.btn--horizontal {
    display: flex;
    flex-direction: row-reverse;
}

.btn--horizontal button {
    width: 45%;
}

@media (max-width: 767px) {
    .btn--horizontal {
        display: block;
    }
}

@media (max-width: 767px) {
    .btn--horizontal button {
        width: 100%;
        margin-top: 20px;
    }
}

.chk--inactive .btnBox__btn {
    background-color: #ccc;
    cursor: auto;
}

.chk--inactive .btnBox__btn__in {
    font-weight: normal;
}

.thanks {
    text-align: center;
}

.thanks h2,
.thanks p {
    margin-bottom: 1.5rem;
}


/*============================
modal
============================*/
.modal__btn{
    margin: 0 auto;
    font-size: 1.4rem;
    margin-top: 0.5em;
    color: #4086ff;
    opacity: 1;
    transition: 0.5s all;
}

.modal__btn:hover,a.js-modal-close:hover {
    opacity: 0.5;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 640px;
}

@media (max-width: 767px) {
    .modal__content{
        padding: 10px;
    }
}

.modal__content img {
    width: 100%;
}

a.js-modal-close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    padding: 1px 0 1px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #6b6b6b;
    border-radius: 100%;
    opacity: 1;
    transition: 0.5s all;
}

/*住所自動反映のための修正*/
.readonly {
    background-color: #e6e6e6;
}

.zip_btn {
    display: inline-block;
    margin-left: 15px;
    padding: 2px 40px;
    background-color: #f6f6f6;
    border: solid 2px #9a9a9a;
    border-radius: 6px;
    line-height: 24px;
    color: #757575;
    font-weight: bold;
    font-size: 14px;
}

@media (max-width: 767px) {
    .zip_btn {
        display: block;
        margin: 20px auto;
    }
}

.zip_btn:hover {
    opacity: 0.5;
}