@charset "utf-8";

/*************************************************************
*
* 汎用パーツ
*
*************************************************************/
.eyecatch {
	border-radius: 2px;
}

.main {
	width: 75%;
	float: right;
	padding-left: 1%;
}

.side {
	width: 25%;
	float: right;
  padding-right: 1%;
}
@media screen and (max-width: 768px) {
	.main {
		width: 100%;
		float: none;
	}
	.side {
		width: 100%;
		float: none;
	}
}
/*************************************************************
*
* サイドバー
*
*************************************************************/
.side .block {
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
}
/************************************
* サイド用ボタン
************************************/

@media screen and (max-width: 599px) {
}
/************************************
* サイド用見出し
************************************/
.side .headline {
  color:#fff;
  font-weight: bold;
  color: #348e1c;

  padding: 12px 15px 10px;
}
@media screen and (max-width: 768px) {
	.side .headline {
		font-size: 1.8rem;
		font-weight: bold;

		padding: 12px 15px 8px;
	}
}
@media screen and (max-width: 599px) {
	.side .headline {
		font-size: 1.6rem;
	}
}
/************************************
* サイド用リスト
************************************/
.side ul {
	background-color: #fff;
}
.side ul li {
	border-bottom: 1px solid #eaf6fb;

	padding: 10px 15px;

	position: relative;
}
/*
.side ul li:after {
	content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 1em;
  height: 1em;

  margin: auto;

  color: #EB8A98;
  font-size: 0.8em;
}
*/
.side ul li:last-child {
	border-bottom: none;
}
.side ul li a {
	color: #000;
}
.hover .side ul li a:hover,
.side ul li a.hover,
.side ul li a:focus {
	text-decoration: underline;
}

