body {
    min-width: 1240px;
}
a img {border:none!important;}
a{outline: none;}
a:focus{outline: none;}
a:hover{text-decoration: none!important;}
.btn_bounce {
    display: inline-block;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
}
.btn_bounce:not(.disabled):hover {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-name: btn_bouncer;
    animation-name: btn_bouncer;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.center {
    text-align: center;
}.error-404 {
    margin: 10em auto;
}
@-webkit-keyframes btn_bouncer {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
    15% {
        -webkit-transform: scale(1.05) translate(0, 0);
        transform: scale(1.05) translate(0, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

@keyframes btn_bouncer {
    0% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
    15% {
        -webkit-transform: scale(1.05) translate(0, 0);
        transform: scale(1.05) translate(0, 0);
    }
    100% {
        -webkit-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }
}

.arrow span:after {
    content: '\f125';
    font-family: "Ionicons";
    color: royalblue;
    font-size: 12px;
    margin-left: 6px;
    vertical-align:baseline;
}

.three-box {
    width: 24%;
    margin: 0 1.33% 20px 0;

    -webkit-transition: all .25s;
       -moz-transition: all .25s;
        -ms-transition: all .25s;
         -o-transition: all .25s;
            transition: all .25s;
}

.three-box:hover {
    -webkit-transform: scale(1.04);
       -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
         -o-transform: scale(1.04);
            transform: scale(1.04);
}

.primary_gy{background: #f7f7f5!important;margin: 0 0 40px 0!important;}


/* ------------------------------------------------------
     header
------------------------------------------------------ */
.display_sp{
    display: none!important;
}

header {
  width: 100%;
  margin: 0 0 20px;
  color: #333;

}
#headerTOP {
    background: #fff;
    padding: 0;
    text-align: right;
    border-bottom: 1px solid #eee;

}
#headerTOP > .inner {
    width: 1240px;
    margin: 0 auto;
    border-right: 1px solid #eee;
}
#headerTOP h2,#headerTOP form,#headerTOP .inner div{
    display: inline-block;
    vertical-align: top!important;
}

#headerInner {
  position: relative;
  max-width: 1240px;
  width: 100%;
  height: 90px;
  margin: 0px auto;
}

#headerInner .logoEmmary {
  position: absolute;
  top: 20px;
  left: 0px;
  margin: 0;
}


.logo-top {
    display: inline-block;
    padding: 10px 0;
}.logo-top img{
    height: 70px;
    width: auto;
}

#headerInner #hdSns {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 20px;
}

#headerInner #hdSns li {
  float: left;
  height: 20px;
  margin: 0;
}

#headerInner #hdSns li.icnTwitter {
  width: 25px;
  margin-right: 13px;
}

#headerInner #hdSns li.icnInstagram {
  width: 21px;
}


/* -- navigation --- */

#headerInner #gnavi {
    position: absolute;
    right: 0;
    top: 0;
    border-right: solid 1px #eee;
}

#headerInner #gnavi > ul > li {
    float: left;
    position: relative;
    height: 90px;
    border-left: solid 1px #eee;
    font-size: 79%;
    line-height: 13px;
}

#headerInner #gnavi li.naviTop {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

#headerInner #gnavi li a {
    text-decoration: none;
}#headerInner #gnavi li a:hover {
    font-weight: bold;
    text-decoration: none;
}
#headerInner #gnavi > ul > li > a:hover {
    background-color: #fafafa;
}

#headerInner #COURSES > a{
    text-indent: -9999px;
    display: block;
    width: 240px;
    height: 90px;
    line-height: 90px;
    background: url(../../images/gr_nav_001.png) no-repeat;
    background-position: center;
    background-size: auto 52px;
}
#headerInner #VENUES > a{
    text-indent: -9999px;
    display: block;
    width: 180px;
    height: 90px;
    line-height: 90px;
    background: url(../../images/gr_nav_002.png) no-repeat;
    background-position: center;
    background-size: auto 52px;
}
#headerInner #INFO > a{
    text-indent: -9999px;
    display: block;
    width: 190px;
    height: 90px;
    line-height: 90px;
    background: url(../../images/gr_nav_003.png) no-repeat;
    background-position: center;
    background-size: auto 52px;
}
#headerInner #ACCESS > a{
    text-indent: -9999px;
    display: block;
    width: 200px;
    height: 90px;
    line-height: 90px;
    background: url(../../images/gr_nav_004.png) no-repeat;
    background-position: center;
    background-size: auto 52px;
}
/* -- ドロップダウンメニュー --- */

#gnavi li ul li span{
    font-size: 10px;
}

#gnavi li ul {
    z-index: 9999;
    left: -20px;
    position: absolute;
}
#gnavi li ul li {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: 0.2s;
}
    /* -- 講座・イベント アクセス--- */
    #gnavi ul #COURSES ul li a,#gnavi ul #VENUES ul li a  {
        font-size: 16px;
        color: #333;
        display: block;
        width: 360px;
        padding: 30px 0;
        box-sizing: border-box;
        border-bottom: 1px solid #eee;
    }
#gnavi ul #ACCESS ul {
    left: -178px;
}
#gnavi ul #ACCESS ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    width: 360px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}


#gnavi li ul li a:after {/*孫*/
        position: absolute;
        content: "";
        top: 24px;
        right: 10px;
        border: 5px solid transparent;
        border-left: 8px solid #fff;
}
#gnavi li:hover > ul > li {
    overflow: visible;
    height: auto;
    background: #fff;
}
#gnavi li:hover > ul > li:last-child  {
    border-top:none;
}
    #gnavi li ul li ul {/*孫*/
        top: 0;
        left: 200px;
    }
    #gnavi li ul li ul li a{/*孫*/
        width: 180px!important;
        line-height: 16px;
        color: #333!important;
        padding: 20px 10px;
        background: #fafafa;
    }
    #gnavi li ul li ul:before {/*孫*/

    }
    #gnavi li ul li:hover {/*孫*/
        filter:alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }

.img_bounce {
    background-size: 90% auto;
}
.img_bounce:hover {
    background-size: 88% auto;
}
.nav-umeda {
    text-indent: -9999px;
    background-image: url(../../images/nav-umeda.png);
    background-repeat: no-repeat;
    background-position:  center center ;
    background-size: 90% auto;
}
.nav-namba {
    text-indent: -9999px;
    background-image: url(../../images/nav-namba.png);
    background-repeat: no-repeat;
    background-position:  center center ;
    background-size: 90% auto;
}
.nav-abeno {
    text-indent: -9999px;
    background-image: url(../../images/nav-abeno.png);
    background-repeat: no-repeat;
    background-position:  center center ;
    background-size: 90% auto;
}


#menu-icon {
    display: none; /* hide menu icon initially */
}






/* -- font-size調節 --- */

