@charset "utf-8";
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
@font-face {
  font-family: 'Renner*';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Futura Std'),
    local("メイリオ"),
    url(//indestructibletype-fonthosting.github.io/renner_400_book-webfont.woff2) format('woff2'),
    url(//indestructibletype-fonthosting.github.io/renner_400_book-webfont.woff) format('woff');
}
@font-face {
  font-family: 'Renner*';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Futura Std'),
    local("メイリオ"),
    url(//indestructibletype-fonthosting.github.io/renner_500_medium-webfont.woff2) format('woff2'),
    url(//indestructibletype-fonthosting.github.io/renner_500_medium-webfont.woff) format('woff');
}

#contentsWrap *,#contentsWrap *:before,#contentsWrap *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a:focus, *:focus { outline:none; }
#contentsWrap {
  line-height: 1.6;
}

.contentNavi{
  margin-bottom: 0 !important;
}

.blc_in{
  padding: 20px;
  text-align: left;
  clear: both;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blc_in{
    width: 1000px;
    margin: 0 auto;
    padding: 45px 40px;
  }
}

.blc_ttl{
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .blc_ttl{
    font-size: 20px;
  }
}


/* ピックアップ動画 */

#pickup {
  background-color: #f2f2f2;
}

#pickup .blc_ttl {
  padding-left: 2.5em;
  background: url("../../img/soken/icon_target.svg") no-repeat left center / auto 100%;
}

#pickup .entry_list .entry_img{
  border: solid 1px #ccc;
}

/*==============================================================*/
/* 動画一覧  */
/*==============================================================*/

#mainImg{
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}

#mainImg:before{
  display: none;
}

@media screen and (min-width: 768px) {
  #mainImg{
    min-width: 1000px;
    padding-top: 40px;
  }
  
}


#mainImg .blc_in{
  background: #1b5378;
  color: #fff;
  position: relative;
}

#mainImg .blc_in:before{
  content: '';
  display: block;
  background: url("../../img/video/mainImg02.jpg") no-repeat top center /cover;
  padding-top: 45%;
}


@media screen and (min-width: 768px) {
  #mainImg .blc_in:before{
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    margin-left: 120px;
    padding-top: 0;
    background-position: top right -125px;
  }
  #mainImg .wrap_txt{
    width: 540px;
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  #mainImg .blc_in{
    padding: 20px;
  }
  #mainImg .blc_in:before{
    margin: -20px -20px 0;
  }
  #mainImg .box_txt p{font-size: 18px;}
}
#mainImg .catch{
  position: static;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
  padding: 5% 0 0;
  min-height: 82px;
  transform: none;
}
#mainImg .catch span{
  display: inline-block;
}
@media screen and (max-width: 767px) {
#mainImg .catch{
  position: static;
  margin-right: auto;
  height: auto;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #mainImg .box_txt br{
    display: none;
  }
}
#mainImg .box_txt{
  margin-right: auto;
  padding: 0;
  height: auto;
font-family: YakuHanJP, -apple-system, BlinkMacSystemFont, "Helvetica Neue","ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#mainImg .box_txt p{font-size: 20px; margin-bottom: 1em;}
#mainImg .box_txt p:last-child{margin-bottom: 0;}

.video-site{
  display: inline-block;
  background-color: #fff;
  padding: .5em 1.5em;
  color: #1a1a1a;
  font-size: 16px;
  border-radius: .5em;
}

.wrapper{
  overflow: hidden;
}

.wrapper .blc_ttl{
  padding-left: 2.5em;
  background: url("../img/icon_video.svg") no-repeat left center / auto 100%;
}

.entry_list{
  margin-bottom: 30px;
  font-size: 18px;
  overflow: hidden;
  margin: 0 -1%;
  display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .entry_list{
    margin-bottom: 50px;
  }
  #pickup .entry_list{
    margin-bottom: 0;
  }
}
.entry_list .entry-detail{
  width: 31.333%;
  float: left;
  margin: 1%;
  position: relative;
}
@media screen and (max-width: 600px) {
  .entry_list .entry-detail{
    width: 100%;
    float: none;
  }
}
.edit_link a{
  color: #b00000;
  text-decoration: underline;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.entry_list .entry-detail article{
  height: calc(100% - 30px);
}
.entry_list .entry-detail article a{
  padding: 0 0 75px;
  overflow: hidden;
  height: 100%;
  display: block;
  margin-top: 30px;
}
.entry_list .entry-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 3%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .entry_list .entry-title{
    font-size: 18px;
  }
}
.entry_list .entry_img{
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  height: 178px;
  border: solid 1px #eee;
}
.entry_list .entry_img figure{
  height: 100%;
}

.video-cat{
  position: absolute;
  background-color: #B00000;
  color: #fff;
  font-size: 15px;
  left: 0;
  top: 0;
  padding: .5em 1.5em;
  line-height: 1;
}

.entry_list .entry_img .event_date{
  position: absolute;
  background-color: #555;
  color: #fff;
  font-size: 13px;
  right: 0;
  bottom: 0;
  padding: .5em 1.5em;
  line-height: 1;
}

@media screen and (max-width: 600px) {
  .entry_list .entry_img{
    margin-bottom: 3%;
    height: auto;
  }
}
.entry_list .entry_img img{
  object-fit: contain;
  font-family: 'object-fit: contain;';
  width: 100%;
  height: 100%
}

.video_meta{
  overflow: hidden;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #fcfcfc;
  border: solid 1px #eee;
}
.video_meta table{
  width: 100%;
}
.video_meta table th{
  white-space: nowrap;
}
.video_meta table td{
  width: 100%;
}
.video_meta table td:before{
  content: ':';
  display: inline-block;
  margin: 0 .5em;
}

.entry_list .entry-body{
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .entry_list .entry-body{
    font-size: 15px;
  }
}
.entry-detail .btn_download{
  display: block;
  margin:  0 auto 1%;
  border: solid 1px #ccc;
  background-color: #fff;
  width: 270px;
  text-align: center;
  padding: 15px;
  line-height: 1;
  font-size: 16px;
  border-radius: .5em;
  transition: all 0.5s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 450px) {
  .entry-detail .btn_download{
    width:80%;
    background-position: 10% center;
  }
}
.entry-detail .btn_download:before{
  content: '';
  display: inline-block;
  background: url("../img/icon_video.svg") no-repeat center / contain;
  width: 20px;
  padding-top: 20px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
.entry-detail a:hover .btn_download{
  background-color: #1b5378;
  color: #fff;
}


.blc_ttl{
  
}