p,li,td, figcaption {
    font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif !important;
}

.j-table table {
    border-collapse:collapse;
    border-top:1px solid #d0c9a3;
    border-left:1px solid #d0c9a3;
}

.j-table th,
.j-table td {
    border-bottom:1px solid #d0c9a3;
    border-right:1px solid #d0c9a3;
    vertical-align:top;
        padding:10px;
        text-align:left;
}

.j-table th{
        background-color:#fcf9ed;
        width:30%;
}

/*clearfix*/
.clearfix:after { content: "";
    display:block;
    height:0;
    visibility:hidden;
    clear:both;
}

.j-callToAction a{
background-color:#366b22;
}

#content ul{
    padding-left:10px;
}
.wsnw { white-space:nowrap; }

/*  Layout
----------------------------------------------- */
img {
    max-width:100%;
    height:auto !important;
    margin:0;
    padding:0;
    border:none;
    vertical-align:top;
}

figure {
    max-width:100% !important;
    height:auto;
}

figure img {
    max-width:100% !important;
    height:auto !important;
    margin:0;
    padding:0;
    border:none;
}

#cc-inner {
    overflow:hidden;
}

.cc-map-canvas img { max-width:none !important; }



/*--カラム部分など--*/
@media screen and (max-width:480px) {
    .cc-m-hgrid-column {
        width:100% !important;
        float:none !important;
    }
}

a img {
    background-color:transparent;
    -moz-transition:0.3s;
    -webkit-transition:0.3s;
    -o-transition:0.3s;
    -ms-transition:0.3s;
    transition:0.3s;
}

a:hover img {
    filter:alpha(opacity=65);
    opacity:0.65;
}

body {
    padding:0;
    margin:0;
    min-width:1000px;
}



@media screen and (max-width:969px) {
    body {
        min-width:initial;
        min-width:auto;
    }
}

/*--ヘッダ--*/
#header-bg {
    height: 310px;
    background: center top repeat-x url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/con-head-bg.png?t=1489109751)!important;
}



.cc-indexpage #header-bg {
    height: 687px;
    background: center top no-repeat url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/top-head-bg.jpg?t=1489109908)!important;
}
#header-top{
    height: 34px;
    width:1000px;
    margin:0 auto 0;
    text-align:left;
}
#header-top p{
        font-size:14px;
        line-height: 1;
        margin:0;
        padding: 20px 0 0 10px;
}

@media screen and (max-width:969px) {
#header-bg,
.cc-indexpage #header-bg {
    height: auto;
    background-image:none!important;
}

#header-top{
  display:none;
}
}

#header {
    height: 112px;
    width:1000px;
    margin:0 auto 0;
    padding:0;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -webkit-align-items:flex-start;
    align-items:flex-start;
    box-sizing:border-box;
}
.cc-indexpage #header {
    height: 126px;
}
#header h1 {
    width:auto;
    margin:6px 0 0 0;
    padding:0;
    box-sizing:border-box;
}

#header h1 a img {
    opacity:1;
}


#header #head-contact{
    padding:0!Important;
    margin:22px 0px 0 0;
}
.cc-indexpage #header #head-contact{
    margin:85px 20px 0 0;
}
.top-contact{
    display:none;
}
.cc-indexpage .con-contact{
    display: none;
}
.cc-indexpage .top-contact{
    display:block;
}

#header #switch {
    display:none;
}

@media screen and (max-width:969px) {
    #header,
    .cc-indexpage #header {
        width:100%;
        padding:10px 20px;
        height: auto;
    }
    
    #header #switch {
        display:block;
        padding-left:10px;
    }
    #header #head-contact{
        margin:30px 20px 0 0;
    }
    .cc-indexpage #header #head-contact{
        margin:38px 20px 0 0;
    }
    #header h1 {
                padding:10px 0 10px 10px;
        margin-right:auto;
    }
}

@media screen and (max-width:768px) {
    #header #head-contact{
        display:none;
    }
}

@media screen and (max-width:480px) {
    #header h1,
    #header h1 img {
        max-width:120%;
        margin-top:0px;
        padding:0;
    }
}
/*--ヘッダここまで--*/


/*--メインイメージ下バナー--*/
.mb-bnr {
    display:none;
}

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

    .mb-bnr {
                display:none;
    }

    .cc-indexpage .mb-bnr {
        width:100%;
        max-width:267px;
        margin:0 auto;
        padding:20px 5px 5px 5px;
        display:block;
        box-sizing:border-box;
    }
}