/* div id="footer_option" の中に表示コードを記述し、#wrapper に position: relative; を設定した上で position を固定 */
#footer_option {
    position: absolute;
    top: 2px;
    width: 100%; /* センター表示の為の値 */
    height: 21px;
}
/* 包括した #wpchgfontsize をセンター表示 */
#footer_option #wpchgfontsize {
    font-size: 5px; /* 間隔が開き過ぎるのをこれで調整 */
    width: 840px;
    margin: 0 auto 0 auto;
    overflow: hidden;
}
/* デフォルトを＜span＞で囲んだ ID で、画像を指定する。 */
#footer_option #chgfontsizeimgdef {
    text-indent: 999px;
    background: url(images/meta/increase_default.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: top;
}
/* センター表示内で右に寄せる。 */
#footer_option #chgfontsizeoptions {
    float: right;
}
/* デフォルト以外の画像の位置を調整 */
#footer_option img {
    vertical-align: top;
}


/*--------------------------------------------------------------
##検索バー
--------------------------------------------------------------*/

form{
    margin:0 30px 0 0;
}
.light {
    padding: 0;
    margin: 0;
}
#searchform {
    position: relative;
}
#searchform .search {
    width: 500px;
    height: 40px;
    line-height: 40px;
    padding:6px 15px 6px 30px !important;
    margin:0 20px 0 0;
    background: url('../../images/search.png') no-repeat 8px 12px;
    border-left :1px solid #ccc !important;
    border-right :1px solid #ccc!important;
    border-top:none!important;
    border-bottom :none!important;
    border-radius: 0px!important;
    background-color: #fff!important;
    -webkit-appearance:none!important;
}#searchform .search:hover, .search:focus{
    outline: none!important;
    background-color: #f1f1f1!important;
    border-left :1px solid #ccc !important;
    border-right :1px solid #ccc!important;
    border-top:none!important;
    border-bottom :none!important;
    border-radius: 0px!important;
    box-shadow: none!important;
    border-radius: 0px!important;
    text-shadow:none!important;
    -webkit-appearance:none!important;
    -webkit-tap-highlight-color : rgba(0,0,0,0)!important;
}
.rounded {
    border-radius:15px;
}
#searchform input[type=text]{
    color:#666;
}
/* Media Queries */
@media screen and (min-width: 640px) {
    #searchform input[type=submit] {
        font-size: 14px!important;
        height: 30px;
        position:absolute;
        right:30px;
        top:5px;
        border:none!important;
        background: #e4f1f9; /* Old browsers */
        background: -moz-linear-gradient(top, #82625e 0%, #907070 100%)!important; /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#82625e), color-stop(100%,#907070))!important; /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #82625e 0%,#907070 100%)!important; /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #82625e 0%,#907070 100%)!important; /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #82625e 0%,#907070 100%)!important; /* IE10+ */
        background: linear-gradient(top, #82625e 0%,#907070 100%)!important; /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82625e', endColorstr='#907070',GradientType=0 )!important; /* IE6-9 */
        color:#fff!important;
        text-shadow: none!important;
        cursor: pointer;
    }input[type=button]:hover {
        background:#523232 !important;
    }
}
/*--------------------------------------------------------------
##検索結果ページ
--------------------------------------------------------------*/
#about-contents {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0 auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 3em;
    padding-bottom: 4em;
    }
#about-contents .page-title {
    text-align: center!important;
    color: #333!important;
    background: #fafafa!important;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 32px!important;
    letter-spacing: 0.1em;
    padding: 1.8em 2em 1.5em 2em!important;
    margin-bottom: 3em;
}
.wntry-page {
    width: 80%;
    margin: 0 auto;
}
.search-page-title {
    margin-bottom: 1em!important;
}
.search_words {
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 1em;
}.search_words span {
    font-size: 14px;
}
.search-page-title {
    margin-bottom: 1em!important;
}
.search_words {
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    margin-bottom: 1em;
}.search_words span {
    font-size: 14px;
}
.search_page_list{
padding: 0 0 20px 0!important;
}
.search_page_list li {
    padding: 1em;
    margin-bottom: 0.25em;
}
.search_page_list li:nth-child(odd){
    background: #fafafa;
}
.search_page_list li:after{
    display: none!important;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #3498db;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.search_page_list li span {
    font-size: 12px;
    color: #999;
}

/*--------------------------------------------------------------
## 文字サイズ
--------------------------------------------------------------*/
.fontsize-title {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
}
#chgfontsizeoptions {
    margin:0 10px 0 8px;
}
#chgfontsizeoptions a{
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-top: 5px;
    text-indent: 9999px;
}
#chgfontsizeoptions a:nth-of-type(1) {
    background: url('../../images/font_size_small.png') no-repeat 0px 0px;
    background-size: 30px 30px;
}
#chgfontsizeoptions a:nth-of-type(2) {
    background: url('../../images/font_size_mid.png') no-repeat 0px 0px;
    background-size: 30px 30px;
}
#chgfontsizeoptions a:nth-of-type(3) {
    background: url('../../images/font_size_big.png') no-repeat 0px 0px;
    background-size: 30px 30px;
}

/*--------------------------------------------------------------
## パンクズリスト
--------------------------------------------------------------*/
#bread {
    width: 100%;
    border-bottom: 2px solid #dcdfe0;
    border-top: 2px solid #dcdfe0;
}
.breadcrumbs {
    font-size: 14px;
    width: 1240px;
    height: 40px;
    margin: 0 auto;
}
.breadcrumbs .br-home a{
    display: block;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-indent: -9999px;
    background-image: url(../../images/br_home.png);
    background-repeat: no-repeat;
    background-size:auto 20px;
    background-position: center right;
}

.breadcrumbs > span{
    vertical-align: top;
    padding-right: 30px;
    margin-right: 14px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-image: url(../../images/bread_arrow.png);
    background-repeat: no-repeat;
    background-size:auto 40px;
    background-position: center right;
}
.breadcrumbs > span:last-child{
    background-image: none;

}

/*--------------------------------------------------------------
# CENteR-HEADER
--------------------------------------------------------------*/

/*--------トップ--------*/
#center-head {
        width: 100%;
    min-width: 1240px;
        padding: 2em 0 1em 0;
        background:url(../../images/center_head_bg.png)top left no-repeat;
        background-size: 100% auto;
    }
    .header-sub-Inner {
        width: 1240px;
        margin: 0 auto;
    }.center-name {
        float: left;
    }
    .center-name .logo {
        margin: 0;
        padding: 0;
    }
    .center-name .logo a{
        width: 540px;
        display: block!important;
        margin: 12px 0 10px 0!important;
        height: 0;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 17.19%!important;
        text-indent: -9999px!important;
        background: url(../../images/logo.png) 0 0 no-repeat!important;
        background-size: contain!important;
    }
    #center-head #in_gnavi {
        float: right;
        vertical-align: top;
        padding-top: 30px;
    }#center-head #in_gnavi ul li{
        vertical-align: top;
        display: inline-block;
        text-align: left;
        margin-left: 10px;
    }
    #in_gnavi ul li a {
        display: block;
        position: relative;
        font-size: 14px;
        line-height: 1em;
        color: #333;
        padding: 1em 2.8em 0.8em 1.2em;
        background: #fff;
        border-radius: 4px;
        letter-spacing: 0.1em;
        width: 180px;
    }
    #in_gnavi ul li a span {
        display: block;
        font-size: 10px;
    }
    .icon_arrow_bl:after{
        content: "";
        background: url(../../images/arrow_bl.png) top left no-repeat;
        background-size: 16px 16px;
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        right: 14px;
        margin-top: -8px;
    }

