@charset "UTF-8";

body,html{
	height:100%;
	min-width:100%;
	margin:0;
	padding:0
}
h1 {
	margin:0;
}
	header a img {
		width:400px;
}
.maintenance a{
	transition:opacity .2s linear
}
.maintenance a:hover{
	opacity:.8
}
.maintenance header{
	background-color:#1ba1ff
}
.maintenance header h1{
	padding-top:10px
}
.maintenance header a{
	display:block;
	width:1000px;
	margin:0 auto
}
.maintenance header svg{
	width:127px
}
.maintenance main{
	background-color:#fff;
	display:block;
	color:#000;
}
.maintenance__container{
	width:1000px;
	margin:0 auto;
	padding-top:3em
}
.maintenance__container h2{
	margin-bottom:.4em
}
.maintenance__container p{
	font-size:.9em;
	letter-spacing:1.23px;
	line-height:2;
	margin-bottom:3em
}
.maintenance__container a{
	color:#fff
}
.maintenance__btn__toppage{
	background-color:#1f5eb4;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:.9em;
	letter-spacing:1.23px;
	width:270px;
	padding:1em 2em
}

@media screen and (max-width:480px){
	header a img {
		width:300px;
}
.maintenance{
	height:100%
}
.maintenance header{
	text-align:left
}
.maintenance header a{
	width:100%
}
.maintenance__container{
	width:90%;
	margin:0 auto;
	padding-top:1em
}
.maintenance__container h2{
	font-size:22px;
	font-weight:700;
}
.maintenance__container p{
	line-height:1.5em}
}