/* toggle_btn */
/* -------------------------------------------------------- */

.toggle_btn span{
    background-color: #000000;
}

.open .toggle_btn span{
    background-color: #ffffff;
}

/* main */
/* -------------------------------------------------------- */

#main .gray_area {
    margin-top: 0;
    text-align: left;
}

#main .price_table {
    width: 100%;
    text-align: left;
    margin-bottom: 100px;
}

#main .price_table .tab{
    display: none;
}

#main .price_table table tr td.price.tab{
    display: none;
}

#main .price_table .table_title {
    font-size: 1.75em;
    max-height: 40px;
    padding-left: 20px;
    border-left: 10px solid #595757;
    margin-bottom: 6px;
    margin-left: 5px;
}

#main .price_table .line {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #595757;
    margin-bottom: 50px;
}

#main .price_table table {
    width: 90%;
    margin: 0 auto;
}

#main .price_table table.table_sp {
    display: none;
}

#main .price_table table tr th {
    width: calc(250px - 22px);
    background-color: #F0F3F4;
}

#main .price_table table tr td.price {
    width: calc(160px - 22px);
}

#main .price_table table tr th,
#main .price_table table tr td {
    padding: 20px 0px 20px 21px;
}

#main .price_table table tr th.title_tab{
    display: none;
}

#main .concept_zooms {
    background-color: #f0f3f4;
    padding: 38px 0 27px;
}

#main .concept_zooms .tab{
    display: none;
}

#main .concept_zooms .zoom_top {
    margin-bottom: 36px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#main .concept_zooms .zoom_top .concept_zoom_top_title {
    font-size: 1.5em;
    color: #9e2428;
    border-bottom: 2px dashed #9e2428;
}

#main .concept_zooms .zoom_top .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 12px;
    padding-top: 30px;
}

#main .concept_zooms .zoom_top .flex .zoom_left {
    position: relative;
    width: 338.6314px;
    text-align: left;
}

#main .concept_zooms .zoom_top .flex .zoom_left>img {
    width: 240.944px;
}

#main .concept_zooms .zoom_top .flex .zoom_left .abs {
    display: block;
    width: 114.82px;
    position: absolute;
    top: 0;
    right: 20px;
    transform: rotateZ(50deg);
}

#main .concept_zooms .zoom_top .flex .zoom_right {
    margin-left: 34px;
}

#main .concept_zooms .zoom_top .flex .zoom_right .zoom_text {
    text-align: left;
}

#main .concept_zooms .zoom_bottom {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

#main .concept_zooms .zoom_bottom .concept_zoom_bottom_title {
    font-size: 1.5em;
    color: #9e2428;
    border-bottom: 2px dashed #9e2428;
}

#main .concept_zooms .zoom_bottom .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 12px;
    padding-top: 30px;
}

#main .concept_zooms .zoom_bottom .flex .zoom_left {
    text-align: left;
}

#main .concept_zooms .zoom_bottom .flex .zoom_left .zoom_text {
    font-size: 0.875em;
}

#main .concept_zooms .zoom_bottom .flex .zoom_right img {
    width: 240px;
}