/*--------下位ページ--------*/

#center-head-small {
        width: 100%;
        padding: 1em 0 1em 0;
        background:url(../../images/center_head_bg.png)top left no-repeat;
        background-size: 100% auto;
    }

#center-head-small .center-name .logo a{
        display: block;
        width: 500px;
        height: 0;
        /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
        padding-top: 17.20%;
        text-indent: -9999px;
        background: url(../../images/logo.png) 0 0 no-repeat;
        background-size: contain;
    }
#center-head-small #in_gnavi {
        float: right;
        vertical-align: top;
        padding-top: 30px;
    }
#center-head-small #in_gnavi ul li{
        vertical-align: top;
        display: inline-block;
        text-align: left;
        margin-left: 10px;
    }
/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# スライダー

    -
    キャリア・スキルアップ
    cat-career-skills
    -
    カルチャー
    cat-culture
    -
    コミュニティ
    cat-community
    -
    ボランティア
    cat-volunteer
    -
    キッズ・ファミリー
    cat-kids-family
    -
    イベント・その他
    cat-event-other
    -
--------------------------------------------------------------*/

    .slider-event {
        width: 100%;
        margin: 0 auto;
    }
    .slick-list {
        max-width: 1240px;
        margin: 0 auto!important;
    }
    .slider-event ul li{
        margin:0 4px ;
    }
