/* Enter Your Custom CSS Here */

/* 記事内でアイキャッチ非表示 */
.single article .attachment-post-thumbnail { display: none; }

.main p {
    margin: 0 0 1.5em;
    padding: 0;
    color: #222;
    text-align: left;
    font-size: 13px;
    font-size: 1.08rem;
    line-height: 1.95;
}


.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;

}