/* Table */
.ly-section_tableWrapper{
    margin-top: 38px;
    padding-left: 57px;
    padding-right: 57px;
    overflow-x: auto;
}
.ly-section_tableWrapper::-webkit-scrollbar {
    height: 7px;
    width: 100%;
}
.ly-section_tableWrapper::-webkit-scrollbar-thumb {
    background: #1ca938;
    border-radius: 3.5px;
}
.ly-section_tableWrapper::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 3.5px;
}
.ly-section_table{
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 2px #1ca938 solid;
    -webkit-border-horizontal-spacing: 0;
    -webkit-border-vertical-spacing: 0;
    white-space: nowrap;
}
.ly-section_row th{
    background-color: #1ca938;
    color: #ffffff;
    padding-left: 31px;
    padding-top: 23px;
    padding-bottom: 23px;
    width: 240px;
    text-align: left;
    font-size: 14px;
    border-top: 2px #ffffff solid;
}
.ly-section_row td{
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
    line-height: 2em;
    border-top: 2px #1ca938 solid;
    white-space: nowrap;
}
.ly-section_row:first-of-type td,
.ly-section_row:first-of-type th{
    border-top: none;
}


.ly-section_panel_title{
    position: relative;
    z-index: 1;
    max-width: 903px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}

.ly-section_panel_item{
    max-width: calc(830 / 1366 * 100vw);
    position: relative;
}
.ly-section_panel_item:not(:first-child){
    margin-top: 13px;
    padding-top: 4px;
}
.ly-section_panel_item:not(:last-child){
    padding-bottom: 24px;
}

.ly-section_panel_item::after{
    position: absolute;
    bottom: 0;
    background: radial-gradient(circle farthest-side, #ccaa34, #ccaa34 60%, transparent 60%, transparent);
    background-size: 5px 5px;
    content: '';
    display: inline-block;
    height: 4px;
	/* width: calc(536 / 1366 * 100vw); */
    width: 100%;
}

.ly-section_panel_item:last-of-type::after{
    content: none;
}

.ly-section_panel_sub-title{
    font-size: 20px;
    color: #1ca938;
    font-weight: bold;
}

.ly-section_panel--pc--left .ly-section_panel_content img{
    right: 0;
}



.ly-section_panel--pc--left .ly-section_panel_title{
    padding-left: 57px;
    left: -77px;
}

.ly-section_panel--pc--right .ly-section_panel_content img{
    left: 0;
}


.ly-section_panel--pc--right .ly-section_panel_item{
    margin-right: auto;
}

.ly-section_panel--pc--right .ly-section_panel_title{
    text-align: right;
    padding-right: 57px;
    right: -77px;
}


@media (max-width: 1000px){
    .ly-section_panel--pc--left .ly-section_panel_title{
        left: 0;
    }
    .ly-section_panel--pc--right .ly-section_panel_title{
        right: 0;
        margin-right: 0;
        margin-left: auto;
        width: 90%;
        padding-left: 57px;
    }


    .ly-section_panel_title{
        margin-left: unset;
    }
}

@media (max-width: 800px){
    .ly-section_tableWrapper{
        padding-left: 0px;
        padding-right: 0;
        position: relative;
        margin-left: 20px;
        margin-right: 20px;
    }
    .ly-section_table{
        position: relative;
        margin-bottom: 12px;
    }
    .ly-section_row th{
        padding-left: 20px;
        width: 180px;
    }
    .ly-section_row td{
        line-height: 1.7em;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 14px;
    }
    .sec_healthy{
        margin-top: 60px;
    }
    .ly-section_card{
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .ly-section_card_list{
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-top: -12px;
    }
    
    .ly-section_card_item{
        margin-top: 12px;
        margin-left: 12px;
        min-width: calc(50% - 12px);
        flex: 1;
    }

    .ly-section_card_item img{
        width: 100%;
    }

    .ly-section_card_item:first-of-type{
        margin-left: 12px;
    }
    
    .ly-section_panel{
        margin-top: 60px;
    }

    .ly-section_panel_content img{
        position: relative;
        top: 0;
        width: 100%;
    }
    .ly-section_panel_title{
        margin-bottom: 20px;
    }
    .ly-section_panel_title img{
        max-height: 84px;
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }
    .ly-section_panel--pc--left .ly-section_panel_title,
    .ly-section_panel--pc--right .ly-section_panel_title{
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .ly-section_panel_sub-title{
        font-size: 18px;
        letter-spacing: 0.01em;
    }
    .ly-section_panel_item::after{
        width: 100%;
    }
    .ly-section_panel--pc--right .ly-section_panel_item{
        margin-right: 0;
    }
    .ly-section_panel_item {
        max-width: 100%;
    }
}