@charset "UTF-8";

body{
     font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', Verdana, Arial, Helvetica, sans-serif; 

}



#contents.price {
    padding-top: 120px;
}
.price_caution p {
    margin-bottom: 5px;
    line-height: 1.5;
}
.titstyle {
    font-size: 280%;
    line-height: 1;
    font-weight: bold;
    color: #e3000e;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.titstyle.info {
    font-size: 200%;
    line-height: 1.3;
    font-weight: bold;
    color: #e3000e;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

.titstyle span {
    display: inline-block;
    padding: 0 9px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.titstyle span.gray {
    background: #f5f5f5;
}

.titstyle:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #c7c7c7;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

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);
}

.price h2 {
    margin-bottom: 20px;
    padding: 10px 10px;
    background: #ffffbc;
    font-size: 210%;
    font-weight: bold;
    text-align: center;
    color: #e62210;
    border-top: 1px solid #e62210;
    border-bottom: 1px solid #e62210;
}

/*---------------------------------------------------*/
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: 90%;
    line-height: 1;
    padding: 8px 3px 8px 3px;
    border: 1px solid #bbb;
    background: #fff;
    text-align: center;
}



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%;
    width: 100px;
    text-align: center;
}

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

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

table.price_data td.price.techno_waribiki {
    font-weight: bold;
    color: #0092ff;
}

table.price_data td.price.safety_waribiki {
    color: #ff0012;
    font-weight: bold;
}

table.price_data td.max_price {
    font-size: 130%;
    padding: 10px 2px;
    text-align: center;
    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: 110%;
}

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: 110%;
}

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

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

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

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

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

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

section.pack h3 span.plus {
    position: absolute;
    top: 10px;
    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: 10px;
    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;
    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;
    margin-bottom: 20px;
}

section.pack .price_box .left p.price {
    font-size: 430%;
    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: 100%;
    line-height: 1.5;
}

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 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 15px;
    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;
}
    table.price_data td.price {
        padding: 5px;
        text-align: center;
        font-size: 120%;
    }
/*スマホ-----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
    .titstyle {
        font-size: 180%;
    }
    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%;
    }
    .price h2 {
        font-size: 110%;
        margin-bottom: 15px;
    }
table.price_data {
    width: 99%;
    margin: 0px auto;
    margin-bottom:30px;
    border: none;
}
    table.price_data td.name.kihon {
        width: 10px;
        font-size: 90%;
    }
    table.price_data td.name {
        font-size: 70%;
    }
    table.pack_shaken td.m_techno {
        width: 33%;
        font-size: 80%;
    }
    table.pack_shaken td.m_safe {
        width: 33%;
        font-size: 80%;
    }
/*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: 110%;
        line-height: 1.4;
        text-align: center;
    }

    section.pack .price_box .left p.price {
        margin-bottom: 20px;
        font-size: 315%;
        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: 120%;
        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%;
        line-height: 1.4;
    }    
}