/* ##############################
        C O N T E N T S
###############################*/
.orange {
  color: #ea531e;
}

.green {
  color: #009250;
}

.small {
  display: block;
}

#news #contents {
  background: url(../img/common/bg_pt02.jpg) repeat;
  background-size: 600px auto;
  margin: auto;
}

#news #contents .logo {
  margin: auto;
}

#news #contents .page_ttl {
  background: url(../img/common/bg_pt01.jpg) repeat;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-weight: bold;
  text-align: center;
}

#news #contents .contents_inner .news_box {
  background: #fff;
}

#news #contents .contents_inner .news_box .ttl_wrap {
  border-bottom: 3px solid #ea531e;
}

#news #contents .contents_inner .news_box .ttl_wrap .day {
  color: #009250;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
}

#news #contents .contents_inner .news_box .ttl_wrap .topics {
  font-weight: bold;
}

#news #contents .contents_inner .news_box article .news_movie {
  padding-top: 56%;
  position: relative;
}

#news #contents .contents_inner .news_box article .news_movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

#news #contents .contents_inner .news_box article a:hover {
  color: #ea531e;
  -webkit-transition: .5s;
  transition: .5s;
}

#news #contents .btn_wrap {
  margin: auto;
}

/*@media screen and (max-width: 374px) {
    .mv_catch {
        top: -79%;
    }
}*/

@media only screen and (min-width: 769px) {
  .small {
    font-size: 1.2rem;
  }
  #news #contents {
    padding-top: 40px;
  }
  #news #contents .logo {
    padding-bottom: 30px;
    width: 250px;
  }
  #news #contents .page_ttl {
    font-size: 4.8rem;
    padding: 40px 0;
  }
  #news #contents .contents_inner {
    margin: auto;
    max-width: 1000px;
    padding: 100px 0 10px;
    width: 100%;
  }
  #news #contents .contents_inner .news_box {
    margin-bottom: 100px;
    padding: 40px;
  }
  #news #contents .contents_inner .news_box .ttl_wrap {
    padding-bottom: 20px;
  }
  #news #contents .contents_inner .news_box .ttl_wrap .day {
    font-size: 1.4rem;
  }
  #news #contents .contents_inner .news_box .ttl_wrap .topics {
    font-size: 2.4rem;
  }
  #news #contents .contents_inner .news_box article {
    padding-top: 40px;
  }
  #news #contents .contents_inner .news_box article .btn_hover {
    font-size: 1.8rem;
    width: 215px;
  }
  #news #contents .btn_wrap {
    width: 250px;
  }
}

@media only screen and (max-width: 768px) {
  .small {
    font-size: 1.0rem;
  }
  #news #contents {
    padding-top: 7vw;
  }
  #news #contents .logo {
    padding-bottom: 5vw;
    width: 150px;
  }
  #news #contents .page_ttl {
    font-size: 2.4rem;
    padding: 20px 0;
  }
  #news #contents .contents_inner {
    margin: 0 5vw;
    padding: 60px 0 5px;
  }
  #news #contents .contents_inner .news_box {
    margin-bottom: 60px;
    padding: 5vw 3vw;
  }
  #news #contents .contents_inner .news_box .news_text{
    overflow-wrap: break-word;
  }
  #news #contents .contents_inner .news_box .ttl_wrap {
    padding-bottom: 3vw;
  }
  #news #contents .contents_inner .news_box .ttl_wrap .day {
    font-size: 1.0rem;
  }
  #news #contents .contents_inner .news_box .ttl_wrap .topics {
    font-size: 1.6rem;
  }
  #news #contents .contents_inner .news_box article {
    padding-top: 5vw;
  }
  #news #contents .contents_inner .news_box article .btn_hover {
    font-size: 1.4rem;
    width: 180px;
  }
  #news #contents .btn_wrap {
    width: 60%;
  }
}