/*--モバイル用ナビ--*/
#tab-menu {
    display:none;
}

@media screen and (max-width:969px) {
    #g-nav-outer {
        display:none;
    }
    #tab-menu {
        display:block;
    }
    #tab-nav {
        display:none;
    }
    #tab-nav ul {
        margin:0;
        padding:0;
    }


    #tab-nav .cc-nav-level-0 li {
        margin:0;
        padding:0;
        width:100%;
        background:#FFF;
        list-style:none;
    }
    #tab-nav .cc-nav-level-0 li a {
    width:auto;
    display:block;
    background:#cc0000;
        opacity:0.7; 
        position:relative;
        padding:12px 30px 10px 45px;
        border-bottom:1px solid #FFF;
        color:#fff;
        text-align:left;
        text-decoration:none;
        font-size:16px;
        line-height:120%;
        font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
        box-sizing:border-box;
    }
    #tab-nav .cc-nav-level-1 li a {
        width:auto;
        display:block;
        background:#d94242;
        position:relative;
        padding:12px 50px 10px 60px;
        border-bottom:1px solid #FFF;
        color:#fff;
        text-align:left;
        text-decoration:none;
        font-size:16px;
        line-height:140%!Important;
        font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
    }   
    #tab-nav .cc-nav-level-2 li a {
        width:auto;
        display:block;
        background:#ffcccc;
        position:relative;
        padding:12px 20px 10px 75px;
        border-bottom:1px solid #FFF;
        color:#333;
        text-align:left;
        text-decoration:none;
        font-size:16px;
        line-height:120%;
        font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
    }
    #tab-nav .cc-nav-level-0 li.j-nav-has-children>a{
        background: #cc0000 url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/arrow3.png?t=1489108981) no-repeat right center;
    }
    #tab-nav .cc-nav-level-1 li.j-nav-has-children>a{
        background: #d94242 url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/arrow3.png?t=1489108981) no-repeat right center;
    }
    #tab-nav .cc-nav-level-2 li.j-nav-has-children>a{
        background: #ffcccc url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/arrow3.png?t=1489108981) no-repeat right center;
    }
    #tab-nav .cc-nav-level-0 li a:hover {
        opacity:0.7;
    }
}
/*--モバイル用ナビここまで--*/


/*--メインイメージ--*/
.cc-pagemode-notfound #mb-main,
.cc-pagemode-overlay #mb-main {
    display:none !important;
}
.cc-indexpage #mb-main-cover{
   width:100%;
   display:none;
   margin-top:-1px;
    background: url(bg-top.jpg) repeat-x left center;
}
#mb-main {
display:none;
}

.cc-indexpage #mb-main-cover{
   width:100%;
   display:block;
}
.cc-indexpage #mb-main {
    width:100%;
    margin:0 auto;
    padding:0;
    display:block;
}

.cc-indexpage #mb-main ul {
    margin:0;
    padding:0;
    list-style:none;
}
.cc-indexpage #mb-main ul li {
    margin:0;
    padding:0;
    text-align:center;
    width:100%;
}
.cc-indexpage #mb-main ul li img{
        margin:0 auto;
    max-width:1640px;
}
.cc-indexpage #mb-main ul.slides,
.cc-indexpage #mb-main ul li.slide2,
.cc-indexpage #mb-main ul li.slide3,
.cc-indexpage #mb-main ul li.slide4{
    display:none;
}
.cc-pagemode-notfound #mb-main,
.cc-pagemode-overlay #mb-main {
    display:none !important;
}


#con-img {
    width:100%;
    max-width: 1000px;
    margin:0 auto;
    padding:0;
}
#mb-con-cover{
   width:100%;
   margin: 0;
   display: block;
}

#con-img {
    display:block;
}

.cc-indexpage #mb-con-cover{
    display: none;
}

.cc-pagemode-notfound #con-img,
.cc-pagemode-overlay #con-img{
    display:none !important;
}



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

    #mb-main ul {
        margin:0;
        padding:0;
        list-style:none;
    }
    #mb-main ul li {
        margin:0;
        padding:0;
    }

}
/*--メインイメージここまで--*/


#bc-wrap {
    width:100%;
    margin:0;
    padding:0;
    background-color:#f8f2d3;
    display:block;
}

.cc-indexpage #bc-wrap,
.cc-page-blog #bc-wrap {
    display:none;
}

.cc-pagemode-notfound #bc-wrap,
.cc-pagemode-overlay #bc-wrap {
    width:100%;
    margin:0;
    padding:0;
    background-color:#f8f2d3;
    display:block !important;
}

