@charset "utf-8";
body{
    overflow-wrap: anywhere; /* 収まらない場合に折り返す */
    word-break: normal; /* 単語の分割はデフォルトに依存 */
    line-break: strict; /* 禁則処理を厳格に適用 */
}
tbody {
    -webkit-text-size-adjust: 100%;
} 
#low .ctt{
    margin: 240px 0 100px;
}
.low-container{
    padding: 0;
}
.low-container .inner{
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
@media only screen and (max-width: 768px) {
    #low .ctt{
        margin: 0 0 40px;
    }
    .low-container .inner{
        display: block;
        box-sizing: border-box;
        padding: 100px 20px 0;
    }
    .low-container .side{
        margin: 0 auto 8vw;
    }
}

.low-container .main .bcn{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 70px;
}
.low-container .main .bcn p{
    display: flex;
    align-items: center;
    gap: 15px;
}
.low-container .main .bcn p::after{
    content: "";
    width: 6px;
    height: 8px;
    background-image: url(../img/low/bcn_arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.low-container .main .bcn p:last-of-type::after{
    display: none;
}
.low-container .main .bcn p a{
    display: block;
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 1.69;
}
@media only screen and (max-width: 768px) {
    .low-container .main .bcn{
        gap: 10px;
    }
    .low-container .main .bcn p{
        gap: 10px;
    }
    .low-container .main .bcn p::after{
        width: 4px;
        height: 6px;
    }
    .low-container .main .bcn p a,
    .low-container .main .bcn p{
        font-size: 2.667vw;
    }
}

.main_title{
    position: relative;
    padding-bottom: 27px;
    margin-bottom: 62px;
    font-size: 29px;
    color: #102366;
    font-weight: bold;
    border-bottom: 1px solid #D4D7E0;
}
.main_title:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 90px;
    height: 1px;
    background: #102366;
}
.title02{
    padding: 24px 30px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #102366;
    font-weight: bold;
    line-height: 1.3636;
    border-left: 4px solid #0E3B78;
}
.title03{
    margin-bottom: 15px;
    font-size: 17px;
    color: #102366;
    font-weight: 700;
}
.main .btn a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 310px;
    height: 56px;
    font-size: 15px;
    color: #fff;
    background: #1C4DD6;
    border-radius: 28px;
}
.main .btn a .arrow{
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    width: 19px;
    height: 19px;
    margin: auto;
    background: url(../img/low/icon_btn.svg) no-repeat center center;
    background-size: 100%;
    border-radius: 50%;
}
.main .mt1em{
    margin-top: 1.5em;
}

@media only screen and (max-width: 768px){
    .main_title{
        padding-bottom: 0.5em;
        margin-bottom: 1em;
        font-size: 4.651vw;
    }
    .main_title:after{
        width: 16.279vw;
    }
    .title02{
        padding: 0.5em 1em;
        margin-bottom: 1em;
        font-size: 4.186vw;
        border-left: 0.6976vw solid #0E3B78;
    }
    .scroll{
        padding: 3vw 0;
        overflow-x: scroll;
    }
}

/* よくある質問 */
.qa_nav{
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 40px;
}
.qa_nav li{
    width: calc((100% - (9px * 3)) / 4);
}
.qa_nav li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    font-size: 15px;
    color: #050066;
    background: #fff;
    border: 2px solid #102366;
    border-radius: 5px;
}
@media only screen and (max-width: 768px){
    .qa_nav{
        gap: 1.1627vw;
        margin-bottom: 5vw;
    }
    .qa_nav li{
        width: 100%;
    }
    .qa_nav li a{
        height: 3.5em;
        font-size: 4vw;
        border-radius: 1.1627vw;
    }
}

