/* ----------
	mokuji
---------- */
/* override */
.c-article__inner {
	padding-top: 30px;
	padding-bottom: 50px;
}
@media (min-width: 768px), print {
	.c-article__inner {
		padding: 50px 70px 80px;
	}
}

/* header */
.mokuji-header {
	padding: 66px 5.3333333333vw 30px;
}
.mokuji-header__title {
	margin-bottom: 28px;
}
.mokuji-header__tab {
	display: flex;
	margin: 64px auto 40px;
	border-radius: 10px;
	overflow: hidden;
}
.mokuji-header__tab-title {
	width: 50%;
}
.mokuji-header__tab-btn {
	display: block;
	width: 100%;
	min-height: 60px;
	background-color: #fff;
	color: var(--color-prim);
	font-size: 1.8rem;
	font-weight: bold;
	cursor: pointer;
}
.mokuji-header__tab-btn.is-active {
	background-color: var(--color-prim);
	color: #fff;
	cursor: default;
}
.mokuji-header__date {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.4s ease;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: right;
}
.mokuji-header__date.is-active {
	opacity: 1;
	height: auto;
}
@media (min-width: 768px), print {
	.mokuji-header {
		max-width: 1240px;
		margin: 0 auto;
		padding: 80px 20px 32px;
	}
	.mokuji-header__tab {
		max-width: 1060px;
		margin: 70px auto 46px;
	}
	.mokuji-header__tab-btn {
		min-height: 86px;
		font-size: 2.2rem;
	}
}

/* list */
.mokuji-list {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.4s;
}
.mokuji-list.is-active {
	opacity: 1;
	height: auto;
}
.mokuji-list__item {
	padding: 20px 0;
	border-bottom: solid 1px var(--color-bg02);
	color: #888888;
	font-size: 1.6rem;
}
.mokuji-list__date {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
	line-height: 1.8;
}
.mokuji-list__item.is-new .mokuji-list__date::before {
	content: "NEW";
	display: block;
	width: 40px;
	height: 20px;
	margin-right: 14px;
	background-color: var(--color-prim);
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 20px;
	text-align: center;
}
.mokuji-list__title > a {
	color: #FF99CC;
	text-decoration: underline;
}
@media (min-width: 768px), print {
	.mokuji-list__item {
		display: flex;
		padding: 30px 0;
		font-size: 2rem;
	}
	.mokuji-list__date {
		position: relative;
		width: 265px;
		display: block;
		margin-bottom: 0;
		padding-left: 90px;
	}
	.mokuji-list__item.is-new .mokuji-list__date::before {
		position: absolute;
		left: 30px;
		top: calc(50% - 10px);
	}
	.mokuji-list__title {
		flex: 1;
		padding-right: 30px;
	}
	.mokuji-list__title > a:hover {
		text-decoration: none;
	}
}
/*# sourceMappingURL=index.css.map */