#breadcrumb {
    width:100%;
    max-width:1000px;
    margin:0px auto 0;
    padding:5px;
    display:block;
    box-sizing:border-box;
}

#breadcrumb a.home-link {
    width:auto;
    padding: 0 15px 0 0;
    color:#663300;
    background: url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/arrow.gif?t=1489108974) no-repeat right center;
    font-size:10px;
    float:left;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
}

#breadcrumb ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#breadcrumb ol li {
    float: left;
    margin: 0;
    font-size:10px;
    color:#663300;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
}
#breadcrumb ol li a {
    padding: 0 15px 0 0;
    color:#663300;
    background: url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/arrow.gif?t=1489108974) right center no-repeat;
    font-size:10px;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
}
#breadcrumb ol li a.cc-nav-current {
    text-decoration: none;
    color:#663300;
    background: none;
}


/*--コンテンツ部分基本設定--*/
#content-wrap {
    width:1030px;
    margin:0 auto;
    padding:0;
}


@media screen and (max-width:969px) {
    #content,
    #side{
        width:100%!Important;
        float:none!Important;
    }
    
    #content-wrap{
        width:100%!Important;
    }
}

.cc-pagemode-notfound #content-wrap,
.cc-pagemode-overlay #content-wrap {
    width:100%;
    margin:0 auto;
    padding:0px 0px 0px 0px !important;
    background-image:none !important;
    box-sizing:border-box;
}



/*--Sidebar--*/

#side {
    width:26%;
    margin:0;
    padding:0;
    float:left;
}

#side #sidebar {
    width:100%;
    max-width:270px;
    margin:0 auto;
    padding:25px 0px 30px 0px;
}
/*--サイドバーここまで--*/


/*--メインコンテンツ--*/
#content {
    max-width:760px;
    width:72%;
    margin:0 auto;
    padding:25px 0px 30px 0px;
    box-sizing:border-box;
    background-color:white;
    float:right;
}


/*--pタグ--*/
p {
    margin-left:20px;
    font-size: 16px;
    color: #333333;
}


/*--見出し--*/
.j-header h1,
.post h1.j-blog-header {
    border-bottom:3px solid #cc0000;
    margin-top: 10px;
    margin-bottom:10px;
    padding: 0 0 0 10px;
    text-align:left;
    font-size: 20px;
    color: #333333;

}



.j-header h2,
.j-blogarticle h2 {
    background:url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/h2.png?t=1489109826) no-repeat left center;
    height:27px;
    margin: 10px 0 10px 0px;
    padding:8px 0 0 10px;
    text-align:left;
    font-size: 18px;
    color: #333333;
}

.j-header h3,
.j-blogarticle h3 {

   padding:0px 0 0 10px !Important;
    margin:10px 0 0px 5px;
    border-left:10px solid #cc0000;
    font-size: 16px;
    color: #333333;
}


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

}
/*--見出しここまで--*/




/*--フッタ--*/
#footer{
    width:100%;
    clear:both;
    margin:0px 0px 1px 0px;
    padding:20px 20px 0px 20px;
    background: url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/footer-bg2.png?t=1489109804) center top repeat;
    font-size:12px;
    line-height:120%;
    color:#333;
    text-align:center;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
    box-sizing:border-box;
}

#footer-cover{
    width:980px;
    margin: 0 auto;
}
#footer-cover .logo
{
    float: left;
    padding-bottom:20px;
    padding-top:20px;
}
#footer-cover .footer-menu
{
    float: right;
}
#footer-cover .footer-menu li{
    display: inline;
    margin:0; 
    padding-right: 30px;
    font-size: 14px;
}
#footer-cover .address
{
    padding-top:10px;
    padding-left:0px;
    padding-bottom:20px;
    font-size: 15px;
    line-height: 20px;
    text-align:left;
    color:#333!Important;
}
#footer-cover a:link, #footer-cover a:visited, #footer-cover a:active {
    text-decoration: underline;
    color:#333!Important;
}
#footer-cover a:hover {
    text-decoration: none;
    color:#333;
}
#footerFloatingMenu {
        display: none;
    }


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

    #footer {
        background: none;
    background: url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/footer-bg2.png?t=1489109804) center top repeat;
        color: #333;
    }
    #footer-cover .logo
    {
        float: none;
        padding-top:0;
    }
    
    #footer-cover{
         width: auto;
    }
    
    #footer-cover .footer-menu
    {
        float: none;
       text-align:left;
    }
    
    #footer-cover .footer-menu ul{
       padding-left:0;
       text-align:left;
    }
    
    #footer-cover .footer-menu li{
       float:left;
       display: block;
       padding-bottom:5px!Important;
    }
    
    #footer-cover .footer-menu li a{
       padding-bottom:5px!Important;
       height:20px!Important;
    }

}

