@charset "utf-8";
/* CSS Document */
/*COMMON--------------------------------------------------*/
html,
body
{
background-color:#FFF;
color:#00213E;
font-family:"メイリオ", Meiryo, "MS PGothic", sans-serif, Verdana, "ＭＳ Ｐゴシック";
line-height:1;
/*overflow-x:hidden;*/
position:relative;
text-align:justify;
/*word-break:break-all;*/
}
a,
a:hover{text-decoration:none;}
.wrap
{
margin:0 auto;
position:relative;
}
header,
footer
{
background-color:#02122F;
color:#FFF;
width:100%;
}
header a,
footer a{color:#FFF;}
/*HEADER--------------------------------------------------*/

/*SCREEN--------------------------------------------------*/
div.screen
{
background-position:center;
background-repeat:no-repeat;
background-size:cover;
color:#FFF;
text-align:center;
}
/*SECTION--------------------------------------------------*/
/*01*/
section.section_01 h3
{
background-position:center top;
background-repeat:no-repeat;
font-weight:bold;
}
section.section_03 div.box.num_01 dl dd a{color:#00213E;}
section.section_03 div.box.num_01 dl dd a:hover{text-decoration:underline;}
/*FOOTER--------------------------------------------------*/