.slick-slider {
    margin-bottom: 0!important;
}
.slick-slider {
    margin: 20px 0 0 0;
}
.slick-slide img {
    height: auto;
    max-width: 100%;
}
.slick-prev, .slick-next {
    margin-top: -70px!important;
}
.slick-prev {
    left: 0!important;
    -moz-transform: rotate(0deg)!important;
    webkit-transform: rotate(0deg)!important;
    -o-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
}
.slick-prev {
    width: 60px!important;
    height: 140px!important;
    background: url(../../images/slick-prev.png)no-repeat 0px 0px !important;
    background-size: 60px auto!important;
}
.slick-next {
    right: 0px!important;
}
.slick-next {
    width: 60px!important;
    height: 140px!important;
    background: url(../../images/slick-next.png)no-repeat 0px 0px !important;
    background-size: 60px auto!important;
}
.slider .transform01 {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }.slider figure:hover .transform01 {
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
.slider figure {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.slider figcaption {
    color: #fff;
    position: absolute;
    bottom: -160px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 160px;
    padding: 4px 10px;
    box-sizing: border-box;
    background: rgba(55,76,93,.6);
    -webkit-transition: .3s;
    transition: .3s;
}
.slider figure:hover figcaption {
    bottom: 0;
}
.slider figure h2 {
    height: 80px;
    font-size: 16px;
    line-height: 1.4em;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding: 10px 0 20px 0;
}
.slider figcaption p a {
    text-align: left;
    margin: 8px auto 0 auto;
    display: inline-block;
    font-size: 12px;
    padding: 6px 12px;
    color: #fff;
}
.slider .text-cat-career-skills a{
        background-color: #6cb4c5;
    }
.slider .text-cat-culture a{
        background-color: #c18ebe;
    }
.slider .text-cat-community a{
        background-color: #dfdf8f;
    }
.slider .text-cat-volunteer a{
        background-color: #d68682;
    }
.slider .text-cat-kids-family a{
        background-color: #f4b2cf;
    }
.slider .text-cat-event-other a{
        background-color: #a2cc7e;
    }

.slide-two-box {
    height: 40px;
}

.slide-two-box p{
    text-align: center;
    vertical-align: top;
    padding: 6px;
    font-size: 13px;
    line-height: 1em;
    margin: 0;
    display: inline-block;
}.slide-two-box .inbox {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    color: #333;
}
.slide-two-box .date_in {
    padding: 0;
}
/*--------------------------------------------------------------
#03 ./venues
--------------------------------------------------------------*/
.umeda-btn {
    display: block;
    margin: 1em auto;
    font-weight: normal;
    color: #e33b35;
    width: 80%;
    background: #fff;
    border: 1px solid #e33b35;
    padding: 10px 20px 8px 20px;
    border-radius: 4px;
    text-decoration: none;
}.umeda-btn:hover {
    text-decoration: none;
    background: #e33b35;
    color: #fff;}
.abeno-btn {
    display: block;
    margin: 1em auto;
    font-weight: normal;
    color: #86bd1a;
    width: 80%;
    background: #fff;
    border: 1px solid #86bd1a;
    padding: 10px 20px 8px 20px;
    border-radius: 4px;
    text-decoration: none;
}.abeno-btn:hover {
    text-decoration: none;
    background: #86bd1a;
    color: #fff;}
.namba-btn {
    display: block;
    margin: 1em auto;
    font-weight: normal;
    color: #018ed6;
    width: 80%;
    background: #fff;
    border: 1px solid #018ed6;
    padding: 10px 20px 8px 20px;
    border-radius: 4px;
    text-decoration: none;
}.namba-btn:hover {
    text-decoration: none;
    background: #018ed6;
    color: #fff;}


/*--------------------------------------------------------------
## ACCESS
--------------------------------------------------------------*/

/* -- アクセス--- */
.title-area.access {
    background-image: url(../../images/title_bg_pik_dod.png);
    background-size: auto 50%;
    width:  100%;
    padding: 50px 0 40px 0;
    color: #fff;
    }
.default .title-area-inner h2{
    text-align: center;
    font-size: 18px;
}.default .title-area-inner p{
    text-align: center;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*--------------------------------------------------------------
# TOP-お知らせエリア
--------------------------------------------------------------*/
.ctr_news_title {
    margin: 0 auto;
    text-align: center;
}
    .center-news {
        width: 100%;
        margin: 0 0 0 0;
        background: #eef1f2;
        padding: 1em 0 0.5em 0;
    }

    .center-news-list .news{
        padding: 16px 0 14px 80px;
        background: #fff;
        border-radius: 4px;
        margin: 0 10px;
        text-align: left;
        position: relative;
    }
.center-news-list .news span{
    color: #999;
    font-size: 12px;
}
.center-news-list .news p a{
    color: #222;
    font-size: 14px;
}
.center-news-list .news a:before{
    content: '';
    width: 40px;
    height: 40px;
    background: url(../../images/ctr_news_icon.png) top left no-repeat;
    background-size: 40px 40px;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -18px;
}
/* DODTS */
.slick-dots {
    margin-top: 0.3em;
    position: static!important;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px!important;
    height: 20px;
    margin: 0 2px!important;
    padding: 0;
    cursor: pointer;
}
/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
/* カテゴリー・アイコン設定
各カテゴリーのクラス名
    -
    キャリア・スキルアップ
    .cat-career-skills
    -
    カルチャー
    .cat-culture
    -
    コミュニティ
    .cat-community
    -
    ボランティア
    .cat-volunteer
    -
    キッズ・ファミリー
    .cat-kids-family
    -
    イベント・その他
    .cat-event-other
    -
*/

#sidebar {

}
    .side-box {
        margin-bottom: 10px;
        border-radius: 4px;
    }
.side-box h2 {
    padding-top: 10px;
    height: 60px;
    font-weight: lighter;
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #fff;
}
.side-box h2 p{
    line-height: 16px;
    font-size: 12px;
}
.category-box {
    border: 1px solid #baadc1;
}

.category-box .side-title {
    height: 70px;
    padding: 6px 0px;
    background-image: url(../../images/ctr_category_icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 44px 44px;
    text-indent: 70px;
    background-color: #976079;
}

.category-box ul {
    padding: 0 0 0 0;
    border-radius: 4px;
    background: #fff;
}
.category-box ul li {
    border-bottom: 1px solid #eee;
}.category-box ul li:last-child {
    border-bottom:none;
}
.category-box ul li a{
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-indent: 60px;
    padding: 1em 0;
}

/* -- サイドーカテゴリーアイコン --- */

.category-box ul li a.career-skills{
    background: url(../../images/cat-career-skills.png) 10px center no-repeat;
    background-size: 40px 40px;
}
.category-box ul li a.culture{
    background: url(../../images/cat-culture.png) 10px center no-repeat;
    background-size: 40px 40px;
}
.category-box ul li a.community{
    background: url(../../images/cat-community.png) 10px center no-repeat;
    background-size: 40px 40px;
}
.category-box ul li a.volunteer{
    background: url(../../images/cat-volunteer.png) 10px center no-repeat;
    background-size: 40px 40px;
}
.category-box ul li a.kids-family{
    background: url(../../images/cat-kids-family.png) 10px center no-repeat;
    background-size: 40px 40px;
}
.category-box ul li a.event-other{
    background: url(../../images/cat-event-other.png) 10px center no-repeat;
    background-size: 40px 40px;
}


.category-box ul li p{
        font-size: 12px;
        color: #333;
}
.category-description {
    font-size: 12px;
    line-height: 14px;
    color: #888;
    font-weight: normal;
    display: block;
}

.category-box ul  li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}




/*--------------------------------------------------------------
# 人気記事
--------------------------------------------------------------*/
.rank-box {
   border: 1px solid #d68583;
}

.rank-box .side-title {
    height: 70px;
    padding: 6px 0px;
    background-image: url(../../images/ctr-rank-icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 44px 44px;
    text-indent: 70px;
    background-color: #c14c49;
}
.rank-box ul,.pickup-box ul {
    margin-top: 10px;
    padding: 0 0 0 0;
    border-radius: 4px;
    background: #fff;
}
    .rank-box ul li,.pickup-box ul li {
        color: #333;
        display: block;
        padding: 10px 0 12px 0;
        text-indent: 38px;
        border-bottom: 1px solid #d68583;
    }

.rank-box ul li a,.pickup-box ul li a {
    color: #333;
    display: block;
    font-weight: normal;
    font-size: 13px;
    text-indent: initial;
    padding: 1em 10px 1em 60px;
}
.rank-box ul li a span,.pickup-box ul li a span{
    font-size: 10px;
    letter-spacing: 0;
    border-radius: 4px;
    text-align: left;
    vertical-align: top;
    color: #fff;
    background: #999;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 0.6em;
}.rank-box ul li a span.open,.pickup-box ul li a span.open{
    display: inline-block;
    padding: 0;
    border-radius: 0;
    height: 24px;
    width: 92px;
    text-indent: -9999px;
    background: url(../../images/entry_open.png)top left no-repeat;
    background-size: auto 24px;
}.rank-box ul li a span.close,.pickup-box ul li a span.close{
    display: inline-block;
    padding: 0;
    border-radius: 0;
    height: 24px;
    width: 104px;
    text-indent: -9999px;
    background: url(../../images/entry_close.png)top left no-repeat;
    background-size: auto 24px;
}
.rank-box ul li a h3,.pickup-box ul li a h3{
    margin-top: 0.4em;
    color: #333;
    display: block;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
}

.rank-box ul li a span.cat-career-skills ,.pickup-box ul li a span.cat-career-skills {
    background-color: #6cb4c5;
}
.rank-box ul li a span.cat-culture,.pickup-box ul li a span.cat-culture {
    background-color: #c18ebe;
}
.rank-box ul li a span.cat-community,.pickup-box ul li a span.cat-community {
    background-color: #dfdf8f;
}
.rank-box ul li a span.cat-volunteer,.pickup-box ul li a span.cat-volunteer {
    background-color: #d68682;
}
.rank-box ul li a span.cat-kids-family,.pickup-box ul li a span.cat-kids-family {
   background-color: #f4b2cf;
}
.rank-box ul li a span.cat-event-other,.pickup-box ul li a span.cat-event-other {
    background-color: #a2cc7e;
}

.rank-box ul li .tags {font-size: 12px;height: 22px;}
.rank-box ul .number1 a{
    background: url(../../images/number1.png)18px center no-repeat;
    background-size: 24px 24px;
}
.rank-box ul .number2 a{
    background: url(../../images/number2.png)18px center no-repeat;
    background-size: 24px 24px;
}
.rank-box ul .number3 a{
    background: url(../../images/number3.png)18px center no-repeat;
    background-size: 24px 24px;
}
.rank-box ul .number4 a{
    background: url(../../images/number4.png)18px center no-repeat;
    background-size: 24px 24px;
}
.rank-box ul .number5 a{
    background: url(../../images/number5.png)18px center no-repeat;
    background-size: 24px 24px;
}

/*--------------------------------------------------------------
# オススメ記事
--------------------------------------------------------------*/
.pickup-box {
border: 1px solid #eb8c26;
}
.pickup-box .side-title {
    height: 70px;
    padding: 6px 0px;
    background-image: url(../../images/ctr-pickup-icon.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-size: 44px 44px;
    text-indent: 70px;
    background-color: #eb8c26;
}
.pickup-box ul {
    margin-top: 10px;
    padding: 0 0 0 0;
    border-radius: 4px;
    background: #fff;
}

    .pickup-box ul li .tags {font-size: 12px;height: 22px;}
    .pickup-box ul li a{
    background: url(../../images/ctr-star-icon.png) 18px center no-repeat;
    background-size: 24px 24px;
}

/*--------------------------------------------------------------
## MAIN CONTENTS メインコンテンツ
--------------------------------------------------------------*/
#main-contents {
    float: right;
}
/*--------------------------------------------------------------
# main-contents
# カテゴリー・アイコン設定
各カテゴリーのクラス名
    -
    キャリア・スキルアップ
    .cat-career-skills
    -
    カルチャー
    .cat-culture
    -
    コミュニティ
    .cat-community
    -
    ボランティア
    .cat-volunteer
    -
    キッズ・ファミリー
    .cat-kids-family
    -
    イベント・その他
    .cat-event-other
    -
--------------------------------------------------------------*/
.post-list {
    background: #fafafa;
    border-radius: 4px;
    overflow: hidden;
}
.post-list .head-title {
    width: 100%;
    padding: 24px 0 20px 100px;
    background: url(../../images/main-head-bg.png) left top repeat;
    background-size: 150px 150px;
    position: relative;
}
.post-list .head-title:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
    background: url(../../images/ctr-event-icon.png) left top no-repeat;
    background-size: 60px 60px;
}
.post-list .head-title h2{
    height: 60px;
    text-indent: -9999px;
    background: url(../../images/post-title.png) left center no-repeat;
    background-size: auto 48px;
}
.post-list .head-title .privacypolicy_btn{
    display: block;
    vertical-align: top;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
    padding: 10px 16px 8px 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -19px;
}.post-list .head-title .privacypolicy_btn:hover{
    color: rgba(255,255,255,1);
    text-decoration: underline!important;
}
/*------- checkbox -----------*/
.select-bar{
    width: 100%;
    padding: 0.8em 0 0.8em 2em;
    background: #f5f5f5;
    border-bottom: 1px solid #e8e8e8;
}.select-title {
    font-size: 12px;
    margin-right: 2em;
}
.select-bar ul li {
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 0.4em 1em;
}.select-bar ul li a {
    color: #fff;
}
.select-bar ul li.checed{
    color: #fff;
    border-radius: 4px;
    background: #59a7ff;
    padding: 0.6em 1em;}

.checkbox-icon {
  position: relative;
  vertical-align: middle;
}
.checkbox-icon:before {
  content: "\f372";
  font-family: "Ionicons";
  color: #888;
    vertical-align: top;
  font-size: 26px;
  margin-right: 6px;
}
.checkbox-active .checkbox-icon:before{
  content: "\f374";
  color: #fff;
}
.select-bar ul li.cheack {
    margin-left: 10px;
    color: #333;
    border-radius: 4px;
    background: #eeeeee;
    padding: 0.6em 1em;
}.select-bar ul li.cheack a {
    color: #333;
}


.post-contents-area #post .p-relative  a {
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    right: 10px;
    display: block;
    width:  60px;
    height: 60px;
}
.p-relative {
    position: relative;
}


a.category-icon {
    display: block;

}
.article-header a.cat-career-skills{
    background-color: #6cb4c5;
}
.article-header a.cat-culture{
    background-color: #c18ebe;
}
.article-header a.cat-community{
    background-color: #dfdf8f;
}
.article-header a.cat-volunteer{
    background-color: #d68682;
}
.article-header a.cat-kids-family{
   background-color: #f4b2cf;
}
.article-header a.cat-event-other {
    background-color: #a2cc7e;
}




/*--------------------------------------------------------------
本文
--------------------------------------------------------------*/
.entry_evet {
    border-radius: 4px;
    overflow: hidden;
    margin: 0!important;
    background: #fafafa;
    padding: 2% 4% 6% 4%;
}

.entry_evet .entry-header{
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.entry_evet .entry-title {
    padding:0 0 0.6em 0;
    margin-bottom: 20px;
    font-size: 28px!important;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
}


.entry_evet .entry-header .sch-icon {
    position:absolute;
    top: 20px;
    right: 4%;
}.entry_evet .entry-header .sch-icon img{
    width: 260px;
    margin: 0 0 0 0;
    height: auto;
}
/* -- カテゴリーアイコン --- */
.entry_evet-category {
    display: inline-block;
    padding: 18px 20px;
    margin:0 ;
    font-weight: bold;
    font-size: 13px;
    text-indent: 40px;
}
.entry_evet a, .entry_evet a:visited {
    color: #333;
    text-decoration: underline;
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 40px 40px;
}
.entry_evet a.career-skills{
    background-image: url(../../images/cat-career-skills.png) ;
}
.entry_evet a.culture{
     background-image: url(../../images/cat-culture.png);

}
.entry_evet a.community{
    background-image: url(../../images/cat-community.png);
}
.entry_evet a.volunteer{
     background-image: url(../../images/cat-volunteer.png) ;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 40px 40px;
}
.entry_evet a.kids-family{
     background-image: url(../../images/cat-kids-family.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 40px 40px;
}
.entry_evet a.event-other{
     background-image: url(../../images/cat-event-other.png) ;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 40px 40px;
}
.entry-header-poster {
    padding-bottom: 40px!important;

}

.right-poster {
    width: 60%;
    margin: 0 auto;
}.right-poster img{
    width: 100%;
    height: auto;
}

/* -- テーブルスタイル --- */
.entry_evet .tableSet {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #eee;
}
.entry_evet .scr-table {
    text-align: left;
    margin:0;
    padding:0;
    border: none;
    border-spacing:0;
    border-collapse:collapse;

}
.entry_evet .scr-table caption {
    color: #9ba9b4;
    font-size:.94em;
    letter-spacing:.1em;
    margin:1em 0 0 0;
    padding:0;
    caption-side:top;
    text-align:center;
}
.scr-table tr td{
    background:#fff
}
.scr-table tr.odd td {
    background:#fafafa
}
.scr-table tr.odd .firstItem {
    background:#f2f0d8;
}
.scr-table .firstItem    {
    background:#faf9e8;
}
.firstItem{white-space:nowrap;}
.scr-table td {
    vertical-align: middle;
    color:#666;
    border-bottom:1px solid #eee;
    border-right:1px solid #eee;
    padding: 1em 1em;
    text-align:left;
    word-break: break-all;
}
.scr-table th {
    font-weight:normal;
    color: #678197;
    text-align:left;
    border-bottom: 1px solid #eee;
    border-left:1px solid #eee;
    padding:.3em 1em;
}
.scr-table thead th {
    padding:1em 0;
    background:#66a3d3;
    text-align:left;
    color:#fff
}
.scr-table tfoot th {
    text-align:center;
    background:#f4f9fe;
}
.scr-table td a {
    text-decoration: underline;
}
/* -- HEAD下　本文タイポグラフィ --- */
.entry_evet .entry-content {
    margin: 0 2%;
}

.entry_evet .entry-content h2:before {
    content: '\f10a';
    font-family: "Ionicons";
    color: #a2202c;
    vertical-align: top;
    font-size: 28px;
    margin-right: 13px;
}
.entry_evet .entry-content h2 {
    font-size: 32px;
    color: #333;
     padding:0;
    margin: 10px 0 30px 0;
    letter-spacing: 0.1em;
    font-weight: normal;
}

.entry_evet .entry-content h3 {
    font-size: 24px;
    color: #333;
     border-top:1px dashed #ccc;
     border-right:1px dashed #ccc;
     border-left:7px solid #a2202c;
     border-bottom:1px dashed #ccc;
     padding:.6em .8em;
    margin: 20px 0 40px 0;
    letter-spacing: 0.1em;
    font-weight: normal;
}.entry_evet .entry-content .h-first {
    margin: 0 0 60px 0!important;
}
.entry_evet .entry-content p {
        padding:0 4% 20px 4%;
        color: #000;
        font-size: 100%;
        font-weight: 300;
        line-height: 1.5625;
}
.entry_evet .entry-content p a{
    display: inline-block;
    width: inherit;
    text-decoration: underline;
    vertical-align: top;
}.entry_evet .entry-content .in_tx_link {
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5625;
    margin: 0 0.3em!important;
}
.entry_evet .entry-content p .btn{
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto 2em auto;
    width: 60%;
    text-decoration: underline;
    border: 1px solid #a2202c;
    background: #fff;
    color: #a2202c;
    font-size: 18px;
    border-radius: 4px;
}.entry_evet p .btn::after{
    content:"";
    display: block;
    width:10px;
    height:10px;
    border-top:1px solid #a2202c;
    border-right:1px solid #a2202c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-7px;
}.entry_evet p .btn:hover{
    border: 1px solid #a2202c;
    background: #a2202c;
    color: #fff;

}.entry_evet p .btn:hover::after{
    border-top:1px solid #ffffff;
    border-right:1px solid #fff;
}

.entry_evet img{
    max-width: 100%;
    height: auto;
    margin: 30px auto 40px auto;
    display: block;
}
.entry_evet ul {
    counter-reset: num;
    padding:0 4% 20px 4%;
}
.entry_evet ul li {
    position: relative;
}
.entry_evet ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #a2202c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.entry_evet li ul,.entry_evet li ol {
    padding: 0!important;
    margin: 1em 4% 1em 4%!important;
}
.entry_evet ol {
    counter-reset: num;
    padding:0 4% 20px 4%;
}
.entry_evet ol li, #venues-contents ul {
    padding: 2px 10px;
    list-style: none;
    color: #000;
}
.entry_evet ol li {
    margin: 0 0 1em 0;
    position: relative;
    padding-left: 2em;
}
.entry_evet ol > li:before {
    counter-increment: num;
    content: counter(num);
    position: absolute;
    left: 0;
    background: #f7ee79;
    min-width: 1.5em;
    text-align: center;
    height: 1.5em;
    line-height: 1.5;
}
.notes{
    display: block;
    font-size: 0.85em;
    color: #000;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5625;
}
.notes:before{
    content: "※";
}
.notes:first-letter{
    margin-left: -1.3em;
}


/*--------------------------------------------------------------
カテゴリーアーカイブ
--------------------------------------------------------------*/
.post-list .cat_arv-head-title {
    width: 100%;
    padding: 24px 0 20px 100px;
    background: #eee;
    position: relative;
}
.post-list .cat_arv-head-title:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -30px;
}
.post-list .cat_arv-head-title h2{
    height: 60px;
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
}

.arv_title-career-skills:after{
    background: url(../../images/cat-career-skills.png) left top no-repeat;
    background-size: 60px 60px;
}
.arv_title-culture:after{
     background: url(../../images/cat-culture.png)left top no-repeat;
    background-size: 60px 60px;

}
.arv_title-community:after{
    background: url(../../images/cat-community.png)left top no-repeat;
    background-size: 60px 60px;
}
.arv_title-volunteer:after{
     background: url(../../images/cat-volunteer.png) left top no-repeat;
    background-size: 60px 60px;
}
.arv_title-kids-family:after{
     background: url(../../images/cat-kids-family.png) left top no-repeat;
    background-size: 60px 60px;
}
.arv_title-event-other:after{
     background: url(../../images/cat-event-other.png) left top no-repeat;
    background-size: 60px 60px;
}

/*--------------------------------------------------------------
#05 NEWS
--------------------------------------------------------------*/

/* -- サイドバー --- */
.news-sidenav {
    background: #fff;
    border-radius: 4px;
    padding: 0!important;
}
.news-box {
}
.news-sidenav li {
    position: relative;
    font-size: 14px;
    color: #000;
    display: block;
    margin:0;
    font-weight: normal;
    color: #666;
    width: 100%;
    text-indent: 18px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 1.5em 5px 1.3em 5px;
    text-decoration: none;
}
.news-sidenav li:first-child {margin:0;}
.news-sidenav li:last-child {border: none;padding: 1em 5px 1em 5px;}

.news-sidenav a {
    position: relative;
    display: block;
    width: 100%;
    text-indent: 36px;
    text-align: left;
    color: #333;
}
.news-sidenav a:before{
    content: "";
    background: url(../../images/about_arrow_gl.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 10px;
    margin-top: -8px;
}


.news-sidenav a:hover {
    text-decoration: none;}

.news_nav_active {
    position: relative;
    display: block;
    width: 100%;
    text-indent: 46px!important;
    text-align: left;
    color: #4787d7!important;
    background-color: #fafafa!important;
}
.news_nav_active:before{
    content: "";
    background: url(../../images/r_arrow_blue.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 24px;
    margin-top: -8px;
}
/* -- お知らせ一覧 --- */

    #news-contents .all-news {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 20px 6%;
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    }
    #news-contents .all-news .title-news {
        padding: 0;
        position: relative;
        height: 40px;
        background: #f7f7f5;
    }#news-contents .all-news .news_title{
        background: #eee;
    }
    #news-contents .all-news .news_title h2{
        width: 90%;
        margin: 0 auto;
        line-height: 40px;
        font-size: 14px;
        font-weight: bold;
        color: #333;
        padding: 20px 0 15px 0;
        text-align: left;
    }
    #news-contents .news-list {
        width: 90%;
        background: #fff;
        margin: 0 auto;
    }
    #news-contents .all-news ul li {
        color: #333;
        border-bottom: 1px solid #eee;
        font-size: 14px;
        letter-spacing: 0em;
        height: 60px;
        line-height: 60px;
    } #news-contents .all-news ul li:last-child {
        border: none;}
    #news-contents .all-news ul li a{
        color: #333;
    }#news-contents .all-news ul li a:hover{
        color: #206da5;
        text-decoration: underline;
    }
    .all-news ul li .post-cat {
        background: #eee;
        padding: 6px;
        margin: 0 10px;
        border-radius: 4px;
    }

