@charset "UTF-8";

/*--------------MVテキスト------------*/
.complete~#mv_outer .mv_text{ 
transition: opacity 1s 10s ease-in-out; 
opacity: 0; 
} 
@media screen and (max-width: 900px) {
 .complete~#mv_outer .mv_text {
    display: none;
}
}

#check01 + section.contents_box01 .inner_item_txt p {
    width: fit-content;
    margin: 2rem auto;
}
