@media only screen and (max-width:767px) {
    * {
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
    .laound {
    display: flex;
    justify-content:space-between;
    align-items: center;
    list-style-type: none;
        flex-direction: column;
    margin: 20px auto
    
}
    section .pixcontener .massege{
        padding: 30px;

    }
    section .pixcontener .massege p{
    font-size: 90%;
    line-height: 28px;
        text-align: left
}
    .spnone {
        display: none!important
    }
    .submenu {
        display: none!important
    }
    .newslist {
        position: relative
    }
    section .topick.add .newslist {
        margin: 0 auto;
        display: block;
        width: 90%;
    }
    .add .newslist .midashis .arcives {
        margin: 0;
    }
    .newslist .arcives {
        position: absolute;
        top: 0;
        right: 0;
        text-align: right;
        margin: 0 0 0 0;
        width: auto !important;
        padding: 0;
    }
    .pixcontener .right ul li {
        background-size: 10px auto;
    }
    .topick .sidebar ul li a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }
    #top-head, .inner {
        width: 100%;
        padding: 0;
    }
    .inner:after {
        content: "";
        clear: both;
        display: block;
    }
    .post .kiji img {
        width: 100%;
        height: auto;
    }
    #top-head {
        top: 0px;
        position: fixed;
        margin-top: 0px;
        padding: 0px 0 0;
        line-height: 1;
        z-index: 999;
        left: 0px;
        border-bottom: 1px solid #E8E7E7;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo, #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        top: -550px;
        background: rgba(31, 120, 27, 0.9);
        width: 100%;
        height: auto;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        color: rgba(0, 0, 0, 1.00);
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        display: block
    }
    #global-nav ul li {
        float: left;
        width: 100%;
        position: static;
       
    }
    .tencontener header nav ul li ul li {
        display: block;
        width: 100%;
        background-color: transparent;
        padding: 10px;
        margin: 0;
    }
    .tencontener header nav ul li ul li:first-child {
        border-bottom: 0px solid #fff;
        margin: 20px 0 0 0;
    }
    .tencontener header nav ul li a:hover, .tencontener header nav ul li span:hover, .tencontener header nav ul li span {
        color: #fff;
        text-align: left
    }
    .tencontener header nav ul li ul li:first-child {
        margin: 0 !important
    }
    .dropmenu {
        width: 100% !important;
        clear: both
    }
    .childmenu a, .dropmenu a {
        color: #fff
    }
    .dropmenu ul a:hover {
        color: #fff;
    }
    .dropmenu ul.childmenu {
        opacity: 1;
        position: absolute;
        bottom: 0;
        height: auto;
        widows: 43% !important;
        display: inline-block !important;
        vertical-align: top !important;
        background: rgba(255, 255, 255, 0.1)
    }
    .dropmenu:hover ul.childmenu {
        display: block;
        opacity: 1;
        height: auto;
        width: 100%;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    #top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 0px;
        text-align: left;
    }
    #nav-toggle {
        display: block;
        position: absolute;
        right: 12px;
        top: 14px;
        width: 34px;
        height: 36px;
        cursor: pointer;
        z-index: 101;
    }
    #nav-toggle div {
        position: relative;
    }
    #nav-toggle span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #666;
        left: 0;
        -webkit-transition: .35s ease-in-out;
        -moz-transition: .35s ease-in-out;
        transition: .35s ease-in-out;
    }
    #nav-toggle span:nth-child(1) {
        top: 0;
    }
    #nav-toggle span:nth-child(2) {
        top: 11px;
    }
    #nav-toggle span:nth-child(3) {
        top: 22px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
    #mobile-head .logo a {
        width: 80%;
        height: auto;
    }
    .inner #mobile-head .logo {
        width: 65% !important;
        height: auto;
    }
    .wrap .head .slider {
        width: 90%;
        margin-top: 80px;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
        height: 38vh
    }
    .head .slider .textspace {
        width: 100%;
        height: auto;
        position: absolute;
        bottom: 2%;
        right: 3%;
        left:0%;
        text-align: left;
    }
    .slider .textspace h1 {
        padding: 0 20px;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 14px;
        line-height: 26px;
        bottom: 0
    }
    .slider .textspace p {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 9px;
        line-height: 16px;
        text-align: left;
        padding: 0 20px 0 30px;
    }
    .wrap .head {
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
    .pixcontener {
        padding: 0px 0 0 0;
        width: 95%;
    }
    .midashiside {
        width: 90%;
    }
    .midashi {
        padding-top: 0px;
        padding-left: 35px;
        margin-bottom: 20px;
        margin-top: 25px;
        background-size: 25px auto;
        padding-bottom: 0px;
    }
    .clum:first-child {
        width: 100%;
        height: auto;
        margin: 0 auto 30px auto
    }
    .clum:last-child {
        width: 100%;
        height: auto;
        margin: 0 auto
    }
    .clum img {
        margin-top: 10px;
        margin-left: 20px;
        width: 100%;
        height: auto;
    }
    .clum a img {
        margin-top: 10px;
        margin-left: 0px;
        width: 100%;
        height: auto;
    }
    .clums {
        width: 100%;
        height: auto;
        margin: 0 auto
    }
    .clums:first-child {
        width: 100%;
        height: auto;
        margin: 0 auto
    }
    .clums:last-child {
        width: 100%;
        height: auto;
        margin: 0 auto
    }
    section .topick .newslist {
        width: 90%;
        height: auto;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    section .topick .sidebar {
        width: 90%;
        height: auto;
        display: block;
        vertical-align: top;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
    .flex {
        display: flex;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: center
    }
    .foot .pixcontener .right {
        border-left: 0px dashed #555555;
    }
    .topick .newslist .newsspadce {
        width: 100%;
        height: auto;
        border-bottom: 1px dashed #595757;
    }
    .newslist .newsspadce .date {
        display: inline-block;
        font-size: 12px;
        line-height: 20px;
        margin-right: 30px;
        color: #000000;
        margin-top: 10px;
    }
    .newsspadce h5 a {
        color: #006934;
    }
    .newslist .newsspadce h5 {
        display: inline-block;
        background-image: url(images/icon/icon_11.png);
        background-repeat: no-repeat;
        background-position: left 5px;
        background-size: 15px auto;
        margin: 15px 0 15px 0;
        padding-left: 25px;
        line-height: 25px;
        font-size: 13px;
    }
    .midashis .arcives a {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        line-height: normal;
        color: #595757;
        padding-left: 30px;
        background-image: url(images/icon/icon_03.png);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 9px;
    }
    .wrap footer .foot {
        width: 100%;
        height: auto;
        margin-top: 50px;
        padding-top: 20px;
    }
    .left .logo {
        width: 275px;
        height: 34px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }
    .foot .pixcontener .left {
        width: 100%;
        height: auto;
        border-right: 0px dashed #555555;
        float: none;
        padding-right: 0px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .foot .pixcontener .center {
        width: 100%;
        height: auto;
        border-right: 0px dashed #555555;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .foot .pixcontener .right {
        width: 100%;
        height: auto;
        float: left;
        padding-left: 20px;
    }
    #article .wrap .head {
        padding-bottom: 20px;
    }
    #article .tencontener header .logo {
        /*width: 85%;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;*/
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    .inner #mobile-head #spbar {
        margin-top: 0px;
    }
    article .adds h3 {
        display: block;
        width: 100%;
        font-size: 12px;
        padding-left: 35px;
        background-image: url(images/icon/icon_42.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 25px auto;
        float: none;
        clear: both;
    }
    article .adds a {
        display: block;
        width: 100%;
        float: none;
        clear: both;
    }
    .pixcontener .midashi span {
        color: #006934;
        width: auto;
        display: inline-block;
        margin-left: 20px;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        letter-spacing: 1px;
        text-align: right;
    }
    tbody tr th {
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        color: #000000;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        clear: both;
        float: none;
    }
    tbody tr td {
        color: #000000;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        clear: both;
        float: none;
    }
    article .post h3 {
        font-size: 15px;
    }
    article .post h4 {
        font-size: 15px;
    }
    article .seo {
        width: 90%;
        padding-top: 15px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        text-align: center;
    }
    article .staff h3 {
        display: block;
        width: 80%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        background-image: url(images/icon/icon_21.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 20px auto;
        padding-left: 35px;
        font-size: 14px;
        text-align: center;
        margin-bottom: 30px;
        margin-top: 10px;
    }
    article .staff .staffspace {
        width: 80%;
        height: auto;
        margin-top: 50px;
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    article .contact p {
        text-align: left;
    }
    .contact .telbunner img {
        width: 80%;
    }
    #sitemap tbody tr {
        margin-bottom: 15px;
    }
    .pixcontener .pan_border .pannav {
        color: #777777;
        font-size: 10px;
        display: block;
        margin-top: 10px;
    }
    .pannav a {
        color: #006934;
        font-size: 10px;
    }
    .slideshow_container .slideshow_view .slideshow_slide.slideshow_slide_image img {
        width: 100% !important;
        height: auto !important
    }
    .slideshow_view .slideshow_slide.slideshow_slide_image img {
        width: 100% !important;
        display: block !important;
        z-index: 9999 !important;
        margin: 0 !important;
    }
    .newslist .postarea a {
        width: 95%;
        display: block;
        vertical-align: top;
        padding: 10px;
        background-color: #fff;
        text-decoration: none;
        margin: 0 auto 20px auto
    }
    .wrap .pixcontener article {
        width: 90%;
        margin: 0 auto
    }
    /*------------下層スライダー------------*/
    div.sliderpage {
        width: 100%;
        height: 280px;
        margin: 40px auto;
        padding: 20px;
    }
    .bxslider01 {
        height: 200px !important;
        overflow: hidden;
    }
    ul.bxslider01 li {
        display: block;
        width: 100%;
    }
    ul.bxslider01 li img {
        display: block;
        width: 100% !important;
        height: auto;
    }
    ul.bxslider02 li a {
        display: block;
        width: 55px;
    }
    ul.bxslider02 li a img {
        display: block;
        width: 55px;
        height: auto;
    }
    div.controlWrap {
        width: 100%;
        display: block;
        position: relative;
        margin: -30px auto 0 auto;
    }
    div.controlWrap p#PrevIcon a {
        width: 20px;
        height: 40px;
        top: 0px;
        left: -10px;
    }
    div.controlWrap p#NextIcon a {
        width: 20px;
        height: 40px;
        top: 0px;
        right: 0px;
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    * {
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
        section .pixcontener .massege{
        padding: 30px;

    }
    section .pixcontener .massege p{
    font-size: 90%;
    line-height: 28px;
        text-align: left
}
    /*#global-nav ul li:first-child{
        padding: 0 !important;
        margin: 10px 0 0px 10px !important;
        width: auto;
        float: none
    }*/
    #global-nav ul {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #global-nav ul li {
        width: auto;
    }
    #global-nav ul li a {
        padding: 0 0 0 10px;
        background-image: url();
        font-size: 13px
    }
    #mobile-head {
        display: none!important
    }
    .dropmenu ul {
        position: relative;
        z-index: 99999999999 !important;
    }
    .dropmenu ul a {
        display: block;
    }
    .dropmenu ul a:hover {
        color: #999;
    }
    .dropmenu ul.childmenu {
        opacity: 0;
        position: absolute;
        top: 120px;
        height: auto;
        width: 250px !important;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tencontener header nav ul li a, .tencontener header nav ul li span {
        padding: 0;
        background: url()
    }
    .dropmenu:hover ul.childmenu {
        display: block;
        opacity: 1;
        height: auto;
        width: 150px !important;
        -webkit-transition: all .5s;
        transition: all .5s;
    }
    .dropmenu:before, .dropmenu:after {
        content: " ";
        display: table;
    }
    .dropmenu:after {
        clear: both;
    }
    .dropmenu {
        *zoom: 1;
    }
    section .topick.add .newslist {
        margin: 0 auto;
        display: block;
        width: 90%
    }
    .tencontener header .logo {
        width: 50%;
        height: auto;
        float: none;
        clear: both;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px;
    }
    .tencontener header nav {
        width: 100%;
        height: auto;
        float: none;
        clear: both;
    }
    .tencontener header nav ul li {
        list-style-type: none !important;
        float: right;
        margin-left: 0px;
        margin-right: 15px;
        margin-top: 10px;
        width: auto;
        margin-bottom: 10px;
    }
    /*.tencontener header nav ul li:first-child {
	list-style-type: none !important;
	float: right;
	margin-left: 0px;
	margin-right: 60px;
	margin-top: 10px;
}*/
    .tencontener header nav ul li a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        background-image: url(images/icon/point.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 10px auto;
        padding-left: 15px;
        font-size: 12px;
        font-weight: bold;
        color: #595757;
        line-height: 25px;
        transition: 0.3s;
    }
    .tencontener header .submenu {
        width: 15%;
        height: auto;
        margin-top: 0px;
        overflow: hidden;
        margin-bottom: 0px;
        position: absolute;
        right: 1%;
        top: -10px;
    }
    header .submenu ul {
        float: right;
        margin-top: -25px;
    }
    .post .kiji img {
        width: auto;
        height: auto;
    }
    header .submenu a img {
        float: right;
        width: 30px;
        height: auto;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .slider .textspace h1 {
        color: #FFFFFF;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
    }
    .slider .textspace p {
        color: #FFFFFF;
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 11px;
        line-height: 20px;
        font-weight: bold;
    }
    .pixcontener {
        width: 98%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }
    .clum:first-child {
        width: 49%;
        height: auto;
    }
    .clum:last-child {
        width: 49%;
        height: auto;
    }
    .clums h3 {
        font-size: 13px;
    }
    article .clums img {
        width: 85%;
        height: auto;
        margin-top: 10px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
    }
    .clum img {
        margin-top: 10px;
        margin-left: 25px;
        width: 85%;
        height: auto;
    }
    section .topick {
        display: flex;
        justify-content: space-between
    }
    section .topick .newslist {
        display: inline-block;
        margin-right: 30px;
    }
    section .topick .sidebar {
        display: inline-block;
    }
    .newslist .midashis .arcives {
        display: inline-block;
        vertical-align: bottom;
        width: 60%;
        text-align: right;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .newslist .newsspadce .date {
        display: inline-block;
        font-size: 10px;
        line-height: 50px;
        margin-right: 30px;
        color: #000000;
        width: 10%;
        vertical-align: top;
    }
    .newslist .newsspadce h5 {
        display: inline-block;
        background-image: url(images/icon/icon_11.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 15px auto;
        padding-left: 25px;
        line-height: 50px;
        font-size: 12px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        height: auto;
        word-break: keep-all;
        overflow: hidden;
    }
    .midashiside h4 {
        font-size: 17px;
        display: inline-block;
        vertical-align: bottom;
        width: auto;
    }
    .midashiside span {
        display: inline-block;
        color: #006934;
        font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
        letter-spacing: 2px;
        margin-left: 20px;
        font-size: 11px;
        vertical-align: bottom;
        width: auto;
    }
    ul .mainmenu a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    .nolink span a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    .inside li a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    ul .ric a, ul .cont a, ul .office a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    }
    .foot .pixcontener .left {
        width: 100%;
        height: auto;
        border-right: 0px dashed #555555;
        float: none;
        padding-right: 20px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        clear: both;
        margin-bottom: 20px;
    }
    .wrap footer .foot {
        width: 100%;
        height: auto;
        margin-top: 50px;
        padding-top: 50px;
    }
    .left .logo {
        width: 35%;
        height: 34px;
        margin-top: 0px;
        margin-right: auto;
        margin-bottom: auto;
        margin-left: auto;
        display: block;
    }
    .foot .pixcontener .center {
        width: 45%;
        border-right: 1px dashed #555555;
        float: left;
        height: 156px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .foot .pixcontener .right {
        width: 50%;
        float: left;
        height: 156px;
        padding-left: 20px;
    }
    .wrap .head {
        padding-bottom: 40px;
        margin-bottom: 30px;
        padding-top: 0px;
        height: auto;
    }
    .wrap section {
        padding: 20px;
    }
    .newslist .postarea a {
        width: 29%;
    }
    .newslist .postarea h5 {
        font-size: 14px
    }
    /*------------下層スライダー------------*/
    div.sliderpage {
        width: 100%;
        margin: 40px auto;
        padding: 20px;
    }
    .bxslider01 {
        overflow: hidden;
    }
    ul.bxslider01 li {
        display: block;
        width: 100%;
    }
    ul.bxslider01 li img {
        display: block;
        width: 100% !important;
        height: auto;
    }
    ul.bxslider02 li a {
        display: block;
        width: 100px;
    }
    ul.bxslider02 li a img {
        display: block;
        width: 100%;
        height: auto;
    }
    div.controlWrap {
        width: 100%;
        margin: -30px auto 0 auto;
    }
    div.controlWrap p#PrevIcon a {
        width: 20px;
        height: 80px;
        top: 0px;
        left: -10px;
    }
    div.controlWrap p#NextIcon a {
        width: 20px;
        height: 80px;
        top: 0px;
        right: 10px;
    }
}
@media only screen and (min-width:1024px) and (max-width:1336px) {
    * {
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: 100%;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%
    }
        section .pixcontener .massege{
        padding: 30px;

    }
    section .pixcontener .massege p{
    font-size: 100%;
    line-height: 28px;
        text-align: center
}
    .wrap section {
        padding: 20px;
    }
    .pcnone {
        display: none!important
    }
    #mobile-head {
        display: none!important
    }
    section .topick.add .newslist {
        margin: 0 auto;
        display: block;
        width: 90%
    }
    .tencontener header .logo {
        width: 30%;
        height: auto;
        float: none;
        clear: both;
        margin-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 20px;
    }
    .tencontener header nav {
        width: 100%;
        height: auto;
        float: none;
        clear: both;
    }
    .tencontener header nav ul li {
        list-style-type: none !important;
        float: right;
        margin-left: 0px;
        margin-right: 20px;
        margin-top: 20px;
        width: auto;
        margin-bottom: 20px;
    }
    /*.tencontener header nav ul li:first-child {
	list-style-type: none !important;
	float: right;
	margin-left: 0px;
	margin-right: 60px;
	margin-top: 20px;
}*/
    .tencontener header nav ul li a {
        font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        display: block;
        background-image: url(images/icon/point.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 23px auto;
        padding-left: 35px;
        font-size: 14px;
        font-weight: bold;
        color: #595757;
        line-height: 25px;
        transition: 0.3s;
    }
    .tencontener header .submenu {
        width: 15%;
        height: auto;
        margin-top: 0px;
        overflow: hidden;
        margin-bottom: 0px;
        position: absolute;
        right: 1%;
        top: -10px;
    }
    header .submenu ul {
        float: right;
        margin-top: -25px;
    }
    header .submenu a img {
        float: right;
        width: 30px;
        height: auto;
        margin-top: 20px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}
@media screen and (min-width:1336px) {
    .pcnone {
        display: none!important
    }
    #mobile-head {
        display: none!important
    }
}
