@charset "UTF-8";
body {
    line-height: 1.5;
}
.g-h,
.g-t,
.g-b,
.g-faq_a.g-iText {
    font-weight: bold;
}
.g-h-lg,
.g-t-c {
    text-align: center;
}
.g-fullWidth {
    position: relative;
    width: 100%;
}
.g-fullWidth img,
.g-img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.g-t-sm {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.g-squeeze {
    max-width: 886px;
    margin: 0 auto 40px;
}
.g-color-em {
    color: #f00000;
}
.read_wrap {
    margin: 80px auto;
}
.read_in {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    border-top: 1px solid #004098;
    border-left: 1px solid #004098;
}
.read_in li {
    width: calc(50% - 1px);
    position: relative;
    border-bottom: 1px solid #004098;
    border-right: 1px solid #004098;
}
.read_in li a {
    color: #0c50a0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 20px 8px 50px;
    min-height: 40px;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
}
.read_in li a::before {
    content: "";
    background: url(../svg/icn_arw_down.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 20px;
    width: 10px;
    height: 8px;
}
.g-h-lg::after {
    content: "";
    background-color: #034ea2;
    display: block;
}
.g-h-md {
    color: #fff;
    background: #004098;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appDl_wrap {
    display: flex;
    align-items: center;
}
.appDl_lnk-btn {
    margin-bottom: 20px;
}
.appDl_lnk-btn.is-ver2,
.pcDl_wrap .txt.is-ver2 {
    margin: 0;
}
.appDl_lnk-btn img {
    max-height: 48px;
    height: 100%;
    width: auto;
}
.appDl_lnk {
    width: 30.6%;
    margin-right: 40px;
    text-align: center;
    font-size: 14px;
}
.appDl-txt,
.pcDl_wrap .txt {
    margin-bottom: 10px;
}
.appDl_lst li,
.g-list-note li {
    padding-left: 1em;
    position: relative;
}
.appDl_lst li::before,
.g-list-note li::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}
.pcDl_wrap {
    max-width: 700px;
    margin: 40px auto 0;
    padding: 20px;
    border: 2px solid #e6e6e6;
    font-size: 14px;
    box-sizing: border-box;
}
.pcDl_wrap .txt a,
a:link.g-link-u {
    font-weight: bold;
    color: #0c50a0;
    text-decoration: underline;
}
.g-link {
    display: inline-flex;
    align-items: center;
    font-weight: bold;
    color: #0c50a0;
}
.g-i.g-i-blank {
    margin: -.1em .3em 0 .5em;
    font-size: 13px;

}
.g-i.g-i-blank::before {
    content: "";
    background: url(../svg/icn_window_blu.svg) no-repeat 0 0 / 100% auto;
    width: 12px;
    height: 12px;
    display: inline-block;
}
.productsMv_wrap {
    display: flex;
    justify-content: center;
}
.productsMv_in {
    position: relative;
    width: 100%;
    max-width: 476px;
    aspect-ratio: 16 / 9;
    border: 2px solid #e6e6e6;
}
.productsMv_in iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.appDl_lst,
.g-list-note {
    font-size: 12px;
}
.appDl_lst,
.g-color-em,
.g-faq {
    line-height: 1.5;
}
.g-area-border {
    margin: 60px auto;
}
.g-grid {
    display:flex;
    flex-wrap: wrap;
    gap: 40px 20px;
}
.g-grid > .g-align-l {
    width: 544px;
}
.g-grid > .g-align-r {
    width: calc(100% - 564px);
}
.g-iText {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.g-accordion_i {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    background-color: #fff;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.g-accordion_i .g-i-plus {
    position: relative;
    width: 14px;
    height: 14px;
}
.g-accordion_i .g-i-plus::before,
.g-accordion_i .g-i-plus::after {
    content: "";
    position: absolute;
    background: #034ea2;
    width: 14px;
    height: 4px;
    top: 50%;
    left: 0;
    margin-top: -2px;
    opacity: 1;
}
.g-accordion_i .g-i-plus::after {
    transform: rotate(-90deg);
}
.g-accordion_body {
    display: none;
}
.g-faq .g-accordion_inner {
    padding: 10px 70px 25px;
    background: #fff;
    position: relative;
}
.g-list-disc li {
    padding-left: 2em;
    margin-top: .8em;
    position: relative;
}
.g-list-disc li:first-of-type {
    margin: 0;
}
.g-list-disc li::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #034ea2;
    top: 10px;
    left: 15px;
}
.g-font-md {
    font-size: 14px;
}
.g-list-plain li:nth-child(n+2) {
    margin-top: 10px;
}
.fqa_warp {
    background: #f2f2f2;
    padding: 60px 0 70px;
    margin: 80px auto 0;
}
.gr_bg {
    background: #f7f7f7;
    padding: 60px 0 70px;
}
.g-area-sm.ver2 {
    margin-bottom: 0;
}
.qa_warp {
    background: #fff;
}
.qa_box {
    border-bottom: 2px solid #f2f2f2;
    padding: 25px 30px;
}
.qa_ttl a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 0 20px 0 40px;
    background: url(../svg/icn_arw_down.svg) no-repeat center right;
    background-size: 14px auto;
}
.qa_ttl.on a {
    background: url(../svg/icn_arw_up.svg) no-repeat center right;
    background-size: 14px auto;
}
.qa_ttl a:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    background: url(../svg/icn_q.svg) no-repeat center;
    background-size: 100% auto;
}
.qa_txt {
    padding: 30px 20px 0 40px;
    position: relative;
    display: none;
}
.qa_txt:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 32px;
    background: url(../svg/icn_a.svg) no-repeat center;
    background-size: 100% auto;
}
.qa-txt a {
    color: #004098;
    text-decoration: underline;
}
@media only screen and (min-width: 896px) {
.g-h-lg {
    margin-bottom: 40px;
    font-size: 26px;
}
.g-h-lg::after {
    width: 60px;
    height: 3px;
    margin: 13px auto 0;
}
.road_wrap {
    margin-bottom: 80px;
}
.g-area-sm {
    margin: 50px auto;
    border: 2px solid #eaeaea;
    padding: 30px 30px 40px;
    box-sizing: border-box;
    background: #fff;
}
.g-area.ver2 {
    border: none;
    margin: 20px auto 50px;
    padding: 0;
}
.g-unit {
    margin-bottom: 30px;
}
.g-h-md {
    margin-bottom: 30px;
    padding: 15px;
    font-size: 20px;
    line-height: 1.4;
}
.g-t {
    margin-bottom: 25px;
    font-size: 18px;
}
.g-t-half,
.g-unit-xs {
    margin-bottom: 10px;
}
.g-unit-sm {
    margin-bottom: 20px;
}
.appDl_lnk-btn a:hover {
    opacity: .8;
}
.pcDl_wrap .txt a:hover,
a:link.g-link-u:hover {
    text-decoration: none;
}
.g-faq_a.g-iText {
    font-size: 16px;
}
.g-faq_a.g-iText {
    margin-bottom: 15px;
}
.g-accordion_i {
    width: 25px;
    height: 25px;
}
}/*@media*/
@media only screen and (max-width: 896px) {
    .read_wrap {
        margin: 40px 0;
        padding: 0 15px;
    }
    .read_in li a {
        font-size: 12px;
        font-weight: bold;
        padding: 10px 20px 10px 30px;
        min-height: 100%;
        line-height: 1.2;
    }
    .read_in li a::before {
        left: 10px;
    }
    .road_wrap {
        padding: 0 15px;
    }
    .g-h {
        line-height: 1.3;
    }
    .g-h-lg {
        margin-bottom: 20px;
        font-size: 18px;
    }
    .g-h-lg::after {
        width: 45px;
        height: 3px;
        margin: 10px auto 0;
    }
    .g-t {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.3;
    }
    .g-t-sm {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .g-area-border {
        padding: 30px 0 0;
        margin: 40px auto;
        width: calc(100% - 30px);
    }
    .g-unit,
    .g-squeeze {
        margin-bottom: 20px;
    }
    .g-unit-sm {
        margin-bottom: 15px;
    }
    .g-unit-xs,
    .g-faq_a {
        margin-bottom: 10px;
    }
    .productsMv_in {
        width: 100%;
    }
    .onlinevoice_img {
        width: 70px;
    }
    .onlinevoice-txt {
        font-size: 10px;
    }
    .gr_bg,
    .fqa_warp {
        padding: 30px 15px;
    }
    .g-area-sm {
        margin: 30px auto;
        padding: 15px;
        border: 2px solid #eaeaea;
        background: #fff;
        box-sizing: border-box;
    }
    .g-h-md {
        margin-bottom: 20px;
        padding: 8px;
        font-size: 16px;
    }
    .appDl_wrap {
        flex-direction: column;
        gap: 15px 0;
    }
    .appDl_lnk {
        width: 100%;
        margin: 0;
    }
    .pcDl_wrap {
        margin: 30px auto 0;
        padding: 20px 15px;
    }
    .g-blockAlign-c {
        display: table;
        margin: 0 auto;
    }
    .g-blockAlign-c.g-unit {
        margin: 0 auto 20px;
    }
    .g-imgBtn.j-modal {
        border: 2px solid #e6e6e6;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
    }
    .g-hidden {
        display: none;
    }
    .modal-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, .7);
        z-index: 9999;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: opacity .3s ease, visibility .3s ease;
    }
    .modal-overlay.is-active {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .modal-content {
        position: relative;
        background: #fff;
        width: calc(100% - 40px);
        max-height: calc(100% - 50px);
        padding: 20px 20px 30px;
        box-sizing: border-box;
        box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);
        animation: g-modal-inner .3s .1s both;
    }
    .g-modal_body {
        width: 100%;
        overflow: auto;
        margin-bottom: 60px;
        height: 40vh;
    }
    #modal_single_sign-on01 .g-modal_body {
        max-height: 227px;
    }
    .g-modal_body.is-ver2 {
        height: 60vh;
    }
    @keyframes g-modal-inner {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }

        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
    .modal-close {
        cursor: pointer;
        border: none;
    }
    .modal_close {
        position: absolute;
        top: -20px;
        right: -15px;
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #034ea2;
        color: #fff;
        font-size: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 3px;
        box-sizing: border-box;
    }
    .g-modal_btn {
        position: absolute;
        left: 50%;
        margin-left: -70px;
        bottom: 30px;
        width: 140px;
        height: 30px;
        color: #fff;
        background-color: #034ea2;
        font-size: 14px;
        box-sizing: border-box;
        padding: 0 0 2px;
    }
    .g-modal_btn span::before {
        content: "×";
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translateY(-50%);
    }
    .g-accordion_i {
        width: 19px;
        height: 19px;
    }
    .g-accordion_i .g-i-plus {
        width: 12px;
        height: 12px;
    }
    .g-accordion_i .g-i-plus::before,
    .g-accordion_i .g-i-plus::after {
        width: 10px;
        height: 2px;
        margin-top: -1px;
    }
    .g-font-lg {
        font-size: 14px;
    }
    .g-faq .g-accordion_inner {
        padding: 10px;
    }
    .qa_warp {
        margin: 20px 0;
    }
    .qa_box {
        padding: 16px 15px;
    }
    .qa_ttl a {
        display: block;
        font-size: 13px;
        padding: 0 10px 0 20px;
        background: url(../svg/icn_arw_down.svg) no-repeat center right;
        background-size: 8px auto;
    }
    .qa_ttl.on a {
        background: url(../svg/icn_arw_up.svg) no-repeat center right;
        background-size: 8px auto;
    }
    .qa_ttl a:before {
        width: 12px;
        height: 12px;
        top: 4px;
    }
    .qa_txt {
        padding: 20px 20px 0;
    }
    .qa_txt .g-font-md {
        font-size: 13px;
    }
    .qa_txt:before {
        width: 14px;
        height: 14px;
        top: 22px;
    }
    .g-t.g-t-c {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .modal_img {
        margin: 10px 0;
    }
    .g-list-disc li::before {
        top: 6px;
    }
}
@media only screen and (max-width: 374px) {
    .read_in .c-sp {
        display: none;
    }
}/*@media*/
