@charset "utf-8"; /*=================================
1: reset-CSS
2: setting
3: header
4: footer
5: common-content
6: top page
7: second page
=================================*/
/* 1: reset-CSS
================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
    /* object-fit: contain; */
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section,main {
    display: block;
}

li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

.sp_show {
    display: none !important;
}

/* 2: setting
================================== */
*, *:before, *:after {
    box-sizing: border-box;
}

/* clearfix*/
.cf:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    clear: both;
}

html {
    overflow: auto;
    font-size: 62.5%;
}

body {
    font-family: 'Yu Gothic', '游ゴシック', '游ゴシック体', YuGothic, Meiryo, 'Hiragino Kaku Gothic Pro', メイリオ, 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    font-feature-settings : "palt";
    font-weight: 500;
    color: #323232;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    -webkit-print-color-adjust: exact;
    /* baskground_print */
    word-wrap: break-word;
    /* overflow-wrap: break-word; */
    /* -webkit-font-smoothing: antialiased; */
    /* safari_textBold*/
    -webkit-text-size-adjust: 100%;
    /* safari_textBold*/
    min-width: 320px;
    background: URL("../img/back_2.jpg");
    background-size: 100%;
}

@media all and (-ms-high-contrast:none) {
    body {
        font-family: Meiryo, 'Hiragino Kaku Gothic Pro', メイリオ, 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
}

img {
    line-height: 0;
    vertical-align: top;
    /* max-width: 290%;   old setting */
    max-width: 90%;
    /* height: auto; */
    /* margin-top: 20px; */
    position: center;
}

img.po {
    line-height: 0;
    vertical-align: top;
    max-width: 290%;
    position: center;
}

img.full {
    width: 100% /* 202312 setting */
}

input[type="submit"], input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus, input[type="button"]::focus {
    outline-offset: -2px;
}

/* link */
a {
    color: #0000cc;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a:hover {
    color: #1ba3f9;
    text-decoration: underline;
}

a img {
    -webkit-transition: all .2s;
    transition: all .2s;
}

a img:hover {
    opacity: .7;
}

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

#breadcrumb {
    overflow: hidden;
    border-top: solid 1px #e6e9ee;
    border-bottom: solid 1px #e6e9ee;
    font-size: 1.4rem;
    padding-left: 10px;
    width: 64%;
}

#breadcrumb li {
    padding: 0.2em 0;
    /*		background:url(../../images/cate.png) no-repeat center right; */
    background-size: contain;
    padding-right: 5px;
    margin-right: 7px;
}

#breadcrumb li:last-child {
    background: none;
}

/* 3: header
================================== */
#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 35px;
}

.maincontents {
    background: #FFF;
}

#header a, #footer a {
    text-decoration: none;
}

.header_main {
    width: 100%;
    background: #FFF;
}

.header_right {
    float: right;
    margin-right: 0px;
}

.header_right, .fontsize, #switchFontSize {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
}

.header_main_inr {
    -webkit-justify-content: space-between;
    /* Safari */
    justify-content: space-between;
}

.logo {
    /* padding: 10px; */
}

.logo img {
    width: 166px;
    height: auto;
}

.inr {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    padding: 0 10px;
}

.inr2 {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 10px;
}

.inr3 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 10px;
}

.inr4 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    padding: 0 10px;
}

.inr5 {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 10px;
}


.hd_logo {
    float: left;
    /*margin-top:5px;*/
    margin-left: 7px;
    font-size: 1.4rem;
    width: 100%;
}

.hd_logo img {
    width: 200px;
    height: auto;
    padding: 5px 15px 5px 5px;
}

/* 4: footer
================================== */
#footer {
    position: relative;
}

#footer .inr {
    overflow: hidden;
}

#footer .inr ul.f_menu {
    padding: 10px 0 0;
    text-align: center;
    margin: 0 auto;
}

#footer .f_menu li a {
    position: relative;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
}

#footer .f_menu li::before {
    content: '｜';
}

#footer .f_menu li:first-child::before {
    content: "";
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    display: inline-block;
}

.footer_logo .logo_jst {
    display: none;
}

#copy {
    clear: both;
    text-align: center;
    padding: 10px 0;
    font-size: 1.4rem;
    color: #006bbb;
    margin-left: -1em;
}

#copy img {
    margin: 0 auto;
}

/*スクロールボタン*/
#page-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 200%;
    z-index: 9999999;
}

#page-top img {
    width: 50px;
    height: 50px;
}

#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/* 5: common-content
================================== */
.flexbox_wap {
    /* 折り返しのみ */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
}


.flexbox_cwap {
    /* 折り返し・水平中央揃え */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    /* Safari */
    justify-content: center;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
}

/* 6: top page
================================== */
#main {
    position: relative;
    width: 100%;
    clear: both;
}

#main .inr {
    text-align: center;
}

