﻿@import url(./default_body.css);
@import url(./topFreearea_map.css);

/*jQuery フェードイン*/
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 800ms;
}



/* body */
body {
}

a {
    text-decoration: none;
}


/*:::::::::::::::::::::::::
 * 枠組 
 *::::::::::::::::::::::::*/

#container {
}


ul.pankuzu-item {
    display: table;
    padding-left: 10px;
}


/*:::::::::::::::::::::::::
 * ヘッダーメニュー
 *::::::::::::::::::::::::*/
#header {
    max-width: 1100px;
    margin: 0px auto;
    padding: 0px 0px;
}

#headerImg {
    width: 268px;
    float: left;
    padding-top: 15px;
    height: 60px;
}

.headMenuTtl {
    float: right;
    font-size: 14px;
    padding: 5px 0px 10px 15px;
}

    .headMenuTtl p {
        float: left;
        padding-right: 7px;
    }

/* Navigation Skip */
.Navigation ul {
    margin: 0;
    padding: 0;
}

.Navigation li {
    position: absolute;
    text-align: left;
    margin: 0;
    padding: 0;
    display: block;
}

.Navigation a {
    padding: 5px;
    display: inline;
    z-index: 99;
    text-decoration: none;
    position: absolute;
    width: 300px;
    left: -1000em;
    top: 0;
    font-weight: bold;
    text-align: center;
    font-size: 125%;
    /zoom:1;
}

    .Navigation a:focus,
    .Navigation a:active {
        position: absolute;
        top: 30px;
        left: 250px;
        background: #fff !important;
        border: 2px solid #000;
    }

img.imgFromText {
    max-height: 126px !important;
    max-width: 90px !important;
}

* html img.imgFromText {
    height: 126px !important;
    width: 90px !important;
}

/*:::::::::::::::::::::::::
 * スライドと新着を囲う
 *::::::::::::::::::::::::*/

.slide_news_wrapper {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}




/*:::::::::::::::::::::::::
 * スライド
 *::::::::::::::::::::::::*/
.flash {
    background-color: #FFFFFF;
    /*margin-bottom: 8px;*/
    height: auto;
    overflow: hidden;
    padding-top: 0px;
    /*padding-bottom: 5px;*/
    max-width: 100%;
}


.slidelogo {
    position: absolute;
    z-index: 100;
    bottom: 50%;
    left: 50%;
    margin-bottom: -100px;
    margin-left: -120px;
}

.slideArea {
   
}


/*pager

.bx-wrapper .bx-pager {
    bottom: 15% !important;
    left: 20px !important;
}

.bx-controls-auto {
    bottom: 15% !important;
    right: 40px !important;
}

    */
/*:::::::::::::::::::::::::
 * 新着情報
 *::::::::::::::::::::::::*/

.news_bg {
    padding-top: 30px;
    padding-bottom: 60px;
    background-repeat: repeat;
}
    .newsarea {
    
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    position: relative;
}


.flower {
    position: absolute;
    z-index: 999;
    bottom: -11%;
    right: -3%;
}

.newsarea_wrapper {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.newsarea_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 55px;
}

    .newsarea_left img {
        background-color: white;
        margin-top: 40px;
    }

.rssarea {
    background: url(../images/kosodate/icon_rss.png)no-repeat 6px 7px;
    margin-top: -10px;
    border: 1px solid;
    padding-top: 3px;
    padding-right: 6px;
    padding-bottom: 1px;
}

    .rssarea a {
        text-decoration: none;
        padding-left: 20px;
        font-weight: bold;
        color: #333333;
    }

.newsarea_right {
   
    width: 65%;
    padding-top: 10px;
    margin-left: 30px;
}

.info01 {
    padding: 3px 0px 7px 3px;
    margin: 0px 0px 10px 0px;
}

.info01 {
   
}
.listInfo {
    padding: 5px 3px 0px 2px;
    font-size: 1em;
}

    .listInfo ul li {
        line-height: 130%;
        padding: 10px;
        background: rgba(0, 0, 0, 0) url("../images/gikai/ya_green_s.png") no-repeat scroll 4px 15px;
    }

.mottomirubuttonarea {
    display: flex;
    justify-content: center;
    padding-top: 0px;
    margin-top: 0px;
}
a:link {
    color: #194593;
}

.mottomirubutton {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 150px;
    border: solid 1px #093986;
    display: flex;
    justify-content: center;
    transition-duration: 0.2s;
    box-shadow: 6px 5px 0px 0 rgb(155, 176, 206);
}

    .mottomirubutton:hover {
        transform: translateY(5px);
        box-shadow: 3px 3px 0px 0 rgb(155, 176, 206);
    }

    .mottomirubutton p {
        padding-right: 2px;
        text-decoration: none;
    }

   



