@charset "utf-8";

.sougyou{
    /*スマホの文字の大きさ一定*/
    -webkit-text-size-adjust: 100%;

    /*fontアンチエイリアス*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* スマホ時のfocusの青枠削除 */
.sougyou a,
.sougyou a:focus,
.sougyou button,
.sougyou button:focus{
    outline: none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}

.sougyou img{
    max-width: 100%;
    vertical-align: bottom;
}


/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*box-sizing default*/
.sougyou *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sougyou *:before,
.sougyou *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*============================================================================

        共通パーツ

============================================================================*/


/*breakpoint display*/
.pc{
    display: block!important;
}
.pc_inline{
    display: inline!important;
}
.sp,
.sp_inline{
    display: none!important;
}
@media screen and (max-width:640px){
    .sp{
        display: block!important;
    }
    .sp_inline{
        display: inline!important;
    }
    .pc,
    .pc_inline{
        display: none!important;
    }
}

/*パンくず*/
#topic-path{
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}


/*ページ内リンク*/
.page_decoy_wrap{
    margin-top: -65px;
    padding-top: 65px;
}

@media screen and (max-width:640px){
    .page_decoy_wrap{
        margin-top: -70px;
        padding-top: 70px;
    }
}

/*text-align*/
.text_l{
    text-align: left;
}
.text_c{
    text-align: center;
}
.text_r{
    text-align: right;
}


.sougyou_gl_nav_toggle{
    display: none;
}
.sougyou_gl_nav li{
    float: left;
    background: no-repeat 0 0;
}
.sougyou_gl_nav li.nav01{
    background-image: url("../../sougyou/img/gl_nav01_on.png");
}
.sougyou_gl_nav li.nav02{
    background-image: url("../../sougyou/img/gl_nav02_on.png");
}
.sougyou_gl_nav li.nav03{
    background-image: url("../../sougyou/img/gl_nav03_on.png");
}
.sougyou_gl_nav li.nav04{
    background-image: url("../../sougyou/img/gl_nav04_on.png");
}
.sougyou_gl_nav li.nav05{
    background-image: url("../../sougyou/img/gl_nav05_on.png");
}
.sougyou_gl_nav li a{
    display: block;
}
.sougyou_gl_nav li a:hover img,
.sougyou_gl_nav li a.current img{
    opacity: 0;
}
@media screen and (max-width:640px){
    .sougyou_gl_nav_wrap{
        padding: 15px;
        background: #e7f2d9;
    }
    .sougyou_gl_nav_toggle{
        display: block;
        width: 76%;
        margin: 0 auto;
    }
    .sougyou_gl_nav{
        display: none;
    }
    .sougyou_gl_nav li img{
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        transition: all 0.1s;
    }
    .sougyou_gl_nav li.nav01,
    .sougyou_gl_nav li.nav02,
    .sougyou_gl_nav li.nav03,
    .sougyou_gl_nav li.nav04,
    .sougyou_gl_nav li.nav05{
        float: none;
        width: 100%;
        background: #318110;
    }
    .sougyou_gl_nav li{
        border-bottom: 1px solid #fff;
    }
    .sougyou_gl_nav li:last-child{
        border: 0;
    }
    .sougyou_gl_nav li a{
        position: relative;
        color: #fff;
        padding: 15px 30px 15px 15px;
        font-size: 110%;
        font-weight: bold;
    }
    .sougyou_gl_nav li a:after{
        content:"";
        display: block;
        position: absolute;
        width: 8px;
        height: 8px;
        top: 50%;
        right: 15px;
        margin-top: -4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

/*下層ページタイトル*/
.page_index_title{
    min-height: 150px;
    text-align: center;
    background: #d9ecd9;
}
@media screen and (max-width:640px){
    .page_index_title{
        min-height: 130px;
        padding: 0 20px;
    }
}

/*見出し*/
.page_head_title_l{
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 130%;
    border-bottom: 1px solid #008000;
}
.page_head_title_l:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #008000;
}
@media screen and (max-width:640px){
    .page_head_title_l{
        margin-bottom: 20px;
    }
}


/*============================================================================

        創業関連情報コーナー

============================================================================*/

.relation_index_title img{
    margin-top: 52px;
}
@media screen and (max-width:640px){
    .relation_index_title img{
        margin-top: 50px;
        height: 30px;
    }
}

.relation_index{
    margin: 45px 0 80px;
}
.relation_index ul li{
    float: left;
}
.relation_index ul li:last-child{
    margin-left: 40px;
}
.relation_index ul li a:hover img{
    opacity: 0.7;
}

@media screen and (max-width:640px){
    .relation_index{
        margin: 30px 4% 0;
    }
    .relation_index ul li{
        width:47%;
    }
    .relation_index ul li:last-child{
        margin-left: 6%;
    }
}


/*============================================================================

        公庫の創業支援とは?

============================================================================*/

.about_index_title img{
    margin-top: 52px;
}
@media screen and (max-width:640px){
    .about_index_title img{
        margin-top: 50px;
        height: 30px;
    }
}


.about_index{
    margin-bottom: 80px;
}
.about_section{
    margin-top: 60px;
}
.about_section h2{
    margin-bottom: 25px;
    text-align: center;
}
.about_section .about_movie{
    position: relative;
    width: 640px;
    margin: 0 auto;
}
.video_block {
    position: relative;
    width: 100%;
    padding: 56.25% 0 0 0;
}
.video_block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:640px){
    .about_index{
        margin: 0 4%;
    }
    .about_section{
        margin-top: 40px;
    }
    .about_section h2{
        margin-bottom: 15px;
    }
    .about_section .about_movie{
        width:auto;
        height:200px;
    }
}


