@charset "utf-8";
/* CSS Document */

.news_footer {
  display: none;
}

.sp_img,
.sp_br {
  display: block;
}

.pc_br {
  display: none;
}

@media screen and (max-width: 768px) {
  /* 768px 以下の画面サイズに適用されるスタイル */

  .pc_br {
    display: block;
  }

  /* 年代別 */
  #contents .mid_ttl {
    font-size: 2rem;
    color: #2d9b49;
    background: url(/img/150625/csr_bg.gif) no-repeat 0px 12px;
    background-size: 6px 23px;
  }
  .date_box dl {
    margin-top: 30px;
    width: 95%;
    margin: 30px auto 0;
  }
  select {
    width: 40%;
    text-align: center;
    height: 30px;
    border-radius: 5px;
  }
  #container section #sel {
    padding: 0;
    text-align: center;
    position: relative;
    padding: 10px 0;
  }
  #container section #sel p {
    position: absolute;
    left: 80px;
    font-size: 1.7rem;
    top: 9px;
  }
  .totop_710 {
    display: none;
  }
  .news_footer {
    display: block;
  }

  /* アコーディオン */
  .news-accordion {
    border: 1px solid #707070;
    padding: 20px 0 20px 15px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 60px;
  }

  .news-title {
    color: inherit !important;
    margin-bottom: 15px;
    border-bottom: 1px solid #2d9b49;
    padding-bottom: 5px;
    background: none !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    margin-bottom: 30px;
  }

  /* 共通矢印スペース */
  .accordion-toggle,
  .single-link {
    position: relative;
    padding: 12px 0 12px 15px;
    font-size: 1.8rem;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
  }

  /* 横矢印（閉じてる状態） */
  .accordion-toggle {
    background: url(/img/150625/arrow_pic_002.png) no-repeat left center;
  }

  /* 開いてる状態 → 下矢印 */
  .accordion-toggle.active {
    background-image: url(/img/150625/arrow_pic_003.png);
  }

  /* 大切なお知らせ（横矢印固定） */
  .arrow-right {
    display: block;
    background: url(/img/150625/arrow_pic_002.png) no-repeat left center;
    text-decoration: none;
    color: #333;
  }

  /* 中身 */
  .accordion-content {
    display: none;
    list-style: none;
    padding-left: 40px;
    margin: 15px 0;
  }

  .accordion-content li {
    margin: 8px 0 30px;
  }

  .accordion-content a {
    text-decoration: none;
    color: #333;
    font-size: 1.6rem;
  }
}
