@charset "utf-8";

@media screen and (max-width: 1169px) {
	.c-newsCategoryList__item {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 1099px) {
	.c-newsTab + .u-contents {
		margin-top: 60px;
	}
	
	.c-ySelect {
		text-align: center;
		width: 50%;
		margin: -30px auto 0;
		position: relative;
		top: auto;
		right: auto;
		transform: none;
	}
	
	.c-ySelect:lang(en) {
		top: auto;
	}
	
	.c-ySelect:after {
		width: 4px;
		height: 8px;
		margin: 0;
		right: 15px;
	}
	
	.c-ySelect select,
	.c-ySelect option {
	}
	
	.c-ySelect select {
		text-indent: 6.2em;
		padding: .35em 1em;
	}
	
	.c-newsCategoryList {
		width: 50%;
		margin: 20px auto 0 !important;
		padding-left: 0;
		background: #fff;
		z-index: 10;
		border: 1px solid #707070;
		position: absolute;
		left: 50%;
		transform: translate(-50%,0);
	}
	
	.c-news__tabButton {
		margin-bottom: 12px;
		position: relative;
		top: auto;
		left: auto;
	}
	
	.u-tabButton__item em {
		font-size: 1.4rem;
	}
	
	.category-list {
		margin-top: 0 !important;
	}
	
	.c-newsCategoryList__items {
		display: block;
	}
	
	.c-newsCategoryList__items:after {
		content: '';
		width: 4px;
		height: 8px;
		display: block;
		background: url("/_assets/img/common/arrow-01@red.svg") no-repeat center / 100% 100%;
		position: absolute;
		top: 1em;
		right: 15px;
		transform: rotate(90deg);
		z-index: 10;
	}
	
	.c-newsCategoryList__item {
		font-size: 1.3rem;
		text-align: center;
		padding: 1em 0;
		border-top: 1px solid #ddd;
		display: none;
	}
	
	.c-newsCategoryList__item:first-child {
		border-top: 0;
	}
	
	.c-newsCategoryList__item:after,
	.c-newsCategoryList__items:before {
		display: none;
	}
	
	.c-newsCategoryList__item.is-active {
		display: block;
	}
	
	.c-newsCategoryList__item.is-active:before {
		display: none;
	}
	
	.u-news__selectedItem {
		text-align: center;
		width: 100%;
		height: calc(2.5em + 2px);
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,0);
		z-index: 20;
	}
	
	.c-newsCategoryList.is-active .u-news__selectedItem {
		visibility: hidden;
	}
	
	.c-newsCategoryList.c-newsCategoryList.is-active .c-newsCategoryList__item {
		display: block;
	}
	
	.exhibition .u-newsList__text {
		width: auto;
	}
	
	.exhibition .vox01 {
		max-width: none;
	}
	
	.u-newsList {
		min-height: 100px;
		padding-top: 90px;
	}
	
	
}/* END Responsive */

@media screen and (max-width: 767px) {
	.c-newsTab ul li a {
		font-size: 1.4rem;
	}
	
	.c-ySelect {
		width: 100%;
		margin-top: -15px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.c-ySelect select,
	.c-ySelect option {
		font-size: 1.6rem;
		padding-right: 2em;
		padding-left: 2em;
	}
	
	.c-ySelect select {
		text-indent: 8em;
		padding: .5em 2em;
	}
	
	.c-newsDetailBody img {
		width: auto !important;
		max-width: 100%;
	}
	
	.c-newsDetailBody + .u-buttonBasic__printPdf {
		margin: 80px 0 30px;
	}
	
	.c-newsTab + .u-contents {
		margin-top: 42px;
	}
	
	.c-newsCategoryList {
		width: calc(100% - 40px);
	}
	
	.exhibition .dfTable th {
		width: 100px;
	}
	
	.exhibition .dfTable td {
		width: calc(100% - 100px);
	}
	
	.exhibition .panelImage {
		text-align: center;
		width: 100%;
		float: none;
	}
	
	.exhibition .panelImage img {
		width: 35% !important;
	}
	
	.exhibition .panelImage + .text {
		margin-left: 0;
	}
	
	.exhibition .galleryList li {
		width: calc(100% / 2);
		padding-top: 50%;
	}
	
	
}/* END Responsive */

@media screen and (max-width: 413px) {
	.c-ySelect select {
		text-indent: 6.9em;
	}
	
}/* END Responsive */

@media screen and (max-width: 374px) {
	.c-ySelect select {
		text-indent: 5.2em;
	}
	
}/* END Responsive */
	
	
	
	
	
	
	
	
	
	
	
	