body {
	background: #F2F2F2;
}

.notice {
	background: transparent;
	margin: 0;
	width: 100%;
  padding: 0 8% 160px;
}
.notice .notice_inner {
	max-width: 960px;
}
.notice .notice_list .notice_list_item.is_important{
	background: #FAEDED;
}

.notice .notice_list.md_important{
	padding-bottom: 40px;
}

.notice .notice_list .notice_list_item.is_important{
	margin-top: 10px;
}

.notice .notice_list .notice_list_item.is_important{
	display: none;
}

@media (max-width: 767px) { 
	.notice {
  padding: 0 30px 160px;
	}
	.notice .notice_list {
		margin-top: 0px;
	}
}

.news {
	width: 100%;
	padding: 0 8% 200px;
}
.news .news_inner{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.news {
		padding: 0 30px 160px;
	}
}

.filter {
	display: flex;
	justify-content: left;
	padding-bottom: 50px;
	position: relative;
}
.filter .filter_ttl {
	border-right: 1px solid #CECECE;
	padding: 6px 0 4px;
	padding-right: 46px;
	margin-right: 46px;
	white-space: nowrap;
}
.filter .filter_ttl strong {
	font-size: 22px;
	display: block;
}
.filter .filter_ttl span {
	font-size: 13px;
	display: block;
	line-height: 1;
}
.filter .filter_select {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: left;
	padding: 10px 0;
}
.filter .filter_all a {
	font-size: 15px;
	font-weight: 500;
	display: block;
	height: fit-content;
	line-height: 1.25;
	border-bottom: 2px solid transparent;
}
.filter .filter_all a:hover,
.filter .filter_all.is_select a {
	border-bottom: 2px solid #000;
}
.filter .list {
	margin: 0 0 0 40px;
}
.filter .list .list_hash_main {
	padding-left: 0;
	padding-top: 0;
	gap: 16px 20px;
	width: 100%;
	line-height: 1.5;
	flex-direction: row;
}
.filter .list .list_hash_main::before {
	content: none;
}
/* .list .list_hash_main li {
	transition: all 0.3s;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}*/
