@charset "UTF-8";


/* ---------------------
共通
--------------------- */
.mx-auto{
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
img{
    max-width: 100%;
}
li{
    list-style-type: none;
}
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.d-none{
    display: none!important;
}
/* ヘッダーナビ */
.headnav{
    position: absolute;
    right: 10px;
    top: 10px;
}
.headnav ul{
    display: flex;
}
.headnav ul li{
    width: 70px;
    font-size: 10px;
    text-align: center;
}
.headnav ul li a{
    display: block;
    padding-bottom: 5px;
    padding-top: 3px;
    color: #222;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}
.headnav ul li a:hover{
    background-color: #D7F5FF;
    text-decoration: none;
}
.headnav ul li img{
    width: 30px;
}
.notfound_comment{
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
    color: #999;
    line-height: 2;
}
@media (max-width: 767px) {
    .head-wrapper {
        position: fixed;
        z-index: 999;
        background-color: #FFF;
        width: 100%;
        top: 0;
        -webkit-transition: 0.5s;
           -moz-transition: 0.5s;
            -ms-transition: 0.5s;
             -o-transition: 0.5s;
                transition: 0.5s;
    }
    .head-wrapper.hide{
        transform: translateY(-100%);
    }
    .header-logo {
        padding: 10px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .headnav {
        position: relative;
    }
    .header-logo span {
        font-size: 9px;
        margin-top: 10px;
        font-weight: normal;
    }
    .header-logo{
        position: relative;
        transition: 0.5s;
        top: 0;
    }

    .header-stack .site-name {
        width: 65%;
        max-width: 300px;
        margin: 10px auto 0;
    }
    .headnav {
        right: 0;
        top: 5px;
    }
    .headnav ul {
        margin-top: 0;
        margin-bottom: 5px;
        padding-left: 0;
        width: calc(100% + 40px);
        border-top: 1px solid #EEE;
        border-bottom: 1px solid #EEE;
        margin-right: -20px;
        margin-left: -20px;
    }
    .headnav ul li{
        width: 33%;
        font-size: 8px;
    }
    .headnav ul li img {
        width: 20px;
        height: auto;
    }
}
/* ---------------------
管理画面
--------------------- */
/* editor_admin_2019 */
.entryeditbtn{
    width: 100%;
    background-color: #EEE;
    padding: 10px 10px 0;
    text-align: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.adminbtn_right{
    float: right;
    margin-bottom: 10px;
}
.entryeditbtn .login_name{
    margin: 0;
    font-size: 12px;
    padding-bottom: 3px;
    margin-left: 5px;
    margin-right: 5px;
    display: inline-block;
}
.entryeditbtn a{
    text-align: center;
    display: inline-block;
    padding: 5px 15px 5px 25px;
    font-size: 10px;
    background-color: #174D9F;
    color: #FFF;
    margin-right: 5px;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.acms-admin-inline-btn.editor_head{
    margin-bottom: 2px;
}
.passcaution{
    background-color: #D6272E;
    padding: 30px 10px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}
.passcaution a{
    color: #FFF;
    font-weight: bold;
    text-decoration: underline;
}
.entryeditbtn a:hover{
    background-color: #666;
    color: #FFF;
    text-decoration: none;
}
.entryeditbtn form{
    display: inline-block;
}
.entryeditbtn form .editheadbtn{
    display: inline-block;
    padding: 5px 15px 5px 25px;
    font-size: 10px;
    line-height: 1.8;
    border: none;
    -webkit-border-radius: 3px;
            border-radius: 3px;
}
.entryeditbtn form .editheadbtn.edit{
    background-color: #DB2A1B;
    color: #FFF;
}
.entryeditbtn form .editheadbtn.logout{
    background-color: #AAA;
    color: #FFF;
}

/* ---------------------
入力画面
--------------------- */
#adminBox, .acms-admin-box {
    margin-bottom:0;
}
.editpage_organization{
    margin: 3px;
    font-weight: bold;
}
.acms-admin-label a{
    color: #333;
}
/* 送信画面 */
table.jobtypetable tr.jobtype_checkname td,table.jobtypetable tr.jobtype_checkname th{
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
table.jobtypetable th,table.jobtypetable td{
    border-left: 1px solid #DDD;
}
table.jobtypetable td{
    text-align: center;
    vertical-align: middle;
}
table.jobtypetable td .acms-admin-form-checkbox{
    margin: 0;
}
table.jobtypetable td .acms-admin-ico-checkbox{
    margin: 0;
}
table.company_data th,table.company_data td{
    border-left: 1px solid #DDD;
}
table.company_data tr th{
    font-size: 12px;
    text-align: left;
}
table.company_data tr td{
    border-top: none;
}
.jobtypetable td img{
    width: 15px;
    padding-bottom: 5px;
}
p.formcomment{
    font-size: 12px;
    color: #999;
    margin: 0;
    line-height: 1.5;
}
p.formcomment span{
    text-decoration: underline;
    color: #666;
}
/* 編集画面 */
table.company_data.acms-admin-table-admin-edit td,
table.jobtypetable.acms-admin-table-admin-edit td,
table.jobtypetable.acms-admin-table-admin-edit th{
    border-bottom: 1px solid #DDD;
}
table.company_data.acms-admin-table-admin-edit tr td input{
    width: 100%!important;
}
.acms-admin-table-admin-edit .acms-form-width-full{
    width: 100%!important;    
}
.contact-form .boothnumber{
    display: none;
}
.contact-form .linkon{
    display: none;
}
.contact-form .boothcolor{
    /* display: none; */
}
.contact-form.acms-admin-table-admin-edit .boothnumber{
    display: table-row;
}
.contact-form.acms-admin-table-admin-edit .linkon{
    display: table-row;
}
.contact-form .category_radiobtn .acms-admin-form-radio,.contact-form .category_radiobtn .acms-admin-form-checkbox{
    min-width: 200px;
}
.contact-form .location_radiobtn .acms-admin-form-radio,.contact-form .location_radiobtn .acms-admin-form-checkbox{
    min-width: 120px;
}
/* jsバリデーター */
/* エラーメッセージ非表示時のスタイル */
[class*="validator-result"],
.validator-result-,
.validator-result-1,
.v-result-,
.v-result-1 {
  display: none;
}

/* エラーメッセージ表示時のスタイル */
.validator-result-error,
.validator-result-0,
.v-result-error,
.v-result-0 {
  display: block;
    margin: 2px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    color: #c41134;
}

@media (max-width: 767px) {
    .tablewrapper{
        overflow: scroll;
    }
    .tablewrapper table{
    }
    .tablewrapper table th{
        white-space: nowrap;
        font-size: 12px;
    }
    .tablewrapper.no-scrolltable table th,.tablewrapper.no-scrolltable table td{
        display: block;
        float: none;
        font-size: 14px;
        }
    table.jobtypetable th{
        min-width: 250px;
        
    }
}

textarea.js-countup{
    min-height: 160px;
}
/* アイコン */
.nextpage{
    background-image: url("../images/svg/nextpage.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
         -o-background-size: 10px;
            background-size: 10px;
    background-position: 10px center;
}
.editpass{
    background-image: url("../images/svg/lock.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
         -o-background-size: 10px;
            background-size: 10px;
    background-position: 10px center;
}
.pdf_dl{
    background-image: url("../images/svg/pdf.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
         -o-background-size: 10px;
            background-size: 10px;
    background-position: 10px center;
}
.logout{
    background-image: url("../images/svg/logout.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
         -o-background-size: 10px;
            background-size: 10px;
    background-position: 10px center;
}
.edit{
    background-image: url("../images/svg/edit.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 10px;
         -o-background-size: 10px;
            background-size: 10px;
    background-position: 10px center;
}
.editor_editbtn form{
    width: 100%;
    display: block;
    margin-bottom: 50px;
}

/* 非公開時のアラート */
.private_status{
    border: 1px solid #999;
    padding: 20px;
    color: #999;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
    font-size: 12px;
}
.private_status span{
    font-size: 25px;
    font-weight: bold;
}
/* ---------------------
トップページ
--------------------- */

/* 検索画面 */
.topsearchbox{
    height: 600px;
    width: 100%;
    max-width: 1600px;
    margin: auto;
    position: relative;
}
.seachbox_wrap{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-bottom: 20px;
}
.companyindex .seachbox_wrap{
    background-color: #FFF;
}
.companyindex .sortcheck_wrap {
    color: #333;
}
.topsearchbox .seachbox_wrap{
    padding-top: 20px;
}  
.companyindex .seachbox_wrap{
    position: relative;
}
.topsearchbox .searchbox{
    max-width: 800px;
    margin: auto;
}
.topslidecontent{
    min-height: 600px;
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}
.job_catgory_wrap .acms-admin-btn-checkbox + label {
    padding: 5px 8px;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(0,0,0,0.4);
    font-size: 10px;
    color: #FFF;
    border: 1px solid #666;
}
.job_catgory_wrap .acms-admin-btn-checkbox:checked + label {
    box-shadow: none;
    background-color: #217fc4;
    color: #fff;

}
.acms-form-checkbox, .acms-form-radio {
    margin-right: 4px;
    margin-bottom: 8px;
}
#searchForm{
    width: calc(100% - 120px);
    float: left;
}
.search_jobcategorywrap{
    text-align: center;
}
.casesearchbtn{
    min-height: 38px;
    font-size: 16px;
    margin-left: 5px;
    border: none;
    padding: 10px 20px;
    border: 1px solid;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #FA9500;
    color: #FFF;
}
.sortcheck_wrap{
    border-top: 1px solid rgba(0,0,0,0.3);
    width: 100%;
    margin-top: 5px;
    padding-top: 5px;
    color: #FFF;
}
@media (max-width: 767px) {
    .seachbox_wrap{
        display: none;
    }
    .search_jobcategorywrap{
        text-align: left;
    }
    .companyindex .search_jobcategorywrap {
        padding: 0px 0 0;
        text-align: left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #EEE;
    }
    .acms-admin-btn-checkbox + label {
        padding: 3px 8px;
        font-size: 9px;
        margin-bottom: 2px;
        margin-right: 2px;
    }
    .topsearchbox{
        margin-top: 100px;
        height: 250px;
    }
    .topslidecontent{
        min-height: 250px;
    }
    .topsearchbox .seachbox_wrap{
        padding-top: 180px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .topsearchbox .search_jobcategorywrap {
        text-align: left;
    }
    .companyindex .seachbox_wrap{
        margin-left: -10px;
        margin-right: -10px;
    }
    #searchForm {
        font-size: 14px;
    }

}
/* お知らせ */
h2.top_headtitle{
    text-align: center;
    color: #2481c5;
}
time.headline-dat{
    font-family: 'Roboto', sans-serif;
}
.newlabel{
    font-size: 9px;
    padding: 4px 10px;
    display: inline-block;
    border: 1px solid;
    margin-left: 10px;
    color: #E83700;
}
a.headline-title{
    color: #333;
}
.top_topicswrap{
    margin-top: 50px;
}
.moreinfo{
    text-align: center;
}
.moreinfo a{
    display: inline-block;
    background-color: #666;
    font-size: 12px;
    color: #FFF;
    padding: 5px 60px;
    -webkit-border-radius: 20px;
            border-radius: 20px;
}
/* 企業リスト */
.top_company_summary{
    margin-top: 70px;
    padding-top: 50px;
    border-top: 1px solid #DDD;
}
.topcompanylistcopy{
    text-align: center;
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #999;
    font-weight: bold;
}
ul.summary-custom{
    padding-left: 0;
}
ul.summary-custom .photo img{
    border: 1px solid #DDD;
}
.summary-custom-entry{
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}
.summary_title{
    margin-top: 0;
    margin-bottom: 0;
}
.summary_title a{
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.summary_lastupdate{
    font-size: 10px;
    color: #999;
    margin-top: 3px;
}
@media (max-width: 767px) {
    .summary_title a {
        font-size: 14px;
    }
    ul.summary-custom{
        margin-left: -10px;
        margin-right: -10px;
    }

}
/* フッター */
.footerlogoimg{
    text-align: center;
}
.footerlogoimg img{
    width: 50%;
    max-width: 250px;
}
.footertext{
    margin-top: 10px;
    text-align: center;
    color: #FFF;
}
.footertext em{
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

/* ------------------------------
　　お知らせ
------------------------------ */
.news_entry{
    margin-bottom: 80px;
}

/* ------------------------------
　　企業詳細ページ
------------------------------ */
.companyinfo .job_category{
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #333;
    color: #FFF;
    margin-right: 3px;
    margin-left: 10px;
}
.job_category.type01{background-color: #3FA9F5;}
.job_category.type02{background-color: #7AC943;}
.job_category.type03{background-color: #FF931E;}
.job_category.type04{background-color: #FF1D25;}
.job_category.type05{background-color: #FF7BAC;}
.job_category.type06{background-color: #00A99D;}
.job_category.type07{background-color: #ED1C24;}
.job_category.type08{background-color: #0071BC;}
.job_category.type09{background-color: #9E005D;}
.job_category.type10{background-color: #666666;}

.companyinfo .job_graduates{
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #333;
    color: #FFF;
    margin-right: 3px;
    margin-left: 1px;
    background-color: #0071BC
}
.companyinfo .job_career{
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #333;
    color: #FFF;
    margin-right: 3px;
    margin-left: 1px;
    background-color: #7AC943
}
.companyinfo.sumarry .job_graduates{
    font-size: 9px;
    padding: 3px 8px;
    margin-bottom: 3px;
}
.companyinfo.sumarry .job_career{
    font-size: 9px;
    padding: 3px 8px;
    margin-bottom: 3px;
}

.companyinfo .boothno{
    display: inline-block;
    padding: 3px 8px;
    font-size: 12px;
    border: 2px solid #666;
    font-weight: bold;
    color: #333;
    
}
.companyinfo p{
    margin-top: 0;
    margin-bottom: 0;
}
.companyinfo p.address{
    font-size: 14px;
    line-height: 1.8;
}
.companyinfo .organization{
    margin-top: 5px;
    padding-bottom: 3px;
    margin-bottom: 5px;
    border-bottom: solid 1px #999;
    line-height: 1.5;
}
.companyinfo .job_type{
    margin-top: 0;
    text-align: right;
    font-weight: bold;
}

.companyinfo .headline2{
    margin-top: 35px;
    font-size: 16px;
    color: #217fc4;
}
.companyinfo .headline2:before{
    content: "■";
    opacity: 0.4;
    padding-right: 5px;
}
.companyinfo .headline3{
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}
.js-companyimage_slider img{
    vertical-align: bottom;
}
.company_content dt{
    font-weight: bold;
    font-size: 12px;
}
.company_content dd{
    font-size: 12px;
    margin-left: 1em;
    margin-bottom: 15px;
}
.headtitle h2{
    color: #217FC4;
}
.headcopy dt{
    margin-bottom: 5px;
    font-weight: bold;
}
.headcopy dd{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDD;
}
.youtube_wrap{
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #EEE;
}
.youtube_wrap .column-iframe{
     padding-top: 0;

}
table.jobtypetable_entry{
    width: 100%;
    margin-top: 5px;
    border-bottom: 1px solid #DDD;
    border-right: 1px solid #DDD;
}
table.jobtypetable_entry th{
    padding: 5px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.3;
    background-color: #EEE;
}
table .jobtype_th{
    width: 17%;
}
table.jobtypetable_entry td{
    padding: 5px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    text-align: center;
}
td.jobtypetxt{
    font-weight: bold;
    font-size: 14px;
}
table.jobtypetable_entry img{
    width: 18px;
    padding-top: 6px;
    padding-bottom: 0;
}
.companyinfotable{
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #DDD;
    border-right:  1px solid #DDD;
}
.companyinfotable th{
    padding: 8px;
    text-align: left;
    background-color: #EEE;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    width: 30%;
}
.companyinfotable.sptable th{
    width: auto;
}
.companyinfotable td{
    padding: 8px;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
p.caution{
    font-weight: bold;
    color: #E8001D;
    font-size: 12px;
}
p.name_charge{
    font-weight: bold;
}
p.jstfy{
    text-align: justify;
}
.to_index a{
    display: block;
    width: 100%;
    padding: 20px;
    text-align: center;
    background-color: #1E5CD2;
    color: #FFF;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
.to_index a:hover{
    background-color: #113781;
    text-decoration: none;
}
.headtitle{
    clear: both;
    margin-top: 50px;
}
.recruitinfo_wrapper{
    border: 1px solid #ADD3EE;
    padding: 40px;
    margin-top: 70px;
}
.recinfotitle{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
@media (max-width: 767px) {
    td.jobtypetxt{
        font-size: 12px;
        min-width: 100px;
    }
    .companyinfotable{
        font-size: 12px;
    }
    .companyinfo .organization{
        font-size: 20px;
    }
    .acms-hide-pc .companyinfotable th{
        min-width: 5em;
    }
    .to_index a{
        font-size: 16px;
    }
    .companyinfo .job_type{
        font-size: 12px;
    }
    .companyinfo .job_category {
        padding: 2px 4px;
        font-size: 10px;
    }
    .companyinfo .boothno {
        padding: 1px 4px;
        font-size: 10px;
        border: 1px solid #666;
    }
    .companyinfo p{
        font-size: 9px;
        line-height: 1.6;
    }
    .companyinfo .headline2 {
        margin-top: 20px;
        font-size: 14px;
    }
}


/* ------------------------------
　　スマホ用検索画面
------------------------------ */
.open #inner-wrap{
  position: fixed;
}
.spnav_logo{
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFF;
    text-align: center;
    width: 100%;
}
.spnav_logo img{
    max-width: 120px;
}


/* ------------------------------
　　印刷用画面表示用
------------------------------ */
.adminprintingtitle{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    display: block;
    background-color: #C7E4F1;
    margin: 0 auto 50px;
}
.adminprintingtitle .comment{
    font-weight: normal;
    font-size: 11px;
    margin: 0;
}
.printingcomment{
    font-size: 12px;
    border: 1px solid #DDD;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
}
.printingcomment strong{
    font-weight: bold;
    color: #2481C5;
    padding: 0 2px;
}
.printinglist .summary-custom-entry:nth-child(4n+1){
    content: "";
    display: block;
    clear: both;
}

/* ***********************************************************
* #global-nav
* *********************************************************** */
.open #global-nav {
  z-index: 9920;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8);
}
#global-nav {
  visibility: hidden;
  position: absolute;
  display: block;
  vertical-align: middle;
  color: #333;
  top: 20px;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  font-size: 16px;
  overflow-y: scroll
}

/* ***********************************************************
* #nav-bg
* *********************************************************** */
#nav-bg {
  content: "";
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: block;
  position: fixed;
  background: rgba(255,255,255,0);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9900;

}
.open #nav-bg {
  height: 100%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: rgba(255, 255, 255, 0.95);
  background-image: url("../images/headerbgimg.png");
  -webkit-background-size: 50px;
       -o-background-size: 50px;
          background-size: 50px;

}
#global-nav .sitelogo{
    background-color: #FFF;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 55px;
    
}
#global-nav .sitelogo img{
    width: 70%;
    max-width: 300px;
}
#global-nav .companysearch{
    padding: 20px 20px 20px;
    
}
#global-nav #searchForm {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    float: none;
}
#global-nav .search_jobcategorywrap {
    text-align: center;
    margin-left: -10px;
    margin-right: -10px;
}
#global-nav .casesearchbtn {
    min-height: 20px;
    margin-top: 30px;
    font-size: 14px;
    margin-left: 5px;
    border: none;
    padding: 10px 60px;
    border: 1px solid;
    -webkit-border-radius: 3px;
    border-radius: 2px;
    background-color: #FA9500;
    color: #FFF;
}
/* ***********************************************************
* #nav-toggle
* *********************************************************** */
#nav-toggle {
  display: block;
  position: fixed;
  right: 5px;
  top: 3px;
  width: 60px;
  height: 30px;
  cursor: pointer;
  padding: 10px 11px;
  z-index: 9990;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.serachicon{
    font-size: 7px;
    text-align: center;
}
.open .serachicon{
    display: none;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #666;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  opacity: 0;
}

#nav-toggle span:nth-child(1) {
  top: 0;
  opacity: 0;
}
#nav-toggle span:nth-child(2) {
  top: 8px;
  opacity: 0;
}
#nav-toggle span:nth-child(3) {
  top: 16px;
  opacity: 0;
}
.open #nav-toggle {
  background: transparent;
}
.open #nav-toggle span {
  background: #666;
}

.open #nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
  opacity: 1;
}
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
  opacity: 1;
}
.open #nav-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
  opacity: 1;
}
.open #spfootmenu {
    position: fixed;
    z-index: 9910;
    left: 0;
}
/* ***********************************************************
* #spnavcontent
* *********************************************************** */
.spnav_freelesson .footer_freelesson {
    margin-top: 0;
}
.spnavcontent .spnavlogo img{
    width: 30%;
    min-width: 150px;

}
.spnavcontent ul{
  margin-top: 15px;
  margin-bottom: 0;
}
.spnavcontent .firstmenu a{
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.spnavcontent .meganavimg a{
  font-size: 10px;
}
.spnavcontent .meganavimg a span{
  font-size: 7px;
}
.spnavcontent .sp_secondmenu_wrapper div.acms-col-4{
  padding-left: 3px;
  padding-right: 3px;
}
.sp_secondmenu_wrapper{
  overflow: hidden;
}
.spnavcontent .sp_secondmenu_wrapper a{
  margin-top: 0;
}
#global-nav .spnavcontent .sp_secondmenu_wrapper a {
    padding: 20px 0;
}
.spnavcontent li.firstmenu{
  border-bottom: 1px solid rgba(0,0,0,0.2);
}
