@charset "UTF-8";

/* CSS Document */
/*KOBAC-PRICE----------------------------------------------*/
.menubox ul li {
    display: block;
    margin-bottom: 30px;
    color: #333;
    border-radius: 10px;
    border: 2px solid #0092ff;
}

.menubox ul li span {
    display: block;
}

.menubox ul li span {
    display: block;
    font-size: 65%;
    color: #fff;
}

.menubox ul li span.ttl {
    font-size: 180%;
    line-height: 1.2;
    font-weight: bold;
    padding: 10px 8px 10px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    background: #0092ff;
    color: #fffd00;
}

.menubox ul li span.desc {
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
    background: #0092ff20;
    font-size: 120%;
    line-height: 1.5;
}

.menubox ul li span.time {
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    padding: 10px 8px;
    text-align: center;
    background: #0092ff;
    color: #fff;
}

.menubox ul li p {
    padding: 5px 0px;
    font-size: 90%;
}

.menubox ul li.techno span.desc {
    color: #0576ca;
}

.menubox ul li.safe span.ttl {
    background: #ff0012;
}

.menubox ul li.safe {
    border: 2px solid #ff0012;
}

.menubox ul li.safe span.time {
    background: #ff0012;
}

.menubox ul li.safe span.desc {
    color: #da0413;
    background: #ff001210;
}

@media screen and (min-width: 768px) {
    .menubox ul {
        width: 95%;
        margin: 0px auto;
    }

    .menubox ul li {
        flex: 1;
    }
}

.cras_bnr {
    margin-bottom: 10px;
}

.pricettl {
    overflow: hidden;
    margin-bottom: 10px;
}

.pricettl .txt {
    float: left;
    width: 68%;
}

.pricettl .txt h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: #999 2px dotted;
}

