@charset "utf-8";

/*--京program.css--*/
/* ##########PC########## */
.venture_detail {
    position: relative;
    padding-top: 5.625rem;
    padding-bottom: 3.125rem;
}

.venture_detail::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: url(../shared/fig_bg_sien.png);
    background-size: 12.5rem 12.5rem;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}

.page_detail_box .box_inner .dl_box_catch {
    width: 35rem;
    margin: 0 auto;
}

.page_detail_box .box_inner .dl_box_catch dt {
    font-size: 2.5rem;
    color: #2a2760;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.page_detail_box .box_inner .program_support_wrap {
    display: flex;
    margin-top: 8rem;
    gap: 2rem;
}

.page_detail_box .box_inner .program_support_wrap .program_support_box {
    width: 50%;
    padding: 3rem 1.5rem 1rem;
    box-sizing: border-box;
    border: 2px solid #ccc;
    position: relative;
    background: #fff;
}

.page_detail_box .box_inner .program_support_wrap .program_support_box .psb_no {
    position: absolute;
    top: -2rem;
    left: calc((100% - 4rem) / 2);
    background-color: #2a2760;
    color: #ffffff;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    text-align: center;
}

.page_detail_box .box_inner .program_support_wrap .program_support_box .psb_ttl {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2a2760;
    text-align: center;
    margin: 0.8rem auto;
}

.page_detail_box .box_inner .program_support_wrap .program_support_box p {
    line-height: 1.4;
}

.page_detail_box .box_inner .program_support_wrap .program_support_box ul {
    margin-bottom: 1em;
    position: relative;
}

.page_detail_box .box_inner .program_support_wrap .program_support_box ul li {
    font-size: 1.2rem;
    color: #2a2760;
    font-weight: 600;
    padding-left: 2rem;
    position: relative;
}

.page_detail_box .box_inner .program_support_wrap .program_support_box ul li::before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0.5rem;
}

.pdf_link_btn{
    margin-bottom: 1rem;
}

.pdf_link_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #b7232b;
    box-sizing: border-box;
    width: 100%;
    height: 4rem;
    padding: 0 1rem;
    color: #b7232b;
    font-size: 1rem;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    line-height: 1.5;
}

.pdf_link_btn a:hover {
  background: #b7232b;
  border: 1px solid #b7232b;
  color: #fff;
}
.pdf_link_btn a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.5rem 3.125rem;
  border-color: transparent transparent #b7232b transparent;
}
.pdf_link_btn a span {
    position: absolute;
    bottom: 0.75rem;
    right: 1.25rem;
    display: inline-block;
}
.pdf_link_btn a span:before {
    content: '';
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -0.5rem;
}
.pdf_link_btn a span:after {
    content: '';
    box-sizing: border-box;
    width: 0.375rem;
    height: 0.375rem;
    border: 0;
    border-top: 2px solid #b7232b;
    border-right: 2px solid #b7232b;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 0.25rem;
    margin-top: -0.1875rem;
}

.page_detail_box .box_image {
    position: absolute;
    top: -3.75rem;
    right: 0;
    width: 15rem;
    height: auto;
}

.page_detail_box .box_inner .support_joken {
    display: flex;
}

.page_detail_box .box_inner .support_joken dt {
    padding: 0 1.2rem;
    box-sizing: border-box;
    background: #b7232b;
    color: #ffffff;
    margin-right: 1rem;
    align-items: center;
}

.page_detail_box .box_inner table thead tr .th_ttl {
    width: 10%;
}

.page_detail_box .box_inner table thead tr .th_teigi {
    width: 25%;
}

.page_detail_box .box_inner .support_info_list {
    background: #ebebeb;
    width: 100%;
    padding: 1rem;
    margin-bottom: 3rem;
    box-sizing: border-box;
}

.page_detail_box .box_inner .support_info_list .support_info_ttl {
    color: #2a2760;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.page_detail_box .box_inner .support_info_list ul {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.page_detail_box .box_inner .support_info_list ul li {
    background: #855a1e;
    text-decoration: none;
    color: #ffffff;
    padding: 1rem 2.5rem;
    display: block;
}
/*
.page_detail_box .box_inner .support_info_list ul li a {
    text-decoration: none;
    color: #ffffff;
    padding: 1rem 2.5rem;
    display: block;
    transition: .3s all ease;
}

.page_detail_box .box_inner .support_info_list ul li a:hover {
    opacity: 0.8;
}
*/
.page_detail_box .box_inner .support_nintei_wrap {
    display: flex;
    gap: 3.5rem;
    justify-content: space-between;
}

