@charset "UTF-8";
body {
}
#container {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}
.midashi  {
    color: #002665;
    font-size: 16px;
    padding-bottom: 50px;
    padding-top: 30px;
    text-align: justify;
}
h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.h2en {
    color: #7499E7;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    padding-top: 0px;
}
#container img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
body {
}
section {
    border-radius: 12px;
    background-color: #EEEEFF;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 14px;
    padding-top: 14px;
    margin-top: 16px;
}
section h3  {
    color: #003399;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
section p  {
    margin-top: 0px;
    margin-bottom: 0px;
}
dl   {
}
dl dt  {
    color: #FF24CB;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 0x;
}
.number {
    color: #FFFFFF;
    background-color: #003399;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}
dl dd  {
    text-indent: 16px;
}
.btn {
    display: block;
    background: #FFFFFF;
    padding-top: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    margin-left: auto;
    margin-right: auto;
    width: 172px;
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

@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;
}
}

@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;
}
}

@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;
}
}
