﻿@charset "UTF-8";
input.button, button, textarea, input[type="date"], .select {
    font-family: Meiryo, "メイリオ", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", sans-serif;
}

button, textarea, input[type="date"], .select {
    color: #333;
}

input[type=text].is-error, input[type=password].is-error,
input[type=date].is-error, textarea.is-error, select.is-error {
    border-color: #fc3601 !important;
    background-color: #fdeae5 !important;
}

fieldset.fieldset-skeleton {
    padding: 0;
    border: 0;
    margin: 0;
}

.select-container::after {
    pointer-events: none;
}

.icon-area, .icon-money {
    background-size: contain;
}

.icon-attention-white {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url(../../images/qabox/icon_attention-white.png) no-repeat;
    background-size: contain;
}

.icon-information-white {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../../images/qabox/icon_information-white.png) no-repeat;
    background-size: contain;
}

.entry-help-head {
    position: relative;
    vertical-align: middle;
    top: -1px;
    display: inline-block;
    margin-left: 0;
}

.entry-help-icon {
    box-sizing: border-box;
    display: inline-block;
    width: 17px;
    height: 17px;
    padding: 3px 0;
    line-height: 1.0;
    vertical-align: top;
    font-size: 1.0rem;
    background: #fff url(../../images/qabox/icon_hatena_secondary.png) no-repeat center center;
    border-radius: 50%;
    cursor: pointer;
}
.entry-help-icon:hover + .entry-help-text {
    display: block;
}

.entry-help-text {
    display: none;
    box-sizing: border-box;
    position: absolute;
    bottom: 27px;
    left: -130px;
    right: -130px;
    width: 260px;
    padding: 7px 10px;
    margin: 0 auto;
    font-weight: normal;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
}
.entry-help-text::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
}

.button-white {
    box-sizing: border-box;
    min-width: 136px;
    height: 40px;
    padding: 13px 10px;
    border: 1px solid #909998;
    font-size: 1.4rem;
    color: #909998;
}
.button-white:link, .button-white:visited {
    color: #909998;
}
.button-white::after {
    content: none;
}
.button-white:hover {
    border-width: 1px;
}

.button-forbidden {
    border-color: transparent;
    color: #fff;
    background-color: #909998;
    box-shadow: none;
    pointer-events: none;
}
.button-forbidden:link, .button-forbidden:visited {
    color: #fff;
}
.button-forbidden::after {
    border-top-color: #fff;
    border-right-color: #fff;
}
.button-forbidden:hover {
    top: 0;
    border-color: transparent;
    color: #fff;
}

.icon-radio {
    display: block;
    padding-left: 30px !important;
    background: url(../../images/form/icon_radio_off.png) no-repeat left 16px/20px auto;
    cursor: pointer;
}

input[type="radio"]:checked + .icon-radio {
    background-image: url(../../images/form/icon_radio_on.png);
}

.icon_mail_inverse {
    background-size: 22px auto;
    background-image: url(../../images/qabox/icon_mail_inverse.png);
}

/* ==================================================
 QABOX - common
================================================== */
/* Static Header
------------------------------------------ */
#header {
    border-top: 4px solid #000;
}

#header .header-logo {
    margin: 16px 30px 18px 0;
}

#header .header-logo img {
    width: 140px;
    height: auto;
}

/* Static BreadCrumb
------------------------------------------ */
.breadcrumb {
    border-top: 1px solid #d5d5d5;
}

/* Static Footer
------------------------------------------ */
#footer {
    border-top: 4px solid #ff6d00;
}

.mission-catch {
    position: relative;
    top: 13px;
    left: 5px;
    font-weight: bold;
}

.text-lead {
    margin: 15px 0 10px;
    line-height: 1.8;
}

.section-title-center {
    display: inline-block;
    padding: 10px 0 9px;
    border-bottom: 1px solid #c8c9c9;
    font-size: 2.4rem;
}

.complete-text {
    margin-bottom: 40px;
    line-height: 1.8;
}

/* FAQ List
------------------------------------------ */
.faq-list-container {
    margin-top: -15px;
    margin-left: -20px;
}

