
@charset "UTF-8";

.heading.block_header_4 .h {
text-shadow: 1px 1px 7px rgba(255 255 255 / 50%), -1px -1px 7px rgba(255 255 255 / 50%), -1px 1px 7px rgba(255 255 255 / 50%);
}

.heading.block_header_4 p {
    color: rgba(255,255,255,1);
    text-shadow: 1px 1px 7px rgb(49 49 49 / 50%), -1px -1px 7px rgb(49 49 49 / 50%), -1px 1px 7px rgb(49 49 49 / 50%);
}
.heading.block_header_7 p {
font-size: 2rem;
}

.heading.block_header_2 p {
font-size: 1.6rem;
}

@media screen and (max-width: 800px) {

.heading.block_header_7 p {
    font-size: 4.5vw;
}
.heading.block_header_2 .h {
font-size: 4.5vw!important;
}

.composite_box01 .wrapper_item {
display: block;
}

.composite_box01.block_images_10 .inner_item {
    width: 100% !important; 
}

.composite_box01.block_images_10 .inner_item_img img {
    height: 350px !important;
}
}

@media screen and (max-width: 800px) {
.heading.block_header_7 p {
    width: 7vw;
    height: 7vw;
}

.heading.block_header_7 .h {
font-size: 5.1vw;
}

.inner_item_txt p, .heading.block_header_2 p {
font-size: 3.8vw;
}

.heading.block_header_7 .h:nth-last-child(2):nth-child(1) {
    padding-left: 3vw;
}