@charset "UTF-8";

/* ▼背景画像 */
#box1{
	position: relative;
	background-position: center 0%;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
	height: 100vh;
	}

.informationImg {
	background-image: url(../img/top-photo.jpg);
	}


.RAGCIE-1st{
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -150px;
	}

.RAGCIE-1st img{
	width: 300px;
	height: auto;
	text-shadow: 0px 2px;
	}

.sectionNews {
	position: relative;
	background-size: cover;
	overflow: hidden;
	height: auto;
	}

section#box1 {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: center 0%;
	height: 100vh;
	margin-bottom: 80px;
	}

#vegas {
    width: 100vw;
    height: 500px;
	}

h1.newsTitle{
	font-family: "Josefin Sans",sans-serif;
	font-size: 2.3em;
	margin-top: 70px;
	}

.news-li-text {
	list-style-type: none;
	max-width: 800px;
	margin: 0 auto 80px;
	font-size: 0.85em;
    }

.news-li-text li{
	display: inline-block;
	padding-left:7.7em;
	text-indent:-7.7em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 25px;
	}

.news-li-text li a{
    color: #4c4948;
	text-decoration: none;
	font-family: "UD Shin Go Regular";
	font-size: 1.1em;
	}

.news-li-text li a:hover{
    color: #036eb8;
	text-decoration: none;
	}

/*ボタン*/
.topbutton{
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 0.9em;
	background-color:#231815;
	letter-spacing: 0.2em;
	font-family: "UD Shin Go Medium";
	margin-top: -50px;
	color: #fff;
	}

.topbutton a{
	color: #fff;
	}

.topbutton:hover{
	width: 100px;
	height: 30px;
	background-color:#727171;
	}

.topbutton a:hover{
	text-decoration: none;
	color: #fff;
	}

footer{
	background-color: #4d4d4d;
	height: 200px;
	}