/*---------------------------------------
一覧ページ用
---------------------------------------*/
/* カテゴリ名 */
.under_header .page_title_wrap .title span {
  color: #7EBB19;
}

.column {
  padding: 0.80rem 0 1.00rem;
  position: relative;
  width: 100%;
  max-width: 10.50rem;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .column {
    padding: 0.35rem 0 0.45rem;
    position: relative;
  }
}

/* コラムが３件以下の場合 */
.column .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.30rem;
}

@media screen and (max-width: 640px) {
  .column .list {
    display: block;
    margin: auto;
  }
}

.column .detail {
  width: 100%;
  max-width: 3.10rem;
  margin: 0 0.30rem;
  padding-bottom: 0.55rem;
}

.column .list.flexbox .detail {
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .column .detail {
    width: 100%;
    box-sizing: border-box;
    max-width: 100%;
    margin: 0;
    padding: 0 0.20rem 0.30rem;
  }
}

.column .detail a {
  display: block;
  color: #000;
}

@media screen and (max-width: 640px) {
  .column .detail a {
    display: flex;
    flex-wrap: wrap;
  }
}

.column .detail .ph_wrap {
  width: 100%;
  height: 2.20rem;
  overflow: hidden;
  border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
  .column .detail .ph_wrap {
    width: 1.50rem;
    height: 28vw;
    border-radius: 0.075rem;
  }
}

.column .detail .ph_wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.column .detail a:hover .ph_wrap img {
  transform: scale(1.06);
}

@media screen and (max-width: 640px) {
  .column .detail .textbox {
    width: calc(100% - 1.50rem);
    padding-left: 0.20rem;
    box-sizing: border-box;
  }
}

.column .detail .textbox .date_tag_wrap {
  padding: 0.22rem 0 0.15rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 0.16rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .column .detail .textbox .date_tag_wrap {
    padding: 0.08rem 0 0.10rem;
    font-size: 0.12rem;
  }
}

.column .detail .textbox .date_tag_wrap .date {
  padding-right: 0.18rem;
}

@media screen and (max-width: 640px) {
  .column .detail .textbox .date_tag_wrap .date {
    padding-right: 0.13rem;
  }
}

.column .detail .textbox .date_tag_wrap .tag {
  position: relative;
  padding-left: 0.18rem;
  color: #7EBB19;
}

@media screen and (max-width: 640px) {
  .column .detail .textbox .date_tag_wrap .tag {
    padding-left: 0.13rem;
  }
}

.column .detail .textbox .date_tag_wrap .tag::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.column .detail .textbox .text {
  font-size: 0.16rem;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .column .detail .textbox .text {
    font-size: 0.14rem;
    letter-spacing: 0;
  }
}

/*====================
カテゴリリスト
=====================*/
.category_list_wrap {
  width: 100%;
  max-width: 11.00rem;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .category_list_wrap {
    padding: 0 0.20rem;
    box-sizing: border-box;
  }
}

.category_list_wrap .title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.30rem;
  padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
  .category_list_wrap .title {
    font-size: 0.20rem;
    padding-bottom: 0.15rem;
  }
}

.category_list_wrap .list {
  display: flex;
  flex-wrap: wrap;
  background-color: #ECEAE3;
  border-radius: 0.3rem;
  padding: 0.15rem 0.30rem;
}

@media screen and (max-width: 640px) {
  .category_list_wrap .list {
    border-radius: 0.10rem;
    padding: 0.10rem 0.20rem;
  }
}

.category_list_wrap .list .link {
  padding-right: 0.20rem;
  list-style: none;
}

@media screen and (max-width: 640px) {
  .category_list_wrap .list .link {
    padding-right: 0.15rem;
    list-style: none;
  }
}

.category_list_wrap .list .link a {
  color: #7EBB19;
  font-size: 0.18rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .category_list_wrap .list .link a {
    font-size: 0.15rem;
    line-height: 2;
  }
}

.category_list_wrap .list .link a:hover {
  text-decoration: underline;
}

/* ページャー */
.wp-pagenavi {
  font-size: 0.18rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .wp-pagenavi {
    font-size: 0.15rem;
  }
}

.wp-pagenavi a {
  color: #000;
  padding: 0 0.10rem;
}

.wp-pagenavi .current {
  display: inline-block;
  text-decoration: underline;
  padding: 0 0.10rem;
}

