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

@media all and (min-width: 737px) {
	/*--------------------------------
カテゴリ
---------------------------------*/

	.l-cat {
		position: relative;
		flex-wrap: wrap;
		display: flex;
		justify-content: space-between;
		max-width: 1220px;
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.l-cat .l-sidebar {
		order: 1;
		width: 350px;
		position: sticky;
		left: 0;
		top: 0;
	}
	.l-cat .l-sidebar:before {
		content: "";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 100vw;
		height: 100%;
		background: url(/yochien/wp/wp-content/themes/surugadai/img/about-intro-2-bg.jpg) 0 0 repeat;
		background-size: 1600px 503px;
	}
	.l-cat .l-cat-content {
		flex-grow: 1;
		order: 2;
		width: calc(100% - 350px);
		padding-left: 65px;
		box-sizing: border-box;
		padding-top: 80px;
	}
	.page .cat-now {
		font-weight: bold;
		font-size: 2rem;
		letter-spacing: 0.06em;
	}
	.post-no {
		font-size: 2rem;
		letter-spacing: 0.1em;
		background: #f1f1f3;
		padding: 55px 93px;
		max-width: 990px;
		margin: 0 auto;
	}
	.l-cat-full {
		padding-top: 100px;
		position: relative;
	}

	/*--------------------------------
シングル
---------------------------------*/

	.post-info {
		position: relative;
		border-bottom: 2px dashed #f9a497;
		padding-bottom: 22px;
		margin-bottom: 38px;
	}
	.post-info:after {
		content: "";
		display: block;
		position: absolute;
		right: -30px;
		top: -50px;
		background: url(/yochien/wp/wp-content/themes/surugadai/img/banner-stick-2.png) 0 0 no-repeat;
		background-size: contain;
		width: 156px;
		height: 126px;
		z-index: 3;
	}

	.post-info .post-time {
		display: block;
		font-size: 1.8rem;
		color: #51b7dd;
		margin-right: 10px;
	}

	.post-info .post-cat {
		display: inline-block;
	}
	.post-info .post-cat a {
		color: #fff;
		display: inline-block;
		font-size: 1.8rem;
		line-height: 26px;
		background: #fff;
		border-radius: 0px;
		padding: 2px 15px;
		font-weight: bold;
		background: #f4d650;
		position: relative;
		z-index: 3;
		margin-right: 3px;
		transition: 0.3s ease;
	}
	.post-info .post-cat a:hover {
		text-decoration: none;
		background: var(--blue);
		color: white;
	}
	.post-info .post-title {
		margin: 20px 0;
		font-weight: bold;
		color: #444444;
		font-size: 2rem;
		font-weight: bold;
		line-height: 1.5em;
	}

	.post hr {
		border: none;
		border-top: 1px solid #e7e0d3;
	}

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

	/*--------------------------------
ページ送り
---------------------------------*/
	.pagenavi {
		text-align: center;
		padding: 60px 0px 110px;
		width: 100%;
		margin-bottom: 0px;
		position: relative;
	}

	ul.page-numbers {
		position: relative;
		text-align: center;
		padding: 50px 0 0;
		margin: 0px auto 50px;
		border-top: 2px dashed #f9a497;
	}
	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;
		font-size: 2rem;
		color: #444444;
		font-weight: normal;
		letter-spacing: 0.1em;
		padding: 0 2px;

		transition: all 0.3s ease;
		text-decoration: none;
		text-align: center;
	}
	ul.page-numbers > li:first-child > a {
	}
	ul.page-numbers > li:last-child > a {
	}
	ul.page-numbers > li > a:hover {
		cursor: default;
		z-index: 2;
		text-decoration: underline;
	}
	ul.page-numbers .current {
		color: #51b7dd;
		cursor: default;
		z-index: 2;
		text-decoration: underline;
	}
	.page-numbers .next {
		display: block;
		font-weight: bold;
		padding: 0 0 3px;
		border: none;
		border-radius: 0;
		background: url(/yochien/wp/wp-content/themes/surugadai/img/next.png) 0 0 no-repeat;
		background-size: contain;
		font-size: 1.6rem;
		width: 60px;
		height: 60px;
		line-height: 19px;
		position: absolute;
		right: 0;
		top: 30px;
		text-indent: -9999em;
	}

	.page-numbers .next:hover {
		text-decoration: none;
		color: #0f2f7a !important;
		opacity: 0.7;
	}
	.page-numbers .prev {
		display: block;
		font-weight: bold;
		padding: 0 0 3px;
		border: none;
		border-radius: 0;
		background: url(/yochien/wp/wp-content/themes/surugadai/img/prev.png) 0 0 no-repeat;
		background-size: contain;
		font-size: 1.6rem;
		width: 60px;
		height: 60px;
		line-height: 19px;
		position: absolute;
		left: 0;
		top: 30px;
		text-indent: -9999em;
	}

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

	/*--------------------------------
前の記事?次の記事
---------------------------------*/
	.prev-next {
		position: relative;
		margin: 50px auto 200px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		padding: 50px 0 24px;
		border-top: 2px dashed #f9a497;
	}

	.prev-next a {
		transition: 0.2s ease;
	}

	.prev-next .next {
		display: block;
		color: #444444 !important;
		border-radius: 0px;
		font-size: 1.6rem;
		line-height: 1.5em;
		box-sizing: border-box;
		text-align: right;
		position: relative;
		padding-right: 80px;
		padding-left: 22px;
	}
	.prev-next .next:before {
		content: "";
		display: block;
		position: absolute;
		right: 5px;
		top: 50%;
		margin-top: -6.5px;
		background: url(/yochien/wp/wp-content/themes/surugadai/img/next.png) 0 0 no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
	}

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

	.prev-next .prev {
		display: block;
		color: #444444 !important;
		border-radius: 0px;
		font-size: 1.6rem;
		line-height: 1.5em;
		box-sizing: border-box;
		text-align: left;
		position: relative;
		padding-right: 22px;
		padding-left: 80px;
	}
	.prev-next .prev:before {
		content: "";
		display: block;
		position: absolute;
		left: 5px;
		top: 50%;
		margin-top: -6.5px;
		background: url(/yochien/wp/wp-content/themes/surugadai/img/prev.png) 0 0 no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
	}

	.prev-next .prev:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	.prev-next .next:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.prev-next .home {
		width: 82px;
		margin: 0px 61px;
		text-align: center;
	}
	.prev-next .home > a {
		padding-bottom: 5px;
		display: block;
		text-align: center;
		border-bottom: 1px solid #0f2f7a;
		font-size: 1.5rem;
		color: #0f2f7a !important;
		font-weight: 500;
		line-height: 21px;
	}
	.prev-next .home > a:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	.btn-home {
		width: 173px;
		margin-bottom: 100px;
	}

	/*
*		
*
  POST CONTENT
*
*	
*/
	.post {
		word-break: break-all;
		font-size: 1.5rem;
		line-height: 1.75em;
		margin-bottom: 30px;

		letter-spacing: 0.06em;
	}
	.wp-block-image {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.post img {
		border-radius: 10px;
	}

	.post h2 {
		font-size: 2.1rem;
		line-height: 1.6em;
		margin: 62px 0 25px;
		font-weight: bold;
		position: relative;
		background: #e6f5fc;
		padding: 16px 25px;
		border-radius: 10px;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
		font-style: normal;
	}

	.post h3 {
		font-size: 2.1rem;
		line-height: 1.6em;
		margin-top: 40px;
		margin-bottom: 32px;
		font-weight: bold;
		padding: 9px 16px;
		border-bottom: 2px solid var(--blue);
		border-left: 6px solid var(--blue);
	}
	.post h4 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6em;
		margin: 44px 0 22px;
		position: relative;
		padding-left: 15px;
		border-left: 4px solid var(--blue);
		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
		font-style: normal;
	}

	.post h5 {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6em;
		margin: 40px 0 22px;
		border-bottom: 2px dashed var(--blue);
		padding: 0 0px 10px;
		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
		font-style: normal;
	}
	.post h6 {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6em;
		margin: 35px 0 5px;

		font-family: "Zen Maru Gothic", serif;
		font-weight: 700;
		font-style: normal;
	}

	.post p {
		margin-bottom: 30px;
	}

	.post p a {
		color: #499ab9;
		text-decoration: underline;
	}

	.post ol {
		margin-bottom: 30px;
		counter-reset: number;
	}
	.post ol > li {
		color: var(--blue);
		font-weight: normal;
		padding: 10px 0 10px 30px;
		position: relative;
		font-size: 1.6rem;
		letter-spacing: 5%;
		line-height: 1.75em;
	}
	.post ol > li:before {
		counter-increment: number;
		content: counter(number);
		position: absolute;
		left: 0px;
		top: 12px;
		border-radius: 5px;
		text-align: center;
		font-size: 1.4rem;
		font-weight: normal;
		color: var(--blue);
		border: 1px solid var(--blue);
		border-radius: 100%;
		width: 24px;
		height: 24px;
		line-height: 22px;
	}
	.post hr {
	}
	.post ul {
		margin-bottom: 30px;
	}
	.post ul > li {
		color: var(--blue);
		font-weight: normal;
		padding: 10px 0 10px 20px;
		position: relative;
		font-size: 1.6rem;
		letter-spacing: 5%;
		line-height: 1.75em;
		border-bottom: 1px dashed var(--blue);
	}
	.post ul > li:before {
		content: "●";
		color: var(--blue);
		position: absolute;
		left: 0px;
		top: 9px;
	}
	blockquote {
		position: relative;
		padding: 25px;
		box-sizing: border-box;

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

	blockquote a {
		display: block;
		margin-top: 15px;
	}
	blockquote p:last-child {
		margin-bottom: 0;
	}
	.post table {
		margin: 30px auto;
		width: 100%;
	}
	.post table tr {
	}
	.post table th,
	.post table thead td {
		border: 1px solid #a7b7d3 !important;
	}
	.post table th {
		color: var(--blue) !important;
		font-size: 1.6rem;
		background: #f7f9fe !important;
	}
	.post table td {
		border: 1px solid #a7b7d3 !important;
	}
	.wp-block-image :where(figcaption) {
		color: #0f2f7a;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.06em;
		line-height: 1.5em;
	}
	.post .wp-block-image.size-full {
		margin: 10px auto;
	}
	.post .wp-block-button__link {
		display: block;
		text-align: left;
		border: 6px solid #f8f2bc;
		border-radius: 50px;
		padding: 30px;
		padding-left: 90px;
		position: relative;
		font-size: 1.8rem;
		color: #444444;
		background: #fff;
		width: 100%;
	}
	.post .wp-block-button__link:before {
		content: "";
		display: block;
		background: url(/yochien/wp/wp-content/themes/surugadai/img/bullet-down.png) center center no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		left: 10px;
		top: 12px;
	}
	.post .wp-block-buttons > .wp-block-button {
		margin-top: 27px;
		margin-bottom: 27px;
		min-width: 100%;
	}
	.post .wp-block-button__link:hover {
		opacity: 0.3;
	}
	.post .wp-block-buttons {
		justify-content: center;
	}
	.box-before-after {
		position: relative;
	}
	.box-before-after > div:nth-child(1) {
		position: relative;
	}
	.box-before-after > div:nth-child(1):before {
		content: "Before";
		color: white;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.06em;
		position: absolute;
		left: 0;
		top: 10px;
		padding: 2px 6px;
		background: #0f2f7a;
	}
	.box-before-after > div:nth-child(1):after {
		content: "";
		background: url(/yochien/wp/wp-content/themes/surugadai/img/arrow.png) 0 0 no-repeat;
		background-size: contain;
		width: 39px;
		height: 61px;
		position: absolute;
		right: -38px;
		top: 50%;
		margin-top: -30px;
		z-index: 3;
	}
	.box-before-after > div:nth-child(2) {
		position: relative;
	}
	.box-before-after > div:nth-child(2):before {
		content: "After";
		color: white;
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: 0.06em;
		position: absolute;
		left: 0;
		top: 10px;
		padding: 2px 6px;
		background: #d2004c;
	}
}