/* -- ページャー --- */
.wp-pagenavi {
    text-align: center;
    width: 90%;
    margin: 40px auto 30px auto;

}.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi .extend{
    display: none;
}
wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current{
    vertical-align: top;
    border: 1px solid #CCC;
    color: #666;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    display: inline-block;
    line-height: 2.48em;
    height: 2.4em;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: 0 .99em;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}
.wp-pagenavi span.current{
    background: #d5d4d4; /* For IE and older browsers */
    border: 1px solid #d5d4d4 !important;
}
.wp-pagenavi a:hover{
    color: #fff;
    background: #206da5;
    border: 1px solid #206da5 !important;
}

/*-------お知らせ詳細---------*/

#news-contents_single {
    box-sizing: border-box;
    width: 100%;
    margin-left: 0 auto;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 3em;
    padding-bottom: 4em;
    }
#news-contents_single .page-title {
    text-align: left!important;
    color: #333!important;
    background: #fafafa!important;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 24px!important;
    line-height: 26px;
    letter-spacing: 0;
    padding: 1.2em 10% 1em 10%!important;
    margin-bottom: 3em;
}
#news-contents_single .page-title span{
    font-size: 12px;
    display: block;
}
.news-contents_innner{
    padding: 20px 10% 20px 10%;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5625;
}
.news-contents_innner h2 {
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 2.4em 2em 1.5em 2em;
    margin-bottom: 3em;
}