.wp-pagenavi a:hover {
  text-decoration: underline;
}

/*---------------------------------------
詳細ページ用
---------------------------------------*/

/*====================
お知らせヘッダー
=====================*/
.news_header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 8.60rem;
  margin: auto;
  padding-bottom: 0.40rem;
  position: relative;
  padding-top: 0.70rem;
}

@media screen and (max-width: 640px) {
  .news_header {
    padding: 0.35rem 0.20rem;
    box-sizing: border-box;
  }
}

/* 左の雲 */
.news_header::before {
	content: "";
	width: 1.50rem;
	height: 0.96rem;
	background-image: url(../img/common/under_header_cloud01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -2.60rem;
	top: 0.40rem;
	z-index: -1;
}

@media screen and (max-width: 640px) {
	.news_header::before {
		width: 0.75rem;
		height: 0.48rem;
		left: -0.10rem;
		top: 0;
	}
}

/* 右の雲 */
.news_header::after {
	content: "";
	width: 1.74rem;
	height: 1.15rem;
	background-image: url(../img/common/under_header_cloud02.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: -1.40rem;
	top: 0.60rem;
	z-index: -1;
}

@media screen and (max-width: 640px) {
	.news_header::after {
		width: 0.87rem;
		height: 0.575rem;
		right: 0.05rem;
		top: 0.45rem;
	}
}

.news_header .title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.38rem;
  line-height: 1.578;
  padding-bottom: 0.25rem;
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .news_header .title {
    font-size: 0.21rem;
    line-height: 1.75;
    padding-bottom: 0.15rem;
  }
}

.news_header .date {
  font-size: 0.18rem;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .news_header .date {
    font-size: 0.14rem;
  }
}

.news_header .cat {
  font-size: 0.18rem;
  font-weight: 700;
  color: #7EBB19;
}

@media screen and (max-width: 640px) {
  .news_header .cat {
    font-size: 0.14rem;
  }
}

/*====================
メイン画像
=====================*/
.main_ph {
  width: 100%;
  max-width: 8.60rem;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .main_ph {
    padding: 0 0.20rem;
    box-sizing: border-box;
  }
}

.main_ph img {
  max-width: 100%;
  display: block;
  border-radius: 0.27rem;
}

@media screen and (max-width: 640px) {
  .main_ph img {
    border-radius: 0.10rem;
  }
}

/*====================
本文
=====================*/
.entry_body {
  width: 100%;
  max-width: 8.60rem;
  margin: auto;
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 1.66;
}

@media screen and (max-width: 640px) {
  .entry_body {
    box-sizing: border-box;
    padding: 0 0.20rem;
    font-size: 0.14rem;
    line-height: 1.75;
  }
}

.entry_body h1,
.entry_body h2,
.entry_body h3,
.entry_body h4,
.entry_body h5,
.entry_body h6 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 0.30rem;
  line-height: 1.578;
  padding-bottom: 0.30rem;
  color: #EA6E00;
  padding-top: 0.50rem;
}

@media screen and (max-width: 640px) {
  .entry_body h1,
  .entry_body h2,
  .entry_body h3,
  .entry_body h4,
  .entry_body h5,
  .entry_body h6 {
    font-size: 0.18rem;
    padding-bottom: 0.15rem;
    padding-top: 0.25rem;
  }
}

.entry_body p {
  padding-bottom: 1em;
}

.entry_body p a {
  text-decoration: underline;
  color: #7EBB19;
  font-weight: 600;
}

.entry_body p a:hover {
  text-decoration: none;
}

.entry_body p img {
  max-width: 100%;
  border-radius: 0.27rem;
}

@media screen and (max-width: 640px) {
  .entry_body p img {
    border-radius: 0.10rem;
  }
}

.entry_body li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1em;
}

.entry_body ul li::before {
  content: "●";
  color: #EA6E00;
  display: inline;
}

.entry_body ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.entry_body ol li {
  counter-increment: item;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.entry_body ol li:before {
  content: counter(item)'.';
  padding-right: .5em;
  color: #EA6E00;
}

/* 戻るボタン */
.entry_body .back_link {
  padding: 0.80rem 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .entry_body .back_link {
    padding: 0.20rem 0 0.40rem;
  }
}

.entry_body .back_link a {
  color: #000;
  text-decoration: underline;
}

.entry_body .back_link a:hover {
  text-decoration: none;
}

