@charset "utf-8";
html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Arial',sans-serif;
	font-size: 1.4rem;
	color: #333;
	line-height: 1.8;
	background-color: #F5F5F5;
}

header{
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	padding: 10px 20px;
}
header img{
	width: 100%;
	max-width: 200px;
	vertical-align: bottom;
}
.wrap{
	width: 100%;
	padding: 50px;
}
.img-pos{
	display: block;
}
.img-maintenance{
	width: 100px;
	-webkit-animation: 20s linear infinite rotation1;
	animation: 20s linear infinite rotation1;
}
.head-ttl{
	font-size: 3.0rem;
	font-weight: bold;
	color: #1D2088;
	text-align: center;
	margin-top: 10px;
}
.point_txt{
	text-align: center;
}
.copywriter{
	text-align: center;
}

/* ================================================
 タブレット
================================================ */
@media screen and (max-width: 896px) {
}

@media screen and (max-width: 673px) {
}

/* ================================================
 スマホ
================================================ */
@media screen and (max-width: 480px) {
header{
	text-align: center;
}
header img{
	display: inline-block;
}
.wrap{
	padding: 50px 20px;
}
.head-ttl{
	font-size: 2.6rem;
}
}