/***************************
 *
 * 投稿・カテゴリーページ
 * ★ページ中身用★
 *
 **************************/

/* コンテナーにイージングを設定 */
.barba-leave-active,
.barba-enter-active {
	transition: 0.3s ease-out;
}

/* //ページを離れる時の初期状態 */
.barba-leave {
	opacity: 1;
	visibility: visible;
	transform: none;
}

/* //ページ表示時の初期状態 */
.barba-enter {
	opacity: 0;
	visibility: hidden;
}

/* //ページを離れるアニメーション */
.barba-leave-to {
	opacity: 0;
	visibility: hidden;
}

/* //ページ表示時のアニメーション */
.barba-enter-to {
	opacity: 1;
	visibility: visible;
	transform: none;
}
@media all and (max-width: 736px) {
	/*--------------------------------
カテゴリ
---------------------------------*/

	.box-post .box-content {
		background: #fff;
		border-radius: 8px;
		padding: 30px 15px;
		box-sizing: border-box;
		max-width: 940px;
		width: 100%;
	}
	.box-post {
		margin-top: 30px;
		margin-bottom: 100px;
		margin-left: 15px;
		margin-right: 15px;
	}

	/*--------------------------------
シングル
---------------------------------*/
	.post-wrap {
		position: relative;
	}
	.post-header {
		padding: 0px 0px 0;
		position: relative;
		margin: 0 auto;
	}
	.post-header .post-cat:before {
	}
	.post-header .post-cat {
		display: inline-block;
		margin-right: 20px;
	}
	.post-header .post-cat a {
		text-decoration: none;
		color: #fff;
		background: #77bcd1;
		border-radius: 5px;
		font-size: 1.5rem;
		padding: 2px 15px;
	}
	.post-header .post-cat a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.post-header .post-time {
		display: inline-block;
		font-size: 1.5rem;
		color: #77bcd1;
		font-weight: 500;
	}
	.post-header .post-time:after {
	}

	.post-header .post-title {
		font-size: 2.2rem;
		margin: 30px auto 50px;
		position: relative;
		letter-spacing: 0.03em;
		color: #77bcd1;
		opacity: 0.9;
		font-weight: 500;
		padding-bottom: 35px;
		border-bottom: 1px solid #eeeeee;
		line-height: 1.5em;
	}

	.post .box-content {
		margin: 0 auto;
	}
	.blog-wrap {
		padding-top: 0;
	}
	.blog-wrap .post-header {
		padding-top: 0;
	}
	.blog-wrap .post-header .box-content {
		padding-top: 0;
	}

	/*
RELATED
*/
	.relate-wrap {
		padding-top: 50px;
		margin-top: 50px;
		border-top: 1px solid #eeeeee;
	}
	.relate-title {
		text-align: center;
		font-size: 1.8rem;
		color: #d8928d;
		font-weight: 500;
		margin-bottom: 50px !important;
	}
	.list-relate {
		grid-template-columns: repeat(1, 1fr);
	}
	.list-relate .entry {
		position: relative;
		min-height: 165px;
	}
	.list-relate .entry .entry-pic {
		position: absolute;
		left: 0;
		top: 0;
		width: 220px;
	}
	.list-relate .entry .entry-content {
		padding-left: 245px;
	}
	/*--------------------------------
ページ送り
---------------------------------*/
	.pagenavi {
		text-align: center;
		padding: 70px 0px 20px;
		width: 100%;

		margin: 0 auto;
		position: relative;
	}
	ul.page-numbers {
		position: relative;
		text-align: center;
		padding: 0 70px;
	}
	ul.page-numbers > li {
		display: inline-block;
		letter-spacing: normal;
		margin: 0 2px;
		vertical-align: top;
	}
	ul.page-numbers > li > a,
	ul.page-numbers > li > span {
		text-align: center;
		display: inline-block;
		box-sizing: border-box;
		color: #75bbd0;
		font-weight: normal;
		font-size: 1.3rem;
		line-height: 36px;
		transition: all 0.3s ease;
		text-decoration: none;
		font-weight: 500;
		border: 2px solid #75bbd0;
		border-radius: 5px;
		padding: 0 8px;
	}
	ul.page-numbers > li:first-child > a {
	}
	ul.page-numbers > li:last-child > a {
	}
	ul.page-numbers > li > a:hover {
		z-index: 2;
		text-decoration: none;
		transition: none;
		opacity: 0.7;
		/* border-bottom: 1px solid #e5be04; */
	}
	ul.page-numbers .current {
		color: #fff;
		cursor: default;
		z-index: 2;
		background: #75bbd0;
		font-weight: 500;
		/* border-bottom: 1px solid #e5be04; */
	}
	.page-numbers .next {
		position: absolute;
		right: 0;
		top: 0px;
		width: 60px;
		border-radius: 8px;
		display: block;
		text-align: center;
		color: #75bbd0;
		font-weight: normal;
		font-size: 1.5rem;
		line-height: 36px;
		background: #fff;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		padding: 0;
	}
	.page-numbers .next:after {
		content: none;
		display: block;
		position: absolute;
		right: 15px;
		top: 15px;
		background: url(../img/next.png) 0 0 no-repeat;
		background-size: contain;
		width: 8px;
		height: 13px;
	}

	.page-numbers .next:hover {
		text-decoration: none;
		opacity: 0.7;
		color: #75bbd0 !important;
		text-decoration: none;
		opacity: 0.7;
	}
	.page-numbers .prev {
		position: absolute;
		left: 0;
		top: 0px;
		width: 60px;
		border-radius: 8px;
		display: block;
		text-align: center;
		color: #75bbd0;
		font-weight: normal;
		font-size: 1.5rem;
		line-height: 36px;
		background: #fff;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		padding: 0;
	}
	.page-numbers .prev:after {
		content: "";
		display: block;
		position: absolute;
		left: 15px;
		top: 15px;
		background: url(../img/prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 8px;
		height: 13px;
	}

	.page-numbers .prev:hover {
		text-decoration: none;
		opacity: 0.7;
		color: #75bbd0 !important;
		text-decoration: none;
		opacity: 0.7;
	}

	/*--------------------------------
前の記事・次の記事
---------------------------------*/
	.prev-next {
		padding: 50px 0 100px;
		border-top: 1px solid #eeeeee;

		position: relative;

		margin: 0 auto;
	}
	.prev-next .box-content {
		text-align: center;
		margin: 0 auto;
	}
	.prev-next .home {
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		color: #fff;
		border: 1px solid white;
		border-radius: 23px;
		width: 200px;
		line-height: 46px;
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}
	.prev-next .home a {
		display: block;
		width: 100%;
		height: 100%;
	}
	.prev-next .home:hover {
		text-decoration: none;
		opacity: 0.7;
		color: white !important;
		background: #89796d;
		border: 1px solid #89796d;
	}
	.prev-next .next {
		position: absolute;
		right: 0;
		top: 70px;
		width: 130px;
		border-radius: 8px;
		display: block;
		text-align: center;
		color: #75bbd0;
		font-weight: normal;
		font-size: 1.5rem;
		line-height: 46px;
		background: #fff;
		border: 2px solid #75bbd0;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		padding: 0;
	}
	.prev-next .next:after {
		content: "";
		display: block;
		position: absolute;
		right: 15px;
		top: 17px;
		background: url(../img/next.png) 0 0 no-repeat;
		background-size: contain;
		width: 8px;
		height: 13px;
	}
	/* .prev-next .next:before {
		content: "";
		display: block;
		background: url(../img/post/next.png) 0 0 no-repeat;
		background-size: contain;
		width: 160px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
	} */
	.prev-next .next:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.prev-next .prev {
		position: absolute;
		left: 0;
		top: 70px;
		width: 130px;
		border-radius: 8px;
		display: block;
		text-align: center;
		color: #75bbd0;
		font-weight: normal;
		font-size: 1.5rem;
		line-height: 46px;
		background: #fff;
		border: 2px solid #75bbd0;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		padding: 0;
	}
	.prev-next .prev:after {
		content: "";
		display: block;
		position: absolute;
		left: 15px;
		top: 17px;
		background: url(../img/prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 8px;
		height: 13px;
	}
	/* .prev-next .prev:before {
		content: "";
		display: block;
		background: url(../img/post/prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 160px;
		height: 50px;
		position: absolute;
		left: 0;
		top: 0;
	} */
	.prev-next .prev:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	.relate {
		width: 100%;
		order: 4;
		margin-top: 40px;
		background: url(../img/border.png) left top no-repeat;
		background-size: 1000px 1px;
	}
	.relate .relate-title {
		text-align: center;
		font-weight: bold;
		font-size: 32px;
		color: #e8785a;
		padding-top: 35px;
		margin-bottom: 40px;
	}

	/*
*		
*
  POST CONTENT
*
*	
*/
	.post {
		word-break: break-all;
		font-size: 1.5rem;
		line-height: 2em;
		padding: 1px 0 5px;
	}
	.post h2 {
		font-size: 2.2rem;
		font-weight: bold;
		color: #e84756;
		margin: 50px auto 30px;
	}
	.post h2:first-child {
		margin-top: 0;
	}
	.post p {
		margin-bottom: 40px;
	}
	.post p a {
		color: #499ab9;
		text-decoration: underline;
	}
	.box-black {
		background: #2a2a2a;
		margin: 50px auto;
		padding: 25px;
	}
	.box-black p:last-child {
		margin-bottom: 0;
	}
	.post .notice {
		font-size: 1.3rem;
		color: #bbbbbb;
		line-height: 1.8em;
	}
	.post ol {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.post ol > li {
		font-weight: normal;
		font-size: 1.6rem;
		margin-bottom: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 55px;

		position: relative;
	}
	.post ol > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 5px;
		top: 5px;
		font-size: 1.6rem;
		color: #fff;
		background: #222222;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-radius: 100%;
		text-align: center;
	}
	.post hr {
	}
	.post ul {
		margin-bottom: 30px;
	}
	.post ul > li {
		font-weight: normal;
		padding-left: 30px;
		position: relative;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.post ul > li:before {
		content: "・";
		position: absolute;
		left: 0px;
		top: 1px;
		color: #222;
		font-size: 3rem;
	}
	blockquote {
		position: relative;
		padding: 25px;
		box-sizing: border-box;

		margin: 25px auto;
		background: #333333;
	}

	blockquote:before {
		display: inline-block;
		position: absolute;
		top: -5px;
		left: -5px;
		vertical-align: middle;
		content: "\f10d";
		font-family: FontAwesome;
		font-weight: bold;
		color: white;
		font-size: 26px;
		line-height: 1;

		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
	}

	blockquote:after {
		display: inline-block;
		position: absolute;
		bottom: -5px;
		right: -5px;
		vertical-align: middle;
		text-align: center;
		content: "\f10e";
		font-family: FontAwesome;
		font-weight: bold;
		color: white;
		font-size: 26px;
		line-height: 1;

		width: 25px;
		height: 25px;
		line-height: 25px;
		text-align: center;
	}
	blockquote a {
		display: block;
		margin-top: 15px;
	}
	blockquote p:last-child {
		margin-bottom: 0;
	}
}
