/**//**/@charset "UTF-8";
/* ----------------------------------------------------------------------------------
		Base
------------------------------------------------------------------------------------- */
html, body {
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.42857;
	text-transform: none;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
@media screen and (max-width:767px) {
html, body {
	font-size: 87.5%;
}
}
*, *:before, *:after {
	box-sizing: border-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	border: none;
}
/* ----------------------------------------------------------------------------------
		Link
------------------------------------------------------------------------------------- */
a, a:hover, a:focus {
	text-decoration: none;
}

@media screen and (min-width:992px) {
a {
	-webkit-transition: all .15s;
	-moz-transition: all .15s;
	transition: all .15s;
}
a:hover, a:focus {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
}
/* ----------------------------------------------------------------------------------
		Heading
------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.2;
	margin-top: 0;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	color: inherit;
}

/* ----------------------------------------------------------------------------------
		Contents
------------------------------------------------------------------------------------- */
#logo{
	position: relative;
	text-align: center;
	top: 40%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	margin: 0 1rem;
}
#logo h1{
	max-width:70vw;
	margin: 0 auto;
}
.lead{
	font-weight: 700;
	font-size: 1.125rem;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}
@media screen and (max-width:767px) {
	.lead br{
		display: none;
		text-align: left;
	}
}

.button{
	display: inline-block;
	background-color: #fff;
	border-radius: 5px;
	padding: 0.5rem 2rem;
	color:#000;
	font-size: 1.25rem;
}
.button:hover{
	background-color: rgba(255,255,255,0.5);
	color:#000;
}

/* ----------------------------------------------------------------------------------
		Footer
------------------------------------------------------------------------------------- */
#footer{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom:0;
	font-size: 0.875rem;
	color:#fff;
	padding-bottom: 1rem;
}


.copyright{
	font-family: Arial, Helvetica," sans-serif";
}

/* ----------------------------------------------------------------------------------
		Modal
------------------------------------------------------------------------------------- */
.modal-header{
	border-bottom: none;
}
.modal table{
	margin-bottom: 1.5rem;
}
.modal td, .modal th{
	padding: 0.5rem;
}
.modal th{
	white-space: nowrap;
}

.modal tr:nth-child(odd){
	background-color: #e5e5e5;
}
.btn-about{
	background-color: red;
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 5px;
	background-color: #000;
	color:#fff;
	cursor: pointer;
}
.btn-about:hover{
	color: #fff;
	background-color: rgba(0,0,0,0.50);
}


