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



/* -- 背景 -- */
.background_sitemap {
text-align: center;
max-width: 100%;
margin: 0px 0px 0px 0px;/*上・右・下・左*/
padding: 20px 0px 20px 0px;/*上・右・下・左*/
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: 50px;
line-height: 50px;
}
span.font_sitemap_02 {
font-family: rift-soft, sans-serif;
font-style: normal;
font-weight: 700;
color: #fdd448; /* 文字色 */
opacity: 1; /* 透明度 */
font-size: 20px;
line-height: 20px;
}
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 {
max-width: 1000px;
text-align: center;
margin: 20px auto 20px auto;/*上・右・下・左*/
}
.grid_sitemap ul {
max-width: 1000px;
text-align: center;
margin: 10px 0px 0px 0px;/*上・右・下・左*/
padding: 0px 0px 0px 0px;/*上・右・下・左*/
}
.grid_sitemap li {
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 300;
color: #FFFFFF;
font-size: 13px;
line-height: 20px;
text-decoration: none;
min-width: 220px;
border-collapse:collapse;
display: inline-block;
vertical-align:top; /* 上端揃え */
list-style: none;
text-align: left;
margin: 6px 6px 6px 6px;/*上・右・下・左*/
padding: 6px 6px 6px 6px;/*上・右・下・左*/
}
.grid_sitemap a {
color: #FFFFFF;
font-size: 13px;
line-height: 20px;
text-decoration: none;
}
.grid_sitemap a:hover {
color: #fdd448;
font-size: 13px;
line-height: 20px;
text-decoration: none;
}
.title_sitemap {
font-family: vdl-logomaru, sans-serif;
font-style: normal;
font-weight: 400;
color: #FFFFFF;
font-size: 14px;
line-height: 14px;
text-align: center;
text-decoration: none;
max-width: 100%;
border-top: 2px solid #FFFFFF;
border-bottom: 2px solid #FFFFFF;
margin: 0px 0px 13px 0px;/*上・右・下・左*/
padding: 10px 0px 10px 0px;/*上・右・下・左*/
}





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