

/* movie.css */


body:not(.dev-mb) .cms-public .heading h2 {
    margin: 2em 0 1em 0.5em;
}
body:not(.dev-mb) .cms-public .first-block .heading h2 {
    margin: 0.5em 0 1em 0.5em;
}
body:not(.dev-mb) .cms-public .heading h3 {
    padding: 0 0 0.8em 0.5em;
    margin: 0;
}
body:not(.dev-mb) .cms-public .sentence p {
    margin: 0;
}
iframe {
    margin: 0 auto 1em;
    text-align: center;
    display: block;
}
.video_title h3 {
    background-color: #F2F3F8;
    padding: 0.5em 0.5em 0.5em 2em;
    margin: 2em 0 1em;
    position: relative;
    color: #4A5899;
}
.video_title h3:first-of-type {

}
.video_title h3:before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: "";
    border-radius: 3px;
    background: #4A5899;
}
.video_title p {
    text-align: center;
}
@media screen and (max-width:600px) {
.sp-movie {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
    margin-bottom: 1em;
}
.sp-movie iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
.video_title h3 {
    font-size: 1.1em;
}
.video_title h3:before {
    left: 11px;
}
.cms-public .list figcaption h2 {
    margin-top: 1em;
    font-size: 1em;
}
}