@charset "utf-8";
/*------------------------------------------------
pagination
------------------------------------------------*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pagination-btn-wrp {
	width: 150px;
	height: 55px;
}
.pagination-list {
	width: auto;
	height: 100%;
	margin: 0 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.pagination-list__item {
	width: 40px;
	height: 55px;
	font-size: 15px;
	background-color: #e5e4d9;
	border: 2px solid #e5e4d9;
	color: #222;
	transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
	.pagination-list__item:not(.pagination-list__item--more):hover {
	background-color: #fff;
	border: 2px solid #222;
	}
}
.pagination-list__item:not(:last-child) {
	margin-right: 15px;
}
.pagination-list__item--active {
	background-color: #fff;
	border: 2px solid #222;
}
.pagination-list__item--more {
}
.pagination__link {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}


/*------------------------------------------------
pager
------------------------------------------------*/
.pager {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	height: 50px;
	width: 100%;
}
.pager-btn-wrp {
	width: 150px;
	height: 50px;
}
.pager-btn-wrp--center {
	width: 280px;
	margin: 0 30px;
}
/*------------------------------------------------
post-content
------------------------------------------------*/
.post-content,
#tinymce {
	padding: 0;
}
.post-content data,
#tinymce data {
	font-size: 13px;
}
.post-content > *,
#tinymce > * {
	margin-top: 0;
}
.post-content h2,
#tinymce h2 {
	font-size: 20px;
	line-height: 30px;
	padding: 15px 25px;
	background: #22bf94;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 30px;
}
.post-content h3,
#tinymce h3 {
	font-size: 20px;
	padding: 5px 0;
	line-height: 30px;
	border-bottom: 2px solid #22bf94;
	margin-bottom: 15px;
	margin-top: 30px;
}
/*.post-content h4,
#tinymce h4 {
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: double 5px #00bcd4;
}
.post-content h5,
#tinymce h5 {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin-bottom: 15px;
	position: relative;
	font-weight: bold;
	padding: 5px 20px 5px 25px;
}
.post-content h5::before,
#tinymce h5::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	background-color: #00bcd4;
	position: absolute;
	top: 11px;
	margin: auto;
	left: 0;
}
.post-content h6,
#tinymce h6 {
	color: #00bcd4;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.7;
	font-weight: bold;
}*/
.post-content p,
#tinymce p {
	font-size: 15px;
	line-height: 25px;
}
.post-content p strong,
#tinymce p strong {
	font-weight: bold !important;
}
.post-content p em,
#tinymce p em {
	font-style: italic !important;
}
.post-content ul,
.post-content ol,
#tinymce ul,
#tinymce ol {
	width: 650px;
	background: #f8f7e8;
	display: block;
	padding: 30px 45px;
	margin-bottom: 20px;
}
.post-content ul li,
#tinymce ul li {
	font-size: 15px;
	line-height: 22px;
	position: relative;
	padding-bottom: 8px;
	padding-left: 20px;
}
.post-content ul li::before,
#tinymce ul li::before {
	content: "";
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 10px;
	height: 10px;
	background: #ffe400;
}
.post-content ol,
#tinymce ol {
	list-style-type: decimal;
	padding-left: 65px;
}
.post-content ol li,
#tinymce ol li {
	list-style-type: decimal;
	padding: 3px 0 3px 0;
}
.post-content a,
#tinymce a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	.post-content a:hover,
	#tinymce a:hover {
		text-decoration: none;
	}
}
.post-content blockquote,
#tinymce blockquote {
	margin: 10px 30px;
}
.post-content img,
#tinymce img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	margin: 25px 0;
	display: block;
}
.post-content .aligncenter,
#tinymce .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post-content .alignleft,
#tinymce .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.post-content .alignright,
#tinymce .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.post-content hr,
#tinymce hr {
	display: block;
	margin-bottom: 20px;
}


/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px){
	/*------------------------------------------------
	pagination
	------------------------------------------------*/
	.pagination{
		padding: 0 15px;
	}
	.pagination-btn-wrp {
		width: 50px;
		height: 40px;
		font-size: 10px;
	}
	.pagination-btn-wrp .linkbtn02{
		font-size: 10px;
		padding: 0;
		text-indent: -1em;
	}
	.pagination-btn-wrp .linkbtn02 svg{
		right: 15px;
	}
	.pagination-btn-wrp .linkbtn02--reverse svg{
		left: 15px;
	}
	.pagination-list {
		margin: 0 5px;
	}
	.pagination-list__item {
		width: 30px;
		height: 40px;
		font-size: 12px;
	}
	.pagination-list__item:not(:last-child) {
		margin-right: 5px;
	}

	.pager {
		margin-top: 20px;
		height: 40px;
		width: 100%;
	}
	.pager-btn-wrp {
		width: 85px;
		height: 40px;
	}
	.pager-btn-wrp--center {
		width: 155px;
		height: 40px;
		margin: 0;
	}
	.pager-btn-wrp--center .linkbtn01{
		height: 40px;
		padding-top: 12.5px;
		padding-bottom: 12.5px;
	}

	/*------------------------------------------------
	post-content
	------------------------------------------------*/
	.post-content h2,
	#tinymce h2 {
		font-size: 15px;
		line-height: 26px;
		padding: 7px 20px;
		border-radius: 2.5px;
		margin-bottom: 10px
		margin-top: 20px;
	}
	.post-content h3,
	#tinymce h3 {
		font-size: 15px;
		padding: 7px 0;
		line-height: 26px;
		margin-bottom: 10px;
		margin-top: 20px;
	}
	.post-content p,
	#tinymce p {
		font-size: 13px;
		line-height: 23px;
	}
	.post-content ul,
	.post-content ol,
	#tinymce ul,
	#tinymce ol {
		width: calc(100% - 34px);
		padding: 17px 15px;
		margin: 0 auto 20px;
	}
	.post-content ul li,
	#tinymce ul li {
		font-size: 13px;
		line-height: 18px;
		padding-bottom: 9px;
		padding-left: 20px;
	}
	.post-content ul li::before,
	#tinymce ul li::before {
	}
	.post-content ol,
	#tinymce ol {
		list-style-type: decimal;
		padding-left: 35px;
	}
	.post-content ol li,
	#tinymce ol li {
		list-style-type: decimal;
		padding: 3px 0 3px 0;
	}
	.post-content a,
	#tinymce a {
		text-decoration: underline;
	}
	.post-content blockquote,
	#tinymce blockquote {
		margin: 10px 30px;
	}
	.post-content img,
	#tinymce img {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		margin: 15px 0;
		display: block;
	}
}