@charset "UTF-8";

@media screen and (max-width: 850px){
.contents_box01 .inner_item_img img {
    max-width: none !important;
    width: 80% !important;
}
}


@media screen and (max-width: 800px){
.heading.block_header_1 p, .heading.block_header_1 .h:last-child {
    font-size: 2.5rem;
    margin-bottom: 10px;
    padding: 0 40px;
    background-size: 30px auto;
}
}