@charset "utf-8";

.second-wrap-inner {
  padding: 0 10rem;
}
/*----------------------------------------------------
  お知らせ
----------------------------------------------------*/
.news-title {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
}
.news-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 60px;
}
.news-list li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #ddd;
}
.news-list li span.data,
.news-list li p {
  display: table-cell;
  padding: 1rem;
}
.news-list li span.data {
  width: 150px;
}
.news-list li p span {
  padding-left: 0.7rem;
}
.news-list li a {
  color: #222;
}
.news-list li span.new {
  color: #ff1100;
}

/*----------------------------------------------------
  セカンドページ トップ
----------------------------------------------------*/
/*タイトル*/
.second-top-title-area {
  margin-bottom: 5rem;
}
.second-top-title {
  font-size: 4.8rem;
  margin-top: 5rem;
  margin-bottom: 1.5em;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.second-top-title::after {
  content: "";
  width: 1em;
  height: 7px;
  display: inline-block;
  background-color: #23973f;
  position: absolute;
  z-index: 0;
  bottom: -0.6em;
  left: 0;
}
.second-top-title-area p {
  font-size: 1.8rem;
  line-height: 2;
}
/*一覧*/
ul.second-page-nav {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 5rem;
}
.second-page-nav li {
  flex: 0 0 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.second-page-nav a {
  display: block;
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-color: #ddd;
  transition: 0.3s;
}
.second-page-nav a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.second-page-nav a::after {
  content: "";
  background-image: url(../images/common/ico_second_page_nav.svg);
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 36px;
  height: 36px;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.second-page-nav a:hover {
  color: #ffe705;
}
.second-page-nav-title {
  font-size: 3.8rem;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}

/*----------------------------------------------------
  セカンドページ 詳細
----------------------------------------------------*/
/*タイトル*/
.second-contents-title {
  font-size: 3.4rem;
  line-height: 1.4;
  color: #23973f;
  margin-bottom: 1em;
}
.second-contents-second-title {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 3rem;
  color: #333;
  border-left: 7px solid #23973f;
  padding-left: 1rem;
}
/*コンテンツ*/
.second-contents-wrap {
  padding: 6rem 0;
}
.second-contents-wrap:nth-child(2n-1) {
  background-color: #f4f5f4;
}
.second-contents-inner {
  margin-bottom: 6rem;
}
.second-contents-inner:last-child {
  margin-bottom: 0;
}
.second-contents-wrap figure {
  margin-bottom: 1rem;
}
.second-contents-wrap figcaption {
  text-align: center;
  font-size: 0.9em;
}
/*ボタン*/
.btn-area {
  margin-top: 2rem;
}
a.btn-normal {
  background-color: #23973f;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 4rem 1rem 3rem;
  position: relative;
  min-width: 220px;
  text-align: center;
  transition: 0.3s;
}
a.btn-normal::after {
  content: "";
  background-image: url(../images/common/ico_link.svg);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 17px;
  height: 17px;
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto;
}
a.btn-normal:hover {
  opacity: 0.7;
}
/*テーブル表*/
table.tbl-normal {
  width: 100%;
}
.tbl-normal tr {
  border-bottom: 1px solid #ccc;
}
.tbl-normal th,
.tbl-normal td {
  padding: 1.5rem 1rem;
}
.tbl-normal th {
  width: 200px;
}
/* 404 */
.not-found a {
  margin: 0 0.5rem 1rem;
}
@media screen and (max-width: 767.98px) {
  .news-list li {
    display: block;
  }
  .news-list li span.data,
  .news-list li p {
    display: block;
    padding: 1rem;
    width: auto;
  }
  .news-list li span.data {
    padding-bottom: 0;
  }
  .news-list li p {
    padding-top: 0.5rem;
  }
  .second-top-title {
    font-size: 7vw;
    margin-top: 3rem;
    margin-bottom: 1em;
  }
  .second-page-nav li {
    flex: 0 0 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .second-page-nav a {
    padding-bottom: 180px;
  }
  .second-page-nav a::after {
    background-size: 26px;
    width: 26px;
    height: 26px;
    bottom: 1rem;
    right: 1rem;
  }
  .second-page-nav-title {
    font-size: 3.4rem;
    left: 2rem;
    transform: translateY(-50%);
  }
  .second-contents-wrap {
    padding: 3rem 0;
  }
  .second-contents-inner {
    margin-bottom: 3rem;
  }
  .second-contents-title {
    font-size: 2.8rem;
  }
  .second-contents-second-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
  .tbl-normal th,
  .tbl-normal td {
    padding: 0.5rem 1rem;
    width: 100%;
    float: left;
  }
  .tbl-normal th {
    padding-bottom: 0;
  }
  .btn-area {
    margin: 1.5rem 0;
  }
}
@media screen and (max-width: 575.98px) {
  .second-page-nav a {
    padding-bottom: 140px;
  }
  .second-page-nav-title {
    font-size: 3rem;
    left: 1.5rem;
  }
}