/*============================================================================

        公庫の創業支援メニュー

============================================================================*/

.sien_index_title img{
    margin-top: 43px;
}
@media screen and (max-width:640px){
    .sien_index_title img{
        margin-top: 23px;
        width: 100%;
        max-width: 250px;
    }
}

.sien_index{
    padding: 30px 0 80px;
}
.sien_index_item{
    display: block;
    margin-top: 30px;
    background: #d9ecd9;
    color: #000;
    border: 1px solid #008000;
}
.sien_index_item:hover{
    opacity: 0.8;
    text-decoration: none;
}
.sien_index_item > div{
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 150px;
}
.sien_index_item h3{
    display: table-cell;
    width: 350px;
    text-align: center;
    vertical-align: middle;
}
.sien_index_item h3 img{
    width: 250px;
}
.sien_index_item .sien_index_text{
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
}
.sien_index_item .sien_index_text ul{
    margin-bottom: 20px;
    text-align: left;
}
.sien_index_item .sien_index_text ul li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 20px;
}
.sien_index_item .sien_index_text ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    background: #000;
}
.sien_index_item .sien_index_more{
    display: inline-block;
    padding: 8px 10px 8px 12px;
    background: #008000;
}
.sien_index_item .sien_index_more span{
    display: block;
    padding-left: 20px;
    color: #fff;
    background:url("../../sougyou/img/icon_arrow.png") left center no-repeat;
    background-size: 8px 9px;
}
@media screen and (max-width:640px){

    .sien_index{
        margin: 0 4%;
        padding: 15px 0 0;
    }
    .sien_index_item{
        margin-top: 15px;
    }
    .sien_index_item > div{
        display: block;
        table-layout: inherit;
        height: auto;
    }
    .sien_index_item h3{
        display: block;
        width: auto;
        padding: 15px 0;
    }
    .sien_index_item h3 img{
        width: 162px;
    }

    .sien_index_item .sien_index_text{
        display: block;
    }
    .sien_index_item .sien_index_text ul{
        margin: 0 15px 15px;
    }
    .sien_index_item .sien_index_more{
        display: block;
        width: auto;
        margin: 0;
    }
    .sien_index_item .sien_index_more span{
        margin: 0 auto;
        width: 120px;
    }

}


.page_index_title.sien_detail_title{
    padding: 30px 50px;
    margin-bottom: 50px;
}
.page_index_title.sien_detail_title img{
    height: 90px;
}
.sien_detail_sub_title{
    background: #008000 url("../../sougyou/img/title_bg.jpg") repeat-y 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 10px 20px;
}

