@media screen and (min-width:768px) and (max-width:1174px) {

    .header_menu{
        padding: 0 60px;
        }

    .header_menu ul{
        display: flex;
        font-size: 1.8vw;
    }

    /****************
lp_mv
****************/
    .mv_consul p {
        font-size: 17px;
    }

    /****************
price
****************/

    .price .table_area {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .price .table_item {
        margin: 0 auto;
    }

    .price .table_dd {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .small_price{
        padding-left: 0;
    }

    .pc__none{
        display: block;
    }
    /****************
media
****************/
    .media_container {
        flex-direction: column;
        max-width: 864px;
        margin: 0 auto;
        padding: 80px 20px;
    }

    .media_img {
        margin-left: 0;
        margin: 0 auto;
        max-width: 100%;
    }

    .media .text_sentence {
        font-size: 16px;
        margin-top: 20px;
        line-height: 26px
    }

    /****************
feelSafe
****************/
    .feelSafe .card_list {
        /* grid-template-columns: repeat(2, 1fr); */
        gap: 40px;
        /* max-width: 470px; */
        margin: 0 auto;

        gap: 10px;
        justify-content: center;
        display: flex;
        flex-flow: row wrap;
    }

    /****************
contact
****************/
    .contact .contact_cardArea_inner {
        align-items: center;
        grid-template-columns: 1fr;
        row-gap: 20px;
        max-width: 864px;
        margin: 0 auto;
    }

    .contact .title_area_inner {
        max-width: 864px;
        margin: 0 auto;
    }

    .contact .contact_link {
        justify-content: center;
    }

    .contact_cardBox_textArea {
        max-width: 340px;
        width: 100%;
    }

    /****************
reason
****************/
    .feelSafe_container {}

    .reason_itemBox {
        flex-direction: column;
    }

    .reason_itemBox_img {
        max-width: 100%;
    }

    .reason_itemBox_img img {
        width: 100%;
    }

    .reason_itemBox_title {
        padding-left: 58px;
    }

    .reason .reason_itemBox .reason_itemBox_title::after {
        left: -6px;
        top: -14px;
        line-height: 1.8;
    }

    .reason .reason_itemBox .reason_itemBox_title::before {
        top: 43px;
        left: -450px;
        padding-left: 20%;
    }

    .reason_itemBox_text {
        padding-left: 0;
    }

    /****************
point
****************/
    .point_itemBox:nth-child(odd) {
        align-items: center;
        flex-direction: column;
    }

    .point_itemBox:nth-child(even) {
        align-items: center;
        flex-direction: column;
    }

    .point_text {
        padding: 40px 60px 40px;
    }

    .point_itemBox::before {
        display: none;
    }

    .point_itemBox_img {
        justify-content: center;
        position: relative;
    }

    .point_itemBox_img::before {
        align-items: center;
        background-color: #1E8FD7;
        display: flex;
        content: '';
        color: #fff;
        font-size: 28px;
        font-family: 'Oswald', sans-serif;
        justify-content: center;
        height: 50px;
        left: 50%;
        top: 96%;
        transform: translateX(-50%);
        width: 50px;
        position: absolute;
    }

    .point_itemBox:nth-of-type(1) .point_itemBox_img::before {
        content: '01';
    }

    .point_itemBox:nth-of-type(2) .point_itemBox_img::before {
        content: '02';
    }

    .point_itemBox:nth-of-type(3) .point_itemBox_img::before {
        content: '03';
    }

    .point_itemBox:nth-of-type(4) .point_itemBox_img::before {
        content: '04';
    }

    .point_itemBox:nth-of-type(5) .point_itemBox_img::before {
        content: '05';
    }

    /****************
case
****************/
    .case_boxArea {
        grid-template-columns: 1fr;
    }

    .case_itemBox {
        max-width: 480px;
        margin: 0 auto;
        width: 100%;
    }

    .case_itemBox_img {
        margin: 0 auto;
    }

    /****************
information
****************/
    .information_itemArea {
        flex-direction: column;
    }

    .genre_list {
        gap: 10px;
    }

    .genre_list .genre_listItem:nth-of-type(6) .genre_linkText::before {
        left: -16px;
    }

    .genre_list .genre_listItem:nth-of-type(8) .genre_linkText::before {
        left: -14px;
    }

    .genre_list .genre_listItem:nth-of-type(9) .genre_linkText::before {
        left: -15px;
    }
}