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

html{
	font-size:62.5%;
}

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

li{
	list-style: none;
}

a{
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

body {
    color: #212121;
    background: #F3F5F7;
		background-image:url(../img/common/error_bg.png);
	font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.4rem;
    padding-top: 50px;
		margin: 0;
		-webkit-font-smoothing:antialiased;
		-moz-osx-font-smoothing:grayscale;
}

.container{
	margin-top: 100px;
}

.main{
	width: 260px;
}

.main_title{
	margin: 48px 0;
}
.text_title{
	font-size: 4rem;
	padding-bottom: 10px;
}

.text_subtitle{
	font-size: 1.6rem;
	font-weight: bold;
}

.text_section{
	font-size: 1.2rem;
	font-weight: normal;
}

.logo{
	width: 200px;
	padding-top: 32px;

}
