@charset "utf-8";
/* CSS Document */

/* ==========================================================================//
//
//　記事一覧ページ
//
// ========================================================================== */


/* area_ttl
---------------------------------------------------------- */
.area_ttl {
  background-image: url("/news/img/main_news_pc.jpg");
  background-size: cover;
}
.area_ttl .ttl {
  background-image: url("/news/img/bg_ttl_news_01.png");
  background-position: 15px 58px;
  background-repeat: no-repeat;
  background-size: 160px;
  padding: 0 30px 30px !important;

}


/* area_news
---------------------------------------------------------- */
.area_news {
  padding: 150px 0  120px;
  width: 966px;
  margin: 0 auto;
  position: relative;
}
.area_news ul.cate_select {
  display: flex;
  margin: 0 0 45px;
}
.area_news ul.cate_select li {
  font-weight: 700;
  font-size: 1.6rem;
}
.area_news ul.cate_select li::after {
  content: "  / ";
  padding: 0 8px;
}
.area_news ul.cate_select li:last-child::after {
  content: none;
}
.area_news ul.cate_select li.current a {
  text-decoration: underline;
}

.area_news ul.list_news {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 30px;
  margin: 0 auto 100px;
  width: 100%;
}
.area_news ul.list_news li {
  width: 219px !important;
  font-weight: 500;
}
.area_news ul.list_news li a .box_img {
  margin: 0 0 20px;
}
.area_news ul.list_news li a .box_img img {
  width: 219px;
  height: 145px;
  object-fit: cover;
}
.area_news ul.list_news li a .box_date_cate {
  display: flex;
  margin: 0 0 3px;
}
.area_news ul.list_news li a .date {
  font-size: 1.2rem;
}
.area_news ul.list_news li a .date::after {
  content: "|";
  display: inline-block;
  margin: 0 7px 0;
}
.area_news ul.list_news li a .cate_name {
  font-size: 1.2rem;
}
.area_news ul.list_news li a .ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.6;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.area_news ul.list_news li a .box_txt {
  font-size: 1.3rem;
  line-height: 1.6;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.area_news .link_news {
  position: relative;
  margin: 50px 0 0;
  font-size: 1.6rem;
  text-align: right;
}
.area_news .link_news a {
  display: block;
  padding: 0 48px 0 0;
}
.area_news .link_news a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 0;
  width: 40px;
  height: 40px;
  background-image: url("/assets/img/icon_link_01.svg");
  background-size: cover;
}

.area_news .notfound {
  text-align: center;
}




