#none_pc { display: none; overflow: hidden; }/*ＰＣ表示させない*/
#none_smart { }/*スマフォ表示させない*/



/* -- 背景 -- */
.background_sitemap {
text-align: center;
max-width: 100%;
margin: 0px auto 0px auto;/*上・右・下・左*/
padding: 10px 10px 10px 10px;/*上・右・下・左*/
background-color:#285B99;/*背景色*/
}




span.font_sitemap_01 {
font-family: rift-soft, sans-serif;
font-style: normal;
font-weight: 700;
color: #fdd448; /* 文字色 */
opacity: 1; /* 透明度 */
font-size: 35px;
line-height: 35px;
}
span.font_sitemap_02 {
font-family: rift-soft, sans-serif;
font-style: normal;
font-weight: 700;
color: #fdd448; /* 文字色 */
opacity: 1; /* 透明度 */
font-size: 12px;
line-height: 12px;
}
span.NEW {
color: #fdd448; /* 文字色 */
opacity: 1; /* 透明度 */
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
padding: 0px 0px 0px 5px;/*上・右・下・左*/
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}




/* -- サイトマップ -- */
.grid_sitemap {
text-align: center;
margin: 20px auto 20px auto;/*上・右・下・左*/
}
.grid_sitemap ul {
text-align: center;
margin: 0px 0px 0px 0px;/*上・右・下・左*/
padding: 10px 0px 0px 0px;/*上・右・下・左*/
}
.grid_sitemap li {
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 300;
color: #FFFFFF;
font-size: 15px;
line-height: 25px;
text-decoration: none;
min-width: 100%;
border-collapse:collapse;
display: inline-block;
vertical-align:top; /* 上端揃え */
list-style: none;
text-align: left;
margin: 5px 0px 0px 0px;/*上・右・下・左*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}
.grid_sitemap a {
color: #FFFFFF;
font-size: 15px;
line-height: 25px;
text-decoration: none;
}
.grid_sitemap a:hover {
color: #fdd448;
font-size: 15px;
line-height: 25px;
text-decoration: none;
}
.menu_sitemap {
color: #FFFFFF;
font-size: 15px;
line-height: 25px;
max-width: 80%;
margin: 10px auto 30px auto;/*上・右・下・左*/
}
.title_sitemap {
font-family: vdl-logomaru, sans-serif;
font-style: normal;
font-weight: 400;
color: #FFFFFF;
font-size: 16px;
line-height: 16px;
text-decoration: none;
max-width: 100%;
border-top: 1px solid #214776;
border-bottom: 1px solid #214776;
margin: 0px 0px 3px 0px;/*上・右・下・左*/
padding: 15px 0px 15px 20px;/*上・右・下・左*/
}




#none_pc  {
display: none;
}
#none_smart {
}


icon {
font-size: 100%;
}