@charset "UTF-8";
/**
 * [xLarge Screen for PC]
 * >=1200
 */

/**
 * [Large Screen for PC & Pad]
 * 960~1199
 */
@media screen and (max-width: 1380px) {

div#banner .inner.clearfix {
    width: 100%;
}
    .header-top .container .header-motto {
        margin-left: 100px;
    }
.menu-item {
    padding: 0 18px;
}
div#container-1 .wp-inner {
    width: 100%;
}
.menu-wrap .wp-navi-aside .navi-aside-wrap li {
    width: 100%;
    padding: 0;

}
.menu-wrap .wp-navi-aside .navi-aside-wrap li.menu-item a.menu-link {
        font-size: 36px;
        line-height: 92px;
        height: auto;
        padding: 0px 0px 0px 20px;
        color: #333;
        border-top: 0px solid rgba(0, 0, 0, .3);
    }


.wp-navi-aside .navi-aside-wrap li .sub-menu li a {
    padding: 0;
    height: 35px;
    line-height: 35px;
}

}
@media screen and (max-width: 1200px) {

.menu-item {
    padding: 0 15px;
}
section.container.flex-5 .common-content {
        border-left: 0;
        padding: 0;
        box-sizing: border-box;
        margin: 0 4%;
}
.news-2-item {
    width: 30%;
}
.news-left {
    width: 30%;
}
.news-right {
    width: 30%;
}
ul.sub-menu {
    position: relative;
}
}
/**
 * [Medium Screen for Pad]
 * 768~959
 */
@media screen and (max-width: 999px) {
      .friend-links .container {
        width: 92%;
    }
    footer .container {
        display: block;
        width: 92%;
    }
    .navi-aside-toggle{ display:block;}
}
/**
 * [Small Screen for Smart Phone and Mini Pad]
 * 480~767
 */
@media screen and (max-width: 767px) {
    section.container.flex-5 .common-content {
        border-left: 0;
        padding: 0;
        box-sizing: border-box;
        margin: 0 4%;
    }
.navi-aside-toggle {
        width: 50px !important;
        height: 35px !important;
        background-size: 100% !important;
    }
}
/**
 * [xSmall Screen for Smart Phone]
 * 480~767
 */
@media screen and (max-width: 479px) {
.header-m .logo {
    width: 75%;
    height: auto;
}
}
/**
 * [Tiny Screen for Older Phone and Smart Phone]
 * <319
 */
@media screen and (max-width: 319px) {
    
}