@charset 'UTF-8';


.p-memberNavigation__item:nth-of-type(6){display: none;}
@media screen and (max-width: 767px){
.nav_area{margin-bottom: 0;}
.p-memberNavigation{margin-bottom: 0;}
.p-memberNavigation__item:nth-of-type(3),
.p-memberNavigation__item:nth-of-type(4),
.p-memberNavigation__item:nth-of-type(5){display: none;}
.p-memberNavigation__item:nth-of-type(6){display:inline-block;}
}

#asp_content {  width:100%; max-width:1200px;margin: 0 auto;}
#asp_content #none {width:100%;text-align:center;padding:100px 0 200px;font-size:14px;font-weight:bold;line-height:140%;}
#asp_content #none span {display:block;font-size:20px;color:#FF0000;line-height:140%;margin:10px 0;}
@media screen and (max-width: 767px){
#asp_content #none {padding:40px 10px 40px!important; text-align: left;}
#asp_content #none br{display: none;}
#asp_content #none span {font-size:18px; text-align: center;}
}


