@charset "UTF-8";
body {
	background-image: url(../images/top_image.svg);
}
#container {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 24px;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    margin-top: 70px;
    margin-bottom: 70px;
    text-align: justify;
}
.midashi  {
	color: #002665;
	font-size: 14px;
	padding-bottom: 50px;
	padding-top: 30px;
}
@media (max-width: 480px){
body {
	background-size: 150% auto;
	background-attachment: fixed;
	background-position: center bottom;
}
h2 {
	font-size: 14px;
}
#container {
    width: 80%;
}
}

@media (min-width:481px) and (max-width:900px){
body {
	background-attachment: fixed;
	background-size: 800px auto;
	background-position: center -140px;
}
h2  {
	font-size: 16px;
	text-align: left;
	line-height: 22px;
}
}

@media (min-width:901px){
body {
	background-size: 1000px auto;
	background-attachment: fixed;
	background-position: center -260px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
}
}
