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

/* コンテナーにイージングを設定 */
.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) {
	/*--------------------------------
カテゴリ
---------------------------------*/
	.l-cat {
		display: flex;
		justify-content: space-between;
		width: 1120px;
		margin: 0 auto;
		padding-top: 78px;
	}
	.l-cat .l-cat-content {
		width: 820px;
	}
	.title-2-cat {
		text-align: center;
		font-size: 3.3rem;
		color: #004ea7;
		letter-spacing: 0.1em;
		line-height: 1.818em;
	}
	.title-2-cat:after {
		content: "";
		margin: 27px auto 29px;
		display: block;
		background: url(../img/title-2-cat.svg) center top no-repeat;
		width: 23px;
		height: 5px;
	}

	/*--------------------------------
シングル
---------------------------------*/
	.post-info {
		position: relative;
	}
	.post-info .post-time {
		display: inline-block;
		font-size: 1.4rem;
		color: #848484;
		vertical-align: middle;
		position: relative;
		top: -4px;
	}
	.post-info .post-cat {
		display: inline-block;
		width: 83px;
		margin-left: 12px;
		vertical-align: middle;
	}
	.post-info .post-cat a {
		background: rgba(0, 155, 224, 0.5);
		display: block;
		line-height: 25px;
		position: relative;
		top: -3px;
		border-radius: 4px;
		text-align: center;
		color: white !important;
		font-size: 1.2rem;
	}
	.post-info .post-cat a:hover {
		opacity: 0.7;
	}
	.post-info .post-title {
		font-size: 2rem;
		font-weight: normal;
		line-height: 1.8em;
		margin-bottom: 59px;
		border-bottom: 1px solid #c1c1c1;
		padding-top: 10px;
		padding-bottom: 23px;
	}

	.post-single {
		margin-bottom: 40px;
		position: relative;
		display: block;
	}

	/*--------------------------------
ページ送り
---------------------------------*/
	.pagenavi {
		text-align: center;

		padding: 45px 0px;
		width: 100%;

		position: relative;
	}
	ul.page-numbers {
		position: relative;
		text-align: center;
		padding: 0 0px;
		margin: 105px auto 50px;
	}
	ul.page-numbers > li {
		display: inline-block;
		letter-spacing: normal;
		margin: 0 4px;
		vertical-align: top;
	}
	ul.page-numbers > li > a,
	ul.page-numbers > li > span {
		text-align: center;
		display: inline-block;

		box-sizing: border-box;
		font-size: 2rem;
		color: #959595;
		font-weight: bold;
		padding: 7px 14px;
		border-radius: 5px;
		background: #f5f5f5;
		transition: all 0.3s ease;
		text-decoration: none;
	}
	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;
		color: #333;
	}
	ul.page-numbers .current {
		color: #fff;
		background: linear-gradient(to right, #009be0 0%, #004ea7 100%);
		cursor: default;
		z-index: 2;
	}
	.page-numbers .next {
		position: absolute;
		right: 0;
		top: -10px;
		width: 180px;
		line-height: 48px;
		display: block;
		text-align: center;
		padding: 0;
		color: #bc1d21;
		font-weight: 500;
		font-size: 1.5rem;
		border: 1px solid #bc1d21;
		border-radius: 25px;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		display: none;
	}

	.page-numbers .next:hover {
		text-decoration: none;
		opacity: 0.7;
		background: #bc1d21 !important;
		color: #fff;
	}
	.page-numbers .prev {
		position: absolute;
		left: 0;
		top: -10px;
		width: 180px;
		line-height: 48px;
		display: block;
		text-align: center;
		padding: 0;
		color: #bc1d21;
		font-weight: 500;
		font-size: 1.5rem;
		border: 1px solid #bc1d21;
		border-radius: 25px;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		display: none;
	}

	.page-numbers .prev:hover {
		text-decoration: none;
		opacity: 0.7;
	}

	/*--------------------------------
前の記事・次の記事
---------------------------------*/
	.prev-next {
		position: relative;
		margin: 85px auto 70px;
		display: flex;
		gap: 0;
	}
	.prev-next a {
		transition: 0.2s ease;
	}

	.prev-next .next {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		text-align: right;
		padding: 0;
		color: #222222;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing: 0.01em;
		line-height: 1.714em;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		border-top: 1px solid #c1c1c1;
		border-bottom: 1px solid #c1c1c1;
		padding: 25px 45px;
		height: 100px;
	}
	.prev-next .next:before {
		content: "";
		display: block;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -5px;
		background: url(../img/bullet-next.svg) center center no-repeat;
		background-size: contain;
		width: 10px;
		height: 11px;
	}

	.prev-next .next:hover {
		text-decoration: none;
		background: #fffcec;
		color: #222;
	}

	.prev-next .prev {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		padding: 0;
		color: #222222;
		font-weight: 500;
		font-size: 1.4rem;
		letter-spacing: 0.01em;
		line-height: 1.714em;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		border-top: 1px solid #c1c1c1;
		border-bottom: 1px solid #c1c1c1;
		padding: 25px 45px;
		height: 100px;
	}
	.prev-next .prev:before {
		content: "";
		display: block;
		position: absolute;
		left: 25px;
		top: 50%;
		margin-top: -5px;
		background: url(../img/bullet-prev.svg) center center no-repeat;
		background-size: contain;
		width: 10px;
		height: 11px;
	}
	.prev-next a:nth-child(2) {
		border-left: 1px solid #c1c1c1;
	}
	.prev-next .prev:hover {
		text-decoration: none;
		background: #fffcec;
		color: #222;
	}
	.prev-next + .btn-home {
		margin-bottom: 110px;
	}

	/*
*		
*
  POST CONTENT
*
*	
*/
	.post {
		word-break: break-all;
		font-size: 1.6rem;
		line-height: 2.25em;
	}
	.post h2 {
		font-size: 3rem;
		font-weight: 500;
		letter-spacing: 0.1em;
		color: #004ea7;
		line-height: 1.666em;
		margin: 59px auto 35px;
		font-family: "Noto Serif JP", serif;
		background: #edf5f9;
		padding: 15px 20px;
	}
	.post h2:first-child {
		margin-top: 0;
	}
	.post h3 {
		font-size: 2.8rem;
		font-weight: bold;
		margin: 65px auto 40px;
		line-height: 2.14em;
		letter-spacing: 0.1em;
		font-family: "Noto Serif JP", serif;
		font-weight: normal;
	}
	.post h4 {
		font-size: 2.4rem;
		font-weight: normal;
		margin: 50px auto 30px;
		line-height: 2.5em;
		letter-spacing: 0.1em;
		border-bottom: 1px solid #c7c7c7;
		padding-bottom: 15px;
	}
	.post h5 {
		font-size: 2rem;
		font-weight: bold;
		margin: 50px auto 20px;
		line-height: 3em;
		letter-spacing: 0.1em;
		border-left: 2px solid #004ea7;
		padding-left: 20px;
	}
	.post h6 {
		font-size: 1.8rem;
		font-weight: bold;
		margin: 50px auto 20px;
		line-height: 3em;
		letter-spacing: 0.1em;
	}

	.post p {
		margin-bottom: 40px;
	}
	.post img {
	}
	.post .wp-caption {
		width: 100% !important;
	}
	.post .wp-caption img {
		margin-bottom: 10px;
	}
	.post .gallery-columns-2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
		width: 100%;
	}
	.post .gallery-columns-2 .gallery-item {
		float: none !important;
		width: 100% !important;
	}
	.post .gallery-columns-2 br {
		display: none;
	}
	.post .gallery-item img {
		border: none !important;
		display: block;
		margin-bottom: 10px;
	}
	.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;

		margin-bottom: 15px;

		padding-left: 45px;

		position: relative;
	}
	.post ol > li:before {
		counter-increment: number;
		content: counter(number);
		position: absolute;
		left: 0px;
		top: 0px;
		color: white;
		background: #fa7f88;
		border-radius: 5px;
		width: 31px;
		height: 31px;
		text-align: center;
	}
	.post hr {
	}
	.post ul {
		margin-bottom: 30px;
	}
	.post ul > li {
		font-weight: normal;
		padding: 3px 0 3px 20px;
		position: relative;
		margin-bottom: 5px;
	}
	.post ul > li:before {
		content: "";
		width: 10px;
		height: 10px;
		display: block;
		background: #fa7f88;

		position: absolute;
		left: 0px;
		top: 12px;
		border-radius: 100%;
	}
	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;
	}
	.post table {
		width: 100%;
		margin: 35px auto;
	}
	.post table th,
	.post table thead td {
		background: #808080;
		text-align: center;
		color: white;
		font-weight: bold;
		border: 1px solid #d8d8d8;
		padding: 15px;
	}
	.post table td {
		border: 1px solid #d8d8d8;
		padding: 15px;
	}
}
