@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: medium;
    font-weight: 500;
}
@font-face {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: bold;
    font-weight: 700;
}

html{
    font-size: 62.5%;
}

img{
    max-width:100%;
    height:auto;
}

.text-center{
	text-align: center;
}

.p-maint-box{
	top: 50%;
	left: 50%;
	position: absolute;
}


.p-maint-txt{
	margin: 0;
	color:#333333;
	font-weight: 500;
    font-size: 2rem;
    line-height: 1.6;
}

.p-maint-contents{
	font-family: 'Noto Sans JP', sans-serif;
	position: relative;
	margin: 0;
	transform: translate(-50%, -50%);
	padding-bottom: 15px;
}

.p-maint-logo{
	padding-bottom: 15px;
}

.p-maint-txt--red{
	margin: 0;
	color: #F74E4E;
	font-weight: 700;
	padding-bottom: 38px;
	font-size: 2rem;
}