.qa_con{
    padding-top: 30px;
}
.qa_con + .qa_con{
    margin-top: 40px;
}
.qa_con dl + dl{
    margin-top: 10px;
}
.qa_con .acc{
    position: relative;
    padding: 18px 80px 18px 70px;
    background: #fff;
    cursor: pointer;
}
.qa_con .acc .q{
    position: absolute;
    top: 0;
    left: 18px;
    bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: auto;
    font-size: 17px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    background: #102366;
    border-radius: 2px;
}
.qa_con .acc .txt{
    font-size: 15px;
    color: #102366;
    font-weight: bold;
    line-height: 2;
}
.qa_con .acc .plus{
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
}
.qa_con .acc .plus:before,
.qa_con .acc .plus:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background: #102366;
    transition: 0.3s;
}
.qa_con .acc .plus:after{
    transform: rotate(90deg);
}
.qa_con .acc.active .plus:after{
    transform: rotate(0);
}
.qa_con .acc_con{
    position: relative;
    display: none;
    padding: 18px 18px 18px 70px;
    font-size: 15px;
    line-height: 2;
    background: #fff;
}
.qa_con .acc_con .a{
    position: absolute;
    top: 18px;
    left: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    font-size: 17px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    background: #4C39D9;
    border-radius: 2px;
}
.qa_con .acc_con table{
    width: 100%;
    margin-top: 5px;
    table-layout: fixed;
    border-collapse:  collapse; 
}
.qa_con .acc_con .scroll.tal table{
    table-layout: unset;
}
.qa_con .acc_con .scroll.tal table td:first-of-type{
    width: 150px;
}
.qa_con .acc_con table td{
    padding: 0.2em 0.1em;
    font-size: 14px;
    text-align: center;
    border: 1px solid #000;
}
.qa_con .acc_con .scroll.tal table td{
    padding: 0.2em 0.5em;
    text-align: left;
}

@media only screen and (max-width: 768px){
    .qa_con{
        padding-top: 3vw;
    }
    .qa_con + .qa_con{
        margin-top: 5vw;
    }
    .qa_con dl + dl{
        margin-top: 2.32558vw;
    }
    .qa_con .acc{
        padding: 2.32558vw 9.3023vw 2.32558vw 11.6279vw;
    }
    .qa_con .acc .q{
        left: 2.32558vw;
        width: 6.51162vw;
        height: 6.51162vw;
        font-size: 3.7209vw;
    }
    .qa_con .acc .txt{
        font-size: 3.2vw;
        line-height: 1.6;
    }
    .qa_con .acc .plus{
        right: 3.4883vw;
        width: 3.72093vw;
        height: 3.72093vw;
    }
    .qa_con .acc_con{
        padding: 2.32558vw 2.32558vw 2.32558vw 11.6279vw;
        font-size: 3.2vw;
        line-height: 1.6;
    }
    .qa_con .acc_con .a{
        top: 1.86046vw;
        left: 2.32558vw;
        width: 6.51162vw;
        height: 6.51162vw;
        font-size: 3.7209vw;
    }
    .qa_con .acc_con table{
        width: 100%;
        margin-top: 5px;
        table-layout: fixed;
        border-collapse:  collapse; 
    }
    .qa_con .acc_con table td{
        font-size: 2.3255vw;
    }
    .qa_con .acc_con .scroll.tal table td:first-of-type{
        width: 23.2558vw;
    }
    .qa_con .acc_con .scroll table{
        width: 109.302vw;
    }
    .qa_con .acc_con .scroll.table02 table{
        width: 127.906vw;
    }
    .qa_con .acc_con .scroll.tal table{
        width: 142vw;
    }
}

/* 特定商取引法に基づく表示 */
.low .txt{
    margin-bottom: 58px;
}
.low .txt p{
    font-size: 15px;
    line-height: 1.66;
}
.low dl{
    display: flex;
    gap: 33px;
    padding: 30px 0;
}
.low dl + dl{
    border-top: 1px solid #D4D7E0;
}
.low dl dt{
    width: 246px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.666;
}
.low dl dd{
    width: calc(100% - 246px - 33px);
    font-size: 15px;
    line-height: 1.666;
}
.low dl dd a{
    color: #1C4DD6;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media only screen and (max-width: 768px){
    .low .txt{
        margin-bottom: 5vw;
    }
    .low .txt p{
        font-size: 3.2vw;
    }
    .low dl{
        flex-wrap: wrap;
        gap: 3vw;
        padding: 5vw 0;
    }
    .low dl dt{
        width: 100%;
        font-size: 3.6vw;
    }
    .low dl dd{
        width: 100%;
        font-size: 3.2vw;
    }
}

