@charset "UTF-8";

.composite_box01.block_images_7 .inner_item_txt {
     background: transparent;
}

.composite_box01.block_images_7 .inner_item_img img {
    object-fit: contain;
}

@media screen and (max-width: 700px){
    .composite_box01.block_images_7 .inner_item:nth-of-type(1):nth-last-of-type(3), .composite_box01.block_images_7 .inner_item:nth-of-type(2):nth-last-of-type(2), .composite_box01.block_images_7 .inner_item:nth-of-type(3):nth-last-of-type(1) {
           width: 33.3% !important;
    }
}

iframe {
    max-width: 100%;
}


#about_video .faq_video {
    text-align: center;
}
#about_video .faq_video video{
    max-width: 100%;
}
@media screen and (max-width: 900px) {
#about_video .faq_video {
    max-width: 600px;
    margin: 0 auto;
}
}