/*----------
	news_****
----------*/
.p-news-juuyou-selector {
	margin-left: auto;
	margin-bottom: 10px;
	width: 140px;
}

@media (min-width: 768px), print {
	.p-news-juuyou-selector {
		margin-bottom: 30px;
		width: 200px;
	}
}
.p-news-detail p + p {
	margin-top: calc(1em * var(--line-height-m));
}

.p-news-detail p > img {
	max-width: 100%;
	width: unset;
}

.p-news-detail h1 {
	display: block;
	margin-block: 60px 30px;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: var(--line-height-s);
	text-align: center;
}

@media (min-width: 768px), print {
	.p-news-detail h1 {
		margin-block: 120px 50px;
		font-size: 3.6rem;
	}
}
.p-news-detail h2 {
	display: block;
	margin-block: 60px 30px;
	font-size: 2.2rem;
	font-weight: 600;
	line-height: var(--line-height-s);
	text-align: center;
}

.p-news-detail h2:first-child {
	margin-top: 0;
}

.p-news-detail h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, var(--color-seco) 50%, var(--color-prim) 50%);
	margin-top: 10px;
}

@media (min-width: 768px), print {
	.p-news-detail h2 {
		margin-block: 120px 50px;
		font-size: 3.4rem;
	}
	.p-news-detail h2::after {
		margin-top: 15px;
	}
}
.p-news-detail h3 {
	position: relative;
	margin-block: 40px 20px;
	padding: 10px 15px 10px 17px;
	font-size: 2rem;
	font-weight: 600;
	line-height: var(--line-height-s);
	background: var(--color-bg-prim-light);
}

.p-news-detail h3::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	width: 2px;
	background: var(--color-prim);
}

@media (min-width: 768px), print {
	.p-news-detail h3 {
		margin-block: 80px 40px;
		padding: 15px 20px 16px 30px;
		font-size: 2.8rem;
	}
	.p-news-detail h3::before {
		width: 3px;
	}
}
.p-news-detail h4 {
	color: var(--color-prim);
	font-size: 2rem;
	font-weight: 600;
	line-height: var(--line-height-s);
	text-align: center;
	margin-top: 30px;
}

@media (min-width: 768px), print {
	.p-news-detail h4 {
		margin-top: 50px;
	}
}
.p-news-detail h4:first-child, .p-news-detail h4[class*=__item], .p-news-detail h4[class*=-item], [class*=c-heading-] + .p-news-detail h4, [class*=c-billboard] + .p-news-detail h4 {
	margin-top: 0;
}

@media (min-width: 768px), print {
	.p-news-detail h4 {
		font-size: 3rem;
	}
}
.p-news-detail h2 + h3,
.p-news-detail h3 + h4 {
	margin-top: 0;
}

.p-news-detail table {
	margin-top: 30px;
	width: 100%;
}

@media (min-width: 768px), print {
	.p-news-detail table {
		margin-top: 50px;
	}
}
.p-news-detail table:first-child, .p-news-detail table[class*=__item], .p-news-detail table[class*=-item], [class*=c-heading-] + .p-news-detail table, [class*=c-billboard] + .p-news-detail table {
	margin-top: 0;
}

.p-news-detail table th,
.p-news-detail table td {
	padding: 19px 10px;
	border: 1px solid var(--color-border);
	vertical-align: middle;
}

.p-news-detail table thead th {
	background: var(--color-prim);
	font-weight: 600;
	text-align: center;
	color: #fff;
}

.p-news-detail table thead th:empty {
	background: none;
	border: none;
}

.p-news-detail table tbody th {
	background: var(--color-bg-prim-pale);
	font-weight: 600;
	text-align: center;
}

.p-news-detail table tbody th:empty {
	background: none;
	border: none;
}

.p-news-detail table tbody td {
	background: #fff;
}

.p-news-detail table tbody td:empty {
	background: none;
	border: none;
}

.p-news-detail ul, .p-news-detail ol {
	margin-top: 30px;
}

@media (min-width: 768px), print {
	.p-news-detail ul, .p-news-detail ol {
		margin-top: 50px;
	}
}
.p-news-detail ul:first-child, .p-news-detail ul[class*=__item], .p-news-detail ul[class*=-item], [class*=c-heading-] + .p-news-detail ul, [class*=c-billboard] + .p-news-detail ul, .p-news-detail ol:first-child, .p-news-detail ol[class*=__item], .p-news-detail ol[class*=-item], [class*=c-heading-] + .p-news-detail ol, [class*=c-billboard] + .p-news-detail ol {
	margin-top: 0;
}

.p-news-detail ul li + li, .p-news-detail ol li + li {
	margin-top: 8px;
}

.p-news-detail ul li > ul,
.p-news-detail ul li > ol, .p-news-detail ol li > ul,
.p-news-detail ol li > ol {
	margin-top: 8px !important;
}

.p-news-detail ul > li {
	padding-left: calc(1em + 5px);
	text-indent: calc(-1em - 5px);
}

.p-news-detail ul > li::before {
	display: inline-block;
	content: var(--icon-circle);
	width: calc(1em + 5px);
	color: var(--color-prim);
	text-indent: 0;
	vertical-align: -2px;
	font-family: iconfont !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}

.p-news-detail ol {
	counter-reset: orderlist;
}

.p-news-detail ol > li {
	padding-left: 2em;
	text-indent: calc(-2em - 4px);
}

.p-news-detail ol > li::before {
	counter-increment: orderlist;
	content: counter(orderlist) ".";
	display: inline-block;
	margin-right: 4px;
	min-width: 2em;
	color: var(--color-prim);
	font-weight: bold;
	text-align: right;
}

.p-news-detail hr {
	display: block;
	margin: 40px auto;
	border-top: 1px solid var(--color-border);
}

.p-news-detail a {
	display: inline;
	margin-inline: 3px;
	width: max-content;
	color: var(--color-prim);
	text-decoration: underline;
	text-indent: calc(-1em - 6px);
}

@media (min-width: 768px), print {
	.p-news-detail a:is(:hover, :focus) {
		text-decoration: none;
	}
}
/*# sourceMappingURL=style.css.map */