p {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.bold2 {
    font-weight: bold;
    margin-top: 10px;
}

.mT10 {
    margin-top: 1em !important;
    position: cent;
}

.pT10 {
    padding-top: 1em !important;
    padding-left: 1em; /* 202312 setting */
    text-indent: 1em; /* 202312 setting */
}

.mv {
    margin-bottom: 40px;
    /* padding-bottom: 4vh; */
    /* original */
    /* background: #0248b1; */
    /* 202311_配色パターン */
    background:linear-gradient(45deg,#2dabe9 , #0248b1 45%, #200c58 90%);
    background-size: contain;
}

.mv p {
    text-align: center;
    color: #fff;
    margin: 0px 0;
}

.mv p:last-child {
}

.mv p.button {
}

.mv + .inr p {
    text-align: left;
    padding: 20px 0px 20px 0p;
}

dl.overview {
    /* display: flow-root; */
    text-align: left;
    width: max-content;
    max-width: fit-content;
    margin: 40px auto;
}

dl.overview dt {
    /* flex-flow: wrap; */
    position: absolute;
    width: 7em;
    margin-top: 0.5em;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #0248b1;
}

dl.overview dd {
    /* flex-wrap: wrap; */
    padding: 5px;
    margin-top: 0.5em;
    margin-left: 8em;
    font-weight: bold;
}

dl.overview dt:first-child, dl.overview dt:first-child + dd {
    margin-top: 0;
}

h2 {
    margin: 100px 0 40px;
    padding: 5px;
    /* original */
    /* background: #0248b1; */
    
    /* 202311_配色パターン1 */
    /* background:linear-gradient(45deg, #0248b1, #300141); */
    
    /* 202311_配色パターン2 */
    /* background:linear-gradient(45deg,#2dabe9 , #0248b1 45%, #300141 90%); */
    
    /* 202311_配色パターン3 */
    background:linear-gradient(45deg,#2dabe9 , #0248b1 45%, #200c58 90%);
}

h2 span {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}


h3 #sees {
    font-size: 1.4rem;
    text-align: left;
}

h3 {
    position: relative;
    background: #0248b1;
    width: 100%;
    /* max-width: 1200px; */
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

h3.symph3 {
    position: relative;
    background: #007ad1;
    width: 100%;
    /* max-width: 1200px; */
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}



/* 当初の設定 p.button { text-align: center; }  */
p.button {
    text-align: center;
    padding: 5px 5px 20px 5px;
}

p.button a {
    display: inline-block;
    color: #000;
    background: #ffc400;
    padding: 2px 8px;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
    text-decoration: none;
}

.pic-text {
    display: flex;
    /* padding: 20px 100px 20px 100px; */
    text-align: left;
}

.pic-text .pic {
    margin-right: 30px;
}

.pic-text .name {
    float: left;
    width: 5em;
    font-weight: bold;
    font-size: 2.2rem;
}

.pic-text .affiliation {
    float: right;
    width: calc(100% - 8em);
    font-weight: bold;
}

.pic-text .clear {
    clear: both;
}

/* symposium用のボタン設定 p.button { text-align: center; }  */
p.button1 {
    text-align: center;
    padding: 20px;
}

p.button1 a {
    display: inline-block;
    color: #000;
    background: #ffc400;
    padding: 2px 8px;
    font-size: 2.4rem;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
    text-decoration: none;
}

ul.attention {
}

ul.attention li {
    text-align: left;
}

#program table {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 1em;
}

#program table td {
    border: 1px solid #333;
    padding: 5px 10px;
}

#program table td:nth-child(2) {
    text-align: left;
}



/* 7: top page symposium 卒業生の企業したベンチャのご紹介(Alumnus)
=================================================================== */
/* .Prog01 {border-top: 0px dotted #4a4343;padding: 2px 2px 2px 10px;text-align: left;font-size: 18px;font-weight: bold;} */


.Prog01 li {
    border-top: 0px dotted #333;
    border: aqua;
    padding: 2px 2px 2px 10px;
    outline: auto;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
}

.Prog01 li p.title {
    font-weight: bold;
}

.Prog01 li p.name {
}


/* 8: top page symposium ビジネスモデル検証支援の活動
=================================================================== */
ul.Prog02 {
}

ul.Prog02 li {
    border-top: 0px dotted #333;
    padding: 0 0 20px 0;
    text-align: left;
}


ul.Prog02 li p.name,p.job,p.adoption {
    font-weight: bold;
    font-size: 18px;
}

ul.Prog02 li .detail {
    display: flex;
    padding: 20px 20px 20px 20px;
    outline: 2px;
    outline-color: #BBBBBB;
    outline-style: solid;
    border-radius: 10px
}

ul.Prog02 li .detail .pic {
    display: flex;
    width: 200px;
    flex-wrap: wrap;
}

ul.Prog02 li .detail .pic p {
    width: 130px;
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
    font-size: 1.2rem;
}

ul.Prog02 li .detail .pic img {
    display: block;
    height: 130px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
}

ul.Prog02 li .detail .text {
    width: calc(100% - 300px);
}

ul.Prog02 li .detail .text p {
    margin-bottom: 10px;
}

/* 9: top page symposium ビジネスモデル検証支援の活動
=================================================================== */
ul.Prog03 {
}

ul.Prog03 li {
    border-top: 0px dotted #333;
    padding: 0 0 20px 0;
    text-align: left;
}