/* ご購入ガイド */
.guide .guide_con + .guide_con{
    margin-top: 100px;
}
.guide .guide_con .guide_con_in{
    padding: 30px 26px;
}
.guide .guide_con p{
    font-size: 15px;
    line-height: 1.666;
}
.guide .guide_con ol.step{
    margin: 50px 0 30px;
    border-top: 1px solid #DEDEDE;
}
.guide .guide_con ol.step li{
    display: flex;
    align-items: center;
    gap: 44px;
    padding: 30px 32px;
    border-bottom: 1px solid #DEDEDE;
}
.guide .guide_con ol.step li figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    height: 39.06px;
}
.guide .guide_con ol.step li .in{
    width: calc(100% - 42px - 44px);
}
.guide .guide_con ol.step li .in p{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.78;
}
.guide .guide_con ol.step li .in p.small{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
}
.guide .guide_con .btn a{
    margin: 47px auto 0;
}
.guide .guide_con .in + .in{
    margin-top: 48px;
}

@media only screen and (max-width: 768px){
    .guide .guide_con + .guide_con{
        margin-top: 10vw;
    }
    .guide .guide_con .guide_con_in{
        padding: 3vw 2vw;
    }
    .guide .guide_con p{
        font-size: 3.2vw;
    }
    .guide .guide_con .title03{
        font-size: 3.4663vw;
        margin-bottom: 2.667vw;
    }
    .guide .guide_con ol.step{
        margin: 5vw 0;
    }
    .guide .guide_con ol.step li{
        gap: 4vw;
        padding: 3vw 1vw;
    }
    .guide .guide_con ol.step li figure{
        width: 6vw;
        height: 100%;
    }
    .guide .guide_con ol.step li figure img{
        zoom: 0.7;
    }
    .guide .guide_con ol.step li .in{
        width: calc(100% - 4vw - 6vw);
    }
    .guide .guide_con ol.step li .in p{
        font-size: 3.2vw;
    }
    .guide .guide_con ol.step li .in p.small{
        margin-top: 0.5em;
        font-size: 2.8vw;
    }
    .guide .guide_con .btn a{
        margin: 5vw auto 0;
    }
    .guide .guide_con .in + .in{
        margin-top: 5vw;
    }
}
@media only screen and (max-width: 450px){
    .guide .guide_con p{
        font-size: 12px;
    }
    .guide .guide_con .title03{
        font-size: 13px;
        margin-bottom: 8px;
    }
}

/* 送付先変更届について */
.change .flex{
    display: flex;
    justify-content: space-between;
}
.change .box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    max-width: 440px;
    width: 48.88%;
    padding: 50px 10px 37px;
    background: #fff;
}
.change .box + .box{
    padding: 35px 10px 37px;
}
.change .box p{
    font-size: 20px;
    font-weight: 600;
    color: #050066;
    text-align: center;
    line-height: 1.5;
}
.change .box .btn{
    margin-top: 48px;
}
.change .box .btn a{
    background: #102366;
}

@media only screen and (max-width: 768px){
    .change .flex{
        display: block;
    }
    .change .box{
        width: 100%;
        padding: 5vw 10vw 4vw;
        background: #fff;
    }
    .change .box + .box{
        margin-top: 5vw;
        padding: 4vw 10vw;
    }
    .change .box p{
        font-size: 3.2vw;
    }
    .change .box .btn{
        margin-top: 5vw;
    }
}


/* プライバシーポリシー */
.policy *{
 font-size: 15px;
 line-height: 2;   
}
.policy ul li{
    margin-left: 1em;
    list-style: disc;
}
.policy a.tel{
    pointer-events: none;
}

@media only screen and (max-width: 768px){
    .policy *{
        font-size: 3.2vw;
    }
    .policy a.tel{
        pointer-events: auto;
    }
}


