@charset "UTF-8";
/* リッチコンテンツ用レイアウト（画像回り込み・動画） */
.img-left {
    float: left;
    margin: 0 25px 15px 0;
    max-width: 45%;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}.img-right {
    float: right;
    margin: 0 0 15px 25px;
    max-width: 45%;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
/* 動画埋め込み用 */
.video-box {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 */
    margin: 30px 0;
    background: #000;
}.video-box iframe, .video-box .placeholder-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.video-box .placeholder-video {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background: #333;
    font-size: 1.2em;
}
.u-headline03{
    margin-top: 25px;
}
.sect_title{
    font-size: 1.3em;
    margin-block: 1em;
    color: #3a6fb8;
}
li::marker {
    content: none;
}
.is-current { color: #004098; font-weight: bold; }
.ma_img{
    width: 100%;
    margin-top: 20px;
}
.ma_img_inner{
    width: 100%;
}
.voice-box{
    margin-top: 30px;
}
.voice-title{
    font-size: 1.2em;
    border-bottom: solid 1.5px #004098;
}