/* area_catepost
---------------------------------------------------------- */
.area_catepost {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0;
  border: 1px solid #000;
}
.area_catepost h2 {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
}
.area_catepost ul.list_catepost li:first-child {
  border-top: 1px solid #eee;
}
.area_catepost ul.list_catepost li {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.area_catepost ul.list_catepost li a {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 2% 3% 1%;
}
.area_catepost ul.list_catepost li a .date {
  margin: 0 0.5% 0 0;
  width:15% ;
}
.area_catepost ul.list_catepost li a .ttl {
  width: 84.5%;
}
.area_catepost .notfound {
  text-align: center;
}
.area_catepost .pagenavi {

}


/* pagenavi
---------------------------------------------------------- */
.pagenavi {
  text-align: center;
}
.wp-pagenavi {/* 全体 */
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align:center;
}
.wp-pagenavi a {
  color: #484e4e;
}
.pages {/* 左の表記 */
  display: none;
  margin-right: 20px;
}
.wp-pagenavi .current,
.wp-pagenavi a.page {/* ボタン */
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  border: 0;
  /* width: 10px;
  height: 30px;
  line-height: 30px; */
  text-align: center;
}
.wp-pagenavi .current {/* カレント数字 */
  border-bottom: 1px solid #484e4e;
}
.wp-pagenavi a.page:hover {/* マウスオーバー */
  text-decoration: none;
}
.wp-pagenavi .first,
.wp-pagenavi .extend {/* .extend→.lastの場合もある.. */
  margin-right: 10px;
}
.wp-pagenavi .extend {
  display: none;
  border: 0;
  padding: 0;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {/* 記号の削除 */
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: -4px;
  margin: 0;
  padding: 0;
  border: 0;
  width: 40px;
  height: 40px;
  text-align: left;
  text-indent: 101%;
}
.wp-pagenavi .previouspostslink {
  left: -60px;
  background-image: url("/news/img/bg_pagenavi_prev.svg") !important;
}
.wp-pagenavi .nextpostslink {
  right: -60px;
  background-image: url("/news/img/bg_pagenavi_next.svg") !important;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: none;
  padding: 9px 12px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.wp-pagenavi .first {
  margin-right: 20px;
  background-image: url("/news/img/bg_pagenavi_prev.svg");
}
.wp-pagenavi .last {
  margin-left: 10px;
  background-image: url("/news/img/bg_pagenavi_next.svg");
}




/* ==========================================================================//
//
//　詳細ページ
//
// ========================================================================== */

/* area_post_detail
---------------------------------------------------------- */
.area_post_detail {
  width:966px;
  margin: 0 auto;
  padding: 150px 0 145px;
}


/* area_post_contents
---------------------------------------------------------- */
.area_post_contents {
  margin-bottom: 20px;
}
.area_post_contents .area_eyecatch {
  margin: 0 0 60px;
}
.area_post_contents .area_eyecatch img {
  width: 966px;
  height: 600px;
  object-fit: cover;
}
.area_post_contents .box_date_cate {
  margin: 0 0 30px;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
}
.area_post_contents .date {}
.area_post_contents .date .cate_name {}
.area_post_contents .post_ttl {
  margin: 0 0 15px;
}
.area_post_contents .post_ttl h2 {
  line-height: 1.4;
  font-weight: 700;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.area_post_contents img {
  margin: 0 0 5px;
  max-width: 100% !important;
  height: auto;
}

/* area_post_contents_detail
---------------------------------------------------------- */
.area_post_contents_detail {
  padding: 0 0 95px;
}
.area_post_contents_detail p {
  margin: 0 0 25px;
  font-weight: 500;
}
.area_post_contents_detail img {
  max-width: 100%;
}

/*style*/
.area_post_contents_detail h1 {
  font-size: 2em;
  line-height: 1.4;
  margin: 0 0 15px;
}
.area_post_contents_detail h2 {
  font-size: 1.8em;
  line-height: 1.4;
  margin: 0 0 15px;
}
.area_post_contents_detail h3 {
  font-size: 1.7em;
  line-height: 1.4;
  margin: 0 0 15px;
}
.area_post_contents_detail h4 {
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0 0 15px;
}
.area_post_contents_detail h5 {
  font-size: 1.5em;
  line-height: 1.4;
  margin: 0 0 15px;
}
.area_post_contents_detail h6 {
  font-size: 1.4em;
  line-height: 1.4;
  margin: 0 0 15px;
}
.area_post_contents_detail strong {
  font-weight: bold;
}
.area_post_contents_detail em {
  font-style: italic;
}
.area_post_contents_detail ul {
  line-height: 1.4;
  list-style: inside;
}
.area_post_contents_detail ol {
  list-style-type: decimal;
  line-height: 1.4;
  margin: 0 0 0 1em;
}
.area_post_contents_detail blockquote {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 2em;
  margin: 0 0 15px;
}
.area_post_contents_detail a {
  text-decoration: underline;
}

.area_post_contents_detail table {
  border-collapse: collapse;
}

.area_post_contents_detail th,
.area_post_contents_detail td {
  padding: 5px;
  border: 1px solid #484e4e;
}

/* area_post_pagenavi
---------------------------------------------------------- */
.area_post_pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.area_post_pagenavi a {
  display: block;
  padding: 0 15px;
  font-weight: 700;
  font-size: 1.6rem;
  white-space: nowrap;
  line-height: 40px;
}
.area_post_pagenavi a.prev-link,
.area_post_pagenavi a.next-link {
  position: relative;
}
.area_post_pagenavi a.prev-link::before,
.area_post_pagenavi a.next-link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
.area_post_pagenavi a.prev-link {}
.area_post_pagenavi a.prev-link::before {
  left: -40px;
  background-image: url("/news/img/bg_pagenavi_prev.svg");
}
.area_post_pagenavi a.next-link {}
.area_post_pagenavi a.next-link::before {
  right: -40px;
  background-image: url("/news/img/bg_pagenavi_next.svg");
}