.filter .list .list_hash_main strong {
	font-size: 15px;
	font-weight: 500;
}
/*.list .list_hash_main li:hover,
.list .list_hash_main .is_select {
	border-bottom: 2px solid currentColor;
}*/
.filter .list .list_hash_sub {
	width: 100%;
	line-height: 1.5;
	row-gap: 16px;
	margin-top: 0;
}
/*.filter .list .list_hash_sub li {
	opacity: 0.7;
	transition: all 0.3s;
	cursor: pointer;
	border-bottom: 2px solid transparent;
}
.filter .list .list_hash_sub li:hover,
.filter .list .list_hash_sub .is_select {
	border-bottom: 2px solid;
	opacity: 1;
	border-bottom: 2px solid currentColor;
} */
.filter .filter_btn {
	display: none;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 100px;
	flex-shrink: 0;
	position: absolute;
	right: 0;
  top: 30px;
}
.filter .filter_btn span {
	background: #FFF;
	width: 11px;
	height: 1px;
	position: absolute;
	opacity: 1;
	transition: all 0.3s;
}
.filter .filter_btn span:last-child {
	transform: rotate(90deg);
}
@media (max-width: 767px) {
	.filter {
		align-items: center;
		flex-wrap: wrap;
		border-bottom: 1px solid #CECECE;
		border-top: 2px solid #000;
		padding-bottom: 0;
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.filter .filter_ttl {
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
    border-right: none;
	}
	.filter .filter_select {
		display: none;
		padding-bottom: 34px;
	}
	.filter.is_open .filter_select {
		display: none;
	}
	.filter .filter_all {
		width: fit-content;
	}
	.filter .list {
		margin: 20px 0 0 0;
		gap: 0px 0;
	}
	.filter .filter_btn {
		display: flex;
	}
	.filter.is_open .filter_btn span:last-child {
		opacity: 0;
	}
}

.ttl_h2_wrap:has(.news_ttl) {
	padding-top: 163px;
	padding-bottom: 73px;
}
.ttl_h2_wrap .news_ttl_sub {
	display: flex;
	justify-content: left;
	align-items: center;
	font-weight: 600;
}
.ttl_h2_wrap .news_ttl_sub .ttl_h2 {
	font-size: 24px;
	font-weight: 700;
	padding: 16px 24px 10px 0;
	border-right: 1px solid #000;
}
.ttl_h2_wrap .news_ttl_sub .ttl_h2.border_none {
	border: none;
}
.ttl_h2_wrap .news_ttl {
	font-size: 28px;
	line-height: 1.6;
	margin-top: 10px;
	padding-right: 12%;
}
.ttl_h2_wrap .ttl_hash {
	padding-left: 10px;
	margin-left: 10px;
}
.ttl_h2_wrap .news_ttl_day {
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px 40px;
	margin-top: 18px;
}
.ttl_h2_wrap .news_ttl_day {
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px 40px;
	margin-top: 18px;
}
.ttl_h2_wrap .list_hash_sub {
	margin-top: 0;
}

@media (max-width: 767px) {
	.ttl_h2_wrap:has(.news_ttl) {
		padding: 105px 30px 30px;
	}
	.ttl_h2_wrap .news_ttl_sub .ttl_h2 {
		font-size: 16px;
	}
	.ttl_h2_wrap .news_ttl {
		font-size: 20px;
		line-height: 1.5;
		padding-right: 30%;
		margin-top: 30px;
	}
	.ttl_h2_wrap .ttl_hash {
		padding: 10px 0 5px 14px;
		margin-left: 15px;
	}
	.ttl_h2_wrap .ttl_hash strong {
		font-size: 15px;
	}
	.ttl_h2_wrap .news_ttl_day {
		align-items: flex-start;
		flex-direction: column-reverse;
	}
}
@media (max-width: 640px) {
	.ttl_h2_wrap .news_ttl {
		padding-right: 20%;
	}
}
@media (max-width: 400px) {
	.ttl_h2_wrap .news_ttl {
		padding-right: 0%;
	}
}
.article {
	padding: 0 8% 200px;
}
.article .article_inner {
	max-width: 1180px;
	margin: 0 auto;
}
.article .article_content {
	padding: 0 0 120px;
	max-width: 760px;
	margin: 0 auto;
}
.article * + .article_text {
	margin-top: 20px;
}
.article .article_img {
	display: block;
	width: 100%;
}
.article .article_img img {
	display: block;
	border-radius: 15px;
}
.article .article_img.is_w50 {
	width: calc(50% - 15px);
	max-width: 365px;
}
.article * +  .article_img {
	margin-top: 56px;
}
.article * +  .article_img.is_w50 {
	margin-top: 40px;
}
.article .article_img figcaption {
	color: #333;
	display: block;
	font-size: 13px;
	line-height: 1.6;
	margin-top: 10px;
}
.article .article_ttl.is_h2 {
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding-left: 16px;
	padding-top: 4px;
}
.article * + .article_ttl.is_h2 {
	margin-top: 80px;
}
.article .article_ttl.is_h2::before {
	border-radius: 100px;
	background: #000;
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.article .article_ttl.is_h3 {
	font-size: 17px;
	font-weight: 700;
}
.article * + .article_ttl.is_h3 {
	margin-top: 40px;
}
.article .article_ttl.is_h2 + .is_h3 {
	margin-top: 30px;
}
.article * + .article_list {
	margin-top: 20px;
	padding-left: 20px;
}
.article * + .article_list li {
	position: relative;
	padding-left: 1.25em;
}
.article * + .article_list li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background: #000;
	position: absolute;
	top: calc(0.5em - 1px);
	left: calc(0.5em - 4px);
}
.article * + ol.article_list li::before {
	content: counter(num)".";
	background: transparent;
	width: 1em;
	height: 1em;
	top: 0;
}
.article * + .article_list li + li {
	margin-top: 14px;
}
.article .btn {
	font-size: 16px;
	width: 270px;
	padding: 27px 30px 23px;
	margin-top: 60px;
}

@media (max-width: 767px) {
	.article {
		padding-bottom: 160px;
	}
	.article .article_content {
		padding: 0 0 100px;
	}
	.article .article_ttl.is_h2 {
		font-size: 18px;
	}
	.article * + .article_ttl.is_h2 {
		margin-top: 60px;
	}
	.article .article_ttl.is_h3 {
		font-size: 16px;
	}
	.article * + .article_img {
		margin-top: 40px;
	}
	.article .article_img {
		width: calc(100% + 60px);
		margin-left: -30px;
	}
	.article .article_img img {
		border-radius: 0;
	}
	.article .article_img.is_w50 {
		width: 100%;
		margin-left: 0;
	}
	.article .article_img.is_w50 img {
		border-radius: 10px;
	}
	.article .article_img figcaption {
		width: calc(100% - 60px);
		margin-left: auto;
		margin-right: auto;
	}
	.article .article_img.is_w50 figcaption {
		width: 100%;
	}
	.article .btn,
	.article .btn:hover {
		margin-top: 40px;
		width: 255px;
		padding: 22px 30px 18px;
	}
	.article .btn:hover span {
		transform: none;
	}
	.article * + .article_list {
		padding-left: 0;
	}
}

.article_content p {
	line-height: 2;
}
.article * + ul,
.article * + ol {
	margin-top: 20px;
	padding-left: 20px;
}
.article * + ul li,
.article * + ol li {
	position: relative;
	padding-left: 1.25em;
}
.article * + ul li::before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100px;
	background: #000;
	position: absolute;
	top: calc(0.5em - 1px);
	left: calc(0.5em - 4px);
}
.article * + ol li::before {
	content: counter(num)".";
	background: transparent;
	position: absolute;
	width: 1em;
	height: 1em;
	left: calc(0.5em - 4px);
}
.article * + ul li + li,
.article * + ol li + li {
	margin-top: 14px;
}
.article * + p {
	margin-top: 20px;
}