@charset "UTF-8";

/*----------------------------------------------------------------------------------------*
 *	共通の記述
 *----------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------- header */

/*-------------------------------------------------------------- article */
h2:not(.normal) {
	position: relative;
	font-weight: 700;
}
h2:not(.normal)::before{
	content: '';
	position: absolute;
	background: #00b0f0;
}
h2 a {
	position: absolute;
	right: 0;
	color: #000;
	font-weight: 400;
}
section#kv {
	background-color: #9a003d;
}
section#kv .exhibition-list {
	background-color: #333;
}
section#kv .exhibition-list ul {
	margin: 0;
	list-style-type: none;
}
section#kv .exhibition-list a {
	color: #fff;
}
section#kv .exhibition-list li {
	text-align: center;
}
section#kv .exhibition-list span {
	display: block;
	line-height: 1.4;
}
section#news ul {
	margin: 0;
	list-style-type: none;
}
section#news .news-list {
	border-bottom: 1px solid #d9d9d9;
}
section#news .news-list ul {
	display: flex;
	align-items: center;
}
section#news .news-list ul li:nth-of-type(1) {
	width: 7em;
	margin-right: 1em;
	background-color: #999;
	color: #fff;
	text-align: center;
}
section#news .link-list li {
	border: 1px solid #d9d9d9;
}
section#news .link-list a {
	color: #000;
}
section#news .link-list p {
	margin: 0;
	text-align: center;
}
section#news .link-list a > p {
	line-height: 1;
}
section#news .link-list a div p:nth-of-type(1) {
	line-height: 1.2;
}
section#news .link-list a div p:nth-of-type(2) {
	text-align: right;
}
section#link ul {
	margin: 0;
	list-style-type: none;
}
section#link li {
	border: 1px solid #d9d9d9;
}
section#link a {
	color: #000;
}
section#link a > p {
	line-height: 1;
}
section#link p {
	margin: 0;
	text-align: center;
}
section#link a div p:nth-of-type(1) {
	line-height: 1.2;
}
section#link a div p:nth-of-type(2) {
	text-align: right;
}

/*-------------------------------------------------------------------------------*
 *	736px以下用（SP用）の記述
 *-------------------------------------------------------------------------------*/
@media screen and (max-width: 736px) {
/* 736px以下用（SP用）の記述 */

/*-------------------------------------------------------------- body */

/*-------------------------------------------------------------- header */

/*-------------------------------------------------------------- article */
h2:not(.normal) {
	margin: 10% 0 5%;
	border-bottom: 2px solid #d9d9d9;
	font-size: calc(18 / 375 * 100vw);
}
h2:not(.normal)::before{
	width: 30%;
	bottom: -2px;
	height: 2px;
}
h2 a {
	font-size: calc(12 / 375 * 100vw);
	bottom: calc(6 / 375 * 100vw);;
}
section#kv .exhibition-list {
	padding: 5%;
}
section#kv .exhibition-list a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section#kv .exhibition-list li:nth-of-type(n+2) {
	margin-top: 5%;
}
section#kv .exhibition-list img,
section#kv .exhibition-list span {
	width: 50%;
}
section#news {
	padding: 0 5%;
}
section#news .news-list {
	padding: 5%;
}
section#news .news-list > li:nth-of-type(n+2) {
	margin-top: 5%;
}
section#news .news-list ul li:nth-of-type(1) {
	font-size: calc(12 / 375 * 100vw);
}
section#news .link-list {
	margin-top: 10%;
}
section#news .link-list a {
	display: flex;
	align-items: flex-end;
}
section#news .link-list a > p {
	width: 50%;
}
section#news .link-list a div p:nth-of-type(1) {
	margin-left: 1em;
	font-size: calc(14 / 375 * 100vw);
}
section#news .link-list a div p:nth-of-type(2) img {
	width: 10%;
	padding-right: 5%;
}
section#link {
	margin-bottom: 10%;
	padding: 0 5%;
}
section#link li {
	margin-top: 5%;
}
section#link a {
	display: flex;
	align-items: flex-end;
}
section#link a > p {
	width: 50%;
}
section#link a div p:nth-of-type(1) {
	margin-left: 1em;
	font-size: calc(14 / 375 * 100vw);
}
section#link a div p:nth-of-type(2) img {
	width: 10%;
	padding-right: 5%;
}

}

/*-------------------------------------------------------------------------------*
 *	737px以上用（PC用）の記述
 *-------------------------------------------------------------------------------*/
@media screen and (min-width: 737px), print {
/* 737px以上用（PC用）の記述 */

/*-------------------------------------------------------------- body */

/*-------------------------------------------------------------- header */
header nav#gmenu > ul > li#about span,
header nav#gmenu > ul > li#db span {
	padding: 16px 0 0;
}
header nav#gmenu > ul > li#history span,
header nav#gmenu > ul > li#exhibition span,
header nav#gmenu > ul > li#publications span,
header nav#gmenu > ul > li#usage-guide span {
	padding: 25px 0 0;
}

/*-------------------------------------------------------------- article */
h2:not(.normal) {
	margin: 50px 0 30px;
	border-bottom: 3px solid #d9d9d9;
	font-size: 2.2rem;
}
h2:not(.normal)::before{
	width: 20%;
	bottom: -3px;
	height: 3px;
}
h2 a {
	font-size: 1.4rem;
	bottom: 5px;
}
section#kv .inner {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
section#kv .main-visual {
	width: 900px;
}
section#kv .exhibition-list {
	width: 300px;
	padding: 25px;
	box-sizing: border-box;
}
section#kv .exhibition-list li:nth-of-type(n+2) {
	margin-top: 25px;
}
section#news {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
section#news .news-area {
	width: 900px;
}
section#news .news-list {
	padding-bottom: 30px;
	min-height: 210px;
}
section#news .news-list > li {
	display: flex;
}
section#news .news-list > li:nth-of-type(n+2) {
	margin-top: 20px;
}
section#news .news-list ul li:nth-of-type(n+2) {
	margin-right: 1em;
}
section#news .link-list {
	width: 300px;
	margin-top: 100px;
	padding: 25px;
	box-sizing: border-box;
}
section#news .link-list a div p:nth-of-type(1) {
	margin: 1em 0;
}
section#news .link-list a div p:nth-of-type(2) img {
	width: 30px;
	padding-right: 15px;
}
section#link {
	width: 1200px;
	margin: 50px auto 0;
}
section#link ul {
	display: flex;
	justify-content: space-between;
}
section#link li {
	display: flex;
	flex-direction: column;
	width: 200px;
}
section#link a {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
section#link a div {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
section#link a div p:nth-of-type(1) {
	flex-grow: 1;
	margin: 1em 0;
}
section#link a div p:nth-of-type(2) img {
	width: 30px;
	padding-right: 15px;
}

}