@charset "utf-8";

/*グローバルナビ*/

.megamenu-list li:nth-last-child(2),
.megamenu-list li:nth-last-child(3),
.megamenu-list li:last-child{
	display: none;	
}

.megamenu-list .c-list-no_mark li {
    display: block;
}

@media only screen and (max-width: 768px) {

.megamenu-list li:nth-last-child(2),
.megamenu-list li:nth-last-child(3),
.megamenu-list li:last-child{
		display: block;	
}

  #js-globalMegaMenu .b-megamenu_contents .column {
        padding: 1em 0 1em 1em;
 }

    #js-globalMegaMenu .megamenu-list {
        display: block;
        margin: 10px;
    }

.b-megamenu_navigation {
    font-weight: 700;
}

.megamenu-list>li>.b-megamenu_navigation {
    color: #121212;
}

}

/*グローバルナビ ボタン*/
.js-link_scroller span{
    font-size: 16px;
    color: #003557;
    font-weight: 500;
}

.b-megamenu_navigation span{
    font-size: 16px;
    color: #003557;
    font-weight: 500;
}

@media only screen and (max-width: 768px) {


.megamenu-list>li>.b-megamenu_navigation {
    color: #121212;
 background-image: url(../image/icon_navi.png)!important;
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: left top 18px;
}

}

/*スライドショー*/

.box_widthFull>ul>li {
    padding: 0 10px !important;
}

@media only screen and (max-width: 640px) {


.box_widthFull>ul>li {
    padding: 0 !important;
}

}



