@charset "utf-8";

/* タブ
------------------------------------------- */
.ab_tab_list{
    display: flex;
    background: #fff;
    font-size: 15px;
}
.ab_tab_list.top_tab{
    padding: 0 0 25px;
}
.ab_tab_list.under_tab{
    margin: 0 0 15px;
}
.ab_tab_list li{
    width: calc(100% / 3);
    padding: 10px 2px;
    background: #f6f6f6;
    text-align: center;
    cursor: pointer;
}
.ab_tab_list li:not(:last-of-type){
    border-right: 2px solid #eee;
}
.ab_tab_list li.current{
    position: relative;
    background: #fff;
    pointer-events: none;
}
.ab_tab_list li.current::after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background: #333;
}
.ab_tab_list.top_tab li.current::after{
    top: 0;
}
.ab_tab_list.under_tab li.current::after{
    bottom: 0;
}
.ab_tab_list li.current::before{
    position: absolute;
    content: '';
    bottom: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #333 transparent transparent transparent;
    transform: translateX(-50%);
}
.ab_tab_list.under_tab li.current::before{
    top: -8px;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent #333 transparent;
}
.ab_test_tab{
    display: none;
}
.ab_test_tab.show{
    display: block;
}
/* 共通
------------------------------------------- */
.mv_wrap{
    background: #fff;
    padding: 0 15px 30px;
}
.mv_wrap img{
    width: 100%;
    margin: 0 0 15px;
}
.mv_wrap .caution li{
    font-size: 12px;
    display: table;
}
.mv_wrap .caution li span{
    display: table-cell;
    white-space: nowrap;
    padding: 0 10px 0 0;
}
.item_wrap{
    font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    font-size: 15px;
    padding: 10px 15px 30px;
    background: #fff;
}
.item_wrap .caution li{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 50px;
    font-size: 14px;
}
.item_wrap .caution li span{
    position: absolute;
    left: 0;
}
.ct_box .attention li,
.ct_box .attention li p{
    display: table;
}
.ct_box .attention li p:nth-of-type(2),
.ct_box .attention li ul{
    margin: 0 0 0 22px;
}
.ct_box .attention li span,
.ct_box .attention li p span{
    display: table-cell;
}
.ct_box .attention li ul li{
    margin: 0;
}
.ct_box .attention li em{
    font-weight: bold;
    color: #ff9900;
}
/* tab1
------------------------------------------- */
.tab1 h3{
    position: relative;
    background: #dcdddd;
    color: #025eb2;
    margin: 0 0 20px;
    font-weight: bold;
    padding: 10px 10px 10px 100px;
    font-size: 16px;
}
.tab1 h3 span{
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    background: #025eb2;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.tab1 [class*="c1"]{
    padding: 220px 0 0 0;
    margin: 0 0 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
.tab1 [class*="c1"]:last-of-type{
    margin: 0 0 40px;
}
.tab1 .c1_1{
    background-image: url(../images/c1_1.webp);
}
.tab1 .c1_2{
    background-image: url(../images/c1_2.webp);
}
.tab1 .c1_3{
    background-image: url(../images/c1_3.webp);
}
.tab1 .c1_4{
    background-image: url(../images/c1_4.webp);
}
.tab1 .c1_4 + p{
    font-size: 14px;
}
.tab1 .pre{
    margin: 0 0 15px;
    font-size: 14px;
}
.tab1 .pre p:nth-child(1){
    font-weight: bold;
    margin: 0 0 5px;
}
.tab1 .ss:not(.c1_4 .ss){
    padding: 0 0 30px;
    border-bottom: 2px solid #025eb2;
}
.tab1 .ss h4{
    border-top: 1px solid #025eb2;
    border-bottom: 1px solid #025eb2;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    line-height: 120%;
    margin: 0 0 10px;
    font-size: 16px;
}
.tab1 .ss h4 small{
    font-size: 14px;
}
.tab1 .ss table{
    width: 100%;
    margin: 0 0 5px;
}
.tab1 .ss table th{
    font-weight: bold;
}
.tab1 .ss table th:first-child,
.tab1 .ss table td:first-child{
    padding: 0 5px 0 0;
}
.tab1 .ss table th span{
    display: block;
    background: #dcdddd;
    color: #025eb2;
    text-align: center;
    padding: 3px;
}
.tab1 .ss table td{
    color: #025eb2;
    font-weight: bold;
    text-align: center;
}
.tab1 .ss .num{
    font-size: 24px;
}
.tab1 .ss .ans{
    background: #ff9900;
    text-align: center;
    padding: 10px;
    position: relative;
    color: #fff;
    font-size: 16px;
}
.tab1 .ss .ans::before{
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ff9900;
    border-left: 10px solid #ff9900;
}
.tab1 .ss .ans::after{
    content: '';
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #ff9900;
    border-bottom: 10px solid #ff9900;
    border-left: 10px solid transparent;
}
/* tab2
------------------------------------------- */
.tab2 [class*="c2"]{
    border-top: 2px solid #025eb2;
    background-position: center 15px;
    background-repeat: no-repeat;
    margin: 0 0 20px;
}
.tab2 [class*="c2"] em{
    color: #ff9900;
    font-weight: bold;
}
.tab2 [class*="c2"]:last-of-type{
    margin: 0 0 40px;
}
.tab2 h3{
    color: #025eb2;
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: bold;
}
.tab2 [class*="c2"] ul li{
    position: relative;
    padding: 0 0 0 15px;
}
.tab2 [class*="c2"] ul li::before{
    position: absolute;
    left: 0;
    top: 8px;
    content: '';
    width: 5px;
    height: 5px;
    background: #333;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px 0 0;
}
.tab2 table th{ 
    width: 70px;
    vertical-align: top;
}
.tab2 table th::before{
    content: '';
    width: 11px;
    height: 11px;
    background-color: #333;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px 0 0;
}
.tab2 .c2_1{
    background-image: url(../images/c2_1.webp);
    padding: 153px 0 0 0;
}
.tab2 .c2_2{
    background-image: url(../images/c2_2.webp);
    padding: 175px 0 0 0;
}
.tab2 .c2_3{
    background-image: url(../images/c2_3.webp);
    padding: 132px 0 0 0;
}
.tab2 .c2_4{
    background-image: url(../images/c2_4.webp);
    padding: 127px 0 0 0;
}
.tab2 .c2_5{
    background-image: url(../images/c2_5.webp);
    padding: 143px 0 0 0;
}
.tab2 .c2_6{
    background-image: url(../images/c2_6.webp);
    padding: 123px 0 0 0;
}
/* tab3
    ------------------------------------------- */
.tab3 h3{
    font-size: 20px;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.tab3 table{
    margin: 0 0 20px;
}
.tab3 table th,
.tab3 table td{
    padding: 10px;
    border-right: 2px dotted #025eb2;
    text-align: center;
    color: #025eb2;
    font-weight: bold;
}
.tab3 table.pt1 tr:nth-child(3n+1) th,
.tab3 table.pt1 tr:nth-child(3n+1) td{
    background: #ff9900;
    color: #fff;
    border-color: #fff;
}
.tab3 table.pt2 tr:nth-child(3n+1) th,
.tab3 table.pt2 tr:nth-child(3n+1) td{
    background: #025eb2;
    color: #fff;
    border-color: #fff;
}
.tab3 table td:last-child{
    border: none;
}
.tab3 table tr:nth-child(3n+2) th,
.tab3 table tr:nth-child(3n+2) td{
    background: #e2e2e2;
}
.tab3 .table_note{
    font-size: 14px;
    text-align: right;
    margin: 0 0 20px;
}
.tab3 .ex_title{
    color: #025eb2;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 18px;
}
.tab3 .pre{
    margin: 0 0 15px;
}
.tab3 .pre p:nth-of-type(1){
    color: #fff;
    border-bottom: 30px solid #025eb2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative;
}
.tab3 .pre p:nth-of-type(1) span{
    position: absolute;
    width: 100%;
    line-height: 30px;
    text-align: center;
}
.tab3 .pre p:nth-of-type(2){
    border: 2px solid #025eb2;
    text-align: center;
    font-weight: bold;
    color: #025eb2;
    line-height: 1.4;
    padding: 5px;
    line-height: 1.2;
}
.tab3 .pre p:nth-of-type(2) span{
    display: block;
    font-size: 26px;
}
.tab3 .ss{
    border: 1px solid #025eb2;
    padding: 10px;
    text-align: center;
}
.tab3 .ss [class*="pt"] p{
    padding: 10px;
}
.tab3 .ss p:nth-of-type(1){
    font-weight: bold;
    font-size: 16px;
}
.tab3 .ss p:nth-of-type(1) em{
    color: #ff9900;
    font-weight: bold;
}
.tab3 .ss p:nth-of-type(2){
    background: #dcdddd;
    color: #025eb2;
}
.tab3 .ss p:nth-of-type(3) {
    font-size: 32px;
    color: #025eb2;
    line-height: 1;
}
.tab3 .ss p:nth-of-type(4){
    color: #fff;
}
.tab3 .ss p:nth-of-type(4) em{
    font-size: 22px;
    font-weight: bold;
}
.tab3 .ss .pt1{
    padding: 0 0 30px;
    border-bottom: 2px solid #025eb2;
}
.tab3 .ss .pt1 p:nth-of-type(4){
    background: #ff9900;
}
.tab3 .ss .pt2 p:nth-of-type(4){
    background: #025eb2;
}
.tab3 .ss p .price{
    font-size: 38px;
    font-weight: bold;
    line-height: 1.2;
}
/* PC
------------------------------------------- */
@media screen and (min-width: 768px){
    .ab_tab_list.under_tab{
        margin: 0 0 60px;
    }
    .mv_wrap{
        padding: 0 0 80px;
    }
    .item_wrap{
        padding: 10px 0 60px;
    }
    .tab1 [class*="c1"]{
        display: flex;
        padding: 0 0 0 250px;
        background-position: center left;
    }
    .tab1 .pre{
        width: 33%;
        margin: 0 3% 0 0;
    }
    .tab1 .ss{
        width: 65%;
    }
    .tab1 .ss:not(.c1_4 .ss){
        border: none;
        padding: 0;
    }
    .tab1 .ss h4{
        font-size: 18px;
    }
    .tab1 .ss table th span{
        font-size: 16px;
    }
    .tab1 .ss .num{
        font-size: 27px;
    }
    .tab2 [class*="c2"]{
        background-position: center left;
        padding: 30px 0 10px 180px;
    }
    .tab2 [class*="c2"]:last-of-type{
        margin: 0 0 60px;
    }
    .tab3 table{
        font-size: 17px;
    }
    .tab3 table th,
    .tab3 table td{
        padding: 20px;
    }
    .tab3 .ex_wrap{
        display: flex;
        gap: 40px;
    }
    .tab3 .pre{
        width: 150px;
    }
    .tab3 .pre p:nth-of-type(2) span{
        font-size: 32px;
    }
    .tab3 .ss {
        flex: 1;
    }
    .tab3 .ss p{
        display: table-cell;
        vertical-align: middle;
    }
    .tab3 .ss [class*="pt"]{
        display: table;
        width: 100%;
    }
    .tab3 .ss .pt1{
        margin: 0 0 10px;
        padding: 0;
        border: none;
    }
    .tab3 .ss p .price{
        font-size: 48px;
    }
    .tab3 .ss p:nth-of-type(1){
        font-size: 19px;
    }
}
@media screen and (max-width: 568px){
    .tab3 table{
        width: 600px;
    }
    .tab3 .sc_wrap{
        overflow: auto;
        border-top: 1px solid #bbb;
        border-bottom: 1px solid #bbb;
        padding: 10px 0;
        margin: 0 0 20px;
    }
    .tab3 .sc_note{
        font-size: 12px;
        color: #626262;
    }
}
@media screen and (min-width: 568px){
    .tab3 table{
        width: 100%;
    }
    .tab3 .sc_note{
        display: none;
    }
    .tab3 .sc_wrap{
        border: 0;
        padding: 0;
    }
}
@media screen and (min-width: 768px) and (max-width: 1040px){
    .main_heading {
        margin: 0 0 20px;
    }
}