@charset "UTF-8";

.news {
	padding: 142px 0 133px;
}

.news-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.news-category__year {
	position: relative;
	width: 116px;
	padding-top: 8px;
	padding-right: 15px;
	margin-right: 13px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-category__year select {
	display: block;
	border-radius: 0;
	border: 0;
	font-size: 1.426rem;
	font-weight: 700;
	line-height: 1;
	width: 100%;
	padding: 0 15px 0 4px;
	background: url(../img/news/arrow_bottom.svg) no-repeat right 5px center/8px auto, #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 22px;
}

.news-category__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px clamp(2rem, -2.5896414343rem + 5.9760956175vw, 5rem);
}

.news-category__item {
	display: block;
	font-size: 1.426rem;
	min-width: 4em;
	text-align: center;
}

.news-category__item a {
	position: relative;
	display: inline-block;
	font-weight: 700;
	text-decoration: none;
	color: #9fa0a0;
	padding: 12px 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-category__item a[aria-current] {
	color: #231815;
}

.news-category__item a[aria-current]::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #EFB718;
}

.news-list {
	margin-top: 25px;
}

.news-list__item {
	border-top: 1px solid #dcdddd;
}

.news-list__item:last-child {
	border-bottom: 1px solid #EFB718;
}

.news-list__item a {
	position: relative;
	text-decoration: none;
	padding: 28px 45px 31px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-list__item a::after {
	content: "";
	background: url("../img/common/icon_arrow.svg") no-repeat center/contain;
	width: 15px;
	height: 7px;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.news-list__date {
	letter-spacing: 0.04em;
	width: 116px;
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-list__cat {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 35px;
	padding: 4px 3px;
	font-size: 1.07rem;
	min-width: 61px;
	color: #e1ad16;
	text-align: center;
	border: 1px solid #EFB718;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news-list__title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
	width: 100%;
}

.wp-content {
	font-size: 1.5rem;
	line-height: 1.4;
}

.wp-content > *:first-child {
	margin-top: 0;
}

.wp-content p {
	letter-spacing: 0.01em;
	line-height: 2.06666;
}

.wp-content p:not(:last-child) {
	margin-bottom: 0.8em;
}

.wp-content > figure,
.wp-content > blockquote,
.wp-content > table,
.wp-content ul,
.wp-content ol {
	margin: 2rem 0;
}

.wp-content h2 {
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.wp-content h2:not(:first-child) {
	margin-top: 1em;
}

.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 {
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.5em;
}

.wp-content h3:not(:first-child),
.wp-content h4:not(:first-child),
.wp-content h5:not(:first-child),
.wp-content h6:not(:first-child) {
	margin-top: 1em;
}

.wp-content a:not([class]) {
	text-decoration: none;
	color: #E1AD16;
	font-weight: 700;
}

.wp-content strong {
	font-weight: 700;
}

.wp-content em {
	font-style: italic;
}

.wp-content ul li {
	position: relative;
	text-indent: -23px;
	padding-left: 23px;
}

.wp-content ul li:not(:last-child) {
	margin-bottom: 10px;
}

.wp-content ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	margin-right: 15px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -6px;
	background: currentColor;
}

.wp-content ul ul {
	margin-top: 15px;
}

.wp-content ol {
	counter-reset: item;
}

.wp-content ol li {
	position: relative;
	padding-left: calc(1.5em + 5px);
	text-indent: calc(-1.5em - 5px);
}

.wp-content ol li:not(:last-child) {
	margin-bottom: 10px;
}

.wp-content ol li:before {
	counter-increment: item;
	content: counter(item) ".";
	padding-right: calc(0.5em + 5px);
}

.wp-content ol ol {
	margin-top: 15px;
}

.wp-content figure {
	width: 100%;
}

.wp-content img {
	display: block;
}

.wp-content figcaption {
	margin: 10px 0 0;
	font-size: 1.5rem;
	line-height: 1.4;
	text-align: center;
}

.wp-content blockquote {
	padding: 1em;
	font-style: italic;
}

.post-info {
	font-weight: 700;
	line-height: 1.4;
}

.post-info__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 26px;
	padding-bottom: 23px;
	border-bottom: 1px solid #f0b818;
}

.post-info__datetime {
	margin-right: 30px;
}

.post-info__cat {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 2px 3px;
	font-size: 1.07rem;
	min-width: 61px;
	color: #e1ad16;
	text-align: center;
	border: 1px solid #EFB718;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.post-info__title {
	margin-top: 20px;
	width: 100%;
	font-size: 1.7rem;
	line-height: 1.4;
}

.post-info__sub {
	text-align: right;
	letter-spacing: 0.04em;
	line-height: 2;
}

.post-content {
	padding: 58px 0 27px;
}

@media (hover: hover) {

.news-category__item a:hover {
	color: #231815;
}

.news-list__item a:hover {
	background: hsla(45, 81.4432989691%, 48.5%, 0.15);
}

.news-list__item a:hover::after {
	-webkit-transform: translateY(-50%) translateX(8px);
	transform: translateY(-50%) translateX(8px);
}

.wp-content a:not([class]):hover {
	text-decoration: underline;
}

}

@media screen and (max-width: 767px) {

.news { /* sp */
	padding: 25px 0 30px;
}

.news-category { /* sp */
	display: block;
}

.news-category__year { /* sp */
	padding-right: 0;
	margin-right: 0;
}

.news-category__year { /* sp */
	display: inline-block;
}

.news-category__year select { /* sp */
	font-size: 1.6rem;
	padding-left: 0;
}

.news-category__list { /* sp */
	margin-top: 22px;
	gap: 13px 20px;
}

.news-category__item { /* sp */
	min-width: initial;
}

.news-category__item a[aria-current]::before { /* sp */
	bottom: -5px;
}

.news-list__item a { /* sp */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 30px 15px 0;
}

.news-list__item a::after { /* sp */
	right: 0;
	width: 13px;
	height: 4px;
}

.news-list__title { /* sp */
	font-size: 1.4rem;
	margin-top: 12px;
	width: auto;
}

.wp-content { /* sp */
	font-size: 1.4rem;
}

.wp-content h2 { /* sp */
}

.wp-content h3,
.wp-content h4,
.wp-content h5,
.wp-content h6 { /* sp */
}

.post-info__head { /* sp */
	margin-bottom: 13px;
	padding-bottom: 10px;
}

.post-info__title { /* sp */
	margin-top: 10px;
}

.post-content { /* sp */
	padding: 25px 0;
}

}

