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

@media all and (max-width: 736px) {
	/*--------------------------------
カテゴリ
---------------------------------*/
	.box-content-cat {
		padding: 60px 25;
	}
	.page-cat {
		padding: 100px 0;
	}
	.page-cat .box-content {
		background: #fff;
		box-sizing: border-box;
		width: 1000px;
		padding: 100px;
	}
	.cat-widgets {
		display: flex;
		justify-content: center;
		gap: 20px;
		margin-bottom: 75px;
		background: url(../img/bg-gray.jpg) 0 0 repeat;
		background-size: 300px 300px;
		padding: 20px;
	}
	.cat-widgets .select-wrap {
		border: none;
		border-radius: 10px;
		width: 360px;
		background: #fff;
		border-radius: 0;
	}
	.cat-widgets .select-wrap select {
		border: none;
		border-radius: 0;
	}

	.cat-widgets .select-wrap:before {
		top: 15px;
		background: url(../img/select-cat.png) 0 0 no-repeat;
		background-size: contain;
		width: 30px;
		height: 30px;
	}
	#category-filter,
	#recruit-filter {
		margin-top: 70px;
		margin-bottom: 40px;
		box-sizing: border-box;
		background: #fff;
		padding: 30px 50px;
		width: 100%;
	}
	#category-filter label,
	#recruit-filter label {
		display: inline-block;
		margin-bottom: 5px;
		margin-right: 25px;
		font-size: 1.5rem;
		color: #222222;
	}
	.table-search {
		width: 100%;
		margin: 0 auto;
	}
	.table-search tr {
	}
	.table-search tr:last-child {
		border-bottom: none;
	}
	.table-search th {
		font-size: 2rem;
		color: #54a69d;
		width: 130px;
		padding: 15px 0;
	}
	.table-search td {
		padding: 30px 0;
		border-bottom: 1px solid #eeeeee;
	}
	.table-search tr:last-child td {
		border-bottom: none;
	}
	.table-search input[type="text"] {
		width: 226px;
		height: 40px;
		background: #f4f5f4;
		border: 1px solid #daded8;
	}
	.radio {
		display: inline-block;
		padding: 15px 25px;
		margin: 5px 3px !important;
		border-radius: 25px;
		cursor: pointer;
		font-size: 1.6rem !important;
		color: #54a69d !important;
		font-weight: bold;
		transition: background-color 0.3s, color 0.3s;
		background: #f2f6f7;
		min-width: 250px;
		text-align: center;
	}

	.radio input[type="checkbox"] {
		display: none;
	}

	/* 未選択時のスタイル */
	.radio:hover {
		background-color: #f0f0f0;
	}

	/* 選択時のスタイル */
	.radio:has(input[type="checkbox"]:checked) {
		background-color: #54a69d;
		color: white !important;
		font-weight: bold;
	}
	#posts-container {
		margin-top: 20px;
	}
	#pagination-container {
		margin-top: 100px;
		text-align: center;

		padding: 0px 0;
		position: relative;
	}
	#pagination-container .pagination-link {
		margin: 0 5px;
		text-decoration: none;
		color: #54a69d;
		font-size: 1.8rem;
	}
	#pagination-container .current-page {
		margin: 0 5px;
		font-weight: bold;
		color: #54a69d;
		font-size: 1.8rem;
		cursor: default;
		text-decoration: underline;
	}
	#pagination-container .pagination-link:hover {
		text-decoration: underline;
	}
	#pagination-container .prev {
		font-size: 1.6rem;
		color: #54a69d;
		border: 2px solid #54a69d;
		border-radius: 30px;
		display: block;
		margin: 0;
		position: absolute;
		left: 0;
		top: -15px;
		width: 200px;
		line-height: 60px;
		font-weight: bold;
	}
	#pagination-container .prev:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	#pagination-container .next {
		font-size: 1.6rem;
		color: #54a69d;
		border: 2px solid #54a69d;
		border-radius: 30px;
		display: block;
		margin: 0;
		position: absolute;
		right: 0;
		top: -15px;
		width: 200px;
		line-height: 60px;
		font-weight: bold;
	}
	#pagination-container .next:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.list-rec {
		margin-top: 40px;
	}
	.list-rec > li {
		position: relative;
		background: #fff;
		margin-bottom: 20px;
		padding: 50px;
		padding-left: 415px;
		min-height: 415px;
		box-sizing: border-box;
	}
	.list-rec p.rec-type {
		font-size: 1.8rem;
		font-weight: bold;

		color: #54a69d;
		font-weight: bold;
		margin-bottom: 0px;
	}
	.list-rec .rec-type a {
		pointer-events: none;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 2em;
		color: #54a69d;
		font-weight: bold;
	}
	.list-rec .rec-title {
		font-size: 2.4rem;
		font-weight: bold;
		color: #54a69d;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.list-rec .rec-pic {
		width: 314px;
		position: absolute;
		left: 50px;
		top: 50px;
	}
	.rec-tags span:nth-child(1) a {
		display: inline-block;
		color: white;
		font-size: 1.3rem;
		border-radius: 8px;
		background: #afd656;
		border: 1px solid #afd656;
		padding: 3px 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		pointer-events: none;
	}
	.rec-tags span:nth-child(2) a {
		display: inline-block;
		color: #afd656;
		font-size: 1.3rem;
		border-radius: 8px;
		background: #fff;
		border: 1px solid #afd656;
		padding: 3px 10px;
		margin-right: 10px;
		margin-bottom: 5px;
		pointer-events: none;
	}

	.list-rec .rec-title-2 {
		font-size: 2rem;
		font-weight: bold;
		color: #222222;
		line-height: 1.5em;
		margin: 20px 0 5px;
	}
	.list-rec .rec-etc {
		font-size: 1.6rem;
		line-height: 1.875em;
	}
	.list-rec .btn {
		margin-left: 0;
		margin-right: 0;
		width: 200px;
		margin-top: 25px;
		margin-bottom: 0;
	}

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

	.post-info {
		position: relative;
		padding-bottom: 20px;
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: 20px;
		padding-top: 20px;
	}
	.post-info .post-title {
		font-size: 2rem;
		color: #222222;
		line-height: 1.6em;
		margin-bottom: 10px;
		font-weight: normal;
	}
	.post-info .post-time {
		display: block;
		font-size: 1.5rem;
		color: #222;
		text-align: right;
	}

	.post-info .post-cat {
		display: inline-block;
	}
	.post-info .post-cat a {
		font-size: 1.6rem;
		color: #78bbd9;
	}

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

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

	/*--------------------------------
ページ送り
---------------------------------*/
	.pagenavi {
		text-align: center;
		padding: 10px 0px 10px;
		width: 100%;
		position: relative;
	}
	ul.page-numbers {
		position: relative;
		text-align: center;
		padding: 0 70px;
		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: 1.5rem;
		color: #222;
		font-weight: bold;
		letter-spacing: 0.05em;
		padding: 10px 3px;
		border-radius: 0px;
		transition: all 0.3s ease;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}
	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;
	}
	ul.page-numbers .current {
		color: #555;
		cursor: default;
		z-index: 2;
		border-bottom: 1px solid #555;
	}
	.page-numbers .next {
		display: inline-block;
		color: #fff !important;
		border-radius: 0px;
		font-weight: bold;
		padding: 0;
		position: absolute;
		right: 0px;
		top: 0;
		font-weight: normal;
		border: 2px solid #222;
		width: 50px;
		line-height: 40px;
		background: #222;
		font-size: 1.4rem;
	}

	.page-numbers .next:hover {
		text-decoration: none;
		color: #222222 !important;
		background: #fff;
		opacity: 0.7;
	}
	.page-numbers .prev {
		display: inline-block;
		color: #fff !important;
		border-radius: 0px;
		font-weight: bold;
		padding: 0;
		position: absolute;
		left: 0px;
		top: 0;
		font-weight: normal;
		border: 2px solid #222;
		width: 50px;
		line-height: 40px;
		background: #222;
		font-size: 1.4rem;
	}

	.page-numbers .prev:hover {
		text-decoration: none;
		color: #222222 !important;
		background: #fff;
		opacity: 0.7;
	}

	/*--------------------------------
前の記事・次の記事
---------------------------------*/
	.prev-next {
		position: relative;
		margin: 50px auto 85px;
		display: flex;
		gap: 0;
		padding: 30px 0;
		border-top: 1px solid #d9d9d9;
	}
	.prev-next a {
		transition: 0.2s ease;
	}

	.prev-next .next {
		display: inline-block;
		color: #222222 !important;
		border-radius: 0px;
		padding: 7px 0;
		position: absolute;
		right: 0px;
		top: 50px;
		font-size: 1.5rem;
		line-height: 1.7333em;
		box-sizing: border-box;
		padding-right: 200px;
		width: 150px;
		overflow: hidden;
		text-align: right;
		color: white !important;
	}
	.prev-next .next:after {
		content: "NEXT";
		display: block;
		position: absolute;
		right: 0px;
		top: 0px;
		background: #222;
		width: 150px;
		height: 50px;
		color: #fff;
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		line-height: 50px;
		letter-spacing: 0.2em;
	}
	.prev-next .next:hover {
		opacity: 0.7;
		text-decoration: none;
	}

	.prev-next .prev {
		display: inline-block;
		color: #222222 !important;
		border-radius: 0px;
		padding: 7px 0;
		position: absolute;
		left: 0px;
		top: 50px;
		font-size: 1.5rem;
		line-height: 1.7333em;
		box-sizing: border-box;
		padding-left: 160px;
		width: 150px;
		overflow: hidden;
		color: white !important;
	}
	.prev-next .prev:after {
		content: "PREV";
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		background: #222;
		width: 140px;
		height: 50px;
		color: #fff;
		font-family: "Lato", sans-serif;
		font-weight: 400;
		font-style: normal;
		text-align: center;
		line-height: 50px;
		letter-spacing: 0.2em;
		text-indent: normal;
	}
	.prev-next .prev:hover {
		opacity: 0.7;
		text-decoration: none;
	}
	.prev-next .next:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.prev-next .home {
		width: 135px;
		margin: 15px auto;
		text-align: center;
	}
	.prev-next .home > a {
		padding-bottom: 5px;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		font-size: 1.8rem;
		color: #222222;
		font-weight: bold;
		border-bottom: 1px solid #222;
	}
	.prev-next .home > a:hover {
		opacity: 0.7;
		text-decoration: none;
		border-bottom: 1px solid rgba(255, 255, 255, 0);
	}

	/*
*		
*
  POST CONTENT
*
*	
*/
	.post {
		word-break: break-all;
		font-size: 1.6rem;
		line-height: 1.875em;
		margin-bottom: 30px;
	}
	.post img {
	}
	.post h2 {
		font-size: 2rem;
		line-height: 1.8em;
		margin: 50px 0 20px;
		font-weight: 500;
		color: #222222;
		background: #f4f2ee;
		padding: 15px;
	}
	.post h2:first-child {
		margin-top: 0;
	}
	.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;
	}
	.wp-block-image {
		margin-bottom: 20px;
	}

	.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: #f4f2ee;
	}

	blockquote:before {
		display: inline-block;
		position: absolute;
		top: -2px;
		left: -2px;
		vertical-align: middle;
		content: "";
		background: url(../img/bq-1.png) 0 0 no-repeat;
		background-size: contain;
		line-height: 1;

		width: 37px;
		height: 26px;

		text-align: center;
	}

	blockquote:after {
		display: inline-block;
		position: absolute;
		bottom: -2px;
		right: -2px;
		vertical-align: middle;
		content: "";
		background: url(../img/bq-2.png) 0 0 no-repeat;
		background-size: contain;
		line-height: 1;

		width: 37px;
		height: 26px;

		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.size-full {
	}
	.post .wp-block-button__link {
		display: block;
		text-align: left;
		color: #222222 !important;
		font-size: 1.5rem;
		line-height: 1.5em;
		padding: 25px;
		text-decoration: none !important;
		position: relative;
		transition: 0.3s ease;
		background: none;
		border-radius: 0px;
		border: none;
		box-sizing: border-box;
		background: #fff;
		transition: 0.3s ease;
		margin: 30px auto;
		width: 100%;
		position: relative;
		border: 4px solid #efede7;
	}
	.post .wp-block-button__link:after {
		content: "";
		display: block;
		position: absolute;
		right: 15px;
		top: 50%;
		background: url(../img/post-btn.png) 0 0 no-repeat;
		background-size: contain;
		width: 8px;
		height: 15px;
		margin-top: -7px;
	}
	.post .wp-block-buttons > .wp-block-button {
		width: 100%;
		display: block;
		text-align: left;
	}
	.post .wp-block-button__link:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.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;
	}
}
