@charset "utf-8";

/*基本パーツ*/
#content.sougyou{
    width: auto;
}
#topic-path{
    margin-left: auto;
    margin-right: auto;
}
.inner{
    width: 960px;
    margin: 0 auto;
}
@media screen and (max-width:640px){
    .inner{
        width: auto;
    }
}


/*グローバルナビ*/
.sougyou_gl_nav_wrap{
    position: relative;
    width: 960px;
    margin: -40px auto 0;
    z-index: 2;
}
@media screen and (max-width:640px){
    .sougyou_gl_nav_wrap{
        width: auto;
        margin: 0 auto;
    }
}

.top_title01{
    text-align: center;
    margin-bottom: 60px;
}
.top_title02{
    position: relative;
    top: -80px;
    margin-bottom: -30px;
    text-align: center;
}
.top_title02 .icon{
    display: block;
    width: 220px;
    margin: 0 auto;
}
.colm_row:before,
.colm_row:after {
    content: " ";
    display: table;
}
.colm_row:after {
    clear: both;
}
.colm_row {
    *zoom: 1;
}
.colm2{
    float: left;
    width: 48%;
    margin-left: 4%;
}
.colm2:first-child{
    margin-left: 0;
}
.colm3{
    float: left;
    width: 30.66666666666666%;
    margin-left: 4%;
}
.colm3:first-child{
    margin-left: 0;
}
@media screen and (max-width:640px){
    .top_title01{
        margin-bottom: 30px;
    }
    .top_title02{
        top: -70px;
        margin-bottom: -40px;
    }
    .top_title02 .icon{
        width: 180px;
    }
    .colm2,
    .colm3{
        float: none;
        width: 100%;
        margin-left: 0;
    }
}