.page_detail_box .box_inner .support_nintei_wrap .support_nintei_l {
    flex: 1;
}

.page_detail_box .box_inner .support_nintei_wrap .support_address {
    display: flex;
    align-items: flex-start;
}

.page_detail_box .box_inner .support_nintei_wrap .support_address dt {
    margin-right: 1rem;
    background: #2a2760;
    color: #ffffff;
    padding: 0 0.5rem;
}

.page_detail_box .box_inner .support_nintei_wrap .support_nintei_r {
    width: 13rem;
}

.br_detail {
    display: none;
}

/*熊本大学発ベンチャー一覧*/
.univ_venture_table {}

.univ_venture_table table {
    border-collapse: collapse;
}

.univ_venture_table table thead th {
    background: #d4d4e0;
    border: 1px solid #ccc;
    border-right: 1px solid #fff;
}

.page_body .univ_venture_table table thead th:last-child {
    border-right: 1px solid #ccc;
}

.univ_venture_table table tbody td {
    vertical-align: middle;
    background: #fff;
    border: 1px solid #ccc;
}

.univ_venture_table table td:last-child {
    text-align: center;
    border-right: 1px solid #ccc;
}

.univ_venture_table table td img {
    max-height: 3.75rem;
}

/*アントレプレナーシップ教育*/
.page_detail_box.bg_style_01{
    position: relative;
    padding-top: 5.625rem;
    padding-bottom: 3.125rem;
}

.page_detail_box.bg_style_01::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: url(../shared/fig_bg_sien.png);
    background-size: 12.5rem 12.5rem;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}

.page_detail_box.bg_style_01 .box_inner{
    margin: 0;
}

.entrepreneurship_box{}

.entrepreneurship_catch{
    font-size: 1.7rem;
    color: #2d2561;
    text-align: center;
    margin-bottom: 0.5rem;
}

.entrepreneurship_wrap{
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    box-sizing: border-box;
    width: 100%;
    padding: 2rem;
    margin: 0 auto;
    border: 2px solid #d4d3e1;
    background: #fff;
    position: relative;
}

.entrepreneurship_wrap .entrepreneurship_flow{
    width: 29.125rem;
}

.entrepreneurship_wrap .entrepreneurship_flow img{
    max-width: 100%;
    height: auto;
}

.entrepreneurship_wrap .entrepreneurship_detail{
    flex: 1;
}

.entrepreneurship_wrap .entrepreneurship_detail h4{
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 0.5rem;
    background: #2d2561;
    text-align: center;
    margin-bottom: 1rem;
}

.entrepreneurship_wrap .entrepreneurship_detail h4::before{
    display: none;
}

.entrepreneurship_wrap .entrepreneurship_detail .pdf_link_btn{
    margin-bottom: 3rem;
}

.entrepreneurship_program{
    margin-bottom: 2rem;
    position: relative;
}

.entrepreneurship_program::before{
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 0 solid transparent;
    border-left: 4rem solid transparent;
    border-top: 4rem solid #d4d4df;
    border-bottom: 0;
    position: absolute;
    bottom: 9rem;
    left: -4rem;
}

.entrepreneurship_program .program_ttl{
    text-align: center;
    color: #2d2561;
}

.entrepreneurship_program table tbody th{
    padding: 0.5rem 1rem;
    background: #d4d4df;
    border-bottom: 2px solid #2d2561;
}

.entrepreneurship_program table tbody td{
    padding: 0.5rem 1rem;
    border-bottom: 2px solid #2d2561;
}

.entrepreneurship_wrap .entrepreneurship_detail dl{
    margin-bottom: 1.5rem;
}

.entrepreneurship_wrap .entrepreneurship_detail dl:last-child{
    margin-bottom: 0;
}

.entrepreneurship_wrap .entrepreneurship_detail dl dt{
    width: 6rem;
    padding: 0.1rem 1rem;
    border: 1px solid #2d2561;
    color: #2d2561;
    margin-bottom: 0.5rem;
    text-align: center;
}

.entrepreneurship_wrap .entrepreneurship_detail dl dd{}

.yume_pro_box{
    display: flex;
    padding: 1.5rem;
    background: #f6f6f6;
    gap: 2rem;
}