.pricettl .txt p {
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .pricettl .txt h3 {
        font-size: 36px;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    .pricettl .txt p {
        font-size: 16px;
    }
}

.pricettl .img {
    float: right;
    width: 25%;
    text-align: right;
}

table.price_data {
    width: 100%;
    margin-bottom: 30px;
    border-spacing: 1px;
    border-collapse: collapse;
    text-align: center;
    border: 1px solid #bbb;
}

table.price_data th,
table.price_data td {
    font-size: 100%;
    line-height: 1;
    padding: 8px 3px 8px 3px;
    border: 1px solid #bbb;
    background: #fff;
}

table.price_data th.course {
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #f00;
    background: #fffc6b;
}

table.price_data th.car {
    padding: 5px;
    text-align: center;
    background: #eee;
    font-size: 70%;
    line-height: 120%;
    width: 150px;
}

table.price_data th.name {
    font-size: 70%;
    line-height: 1;
    text-align: left;
    text-align: center;
    background: #eee;
    vertical-align: middle;
}

table.price_data th.max {
    background: #FFFF00;
    color: #FF0004;
    text-align: center;
    font-size: 90%;
    line-height: 1.0;
}

table.price_data td.name {
    /* text-align: left; */
    vertical-align: middle;
    background: #F1F1F1;
    font-weight: normal;
}

table.price_data td.name.kihon {
    background: #3db96f;
    color: #fff;
    font-size: 100%;
}

table.price_data td.name.anshin {
    background: #fcb718;
    color: #fff;
    font-size: 100%;
}

table.price_data td.name.free {
    background: #fc1867;
    color: #fff;
    font-size: 100%;
}

table.price_data td.max_price {
    font-size: 110%;
    /*width: 100px;*/
    padding: 3px 2px;
    text-align: right;
    color: #f00;
    background: #FFFF00;
    font-weight: bold;
}

table.price_data td.total_price {
    font-size: 90%;
    text-align: right;
    padding: 3px 2px;
    text-align: right;
}

table.price_data td.m_quick {
    line-height: 100%;
    width: 30%;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #f19601;
    font-size: 70%;
}

table.price_data td.m_techno {
    line-height: 100%;
    width: 30%;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #0092ff;
    font-size: 70%;
}

table.price_data td.m_safe {
    line-height: 100%;
    width: 30%;
    padding: 5px 0;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: #ff0012;
    font-size: 70%;
}

p.notice {
    font-size: 70%;
}

.osusume {
    position: relative;
}

.osusume_img {
    position: absolute;
    top: -100%;
    right: 27%;
}

@media screen and (max-width: 960px) {
    .osusume_img {
        top: -85%;
        right: 27%;
    }
}

@media screen and (max-width: 768px) {
    .osusume_img {
        top: -60px;
        right: 0%;
    }

    .price .pack_shaken_table h2 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    .osusume_img {
        top: -90%;
        right: 0%;
    }

    .osusume_img img {
        min-width: 100px;
    }
}

@media screen and (min-width: 768px) {
    table.price_data td {
        font-size: 90%;
        font-weight: bold;
        padding: 5px 5px;
    }

    table.price_data td.car img {
        width: 80%;
    }

    table.price_data td.price {
        padding: 10px 5px;
        text-align: center;
        font-size: 110%;
        line-height: 1;
    }

    table.price_data td.discount {
        text-align: center;
        background: rgb(253, 255, 171);
        font-size: 100%;
    }

    table.price_data td.name.discount,
    table.price_data td.name.max {
        text-align: left;
        font-size: 16px;
        font-weight: bold;
    }

    table.price_data td.max {
        background: #FFFF00;
        color: #FF0004;
        text-align: center;
        font-size: 140%;
        line-height: 1.2;
    }

    table.price_data td.total_price {
        font-size: 18px;
        text-align: center;
        background: #EEE;
    }

    table.price_data td.max_price {
        font-size: 150%;
        padding: 10px 5px;
        text-align: center;
        font-weight: bold;
    }

    table.price_data td.m_quick,
    table.price_data td.m_techno,
    table.price_data td.m_safe {
        font-size: 120%;
        height: 50px;
        padding: 10px;
    }
}

/*pack_shaken------------------------------------------------------*/
table.pack_shaken td.shaken {
    width: 25%;
    padding: 5px 5px;
    background-color: #ff9915;
    color: #fff;
    font-size: 120%;
}

table.pack_shaken td.m_safe {
    line-height: 100%;
    width: 20%;
    padding: 5px 5px;
    font-size: 110%;
}

table.pack_shaken td.m_techno {
    line-height: 100%;
    width: 25%;
    padding: 5px 5px;
    font-size: 110%;
}

table.pack_shaken td.shaken_yes {
    background: #fff5d1;
    font-size: 140%;
}

table.pack_shaken td.techno_yes {
    background: #dbecff;
    font-size: 140%;
}

table.pack_shaken td.safety_yes {
    background: #ffe2df;
    font-size: 140%;
}

table.pack_shaken td.no {
    background: #e7e7e7;
}

/*SF------------------------------------------------------------------*/
#conts h2.sf {
    color: #f9ff00;
    background: #318a2d;
}

table.sf td.tit {
    width: 50%;
    color: #fff;
    background: #328d2e;
}

@media screen and (min-width: 768px) {
    table.sf {
        table-layout: fixed;
    }

    table.price_data.sf th.name {
        width: 15%;
    }

    table.sf td.tit {
        width: auto;
    }
}

/*caution------------------------------------------------------------------*/
.price_caution {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    border-radius: 10px;
    background: #fee0e2;
}

.price_caution ul li {
    margin-bottom: 5px;
    padding-left: 1em;
    text-indent: -1em;
}

.price_caution ul li::before {
    font-weight: bold;
    content: '・';
}

.price_caution p {
    margin-bottom: 5px;
}

/*price------------------------------------------------------------------*/
.btn_price ul li {
    margin-top: 10px;
}

.btn_price ul li:first-child {
    margin-top: 0;
}

/*import---------------------------------------------------------------*/
#conts h2.import {
    color: #f9ff00;
    background: #01244a;
}

table.import td.tit {
    color: #fff;
    background: #01244a;
}

table.import td.price {
    width: 60%;
}