@media screen and (max-width:640px){
    .page_index_title.sien_detail_title{
        padding: 30px 0;
        margin-bottom: 30px;
    }
    .page_index_title.sien_detail_title img{
        height: 70px;
    }
    .sien_detail_sub_title{
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .sien_detail_sub_title img{
        height: 32px;
    }
}

.sien_intro{
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
}
.sien_intro p{
    padding: 0;
}
@media screen and (max-width:640px){
    .sien_intro{
        margin: 0 4% 30px;
    }
}

.ancr_nav_wrap{
    margin-top: -10px;
    margin-bottom: 60px;
}
.ancr_nav{
    text-align: center;
}
.ancr_nav li{
    display: inline-block;
    margin: 0 5px 6px;
    font-size: 115%;
    border-bottom: 1px solid #008000;
}
.ancr_nav li a{
    display: block;
    padding: 5px 0 10px 25px;
    background: url("../../sougyou/img/icon_ancr.png") no-repeat 0 8px;
    -webkit-background-size: 15px;
    background-size: 15px;
    color: #008000;
}
@media screen and (max-width:640px){
    .ancr_nav_wrap{
        margin: 0 4% 30px;
    }
    .ancr_nav{
        text-align: left;
    }
    .ancr_nav li{
        float: left;
        width: 48%;
        display: block;
        margin: 0 2% 2% 0;
    }
    .ancr_nav li:nth-child(2n){
        margin-right: 0;
    }
    .ancr_nav li:nth-child(2n+1){
        clear: both;
    }
}

.sien_section{
    border: 1px solid #008000;
    margin-bottom: 60px;
}
.sien_section a{
    text-decoration: underline;
}
.sien_section a:hover{
    color: #0071bc;
    text-decoration: none;
}
.sien_section > h2{
    background: #008000 url("../../sougyou/img/title_bg.jpg") repeat-y 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    padding: 10px 20px;
}
.sien_section .mg_bottom_l{
    margin-bottom: 50px;
}
.sien_section_row{
    padding: 30px 30px 0 30px;
}
.sien_section_row p{
    font-size: 97%;
    line-height: 2em;
    margin-bottom: 30px;
    padding-left: 35px;
}
.sien_section_row p.padding_none{
    padding-left: 0;
}
@media screen and (max-width:640px){
    .sien_section{
        margin: 0 4% 30px;
    }
    .sien_section > h2{
        background: #008000 url("../../sougyou/img/title_bg_sp.jpg") repeat-y 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .sien_section > h2 img{
        height: 32px;
    }
    .sien_section .mg_bottom_l{
        margin-bottom: 40px;
    }
    .sien_section_row{
        padding: 20px 20px 0 20px;
    }
    .sien_section_row p{
        padding-left: 0;
        margin-bottom: 20px;
    }
    .sien_section_row p{
        padding-left: 0;
    }
}

.sien_list_arrow{
    margin-bottom: 30px;
}
.sien_list_arrow li{
    position: relative;
    margin: 5px;
    font-size: 97%;
    padding-left: 20px;
    background: url("../../sougyou/img/icon_arrow2.png") no-repeat 0 2px;
    -webkit-background-size: 14px;
    background-size: 14px;
}
.sien_section_intro{
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 30px;
}
.sien_section_intro p{
    padding: 0;
    letter-spacing: 0.08em;
    line-height: 1.8em;
}
@media screen and (max-width:640px){
    .sien_section_intro{
        margin-bottom: 20px;
    }
}


/*電話相談*/
.tel_hotline_block{
    display: table;
    padding: 50px 40px;
    margin-bottom: 30px;
    background: #e7f2d9;
}
.tel_hotline_block p{
    margin-bottom: 0;
    line-height: 1.6em;
    padding-left: 0;
}
.tel_hotline_block .sien_list_arrow{
    margin-bottom: 0;
}

.tel_hotline_block_title{
    display: table-cell;
    vertical-align: top;
    width: 365px;
}
.tel_hotline_block_title h3{
    margin-bottom: 30px;
}
.tel_hotline_block_title p{
    font-size: 130%;
    font-weight: bold;
}
.tel_hotline_block_title p span{
    display: block;
    font-size: 85%;
}
.tel_hotline_block_number{
    display: table-cell;
    vertical-align: top;
}
.tel_hotline_block_number span{
    display: block;
    margin-bottom: 30px;
}
@media screen and (max-width:640px){
    .tel_hotline_block,
    .tel_hotline_block_title,
    .tel_hotline_block_number{
        display: block;
        width: 100%;
    }
    .tel_hotline_block{
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    .tel_hotline_block_title{
        margin-bottom: 20px;
    }
}

/*来店相談*/
.sien_shop_list li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    border: 1px solid #ccc;
}
.sien_shop_list li:nth-child(2n){
    margin-right: 0;
}
.sien_shop_list li:nth-child(2n+1){
    clear: both;
}
.sien_shop_list dt{
    padding: 15px 35px;
}
.sien_shop_list dt a{
    font-size: 120%;
}
.sien_shop_list dt span{
    display: block;
}
.sien_shop_list dd{
    background: #f5f6f7;
    padding: 10px 35px;
    font-size: 97%;
}
.sien_shop_list dd th{
    width: 120px;
    padding: 5px 0;
    vertical-align: top;
    text-align: left;
}
.sien_shop_list dd td{
    padding: 5px 0;
    vertical-align: top;
}
@media screen and (max-width:640px){
    .sien_shop_list li{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .sien_shop_list dt,
    .sien_shop_list dd{
        padding: 10px 20px;
    }
}

/*メール配信サービス*/
.sien_delivery_btn{
    text-align: center;
    margin-bottom: 30px;
    padding: 30px 0;
    background: #f3fbea;
}
.sien_delivery_btn a:hover{
    opacity: .8;
}
.sien_delivery_btn span{
    display: block;
    text-align: center;
    margin-top: 20px;
}

/*セミナー情報*/
.sien_btn{
    text-align: center;
    margin-bottom: 30px;
}
.sien_btn a:hover{
    opacity: .8;
}


.sien_table{
    width: 100%;
    margin-bottom: 30px;
}
.sien_table thead th,
.sien_table thead td{
    background: #d2d6d8;
    padding: 15px 25px;
}
.sien_table tbody th{
    background: #fff;
    padding: 15px 25px;
    text-align: left;
}
.sien_table tbody td{
    background: #fdfdfd;
    padding: 15px 25px;
}
.sien_table tbody tr:nth-child(even) td{
    background: #f5f6f7;
}
.sien_table tbody .bottom_line{
    border-bottom: 1px solid #666;
}
.sien_table tbody tr td:last-child{
    width: 200px;
}
@media screen and (max-width:640px){
    .sien_table{
        border: 1px solid #bfc4c8;
    }
    .sien_table thead{
        display: none;
    }
    .sien_table tbody,
    .sien_table tbody tr,
    .sien_table tbody th,
    .sien_table tbody td{
        display: block;
    }
    .sien_table tbody .bottom_line{
        border-bottom: 0;
    }
    .sien_table tbody{
        width: 100%;
    }
    .sien_table tbody tr{
        clear: both;
    }
    .sien_table tbody th{
        float: left;
        width: 100%;
        border-top: 3px solid #bfc4c8;
    }
    .sien_table tbody td{
        float: left;
        width: 60%;
    }
    .sien_table tbody tr td:last-child{
        float: left;
        width: 40%;
    }
}

/*創業のポイント集*/
.sien_point_list{
    margin-bottom: 30px;
}
.sien_point_list li{
    padding: 15px 25px;
    background: #fdfdfd;
}
.sien_point_list li:nth-child(even){
    background: #f5f6f7;
}

/*バナー*/
.sien_bnr{
    text-align: center;
    margin-bottom: 60px;
}
.sien_bnr a:hover{
    opacity: .8;
}
@media screen and (max-width:640px){
    .sien_bnr{
        padding: 0 4%;
        margin-bottom: 20px;
    }
}


/*Q&A*/
.sien_qa_section{
    padding: 0 30px;
    margin-bottom: 50px;
}
.sien_qa_item{
    margin-bottom: 20px;
}
.sien_qa_item p{
    margin-bottom: 20px;
}

.sien_qa_item .page_head_title_l{
    font-size: 125%;
}
.sien_qa_item .page_head_title_l:before{
    top: 4px;
}

.sien_qa_item dt{
    position: relative;
    padding: 20px 40px 20px 90px;
    background: #d2d6d8;
    font-size: 115%;
    font-weight: bold;
}
.sien_qa_item dt:hover{
    cursor: pointer;
}
.sien_qa_item dt:after{
    content:"";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    border-bottom: 2px solid #008000;
    border-right: 2px solid #008000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sien_qa_item dt.active:after{
    border: 0;
    border-top: 2px solid #008000;
    border-left: 2px solid #008000;
}
.sien_qa_item dt .question{
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
    background: #008000;
    color: #fff;
    text-align: center;
}
.sien_qa_item dd{
    display: none;
    position: relative;
    background: #f5f6f7;
    padding: 30px;
    padding-left: 90px;
    line-height: 1.8em;
}
.sien_qa_item dd .answer{
    position: absolute;
    top: 30px;
    left: 27px;
    font-size: 115%;
    font-weight: bold;
    color: #D02B1B;
}
.qa_etc{
    margin: 50px 0;
}
@media screen and (max-width:640px){
    .sien_qa_item p{
        margin-bottom: 15px;
    }
    .sien_qa_item dd{
        padding: 20px;
        padding-top: 50px;
        padding-left: 20px;
    }
    .sien_qa_item dd .answer{
        top: 20px;
        left: 20px;
    }
    .qa_etc{
        margin: 30px 0;
    }
}


.sien_qa_item .list-item04{
    margin: 0;
}

/*qa_table*/
.qa_table_wrap{
    margin-top: 20px;
}
.qa_table1{
    width: 100%;
}
.qa_table1 caption{
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}
.qa_table1 th{
    padding: 6px 6px 6px 8px;
    vertical-align: top;
    border: 1px #b1b1b1 solid;
    background: #d2d6d8;
}
.qa_table1 td{
    padding: 6px 6px 6px 8px;
    vertical-align: top;
    border: 1px #b1b1b1 solid;
    background: #FFFFFF;
}
.qa_table1.col_left th{
    width: 25%;
    text-align: left;
}

/*newflow2*/
.sien_qa_item .newflow2{
    padding: 20px 0;
    clear: both;
    display: block;
    overflow: hidden;
}
.sien_qa_item .newflow2 .float-l{
    float: left;
    width: 30%;
}
.sien_qa_item .newflow2 .float-r{
    float: right;
    width: 70%;
}

/* linkList */
.sien_qa_item .linkList {
  margin-left: 0;
  padding: 8px 0;
  list-style-type: none;
}
.sien_qa_item .linkList li {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding-left: 18px;
  background: url("../../../common/img/arrow_icon03.png") no-repeat left 0.3em;
}
.sien_qa_item .linkList ul {
  margin: 0;
}
.sien_qa_item .linkList .list-item02 li {
  list-style: none;
  background-image: none;
  margin-left: -1.5em;
}
.sien_qa_item p + .linkList{
    margin-top: -20px;
}

.qa_etc .linkList {
  margin-left: 0;
  padding: 8px 0;
  list-style-type: none;
}
.qa_etc .linkList li {
  list-style-type: none;
  margin: 0 0 0 5px;
  padding-left: 18px;
  background: url("../../../common/img/arrow_icon03.png") no-repeat left 0.3em;
}
.qa_etc .linkList ul {
  margin: 0;
}
.qa_etc .linkList .list-item02 li {
  list-style: none;
  background-image: none;
  margin-left: -1.5em;
}
@media screen and (max-width:640px){
    .sien_qa_item p + .linkList{
        margin-top: -15px;
    }
}


/*フッターお問い合わせ*/
.footer_tel_wrap{
    display: none;
}
@media screen and (max-width:640px){
    .footer_tel_wrap{
        display: block;
        margin-top: 10%;
    }
    .footer_tel{
        text-align: center;
        padding: 15px 0;
        background: url("../../sougyou/img/footer_tel_bg.jpg") repeat-y 0 0;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    .footer_tel img{
        width: 82%;
    }
    .ft_contact {
        background-color: #fff;
        transform: translate3d(0, 0, 0); /*iOSでスクロール時に一瞬消えるのを阻止するハック*/
    }
    .ft_contact.fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1;
    }

}

/*============================================================================

        創業時支援

============================================================================*/

.sien_section_link{
    margin-bottom: 30px;
}
.sien_section_link dl{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
    background: #f5f6f7;
}
.sien_section_link dl dt{
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 30px 40px;
    font-size: 120%;
    font-weight: bold;
    color: #008000;
}
.sien_section_link dl dt span{
    font-size: 90%;
}
.sien_section_link dl dd{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 30px 30px 30px 0;
}
.sien_section_link_short{
    display: table;
    table-layout: fixed;
    margin-left: 35px;
    padding: 10px 15px;
    background: #f5f6f7;
}
.sien_section_link_short li{
    display: table-cell;
    padding: 10px 15px;
}
.sien_section_movie{
    margin-bottom: 30px;
    padding: 50px;
    background: #d9ecd9;
}
.sien_section_movie .movie_area{
    width: 640px;
    margin: 0 auto;
    border: 6px solid #fff;
    background: #ccc;
}

@media screen and (max-width:640px){
    .sien_section_link dl{
        display: block;
        table-layout: inherit;
        width: 100%;
        margin-top: 10px;
        padding: 15px;
    }
    .sien_section_link dl dt{
        display: block;
        width: auto;
        padding: 0;
        font-weight: bold;
        color: #008000;
    }
    .sien_section_link dl dd{
        display: block;
        width: auto;
        margin-top: 10px;
        padding: 0;
    }
    .sien_section_link_short{
        margin-left: 0;
    }
    .sien_section_movie{
        padding: 0;
    }
    .sien_section_movie .movie_area{
        width: auto;
        max-width: 640px;
        height: 200px;
        border: none;
    }
}

/*============================================================================

        創業後支援

============================================================================*/

/*============================================================================

        先輩起業家に学ぶ(創業融資事例)

============================================================================*/



.case_index_title img{
    margin-top: 35px;
}
@media screen and (max-width:640px){
    .case_index_title img{
        margin-top: 38px;
        height: 54px;
    }
}

.case_index{
    margin: 45px 0 20px;
}
.case_index_btn{
    float: left;
    display: block;
    width: 465px;
    margin: 0 30px 30px 0;
    text-align: right;
    border: 1px solid #008000;
    background: #fff;
}
.case_index_btn:hover{
    opacity: 0.8;
    text-decoration: none;
}
.case_index_btn:nth-child(2n) {
    margin: 0 0 30px 0;
}
.case_index_data{
    padding: 15px 20px 10px;
    text-align: left;
}
.case_index_data p{
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: bold;
    color: #D02B1B;
}
.case_index_data h2{
    font-weight: normal;
    color: #000;
}
.case_index_more{
    display: inline-block;
    padding: 8px 12px 8px 12px;
    color: #fff;
    background:#D02B1B;
}
.case_index_more span{
    display: block;
    padding-left: 20px;
    background:url("../../sougyou/img/icon_arrow.png") left center no-repeat;
    background-size: 8px 9px;
}

.case_index_book{
    margin: 0 0 80px;
    text-align: center;
}
.case_index_book p{
    margin-bottom: 15px;
}
.case_index_book a img{
    width: 460px;
}
.case_index_book a:hover img{
    opacity: 0.8;
}
.case_bnr_block{
    display: inline-block;
    border: 1px solid #008000;
}
.case_bnr_block p{
    background: #008000;
    color: #fff;
    font-weight: bold;
    padding:  15px 20px;
    font-size: 115%;
    margin-bottom: 0;
}
.case_bnr_block a{
    display: block;
    padding: 10px 20px;
}
@media screen and (max-width:640px){
    .case_index{
        margin: 30px 4% 0;
    }
    .case_index_btn{
        float: none;
        display: block;
        width: auto;
        margin: 0 0 30px;
    }
    .case_index_data{
        min-height:inherit;
    }
    .case_index_more{
        display: block;
        width: auto;
        margin: 0;
    }
    .case_index_more span{
        margin: 0 auto;
        width: 90px;
    }
    .case_index_book{
            margin: 0 4%;
    }
}


.case_main_img{
    border-top: 1px solid #fff;
}
.case_intro{
    margin: 40px 0;
}
.case_intro p{
    color: #D02B1B;
    font-size: 118%;
    letter-spacing: 0.08em;
    font-weight: bold;
}
.case_intro p strong{
    display: block;
    font-size: 180%;
    color: #008000;
    margin-bottom: 10px;
}
@media screen and (max-width:640px){
    .case_main_img{
        border-top: none;
    }
    .case_intro{
        margin: 30px 4%;
    }
    .case_intro p strong{
        font-size: 135%;
    }
}

.case_point_section{
    clear: both;
    border-top: 1px solid #bfc4c8;
    margin-bottom: 50px;
}
.case_point_section h2{
    margin-bottom: 35px;
}
.case_point_section h2 img{
    height: 60px;
}
.case_none_title{
    padding-top:50px;
}
.case_none_border{
    border-top: none;
}
.case_point_text{
    float: left;
    width: 600px;
    margin-right: 40px;
}
.case_point_text p{
    line-height: 2.2em;
    font-size: 97%;
}
.case_point_text p strong{
    display: block;
    margin-bottom: 15px;
    font-size: 165%;
    letter-spacing: 0.08em;
    line-height: 1.6em;
    color: #008000;
}
/*20190603_add*/
.case_intro p.case_txt_crimson{
  color: #91002c;
}
.case_intro p.case_txt_amber{
  color: #004098;
}
.case_intro p strong.case_txt_pink,
.case_point_text p strong.case_txt_pink{
  color: #e9546b ;
}
.case_intro p strong.case_txt_lightblue,
.case_point_text p strong.case_txt_lightblue{
  color: #008cd6 ;
}
/*end*/

.case_point_img{
    float: left;
    width: 320px;
}
.case_point_img_mt{
    margin-top: 30px;
}
.case_point_img p{
    margin-top: 10px;
    line-height: 1.6em;
    font-size: 90%;
    color: #4c4c4c;
}
.img_first .case_point_img{
    float: right;
}
.img_first .case_point_text{
    float: right;
    margin-right: 0;
    margin-left: 40px;
}
.case_point_copy {
    float: left;
    width: 100%;
    margin-top: 40px;
    padding: 30px 0;
    text-align: center;
    background: #fff3e8;
}
.case_point_copy p {
    font-size: 155%;
    letter-spacing: 0.2em;
    line-height: 1.6em;
    color: #D02B1B;
}

@media screen and (max-width:640px){
    .case_point{
        margin: 0 4% 30px;
    }
    .case_point_section{
        margin-bottom: 25px;
    }
    .case_point_section h2{
        margin-bottom: 25px;
    }
    .case_point_section h2 img{
        height: 45px;
    }
    .case_none_title{
        padding-top:30px;
    }
    .case_point_text,
    .case_point_img,
    .img_first .case_point_text,
    .img_first .case_point_img{
        width: auto;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    .case_point_img{
        margin-top: 10px;
    }
    .case_point_copy {
        float: none;
        margin-top: 30px;
        padding: 20px;
    }
    .case_point_copy p {
        font-size: 120%;
        letter-spacing: 0.1em;
    }
}

.case_message{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #e0dfed url("../../sougyou/img/message_bg.png") no-repeat 0 35px;
    padding: 45px 45px 45px 80px;
    margin-bottom: 60px;
}
.case_message_text{
    float: left;
    padding-right: 40px;
}
.case_message_text h2{
    color: #3A2484;
    margin-bottom: 20px;
}
.case_message_text p{
    line-height: 2.2em;
    font-size: 97%;
}
.case_message_text p strong{
    display: block;
    margin-bottom: 10px;
    font-size: 155%;
    letter-spacing: 0.08em;
    line-height: 1.6em;
}
.case_message_img{
    float: left;
}

.case_utsuwa .case_message_text{
    width: 75%;
}
.case_utsuwa .case_message_img{
    width: 25%;
}
.case_utsuwa .case_message_img img{
    margin-top: -60px;
}
.case_kajitsu-soroban .case_message_text{
    width: 62%;
}
.case_kajitsu-soroban .case_message_img{
    width: 38%;
}
@media screen and (max-width:640px){
    .case_message{
        background: #e0dfed url("https://www.jfc.go.jp/n/finance/sougyou/img/case/message_bg.png") no-repeat 0 25px;
        -webkit-background-size: 35px;
        background-size: 35px;
        margin: 0 4% 30px;
        padding: 30px 20px 20px 20px;
    }
    .case_message_text{
        margin-bottom: 20px;
    }
    .case_message_text h2{
        padding-left: 25px;
    }

    .case_utsuwa .case_message_text,
    .case_utsuwa .case_message_img,
    .case_kajitsu-soroban .case_message_text,
    .case_kajitsu-soroban .case_message_img{
        width: auto;
        float: none;
        padding: 0;
    }
    .case_utsuwa .case_message_img img{
        margin-top: 0px;
    }
}

.case_history{
    display: table;
    border: 2px solid #D02B1B;
    table-layout: fixed;
    margin-bottom: 60px;
}
.case_history_info,
.case_history_qa{
    display: table-cell;
}
.case_history_info{
    background-color: #D02B1B;
}
.case_history_info h2{
    display: inline-block;
    -webkit-border-radius: 0 0 35px 0;
    -moz-border-radius: 0 0 35px 0;
    border-radius: 0 0 35px 0;
    background: #fff;
    color: #D02B1B;
    font-size: 123%;
    letter-spacing: 0.08em;
    padding: 22px 40px;
}
.case_history_info_row{
    position: relative;
    margin: 20px 30px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.case_history_info_row:before{
    content: '';
    position: absolute;
    top: 0;
    left: 25px;
    width: 2px;
    height: 95%;
    margin-left: -1px;
    background: #3A2484;
}
.case_history_info_row ul{
    position: relative;
    z-index: 2;
}
.case_history_info_row ul li{
    position: relative;
    padding-left: 70px;
    min-height: 60px;
    padding-bottom: 20px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-size: 97%;
}
.case_history_info_row ul li span{
    display: inline-block;
    position: absolute;
    left: 6px;
    top: 0;
    width: 38px;
}
.case_history_info_row ul li.end{
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
}
.case_history_info_row ul li.end span{
    left: 0;
    width: 50px;
}
.case_history_qa{
    vertical-align: middle;
    padding: 30px;
}
.case_history_qa .qa_block{
    margin: 30px 0;
}
.case_history_qa .qa_block h3{
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0 10px 55px;
    font-size: 120%;
}
.case_history_qa .qa_block h3:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url("../../sougyou/img/qa_icon_q.png") no-repeat 0 0;
    -webkit-background-size: 44px;
    background-size: 44px;
}
.case_history_qa .qa_block p{
    overflow: hidden;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-size: 97%;
}
.case_history_qa .qa_block p img{
    width: 200px;
}
.case_history_qa .qa_block .img_right img{
    float: right;
    margin-left: 20px;
    display: block;
}
.case_history_qa .qa_block .img_left img{
    float: left;
    margin-right: 20px;
    display: block;
}
@media screen and (max-width:640px){
    .case_history{
        margin: 0 4% 30px;
        display: block;
    }
    .case_history_info,
    .case_history_qa{
        display: block;
        overflow: hidden;
    }
    .case_history_info_row{
        margin: 20px;
    }
    .case_history_qa{
        padding: 0 20px;
    }
    .case_history_qa .qa_block h3{
        margin-bottom: 5px;
    }
    .case_history_qa .qa_block .img_right img,
    .case_history_qa .qa_block .img_left img{
        float: none;
        width: 100%;
        margin: 0 auto 10px;
    }
}

.case_ayumi{
    display: table;
    border: 2px solid #D02B1B;
    table-layout: fixed;
    margin-bottom: 60px;
}
.case_ayumi_info,
.case_ayumi_qa{
    display: table-cell;
}
.case_ayumi_info{
    position: relative;
    width: 50%;
    background-color: #D02B1B;
}
.case_ayumi_info .case_ayumi_prof{
    position: absolute;
    top: 18px;
    right: 20px;
    width: 92px;
}
.case_ayumi_info h2{
    display: inline-block;
    -webkit-border-radius: 0 0 35px 0;
    -moz-border-radius: 0 0 35px 0;
    border-radius: 0 0 35px 0;
    background: #fff;
    color: #D02B1B;
    font-size: 123%;
    letter-spacing: 0.08em;
    padding: 22px 40px;
}
.case_ayumi_info_row{
    position: relative;
    margin: 20px 30px 20px 25px;
    color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
}
.case_ayumi_info_row dl{
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-bottom: 5px;
}
.case_ayumi_info_row dt{
    display: table-cell;
    width: 80px;
    vertical-align: top;
}
.case_ayumi_info_row dd{
    display: table-cell;
    padding-left: 20px;
    font-size: 97%;
    vertical-align: top;
    line-height: 1.6em;
    letter-spacing: 0.05em;
}
.case_ayumi_info_row strong{
    font-size: 120%;
}

.case_ayumi_qa{
    vertical-align: middle;
    padding: 30px;
}
.case_ayumi_qa .qa_block{
    margin: 30px 0;
}
.case_ayumi_qa .qa_block h3{
    font-size: 120%;
}
.case_ayumi_qa .qa_block p{
    position: relative;
    margin-top: 30px;
    padding-left: 18px;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    font-size: 97%;
}
.case_ayumi_qa .qa_block p:before{
    content: '○';
    position: absolute;
    top:0;
    left: 0;
}
@media screen and (max-width:640px){
    .case_ayumi{
        margin: 0 4% 30px;
        display: block;
    }
    .case_ayumi_info,
    .case_ayumi_qa{
        display: block;
        overflow: hidden;
    }
    .case_ayumi_info{
        width: auto;
    }
    .case_ayumi_info_row{
        margin: 10px 20px 20px;
    }
    .case_ayumi_info .case_ayumi_prof{
        position: inherit;
        top: inherit;
        right: inherit;
        margin: -60px 15px 0 auto;
    }
    .case_ayumi_qa{
        padding: 20px;
    }
    .case_ayumi_qa .qa_block p{
        margin-top: 20px;
    }
}


.case_profile{
    background: #f2f3f4;
}
.case_profile{
    table-layout: fixed;
}
.case_profile th{
    padding: 10px 20px 0;
    vertical-align: bottom
}
.case_profile th img{
    width: 210px;
}
.case_profile th.case_profile_large{
    padding: 0 30px 0 0;
    vertical-align: middle;
}
.case_profile th.case_profile_large img{
    width: 226px;
}
.case_profile td{
    padding: 25px 0 25px;
}
.case_profile p{
    font-size: 97%;
    line-height: 1.8em;
}
.case_profile .profile{
    padding-right: 40px;
    width: 460px;
}
.case_profile .profile .name{
    display: block;
    margin-bottom: 20px;
    letter-spacing: 0.08em;
}
.case_profile .profile .name strong{
    font-size: 160%;
    font-weight: normal;
    line-height: 1.3em;
}
.case_profile .profile .name strong span{
    padding-left: 4px;
    font-size: 75%;
}
.case_profile .profile .name span.small{
    display: block;
    font-size: 80%;
    line-height: 1;
}
.case_profile .campany_info{
    padding-right: 30px;
    width: 250px;
    vertical-align: top;
}
.case_profile .campany_info strong{
    display: block;
    margin-bottom: 20px;
    color: #D02B1B;
}
@media screen and (max-width:640px){
    .case_profile {
        margin: 0 4% 10px;
    }
    .case_profile table,
    .case_profile tbody,
    .case_profile tr,
    .case_profile th,
    .case_profile td{
        display: block;
        width: 100%;
    }
    .case_profile th,
    .case_profile th.case_profile_large{
        padding: 20px;
    }
    .case_profile th img,
    .case_profile th.case_profile_large img{
        width: 70%;
    }
    .case_profile .profile,
    .case_profile .campany_info{
        padding: 0 20px 20px;
        width: auto;
    }

    .case_profile .campany_info strong{
        margin-bottom: 10px;
    }
}

/* MKR株式会社*/
.case_profile th.case_profile_mkr{
    padding: 0;
    vertical-align: middle;
}
.case_profile th.case_profile_mkr img{
    width: 358px;
}
.case_profile .profile_mkr{
    padding: 35px 40px;
    width: 340px;
    vertical-align: top;
}
@media screen and (max-width:640px){
    .case_profile th.case_profile_mkr{
        padding: 20px;
    }
    .case_profile .profile_mkr{
        padding: 0 20px;
    }
}

.case_notes{
    margin-top: 15px;
    text-align: right;
}

.case_back_btn{
    margin: 80px 0 60px;
}
.case_back_btn a{
    display: block;
    width: 460px;
    margin: 0 auto;
    padding: 22px;
    text-align: center;
    font-size: 145%;
    color: #fff;
    background: #000;
    text-decoration: none
}
.case_back_btn a:hover{
    background-color: #008000;
}

.case_next_prev{
    margin-bottom: 60px;
}
.case_next_prev li{
    float: left;
    width: 48%;
    margin-left: 4%;
}
.case_next_prev li a{
    display: table;
    width: 100%;
    table-layout: fixed;
    color: #fff;
    background: #000;
    text-decoration: none
}
.case_next_prev li a span{
    display: table-cell;
    padding: 40px 20px;
    font-size: 123%;
    text-align: center;
    vertical-align: middle;
}
.case_next_prev li:first-child{
    margin-left: 0;
}

.case_next_prev li a:hover{
    background-color: #008000;
}

@media screen and (max-width:640px){
    .case_back_btn{
        margin: 50px 4% 20px;
    }
    .case_back_btn a{
        width: auto;
        margin: 0 auto;
        padding: 20px;
        font-size: 130%;
    }
    .case_next_prev{
        margin: 0 4% 0;
    }
    .case_next_prev li{
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .case_notes{
        margin: 15px 4% 0;
    }
}

.icon_new{
  width: 50px;
  margin-right: 5px;
}
.case_sub_title{
  margin:  50px auto 30px;
  font-size: 1.8em;
  font-weight: bold;
  color: green;
}
.soukatsu_nav{
  display: flex;
  width: 100%;
  margin: 20px auto 50px;
}
.soukatsu_nav li{
  background: green;
  width: 12.5%;
  height: 80px;
  text-align: center;
  display: table;
  border-right: 1px solid #fff;
}

.soukatsu_nav li:last-child{
  border:none;
}
.soukatsu_nav li:hover{
  background: #005e00;
}

.soukatsu_nav li span{
  position: relative;
  display: table;
  width: 100%;
  height: 85%;
}
.soukatsu_nav li span:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 95%;
    left: 47%;
    margin-top: -4px;
}
.soukatsu_nav li a{
  color: #fff;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.soukatsu_nav li a:hover{
  text-decoration: none;
}
.soukatsu_table_wrap{
  /*background: #e0dfed;*/
  border: 3px solid green;
  padding: 20px 20px 20px;
  width: 100%;
  margin: 30px auto;
  position: relative;
}
.soukatsu_h{
  position:absolute;
  top: 0;
  left: 0;
}
.soukatsu_h img{
  width: 150px;
}
.soukatsu_table_wrap .lead_sentence{
  padding-left: 160px;
}
.soukatsu_mainTable{
  width: 85%;
  margin: 10px 0 10px 130px;
}
.soukatsu_mainTable td{
  padding: 10px;
  font-size: .85em;
}
.soukatsu_mainTable td .soutatsu_title_link{
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.soukatsu_mainTable td .soutatsu_title_link a{
  font-size: 1.3em;
  font-weight: bold;
}
.soukatsu_mainTable td .pdf_title{
  font-size: 1.3em;
  font-weight: bold;
}
.soukatsu_mainTable td .soutatsu_title_link a.pdf_link{
  font-size: 1em;
  font-weight: normal;
}
.soukatsu_mainTable td img{
  margin: 10px auto;
}
.soukatsu_mainTable td .indent04{
  width: 480px;
  text-indent:  -1em;
  padding-left: 1em;
}
.soukatsu_mainTable td.frontCover img{
  width: 150px;
}
.past_jirei_wrap{
  display: flex;
  width: 100%;
  margin: 0px auto 20px ;
  background: #eee;
}
.past_jirei_wrap div{
  margin: 50px;
}
.past_jirei_wrap p{
  margin: 80px 30px;
  font-size: 1em;
}
.jirei_link{
  display: flex;
  width: 100%;
  margin: 20px auto;
}
.jirei_link li{
  border-right: 1px solid #aaa;
  text-indent: 1em;
  padding-right: 1em;
}
.jirei_link li a{
  padding: 5px;
}
.jirei_link li:last-child{
  border-right: none;
}

.table-2col-top table{
  width:100%;
  margin: 20px auto;
}
.table-2col-top table th{
  background: green;
  color: #fff;
  font-size: 1.2em;
  padding: 3px;
  letter-spacing: .3em;
}
.table-2col-top table td{
  border-bottom: 1px solid #ccc;
  padding: 10px ;
}
.table-2col-top table td.notices{
  width: 8%;
  text-align: center;
  font-weight: bold;
}
.table-2col-top p.arrow{
  margin-bottom: 100px;
}
.jirei_link_sp{
  display: none;
}

.soukatsu_link{
  background: green;
  width: 620px;
  margin: 30px auto;
  padding: 20px;
}
.soukatsu_link a{
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  display: block;
  text-decoration: none;
}
.soukatsu_link br{
  display: none;
}
.soukatsu_link:hover{
  background: #005e00;
}


@media screen and (max-width:640px){
  .soukatsu_nav{
    flex-wrap:wrap;
  }
  .soukatsu_nav li{
    width: 25%;
    border-bottom: 1px solid #fff;
  }
  .soukatsu_table_wrap{
    width: 95%;
    padding: 20px 10px;
  }
  .soukatsu_h img{
    width: 100px
  }
  .soukatsu_table_wrap .lead_sentence{
    padding-left: 100px;
    padding-top:  20px;
  }
  .icon_new{
    display: block;
    margin-bottom: 5px;
  }
  .soukatsu_mainTable{
    width: 100%;
    margin: 40px auto 10px;
  }
  .soukatsu_mainTable td{
    padding: 0;
    display: block;
  }
  .soukatsu_mainTable td p{
    width: auto;
  }
  .soukatsu_mainTable td img{
    margin: 10px auto;
  }
  .soukatsu_mainTable td .indent04{
    width: 100%;
  }
  .past_jirei_wrap{
    display: block;
  }
  .past_jirei_wrap div{
    padding: 10px;
    text-align: center;
    margin: 0;
  }
  .past_jirei_wrap p{
    width: 90%;
    margin: 0 auto ;
    padding: 10px 0;
  }
  .past_jirei_table{
    width: 90%;
    margin: 0 auto;
  }
  .jirei_link{
    display: none;
  }
  .jirei_link_sp{
    display: block;
    width: 100%;
    font-size: 1.2em;
  }
  .table-2col-top table td.notices{
    width: 15%;
  }
  .pdf{
    height: 20px;
  }
  .soukatsu_link{
    width: 90% !important;
}
.soukatsu_link br{
  display: block;
}
}

span.item_new{
  display: inline-block;
    color: #D02B1B;
    font-weight: bold;
    font-size: 90%;
    padding-right: 10px;
}
