/**
 * =====================
 * PC設定
 * =====================
 * .l-post-content で指定することで、投稿記事内の要素を指定可能となっております。
 **/

@media( min-width: 768px ){

/** 投稿内のh2 **/
.l-post-content h2 {

}

/** 投稿内のh3 **/
.l-post-content h3 {

}

/** 投稿内のh4 **/
.l-post-content h4 {

}

/** 投稿内のh5 **/
.l-post-content h5 {

}


}

/**
 * =====================
 * SMP設定
 * =====================
 * .l-post-content で指定することで、投稿記事内の要素を指定可能となっております。
 **/

@media( max-width: 768px ){

/** 投稿内のh2 **/
.l-post-content h2 {

}

/** 投稿内のh3 **/
.l-post-content h3 {

}

/** 投稿内のh4 **/
.l-post-content h4 {

}

/** 投稿内のh5 **/
.l-post-content h5 {

}
.video2017{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video2017 iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

}
