@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 style_mainte.css

+++++++++++++++++++++++++++++++ */

/* reset
-----------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "游ゴシック Medium", "游ゴシック", 'YuGothic', "游ゴシック体", 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	letter-spacing: .01em;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

html {
	height: 100%;
	overflow: auto;
}

*, *:before, *:after { box-sizing: border-box; }

section {
	padding: 0 4%;
	margin: 70px auto 0;
	text-align: center;
}

h1 {
	margin: 0 0 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

h1 img {
	width: 60px;
	height: auto;
	-webkit-backface-visibility: hidden;
	vertical-align: bottom;
}

h1 span {
	margin: 0 0 0 16px;
	font-size: 26px;
}

h2 {
	margin: 60px 0 0 0;
	font-size: 20px;
	font-weight: normal;
}

p.mainte_txt {
	font-size: 16px;
	display: inline-block;
	text-align: left;
}


/*----------------------------------------------------
	460px-
----------------------------------------------------*/
@media (max-width: 460px)  {

	h1 img {
		width: 40px;
	}

	h1 span {
		width: 100%;
		margin: 10px 0 0 0;
		font-size: 20px;
	}

}