/* -- タイポグラフィースタイル --- */

#news-contents_single .page-title {
    text-align: left;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 0.1em;
    padding: 2.4em 2em 1.5em 2em;
    margin-bottom: 3em;
}
.news-contents_innner h2:before {
    content: '\f10a';
    font-family: "Ionicons";
    color: #72b8c9;
    vertical-align: top;
    font-size: 28px;
    margin-right: 13px;
}
.news-contents_innner h2 {
    font-size: 32px;
    color: #333;
     padding:0;
    width: 100%;
    margin: 40px auto 60px auto;
    letter-spacing: 0.1em;
    font-weight: normal;
}

#news-contents_single h3 {
    font-size: 24px;
    color: #333;
     border-top:1px dashed #ccc;
     border-right:1px dashed #ccc;
     border-left:7px solid #72b8c9;
     border-bottom:1px dashed #ccc;
     padding:.6em .9em;
    margin: 40px auto 60px auto;
    letter-spacing: 0.1em;
    font-weight: normal;
}#news-contents_single .h-first {
    margin: 0 0 60px 0!important;
}
#news-contents_single p {
        color: #000;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5625;
}
#news-contents_single p a{
    text-decoration: underline;
}#news-contents_single .in_tx_link {
    vertical-align: top;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5625;
    margin: 0 0.3em!important;
}
#news-contents_single p .btn{
    text-align: center;
    position: relative;
    display: block;
    margin: 0 auto 2em auto;
    width: 60%;
    text-decoration: underline;
    border: 1px solid #a2202c;
    background: #fff;
    color: #a2202c;
    font-size: 18px;
    border-radius: 4px;
}#news-contents_single p .btn::after{
    content:"";
    display: block;
    width:10px;
    height:10px;
    border-top:1px solid #a2202c;
    border-right:1px solid #a2202c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-7px;
}#news-contents_single p .btn:hover{
    border: 1px solid #a2202c;
    background: #a2202c;
    color: #fff;

}#news-contents_single p .btn:hover::after{
    border-top:1px solid #ffffff;
    border-right:1px solid #fff;
}

