@charset "utf-8";
/* CSS Document */
p.time_tag {
  margin-bottom: 10px;
  font-size: var(--size_s);
}
.days {
  font-size: var(--size_s);
  margin-right: 6px;
}
.category {
  background: #ddd;
  padding: 2px 6px;
  margin-right: 6px;
  font-size: var(--size_2s);
  white-space: nowrap;
  display: inline-block;
  border-radius: 4px;
  line-height: 1.6em;
  color: #fff;
}
span.important {
  background: #c54b4b;
  padding: 2px 6px;
  margin-right: 10px;
  font-size: var(--size_2s);
  white-space: nowrap;
  display: inline-block;
  border-radius: 4px;
  line-height: 1.6em;
  color: #fff;
}
.category.authority01 {
  background: var(--authority01);
}
.category.authority02 {
  background: var(--authority02);
}
.category.authority03 {
  background: var(--authority03);
}
.category.authority04 {
  background: var(--authority04);
}
.category.authority05 {
  background: var(--authority05);
}
.category.authority06 {
  background: #fff;
  border: 1px solid var(--authority06);
  color: #333;
}
.category.authority07 {
  background: var(--authority07);
}
.topics_box {
  display: -webkit-flex;
  display: flex;
  height: 100px;
  font-size: 1rem;
  justify-content: flex-start;
  align-items: center;
}
.topics_box .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.topics_box .text a {
  color: var(--black);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.topics_box dl {
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.topics_box dl dt {
  display: flex;
  font-weight: 400;
  align-items: center;
  margin-bottom: 6px;
}
.topics_box .text a:hover {
  opacity: 0.8;
}
.info-area {
  margin-bottom: 2rem;
}
.info-area article {
  border-bottom: 1px solid #ddd;
}
.info-area a.btn_s:after {
  font-family: "FontAwesome";
  content: "\f105";
  padding-left: 10px;
}
.info-area a.btn_s {
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  -ms-transition: 2s;
  transition: 2s;
  font-size: 1.1rem;
  display: block;
  background-color: #e64924;
  padding: 10px 30px;
  color: #fff;
  border: 1px solid #e64924;
}
/*====================
お知らせコンテンツスタイル
 ====================*/
.news .newsBox {
}
.news .newsBox > .title {
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.8rem;

  margin-top: 10px;
  text-align: left;
  position: relative;
}
.news .newsBox > .image_area {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.news .newsBox > .image_area .topicsPhoto {
  margin: 0 10px 0 0;

  width: 280px;
  height: 198px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;

  background-image: url("../../images/icon_imghover.png");
  background-repeat: no-repeat;
  background-position: center;
}
.news .newsBox .text {
  text-align: left;
  color: #333;
  padding-bottom: 30px;
  width: 95%;
  margin: 30px auto;
  font-size: 1rem;
  line-height: 1.5rem;
}
.news .newsBox > .image_area .topicsPhoto:last-child {
  margin: 0;
}

.news .newsBox > .image_area .topicsPhoto a {
  width: 100%;
  display: block;
}

.news .newsBox > .image_area .topicsPhoto a:hover {
  transition: color 0.3s ease 0s;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.news .newsBox > .image_area .topicsPhoto img {
  width: auto;
  height: 198px;
}
.news .days {
  padding-top: 20px;
  text-align: left;

  font-size: 1rem;
}
ul.down-area strong {
  background-color: #eee;
  color: #172f7a;
  padding: 12px 20px;
}
ul.down-area {
  padding-top: 30px;
}
.newsBox ul.down-area li {
  margin-bottom: 10px;
  height: 40px;
  border: 1px solid #b2b2b2;
  background: #fff;
  zoom: 1;
  overflow: hidden;
  text-align: left;
  font-size: 1rem;
}
.newsBox ul.down-area li span {
  line-height: 2.5rem;
  padding: 0px 10px;
}
ul.down-area strong:hover {
  background-color: #172f7a;
  color: #fff;
}

ul.down-area .fa-file-download:before {
  padding-right: 5px;
}
.pageArea.member {
  padding-bottom: 30px;
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 400;
  margin-bottom: 0;
  xborder-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.2rem;
  border-bottom: 1px solid #999;
  font-weight: 900;
  padding-bottom: 10px;
}
.info .topicsText {
  line-height: 1.6rem;
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}
.info p.item-image a:not(:last-child) {
  margin-bottom: 1em;
  display: block;
}

.info p.item-image img {
  width: 600px;
  height: auto;
  max-height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  border: 1px solid #ccc;
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
}

.info .news_area.narrow {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff9f1;
}
.info .news_area.narrow.readed {
  background-color: #fff;
}
.info section.news_area.narrow .topics {
  xdisplay: flex;
  margin-bottom: 0;
  width: 68%;
}
.info .news_area.narrow p.ttl {
  font-size: 1.2rem;
  border-bottom: none;
  font-weight: 900;
  padding-bottom: 0;
}
.info .news_area.narrow p.ttl span.statement {
  display: inline-block;
  margin-right: 10px;
}
.info .news_area.narrow p.day {
  padding-top: 0;
}
.info .topics {
  margin-bottom: 1em;
}

@media screen and (max-width: 940px) {
  .info .news_area.narrow {
    /*flex-flow: column;*/
    flex-flow: wrap;
  }
  .info section.news_area.narrow .topics {
    margin-bottom: 10px;
    width: 100%;
  }
  .info .news_area.narrow {
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
  margin-right: 10px;
  list-style: none;
}
ul.pageArea-navi-number li a {
  text-decoration: none;
}
ul.pageArea-navi-number li a:hover {
  background-color: #f9e33e;
}
span.pager_index {
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #333;
  display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
  border: 1px solid var(--key);
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 940px) {
  .topics_box {
    height: 100px;
    xjustify-content: center;
    xflex-flow: column;
    xpadding-left: 1rem;
    xalign-items: flex-start;
  }
  .topics_box .text {
    xpadding-left: 0;
  }
  .topics_box dl {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
  }
  .topics_box .text {
    padding-left: 0;
  }
  .info .news_area {
    padding: 20px;
  }
  ul.pageArea-navi-number {
    width: 90%;
  }
  .info p.ttl {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
