@charset "utf-8";

/* お知らせ
---------------------------------------------------*/
.news_list {
  margin-top: 10px;
}

.news_list dl {
  display: flex;
  font-size: 1.6em;
  line-height: 1.2;
  padding: 22px 10px;
  border-bottom: #C9D6DE solid 1px;
}

.news_list dl dd a {
  text-decoration: underline;
}
@media only screen and (max-width:768px) {
  .news_list {
    margin-top: 7px;
  }

  .news_list dl {
    display: block;
    line-height: 1.3;
    padding: 16px 0;
  }

  .news_list dl dd {
    white-space: initial;
    overflow: visible;
    text-overflow: clip;
    margin-top: 9px;
  }
}


/* -- pager -- */
.pager {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.pager .first-page button,
.pager .end-page button {
  width: 80px;
  height: 40px;
  font-size: 1.4em;
  font-weight: 100;
  text-align: left;
  background: #fff;
  border: #23ADED solid 1px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 2px;
  box-sizing: border-box;
  cursor: pointer;
}
.pager .first-page button {
  padding-left: 36px;
  background: url("/info/img/pager_first_arrow.png")no-repeat center left 12px /15px 15px,#fff;
}
.pager .end-page button {
  padding-left: 16px;
  background: url("/info/img/pager_end_arrow.png")no-repeat center right 12px /15px 15px,#fff;
}

.pager .prev-page button,
.pager .next-page button {
  position: relative;
  width: 40px;
  height: 40px;
  border: #23ADED solid 1px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 2px;
  cursor: pointer;
}
.pager .prev-page button {
  margin-left: 16px;
  background: url("/info/img/pager_prev_arrow.png")no-repeat center /10px 14px,#fff;
}
.pager .next-page button {
  margin: 0 16px 0 8px;
  background: url("/info/img/pager_next_arrow.png")no-repeat center /10px 14px,#fff;
}

.pager .line_list {
  display: flex;
}

.pager .line_list li {
  margin-left: 8px;
}

.pager .line_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #333;
  font-size: 1.6em;
  background: #fff;
  border: #23ADED solid 1px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 2px 2px;
  box-sizing: border-box;
}
.pager .line_list li.current a {
  color: #fff;
  font-weight: bold;
  background: #23ADED;
  border: #6DA0F0 solid 1px;
}
.pager .line_list li a:hover {
  opacity: 1;
}

.pager .first-page.disabled button,
.pager .end-page.disabled button,
.pager .prev-page.disabled button,
.pager .next-page.disabled button {
  cursor: default;
}
.disabled {
  opacity: 0.6;
}
@media only screen and (max-width:768px) {
  .pager {
    flex-wrap: wrap;
    margin-top: 72px;
  }

  .pager .first-page,
  .pager .end-page,
  .pager .line_list,
  .pager .prev-page,
  .pager .next-page {
    margin-top: 8px;
  }

  .pager .first-page button,
  .pager .end-page button {
    position: relative;
    width: 40px;
    text-align: center;
  }

  .pager .first-page button {
    padding-left: 0;
  }
  .pager .first-page button::before {
    position: absolute;
    content: "";
    top: -1px;
    left: -1px;
    width: 40px;
    height: 40px;
    background: url("/info/img/pager_first_arrow.png")no-repeat center/15px 15px,#fff;
    border-radius: 5px;
    border: #23ADED solid 1px;
    box-sizing: border-box;
  }
  .pager .end-page button {
    padding-left: 0;
  }
  .pager .end-page button::before {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    width: 40px;
    height: 40px;
    background: url("/info/img/pager_end_arrow.png")no-repeat center/15px 15px,#fff;
    border-radius: 5px;
    border: #23ADED solid 1px;
    box-sizing: border-box;
  }

  .pager .prev-page button {
    margin-left: 6px;
  }
  .pager .next-page button {
    margin: 0 6px;
  }

  .pager .line_list li {
    margin-left: 6px;
  }
}