#news-contents_single img{
    margin: 0 auto 30px auto;
    max-width: 100%;
    height: auto;
    display: block;
}
#news-contents_single ul {
    counter-reset: num;
    padding:0 10% 20px 12%;
}

#news-contents_single ul li {
    position: relative;
}
#news-contents_single ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: .5em;
    left: -1em;
    width: 6px;
    height: 6px;
    background-color: #3498db;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#news-contents_single ol {
    counter-reset: num;
    padding:0 10% 20px 10%;
}
#news-contents_single ol li {
    padding: 2px 10px;
    list-style: none;
    color: #000;
}
#news-contents_single ol li {
    margin: 0 0 1em 0;
    position: relative;
    padding-left: 2em;
}
#news-contents_single ol > li:before {
    counter-increment: num;
    content: counter(num);
    position: absolute;
    left: 0;
    background: #f7ee79;
    min-width: 1.5em;
    text-align: center;
    height: 1.5em;
    line-height: 1.5;
}
#news-contents_single li ul {
    padding: 0!important;
    margin: 1em 0 0 0!important;
}

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

.btnSNS {
  width: 100%;
  height: 40px;
  margin: 30px 0 20px 0;
}

.btnSNS ul {
    list-style: none;
    padding: 0;
  width: 100%;
  height: 40px;
  margin: 0;
}

.btnSNS li {
  float: left;
  margin: 0 0 0 10px;
}.btnSNS li span{
    font-size: 12px;
    color: #666;
}
.btnSNS li img{
    margin: 0;
    width: 180px;
}.btnSNS li::after {
    display: none!important;
}
.btnSNS li a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.article-header {
    margin-bottom: 14px;
}
.arti-h-img {
    position: relative;
}
.arti-h-img img{
    max-width: 100%;
}
.slider .new,.arti-h-img .new {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: auto;
    z-index: 999;
}
.slider .sch-icon,#post .sch-icon {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 80px;
    height: auto;
    z-index: 999;
}
.left-contents {
    padding-right: 10px;
}
.post-contents-area .span_6 {

}
#post  {
        width: 48%;
        margin: 1%;
        box-sizing: border-box;
        padding: 16px;
        background: #fff;
        min-height: 400px;
    }
    .post-contents-area .odd {
        margin: 1% 0% 1% 1.5%!important;
    }
    .post-contents-area .even, .post-contents-area .even {
        margin: 0 0 10px 0;
    }
    #post .post-cat{
        display: inline-block;
        font-size: 12px;
        padding: 0.9em 1.5em 0.6em 1.5em;
        margin: 0 0 4px 0;
        background: #eee;
    }
#post .post_category {margin: 0 0 0.8em 0;}
#post .post_category a{
    padding: 1.2em 1em;
    border-radius: 4px;
    background: #333;
    color: #fff;
    display: inline-block;
}
#post h1.entry-title{
        margin:0 0 0.5em 0;
        font-size: 16px;
        line-height: 20px;
        color: #333;
    }#post  h1.entry-title a{color: #333;}
    #post .content-title p{
        font-size: 12px;
    }

.post_arv-head {
    height: 80px;
}

.post-entry img{
    width: 100%;
    height: auto;
}
.post-date {
    margin: 0 0 0 4%!important;
    height: 80px;
    border-radius: 4px;
    background: #eee;
    padding: 10px;
    font-size: 14px;
    line-height: 14px;
}
    .date_title {
        vertical-align: top;
        height: 60px;
        text-indent: -9999px;
        background-image: url(../../images/entry-date.png);
        background-repeat: no-repeat;
        background-size:auto 60px;
        display: inline-block
    }.date_in {
        display: inline-block;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        margin: 10px 0 0 10px;
    }
/*------- 右上カテゴリーアイコン -----------*/
    .post-category {
        height: 80px;
    }
    .post-category a {
        height: 80px;
        text-indent: -9999px;
    }
.post-category a.post-career-skills {
    background: url(../../images/cat-career-skills.png) right center no-repeat;
    background-size: 80px 80px;
}

.post-contents-area a.post-culture {
  background: url(../../images/cat-culture.png) right center no-repeat;
   background-size: 80px 80px;
}

.post-contents-area a.post-community {
  background: url(../../images/cat-community.png) right center no-repeat;
  background-size: 80px 80px;
}