/*メインイメージ*/
.top_main_img_slider{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.top_main_img_slider .slider_item{
    width: 100%;
}
.top_main_img_slider .slider_item img{
    width: 100%;
}
.top_main_img_slider .inner{
    position: relative;
    height: 100%;
}
/*single*/
.top_main_img_single {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.top_main_img_single img{
  width: 100%;
}

/*お知らせ*/
.top_news{
    margin: 60px 0;
}
.news_title{
    text-align: center;
    margin-bottom: 50px;
}
.news_title span{
    display: inline-block;
    font-size: 165%;
    color: #008000;
    padding-bottom: 4px;
    border-bottom: 2px solid #008000;
}
.news_list li{
    display: block;
    padding: 18px 30px;
    background: #fdfdfd;
    color: #000;
}
.news_list li:nth-child(even){
    background: #f5f6f7;
}
.news_list li dl{
    overflow: hidden;
}
.news_list li dl dt,
.news_list li dl dd{
    float: left;
}
.news_list li dl dt{
    width: 20%;
    font-size: 92%;
}
.news_list li dl dt span{
    display: inline-block;
    color: #D02B1B;
    font-weight: bold;
    font-size: 108%;
    padding-left: 20px;
}
.news_list li dl dd{
    width: 80%;
    font-size: 97%;
}
@media screen and (max-width:640px){
    .top_news{
        margin: 40px 4%;
    }
    .news_title{
        margin-bottom: 30px;
    }
    .news_list li a{
        padding: 15px;
    }
    .news_list li dl dt,
    .news_list li dl dd{
        float: none;
        width: 100%;
    }
    .news_list li dl dt span{
        padding-left: 10px;
    }
    .news_list li dl dd{
        padding-top:  5px;
    }
}

/*創業関連情報コーナー*/
.related_info{
    background: #f5f6f7;
    padding: 60px 0 140px;
}
.related_info_list li{
    float: left;
    width: 48%;
    margin-left: 4%;
}
.related_info_list li:first-child{
    margin-left: 0;
}
.related_info_list li a:hover{
    opacity: .8;
}
@media screen and (max-width:640px){
    .related_info h2 img{
        height: 30px;
    }
    .related_info{
        padding: 40px 4% 110px;
    }
}

/*公庫の創業支援とは？*/
.top_support{
    background: #86bd41;
    padding-bottom: 60px;
}
.top_support h3{
    text-align: center;
    margin-bottom: 20px;
}
.top_support h3 img{
    height: 46px;
}
@media screen and (max-width:640px){
    .top_support{
        padding: 0 4% 10px;
    }
    .top_support h2 > img{
        height: 31px;
    }
    .top_support h3 img{
        height: 30px;
    }
    .top_support .colm_row{
        padding: 0 4%;
    }
    .support_item{
        margin-bottom: 30px;
    }
    .top_support .video_block{
        height: 180px;
    }
}

/*公庫の創業支援メニュー*/
.top_support_menu{
    padding: 60px 0 140px;
}
.top_support_menu h2 img{

}
.support_menu_item{
    position: relative;
    border: 1px solid #008000;
    background: #d9ecd9;
}
.support_menu_item a{
    display: block;
    color: #000;
    padding: 25px 20px 55px 20px;
    text-decoration: none;
}
.support_menu_item a:hover{
    opacity: .8;
}
.support_menu_item h3{
    margin-bottom: 15px;
    text-align: center;
}
.support_menu_item h3 img{
    height: 50px;
}
.support_menu_item{
    font-size: 97%;
    line-height: 1.8em;
}
.support_menu_item li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.support_menu_item li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.32em;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #000;
}
.support_menu_item .more{
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.support_menu_item .more img{
    height: 35px;
}
@media screen and (max-width:640px){
    .top_support_menu h2 > img{
        height: 84px;
    }
    .top_support_menu{
        padding: 40px 4% 95px;
    }
    .top_support_menu .colm_row{
        padding: 0 4%;
    }
    .support_menu_item{
        margin-bottom: 15px;
    }
    .support_menu_item a{
        padding: 20px 20px 40px 20px;
    }
    .support_menu_item .more{
        display: block;
        text-align: center;
        width: 100%;
        background: #008000;
    }
    .support_menu_item .more img{
        height: 30px;
    }
}

/*先輩創業者の創業事例*/
.top_case{
    background: #86bd41;
    padding-bottom: 50px;
}

.slide_item{
    position: relative;
    width: 888px;
    margin: 0 30px 12px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 12px 12px 0 rgba(86,160,32,.7);
    box-shadow: 12px 12px 0 rgba(86,160,32,.7);
}
.slide_item a{
    display: block;
    color: #000;
    overflow: hidden;
}
.slide_item a:hover{
    opacity: .8;
}
.slide_item .img{
    float: left;
    width: 350px;
}
.slide_item .text{
    float: left;
    padding: 30px;
    width: 538px;
}
.slide_item .text h3{
    color: #000;
    font-weight: normal;
}
.slide_item .text h3 strong{
    display: block;
    color: #D02B1B;
    font-size: 118%;
    margin-bottom: 5px;
}
.slide_item .text p{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #008000;
    font-size: 92%;
    line-height: 1.8em;
}
.slide_item .more{
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
}
.slide_item .more span{
    display: inline-block;
    background: #D02B1B url("../../sougyou/img/icon_arrow.png") no-repeat 10px center;
    -webkit-background-size: 8px;
    background-size: 8px;
    color: #fff;
    padding: 6px 15px;
    padding-left: 30px;
    font-size: 97%;
}
@media screen and (max-width:640px){
    .top_case{
        padding-bottom: 30px;
    }
    .top_case h2 > img{
        height: 54px;
    }
    .slide_item{
        width: auto;
        -webkit-box-shadow: 8px 8px 0 rgba(86,160,32,.7);
        box-shadow: 8px 8px 0 rgba(86,160,32,.7);
    }

    .slide_item .img,
    .slide_item .text{
        width: auto;
        float: none;
    }
    .slide_item .text{
        padding: 20px 20px 50px 20px;
    }
    .slide_item .text p{
        display: none;
    }
    .slide_item .more{
        display: block;
        width: 100%;
        text-align: center;
        background: #D02B1B;
    }

}

.slick-prev, .slick-next{
    width: 40px;
    height: 40px;
    background: no-repeat 0 0;
    -webkit-background-size: 40px;
    background-size: 40px;
    z-index: 5;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev{
    left: 50%;
    margin-left: -545px;
    background-image: url("../../sougyou/img/top/slider_prev.png");
    -webkit-background-size: 40px;
    background-size: 40px;
}
.slick-next:hover,
.slick-next:focus,
.slick-next{
    right: 50%;
    margin-right: -545px;
    background-image: url("../../sougyou/img/top/slider_next.png");
    -webkit-background-size: 40px;
    background-size: 40px;
}
.slick-prev:hover,
.slick-next:hover{
    opacity: .8;
}
.slick-prev:before,
.slick-next:before{
    content: none;
}
.slick-dots li{
    margin: 0 2px;
}
.slick-dots li button:before{
    font-size: 14px;
    color: #fff;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    color: #008000;
    opacity: 1;
}
.slick-dotted.slick-slider{
    margin-bottom: 40px;
}
.slick-dots{
    bottom: -35px;
}
@media screen and (max-width:1170px){
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-prev{
        margin-left: -495px;
    }
    .slick-next:hover,
    .slick-next:focus,
    .slick-next{
        margin-right: -495px;
    }
}
@media screen and (max-width:640px){
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-prev{
        left: 5px;
        margin-left: 0;
    }
    .slick-next:hover,
    .slick-next:focus,
    .slick-next{
        right: 5px;
        margin-right: 0;
    }
}


/*お問い合わせ*/
.top_contact{
    background: #e7f2d9;
    padding: 50px 0;
    text-align: center;
}
.top_contact a:hover{
    opacity: .8;
}
@media screen and (max-width:640px){
    .top_contact{
        padding: 40px 0;
    }
    .top_contact a{
        display: block;
        width: 76%;
        margin: 0 auto;
    }
}

.case_detailbtn_wrap{
  text-align: center;
  margin: 30px auto;
  padding-top: 30px;
}
.case_detailbtn_wrap img{
  width: 300px;
}