/* DL版利用ガイド */
.dl_guide .dl_guide_con + .dl_guide_con{
    margin-top: 80px;
}
.dl_guide .dl_guide_con .txt{
    max-width: 840px;
    margin: 0 auto 40px;
}
.dl_guide .dl_guide_con .txt p{
    font-size: 15px;
    line-height: 1.66;
}
.dl_guide .dl_guide_con figure{
    max-width: 840px;
    margin: 0 auto;
	background: #fff;
	border: 1px solid #ddd;
}
.dl_guide .dl_guide_con figure img{
	display: block;
    max-width: 100%;
	margin: 0 auto;
}

@media only screen and (max-width: 768px){
    .dl_guide .dl_guide_con + .dl_guide_con{
        margin-top: 10vw;
    }
    .dl_guide .dl_guide_con .txt{
        margin: 0 auto 5vw;
    }
    .dl_guide .dl_guide_con .txt p{
        font-size: 3.2vw;
    }
}


/* 金融機関・店舗情報CD-ROM */
#tab_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.tab_btn {
    width: calc((100% - 16px) / 2);
}
.tab_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #102366;
    border: 2px solid #102366;
    border-radius: 5px;
    cursor: pointer;
}
.tab_btn a.active {
    color: #050066;
    background: #FFF;
}
.tab_contents_item {
    display: none;
    width: 100%;
}
.tab_contents_item.active {
    display: block;
    animation:  fadeinAnime 2s forwards;
}

@keyframes fadeinAnime{
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@media only screen and (max-width: 768px){
    #tab_btn {
        gap: 3vw;
        margin-bottom: 10vw;
    }
    .tab_btn {
        width: 100%;
    }
    .tab_btn a {
        height: 3.5em;
        font-size: 4vw;
        border-radius: 1.1627vw;
    }
}

.tab_contents_item .cd_rom_con + .cd_rom_con{
    margin-top: 70px;
}
.tab_contents_item .cd_rom_con .in{
    padding: 14px 30px 0;
}
.tab_contents_item .cd_rom_con .title03{
    margin-bottom: 14px;
    font-size: 18px;
    color: #000;
    font-weight: 400;
}
.tab_contents_item .cd_rom_con *  + .title03{
    margin-top: 30px;
}
.tab_contents_item .cd_rom_con p,
.tab_contents_item .cd_rom_con li{
    font-size: 15px;
    line-height: 1.6;
}
.tab_contents_item .cd_rom_con table{
    width: 840px;
    border-collapse:  collapse; 
}
.tab_contents_item .cd_rom_con .scroll + .scroll{
    margin-top: 30px;
}
.tab_contents_item .cd_rom_con table th{
    padding: 0.5em;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    background: #E4E4E4;
    border: 1px solid #000;
}
.tab_contents_item .cd_rom_con table thead th{
    color: #fff;
    background: #000;
}
.tab_contents_item .cd_rom_con table td{
    padding: 0.5em;
    font-size: 15px;
    border: 1px solid #000;
    background: #fff;
}
.tab_contents_item .cd_rom_con .scroll + .txt{
    margin-top: 22px;
}
.tab_contents_item .cd_rom_con .txt + .scroll{
    margin-top: 28px;
}
.tab_contents_item .cd_rom_con table.wid140 th{
    width: 140px;
}
.tab_contents_item .cd_rom_con table.wid230 th{
    width: 230px;
}
.tab_contents_item .cd_rom_con table.wid264 th{
    width: 264px;
}

@media only screen and (max-width: 768px){
    .tab_contents_item .cd_rom_con + .cd_rom_con{
        margin-top: 10vw;
    }
    .tab_contents_item .cd_rom_con .in{
        padding: 2vw 3vw 0;
    }
    .tab_contents_item .cd_rom_con .title03{
        margin-bottom: 0.5em;
        font-size: 3.2vw;
    }
    .tab_contents_item .cd_rom_con *  + .title03{
        margin-top: 2em;
    }
    .tab_contents_item .cd_rom_con p,
    .tab_contents_item .cd_rom_con li{
        font-size: 3.2vw;
    }
    .tab_contents_item .cd_rom_con table{
        width: 200vw;
    }
    .tab_contents_item .cd_rom_con table th{
        font-size: 3.2vw;
    }
    .tab_contents_item .cd_rom_con table td{
        font-size: 3.2vw;
    }
}