.page_info_box,
.page_info_posts {
	padding-bottom: 80px;
	position: relative;
}
@media (max-width: 767px) {
	.page_info_box,
	.page_info_posts {
		padding-bottom: 40px;
	}
}

.page_info_cate_list {
	display: flex;
	/* justify-content: center; */
	flex-wrap: wrap;
	gap: 20px;
	padding: 80px 0;
}
@media (max-width: 767px) {
	.page_info_cate_list {
		gap: 20px 10px;
		padding: 40px 0;
	}
}
.page_cate_list_item,
.page_event_list_item {
	width: calc(25% - 10px);
	background-color: #00417d;
}
@media (max-width: 767px) {
	.page_cate_list_item {
		width: calc((100% / 3) - 10px);
	}
}

.page_cate_list_item a,
.page_event_list_item a {
	display: block;
	color: #fff;
	padding: 14px 0;
	text-align: center;
}
@media (max-width: 767px) {
	.page_cate_list_item a,
	.page_event_list_item a {
		font-size: 14px;
		line-height: 1.3;
	}
}

@media (max-width: 767px) {
	.page_info_box .c-inner {
		max-width: none;
		width: 90%;
	}
}
.page_info_box .c-illustlogo {
	top: 8vw;
	left: -10vw;
}
@media (max-width: 767px) {
	.page_info_box .c-illustlogo {
		left: -148px;
		top: 19.5%;
	}
}
.page_info_box .c-title {
	text-align: center;
}
.page_info_box .info_list_cover {
	position: relative;
}
.page_info_box .info_list {
	/* margin-top: 80px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 30px;
}
@media (max-width: 767px) {
	.page_info_box .info_list {
		flex-direction: column;
		gap: 20px;
	}
}
.page_info_box .info_list .info_list_item {
	background: #f8f5e8;
	width: calc(33.33% - 30px);
	padding: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.page_info_box .info_list .info_list_item {
		padding-top: 1.5625vw;
		padding-right: 1.69271vw;
		padding-left: 1.69271vw;
		padding-bottom: 5.72917vw;
	}
}
@media (max-width: 767px) {
	.page_info_box .info_list .info_list_item {
		width: 100%;
		position: relative;
		padding: 14px;
	}
	.page_info_box .info_link {
		margin-top: 30px;
	}
}
.page_info_box .info_list .info_list_item figure {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	transition: 0.3s;
}
@media (max-width: 767px) {
	.page_info_box .info_list .info_list_item figure {
		width: 30%;
	}
}

.info_categorys {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-top: 16px;
}
.page_info_box .info_list .info_list_item .info_category {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	display: inline-block;
	transition: 0.3s;
	background-color: #969696;
	width: fit-content;
	padding: 4px 8px;
	border-radius: 3px;
}
@media (max-width: 767px) {
	.page_info_box .info_list .info_list_item .info_category {
		margin-top: 0;
	}
}
.page_info_box .info_list .info_list_item .date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	margin-top: 8px;
	transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.page_info_box .info_list .info_list_item .date {
		font-size: 1.54948vw;
		margin-top: 1.30208vw;
	}
}
@media (max-width: 767px) {
	.page_info_box .info_list .info_list_item .date {
		position: absolute;
		top: 14px;
		left: 35%;
		margin: 0;
	}
}
.page_info_box .info_list .info_list_item .title {
	line-height: 1.75em;
	letter-spacing: 0.014em;
	display: block;
	margin-top: 12px;
	font-weight: 700;
	transition: 0.3s;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	-webkit-line-clamp: 3;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.page_info_box .info_list .info_list_item .title {
		font-size: 1.77083vw;
		margin-top: 1.5625vw;
	}
}
@media (max-width: 767px) {
	.page_info_box .info_list .info_list_item .title {
		position: absolute;
		top: 34px;
		left: 35%;
		margin: 0 10px 0 0;
		font-size: 14px;
		line-height: 1.5;
	}
}
.page_info_box .info_list .info_list_item:hover {
	opacity: 1;
}
.page_info_box .info_list .info_list_item:hover figure,
.page_info_box .info_list .info_list_item:hover .info_category,
.page_info_box .info_list .info_list_item:hover .date,
.page_info_box .info_list .info_list_item:hover .title {
	opacity: 0.8;
}

/*お知らせ詳細ページ*/
.page_info_posts .page_info_posts_ttls {
	margin: 20px auto;
}
.page_info_posts .page_info_posts_ttls .info_category {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	display: block;
	transition: 0.3s;
	background-color: #969696;
	width: fit-content;
	padding: 4px 8px;
	border-radius: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.page_info_posts .page_info_posts_ttls .info_category {
		font-size: 1.99219vw;
		margin-top: 2.21354vw;
	}
}
@media (max-width: 767px) {
	.page_info_posts .page_info_posts_ttls .info_category {
		margin-top: 0;
	}
}
.page_info_posts .page_info_posts_ttls .date {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1em;
	letter-spacing: 0em;
	display: block;
	transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
	.page_info_posts .page_info_posts_ttls .date {
		font-size: 1.54948vw;
		margin-top: 1.30208vw;
	}
}
@media (max-width: 767px) {
	.page_info_posts .page_info_posts_ttls .date {
		margin-top: 6px;
	}
}
.page_info_posts .page_info_posts_ttls .title {
	line-height: 1.75em;
	letter-spacing: 0.014em;
	display: block;
	font-weight: 700;
	transition: 0.3s;
	font-size: 24px;
	font-feature-settings: 'palt';
	margin-top: 8px;
}

.page_info_posts .page_info_posts_txt {
	width: 100%;
	padding: 30px 0;
}
.page_info_posts .page_info_posts_txt img {
	width: fit-content;
}
@media (max-width: 767px) {
	.page_info_posts .page_info_posts_ttls .title {
		font-size: 18px;
	}
}
/* page_info_posts_txt 内の「YouTube埋め込みiframe」だけをレスポンシブにする */
.page_info_posts_txt iframe[src*='youtube.com/embed'],
.page_info_posts_txt iframe[src*='youtube-nocookie.com/embed'] {
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	display: block;
	max-width: 560px;
}
@media (max-width: 767px) {
	.page_info_posts_txt iframe[src*='youtube.com/embed'],
	.page_info_posts_txt iframe[src*='youtube-nocookie.com/embed'] {
		max-width: 100%;
	}
}

.page_info_host {
	margin-top: 60px;
}
.page_info_host_ttl {
	font-size: clamp(20px, 2vw, 40px);
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}
.page_info_store {
	gap: 30px;
}
@media (max-width: 767px) {
	.page_info_store {
		gap: 10px;
		flex-wrap: wrap;
	}
}

.page_info_store_item {
	width: calc((100% / 3) - 20px);
	border-radius: 3px;
	padding: 8px;
}
@media (max-width: 767px) {
	.page_info_store_item {
		width: 100%;
	}
}

.page_info_store_osu,
.page_info_store_toyoake,
.page_info_store_handa {
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	font-family: 'vw-font', sans-serif;
	font-size: 14px;
	display: block;
	margin-top: 6px;
	margin-left: 2px;
}

.page_info_store_osu {
	color: #ff555f;
}
.page_info_store_toyoake {
	color: #128836;
}
.page_info_store_handa {
	color: #00a8c6;
}

.page_info_store_item .title {
	font-size: 18px;
	line-height: 1em;
	letter-spacing: 0em;
	font-weight: 600;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.page_info_store_item .title {
		margin-bottom: 8px;
	}
}
.page_info_store_item .store_link .store_link_text {
	width: fit-content;
	margin: 10px -4px 0 auto;
	gap: 20px;
}

.page_info_store_notice p {
	color: #969696;
	padding: 60px 60px 0;
}
@media (max-width: 767px) {
	.page_info_store_notice p {
		font-size: 14px;
		padding: 20px 0;
	}
}

.page_info_posts_thumb {
	width: 70%;
	margin: auto;
}
@media (max-width: 767px) {
	.page_info_posts_thumb {
		width: 100%;
	}
}
.checkboxItem {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	column-gap: 4px;
	cursor: pointer;
	width: calc((100% / 4) - 20px);
	line-height: 1.2;
	white-space: nowrap;
}
.checkboxItem_cam {
	width: calc((100% / 3) - 20px);
}
@media (max-width: 767px) {
	.checkboxItem,
	.checkboxItem_cam {
		font-size: 12px;
		width: calc((100% / 2) - 10px);
	}
	.checkboxItem_event {
		width: 100%;
	}
}
.checkboxItem input {
	display: none;
}
.checkboxItem span {
	color: #00417d;
	font-size: 14px;
	border: 2px solid #00417d;
	border-radius: 999px;
	padding: 10px 20px;
	transition: 0.3s;
	width: 100%;
	text-align: center;
}
.checkboxItem input:checked + span {
	color: #fff;
	background: #00417d;
	border: 2px solid #00417d;
}
@media (max-width: 767px) {
	.checkboxItem span {
		padding: 10px;
	}
}
