@charset "UTF-8";
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1200px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}

@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}

/*----------------------------------------
MAIN
-----------------------------------------*/
@media screen and (min-width: 769px) {
  #news_show .news_blk {
    width: 800px;
    margin: 0 auto;
  }
  #news_show .news_blk .ondemand_img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #news_show .news_blk h2 {
    font-size: 3rem;
    font-weight: bold;
  }
  #news_show .news_blk .date {
    font-size: 1.3rem;
  }
  #news_show .news_blk .news_content {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  #news_show .news_blk .link {
    color: #5FA736;
  }
  #news_show .news_blk .youtube_blk {
    margin-top: 30px;
    text-align: center;
  }
  #news_show .prev_next {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #news_show .prev_next li {
    margin-right: 20px;
  }
  #news_all .news_blks {
    width: 800px;
    margin: 0 auto 70px;
  }
  #news_all .news_blks li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }
  #news_all .news_blks li a {
    display: block;
  }
  #news_all .news_blks .date {
    font-size: 1.3rem;
  }
  #news_all .news_blks .ttl {
    font-size: 2rem;
    font-weight: bold;
  }
  #news_all .news_blks .txt {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  #news_show .news_blk h2 {
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #news_show .news_blk .ondemand_img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  #news_show .news_blk .date {
    font-size: 1.3rem;
  }
  #news_show .news_blk .news_content {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  #news_show .news_blk .link {
    color: #5FA736;
  }
  #news_show .news_blk .youtube_blk {
    margin-top: 20px;
    text-align: center;
  }
  #news_show .news_blk .youtube_blk iframe {
    width: 100%;
    height: auto;
  }
  #news_show .prev_next {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  #news_show .prev_next li {
    margin-right: 20px;
  }
  #news_all .news_blks {
    margin-bottom: 70px;
  }
  #news_all .news_blks li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }
  #news_all .news_blks li a {
    display: block;
  }
  #news_all .news_blks .date {
    font-size: 1.3rem;
  }
  #news_all .news_blks .ttl {
    font-size: 2rem;
    font-weight: bold;
  }
  #news_all .news_blks .txt {
    margin-top: 10px;
  }
}
