@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.slideSection {
  position: relative;
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .slideSection {
    height: 66.66667vw;
  }
}
.slideSection #topImg {
  width: 100%;
  height: 36.60322vw;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slideSection #topImg {
    height: 65.10417vw;
  }
}
.slideSection #topImg .slideimage {
  width: 100%;
  height: 36.60322vw;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .slideSection #topImg .slideimage {
    height: 65.10417vw;
  }
}
.slideSection #topImg .mainLead {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  width: 70%;
  text-align: center;
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.52);
  color: #333;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .slideSection #topImg .mainLead {
    font-size: 3.38542vw;
    width: 80%;
    line-height: 2;
  }
}

h2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
h2:after {
  content: "";
  width: 80px;
  height: 3px;
  background-color: #008595;
  position: absolute;
  left: 0;
  right: 0;
  margin: 5px auto;
  display: block;
}

h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 5px 0;
  margin-bottom: 60px;
}
h2:after {
  content: "";
  width: 150px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: 0 auto;
  background-color: #555555;
}

section {
  padding: 80px 0;
}

.topSlide {
  max-width: 100%;
  height: 36.45833vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topSlide {
    height: 66.66667vw;
  }
}
.topSlide .main_visual {
  position: relative;
  width: 100%;
  height: 36.45833vw;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .topSlide .main_visual {
    width: 100%;
    height: 66.66667vw;
  }
}

#topics .inner .flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
#topics .inner .flex .tpc_box {
  width: 23%;
  margin: 1%;
  display: block;
  text-decoration: none;
}
#topics .inner .flex .tpc_box:hover .cnt_box .title {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #topics .inner .flex .tpc_box {
    width: 48%;
  }
}
#topics .inner .flex .tpc_box .thmb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 180px;
}
#topics .inner .flex .tpc_box .cnt_box {
  color: #333;
  padding: 20px 0;
}
#topics .inner .flex .tpc_box .cnt_box .date {
  font-size: 14px;
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
#topics .inner .flex .tpc_box .cnt_box .title {
  display: block;
  text-align: left;
}

#sec_menu {
  padding: 120px 0;
  background-color: #555555;
}
#sec_menu .inner .flex .menu_box {
  display: block;
  width: 25%;
  border-right: 2px solid #c9c9c9;
  background-color: #fff;
  padding: 20px;
  text-decoration: none;
}
#sec_menu .inner .flex .menu_box:hover svg {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #sec_menu .inner .flex .menu_box {
    width: 50%;
  }
  #sec_menu .inner .flex .menu_box:nth-child(2) {
    border-right: none;
    border-bottom: 2px solid #c9c9c9;
  }
  #sec_menu .inner .flex .menu_box:first-child {
    border-bottom: 2px solid #c9c9c9;
  }
}
#sec_menu .inner .flex .menu_box:last-child {
  border-right: none;
}
#sec_menu .inner .flex .menu_box .box_head {
  text-align: center;
  border-bottom: 2px solid #555555;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  min-height: 164px;
}
#sec_menu .inner .flex .menu_box .box_head .icon {
  display: block;
  margin-bottom: 20px;
}
#sec_menu .inner .flex .menu_box .box_head .icon svg:hover {
  opacity: 0.8;
}
#sec_menu .inner .flex .menu_box .box_head h3 {
  color: #555555;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #sec_menu .inner .flex .menu_box .box_head h3 {
    font-size: 4.8vw;
  }
}
#sec_menu .inner .flex .menu_box .box_btm .lead {
  color: #333;
  display: block;
  text-align: left;
  font-size: 1.8rem; /* 18px - Override Bootstrap .lead */
  font-weight: normal; /* Override Bootstrap .lead */
}

.news {
  background-color: #F9F9F9;
}