.yume_pro_box .yume_pro_detail{
    flex: 1;
}

.yume_pro_box .yume_pro_detail .yume_pro_ttl{
    font-size: 1.2rem;
    font-weight: 600;
    color: #2d2561;
    margin-bottom: 0.8rem;
}

.yume_pro_list{
    margin-bottom: 1rem;
}

.yume_pro_list ul{
    display: flex;
    justify-content: flex-start;
}

.yume_pro_list ul li{
    width: 9.375rem;
    font-size: 1.1rem;
    margin-right: 3.75rem;
    text-align: center;
    padding: 1rem 0;
    background: #8e6834;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.yume_pro_list ul li:after{
    content: "×";
    font-size: 2.6rem;
    width: 3.75rem;
    color: #2d2561;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    top: calc(50% - 1.3rem);
    right: -3.75rem;
}

.yume_pro_list ul li:last-child{
    margin-right: 0;
}

.yume_pro_list ul li:last-child:after{
    display: none;
}

.yume_pro_box .yume_pro_img{
    width: 15rem;
}

.yume_pro_box .yume_pro_img img{
    max-width: 100%;
    height: auto;
}

.img_wrap_box{
    display: flex;
    justify-content: center;
    gap: 1.875rem;
    margin-bottom: 3rem;
}

.img_wrap_box .img_box{
    width: calc((100% - 1.875rem) / 2);
}

.bnr_box{
    display: flex;
    justify-content: center;
}

.bnr_box a{
    display: block;
    width: 30rem;
    transition: .3s all ease;
}

.bnr_box a:hover{
    opacity: 0.8;
}

.bnr_box a img{
    max-width: 100%;
    height: auto;
}

/* 夢プロ */
.catch_ttl{
    font-size: 1.7rem;
    color: #2d2561;
    text-align: center;
    margin-bottom: 0.5rem;
}

.yp_detail_box{
    box-sizing: border-box;
    width: 50rem;
    padding: 3.5rem 2rem 1rem 2rem;
    margin: 5rem auto 5rem auto;
    border: 2px solid #d4d3e1;
    background: #fff;
    position: relative;
}

.yp_detail_box .box_ttl{
    font-size: 1.4rem;
    width: 20rem;
    padding: 0.6rem 0;
    background: #2a275e;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -2rem;
    left: calc(50% - 10rem);
}

