@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cuprum:wght@500&family=Noto+Sans+JP:wght@700&display=swap');
p, div, img {
	margin: 0;
	padding: 0;
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
}

a {
	color: #005840;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

a:hover {
	color: rgb( 51, 211, 160);
	margin: 0;
	padding: 0;
	text-decoration: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Noto Sans JP', "YuGothic", "游ゴシック", "Meiryo", "メイリオ", sans-serif;
	position: static;
	font-size: 18px;
	color: #302833;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/lightpaperfibers.png);
	background-attachment: fixed;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1), -1px -1px 0 rgba(255, 255, 255, 1), 1px -1px 0 rgba(255, 255, 255, 1), -1px 1px 0 rgba(255, 255, 255, 1), -1px 0 0 rgba(255, 255, 255, 1), 1px 0 0 rgba(255, 255, 255, 1), 0 -1px 0 rgba(255, 255, 255, 1), 0 1px 0 rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1);
	overflow: hidden;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	background: url(../img/logo.png) no-repeat left 20px top 15px;
	width: 100%;
	height: 15%;
}

div#header p {
	position: absolute;
	top: 0;
	left: 450px;
	margin: 0;
	padding: 40px 0;
	line-height: 2em;
}

section#lists {
	position: absolute;
	top: 150px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}

section#lists>div {
	box-sizing: border-box;
	cursor: pointer;
	overflow: hidden;
	border: solid 1px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
	padding: 7px 0 0 10px;
	font-size: 14px;
}

section#lists>div>p {
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 15px 17px;
	width: 100%;
	text-align: right;
	line-height: 1em;
	font-size: 36px;
	white-space: nowrap;
}

section#lists>div>p:first-line {
	line-height: 1em;
	font-size: 24px;
}

section#lists>div>p>span {
	line-height: 2.5em;
	font-size: 18px;
}

div#conly2023 {
	position: relative;
	margin: 0 0 0 calc(20% / 3);
	padding: 0;
	width: calc(80% / 3);
	height: 75%;
	background: url(../img/2023-min.png) no-repeat top center;
	background-size: cover;
	z-index: 10;
}

div#conly2023:hover {
	opacity: 0.5;
}

div#conly2019 {
	position: relative;
	margin: 0 0 0 calc(20% / 6);
	padding: 0;
	width: calc(80% / 3);
	height: 75%;
	background: url(../img/2019-min.png) no-repeat top center;
	background-size: cover;
	z-index: 10;
}

div#conly2019:hover {
	opacity: 0.5;
}

div#conly2018 {
	position: relative;
	margin: 0 0 0 calc(20% / 6);
	padding: 0;
	width: calc(80% / 3);
	height: 75%;
	background: url(../img/2018-min.png) no-repeat top center;
	background-size: cover;
	z-index: 10;
}

div#conly2018:hover {
	opacity: 0.5;
}

footer {
	position: fixed;
	bottom: 10px;
	right: calc(50% - 640px);
	font-family: "Cuprum", sans-serif;
	font-size: 16px;
	height: 30px;
	width: 1280px;
	margin: 0;
	padding: 0;
	line-height: 30px;
	text-align: center;
	cursor: default;
	z-index: 99;
}

footer a {
	text-decoration: none;
}

footer a:hover {
	text-decoration: none;
	color: rgb( 51, 211, 160);
}