@charset "UTF-8";
body {
	background-image: url(../images/top_image.svg);
}
#container {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.midashi  {
    color: #002665;
    font-size: 16px;
    padding-top: 30px;
    text-align: justify;
}
.h2en {
    color: #7499E7;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
}
#container img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
@media (max-width: 480px){
body {
	background-size: 150% auto;
	background-attachment: fixed;
	background-position: center bottom;
}
	#container {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
    padding-right: 10px;
    padding-left: 10px;
}
h2 {
    font-size: 16px;
}
}

@media (min-width:481px) and (max-width:900px){
body {
	background-attachment: fixed;
	background-size: 800px auto;
	background-position: center -140px;
}
	#container {
    margin-right: auto;
    margin-left: auto;
    width: 70%;
    padding-right: 10px;
    padding-left: 10px;
    text-align: justify;
}
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;
}
	#container {
    font-weight: normal;
    text-align: justify;
    height: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
    width: 640px;
    padding-right: 10px;
    padding-left: 10px;
}
h2 {
	font-size: 16px;
	line-height: 22px;
}
}
