@charset "UTF-8";

#feature ~ .composite_box01.block_images_17 .inner_item>a:nth-last-child(2):before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #4B4B4B;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    font-size: 38px;
}
#feature + .composite_box01.block_images_17 .inner_item:nth-of-type(1)>a:nth-last-child(2):before {
    content: '01';
}
#feature + .composite_box01.block_images_17 .inner_item:nth-of-type(2)>a:nth-last-child(2):before {
    content: '02';
}
#feature2 + .composite_box01.block_images_17 .inner_item:nth-of-type(1)>a:nth-last-child(2):before {
    content: '03';
}
#feature2 + .composite_box01.block_images_17 .inner_item:nth-of-type(2)>a:nth-last-child(2):before {
    content: '04';
}

#merit + .contents_box01 .heading.block_header_1 .h,
#merit + .contents_box01 .heading.block_header_1 p {
    color: #fff;
}
#merit ~ .block_table_8 .outer th,
#merit ~ .block_table_8 .outer td {
    border-bottom: 1px solid #ccc;
}
#merit ~ .block_table_8 .outer th {
    white-space: nowrap;
}
#merit ~ .block_table_8 .heading.block_header_1 .h {
    font-weight: 600;
}
#merit + .contents_box01 .inner_item_txt ol {
    max-width: 750px;
    margin: 0 auto;
}
#merit + .contents_box01 .inner_item_txt ol li {
    margin-bottom: .8rem;
    padding: .5rem .5rem .5rem 3.5rem;
    background: #fff;
}
#merit + .contents_box01 .inner_item_txt ol li:before {
    content: '0' counter(num) ". ";
    top: 0.5rem;
    left: 1rem;
}