.faq-list {
    position: relative;
    float: left;
    width: calc( 33.3% - 20px );
    margin-top: 15px;
    margin-left: 20px;
}
.faq-list:nth-child(3n+1) {
    clear: left;
}
.faq-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: text-bottom;
    background: #e1ebf3 url(../../images/qabox/icon_question_blue.png) no-repeat center center/11px auto;
    border-radius: 50%;
}
.faq-list > a {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    margin-left: 27px;
    padding-right: 12px;
    font-weight: bold;
}
.faq-list > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-top: 1px solid #0f5a84;
    border-right: 1px solid #0f5a84;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* FAQ Contact Form
------------------------------------------ */
.qab-contact-form {
    width: 820px;
    margin: 0 auto;
}
.qab-contact-form .text-center .button-qab-form {
    display: block;
}

.text-attention {
    padding: 15px 20px;
    margin: 10px 0 15px;
    line-height: 1.8;
    background-color: #e7e9e9;
}
.text-attention > p {
    margin: 0;
    line-height: inherit;
}
.text-attention > p ~ p {
    margin: 1em 0;
}
.text-attention a {
    font-weight: bold;
}

.badge-required {
    box-sizing: border-box;
    position: absolute;
    top: -1px;
    bottom: 0;
    display: inline-block;
    height: 20px;
    padding: 4px 5px;
    margin: auto 0;
    margin-left: 20px;
    line-height: 1.0;
    font-weight: normal;
    font-size: 1.2rem;
    color: #fff;
    background-color: #fc3601;
}

.checkbox {
    line-height: 1.7;
}
.checkbox::before, .checkbox::after {
    top: 11px;
}
.checkbox::before {
    border-color: #fff;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
}
.checkbox::after {
    border: 1px solid #b0b6b5;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
}

input[type=checkbox]:checked + .checkbox::after {
    background-color: #ff6d00;
}

.radio-btn {
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
}
.radio-btn::before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: bottom;
    background: url(../../images/qabox/icon_radio_off.png) center center/contain;
}

input[type=radio]:checked + .radio-btn::before {
    background-image: url(../../images/qabox/icon_radio_on.png);
}

.taikai-btn {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 15px;
}

input.input-text {
    font-size: 1.4rem;
}

.textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
    font-size: 1.4rem;
}

/* FAQ Contact Form Box
------------------------------------------ */
.qab-form-box {
    border: 1px solid #cccdcd;
    margin: 20px 0;
}

.qab-form-title {
    position: relative;
    padding: 15px 20px;
    margin: 0;
    font-size: 1.8rem;
    color: #fff;
    background-color: #0f5a84;
}

.qab-form-body {
    padding: 20px;
    font-size: 0;
}
.qab-form-body > p {
    margin: 0 0 15px;
    font-size: 1.4rem;
}

.qab-form-list > li {
    padding: 8px 0 0;
    border-top: 1px solid #ccc;
    margin: 8px 0 0;
}
.qab-form-list p {
    margin: 8px 0 0 30px;
    line-height: 2.0;
    font-size: 1.2rem;
}
.qab-form-list.qab-form-radio > li {
    padding: 16px 0 0;
    margin: 16px 0 0;
}
.qab-form-list.qab-form-radio > li:first-child {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
}

/* FAQ Table
------------------------------------------ */
.qab-table-container {
    display: table;
    width: 100%;
}

.qab-table-head,
.qab-table-body {
    box-sizing: border-box;
    display: table-cell;
}

.qab-table-head {
    width: 220px;
    vertical-align: top;
    background-color: #e7e9e9;
}

.qab-table-inner {
    position: relative;
    display: block;
    margin: 14px 10px;
    font-size: 1.6rem;
}
.qab-table-inner .badge-required {
    position: absolute;
    right: 0;
    margin-left: 0;
}

.qab-table-body {
    padding: 10px 20px;
}

