p.SH_ttl1 {
    font-weight: bold;
    padding: 10px 0 10px 0;
    text-align: center;
    margin: 0 0 20px 0;
    border: solid 2px;
    font-size: 18px;
}

p.SH_ttl1_mt {
    margin-top: 20px;
}

p.SH_ttl2 {
    font-weight: bold;
    padding: 14px 0 14px 0;
    color: #fff;
    text-align: center;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    font-size: 120%;
}

@media screen and (max-width: 640px) {

    p.SH_ttl1,
    p.SH_ttl2 {
        margin-top: 50px;
    }
}

div.SH_point_dd {
    margin-top: 1em;
    margin-bottom: 0.5em;
    background-color: #E2EFD9;
    width: 100%;
    border: solid 1px #385623;
}

div.SH_point_dd div.SH_point_head {
    background-color: #008974;
    width: 100%;
    padding: 0.5em 1em;
}

a.line-link {
    display: inline !important;
}

img.SH_point-link {
    width: 210px;
}

div.line_link {
    display: flex;
    max-width: 100%;
    height: auto;
    margin: 30px 0 30px 0;
}

div.line_next {
    margin-left: auto;
    display: table;
    border-collapse: separate;
    border-spacing: 5px 0;
}

div.line_next a{
    text-align: right;
}

div.line_link>div.line_back_menu>a {
    text-decoration: none;
    display: block;
    color: #000 !important;
    padding: 5px 10px;
    border-radius: 1em;
    background: #fff;
    border: solid 2px #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.line_link>div.line_next>a {
    text-decoration: none;
    display: block;
    color: #000 !important;
    padding: 5px 10px;
    border-radius: 1em;
    background: #fff;
    border: solid 2px #000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div.line_link>div.line_back_menu>a:hover {
    color: #fff !important;
    background-color: #a9a9a9;
}

div.line_link>div.line_next>a:hover {
    background-color: #DEEAF6;
}

div.line_next>a>span {
    display: table-cell;
    vertical-align: middle;
}


/* 20221017追加 */

p.SH_ttl1.mgt0 {
    margin-top: 0;
}

p.SH_ttl2.mgt0 {
    margin-top: 0;
}

.mt60 {
    margin-top: 60px;
}

.m0202_flex_box {
    display: flex;
    justify-content: space-between;
    width: 71%;
    margin: 20px auto;
}

.w42 {
    width: 42%;
    text-align: center;
}

.w43 {
    width: 43%;
    margin: 20px auto;
}

.flex_box.wrap {
    flex-wrap: wrap;
}

.line-bottom {
    border-bottom: solid 2px #B0B0B0;
}

@media screen and (max-width: 768px) {
    #m_02_02 div.SH_st_screen {
        margin-top: 0;
    }

    .m0202_flex_box {
        width: 81%;
    }

    .w43 {
        width: 220px;
    }

    div.line_next.sp a {
        padding-right: 1em !important;
        text-align: right;
        position: relative;
    }

    div.line_next.sp span {
        position: absolute;
        right: 0.25em;
        top: 50%;
        transform: translateY(-50%);
    }

    .line-bottom {
        border-bottom: none;
    }
}

.line-top {
    border-top: solid 2px #B0B0B0;
}
#products_case {
    padding: 100px 50px 140px 50px;
    margin: 50px auto 20px;
    background-color: #8D9BC1;
    border-radius: 40px;
}
#products_case h2 {
    font-size: 42px;
    color: #02275b;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0.8em;
}
.btn_unit {
    width: 50.5%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 5%;
    padding: 0;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
    #products_case {
        padding: 10vw 5vw 14vw 5vw;
        margin: 5vw auto 2vw;
        border-radius: 4vw;
    }
    #products_case h2 {
        font-size: 5vw;
    }
    .btn_unit{
        width: 90%;
    }
}