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

@media all and (max-width: 736px) {
	/*--------------------------------
カテゴリ
---------------------------------*/
	#category-select-form {
		margin-top: 30px;
	}
	#category-select-form .select-wrap {
		width: 100%;
		margin: 0 auto;
		display: block;
		height: 70px;
	}
	#category-select-form .select-wrap:before {
		top: 50%;
		margin-top: -6px;
		right: 20px;
	}
	#category-select-form .select-wrap select {
		height: 70px;
		display: block;
		width: 100%;
		padding: 0 20px;
	}
	#category-select-form .select-wrap select option {
		color: #3d3e4f;
	}

	/*--------------------------------
シングル
---------------------------------*/
	.post-info {
		position: relative;
		margin-bottom: 30px;

		border-bottom: 1px solid #e7e7e7;
		padding-bottom: 30px;
	}
	.post-info .post-cat {
		font-size: 1.4rem;
		margin: 20px auto;

		text-align: center;
	}
	.post-info .post-cat a {
		display: inline-block;

		color: #4aa3c6;

		border: 1px solid #4aa3c6;
		padding: 2px 0;
		width: 150px;
	}
	.post-info .post-cat a:hover {
		opacity: 0.7;
	}
	.post-info .post-time {
		display: block;
		font-size: 1.6rem;
		margin-top: 20px;
		text-align: center;
	}

	.post-info .post-title {
		margin-top: 20px;

		font-size: 2rem;
		font-weight: 500;
		line-height: 1.5333em;
		letter-spacing: 0.05em;
		color: #3d3e4f;
		text-align: left;
	}
	.post-info-tags {
	}
	.post-info-tags a {
		display: inline-block;
		font-size: 1.6rem;
		color: #3d3e4f;
		background: #eeeeee;
		border-radius: 15px;
		padding: 2px 7px;
		margin-right: 5px;
		transition: 0.3s ease;
	}
	.post-info-tags a:before {
		content: "#";
	}
	.post-info-tags a:hover {
		text-decoration: none;
		opacity: 0.7;
	}

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

	.job-detail hr {
		margin: 35px auto;
	}
	.job-detail .title-3 {
		font-size: 1.8rem;
		font-weight: 500;
	}
	.table-job {
		width: 100%;
		table-layout: fixed;
	}
	.post .table-job th {
		text-align: center;
		font-size: 1.8rem;
		color: #3d3e4f;
		background: #f7f7f7;
		border: 1px solid #d7d7d7;
		font-weight: normal;
	}
	.post .table-job td {
		text-align: center;
		font-size: 1.6rem;
		border: 1px solid #d7d7d7;
	}
	.job-detail .btns {
		margin-top: 50px;
	}
	.post-single-job {
		border-bottom: none;
	}
	.main-pickup-single {
		margin-bottom: -1px;
	}

	/*--------------------------------
ページ送り
---------------------------------*/
	.pagenavi {
		text-align: center;
		padding: 45px 0px;
		width: 100%;
		position: relative;
	}
	ul.page-numbers {
		position: relative;
		text-align: center;
		padding: 0 0px;
		margin: 0px auto 50px;
	}
	ul.page-numbers > li {
		display: inline-block;
		letter-spacing: normal;
		margin: 0 1px;
		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: #3d3e4f;
		letter-spacing: 0.05em;
		padding: 7px 7px;
		border-radius: 4px;
		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 {
		color: #bf9d5a;
		cursor: default;
		z-index: 2;
	}
	ul.page-numbers .current {
		color: #bf9d5a;
		cursor: default;
		z-index: 2;
	}
	.page-numbers .next {
		display: inline-block;
		background: url(../img/next.png) center center no-repeat;
		background-size: contain;
		width: 12px;
		height: 22px;
		vertical-align: middle;
		position: absolute;
		right: 0;
		top: 5px;
	}

	.page-numbers .next:hover {
		opacity: 0.7;
		background: url(../img/next.png) center center no-repeat;
		background-size: contain;
	}
	.page-numbers .prev {
		display: inline-block;
		background: url(../img/prev.png) center center no-repeat;
		background-size: contain;
		width: 12px;
		height: 22px;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 5px;
	}

	.page-numbers .prev:hover {
		opacity: 0.7;
		background: url(../img/prev.png) center center no-repeat;
		background-size: contain;
	}

	/*--------------------------------
前の記事・次の記事
---------------------------------*/

	.prev-next {
		padding: 30px 0 100px;
		border-top: 1px solid #e7e7e7;
		position: relative;
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		margin: 0 auto;
	}
	.prev-next:before {
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		height: calc(100% - 70px - 100px);
		left: 50%;
		top: 70px;
		position: absolute;
		background: #e7e7e7;
		display: none;
	}

	.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 {
		display: block;
		text-align: left;
		color: #3d3e4f;
		font-weight: normal;
		font-size: 1.5rem;
		line-height: 1.6em;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		padding: 0;

		padding-right: 130px;
		position: relative;
		min-height: 80px;
	}
	.prev-next .next:after {
		content: "次のページ";
		display: block;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0px;
		width: 100px;
		border: 1px solid #3d3e4f;
		box-sizing: border-box;
		height: 70px;
		line-height: 70px;
		font-size: 1.6rem;
		color: #3d3e4f;
	}
	/* .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 {
		display: block;
		text-align: left;
		color: #3d3e4f;
		font-weight: normal;
		font-size: 1.5rem;
		line-height: 1.6em;
		transition: opacity 0.3s ease;
		text-decoration: none !important;
		padding: 0;
		padding-left: 130px;

		position: relative;
		min-height: 80px;
	}
	.prev-next .prev:after {
		content: "前のページ";
		display: block;
		position: absolute;
		left: 0;
		text-align: center;
		top: 0px;
		width: 100px;
		border: 1px solid #3d3e4f;
		box-sizing: border-box;
		height: 70px;
		line-height: 70px;
		font-size: 1.6rem;
		color: #3d3e4f;
	}
	/* .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;
	}

	/*
*		
*
  POST CONTENT
*
*	
*/
	.post {
		word-break: break-all;
		font-size: 1.6rem;
		line-height: 1.875em;
		margin-bottom: 30px;
	}
	.post img {
	}
	.post h2 {
		text-align: left;
		font-family: "Noto Serif JP", serif;
		font-optical-sizing: auto;
		font-weight: 500;
		font-style: normal;
		font-size: 1.8rem;
		line-height: 1.5333em;
		margin: 60px auto 25px;
		color: #bf9d5a;
		background: #f8f7f7;
		border-top: 2px solid #bf9d5a;
		padding: 10px 10px;
	}

	.post h3 {
		font-size: 1.8rem;
		letter-spacing: 0.02em;
		line-height: 1.2777em;
		margin: 25px 0 18px;
		border-bottom: 1px solid #3d3e4f;
		padding-bottom: 10px;
	}
	.post h4 {
		font-size: 1.7rem;
		letter-spacing: 0.02em;
		line-height: 1.411em;
		margin: 25px 0 18px;
		border-bottom: 1px solid #3d3e4f;
		padding-bottom: 10px;
	}
	.post h5 {
		font-size: 1.6rem;
		letter-spacing: 0.02em;
		line-height: 1.5em;
		margin: 25px 0 18px;
		border-bottom: 1px dashed #3d3e4f;
		padding-bottom: 10px;
	}
	.post h6 {
		font-size: 1.5rem;
		font-weight: 500;
		letter-spacing: 0.054em;
		line-height: 1.2666em;
		margin: 25px 0 13px;
		padding-bottom: 10px;
		position: relative;
		padding-left: 15px;
	}
	.post h6:before {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		top: 9px;
		width: 11px;
		height: 1px;
		background: #3d3e4f;
	}

	.post p {
		margin-bottom: 30px;
		font-size: 1.6rem;
		color: #3b3b3b;
		line-height: 1.875em;
	}
	.post .box-gray,
	.post .is-style-box-pink {
		background: #f7f7f7;
		padding: 35px;
	}
	.post .post-info-tags {
		margin-top: 50px;
	}

	.post .wp-caption {
		width: 100% !important;
	}
	.post .wp-caption img {
		margin-bottom: 10px;
	}
	.post .wp-block-gallery {
		margin: 35px auto;
	}
	.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
		position: static;
		background: none;
		font-size: 1.4rem;
		color: #3b3b3b;
		text-align: center;
	}
	.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;
		padding: 3px 0 3px 17px;
		position: relative;
		margin-bottom: 5px;
		font-size: 1.5rem;
		letter-spacing: 0.02em;
		line-height: 1.466em;
		position: relative;
	}
	.post ol > li:before {
		counter-increment: number;
		content: counter(number) ".";
		position: absolute;
		left: 0px;
		top: 3px;
		border-radius: 5px;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
		color: #d4d4d4;
	}
	.post hr {
	}
	.post ul {
		margin-bottom: 30px;
	}
	.post ul > li {
		font-weight: normal;
		padding: 3px 0 3px 17px;
		position: relative;
		margin-bottom: 5px;
		font-size: 1.5rem;
		letter-spacing: 0.02em;
		line-height: 1.466em;
	}
	.post ul > li:before {
		content: "";
		width: 9px;
		height: 9px;
		display: block;
		background: #d4d4d4;

		position: absolute;
		left: 0px;
		top: 9px;
		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 tr {
		border-bottom: 1px solid #707070;
	}
	.post table th,
	.post table thead td {
		background: #f6f6f6;
		text-align: left;
		color: #3b3b3b;
		font-weight: bold;
		border-bottom: 1px solid #707070;
		border-top: 1px solid #707070;
		padding: 11px;
		border-right: none;
	}
	.post table td {
		border: 1px solid #707070;
		border-left: none;
		padding: 11px;
	}
	.post .wp-block-image {
		margin: 50px auto;
	}
	.post .wp-block-button__link {
		display: block;
		text-align: left;
		color: #3d3e4f !important;
		font-size: 1.8rem;
		line-height: 1.5em;

		text-decoration: none !important;
		position: relative;
		transition: 0.3s ease;
		background: none;

		box-sizing: border-box;
		border-radius: 0;
		padding: 25px 50px;
		transition: 0.3s ease;
		margin: 0px auto;
		width: 100%;
		position: relative;
	}
	.wp-block-buttons > .wp-block-button {
		display: block;
		width: 100%;
		background: #f8f7f7;
		margin: 0;
	}
	.post .wp-block-button__link:after {
		content: "";
		display: block;
		position: absolute;
		left: 25px;
		top: 50%;
		background: url(../img/bullet.png) 0 0 no-repeat;
		background-size: contain;
		width: 7px;
		height: 12px;
		margin-top: -6px;
	}
	.post .wp-block-button__link:hover {
		text-decoration: none;
		opacity: 0.7;

		color: #3d3e4f !important;
	}
	.post .wp-block-buttons {
		justify-content: center;
	}
	.title-3-job-column {
		margin-bottom: 0px !important;
	}
	.yarpp-related h3 {
		font-size: 2.6rem !important;
		border: none !important;
		margin-top: 80px !important;
	}
	.list-job-column {
		border-top: none;
	}
	.list-entry-2-relate {
		border-top: none;
	}
}
