@charset "utf-8";
/*==============================
ベース
================================*/
body{
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}
.fluid{
  width: 100%;
}
.container{
  max-width: 1200px;
}
#contents .container{
  max-width: 1000px;
}
#header{
  background-color: #F2F2F7;
}
#contents{
  background: url("../img/con_bg.png") center top repeat;
  padding-top: 60px;
  line-height: 1.6;
  overflow: hidden;
}

/*==============================
共通パーツ
================================*/
/* 色 */
.blue   {background-color: #87BFF5;}
.orange {background-color: #E6AB43;}
.pink   {background-color: #EC7EA2;}
.green  {background-color: #ACD158;}
.yellow {background-color: #F8DD55;}
/* 丸囲み文字 */
.wrap_cirTxt{
  text-align: center;
  margin: 40px 0 40px 0;
}
.cirTxt {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #FFF;
  margin: 0 2px;
}
/* 円の大きさ */
.size_normal{
  width: 45px;
  height: 45px;
}
/* 角丸 */
.date_rd{
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 0px;
}
.date_sq{
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: 1.1rem;
}
@media (min-width: 992px){
  .date_rd{
    font-size: 1.5rem;
  }
  .date_sq{
    font-size: 1rem;
  }
}

/*==============================
Header
================================*/
.blk_con_h h2{
  font-size: 1.7rem;
  margin: 20px 0;  
}
.blk_con_info p{
  font-size:  1.2rem;
}
@media (min-width: 992px){
  .blk_con_h h2::before{
    display: block;
    position:absolute;
    top: 90px;
    left: -300px;
    width: 352px;
    height: 352px;
    z-index: 100;
    content: '';
    background-image: url("/img/bg_img1.png");
    background-size: contain;
    pointer-events: none;
  }
  .blk_con_info p::after{
    display: block;
    position:absolute;
    bottom: -250px;
    right: -180px;
    width: 288px;
    height: 288px;
    z-index: 100;
    content: '';
    background-image: url("/img/bg_img2.png");
    background-size: contain;
    pointer-events: none;
  }
}

/*==============================
コンテンツ
================================*/
.con_h{
  max-width: 100%;
}
.blk_ep{
  margin-bottom: 50px;
}
.blk_ep h3{
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;  
  margin: 18px 0 20px;
}
.blk_ep h4{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.blk_ep .txt_ep{
  line-height: 1.5;
  font-size: 0.95rem;
}
.blk_ep .btn_rd{
  margin-top: 20px;
  padding: 0px;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 1.5rem;
  border-radius: 40px;
  letter-spacing: 0.4rem;
}
.blk_ep .btn_rd a{
  display: block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
}
.blk_ep .btn_rd a .btn_ytb{
  max-height: 1.8rem;
  vertical-align: sub;
}
.blk_previous_ep > div .wrap_img{
  position: relative;
}
.blk_previous_ep > div .wrap_img::after{
  display: block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 78px;
  height: 56px;
  z-index: 100;
  content: '';
  background-image: url("/img/btn_ytb.png");
  background-size: contain;
  pointer-events: none;
}
.blk_previous_ep .wrap_ep{
  padding: 30px 20px;
  background-color: #fff;
}
.blk_previous_ep h4{
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 992px){
  .blk_previous_ep > div .wrap_img::after{
    width: 52px;
    height: 37.5px;
  }
}
@media (min-width: 1200px){
  .con_h{
    max-width: 992px;
  } 
}
/*==============================
フッター
================================*/
#footer{
  text-align: center;  
}
.copyright{
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
}
@media (min-width: 992px){
  .copyright{
    font-size: 1rem;
  }
}
