@charset "UTF-8";
/* コンテンツ */

#title_img1 {
    background-image:url("../img/title_bg.webp");
}
#title_img1 span {
    /*background-color: transparent;*/
}

.vo_copy {
    text-align: center;
    margin-bottom: 3em;
}
.vo_copy h3 {
    color: #003477;
    font-size: 3em;
    line-height: 1.4;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.vo_copy p {
    font-size: 1.32em;
    line-height: 1.7;
    margin-top: 1em;
}

.vo_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.vo_box ul li {
    width: 47%;
    margin-bottom: 3em;
}
.vo_box ul li iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio:16 / 9;
}
.vo_box ul li p {
    text-align: center;
    line-height: 1.5;
    margin-top: 0.5em;
}

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

}


@media screen and (max-width: 560px) {
#title_img1 {
    aspect-ratio:16 / 9;
}

.vo_copy {
    margin-bottom: 3em;
}
.vo_copy h3 {
    font-size: 1.4em;
    line-height: 1.5;
}
.vo_copy p {
    font-size: 1em;
}

.vo_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.vo_box ul li {
    width: 100%;
    margin-bottom: 3em;
}

}