@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -705px 0;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -705px 0;
    }
}




/*:::::::::::::::::::::::::
 * メインメニュー
 *::::::::::::::::::::::::*/

#menuArea {
    max-width: 1100px;
    margin: 0px auto;
}

#menuAreaLeft {
    float: left;
    max-width: 720px;
    width: 100%;
}

#menuAreaRight {
    float: right;
    max-width: 240px;
    margin-left: 10px;
}


li .rightmenu_btn {
    float: left;
    margin: 0 12px 10px auto;
    padding: 0;
}

#menuAreaRight {
    display: table-cell;
    width: 280px;
    vertical-align: top;
}


#aboutgikai {
    margin: 0px 0px 10px 0px;
    padding: 3px 0px 0px 0px;
}


#menuAreaRight li {
    border: solid 1px #ccc;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
}

    #menuAreaRight li div.label {
        line-height: 30px;
        margin: 12px 0 12px 11px;
        border-left: solid #0095b0 6px;
        padding-left: 10px;
        font-size: 1.1em;
        font-weight: bold;
    }


    #menuAreaRight li > a {
        text-decoration: none;
        color: #333333;
        display: inline-block;
        height: 100%;
        width: 100%;
    }


#btnlink {
    margin: 5px 10px 10px 0px;
    padding: 3px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.btn01 {
    font-size: 1.1em;
    vertical-align: middle;
    display: inline-block;
    width: 280px;
    letter-spacing: normal;
    margin: 5px 0px;
    float: left;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 8px;
}

.btn02 {
    font-size: 1.1em;
    vertical-align: middle;
    display: inline-block;
    width: 280px;
    letter-spacing: normal;
    margin: 5px 0px;
    float: left;
    padding: 15px 0px 15px 0px;
    text-align: center;
    border: 1px solid #cccccc;
    border-radius: 8px;
}



#btnlink .btn01 a {
    text-decoration: none;
    font-weight: bold;
}

#btnlink .btn02 a {
    text-decoration: none;
    font-weight: bold;
}


#menuBtn li {
    float: left;
    margin: 0px 8px 0px 0px;
}

/* フリーエリア start */
/*記事タイトル*/
h2.title,
div.migration h2 {
    padding: 0 0 4px 21px;
    margin-bottom: 16px;
    font-size: 1.2em;
    font-weight: bold;
    background: url("../images/CssColorType/h2Ttl.gif") no-repeat 7px center #EADDCE;
    line-height: 1.8;
}
/*段落見出しタイトル*/
h3.title,
div.migration h3 {
    background: rgba(0, 0, 0, 0) url("../images/CssColorType/h3Ttl.gif") no-repeat scroll 7px center;
    border-bottom: 1px dashed #366f55;
    font-size: 1.1em;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0 0 4px 21px;
}

.freearea {
    margin: 0px;
}

/* フリーエリア end */

/* 新着情報 */

.wave01 {
    background: url("../images/kosodate/wave.png")1px 1px repeat-x;
    height: 20px;
    margin-top: -13px;
    width: 100%;
    position: absolute;
}

.info {
    margin: 15px 0px;
}

#newArea {
    border: 1px solid #c8000f;
    margin: 15px auto;
    width: 1000px;
}

#newTtlNavi {
    border-bottom: solid 3px #001e43;
    padding: 0px 3px;
}

#newTtlTab {
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 3px;
    padding: 12px 0px 0px 50px;
    text-decoration: none;
    background: url("../images/gikai/icon_title_s.png") no-repeat 10px 8px;
    /*    border-left: solid 3px #366f55;左線*/
}

    #newTtlTab p {
        display: block;
        float: left;
        padding: 11px 20px 6px;
        margin: 3px 5px 0px 0px;
        text-decoration: none;
        font-size: 1.1em;
        cursor: pointer;
    }

#rssArea {
    float: left;
    min-width: 50px;
    text-align: center;
    border-radius: 10px;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 5px;
    padding: 4px;
    margin: 8px;
}

    #rssArea a {
        text-decoration: none;
    }


#newTtlTab p span {
    padding: 3px 20px 3px 20px;
}

    #newTtlTab p span#tab1 {
    }

    #newTtlTab p span#tab2 {
    }

    #newTtlTab p span#tab3 {
    }

#newTtlTab p.selected span#tab1 {
}

#newTtlTab p.selected span#tab2 {
}

#newTtlTab p.selected span#tab3 {
}

#newTtlTab p #rss {
    text-decoration: none;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 0.9em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-left: 5px;
}

/* 2016/12/13 アクセシビリティ対応 focus認識*/
#newTtlTab p a#rss:focus {
    border: dashed #000 1px;
}