.post-contents-area a.post-volunteer {
  background: url(../../images/cat-volunteer.png) right center no-repeat;
    background-size: 80px 80px;
}

.post-contents-area a.post-kids-family {
  background: url(../../images/cat-kids-family.png) right center no-repeat;
    background-size: 80px 80px;
}

.post-contents-area a.post-event-other {
  background: url(../../images/cat-event-other.png) right center no-repeat;
    background-size: 80px 80px;
}


    #primary {
        width: 100%;
        background: #fff;
    }
    #main {
        width: 1240px;
        margin: 0 auto;
        padding: 2em 0;
    }
    .title-area {
        text-align: center;
    }.title-area h2 {
        font-size: 30px;
        margin-bottom: 0.4em;
    }.title-area p {
        font-size: 12px;
    }

    .list-box {
        width: 100%;
        margin: 2em 0;
    }.list-box .three-box {
        text-align: center;
        float: left;
        width: 32%;
        padding: 1%;
        box-sizing: border-box;
        height: auto;
        margin-right: 1%;
        margin-bottom: 1em;
        background: #fff;
    }.list-box .three-box:last-child {
        margin-right: 0;
    }
.list-box .three-box h2{
    margin-bottom: 1em;
}
.more-poster {
    vertical-align: top;
    line-height: 240px;
}

.participation {
    font-size: 14px;
    width: 80px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    background: #eee;
    padding: 8px;
}
.no_post-title {
    margin: 10em 0 12em 0;
    text-align: center;
    font-weight: normal;
}

/*--------------------------------------------------------------
## 記事詳細
--------------------------------------------------------------*/
.entry-content {
    padding: 0;
    position: relative;

}
.entry-header {


}
.entry-header .entry-title {
    font-size: 24px;
    font-weight: normal;
}
.entry-header .sch-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}




/*--------------------------------------------------------------
## 総合学習センターとは
--------------------------------------------------------------*/
.ft-center-banner {
        width: 1240px;
        margin: 60px auto;
    }





/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration:none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width:36px;
  min-height:36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next a::after { content: "\f105"; }

.pagination li.current a {
 background-color: #ddd;
 cursor: default;
 pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a { border-left-width: 0; }
}

@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a { border-left-width: 1px; }
}

@media only screen and ( max-width: 240px ) { /* For watches? */
  .pagination li { width: 50%;}

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}
/*--------------------------------------------------------------
## 30秒でわかる...
--------------------------------------------------------------*/
.about_center_bn {
    border-radius: 4px;
    overflow: hidden;
    background: url("../../images/pc_documentbg.jpg") no-repeat center;
    background-size: cover;
    padding: 58px 0 40px;
    max-width: 1240px;
    margin: 0 auto;
    }
    .inner {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
    }
.inner-pg-title {
    text-align: center;
}

.about_center_bn .inner {
        overflow: visible;
    }
.about_center_bn .inner p {
        color: #ffffff;
    margin-bottom: 30px;
    }
.about_center_bn .ttl__sub {
        color: #ffffff;
        font-weight: 700;
        font-size: 28px;
        text-shadow: 1px 1px 0 #e3007f, -1px 1px 0 #e3007f, 1px -1px 0 #e3007f, -1px -1px 0 #e3007f;
        display: inline-block;
        line-height: 45px;
        position: relative;
        top: -4px;
    }
.about_center_bn .ttl {
        color: #ffffff;
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 15px;
        font-weight: bold;
        display: inline-block;
    }
.about_center_bn .description {
        color: #ffffff;
        font-size: 14px;
        line-height: 2;
        font-weight: bold;
        margin-bottom: 24px;
    }

.btn_bounce {
    text-align: center;
    margin: 0;
    margin-bottom: 0;
    }
.btn_bounce a.btn{
    position: relative;
    display: block;
    border-radius: 4px;
    background-color:rgba(255,130,89,0.7);
    width: 200px;
    padding: 0.8em 0;
    color: #fff!important;
    }



.btn_bounce a.btn:hover{
    background-color:rgba(255,130,89,1);
    }
.btn_bounce a.btn:after {
    content: "";
    background: url(../../images/arrow_wh.png) top left no-repeat;
    background-size: 16px 16px;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 14px;
    margin-top: -8px;
}

/*--------------------------------------------------------------
## フッター広告エリア
--------------------------------------------------------------*/
.ads-ft {
        margin: 40px auto 0 auto;
    }.ads-ft ul {
        width: 980px;
        margin: 0 auto 5px auto;
    }
    .ads-ft ul li {
        width: 200px;
        height: 50px;
        list-style-type: none;
        float: left;
        text-align: center;
        vertical-align: top;
        padding: 0;
        margin:0 60px 15px 0;
    }
    .ads-ft ul li:nth-child(4n){
        margin: 0;

    }
/*.ads-ft ul li:nth-child(5n){
        clear: both;
}*/
.ads-ft ul li img{
        width: 200px;
        height: 50px;
}

/*--------------------------------------------------------------
## フッター
--------------------------------------------------------------*/
.footer {
    padding-top: 20px;
    margin: 40px auto 0 auto;
    background: #fafafa;
    background-image: url(../../images/footer_bo-dod.png);
    background-size: auto 5px;
    background-repeat: repeat-x;
    }.ft-top {
        width: 1240px;
        position: relative;
        margin: 0 auto;
    }
    .footer .ft-top .ft-logo {
        float: left;
        margin: 0 auto 5px auto;
    }
    .footer .ft-top .ft-menu {
        float: right;
        width: 600px;
        height: 30px;
        margin-top: 30px;
        line-height: 30px;
        list-style-type: none;
        text-align: right;
        vertical-align: top;
        padding: 0;
    }.footer .ft-top .ft-menu ul li{
        vertical-align: middle;
        font-size: 14px;
        display: inline-block;
        margin-right: 20px;
        line-height: 30px;
    }
.footer .ft-top .ft-menu ul li a {
    color: #333;
}
.footer .ft-top .ft-menu ul li .contact:before {
    content: '\f2eb';
    vertical-align: middle;
    font-family: "Ionicons";
    color: #333;
    font-size: 20px;
    margin-right: 8px;
}
.footer .ft-top .ft-menu ul li .sitemap:before {
    content: '\f3ac';
    vertical-align: middle;
    font-family: "Ionicons";
    color: #333;
    font-size: 20px;
    margin-right: 8px;
}
.footer .ft-top .ft-menu ul li .ft-link:before {
    content: '\f2ab';
    vertical-align: middle;
    font-family: "Ionicons";
    color: #333;
    font-size: 20px;
    margin-right: 8px;
}
.footer .ft-top .ft-menu ul li .ft-qa:before {
    content: '\f445';
    vertical-align: middle;
    font-family: "Ionicons";
    color: #333;
    font-size: 20px;
    margin-right: 8px;
}
    .ft-copy {
        padding: 10px 0;
        background: #f7f7f5;
        text-align: center;
        font-size: 10px;
    }