.qab-table-text {
    font-size: 1.4rem;
}
.qab-table-text > li {
    margin: 15px 0 0;
}
.qab-table-text > li:first-child {
    margin-top: 0;
}
.qab-table-text > li .input-text {
    width: 100%;
}
.qab-table-text .checkbox {
    margin-bottom: 0;
}
.qab-table-text.is-vertical {
    position: relative;
    width: 420px;
}
.qab-table-text.is-vertical > li {
    width: 200px;
    margin: 0;
}
.qab-table-text.is-vertical > li:nth-child(2n+1) {
    clear: left;
    float: left;
}
.qab-table-text.is-vertical > li:nth-child(2n+1) .input-text {
    left: 0;
}
.qab-table-text.is-vertical > li:nth-child(2n+2) {
    float: right;
}
.qab-table-text.is-vertical > li:nth-child(2n+2) .input-text {
    right: 0;
}
.qab-table-text.is-vertical > li::after {
    content: "";
    display: block;
    padding-bottom: 45px;
}
.qab-table-text.is-vertical .input-text {
    position: absolute;
    bottom: 0;
    width: 200px;
}

/* FAQ Contact Form Button
------------------------------------------ */
.button-qab-form {
    margin: 5px auto 30px;
    min-width: 376px;
}
.button-qab-form:disabled {
    top: 2px;
    border: 3px solid #909998;
    color: #fff;
    background-color: #909998;
    text-decoration: none;
    box-shadow: none;
}
.button-qab-form:disabled::after {
    content: none;
}

label.is-error {
    margin-top: -5px;
}

.mobile label.is-error {
    margin: 0 0 5px;
}

.cmp-confirm-disp{
    display:block;
}

.cmp-confirm-nodisp{
    display:none;
}

.modal .modal-title {
    text-align:left;
}

