@charset "utf-8";
/* event */
div#CONTENTS .news {
	margin-top: 0;
	height: 78px;
}
div#CONTENTS .news .fix_box {
	padding-top: 32px;
	background-color: #fff;
}
div#CONTENTS .news .fix_box.fix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
}
div#CONTENTS .news .wrap {
	display: flex !important;
	padding-left: 0;
	padding-right: 0;
	max-width: 1280px;
	width: 95%;
}
div#CONTENTS .news .btn {
	margin-right: 0;
}
div#CONTENTS .news .btn a {
	padding: 2px 0;
}
div#CONTENTS .news .logo {
	margin: -7px 0 0;
	padding: 0;
	border: none;
	width: 202px;
}
div#CONTENTS .news .logo a {
	display: block;
	padding: 0;
	background: none;
}
div#CONTENTS .wrap {
	max-width: 1000px;
	width: 95%;
}
div#CONTENTS .report_content {
	margin: 100px 0 84px;
}
div#CONTENTS .report_content .h2Tiltle {
	margin-bottom: 30px;
	padding-bottom: 2px;
}
div#CONTENTS .report_content .title {
	margin-bottom: 31px;
	text-align: center;
	font-weight: 500;
	font-size: 15px;
}
div#CONTENTS .report_list {
	padding: 18px 10px 14px;
	margin: 0 auto 64px;
	max-width: 620px;
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 28px;
	background-color: #F6F6F6;
}
div#CONTENTS .report_list li {
	margin: 0 24px;
	font-size: 15px;
	font-weight: 500;
}
div#CONTENTS .report_list img {
	margin: -7px 16px 0 0;
	vertical-align: middle;
}
div#CONTENTS .year_list {
	margin: 0 10px 28px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
}
div#CONTENTS .year_list li {
	margin: 0;
	max-width: 176px;
	width: 18.11%;
}
div#CONTENTS .year_list li a {
	padding-top: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-family: "Outfit", sans-serif;
	width: 100%;
	height: 48px;
	border-radius: 24px 24px 0 0;
	background: #96D7E6;
	transition: all 0.3s;
	box-sizing: border-box;
}
div#CONTENTS .year_list li.current a {
	background: #0A5AA5;
}
@media screen and (min-width: 641px) {
	div#CONTENTS .news .logo a:hover {
		opacity: 0.7;
	}
	div#CONTENTS .year_list li a:hover {
		background: #0A5AA5;
	}
	div#CONTENTS tbody td a:hover {
		text-decoration: underline;
	}
}
div#CONTENTS table {
	border-collapse: separate;
	width: calc(100% - 26px);
	margin: 0 0 0 13px;
	border-spacing: 7px;
}
div#CONTENTS thead th,
div#CONTENTS thead td {
	padding-top: 7px;
	font-size: 15px;
	font-weight: 700;
	height: 56px;
	box-sizing: border-box;
}
div#CONTENTS table th,
div#CONTENTS table td {
	border-top: 2px dotted #444;
}
div#CONTENTS .event-table__date,
div#CONTENTS tbody td:nth-child(1) {
	width: 14.2%;
}
div#CONTENTS .event-table__name,
div#CONTENTS tbody td:nth-child(2) {
	width: 34.6%;
}
div#CONTENTS .event-table__type,
div#CONTENTS tbody td:nth-child(3) {
	width: 15%;
}
div#CONTENTS .event-table__area,
div#CONTENTS tbody td:nth-child(4) {
	width: 9.6%;
}
div#CONTENTS .event-table__address,
div#CONTENTS tbody td:nth-child(5) {
	width: 19%;
}
div#CONTENTS tbody td {
	padding: 16px 0 11px;
	font-size: 15px;
	line-height: 1.2;
}
div#CONTENTS tbody tr:last-child td {
	padding-bottom: 14px;
	border-bottom: 2px dotted #444;
}
div#CONTENTS tbody td:nth-child(1) {
	letter-spacing: 1.5px;
}
div#CONTENTS tbody td:nth-child(4) {
	text-align: center;
}
div#CONTENTS tbody td:nth-child(2) {
	line-height: 1.7;
}
div#CONTENTS table .type_list {
	display: flex;
	justify-content: center;
	margin: 0;
	gap: 14px;
}
div#CONTENTS table .type_list li {
	margin: 0;
	font-size: 10px;
	font-weight: 500;
	width: 36px;
	text-align: center;
}
div#CONTENTS table .type_list li p {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
}
div#CONTENTS table .type_list .photo {
	margin-bottom: 11px;
	height: 24px;
}
div#CONTENTS table .type_list .photo.mb {
	margin-bottom: 5px;
}
div#CONTENTS table .type_list .photo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
div#CONTENTS table .event-table__date {
	cursor: pointer;
}
div#CONTENTS table .borderSpan {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
div#CONTENTS table .borderSpan .txt {
	padding-right: 28px;
	display: inline-block;
	background: url(../img/event/icon05.png) no-repeat right center;
	background-size: 16px auto;
}
div#CONTENTS table .headerSortDown .borderSpan .txt {
	background-image: url(../img/event/icon05_down.png);
}
div#CONTENTS table .headerSortUp .borderSpan .txt {
	background-image: url(../img/event/icon05_up.png);
}
div#CONTENTS table .category-filter-area {
	width: 100%;
	height: 100%;
}
div#CONTENTS table .category-filter-area select {
	padding: 0 25px 0 0;
	width: 100%;
	height: 100%;
	text-align: center;
	border: none;
	appearance: none;
	box-shadow: none;
	border-radius: 0;
	background: url(../img/event/icon04.png) no-repeat right 5px center;
	background-size: 16px auto;
	font-size: 15px;
	font-weight: 700;
	color: #444;
	font-family: "Zen Kaku Gothic New", sans-serif;
	cursor: pointer;
}
@media all and (min-width: 901px) and (max-width: 1000px) {
	div#CONTENTS table th,
	div#CONTENTS table td {
		font-size: 14px;
	}
	div#CONTENTS table .category-filter-area select {
		font-size: 14px;
	}
	div#CONTENTS .year_list li {
		width: 18%;
	}
}
@media all and (min-width: 641px) and (max-width: 900px) {
	div#CONTENTS .year_list {
		gap: 12px;
	}
	div#CONTENTS table th,
	div#CONTENTS table td {
		font-size: 11px;
	}
	div#CONTENTS table .borderSpan .txt {
		background-size: 10px auto;
	}
	div#CONTENTS table .category-filter-area select {
		padding-right: 14px;
		font-size: 11px;
		background-size: 10px auto;
		background-position: right center;
	}
	div#CONTENTS table .type_list {
		gap: 5px;
	}
	div#CONTENTS table .type_list li {
		width: 30px;
	}
	div#CONTENTS table .type_list .photo {
		height: 20px;
	}
	div#CONTENTS .year_list li {
		width: 18%;
	}
	div#CONTENTS .year_list li a {
		font-size: 15px;
		height: 35px;
		border-radius: 18px 18px 0 0;
	}
	div#CONTENTS table {
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	div#CONTENTS .news .wrap {
		margin: 0 auto;
		width: 90%;
	}
	div#CONTENTS .news .logo {
		margin-top: 0;
		max-width: 202px;
		width: 52%;
	}
	div#CONTENTS .news .fix_box {
		padding-top: 22px;
		padding-bottom: 10px;
	}
	div#CONTENTS .news .btn {
		max-width: 144px;
		width: 36.4%;
	}
	div#CONTENTS .news .btn a {
		padding: 9px 0;
	}
	div#CONTENTS .report_content {
		margin: 72px 0 0;
	}
	div#CONTENTS .report_content .h2Tiltle {
		margin-bottom: 21px;
		padding: 0 0 4px 44px;
		background-position: left 4px center;
	}
	div#CONTENTS .report_content .title {
		margin: 0 0 23px;
		text-align: left;
	}
	div#CONTENTS .wrap {
		margin: 0 22px;
		width: auto;
	}
	div#CONTENTS .report_list {
		margin: 0 0 41px;
		padding: 35px 0 26px 5px;
		width: auto;
	}
	div#CONTENTS .report_list li {
		margin: 0 24px;
		text-align: center;
		font-size: 12px;
	}
	div#CONTENTS .report_list img {
		margin: 0 0 11px;
		width: auto;
		height: 30px;
		object-fit: contain;
	}
	div#CONTENTS .report_list span {
		display: block;
	}
	div#CONTENTS .year_list {
		margin: 0 0 39px;
		gap: 16px 4.46%;
	}
	div#CONTENTS .year_list li {
		max-width: inherit;
		max-width: 120px;
		width: 30.3%;
	}
	div#CONTENTS .year_list li a {
		padding-top: 0;
		border-radius: 50px;
		font-size: 18px;
		height: 48px;
	}
	div#CONTENTS table {
		width: 100%;
		margin: 0;
		border-collapse: collapse;
	}
	div#CONTENTS table th.sp_none {
		display: none;
	}
	div#CONTENTS .event-table__date {
		width: 50%;
	}
	div#CONTENTS .event-table__area {
		width: 50%;
	}
	div#CONTENTS table thead {
		display: block;
	}
	div#CONTENTS table thead tr {
		display: flex;
		padding: 0;
		border-top: 2px dotted #444;
	}
	div#CONTENTS table thead th,
	div#CONTENTS table thead td {
		padding: 5px 0 0 0;
		display: block;
		border: none;
		height: 64px;
	}
	div#CONTENTS table th .borderSpan {
		height: calc(100% - 8px);
		margin-top: 3px;
		border-right: 2px dotted #444;
		background-size: 13px auto;
	}
	div#CONTENTS table .category-filter-area {
		display: flex;
		justify-content: center;
	}
	div#CONTENTS table .category-filter-area select {
		width: 100px;
		padding-bottom: 2px;
	}
	div#CONTENTS table tbody tr {
		display: block;
		position: relative;
		border-top: 2px dotted #444;
	}
	div#CONTENTS table tbody tr:last-child {
		border-bottom: 2px dotted #444;
	}
	div#CONTENTS tbody td {
		padding: 0 5px 0 0;
		border: none;
		box-sizing: border-box;
		height: auto;
	}
	div#CONTENTS tbody td:not(.td03) {
		padding-left: 98px;
		display: block;
		width: 100% !important;
	}
	div#CONTENTS tbody td.td03 {
		padding-left: 10px;
		position: absolute;
		left: 0;
		top: 0;
		width: 74px;
		height: 100%;
	}
	div#CONTENTS tbody td.td01 {
		padding-top: 25px;
		padding-bottom: 8px;
	}
	div#CONTENTS tbody td.td02 {
		padding-bottom: 14px;
		font-size: 18px;
		font-weight: 500;
		line-height: 1.46;
	}
	div#CONTENTS tbody td.td04 {
		padding-bottom: 8px;
		text-align: left;
	}
	div#CONTENTS tbody td.td05 {
		padding-bottom: 24px;
	}
	div#CONTENTS table .type_list {
		padding: 28px 0 8px;
		display: block;
		text-align: center;
	}
	div#CONTENTS table .type_list li {
		margin: 0 auto 22px;
		width: 60px;
		font-size: 12px;
	}
	div#CONTENTS table .type_list .photo {
		margin-bottom: 14px;
		height: 30px;
	}
	div#CONTENTS table .type_list .photo.mb {
		margin-bottom: 14px;
	}
	div#CONTENTS tbody tr:last-child td {
		border: none;
	}
}
@media screen and (max-width: 400px) {
	div#CONTENTS .news .btn a {
		padding: 5px 0;
	}
}
@media screen and (max-width: 375px) {
	div#CONTENTS .year_list li a {
		font-size: 15px;
	}
	div#CONTENTS tbody td {
		font-size: 13px;
	}
	div#CONTENTS tbody td.td02 {
		font-size: 16px;
	}
	div#CONTENTS tbody td:not(.td03) {
		padding-left: 85px;
	}
	div#CONTENTS tbody td.td03 {
		width: 70px;
	}
	div#CONTENTS table .type_list li {
		width: 52px;
		font-size: 10px;
	}
	div#CONTENTS table .type_list .photo {
		margin-bottom: 10px;
		height: 26px;
	}
	div#CONTENTS table .type_list .photo.mb {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 340px) {
	div#CONTENTS .news .logo {
		width: 160px;
	}
	div#CONTENTS .news .btn {
		width: 110px;
	}
	div#CONTENTS .news .btn a {
		padding: 4px 0;
	}
	div#CONTENTS .report_list li {
		margin: 0 18px;
	}
}
.tabBox {
	display: none;
}
.tabBox:nth-of-type(1) {
	display: block;
}
.cy-event-section-2__notable {
	text-align: center;
}