@media screen and (max-width: 1000px) {
    /* main */
    /* -------------------------------------------------------- */

    #main .price_table {
        margin-bottom: 10vw;
    }

    #main .price_table .table_title {
        font-size: max(2.52vw, 14px);
        max-height: 4vw;
        padding-left: 2vw;
        border-left: 1vw solid #595757;
        margin-bottom: 0.6vw;
        margin-left: 0.5vw;
    }

    #main .price_table .line {
        margin-bottom: 5vw;
    }

    #main .price_table table tr th {
        width: calc(25vw - 2.2vw);
    }

    #main .price_table table tr td.price {
        width: calc(18vw - 2.2vw);
    }

    #main .price_table table tr th,
    #main .price_table table tr td {
        padding: 2vw 2vw 2vw 2.1vw;
    }

    #main .concept_zooms {
        padding: 3.8vw 0 2.7vw;
    }

    #main .concept_zooms .zoom_top {
        margin-bottom: 3.6vw;
    }

    #main .concept_zooms .zoom_top .concept_zoom_top_title {
        font-size: max(2.16vw, 14px);
        border-bottom: 0.2vw dashed #9e2428;
    }

    #main .concept_zooms .zoom_top .flex {
        padding: 0 1.2vw;
        padding-top: 3vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left {
        width: 33.86314vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left>img {
        width: 24.0944vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left .abs {
        width: 11.482vw;
        right: 2vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_right {
        margin-left: 3.4vw;
    }

    #main .concept_zooms .zoom_bottom .concept_zoom_bottom_title {
        font-size: max(2.16vw, 14px);
        border-bottom: 0.2vw dashed #9e2428;
    }

    #main .concept_zooms .zoom_bottom .flex {
        padding: 0 1.2vw;
        padding-top: 3vw;
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_left .zoom_text {
        font-size: max(1.26vw, 12px);
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_right img {
        width: 24vw;
    }

}

@media screen and (max-width: 740px) {
    #main .price_table .tab{
        display: table-cell;
    }

    #main .price_table .pc{
        display: none;
    }
}

@media screen and (max-width: 727px) {
    #main .concept_zooms{
        margin: 0 calc(50% - 50vw);
    }
}

@media screen and (max-width: 650px) {
    #main .price_table table tr th.title_pc{
        display: none;
    }

    #main .price_table table tr th.title_tab{
        display: table-cell;
    }
}

@media screen and (max-width: 600px) {
    #main .concept_zooms .zoom_bottom .flex{
        flex-direction: column-reverse;
        align-items: unset;
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_right img{
        width: 240px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 597px) {
    #main .concept_zooms .tab{
        display: block;
        width: 52vw;
    }

    #main .concept_zooms .pc{
        display: none;
    }

}

@media screen and (max-width: 590px) {
    #main .concept_zooms .zoom_top .flex .zoom_left .abs{
        right: -2vw;
    }
}

@media screen and (max-width: 550px) {
    #main .price_table table tr td.price.tab{
        display: table-cell;
    }

    #main .price_table table tr td.price.pc{
        display: none;
    }

}

@media screen and (max-width: 500px) {
    #main .gray_area{
        padding: 1.1vw 5vw;
        width: calc(100% - 10vw);
    }

    #main .gray_area .gray_area_text{
        width: 100%;
        font-size: max(3.2vw, 12px);
    }

    #main .price_table .table_title{
        font-size: max(5.6vw, 16px);
        max-height: none;
        border-left: 2vw solid #004098;
    }

    #main .price_table table {
        display: none;
    }

    #main .price_table table.table_sp {
        display: table;
        width: 100%;
        margin-bottom: 3vw;
        font-size: max(3.2vw, 12px);
    }

    #main .price_table table tr th, #main .price_table table tr{
        min-height: 6.3vw;
    }

    #main .price_table table tr th, #main .price_table table tr td{
        padding: 2vw 5vw;
    }

    #main .concept_zooms{
        margin: 0;
    }

    #main .concept_zooms .zoom_top .concept_zoom_top_title, #main .concept_zooms .zoom_bottom .concept_zoom_bottom_title{
        font-size: max(5vw, 16px);
        line-height: 1.3;
    }

    #main .concept_zooms .zoom_top .flex{
        flex-direction: column;
        align-items: center;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left{
        width: 80%;
        margin-bottom: 4vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left>img{
        width: 50.0944vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_left .abs{
        width: 20.482vw;
        right: -2vw;
    }

    #main .concept_zooms .zoom_top .flex .zoom_right .zoom_text{
        width: 100%;
        font-size: max(3.2vw, 12px);
    }

    #main .concept_zooms .zoom_bottom .flex .zoom_left .zoom_text{
        font-size: max(3vw, 12px);
    }

}