/* お知らせ詳細ページ
---------------------------------------------------*/
body#news h4 {
  padding: 0;
  border-left: none;
  border-bottom: none;
  background: none;
}

h3 + .article_content {
  margin-top: 38px;
}

.article_content {
  padding-bottom: 56px;
  border-bottom: #C9D6DE solid 1px;
}

.article_content dt {
  position: relative;
  padding: 0 94px 12px 0;
}

.article_content dt.news::before,
.article_content dt.important::before,
.article_content dt.closure::before,
.article_content dt.lecture::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 24px;
  top: -2px;
  right: 0;
  bottom: 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  border-radius: 2px;
}

.article_content dt .date {
  position: relative;
  display: flex;
  height: 20px;
  align-items: center;
  font-size: 1.6em;
}

/* NEWアイコン設定 */
.article_content dt.new .date::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "NEW";
  width: 44px;
  min-width: 44px;
  height: 20px;
  color: #EA5252;
  font-size: 0.6em;
  font-weight: bold;
  margin-left: 16px;
  border: #EA5252 solid 1px;
  border-radius: 2px;
  box-sizing: border-box;
}

.article_content dt + dd {
  padding-top: 24px;
  border-top: #C9D6DE solid 1px;
}

.article_content dt + dd a.txt_link {
  text-decoration: underline;
}

.article_content dt + dd .txt + .img,
.article_content dt + dd .img + .txt {
  margin-top: 40px;
}

.article_content dd #block_editor + .linkbut_area,
.article_content dd .txt + .linkbut_area {
  margin-top: 32px;
}
.article_content dd .linkbut_area + .linkbut_area {
  margin-top: 16px;
}


/* backbut_area設定 */
.backbut_area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
}

.backbut_area .m_link_but + .m_link_but {
  margin-left: 56px;
}

@media only screen and (max-width:768px) {
  h3 + .article_content {
    margin-top: 21px;
  }

  .article_content {
    padding-bottom: 50px;
  }

  .article_content dt {
    padding: 0 86px 12px 0;
  }

  .article_content dt.news::before,
  .article_content dt.important::before,
  .article_content dt.closure::before,
  .article_content dt.lecture::before {
    width: 86px;
    height: 18px;
    top: 0;
    font-size: 1.05em;
  }

  .article_content dt .date {
    height: 18px;
  }

  /* NEWアイコン設定 */
  .article_content dt.new .date::after {
    height: 16px;
  }

  .article_content dt + dd {
    padding-top: 18px;
  }

  .article_content dt + dd .txt + .img,
  .article_content dt + dd .img + .txt {
    margin-top: 24px;
  }

  .article_content dd #block_editor + .linkbut_area,
  .article_content dd .txt + .linkbut_area {
    margin-top: 24px;
  }


  /* backbut_area設定 */
  .backbut_area {
    display: block;
    padding-top: 36px;
  }

  .backbut_area .m_link_but + .m_link_but {
    margin: 16px 0 0;
  }

}




/* お知らせ詳細ページ　MT管理画面ブロックエディター用
---------------------------------------------------*/
#block_editor p {
  font-size: 1.6em;
  line-height: 1.6;
}
#block_editor p + p {
  margin-top: 14px;
}

#block_editor p a {
  text-decoration: underline;
}

#block_editor h3 {
  font-size: 1em;
  font-weight: initial;
  line-height: 1;
  padding: 0;
  border-left: none;
  background: none;
}
#block_editor h4 {
  margin-bottom: 14px;
}
#block_editor h5 {
  font-size: 1em;
  font-weight: none;
  padding: 0;
  border-bottom: none;
}
#block_editor h5::before {
  display: none;
}
#block_editor h6 {
  color: #333;
  font-size: 1em;
  font-weight: initial;
}

#block_editor div + h4,
#block_editor div + div,
#block_editor div + img,
#block_editor img + h4,
#block_editor img + div,
#block_editor img + img {
  margin-top: 40px!important;
}