.side ul .children {
	/*margin-top: 0.3em;*/
	margin-top: 0.7em;

	padding-left: 0;
}
.side ul .children li {
	border-bottom: none;
	    list-style-type: disc;
	    font-size: 12px;
	    margin-bottom: 5px;
	    list-style-position: inside;
	    padding: 4px 0 2px;
}
.side ul .children li a {
}
@media screen and (max-width: 768px) {
  .side ul {
		font-size: 1.6rem;
  }
	.side ul li {
		padding-top: 16px;
		padding-bottom: 18px;
	}
	.side ul .children li {
		padding-top: 8px;
		padding-bottom: 8px;
	}
}
@media screen and (max-width: 599px) {
	.side ul {
		font-size: 1.52rem;
	}
}
/************************************
* 新着(newest)
************************************/
.side .newest {
  margin-bottom: 25px;
}
.side .newest a {
	display: block;

	color: #000;
}
.side .newest .box {
	background-color: #fff;
}
.side .newest .box .item {
	padding: 15px;
}
.side .newest .box .item:not(last-child) {
	border-bottom: 1px solid #eaf6fb;
}
.side .newest .title a {
	text-decoration: underline;
	line-height: 1.5;
}
.hover .side .newest .title a:hover,
.side .newest .title a.hover,
.side .newest .title a:focus {
  text-decoration: none;
}
.side .newest .head {
	margin-bottom: 10px;
}
.side .newest .date {
	/*float: left;*/
	display: block;
	width: 88px;

	font-weight: bold;
	color: #000;

	padding-top: 2px;
}
.side .newest .post-categories {
	display: block;
	margin-top: 3px;
	/* float: right; */
	/* max-width: calc(100% - 88px); */
}
.side .newest .post-categories a {
	display: inline-block;

	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;

	padding: 3px;
}
.post-categories .news {background-color: #fdda86;}
.post-categories .voice {background-color: #f4a494;}


@media screen and (max-width: 768px) {
	.side .newest .box {
		font-size: 1.6rem;
	}
	.side .newest .date {
		width: 100px;
	}
}
@media screen and (max-width: 599px) {
  .side .newest .box {
		font-size: 1.46rem;
	}
}
/************************************
* カテゴリ(category)
************************************/
@media screen and (max-width: 768px) {
	.side .category {
		/*display: none;*/
	}
}


/*******************************************************
/*
/*blog一覧
/*
/******************************************************/
/*******************************************************
/* 一覧 article
/******************************************************/
.list .box_blog {
	font-size: 1rem;
}
/* 記事毎の余白の設定 */
.list .column_main article:not(:last-child) {
	margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
	.list .box_blog .col_4 {
		width: 33.33%;
		float: left;
	}
	.list .box_blog .col_8 {
		width: 66.66%;
		float: left;
	}
}
@media screen and (max-width: 599px) {
	.list .box_blog .col_4,
	.list .box_blog .col_8 {
		width: 100%;
		float: none;
	}
	.list .box_blog .col_4 {
		margin-bottom: 12px;
	}
}
/******************************
/* 一覧 テキスト箇所
/*****************************/
@media screen and (max-width: 768px) {
	.list .box_blog .col_6.text {
		margin-top: 1.5em;

		padding-bottom: 4em;
	}
}


/******************************
/* 一覧 記事ヘッド
/*****************************/
.list .box_blog .head {
	background-color: #fff;

	padding: 8px 22px;
	margin-bottom: 20px;

	position: relative;
	display: block;

	color: inherit;
}
.list .box_blog .head:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 22px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 9px 0 9px;
	border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 599px) {
	.list .box_blog .head {
		padding: 8px 16px;
	}
}
/******************************
/* 一覧 記事投稿日
/*****************************/
.list .box_blog .date {
	font-weight: bold;
	font-size: 1.4em;

	display: block;

	margin-bottom: 6px;
}

/******************************
/* 一覧 記事タイトル
/*****************************/
.list .box_blog .headline {
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.35;
}
.list .box_blog .headline a {
	transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover.list .box_blog .headline a:hover,
.list .box_blog .headline a.hover {
	color: #24b32d;
}
@media screen and (max-width: 768px) {
	.list .box_blog .headline {
		font-size: 2em;

		margin-bottom: 0.3em;
	}
}
@media screen and (max-width: 599px) {
	.list .box_blog .headline {
		font-size: 1.8em;
	}
}
/******************************
/* 一覧 記事カテゴリ
/*****************************/
.list .box_blog .post-categories {
	text-align: right;

	display: block;

	margin-bottom: 10px;
}
.list .box_blog .post-categories a {
	display: inline-block;
	padding: 3px;

	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;

	transition: background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/******************************
/* 一覧 アイキャッチ部分
/*****************************/
@media screen and (max-width: 768px) {
	.list .box_bloglist .eyecatch {
		width: auto;
	}
}

/******************************
/* 一覧 抜粋分
/*****************************/
.list .box_blog .excerpt {
	display: block;

	font-size: 1.4em;
	line-height: 1.75;

	margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
	.list .box_blog .excerpt {
		font-size: 1.32rem;
	}
}

/******************************
/* 一覧 続きを読む
/*****************************/
.list .more {
	display: block;

	font-size: 1.4em;
	text-align: right;
}
.list .more a {
	display: inline-block;

	text-decoration: underline;
	color: inherit;
}
.hover .list .more a:hover,
.list .more a.hover,
.list .more a:focus {
	text-decoration: none;
}
.list .more a i {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
}
/*******************************************************
/* 一覧 articleここまで
/******************************************************/

/*******************************************************
/*
/*detail（記事ページ）
/*
/******************************************************/
/******************************
/* 一覧 記事ヘッド
/*****************************/
.detail .column_main .head {
	background-color: #fff;

	padding: 8px 22px;
	margin-bottom: 20px;

	position: relative;
	display: block;

	color: inherit;
}
.detail .column_main .head:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 22px;

	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 9px 0 9px;
	border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 599px) {
	.detail .column_main .head {
		padding: 8px 16px;
	}
}
/******************************
/* 一覧 記事投稿日
/*****************************/
.detail .column_main .date {
	font-weight: bold;
	font-size: 1.4rem;

	display: block;

	margin-bottom: 6px;
}

/******************************
/* 一覧 記事タイトル
/*****************************/
.detail .column_main .headline {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.35;
}
.list .box_blog .headline a {
	transition: color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hover .detail .column_main .headline a:hover,
.detail .column_main .headline a.hover {
	color: #24b32d;
}
@media screen and (max-width: 768px) {
	.detail .column_main .headline {
		font-size: 2rem;

		margin-bottom: 0.3rem;
	}
}
@media screen and (max-width: 599px) {
	.detail .column_main .headline {
		font-size: 1.8rem;
	}
}

/******************************
/* 個別 記事カテゴリ
/*****************************/
.detail .column_main .post-categories {
	text-align: right;

	display: block;

	margin-bottom: 10px;
}
.detail .column_main .post-categories a {
	display: inline-block;
	background-color: #EB8A98;
	padding: 3px;

	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1;

	transition: background-color 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*******************************************************
/*
/* pager（ページャー）
/*
/******************************************************/
/*******************************************************
/* 一覧(.list)
/******************************************************/
.list .pager {
  text-align: center;

  margin: 50px auto 0px;
}
.list .pager > * {
  font-size: 2rem;
  font-family: "Century Gothic", CenturyGothic, 'Avenir-Light', AppleGothic, sans-serif;
  color: #fff;

  display: inline-block;

  padding: 12px;
  margin-left: 7px;
  margin-right: 7px;
}
.hover.list .pager .prev,
.hover.list .pager .next {
  border: none;
  background-color: transparent;
}
.list .pager .page-numbers:not(.prev):not(.next) {
  border-radius: 50%;
  background-color: #EB8A98;
  border: #EB8A98 1px solid;

  width: 50px;
  height: 50px;
}
.list .pager a {
  color: #fff;
}
.list .pager a svg {
  width: 14px;
  height: 14px;

  fill: #EB8A98;
}
.hover .list .pager a:not(.next):not(.prev):hover,
.list .pager a:not(.next):not(.prev).hover,
.list .pager a:not(.next):not(.prev):focus,
.list .pager .current {
  background-color: #fff !important;

  color: #EB8A98;
}
@media screen and (max-width: 768px) {
  .list .pager {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
	.list .pager > * {
		padding: 10px 8px;
	}
  .list .pager .page-numbers:not(.prev):not(.next) {
    width: 40px;
	  height: 40px;

	  font-size: 1.6rem;
  }
}