/* 2016/12/13 アクセシビリティ対応 tab文字リンク設定*/
#newTtlTab span a {
    color: #333333;
    text-decoration: none;
}

/* 2016/12/13 アクセシビリティ対応 tab文字リンク設定*/
#newTtlTab .selected a {
    color: white;
}

.info01 {
    padding: 3px 0px 7px 3px;
    margin: 0px 0px 10px 0px;
}

.info ul {
    padding: 7px 0px;
}

    .info ul#important {
    }

.listInfo ul li {
    line-height: 130%;
    padding: 15px;
    border-bottom: dotted 3px #ddd;
}

    .listInfo ul li.lastKiji {
        border-bottom: dotted 1px #DDDDDD;
    }

.info p.koushinDay {
    width: auto;
    float: left;
    min-width: 130px;
    font-size: 0.9em;
    text-indent: 1em;
}

.info p.eventDate {
    width: auto;
    float: left;
    min-width: 100px;
    font-size: 0.9em;
    text-indent: 1em;
    margin-right: 5px;
}

div.newTtl {
}

.info span.term {
    font-size: 0.9em;
    white-space: nowrap;
}

.info span.termTitle {
    font-size: 0.7em;
    margin-right: 5px;
    padding: 1px 3px;
}

.infoIchiran {
    padding: 3px 3px 3px 5px;
    float: right;
    margin-right: 5px;
    font-size: 0.7em;
    font-weight: normal
}

.listLink {
    width: 530px;
    text-align: right
}

.listInfo {
    padding: 5px 3px 0px 2px;
    font-size: 1em;
}

span.newdspmark {
    margin-right: 4px;
}

    span.newdspmark img {
        margin-right: 3px;
    }

.listInfo div.title {
    width: 325px;
    float: left;
}

p.nodata {
    text-align: left;
    margin: 10px 0px 10px 15px;
}

.kijiTtl {
    float: left;
}

    .kijiTtl a {
        text-decoration: none;
    }

a .textLink {
    
}

a .textLink:hover {
    text-decoration:underline;
}

/*==============
 講座・セミナー
================ */
.ttlarea img{
    margin-top:-40px;
}





.ttlarea {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

/*記事スライド*/
#banSlide {
    max-width: 860px;
    margin: 0 auto;
}

.slick-initialized .slick-slide {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
}

#ban_slide_set img {
    margin: 0 auto;
    width: auto;
    height: 185px;
    margin-bottom:15px;
}


.kiji_title a:hover {
    color: #c70026;
    text-decoration: underline;
}

.kiji_title {
    text-align: left;
    width: 250px;
}

.kiji_koushinDay {
    text-align: left;
    width: 250px;
}

p.kiji_gaiyou {
    text-align: left;
    width: 250px;
}

/*==============
 入札契約・企業誘致
================ */
.wrapper_nyusatu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.area_nyusatu{
    margin-top:60px;
    margin-bottom:60px;
    text-align:center;
}

    .area_nyusatu img {
        transition-duration: 0.3s;
    }

        .area_nyusatu img:hover {
            transform: scale(0.98);
        }


/*==============
 事業者支援・創業支援・雇用就労支援
================ */
.area_sien {
    background-color: #e3eff7;
    padding-top:30px;
    padding-bottom:30px;
}

.wrapper_sien{
    display:flex;
    justify-content:center;
}




/* BOX----------------------------------------- */
.box {
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.box-bg1 {
    background-image: url(../images/sigoto/bg_jigyousya.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    transition: transform .6s ease;
    width: 100%;
}

.box-bg2 {
    background-image: url(../images/sigoto/bg_sougyou.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    transition: transform .6s ease;
    width: 100%;
}

.box-bg3 {
    background-image: url(../images/sigoto/bg_koyou.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    transition: transform .6s ease;
    width: 100%;
}

.box:hover .box-bg1 {
    transform: scale(1.1);
}

.box:hover .box-bg2 {
    transform: scale(1.1);
}

.box:hover .box-bg3 {
    transform: scale(1.1);
}

.box p {
    align-items: center; /* テキストの中央揃え */
    bottom: 0;
    color: #fff; /* テキストの色 */
    font-size:1.4em;
    font-weight:bold;
    display: flex; /* テキストの中央揃え */
    justify-content: center; /* テキストの中央揃え */
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%; /* テキストを横幅いっぱいにならないようにする */
    z-index: 2;
}
/* マスク */
.box::before {
    background: rgba(0, 0, 0, .8); /* マスクの色(黒の50%) */
    bottom: 0;
    content: '';
    height: auto;
    left: 0;
    opacity: 0.8; /* 最初の透明度 */
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .6s ease; /* ゆっくりopacityのみへ変化させる */
    width: 100%;
    z-index: 1;
}

.box:hover::before {
    opacity: 0.5; /* ホバー時の透明度 */
}

/* BOX  end----------------------------------------- */



/*==============
 総合相談窓口
================ */

.area_sougou {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 60px;
}


    .area_sougou img {
        transition-duration: 0.3s;
    }

.area_sougou img:hover {
    transform: scale(0.98);
}

/*================
 レスポンシブ対応
================ */

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

    .slideArea {
        float: none;
        margin: 0 auto;
    }

    
}


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

    /*新着 */

    .news_bg {
        padding-top: 10px;
        padding-bottom: 40px;
    }

        #container {
        padding: 0px 10px;
    }

    #menuAreaLeft {
        float: none;
        width: auto;
    }

    #menuAreaRight {
        float: none;
        width: auto;
    }

    .newsarea {
        max-width: 90%;
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }


    .flower img{
        max-width:70%;
        margin-bottom:20px;
    }


