@charset "utf-8";

body {
	font-family:"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; 
	font-size: 18px;
	color: white;
	text-align: center;
    animation: scroll-anim 15s linear infinite;
	margin: 0;
	padding: 0;
	}



/*フォント*/

a {
	color: white;
}

a:hover {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

/*ページタイトル*/
h1 {
	font-size: 1.7em;
	line-height: 1.2;
	margin: 10px 0;
	font-weight: bold;	
}

h1>span {
	font-size: 0.5em;
}

/*コーナー見出し*/
h2 {
	font-size: 1.4em;
	margin-bottom: 30px;
	line-height: 1.2;
	font-weight: bold;
}

/*サブ見出し*/
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 25px auto 10px;
}

.sub-read {
	text-align: left;
}

.sub-text {
	text-align: left;
}


/*スマートフォンでは有効（改行する）*/
/*PCでは無効（改行しない）*/
.br-sp{
    display: none;
}

/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .br-sp{
        display: block;
    }
}


/*リンクボックス*/

.link-box {
	background-color: black;
}

.link-box:hover {
  color: #888;
  background: white;
  box-shadow: 0 0 10px white, 0 0 20px white;
  transition-delay: 0s;
  animation : infinite;
  font-weight: bold;	
	/*
	font-weight: bold;
	background-color: #007dff;*/
}




footer {
	text-align: center;
	margin-top: 40px;
}