@media screen and (min-width: 769px) {
    .movie__frame {
        height: 342px;
        width: 609px;
    }
}
.movie__frame {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    color: #004f9f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.play-icon {
    height: 48px !important;
    left: calc(50% - 30px) !important;
    position: absolute !important;
    top: calc(50% - 30px) !important;
    width: 68px !important;
}

/********************************

	調査結果ピックアップ

********************************/
.list_contents {
    width: 90%;
    max-width: 960px;
    border: 2px solid #004F9F;
    margin: 0 auto 50px;
}
.list_contents_title {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #004F9F;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    position: relative;
}
.lists_box {
    padding: 20px 30px 0;
}
.lists_box li {
    padding-bottom: 20px;
    position: relative;
    padding-left: 15px;
}
.lists_box li::before {
    content: "";
    position: absolute;
    top: .5em;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: #0068b7;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .list_contents {
        margin: 0 auto 20px;
        width: 100%;
    }
    .lists_box {
        margin: 0;
        padding: 20px 15px 0;
    }
}
/********************************

	トピックタイトル

********************************/
.heading_box {
    vertical-align: middle;
}
.b_box_title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
    margin-top: 60px;
}
.b_box_title, p.b_box_title {
    position: relative;
    padding-top: 12px;
    padding-left: 0;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5em;
}
.b_box_title::before, p.b_box_title::before {
    top: 12px;
    left: 4px;
    width: 10px;
    height: 28px;
    background: #004F9F;
    position: absolute;
    content: '';
}
.topic_text {
    color: #004F9F;
    margin-left: -10px;
    position: relative;
    top: -3px;
    left: 40px;
}
.b_box_title::after, p.b_box_title::after {
    top: 12px;
    left: 18px;
    width: 3px;
    height: 28px;
    background: #004F9F;
    position: absolute;
    content: '';
}
@media screen and (max-width: 767px) {
    .b_box_title, p.b_box_title {
        font-size: 19px;
    }
    .b_box_title::before, p.b_box_title::before {
        height: 24px;
        width: 8px;
    }
    .topic_text {
        font-size: 22px;
        top: -3px;
    }
    .b_box_title::after, p.b_box_title::after {
        height: 24px;
    }
    .pageHeader.-simple {
        margin: 10px -30px 0;
    }

}