@charset "utf-8";

/* ページヘッダー */
.page-header {
	padding: 5.4rem 20px 3.0rem;
}

.page-header h1 {
	width: min(100%,320px);
	margin: 0 auto 8.2rem;
	text-align: center;
}

main {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 8.0rem;
}

article {
	width: min(100%,1120px);
	margin: 0 auto 8.0rem;
}

.article-body {
	width: min(100%,1080px);
	margin: 0 auto;
	line-height: 1.7;
}

.link-button {
	position: relative;
	width: min(100%, 424px);
	margin: 0 auto;
	border-bottom: 3px solid #D6D7D7;
	text-align: center;
}

.link-button a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.6rem 4.0rem 1.8rem;
	border: 1px solid #999A9A;
	background-color: #FFFFFF;
	font-weight: 500;
	font-size: 1.6rem;
	color: var(--color-black);
}

.link-button::after {
	content: "";
	display: block;
	position: absolute;
	right: 2.2rem;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../images/icon_cl_arrow_blk.svg") 50% 50% no-repeat;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 1;
}

.link-button:hover::after {
	right: 1.4rem;
}

article > h1.pst-title {
	margin-bottom: 2.4rem;
	line-height: 1.3;
	font-weight: 600;
	font-size: var(--ft-size34);
}

.item-head {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5.0rem;
	gap: 3.0rem;
}

.item-head ul.item-cat {
	display: flex;
	flex-flow: row wrap;
	gap: 1.6rem;
}

.item-head ul.item-cat li {
	padding: 0.2rem 1.5rem 0.4rem;
	background-color: var(--main-color);
	border-radius: 99em;
	font-weight: 500;
	font-size: 1.6rem;
	color: #FFFFFF;
}

.item-head time {
	font-size: var(--ft-size18);
}

.article-body > * {
	margin-top: 3.0rem;
	margin-bottom: 3.0rem;
}

.article-body > *:first-child {
	margin-top: 0 !important;
}

.article-body > *:last-child {
	margin-bottom: 0 !important;
}

/* ================================================ */
@media (min-width: 1001px) {
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 768px) {

.page-header h1 img {
	width: clamp(220px,41.66vw,320px);
	height: auto;
}

}

/* ================================================ */
@media (max-width: 480px) {
}