/*年齢対象別で探す */

    .nenreitaisyou_buttonarea_left img {
        display: none;
    }

    .nenreitaisyou_buttonarea_right img {
        display: none;
    }
}





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

    /*新着 */

    .news_bg {
        padding-top: 1px;
        padding-bottom: 30px;
    }

    .newsarea_left {
        text-align: center;
        padding-left: 0px;
    }

    .newsarea_wrapper {
        display: block;
        align-items: center;
        margin-top: 20px;
    }

    .newsarea {
        max-width: 95%;
    }



    .newsarea_left img {
        margin-top: 0px;
        width: 180px;
    }


    .newsarea_left {
        margin-top: 22px;
    }

    .rssarea {
        margin-top: 0px;
    }

    .newsarea_right {
        padding: 0px;
        margin: 0 auto;
        width: 90%;
    }



    /*講座セミナー */

    .ttlarea {
        margin-top: 30px;
    }

        .ttlarea img {
            width: 250px;
            margin-top: -28px;
        }

    #banSlide {
        max-width: 260px;
        margin: 0 auto;
    }


    .menubtnwrapper {
        padding-bottom: 0px;
    }

        .menubtnwrapper img {
            width: 150px;
            margin-right: 20px;
            margin-left: 20px;
            margin-bottom: 20px;
        }

    /*入札契約　企業誘致 */

    .area_nyusatu img {
        width: 280px;
    }



    .area_nyusatu img {
        width: 280px;
    }

    .area_nyusatu {
        margin-top: 30px;
        margin-bottom: 30px;
    }



    /*支援 */
    .box p {
        font-size: 1.2em;
    }


    /*総合相談窓口 */

    .area_sougou img {
        width: 360px;
    }


    .area_sougou {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}





/* wysiwyg */
#mainShosai table.__wys_table {
    width: auto;
}

.__wys_table td {
    border: solid 1px #000000;
    padding: 3px;
}

.__wys_table th {
    background-color: #eeffee;
    border: 1px solid #000000;
    font-weight: bold;
    padding: 3px;
}

/*:::::::::::::::::::::::::
 * 翻訳メニュー
 *::::::::::::::::::::::::*/


#foreignSP {
    display: none;
    width: 96%;
    margin: 5px auto 5px auto;
}

    #foreignSP .plus {
        background: url("../images/top1/btn_plus.png") 98% center no-repeat;
        background-size: 25px 25px;
    }

    #foreignSP .minus {
        background: url("../images/top1/btn_minus.png") 98% center no-repeat;
        background-size: 25px 25px;
    }

        #foreignSP .plus a,
        #foreignSP .minus a {
            display: block;
            height: 100%;
            padding: 15px 10px 15px 20px;
            font-weight: bold;
            text-decoration: none;
            margin: 0px;
        }

    #foreignSP .dspMode {
        display: block !important;
        border: 1px solid #736357 !important;
    }

#foreignTitle {
    width: 100%;
    margin: 1px auto;
}

    #foreignTitle a {
        border: 1px solid #736357;
        padding: 10px 8px 10px 12px !important;
        color: #736357;
        display: block;
        height: 100%;
        font-weight: bold;
    }

#foreignDsp {
    width: 99%;
    margin: 0px auto;
    padding: 2px 0px 6px 0px;
    display: none;
}

    #foreignDsp ul {
        width: 100%;
        margin: 0px auto;
    }

        #foreignDsp ul li {
            padding: 0px;
            width: 97%;
            margin: 2px 0px 0px 4px !important;
            float: left;
            background-size: 10px 13px;
            border: 1px solid #736357;
        }

            #foreignDsp ul li a {
                width: 70%;
                line-height: 2.4em;
                display: block;
                padding: 0px !important;
                margin-left: 15px !important;
            }

@media screen and (max-width:767px) {
    #foreignSP {
        display: block;
    }
}