.button_example {
    font-family: arial, helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    display: inline-block;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    text-decoration: none;
    color: #fff !important;
    color: #fff;
    border: 1px solid #e68f8f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0bdbd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0bdbd), to(#f50000));
    background-image: -webkit-linear-gradient(top, #f0bdbd, #f50000);
    background-image: -moz-linear-gradient(top, #f0bdbd, #f50000);
    background-image: -ms-linear-gradient(top, #f0bdbd, #f50000);
    background-image: -o-linear-gradient(top, #f0bdbd, #f50000);
    background-image: linear-gradient(to bottom, #f0bdbd, #f50000);
    text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#F0BDBD, endColorstr=#F50000);
}

/*--------------------------------------------------------------*/
a.button_example {
    color: #fff !important;
}

.button_example:hover {
    color: #fff !important;
    border: 1px solid #dd6a6a;
    background-color: #e79393;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e79393), to(#c20000));
    background-image: -webkit-linear-gradient(top, #e79393, #c20000);
    background-image: -moz-linear-gradient(top, #e79393, #c20000);
    background-image: -ms-linear-gradient(top, #e79393, #c20000);
    background-image: -o-linear-gradient(top, #e79393, #c20000);
    background-image: linear-gradient(to bottom, #e79393, #c20000);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#e79393, endColorstr=#c20000);
}

/*FEATURE_DISCOUNT--------------------------------------------------------------------------*/
div.discount {
    padding: 10px;
    margin: 0 auto 40px auto;
    background: #ff2616;
    border-radius: 10px;
}

div.discount.techno {
    background: #0092FF;
}

div.discount h3 {
    padding: 5px 0px;
    text-align: center;
    font-size: 260%;
    line-height: 1.2;
    color: #FFF;
}

div.discount h3 span {
    font-size: 110%;
    line-height: 1;
    color: #FFF200;
    font-weight: bold;
}

div.discount h3 span span {
    font-size: 140%;
    font-family: 'Heebo', sans-serif;
}

.feature_discount {
    border-top: 1px solid #EEE;
    margin: 0px 0px 3px 0px;
}

.feature_discount ul li {
    position: relative;
    display: block;
}

.feature_discount ul li p.series {
    padding: 5px 15px 5px 15px;
    border-bottom: 1px dotted #CCC;
    background: #FAFAFA;
    text-align: left;
    font-size: 210%;
    line-height: 1;
    font-weight: bold;
    color: #FF1606;
}

.feature_discount ul li p.series span {
    padding: 0px 5px 2px 0px;
    text-align: left;
    font-size: 11px;
    color: #000000;
}

.feature_discount ul li p {
    padding: 10px 0px 10px 0px;
    text-align: left;
    font-size: 30px;
    color: #FF0000;
    overflow: hidden;
}

.feature_discount ul li p span {
    font-size: 16px;
}

ul.yoyakuwaribiki {
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
    background: #FFFFFF;
    border-bottom: 1px solid #AAA;
}

ul.yoyakuwaribiki li {
    width: calc(100% / 3);
}

ul.yoyakuwaribiki li p {
    font-size: 250%;
    line-height: 1;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
}

ul.yoyakuwaribiki li span.price {
    font-size: 80%;
    font-weight: bold;
}

ul.yoyakuwaribiki li span.kikan {
    display: inline-block;
    text-align: center;
    width: 100px;
    margin-right: 10px;
    padding: 6px 5px;
    color: #FFF;
    background: #717171;
    border-radius: 5px;
    font-size: 40%;
    vertical-align: middle;
}

div.waribiki {
    background: #FFF;
    display: flex;
    /*横並び*/
    align-items: center;
    /*天地センター*/
    flex-wrap: wrap;
    justify-content: flex-start;
    border-bottom: 1px solid #AAA;
}

div.waribiki p {
    width: calc(100% / 3);
}

div.waribiki p.name {
    width: 320px;
    padding: 5px 0px 5px 10px;
    background: #FFF;
    text-align: left;
    font-size: 210%;
    line-height: 1.2;
    font-weight: bold;
    color: #FF1606;
}

div.waribiki p.price {
    width: 290px;
    font-size: 320%;
    line-height: 1;
    font-family: 'Heebo', sans-serif;
    font-weight: bold;
    text-align: right;
}

div.waribiki p.txt {
    width: 340px;
    font-size: 90%;
    line-height: 120%;
    text-align: left;
    color: #222;
}

div.waribiki p.price span {
    font-size: 70%;
    font-weight: bold;
}

@media screen and (max-width: 960px) {

    /*FEATURE_DISCOUNT--------------------------------------------------------------------------*/
    div.discount {
        width: calc(90% - 10px);
        padding: 5px;
        border-radius: 0px;
    }

    div.discount h3 {
        padding: 5px 5px;
        text-align: center;
        font-size: 110%;
        line-height: 1.2;
        color: #FFF;
    }

    div.discount h3 span {
        font-size: 110%;
        color: #FFF200;
        font-weight: bold;
    }

    div.discount h3 span span {
        font-size: 120%;
    }

    .feature_discount {
        border-top: 1px solid #EEE;
        margin: 0px 0px 3px 0px;
    }

    .feature_discount ul li {
        position: relative;
        display: block;
    }

    .feature_discount ul li p.series {
        padding: 5px 15px 5px 15px;
        text-align: left;
        font-size: 150%;
    }

    .feature_discount ul li p.series span {
        padding: 0px 5px 2px 0px;
        text-align: left;
        font-size: 11px;
        color: #000000;
    }

    .feature_discount ul li p {
        padding: 10px 15px 10px 15px;
        text-align: left;
        font-size: 30px;
    }

    .feature_discount ul li p span {
        font-size: 16px;
    }

    ul.yoyakuwaribiki {
        display: flex;
        /*横並び*/
        align-items: center;
        /*天地センター*/
        flex-wrap: wrap;
        justify-content: flex-start;
        background: #FFFFFF;
    }

    ul.yoyakuwaribiki li {
        width: calc(100% / 1);
    }

    ul.yoyakuwaribiki li p {
        font-size: 250%;
        font-family: 'Heebo', sans-serif;
        font-weight: bold;
    }

    ul.yoyakuwaribiki li span.price {
        font-size: 80%;
        font-weight: bold;
    }

    ul.yoyakuwaribiki li span.kikan {
        display: inline-block;
        text-align: center;
        width: 100px;
        margin-right: 10px;
        padding: 6px 5px;
        color: #FFF;
        background: #717171;
        border-radius: 5px;
        font-size: 40%;
    }

    div.waribiki {
        background: #FFF;
        display: flex;
        /*横並び*/
        align-items: center;
        /*天地センター*/
        flex-wrap: wrap;
        justify-content: space-between;
    }

    div.waribiki p.name {
        padding: 10px 15px 0px 15px;
        width: calc(100% - 30px);
        background: #FFF;
        text-align: left;
        font-size: 170%;
        font-weight: bold;
        color: #FF1606;
    }

    div.waribiki p.price {
        margin: 0px auto;
        padding: 10px 15px 10px 15px;
        width: calc(100% - 30px);
        font-size: 300%;
        font-family: 'Heebo', sans-serif;
        font-weight: bold;
        text-align: right;
    }

    div.waribiki p.txt {
        margin: 0px auto;
        padding: 5px 10px 0px 10px;
        width: calc(100% - 30px);
        font-size: 80%;
        line-height: 120%;
        text-align: left;
        text-indent: 0em;
    }

    div.waribiki p.price span {
        font-size: 70%;
        font-weight: bold;
    }
}

.attention p {
    margin: 0px 20px 5px 20px;
    font-size: 90%;
}

ul.price_btn {
    width: 80%;
    display: flex;
    margin: 0px auto;
    margin-bottom: 50px;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: center;
}

ul.price_btn li {
    width: calc(100% / 2 - 20px);
}

ul.price_btn li a {
    width: 100%;
    text-align: center;
    margin: 0px auto;
    padding: 15px 0px;
    border-radius: 10px;
    cursor: pointer;
    overflow: visible;
    text-decoration: none;
    color: #fff;
    font-size: 140%;
    background: #24a02a;
    display: inline-block;
    top: -2px;
    letter-spacing: 2px;
    position: relative;
    box-shadow: 0px 6px 0 rgba(0, 0, 0, 0.15);
}

ul.price_btn li a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.price_btn li a:hover {
    color: #fefe1d;
    top: 1px;
    background: #e62210;
    box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.45);
}

/*pack-----------------------------------------------------------------*/
section.pack {
    margin-bottom: 20px;
}

section.pack.techno {
    margin-bottom: 75px;
}

section.pack h3 {
    padding: 10px 10px 15px 10px;
    border-radius: 10px 10px 0px 0px;
    background: #2c92ff;
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    position: relative;
    text-align: center;
}

section.pack h3 span.plus {
    position: absolute;
    top: 15px;
    left: 20px;
    padding: 10px 30px;
    border-radius: 50px;
    background: #fffc00;
    color: #686868;
    font-size: 70%;
    line-height: 1;
    font-weight: bold;
}

section.pack h3 span.time {
    position: absolute;
    top: 15px;
    right: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    border: 2px solid #fff;
    background: #0170db;
    color: #ffffff;
    font-size: 70%;
    line-height: 1;
    font-weight: bold;
}

section.pack .price_box {
    display: flex;
    padding: 20px 30px 15px 30px;
    border-left: 2px solid #2c92ff;
    border-right: 2px solid #2c92ff;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    justify-content: center;
    line-height: 1;
    align-items: center;
    gap: 70px;
}

section.pack .price_box .left {
    color: #0076d0;
}

section.pack .price_box .left p {
    font-size: 150%;
    line-height: 1;
}

section.pack .price_box .left p.price {
    font-size: 500%;
    line-height: 1;
}

section.pack .price_box .price span {
    font-size: 50%;
}

section.pack .price_box .right {
    color: #0076d0;
    font-size: 200%;
    line-height: 1.5;
}

section.pack .text_box {
    padding: 0px 30px;
    border-left: 2px solid #2c92ff;
    border-right: 2px solid #2c92ff;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
}

section.pack .text_box h4 {
    padding: 15px 20px 0px 20px;
    border-radius: 10px 10px 0px 0px;
    background: #e4f1fe;
    font-weight: bold;
    font-size: 160%;
    line-height: 1;
    width: fit-content;
    color: #2270db;
}

section.pack .text_box h5 {
    padding: 10px;
    color: #e62210;
    font-weight: bold;
}

section.pack .text_box p {
    width: calc(100% - 30px);
    padding: 10px 15px;
    background: #e4f1fe;
    font-weight: bold;
    font-size: 110%;
}

section.pack .text_box p span {
    color: #0076d0;
}

section.pack .notice_box {
    padding: 10px 30px;
    border-left: 2px solid #2c92ff;
    border-right: 2px solid #2c92ff;
    border-bottom: 2px solid #2c92ff;
    font-style: normal;
    font-size: 80%;
}

/*---------------------------------------------------------------*/
section.pack.safety {
    position: relative;
}

section.pack.safety .osusume_img {
    position: absolute;
    top: -65px;
    left: 0;
    z-index: 1;
}

section.pack.safety h3 {
    background: #fd504d;
}

section.pack.safety h3 span.time {
    background: #e62210;
}

section.pack.safety .price_box {
    border-left: 2px solid #fd504d;
    border-right: 2px solid #fd504d;
}

section.pack.safety .price_box .left {
    color: #e62210;
}

section.pack.safety .price_box .price span {
    font-size: 50%;
}

section.pack.safety .price_box .right {
    color: #e62210;
}

section.pack.safety .text_box {
    padding: 0px 30px;
    border-left: 2px solid #fd504d;
    border-right: 2px solid #fd504d;
    font-style: normal;
    display: flex;
    flex-wrap: wrap;
}

section.pack.safety .text_box h4 {
    background: #fff9df;
    color: #e62210;
}

section.pack.safety .text_box h5 {
    padding: 10px;
    color: #686464;
    font-size: 120%;
    line-height: 1.5;
    font-weight: bold;
}

section.pack.safety .text_box p {
    background: #fff9df;
}

section.pack.safety .text_box p span {
    color: #e62210;
}

section.pack.safety .notice_box {
    border-left: 2px solid #fd504d;
    border-right: 2px solid #fd504d;
    border-bottom: 2px solid #fd504d;
}

/*------------------------------------------------------------------------------*/
.shaken1man {
    margin-bottom: 80px;
    padding: 30px;
    border: 4px solid #ff9915;
    border-radius: 20px;
}

.shaken1man h2 {
    margin-bottom: 0px;
    padding: 0px;
    background: #fff;
    font-size: 260%;
    font-weight: bold;
    text-align: center;
    color: #ff9915;
    border: none;
}

.shaken1man .price_box {
    display: flex;
    padding: 0px 0px 15px 0px;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    justify-content: center;
    line-height: 1;
    align-items: center;
    gap: 30px;
}

.shaken1man .price_box p {
    font-size: 130%;
    line-height: 1;
}

.shaken1man .price_box p.price {
    font-size: 630%;
    line-height: 1;
    color: #e62210;
}

.shaken1man .price_box p.price span {
    font-size: 50%;
}

.shaken1man .price_box p.price span span {
    font-size: 50%;
}

.shaken1man h3 {
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #ff9915;
    font-size: 120%;
    font-weight: normal;
    text-align: left;
    color: #fff;
}

.shaken1man p.text {
    margin-bottom: 30px;
}

.shaken1man p.img {
    text-align: center;
    margin-bottom: 20px;
}

.shaken1man p.img img {
    width: 70%;
}

.shaken1man .pack_icon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    margin-bottom: 30px;
}

.shaken1man .pack_icon dl {
    width: calc(100% / 6 - 10px - 13px);
    padding: 5px;
    text-align: center;
    border-radius: 10px;
    border: 2px solid #ff9915;
}

.shaken1man .pack_icon dl dt img {
    width: 80%;
}

.shaken1man .pack_icon dl dd {
    font-size: 90%;
}

/*スマホ-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    ul.price_btn {
        width: 80%;
        margin-bottom: 10px;
    }

    ul.price_btn li {
        width: calc(100% / 1 - 20px);
        margin-bottom: 20px;
    }

    ul.price_btn li a {
        padding: 10px 0px;
        font-size: 100%;
    }

    /*pack-----------------------------------------------------------------*/
    section.pack {
        width: 95%;
        margin: 0px auto;
        margin-bottom: 20px;
    }

    section.pack h3 {
        padding: 10px 10px 15px 10px;
        border-radius: 10px 10px 0px 0px;
        font-size: 150%;
        text-align: center;
        position: static;
    }

    section.pack h3 span.plus {
        width: 80%;

        margin: 0px auto;
        position: static;
        padding: 10px 30px;
        border-radius: 50px;
        font-size: 70%;
        line-height: 1;
        font-weight: bold;
        display: block;
    }

    section.pack h3 span.time {
        width: 60%;
        display: block;
        margin: 0px auto;
        position: static;
        padding: 10px 30px;
        border-radius: 10px;
        font-size: 70%;
        line-height: 1;
        font-weight: bold;
    }

    section.pack .price_box {
        display: block;
        padding: 15px 20px 15px 20px;
        line-height: 1;
        align-items: center;
        gap: 70px;
    }


    section.pack .price_box .left p {
        font-size: 131%;
        line-height: 1;
        text-align: center;
    }

    section.pack .price_box .left p.price {
        margin-bottom: 20px;
        font-size: 400%;
        line-height: 1;
    }

    section.pack .price_box .price span {
        font-size: 50%;
    }

    section.pack .price_box .right {
        font-size: 130%;
        line-height: 1.3;
        text-align: center;
    }

    section.pack .text_box {
        padding: 0px 20px;
        display: flex;
        flex-wrap: wrap;
    }

    section.pack .text_box h4 {
        font-size: 125%;
        line-height: 1;
    }

    section.pack .text_box h5 {
        padding: 10px;
        color: #e62210;
        font-weight: bold;
        background: #fff9df;
    }

    section.pack .text_box p {
        font-size: 85%;
    }

    section.pack .notice_box {
        padding: 10px 20px;
        font-style: normal;
        font-size: 80%;
    }

    /*---------------------------------------------------------------*/
    section.pack.safety .price_box .price span {
        font-size: 50%;
    }

    section.pack.safety .text_box {
        padding: 0px 15px;
        font-style: normal;
        display: flex;
        flex-wrap: wrap;
    }

    section.pack.safety .text_box h5 {
        padding: 10px;
        color: #686464;
        font-size: 120%;
        line-height: 1.5;
        font-weight: bold;
    }


    section.pack.safety .text_box p span {
        color: #e62210;
    }

    /*------------------------------------------------------------------------------*/
    .shaken1man {
        width: calc(95% - 30px - 10px);
        margin: 0px auto;
        margin-bottom: 80px;
        padding: 15px;
        border-radius: 15px;
    }

    .shaken1man h2 {
        font-size: 150%;
        margin-bottom: 20px;
    }

    .shaken1man .price_box {
        display: block;
        padding: 0px 0px 15px 0px;
        line-height: 1.2;
        align-items: center;
    }

    .shaken1man .price_box p {
        font-size: 130%;
        line-height: 1;
        text-align: center;
    }

    .shaken1man .price_box p.price {
        font-size: 400%;
        line-height: 1;
        text-align: center;
    }

    .shaken1man .price_box p.price span {
        font-size: 50%;
    }

    .shaken1man .price_box p.price span span {
        font-size: 50%;
    }

    .shaken1man h3 {
        margin-bottom: 10px;
        padding: 5px 10px;
        font-size: 110%;
    }

    .shaken1man p.text {
        margin-bottom: 10px;
        font-size: 90%;
    }

    .shaken1man p.img {
        text-align: center;
        margin-bottom: 20px;
    }

    .shaken1man p.img img {
        width: 90%;
    }

    .shaken1man .pack_icon {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 10px 5px;
        margin-bottom: 30px;
    }

    .shaken1man .pack_icon dl {
        width: calc(100% / 3 - 5px - 13px);
        padding: 5px;
        text-align: center;
        border-radius: 10px;
    }

    .shaken1man .pack_icon dl dt img {
        width: 80%;
    }

    .shaken1man .pack_icon dl dd {
        font-size: 70%;
        line-height: 1.2;
    }

    /*pack_shaken------------------------------------------------------*/

    table.price_data td.max_price {
        font-size: 80%;
    }


    table.pack_shaken td {
        font-size: 80%;
        padding: 3px;
        line-height: 1.3;
    }

    table.price_data td.name {
        background: #F1F1F1;
        font-size: 70%;

    }

    table.price_data td.name.kihon {
        width: 20px;
        font-size: 100%;
    }

    table.pack_shaken td.shaken {
        width: 20%;
        font-size: 90%;
    }

    table.pack_shaken td.m_safe {
        width: 22%;
        font-size: 80%;
    }

    table.pack_shaken td.m_techno {
        width: 24%;
        font-size: 80%;
    }

    table.pack_shaken td.shaken_yes {
        font-size: 110%;
    }

    table.pack_shaken td.techno_yes {
        font-size: 110%;
    }

    table.pack_shaken td.safety_yes {
        font-size: 110%;
    }
}

/* 初コバ */
table.price_data th.car.safety_car {
    background: #ffe3e0;
}

table.price_data th.car.safety_car img {
    display: block;
    width: 80%;
    margin: 0 auto;
}

.hatsukoba_price table.price_data td.m_safe {
    width: 50%;
}

.hatsukoba_price table.price_data td.max_price {
    font-size: 100%;
    text-align: center;
}