ul.Prog03 li p.name,p.job,p.adoption {
    font-weight: bold;
    font-size: 18px;
}

ul.Prog03 li .detail {
    display: flex;
    padding: 20px 20px 20px 20px;
    outline: 2px;
    outline-color: #BBBBBB;
    outline-style: solid;
    border-radius: 10px
}


ul.Prog03 li .detail .text {
    width: calc(100% - 300px);
}

ul.Prog03 li .detail .text p {
    margin-bottom: 10px;
}


/*  2022年新規設定  */
p.name {
/*    margin-left: 25px; */
}

p.title {
    font-size: 16px;
    padding-top: 15px;
    font-weight: bold;
}

p.corp {
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px;
}

p.adoption {
    font-size: 15px;
    margin-left: 15px;
}

ul.sessions {
    padding: 0px 80px 0px 80px;
    text-align: left;
}

li.session {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    padding-left: 20px;
}

li.Title {
    font-size: 28px;
    font-weight: bold;
}

li.subTitle {
    font-size: 20px;
    font-weight: bold;
}

/*  202X/2/XX シンポジウム登壇者要素向け  */

div.speaker00 {border: solid 1px #1d70eb;margin: 10px 0px 10px 0px;padding: 10px;display: flex;flex-direction: column;}

div.corpdtl01  li {
    font-weight: bold;
}
div.corpdtl02 {
    display: flex;
    border: solid 1px #1d70eb;
    margin: 10px 16px;
    padding: 5px 5px;
    background: #35e5ed61;
    font-weight: bold;
    flex-direction: row;
    flex-wrap: wrap;
}
div.corpCatch {font-weight: bold;}

div.corplogo {margin: 10px;}

div.sees {display: inline-block;}

img.mlogo {margin-top: 20px;}

div.LTList00 {border: solid 1px #1d70eb;padding: 10px 10px 10px 10px;}

p.corp2 {font-weight:bold;font-size:15px;margin-top: 6px;}
p.LTS {font-weight:bold;font-size:20px;margin-bottom: 20px;margin-left: 10px;}



div.Ztlak00 {border: solid 1px #1d70eb;padding: 10px;}
p.corp3 {font-weight:bold; font-size:15px;}
p.ZTS1 {font-weight:bold;font-size:20px;margin-bottom: 20px;margin-left: 10px;}
p.ZTS2 {font-weight:bold;font-size:20px;margin-left: 10px;}
p.memo3 {font-weight:bold;font-size:15px;margin-bottom: 20px;margin-left: 10px;}

div.PDis00 {border: solid 1px #1d70eb;padding: 10px;}
p.PDiscorp {font-weight:bold;font-size: 15px;}
p.DiscussName {font-weight:bold;font-size: 20px;/* padding: 5px 5px 20px 20px; */margin-left: 10px;}



.pic-text {
          display: flex;
          padding: 20px;
          text-align: left;
}

.pic-text .pic {
               /* margin-right: 30px;  old setting  */
               margin-right: 20%;
}

.pic-text .name{
               float: left;
               width: 5em;
               font-weight: bold;
               font-size: 2.2rem;
}

.pic-text .affiliation{
                      float: right;
                      width: calc(100% - 8em);
                      font-weight: bold;
}

.pic-text .clear{
                clear: both;
}


ul.teams {
}

ul.teams li {
            /* border-bottom: 1px dotted #333; */
            padding: 20px 0 0;
            text-align: left;
}

ul.teams li:first-child {
                        border-top: none;
}

ul.teams li p.title {
                    font-weight: bold;
}

ul.teams li p.name {
                   font-weight: bold;
}

ul.teams li .detail {
                    display: flex;
                    padding: 20px 0;
}

ul.teams li .detail .pic {
                         display: flex;
                         width: 300px;
                         flex-wrap: wrap;
}

ul.teams li .detail .pic p {
                           width: 130px;
                           margin-right: 10px;
                           text-align: center;
                           font-size: 1.2rem;
}

ul.teams li .detail .pic img {
                             display: block;
                             /* width: 90px; */
                             /* height: 90px; */
                             margin:auto;
                             overflow: hidden;
                             border-radius: 50%;
}

ul.teams li .detail .text {
                          width: calc(100% - 300px);
}

ul.teams li .detail .text p {
                            margin-bottom: 10px;
}

ul.teams li .detail p span {
                           font-weight: bold;
}

ul.teams li .detail .text p.mail span {
                                      display: block;
}

ul.teams li .detail .text p.website span {
                                         margin-right: 10px;
}

ul.teams li .detail p.website a {
                                height: 100%;
}

p.button a:hover,
ul.teams li .detail p.website a:hover,
ul.teams li .detail p.inquiry a:hover {
                                      text-decoration: underline;
                                      opacity: 0.8;
                                      box-shadow: none;
                                      background: #000;
                                      color: #ffc400;
}

ul.teams li .detail p.inquiry a span {
                                     font-size: 1.4rem;
                                     display: block;
                                     margin: 0;
                                     text-align: center;
}
