@charset "UTF-8";

#table_parts + .block_table_1 table tr:first-child td {
    background-color: var(--i_sub2_color);
    border: 1px solid var(--i_border_color);
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

#service_ancher + .contents_btn01 .content_wrapper>a:last-child {
    display: none;
}

/*サービス5カラムパーツ_251215*/
#service_5column + .composite_box01 .inner_item{
    position: relative;
    background: #f2f2f2;
}
#service_5column + .composite_box01 .inner_item:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--i_main_color);
    border-right: 3px solid var(--i_main_color);
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translate(100%, -50%) rotate(45deg);
}
#service_5column + .composite_box01 .inner_item:last-child{
    content: none;
}
#service_5column + .composite_box01 .inner_item .inner_item_txt{
    padding: 10px 10px 20px;
}
@media screen and (min-width: 1101px) and (max-width: 1300px) {
    #service_5column + .composite_box01 .heading.block_header_4 .h {
        font-size: 1.8rem !important;
    }
}
@media screen and (max-width: 1100px) {
    #service_5column + .composite_box01 .inner_item:before{
        top: auto;
        bottom: -5px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 100%) rotate(135deg);
    }
    #service_5column + .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4),
    #service_5column + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3),
    #service_5column + .composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1) {
        margin-left: 0;
    }
    #service_5column + .composite_box01 .inner_item:nth-of-type(1):nth-last-of-type(5),
    #service_5column +  .composite_box01 .inner_item:nth-of-type(2):nth-last-of-type(4),
    #service_5column + .composite_box01 .inner_item:nth-of-type(3):nth-last-of-type(3),
    #service_5column + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2),
    #service_5column + .composite_box01 .inner_item:nth-of-type(5):nth-last-of-type(1) {
        width: 100%;
    }
    #service_5column + .composite_box01 .inner_item:nth-of-type(4):nth-last-of-type(2){
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 900px) {
    #service_5column + .composite_box01.block_images_1 .inner_item:nth-of-type(2n){
        margin-left: 0 !important;
    }
}

/*サービス3カラムパーツ_251215*/
#service_3column + .composite_box01 .inner_item{
    background: var(--i_main_color);
}
#service_3column + .composite_box01 .heading.block_header_4 .h{
    color: var(--i_sub2_color);
    font-weight: bold;
}
#service_3column + .composite_box01 .inner_item_txt p{
    color: var(--i_sub2_color);
}
