@charset "UTF-8";

@media screen and (max-width: 960px) {
    .cont {
        /*max-width: 96%;*/
    }

    .inner {
        max-width: 100%;
    }

    .inner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .head_menu>*>a .point {
        font-style: normal;
        display: block;
        line-height: 0;
    }
}

/* ------------------------------------------------------------------------------------------------------------ */

/*モバイルサイズ*/

/* ------------------------------------------------------------------------------------------------------------ */

/*@media screen and (max-width: 767px), (orientation: landscape){*/
@media screen and (max-width: 768px) {
    .pcview_only {
        display: none;
    }

    .spview_only {
        display: inherit;
        /*display: initial;*/
    }

    .toggle {
        display: inline-block;
    }

    /*.sp_view .gnav,*/
    .gnav.open {
        display: block;
    }

    .col.flex {
        display: block !important;
    }

    .col [class*="w_per"] {
        width: 100% !important;
        display: block;
    }

    [class*="w_per"]>img {
        width: 100%;
    }

    .f_left {
        float: none !important;
    }

    .f_right {
        float: none !important;
    }

    #main,
    .mainvis,
    .block,
    .container,
    .cont {
        min-width: 0;
    }

    #main {
        overflow-x: hidden;
    }

    .mainvis {
        margin: 20px auto 0;
    }

    .container,
    .inner {
        width: 100%;
    }

    .inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .minusoutline {
        margin-left: -20px;
        margin-right: -20px;
    }

    .block {
        padding-top: 1px;
    }

    .header {
        overflow: hidden;
        max-width: 100vw;
        /*background: pink;*/
        position: static;
    }

    #main {
        max-width: 100vw;
    }

    .head_logo {
        max-width: 220px;
        top: 10px;
        left: 10px;
        /*background: #fff;*/
    }

    .head_logo_site.head_logo_site_pc {
        /*display: none;*/
        max-width: 50%;
    }

    .head_logo_site.head_logo_site_mb {
        /*display: inline-block;*/
        font-weight: 600;
        text-decoration: none;
        font-size: 30px;
        max-width: 50%;
        letter-spacing: 3px;
        line-height: 44px;
        height: 44px;
    }

    .pagetop {
        width: 50px;
        height: 50px;
        right: 0px;
        font-size: 14px;
    }

    .pagetop a {
        width: 44px;
        height: 44px;
    }

    .pagetop.footPosition {
        bottom: 105px;
    }

    body {
        font-size: 14px;
    }

    .tit01,
    .tit01.tit01b {
        display: block;
        text-align: left;
    }

    .header_inner {
        margin: 0;
        padding: 7px 10px;
        border-bottom: 4px solid #0A7610;
        height: 62px;
    }

    .header_inner>* {
        max-width: 30%;
        display: inline-block;
        margin-right: 10px;
        font-size: 18px;
        font-size: 17px;
    }

    .head_logo_site>img {
        /*height: 43px;*/
        /*width: auto;*/
        line-height: 1;
    }

    .cont_cols {
        flex-direction: column;
    }

    .col_sidenav {
        width: 100%;
        margin-right: 0;
        order: 2;
    }

    .col_main {
        order: 1;
        width: 100%;
    }

    .sidenav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .sidenav>li {
        width: 49%;
    }

    .newsArea .news_title {
        display: block;
        margin-top: 10px;
    }

    .btnnav>* {
        width: 100%;
        margin: 0 auto 20px;
    }

    .sidenav>li {
        width: 100%;
    }

    .gnav .navChild {
        display: none;
        width: 100%;
        margin-top: 10px;
        position: static;
    }

    .gnav .navChild a {
        margin: 1px auto;
        background: #e6eecc;
        color: #000;
        line-height: 1.3;
        font-size: 17px;
    }

    .navMenu>li {
        text-align: center;
        margin: 30px auto;
    }

    .navMenu>li>a {
        text-align: center;
        margin: 0px auto;
        display: inline-block;
    }

    .hasChild>a {
        position: relative;
    }

    .hasChild>a:after {
        position: absolute;
        content: "+";
        right: -1em;
        font-size: 25px;
        top: -0.2em;
        /*-webkit-transform: rotate(180deg);*/
        /*transform: rotate(180deg);*/
    }

    .hasChild>a.on:after {
        content: "-";
        /*-webkit-transform: rotate(0deg);*/
        /*transform: rotate(0deg);*/
        font-size: 40px;
        right: -0.6em;
        top: -0.5em;
    }

}

/* ------------------------------------------------------------------------------------------------------------ */

/*iPhone 414*/

/* ------------------------------------------------------------------------------------------------------------ */

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

/* ------------------------------------------------------------------------------------------------------------ */

/*iPhone 375*/

/* ------------------------------------------------------------------------------------------------------------ */

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

/* ------------------------------------------------------------------------------------------------------------ */

/*小さめサイズ*/

/* ------------------------------------------------------------------------------------------------------------ */

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