@media screen and (max-width: 768px) {
  .newsEvent tbody {
    display: block;
  }
}
.newsEvent .newsList {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .newsEvent .newsList .selCat {
    display: block !important;
    width: 100% !important;
  }
}
.newsEvent .newsList #catMenu {
  width: 100%;
  background: #f4f4f4;
  margin: 0 0 2em;
  padding: 1em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 768px) {
  .newsEvent .newsList #catMenu {
    display: none;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.newsEvent .newsList #catMenu li a {
  -moz-border-radius: 2em;
  -webkit-border-radius: 2em;
  border-radius: 2em;
}
.newsEvent .newsList #catMenu.column3 li {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .newsEvent .newsList #catMenu.column3 li {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.newsEvent .newsList #catMenu li {
  border: none;
  flex-basis: 25%;
  max-width: 25%;
  align-self: stretch;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  list-style: none;
  margin: 0;
  padding: 0.5em;
  text-indent: 0;
  background: none;
  float: left;
}
.newsEvent .newsList #catMenu li:before {
  display: none;
}
.newsEvent .newsList #catMenu li a {
  margin: 0;
  padding: 1em;
  width: 100%;
}
.newsEvent .newsList #catMenu li a.now {
  background: #cacaca;
  color: #333;
  border-color: #cacaca;
}
@media screen and (max-width: 768px) {
  .newsEvent .newsList #catMenu li {
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.newsEvent ul {
  position: relative;
  text-align: left;
}
.newsEvent ul li {
  margin-top: 15px;
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 15px;
}
.newsEvent ul li:before {
  display: none;
}
@media screen and (max-width: 768px) {
  .newsEvent ul li {
    text-align: left;
    margin-bottom: 1em;
    margin-top: 1em;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .newsEvent ul li:after {
    font-family: 'icomoon' !important;
    content: "\f054";
    position: absolute;
    top: 50%;
    right: 2em;
    color: #c8c8c8;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.newsEvent ul span {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .newsEvent ul span {
    font-size: 3.4375vw;
    display: block;
    padding: 0 1em;
  }
}
.newsEvent ul span a {
  color: #333;
}
@media screen and (max-width: 768px) {
  .newsEvent ul span a {
    display: block;
    padding: 0.3em 0 1em 0;
  }
}
.newsEvent ul span.date {
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
  margin-right: 1em;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .newsEvent ul span.date {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .newsEvent ul span.date {
    font-size: 3.4375vw;
    font-weight: bold;
    display: inline-block;
    width: auto;
  }
}
.newsEvent ul span.cate {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  margin-right: 1em;
  width: 8em;
}
@media screen and (max-width: 1000px) {
  .newsEvent ul span.cate {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 768px) {
  .newsEvent ul span.cate {
    display: inline-block;
    width: auto;
  }
}
.newsEvent ul span.cate span {
  padding: 2px 15px;
  background: #626262;
  display: block;
  color: #333;
  width: 100%;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .newsEvent ul span.cate span {
    font-size: 3.125vw;
    display: inline-block;
    width: 10em;
    text-align: center;
  }
}
.newsEvent ul span.title {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .newsEvent ul span.title {
    display: block;
    margin-top: 10px;
  }
}
.newsEvent ul span.title a {
  display: inline-block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .newsEvent ul span.title a {
    padding: 0.3em 2em 1em 0;
  }
}

@media screen and (max-width: 768px) {
  .bnrRowArea {
    width: 90%;
    margin: 0 auto;
  }
}
.bnrRowArea .inner.bnr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.bnrRowArea .inner.bnr .bnr_item {
  background-position: center;
  background-repeat: no-repeat;
  width: 23%;
  display: block;
  margin: 1% 1%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 16px;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.bnrRowArea .inner.bnr .bnr_item.bk_ray:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bnrRowArea .inner.bnr .bnr_item {
    width: 48%;
    font-size: 14px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media screen and (max-width: 420px) {
  .bnrRowArea .inner.bnr .bnr_item {
    font-size: 14px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
.bnrRowArea .inner.bnr .bnr_item span {
  position: relative;
  z-index: 3;
}
.bnrRowArea .inner.bnr .bnr_item:hover {
  text-decoration: none;
  opacity: 0.6;
}

#scroll-sign {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 20;
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* 日付・カテゴリーを固定幅のままタイトル列と横並びにし、タイトルが折り返しても上下中央揃えにする */
.top-news-list li {
  display: flex;
  align-items: center;
}
.top-news-list li span.date,
.top-news-list li span.cate {
  flex-shrink: 0;
}
.top-news-list li span.title {
  flex: 1;
  min-width: 0;
}
.top-news-list li span.title a {
  display: block;
  clear: none;
}
@media screen and (max-width: 768px) {
  .top-news-list li {
    display: block;
  }
}