.yp_detail_box .boshu_kikan{
    margin-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.yp_detail_box .boshu_kikan dt{
    padding: 0.3rem 1.8rem;
    border: 1px solid #2d2561;
    color: #2d2561;
    background: #ebebeb;
    margin-right: 1rem;
}

.yp_detail_box .boshu_kikan dd{
    font-size: 1.4rem;
    color: #2d2561;
}

.yp_detail_box .boshu_kikan dd .date{
    font-size: 1.6rem;
    font-weight: 700;
}

.yp_merit_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.yp_merit_wrap .yp_merit_box{
    box-sizing: border-box;
    width: calc((100% - 2rem) / 2);
    padding: 3rem 1.5rem 1rem;
    border: 2px solid #ccc;
    position: relative;
    background: #fff;
    margin-top: 2rem;
}

.yp_merit_wrap .yp_merit_box .yp_merit_no{
    position: absolute;
    top: -2rem;
    left: calc((100% - 4rem) / 2);
    background-color: #fdd000;
    color: #2d2561;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    text-align: center;
}

.yp_merit_wrap .yp_merit_box .yp_merit_ttl{
    font-size: 1.7rem;
    color: #2d2561;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0.5rem;
}

.yp_merit_wrap .yp_merit_box p{
    font-size: 1.1rem;
    text-align: center;
}

.yp_gaiyo_wrap{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 2rem;
}

.yp_gaiyo_wrap .yp_gaiyo_box{
    box-sizing: border-box;
    width: calc((100% - 2rem) / 2);
    padding: 3rem 1.5rem 1rem;
    border: 2px solid #ccc;
    position: relative;
    background: #fff;
    margin-top: 2rem;
}

.yp_gaiyo_wrap .yp_gaiyo_box .yp_gaiyo_ttl{
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    width: 20rem;
    padding: 0.3rem 0 0.6rem 0;
    background: #2a275e;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -2rem;
    left: calc(50% - 10rem);
}

.yp_gaiyo_wrap .yp_gaiyo_box .yp_gaiyo_ttl .c_type{
    font-size: 3rem;
    color: #fdd000;
    margin-right: 2rem;
    margin-left: 1rem;
    line-height: 1;
}

.yp_gaiyo_wrap .yp_gaiyo_box .yp_gaiyo_shinsei{
    font-size: 1.5rem;
    text-align: center;
    color: #2d2561;
}

.yp_gaiyo_wrap .yp_gaiyo_box .yp_gaiyo_catch{
    font-size: 1.7rem;
    text-align: center;
    color: #bc323c;
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.kanrenkogi_list{}

.kanrenkogi_list ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

.kanrenkogi_list ul li{
    box-sizing: border-box;
    width: calc((100% - 1.5rem) / 2);
    padding: 0.5rem 1rem;
    background: #8e6834;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
}

.jisseki_list{}

.jisseki_list .jisseki_box{
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
    border: 2px solid #ccc;
}

.jisseki_list .jisseki_box .jisseki_ttl{
    font-size: 1.2rem;
    color: #2d2561;
    border-bottom: 1px solid #2d2561;
    padding-bottom: 0.3rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.jisseki_list .jisseki_box .jisseki_wrap{
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
}

.jisseki_list .jisseki_box .jisseki_wrap .jisseki_detail{
    flex: 1;
}

.jisseki_list .jisseki_box .jisseki_wrap .jisseki_detail dl{
    display: flex;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.jisseki_list .jisseki_box .jisseki_wrap .jisseki_detail dl dt{
    width: 7rem;
}

.jisseki_list .jisseki_box .jisseki_wrap .jisseki_detail dl dd{
    flex: 1;
}

.jisseki_list .jisseki_box .jisseki_wrap .jisseki_img{
    width: 20rem;
}

.jisseki_list .jisseki_box .jisseki_wrap .jisseki_img img{
    max-width: 100%;
    height: auto;
}

@media screen and (min-width:1px) and (max-width:1400px) {}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px) {
    .page_detail_box .box_inner .program_support_wrap .program_support_box p {
        font-size: 0.95rem;
    }

    .page_detail_box .box_inner .program_support_wrap .program_support_box ul li {
        font-size: 1.1rem;
    }

    .page_detail_box .box_inner .program_support_wrap .program_support_box {
        padding: 3rem 1rem 1rem;
    }

    .page_detail_box .box_inner .support_info_list ul li {
        text-align: center;
        padding: 1rem;
        min-width: 9rem;
        line-height: 1.5;
    }

    /*
    .page_detail_box .box_inner .support_info_list ul li a {
        text-align: center;
        padding: 1rem;
        min-width: 9rem;
        line-height: 1.5;
    }
    */

    .br_detail {
        display: block;
    }

    .page_detail_box .box_inner .support_nintei_wrap .support_address {
        display: block;
    }

    .page_detail_box .box_inner .support_nintei_wrap .support_address dt {
        width: 6rem;
        margin: 2rem 0 0.5rem;
    }

    .page_detail_box .box_inner .support_nintei_wrap .support_nintei_r {
        display: flex;
        align-items: flex-end;
    }

    /*アントレプレナーシップ*/
    .entrepreneurship_wrap .entrepreneurship_flow{
        width: 40vw;
    }

    .yume_pro_box{
        gap: 1rem;
    }

    .yume_pro_box .yume_pro_img{
        width: 30vw;
    }

    .yume_pro_list ul li{
        width: 6.375rem;
        font-size: 1.1rem;
        margin-right: 2.75rem;
    }

    .yume_pro_list ul li:after{
        content: "×";
        font-size: 2rem;
        width: 2.75rem;
        color: #2d2561;
        text-align: center;
        font-weight: normal;
        line-height: 1;
        position: absolute;
        top: calc(50% - 1rem);
        right: -2.75rem;
    }

    .img_wrap_box{
        flex-direction: column;
        align-items: center;
    }

    .img_wrap_box .img_box{
        width: 70vw;
    }

    .bnr_box a{
        width: 80vw;
    }


}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {
    .venture_detail{
        padding-top: 3.625rem;
    }

    .page_detail_box{
        margin-bottom: 3.625rem;
    }

    .page_detail_box .box_inner{
        margin: 0 1rem;
    }

    .page_detail_box .box_inner .dl_box_catch {
        width: 100%;
    }

    .page_detail_box .box_inner .program_support_wrap {
        display: block;
        margin-top: 5rem;
    }

    .page_detail_box .box_inner .program_support_wrap .program_support_box {
        width: 100%;
    }

    .page_detail_box .box_inner .program_support_wrap .support_box_1 {
        margin-bottom: 4rem;
    }

    .page_detail_box .box_image {
        display: none;
    }

    .page_detail_box .box_inner .dl_box_catch dt {
        font-size: 1.8rem;
    }

    .page_detail_box .box_inner .support_joken {
        display: block;
    }

    .page_detail_box .box_inner .support_joken dt {
        width: 5rem;
        padding: 0 0.5rem;
    }

    .page_detail_box .box_inner .support_info_list ul {
        display: block;
    }

    .page_detail_box .box_inner .support_info_list ul li {
        margin-bottom: 0.5rem;
    }

    .page_detail_box .box_inner .support_nintei_wrap {
        display: block;
    }

    .page_detail_box .box_inner .support_nintei_wrap .support_nintei_r {
        margin: 2rem auto 0;
    }

    .bnr_list ul li{
        width: 20rem;
        line-height: 1;
    }

    .bnr_list ul li a{
        height: 3.5rem;
        border: 1px solid #d4d3e1;
    }

    .bnr_list ul li a .b_border{
        font-size: 0.9rem;
        border-bottom: 1px solid #9592b1;
        padding: 0.3rem 0.4rem;
    }

    .bnr_list ul li a::after{
        right: 0.5rem;
    }

    .bnr_list ul li a:hover::after{
        right: 0.5rem;
    }

    .univ_venture_table{
        overflow-x: auto;
        margin-bottom: 1rem;
    }

    .univ_venture_table table thead th{
        padding: 0.5rem;
    }

    .univ_venture_table table thead th:last-child{
        min-width: 8rem;
        width: 8rem;
    }

    .univ_venture_table table tbody td{
        white-space: nowrap;
        padding: 0.5rem;
    }

    /*アントレプレナーシップ*/
    .page_detail_box.bg_style_01{
        padding-top: 3.625rem;
    }

    .entrepreneurship_catch{
        font-size: 1.5rem;
    }

    .entrepreneurship_wrap{
        flex-direction: column;
        padding: 1rem;
    }

    .entrepreneurship_wrap .entrepreneurship_flow{
        width: auto;
    }

    .entrepreneurship_program::before{
        display: none;
    }

    .yume_pro_box{
        flex-direction: column;
    }

    .yume_pro_box .yume_pro_img{
        width: auto;
    }

    /*夢プロジェクト*/
    .catch_ttl{
        font-size: 1.5rem;
    }

    .yp_detail_box{
        width: auto;
        padding: 3rem 1rem 1rem 1rem;
    }

    .yp_detail_box p{
        margin-bottom: 0;
    }

    .yp_detail_box .boshu_kikan{
        align-items: flex-start;
        flex-direction: column;
    }

    .yp_detail_box .boshu_kikan dt{
        padding: 0.1rem 1rem;
        margin-bottom: 0.5rem;
    }

    .yp_detail_box .boshu_kikan dd{
        font-size: 1rem;
    }

    .yp_detail_box .boshu_kikan dd .date{
        font-size: 1.1rem;
    }

    .yp_merit_wrap .yp_merit_box{
        width: 100%;
        padding: 3rem 1rem 1rem;
    }

    .yp_merit_wrap .yp_merit_box .yp_merit_ttl{
        font-size: 1.4rem;
    }

    .yp_merit_wrap .yp_merit_box p{
        margin-bottom: 0;
    }

    .yp_gaiyo_wrap .yp_gaiyo_box{
        width: 100%;
        padding: 3rem 1rem 1rem;
    }

    .yp_gaiyo_wrap .yp_gaiyo_box .yp_gaiyo_shinsei{
        font-size: 1.3rem;
    }

    .yp_gaiyo_wrap .yp_gaiyo_box .yp_gaiyo_catch{
        font-size: 1.4rem;
    }

    .kanrenkogi_list ul li{
        width: 100%;
    }

    .jisseki_list .jisseki_box{
        padding: 1rem;
    }

    .jisseki_list .jisseki_box .jisseki_wrap{
        flex-direction: column;
        gap: 1rem;
    }

    .jisseki_list .jisseki_box .jisseki_wrap .jisseki_img{
        width: auto;
    }

}


/* ##########印刷用########## */
@media print {}