@media (min-width: 481px) {
    #footerFloatingMenu {
        display: none;
    }
}

@media (max-width: 480px) {
    #footerFloatingMenu {
        display: block!Important;
        width: 100%;
        position: fixed;
        left: 0px;
        bottom: 2px;
        z-index: 9999;
        text-align: center;
        padding: 0 auto;
    }
     
    #footerFloatingMenu .wid50 {
        max-width: 99%;
            width:28%;
            padding:5px 1px;
            box-sizing:border-box;
                    display:block;
                    float:left;
    }
    
    
    #footerFloatingMenu .wid50 img {
        max-width: 99%;
    }
}


.gutter{
    width:100%;
    max-width:980px;
    margin:0 auto;
    padding:5px 0px 10px 0px;
    color:#333!important;
}
div#contentfooter a,
div#contentfooter a:link,
div#contentfooter a:hover{
    color:#333!important;
}


/*  Navigation
----------------------------------------------- */


.j-blogarticle .c {
    display:none;
}

/*--管理ページ用メニュー--*/

/*--Jimdo概要補正--*/
#imprint h2 {
    background:none;
    height:auto;
}

/*--ブログページ関連など--*/
.post .datetime,
.j-blogarticle .datetime {
    font-size:13px;
    font-weight:bold;
    color:#351913 !important;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
}

.post .datetime .datetime-inner,
.j-blogarticle .datetime .datetime-inner {
    line-height:100% !important;
}

.j-blogarticle .datetime .datetime-inner {
    padding:3px 10px 3px 10px !important;
}

.post .postmeta {
    font-size:14px;
    font-weight:bold;
    color:#351913;
    margin:0 !important;
    padding:0 !important;
}

.post div.datetime.dt-style3 {
    width:100%;
    margin:0;
    padding:0 !important;
    background-color:transparent !important;
    box-shadow:none !important;
    display:block !important;
    float:none !important;
    text-align:right;
    min-height:inherit !important;
}

.j-blogarticle div.datetime.dt-style3 {
    width:100%;
    margin:0;
    padding:0px 0px 0px 12px !important;
    background-color:#AA353E !important;
    box-shadow:none !important;
    display:block !important;
    float:none !important;
    text-align:left;
    min-height:inherit !important;
    box-sizing:border-box;
    border-radius:0px !important;
}

.post div.datetime.dt-style3 p.day-word,
.j-blogarticle div.datetime.dt-style3 p.day-word {
    display:none;
}

.post div.datetime.dt-style3 p.yr,
.post div.datetime.dt-style3 p.mon,
.post div.datetime.dt-style3 p.day {
    margin:0;
    padding:0 !important;
    display:inline-block;
    font-size:12px;
    color:#351913 !important;
    font-weight:bold !important;
    line-height:100% !important;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
}

.j-blogarticle div.datetime.dt-style3 p.yr,
.j-blogarticle div.datetime.dt-style3 p.mon,
.j-blogarticle div.datetime.dt-style3 p.day {
    margin:0;
    padding:0 !important;
    display:inline-block;
    font-size:12px;
    color:#FFF !important;
    font-weight:bold !important;
    line-height:100% !important;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","typesquare", sans-serif !important;
}

.cc-page-blog #content {
    margin-top:5px;
}

div.datetime.dt-style3.dt-alignment-right {
    margin:0 !important;
}

/*--編集可能領域埋め込み用--*/
.white-borde {
    width:100%;
    margin:0 auto;
    padding:15px;
    background-color:#FAFAEF;
    box-sizing:border-box;
}

.limited-width {
    max-width:670px;
    margin:0 auto;
}