@media only screen and (max-width: 599px) {
    .asides {
        padding: 0;
        background-color: transparent;
    }

    .l-responsive .badge-new::before {
        width: 50px;
        height: 30px;
        line-height: 30px;
        font-size: 1.0rem;
    }
    .l-responsive .section-aside {
        padding-bottom: 20px;
    }
    .l-responsive .section-aside-header::before {
        background-color: #ff6d00;
    }
    .l-responsive .section-aside-title {
        text-align: left;
    }
    .l-responsive .entry-help-head {
        display: none;
    }
    .l-responsive .button-white {
        display: table;
        min-width: 110px;
        height: 30px;
        padding: 8px 5px;
        margin: 0 auto;
        font-size: 1.2rem;
    }
    .l-responsive .button-white::after {
        content: none;
    }
    .l-responsive .button-forbidden {
        box-shadow: none;
        pointer-events: none;
    }
    .l-responsive .icon-radio {
        padding-left: 33px !important;
        background-image: url(../../images/qabox/icon_radio_off.png);
        background-position: left 11px;
        background-size: 25px auto;
    }
    .l-responsive input[type="radio"]:checked + .icon-radio {
        background-image: url(../../images/qabox/icon_radio_on.png);
    }

    .l-responsive .icon_mail_inverse {
        background-size: 20px auto;
    }
    .l-responsive #header {
        width: 100%;
        border-top: 4px solid #000;
    }
    .l-responsive #header .header-logo {
        margin: 5px 0 5px 10px;
    }
    .l-responsive #header .header-logo img {
        width: calc(360 / 600 * 100vw);
        height: auto;
    }
    .l-responsive #footer {
        border-top: 2px solid #ff9200;
    }
    .l-responsive.mobile .footer-pagetop > a {
        border-top: 0;
    }
    .l-responsive.mobile .footer-pagetop > a {
        border-bottom: 2px solid #ff9200;
    }
    .l-responsive .text-lead {
        padding: 15px 10px;
        margin: 15px 0;
        font-size: 1.2rem;
        background-color: #fff;
    }
    .l-responsive .section-footer {
        margin-top: 15px;
        margin-bottom: 5px;
        font-size: 1.2rem;
    }
    .l-responsive .section-title-center {
        padding: 5px 0 8px;
        font-size: 1.8rem;
    }
    .l-responsive .complete-text {
        margin-bottom: 20px;
        text-align: left;
        line-height: 1.7;
        font-size: 1.2rem;
    }
    .l-responsive .faq-list-container {
        margin: 0;
    }
    .l-responsive .faq-list {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .l-responsive .faq-list > a {
        line-height: 1.4;
        font-size: 1.2rem;
    }
    .l-responsive .qab-contact-form {
        width: auto;
        margin: 0 -10px;
    }
    .l-responsive .qab-contact-form .text-lead {
        padding: 0;
        margin: 15px 10px 10px;
        background-color: transparent;
    }
    .l-responsive .qab-contact-form .text-center {
        margin: -5px 10px 0;
    }
    .l-responsive .qab-contact-form .text-center .checkbox {
        text-align: left;
    }
    .l-responsive .text-attention {
        padding: 10px 15px;
        margin: 10px 10px 15px;
        line-height: 1.7;
        font-size: 1.2rem;
    }
    .l-responsive .text-attention a {
        display: inline-block;
    }
    .l-responsive .badge-required {
        margin-left: 10px;
        font-size: 1.3rem;
    }
    .l-responsive .checkbox {
        margin-top: 15px;
        font-size: 1.2rem;
    }
    .l-responsive .checkbox::before, .l-responsive .checkbox::after {
        top: 7px;
    }
    .l-responsive .checkbox::before {
        margin-top: -5px;
        left: 8px;
    }
    .l-responsive .checkbox::after {
        width: 24px;
        height: 24px;
    }
    .l-responsive .radio-btn {
        font-size: 1.4rem;
    }
    .l-responsive .radio-btn::before {
        width: 24px;
        height: 24px;
        margin-right: 6px;
        vertical-align: middle;
    }

   .l-responsive .taikai-btn {
        font-size: 1.4rem;
        margin-left: 0px;
    }

    .l-responsive .textarea {
        height: 120px;
        border-width: 2px;
        border-color: #6e706f;
    }
    .l-responsive .qab-form-box {
        border: none;
    }
    .l-responsive .qab-form-title {
        padding: 15px 10px;
        font-size: 1.5rem;
    }
    .l-responsive .qab-form-body {
        padding: 15px 10px 0;
    }
    .l-responsive .qab-form-body > p {
        margin: 0 0 10px;
        line-height: 1.7;
        font-size: 1.2rem;
    }
    .l-responsive .qab-form-list > li {
        padding: 10px 0 0;
        margin: 10px 0 0;
    }
    .l-responsive .qab-form-list > li:first-child {
        padding-top: 0;
        border-top: 0;
        margin-top: 0;
    }
    .l-responsive .qab-form-list p {
        line-height: 1.5;
        font-size: 1.0rem;
    }
    .l-responsive .qab-form-list.qab-form-radio > li {
        padding: 12px 0 0;
        margin: 12px 0 0;
    }
    .l-responsive .qab-form-list.qab-form-radio > li:first-child {
        padding-top: 0;
        margin-top: 0;
    }
    .l-responsive .qab-table-container {
        display: block;
    }
    .l-responsive .qab-table-head,
    .l-responsive .qab-table-body {
        display: block;
    }
    .l-responsive .qab-table-head {
        width: auto;
        background-color: transparent;
    }
    .l-responsive .qab-table-inner {
        margin: 0;
        font-size: 1.2rem;
    }
    .l-responsive .qab-table-inner .badge-required {
        position: static;
        margin-left: 0;
    }
    .l-responsive .qab-table-body {
        padding: 0;
    }
    .l-responsive .qab-table-text > li {
        margin: 10px 0 0;
    }
    .l-responsive .qab-table-text.is-vertical {
        width: auto;
        margin-top: 10px;
    }
    .l-responsive .qab-table-text.is-vertical > li {
        margin: 0 0 0 10px;
        width: calc(50% - 5px);
    }
    .l-responsive .qab-table-text.is-vertical > li:first-child {
        margin-left: 0;
    }
    .l-responsive .qab-table-text.is-vertical .input-text {
        width: calc(50% - 5px);
    }
    .l-responsive .button-qab-form {
        padding-right: 25px;
        padding-left: 25px;
        min-width: 0;
    }
    .kari-dispnone {
        display: none !important;
    }
    .l-responsive .modal .modal-title {
        text-align:center;
    }
    .l-responsive .modal .modal-body .promotebtn{
        display:block;
        margin-bottom:10px;
    }
    .l-responsive .modal .prombody {
        padding-left: 50px;
    }
        .l-responsive .modal .prombody .promsel {
        width: 250px;
    } 
}