@charset "utf-8";
/* お知らせ関連CSS */
.news {
  margin-top: 70px;
}
.news .float_l {
  margin-top: 25px;
  width: 20%;
}
.news .float_r {
  width: 80%;
}
.news h3 {
  display: inline-block;
  text-align: left;
}
.news .Btn {
  display: inline-block;
}
.news_C {
border-spacing:0em;
width: 100%;
}
.news_C .T,.news_C .C,.news_C .S {
padding:20px 12px;
border-top: 1px solid #EEEEEE;
}
.news_C .C {
  padding-left: 0;
}
.news_C tr:first-child .T,.news_C tr:first-child .C,.news_C tr:first-child .S {
  border-top: 0px solid #EEEEEE;
}
.news_C tr:last-child .T,.news_C tr:last-child .C,.news_C tr:last-child .S {
  border-bottom: 0px solid #EEEEEE;
}
.news_C .T {
  color: #666666;
  width: 7em;
  white-space: nowrap;
  font-size: 0.9em;
}
.news_C .S {
  width: auto;
  line-height: 1.8em;
}
.news_C .C {
  width: 9em;
  white-space: nowrap;
  font-size: 0.9em;
}
.news_C .C span {
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  }
.news_C .C span {
  background-color: #7F8489;
}
.news_C .C1 span {
  background-color: #7F8489;
}
.news_C .C2 span {
  background-color: #5BAC83;
}
.news_C .C3 span {
  background-color: #CC5656;
}
.news_C .C4 span {
  background-color: #6B92B0;
}
.news_C .C5 span {
  background-color: #C7A978;
}
.news .more {
width: 100%;
text-align: center;
}
.news .Btn01 {
  padding: 0.8em 4em;
}

/* 一覧 */
.newsL {
  margin-top: 80px;
}
.newsL .news_C tr:first-child .T, .newsL .news_C tr:first-child .C, .newsL .news_C tr:first-child .S {
  border-top: 1px solid #EEEEEE;
}
.newsL .news_C tr:last-child .T, .newsL .news_C tr:last-child .C, .newsL .news_C tr:last-child .S {
  border-bottom: 1px solid #EEEEEE;
}
.newsL .more {
  width: 100%;
  text-align: center;
  clear: both;
}

/* ページ送りボタンデザイン */
.SortNavi {
  margin-top: 40px;
  text-align: center;
}
.SortNavi span {
  padding: 0.5em 0.7em;
}
.SortNavi .active {
background-color: #A72C2C;
color: #fff;
border-radius: 25px;
}

.ButtonArea {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #EEEEEE;
  position: relative;
}
.ButtonArea > div {
  display: inline-block;
  width: 10em;
  text-align: center;
}
.ButtonArea a {
  padding: 0 !important;
}
.ButtonArea .prev {
  position: absolute;
  left: 0;
}
.ButtonArea .next {
  position: absolute;
  right: 0;
}
.ButtonArea .return {
  position: absolute;
  left: 0;
  margin-left: calc((100% - 10em) / 2);
}
.ButtonArea .prev::before {
  content: '';
  display: inline-block;
  background-image: url('/img/icon/icon_news_prev.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0.3em;
  margin-right: 0.5em;
}
.ButtonArea .next::after {
  content: '';
  display: inline-block;
  background-image: url('/img/icon/icon_news_next.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: relative;
  top: 0.3em;
  margin-left: 0.5em;
}

/* 詳細ページ */
.newsD .news_C .C {
  border-top: 0px;
}
.newsD .news_C .C, .newsD .NeDay {
  display: inline-block;
}
.newsD .NeDay {
  color: #666666;
}
.newsD .NeTi {
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 10px;
  padding-bottom: 10px;
  
}
.ImgArea img {
  width: 100%;
  height: auto;
  max-width: 600px;
  display: block;
  margin: 60px auto 0 auto;
}
.ImgArea div {
  width: 300px;
  display: block;
  float: left;
  margin-left: 10px;
margin-top: 20px;
}
.PdfArea {
  clear: both;
  margin-top: 1em;
}
.PdfArea div {
  margin-bottom: 0.5em;
}
.pdf::after{
  content: "";
  display: inline-block;
  background-image: url('/img/icon/pdf.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 23px;
  position: relative;
  left: 5px;
  top: 3px;
}
.xls::after{
  content: "";
  display: inline-block;
  background-image: url('/img/icon/excel.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  position: relative;
  left: 5px;
  top: 3px;
}
.doc::after{
  content: "";
  display: inline-block;
  background-image: url('/img/icon/word.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 23px;
  height: 22px;
  position: relative;
  left: 5px;
  top: 3px;
}
.LinkArea {
  display: block;
  margin-top: 20px;
}
.LinkArea a,.PdfArea a {
  border-bottom: 1px solid;
}
.LinkArea a::after{
  content: "";
  display: inline-block;
  background-image: url('/img/icon/link.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  left: 5px;
  top: 2px;
}
@media (max-width: 480px) {
  .newsL {
    margin-top: 50px;
  }
  .news {
    margin-top: 30px;
  }
  .news .Btn {
    float: right;
    margin-top: -0.1em;
  }
  .ImgArea div {
    margin-left: auto;
    margin-right: auto;
    float: initial;
  }
  .news .float_l {
    width: auto;
  }
  .news .float_r {
    width: 100%;
  }
  .news_C .T, .news_C .C, .news_C .S {
    padding: 0 0px 0 10px;
    border-top: 0px;
  }
  .news_C .T, .news_C .C {
    display: inline-block;
  }
  .newsL .news_C tr:first-child .T, .newsL .news_C tr:first-child .C, .newsL .news_C tr:first-child .S {
    border-top: 0px;
  }
  .newsL .news_C tr:last-child .T, .newsL .news_C tr:last-child .C, .newsL .news_C tr:last-child .S {
    border-bottom: 0px;
  }
  .news_C .S{
    display: block;
    width: auto;
    border-bottom: 1px solid #EEEEEE !important;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
  }
  .news_C tbody tr:first-child {
    border-top: 1px solid #EEEEEE;
    display: block;
    padding-top: 20px;
  }
  .news_C .C span {
    padding: 2.5px 0;
    width: 8em;
  }
  .news_C .T {
    padding-left: 0px;
  }

  /* 詳細 */
  .newsD .wrapSB {
    width: 91.5vw;
  }
  .newsD .NeTi {
    letter-spacing: 0em;
  }
  .newsD .NeCate {
    padding-left: 0px;
  }
  .newsD .ImgArea img {
    width: 83.5vw;
    margin-top: 30px;
  }
  /* ページ送り（スマホ） */
  .ButtonArea .prev,.ButtonArea .next {
    width: 2em;
  }
}