
@charset "UTF-8";

@media screen and (max-width: 350px){
.composite_box01.block_images_16 .inner_item_txt .heading p {
    font-size: 1.2rem;
    padding: 10px;
}
}

#video + .block_html .about_video_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*width: 84rem;*/
    margin: 0 auto;
}

#video + .block_html .about_video_block {
    width:30%;
    margin: 0 0 5rem;
}

#video + .block_html .about_video_block-img {
   cursor: pointer;
}


#video + .block_html img {
    display: block;
    width: 100%;
    height: auto;
    backface-visibility: hidden;
}

#video + .block_html .about_video_block-txt {
    text-align:center;
    font-size: 2.2rem;
}

#video + .block_html .pc {
    display: block;
}

@media screen and (max-width: 900px){
  #video + .block_html .about_video_block {
    width:48%;
    margin: 0 0 5rem;
}

}

@media screen and (max-width: 600px){
  #video + .block_html .about_video_block {
    width:100%;
    text-align:center;
    margin: 0 0 5rem;
}
#video + .block_html .about_video_block-txt {
    font-size: 1.8rem;
}
}



/*-----------------------------調整---------------------------------*/
img, main video {
    max-width: 100%;
    width: 100%;
    height: 100%;
}


#v2h_column + section .wrapper_item {
    background: rgb(238, 238, 238);
    padding: 2rem 3.5rem!important;
    border-radius: 3rem;
}

@media screen and (max-width: 900px) {
#v2h_column + section .wrapper_item {
    padding: 2rem!important;
}
}