@charset "UTF-8";
/* ===================
���������̂��m�点�g�b�v
====================== */
#news_content {
	position: relative;
}

/* ���m�点�L��
---------------------------------- */
#mokomoko-article-page {
	position: relative;
	width: 100%;
	max-width: var(--con-width);
	margin: 0 auto;
	padding: 100px 150px;
	font-size: 1.7rem;
}
#mokomoko-article-page h1 {
	font-size: 4rem;
	font-weight: 400;
	margin: 20px 0 60px;
	letter-spacing: -0.4rem;
}
.mokomoko-article_outline {
	border: solid 1px #000;
	padding: 25px 50px;
	line-height: 4.5rem;
	background: rgba(255,255,255,0.2);
}
.mokomoko-article_outline h2 {
	font-size: 2.3rem;
}
.mokomoko-article_outline h3 {
	margin-left: 20px;
	font-weight: normal;
	margin-bottom: 0;
}
#mokomoko-article-page .moko-chara_red {
	top: -1.5%;
	left: 1%;
	transform: scale(-1,-1);
	z-index: -2;
}
@media screen and (max-width: 768px) {
	#mokomoko-article-page {
		padding: 100px 30px;
	}
}
@media screen and (max-width: 500px) {
	#mokomoko-article-page {
		padding: 100px 30px 50px;
	}
	#mokomoko-article-page h1 {
		font-size: 3.5rem!important;
		margin: 20px 0 40px;
	}
	.mokomoko-article_outline {
		padding: 25px;
		line-height: 4rem;
	}
	#mokomoko-article-page h1 {
		font-size: 5rem;
	}
	.mokomoko-article_outline h3 {
		font-size: 2rem;
	}
}
/* mokomokonews_article */
#mokomokonews_article {
	margin-top: 100px;
}
#mokomoko-article-page img {
	width: 100%;
	max-width: 100%;
}
.mokomoko-the-text {
	margin-bottom: 100px;
}
.mokomoko-the-text h2 {
	position: relative;
	font-size: 3rem;
	font-weight: 500;
	margin-top: 100px;
	margin-bottom: 40px;
	padding-bottom: 0.3em;
	border-bottom: solid 3px #c30d23;
}
.mokomoko-the-text h2:after {
	position: absolute;
	content: " ";
	display: block;
	width: 30%;
	border-bottom: solid 3px #f39800;
	bottom: -3px;
}
.mokomoko-the-text h3 {
	font-size: 2.8rem;
	font-weight: 500;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 18px;
	background-image: linear-gradient(#c30d23 40%, #f39800 60%);
	background-size: 8px 100%;
	background-repeat: no-repeat;
}
.mokomoko-the-text h4 {
	position: relative;
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 30px;
}
.mokomoko-the-text h4:before, .mokomoko-the-text h4:after {
	position: absolute;
	display: inline-block;
	content: '';
	top: 50%;
	width: 20px;
	height: 3px;
}
.mokomoko-the-text h4:before {
	left:0;
	background-color: #f39800;
}
.mokomoko-the-text h4:after {
	right: 0;
	background-color: #c30d23;
}
.mokomoko-the-text h5 {
	font-size: 1.5rem;
	margin-top: 45px;
	margin-bottom: 20px;
}
.mokomoko-the-text p {
	margin-bottom: 20px;
}
.mokomoko-the-text img {
	margin-bottom: 70px;
}
@media screen and (max-width: 500px) {
	#mokomokonews_article {
		margin-top: 50px;
	}
	.mokomoko-the-text {
		margin-bottom: 50px;
	}
	.mokomoko-the-text img {
		margin-bottom: 50px;
	}
}

/* �y�[�W�ړ� */
.mokomoko_pager .mokomoko_pagination {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 100px 0 50px;
}
.mokomoko_pager .prev {
	position: absolute;
	left: 0;
}
.mokomoko_pager .next {
	position: absolute;
	right: 0;
}
.mokomoko_pager .prev a:hover,
.mokomoko_pager .next a:hover {
	color: #c30d23;
}
@media screen and (max-width: 500px) {
	.mokomoko_pager button a {
		width: 160px;
		padding: 1em 1em;
	}
}

.moko-meta-bar-custom {
	display: flex;
	align-items: center;
	gap: 10px;
}
.post-category-btn-custom {
	display: inline-block;
	padding: 0.2em 0.9em;
	background: #4CC940;
	color: #fff;
	border-radius: 14px;
	font-size: 0.95em;
	text-decoration: none;
	margin-left: 4px;
}

/* 装飾
---------------------------------- */
/* ボックス下の余白 */
.has-watery-red-background-color {
	margin-bottom: 30px;
}
/* 吹き出し */
.is-style-balloon-bottom-box {
	position: relative;
	width: fit-content;
	padding: 12px 16px;
	border: 2px solid #333333;
}
.is-style-balloon-bottom-box::after {
	position: absolute;
	content: "";
	top: calc(100% + 5px);
	left: 50%;
	width: 30px;
	height: 2px;
	box-sizing: border-box;
	background-color: #333333;
	box-shadow:0 2px 0 #ffffff,0 -2px 0 #ffffff;
	rotate: 50deg;
}
/* かぎカッコ */
.is-style-parenthetic-box {
	position: relative;
	display: inline-block;
	padding:10px 20px;
}
.is-style-parenthetic-box::after,
.is-style-parenthetic-box::before {
	border: 1px solid #47585c;
	content: "";
	height: 100%;
	position: absolute;
	width: 0.7em;
}
.is-style-parenthetic-box::before {
	border-right-width: 0;
	bottom: 0;
	left: 0;
}
.is-style-parenthetic-box::after {
	border-left-width: 0;
	bottom: 0;
	right: 0;
}
