@charset "UTF-8";

#img + .composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
    object-fit: contain;
}

#img2 + .composite_box01 .inner_item_img img {
    object-position: 50% 50%;
    font-family: 'object-position: 50% 50%;';
    object-fit: contain;
}

#img2 + .composite_box01 .inner_item:nth-child(3) a {
    margin-top: 100px;
}

#ttl + .contents_box01 .heading.block_header_2 .h {
    display: inline-block;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.5;
    padding-left: 15px;
    position: relative;
}


#ttl + .contents_box01 .heading.block_header_2 .h {
    display: inline-block;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.5;
    padding-left: 15px !important;
    position: relative;
}


@media screen and (max-width: 768px) {
#ttl + .contents_box01 .heading.block_header_2 .h {
    display: inline-block;
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 1.5;
    padding-left: 30px !important;
    position: relative;
}
}