<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* about.css */


body:not(.dev-mb) .cms-public .heading h2 {
    margin: 2em 0 0.5em 0.5em;
}
body:not(.dev-mb) .cms-public .sentence p {
    margin: 0;
}
iframe {
    margin: 0 auto 1em;
    text-align: center;
    display: block;
}
.video_title h3 {
    padding: 0;
    margin: 1em auto 0.5em;
    position: relative;
    color: #4A5899;
    width: 80%;
    text-align: center;
}
.video_title h3:first-of-type {

}
.video_title h3:before {
    content: none;
}
.video_title p {
    text-align: center;
}
.cms-public .title-list .tab ul li {
    padding-left: 0;
}
body:not(.dev-mb) .cms-public .heading h4 {
    background-color: #F2F3F8;
    padding: 0.5em 0.5em 0.5em 2em;
    margin: 0.5em 0 1em;
    position: relative;
    color: #4A5899;
}
body:not(.dev-mb) .cms-public .heading h4:before {
    position: absolute;
    top: 25%;
    left: 20px;
    width: 6px;
    height: 50%;
    content: "";
    border-radius: 3px;
    background: #4A5899;
}
body:not(.dev-mb) .cms-public .heading h4:after {
    content: none;
}

@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;
}
}</pre></body></html>