.sub-hl-style01 {
    width:100%;
    min-height:56px;
    margin:0;
    padding:15px 15px 15px 75px;
    background:url(https://u.jimcdn.com/e/o/s4d7501ba1cd1a741/userlayout/img/sub-midashi01.png?t=1465470729) left top repeat-y;
    font-size:24px;
    font-weight:bold;
    font-family:"Ryumin Regular KL","typesquare" !important;
    color:#FFF;
    line-height:120%;
    text-align:center;
    box-sizing:border-box;
}

.apricot {
    width:100%;
    height:46px;
    margin:0;
    padding:0;
    display:block;
    background:url(https://u.jimcdn.com/e/o/s4d7501ba1cd1a741/userlayout/img/line-apricot.png?t=1465470409) center no-repeat;
}



.cc-m-image-align-1,
.cc-m-image-align-2,
.cc-m-image-align-3 {
    text-align:center !important;
}

.cc-m-image-align-1 img,
.cc-m-image-align-2 img,
.cc-m-image-align-3 img {
    float:none !important;
}



/*--------------------- 
**  Navigation 
--------------------- */
#sidebar ul.mainNav1,
#sidebar ul.mainNav2,
#sidebar ul.mainNav3{
    width: 240px;
    margin:0 auto 10px;
    padding:0!important;
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif!Important;
    text-align: left;
}
#sidebar ul.mainNav1 li,
#sidebar ul.mainNav2 li,
#sidebar ul.mainNav3 li{
    list-style:none outside!Important;
    margin:0;
    padding:0;
    zoom: 1;
}
#sidebar .mainNav1 li{
    font-size: 18px;
    margin-bottom:5px!important;
    margin-left:2px;
}

#sidebar .mainNav2 li,
#sidebar .mainNav3 li{
    font-size:16px;
    margin:10px 0 10px 10px!important;
    background:none!Important;
}
#sidebar .mainNav1 li a
{
    display: block;
    height: 60px;
    width: 239px;
    text-decoration: none;
    display:table-cell;
    vertical-align: middle;
    color:#333333;
    background:url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/navi-bg.png?t=1489109864) no-repeat left center; 
    text-align:center;
}
#sidebar .mainNav2 li a
{
    display: block;
    text-decoration: none;
    display:table-cell;
    height: 20px;
    padding-left:15px;
    background:url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/arrow.gif?t=1489108974) no-repeat left center; 
    text-align:left;
}
#sidebar .mainNav3 li a
{
    background: none;
    border-bottom: 1px solid #cccccc;
}

#sidebar .mainNav1 li a:hover, #sidebar .mainNav1 li a.current, #sidebar .mainNav1 li a.parent
{
    text-decoration: none;
    font-weight:bold;
    color:#cc0000;
}

#sidebar .mainNav2 li a:hover, #sidebar .mainNav2 li a.current, #sidebar .mainNav2 li a.parent,
#sidebar .mainNav3 li a:hover, #sidebar .mainNav3 li a.current, #sidebar .mainNav3 li a.parent
{
    text-decoration: none;
    font-weight:bold;
    color:#cc0000;
}

@media screen and (max-width:969px) {
    #sidebar ul.mainNav1 li,
    #sidebar ul.mainNav2 li,
    #sidebar ul.mainNav3 li{
    display:none;
    }

}

/* 静岡菅公株式会社用のページ、三島本店のヘッダ消す */

#page-2154608191 #mb-con-cover, /* x学校サポート */
#page-1952463891 #mb-con-cover, /* xカンコーブランドについて */
#page-2160107491 #mb-con-cover, /* x過去の新着情報 */
#page-1952464091 #mb-con-cover, /* x着こなしセミナー */
#page-2154608291 #mb-con-cover, /* x職場体験 */
#page-2154608391 #mb-con-cover, /* x職業講話 */
#page-1952243991 #mb-con-cover { /* x会社概要 */
    display: none;
}

#page-2154608191 #header-bg,
#page-1952463891 #header-bg,
#page-2160107491 #header-bg,
#page-1952464091 #header-bg,
#page-2154608291 #header-bg,
#page-2154608391 #header-bg,
#page-1952243991 #header-bg {
    height: 146px!Important;
    background: center top repeat-x url(https://u.jimcdn.com/cms/o/sbcbd9be9f3e0e8f4/userlayout/img/con-head-bg2.png?t=1489109756)!important;
}

@media screen and (max-width:969px) {
#page-2154608191 #header-bg,
#page-1952463891 #header-bg,
#page-2160107491 #header-bg,
#page-1952464091 #header-bg,
#page-2154608291 #header-bg,
#page-2154608391 #header-bg,
#page-1952243991 #header-bg {
     height: auto!Important;
}
}


#cc-nav-view-2154608591{display:none;}
#cc-nav-view-2154608891{display:none;}



@media screen and (max-width:969px) {
#cc-nav-view-2154608591{display:block;}
#cc-nav-view-2154608891{display:block;}
}



/* ここまで */