@charset "UTF-8";

body{
	/*background-image: url(../images/info_bg.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;
	background-color: rgba(255, 255, 255, .5);
}

.adbox{
	width: 100%;
	padding: 1em 1em 0;
}
.adbox img{
	width: 100%;
	vertical-align: bottom;
}
.entry-title{
	font-size: 7.1875vw;
}
.entry-title,p{
	color: #060912;
}
.entry .entry-title:before{
	display: none;
}

.entry-content{
	font-size: 5vw;
}
a{
	color: #009a96;
	text-decoration: none;
}

a:visited{
	color: #009a96;
}

.news-list{
	padding: .5rem;
	margin-top: .5rem;
}

.news-list li{
	padding-left: 1em;
	position: relative;
	list-style: none;
}
.news-list li::before{
	display: inline-block;
	content: '';
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background-color: #f2e45d;
	position: absolute;
	left: 0;
	top: .6em;
}

@media screen and (max-width: 480px){
	body{
		/*background-image: url(../images/info_bg_sp.jpg);*/
		background-color: rgba(255, 255, 255, .5);
	}
}

.backbt a{
	display: block;
	width: 50%;
	height: 3em;
	color: #fff;
	background-color: #8ac57c;
	margin: 1em auto;
	text-align: center;
	line-height: 3em;
	border-radius: 1.5em;
}

.backbt a:focus{
	text-decoration: none;
}