
#headerInner {
	height: 160px;
}
#header .backHome {
	padding-top: 20px;
	position: relative;
	z-index: 120;
}
#contents {
	background: #fffdf8; /* url(../images/bg_for_text9.jpg) repeat center top; url(../images/bg_inquiry-6L.png) repeat center top;*/
	color: #000;
	padding-top: 20px;
	padding-bottom: 10px;
}
#contents * {
	color: #000; /* #000; 20200203*/
/*	font-weight: bold;*/
}
#contents img {
	vertical-align: middle;
}
#contents .backHome {
	display: none;
}
h1 {
	font-size: 300%; /*340%; 20200207*/
	text-align: center;
	margin-bottom: 40px;
	font-weight: 300;
}
h2 {
	font-size: 150%; /*200%; 20200207*/
	text-align: left;
	margin-bottom: 25px;
	font-weight: 300;
}
h3 {
	font-size: 120%; /*160%; 20200207*/
	text-align: left;
	margin-bottom: 18px;
	font-weight: 300;
}
.numberIndent {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#footer .backHome {
	display: none;
}

@media screen and (max-width: 480px){
#headerInner {
	height: 80px;
}
#header .backHome {
	display: none;
}
#contents {
	padding-top: 40px;
}
#contents .backHome {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
h1 {
	font-size: 170%;
	margin-bottom: 30px;
}
h2 {
	font-size: 120%;
	margin-bottom: 20px;
	line-height: 1.3em;
}
h3 {
	font-size: 120%;
	margin-bottom: 14px;
	line-height: 1.3em;
}
#footer .backHome {
	display: block;
	text-align: center;
	margin-bottom: 12px;
}
}