@charset "utf-8";
:root {
	--contents-color:#005bac;
	--contents-light-color:#9ddbf8;
	--contents-subcolor:#00a0e9;
	--contents-menucolor:#00a0e9;
	--contents-menu-subcolor:#005bac;
	--contents-menucolor2:#00a0e9;
}
.menu ul li a {
	background-color: var(--contents-subcolor);
	color: #FFF;
	padding: 10px 15px 5px;
	border-bottom: 5px solid var(--contents-subcolor);
}
.menu ul li a.now {
	border-bottom: 5px solid var(--contents-light-color);
}

.bnrlink {
	background-color: var(--contents-color);
}
.bnrlink::before {
	content: '★';
	display: block;
	position: absolute;
	left: .6em;
	top: auto;
	transform:none; 
}



body {/*
	background-image: url(../img/special/7thproject/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
}


.kv {
	text-align: center;
}
.hedding {
	width: auto;
	color: white;
	padding: 5px;
	background-color: var(--contents-color);
	text-align: left;
	border-radius: .3em;
	font-size: 12px;
	margin-bottom: 30px;
}
.hedding span {
	display: inline-block;
}

.menu {
	padding-top: 30px;
}
.menu ul li a {
	padding: 10px 15px 5px;
}
.menu ul li a {
	background-color: var(--contents-menucolor);
	color: #FFF;
	border-bottom: 5px solid var(--contents-menucolor);
}
.menu ul li a.now {
	border-bottom: 5px solid var(--contents-menu-subcolor);
}





.contain * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contain {
	padding: 1em;
	color:  var(--contents-subcolor);
}
.contain .box {
	border: 1px solid  var(--contents-color);
	border-radius: .3em;
	padding: 1em;
	margin-bottom: 2em;
	-webkit-box-shadow: 0px 0px 10px rgba(190,234,255,0.47);
	box-shadow: 0px 0px 10px rgba(190,234,255,0.47);
	background-image: -webkit-linear-gradient(270deg,rgba(190,234,255,0.40) 0%,rgba(190,234,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(190,234,255,0.40) 0%,rgba(190,234,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(190,234,255,0.40) 0%,rgba(190,234,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgba(190,234,255,0.40) 0%,rgba(190,234,255,0.00) 100%);
	position: relative;
}
.contain .box.next {
	border: 1px solid  rgba(252,150,0,1.00);
	-webkit-box-shadow: 0px 0px 10px rgba(252,150,0,0.47);
	box-shadow: 0px 0px 10px rgba(252,150,0,0.47);
	background-image: -webkit-linear-gradient(270deg,rgba(252,150,0,0.20) 0%,rgba(252,150,0,0.10) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(252,150,0,0.20) 0%,rgba(252,150,0,0.10) 100%);
	background-image: -o-linear-gradient(270deg,rgba(252,150,0,0.20) 0%,rgba(252,150,0,0.10) 100%);
	background-image: linear-gradient(180deg,rgba(252,150,0,0.20) 0%,rgba(252,150,0,0.10) 100%);
	position: relative;
	color: #444;
}




.contain .box .title {
	padding: .5em 1.5em;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--contents-color);
	border: 2px solid rgba(255,255,255,1.00);
	border-radius: .3em;
}
.contain .box.next .title {
	background-color: rgba(252,150,0,1.00);
	border: 2px solid rgba(255,255,255,1.00);
}
.contain .box .title > span {
	padding-left: 1.2em;
	font-size: 160%;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	position: relative;
}
.contain .box .title > span::before {
	content: '★';
	display: inline-block;
	width: 1.2em;
	margin-left: -1.2em;
}
.contain .box .title > span span {
	display: inline-block;
}
.contain .box .title > span span.red {
	color: #fc3;
	margin-left: 5px;
}

.contain .box .txtbox {
	padding: 1.5em 1em 0;
	font-size: 120%;
	line-height: 1.8;
}
.contain .box .txtbox p {
	margin-bottom: 1em;
}
.contain .box .txtbox p.catch {
	font-size: 120%;
	line-height: 1.4;
	color: var(--contents-color);
	text-align: justify;
}
.contain .box.next .txtbox p.catch {
	color: #333;
}
.contain .box .txtbox span {
	display: inline-block;
}
.contain .box .imgbox {
	text-align: center;
	margin-bottom: 1em;
}




.box .info_list {
	margin-bottom: 1em;
}
.box .attention {
	font-size: 80%;
	margin-bottom: calc(10 / 9 * 1em);
}
.box .info_list li,
.box .attention li {
	margin-left: 1em;
	line-height: 1.2;
	margin-bottom: .5em;
}
.box .info_list li::before {
	content: '・';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}
.box .attention li::before {
	content: '※';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}



.box .link {
	margin-left: 1em;
}
.box .link::before {
	content: '★';
	width: 1em;
	display: inline-block;
	margin-left: -1em;
}



.listbox {
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,.3);
	border-radius: .3em;
	margin: 1em 0;
	padding: 1.5em;
}
.listbox .list dt {
	font-weight: bold;
}
.listbox .list dd {
	font-size: 90%;
	padding-left: 1.5em;
	line-height: 1.2;
	padding-bottom: .5em;
}



