<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

:root{
	--border-color:#666666;
    --day1-bg-color:rgb(239 223 203);
    --day2-bg-color:rgb(242 231 232);
    --day3-bg-color:rgb(182 192 199);
    --wh-color:#FFFFFF;
    --font-mincho:"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

*{font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;}

body{
    font-size:16px;
    margin: 0;
    padding: 0;
}

.headnav-wrap{
    max-width: 1680px;
    margin: auto;
}


.nav-wrap{
    margin-bottom: 3rem;
}

.theme-title{
    font-family: var(--font-mincho);
    font-size: 1.5rem;
    padding-top: 1rem;
}

.day-anchor,
.sp-nav-wrap{
    background: #e0cdaa;
    position: sticky;
    top:0;
}

.logo-left {
    margin: 0 0 0 1rem;
}

.logo-left img {
        width: 40%;
    }
   
.footer-wrap{
    display: flex;
    justify-content: space-between;
    margin:0 auto;
    max-width: 1000px;
    width: 100%;
}

    .footer-wrap .prof-nav{
        display: flex;
        justify-content: flex-end;
        font-weight: 700;
        align-items: center;
    }

    .footer-wrap .logo-left {
        padding: 0;
        margin: 0;
    }

    .footer-wrap .prof-nav li{
        height: 80px;
        margin-right: 1.5rem;
        color: white;
    }    



.day-anchor .prof-nav{
    width: 80%;
}

.day1-speaker,
.day2-speaker,
.day3-speaker{
    max-width: 1100px;
    width: calc(100% - 10px);
    margin: 0 auto 5rem;
}


h3{
    font-size: 1.5rem;
    border-bottom: 2px solid #000000;
    padding-bottom: 0.25rem;
    margin-top: 2rem;
    width: 20%;
    font-family:var(--font-mincho);
    }

.speaker-wrap{
    border: 1px solid var(--border-color);
    margin: 2rem auto;
    padding:2rem;
}

    .speaker-wrap h2{
        border-left: 3px solid var(--day1-bg-color);
        font-size: 1.8rem;
        margin-bottom: 1rem;
        padding-left: 1rem;
        font-family:var(--font-mincho);
        }
        
    .speaker-wrap h2 span{font-size: 1.5rem; font-weight: normal;}
    
    .speaker-wrap .day2-boder{border-left: 3px solid var(--day2-bg-color);}
    .speaker-wrap .day3-boder{border-left: 3px solid var(--day3-bg-color);}

    .speaker-wrap .speaker-label{
        background:rgb(242 231 232);
        font-weight: bold;
        padding:0.5rem;
        margin: 1rem 0;
        text-align: center;
        width: 10%;
    }

        .speaker-wrap .speaker-label.label-orange{
            background: rgb(182 192 199);
        }
         .speaker-wrap .speaker-label.label-green{
            background:rgb(239 223 203);
        }
       
        .speaker-wrap .speaker-label.glay-label{
            background:rgb(232 232 232);
        }    
       
.speaker-wrap .speaker-label.long{
           width: 25%; 
}


.speaker-overview{
    margin-bottom: 1.5rem;
}

.speaker-info{
    background: var(--day1-bg-color);
    padding: 2rem;

}
    .speaker-info.day2{background: var(--day2-bg-color);}
    .speaker-info.day3{background: var(--day3-bg-color);}    

.info-conts{
    display: flex;
    justify-content: center;
}

    .info-left{
        width: 70%;
    }
    
    .info-right{
        width: 30%;
    }
    
        .info-right img{
            max-width: 180px;
            width: 100%;
            margin: auto;
        }
        
.name{
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

    .name span{
        font-weight: normal;
    }

.position{
    margin-bottom: 1rem;
    font-size: 1.0625rem;
}

.prof{font-size: 0.875rem;}

.mb-1{margin-bottom: 1px;}


	.ft-name{
		font-size: 1.125rem;
		line-height: 1.4;
		font-weight: bold;
	}
	
	.ft-notes{
		margin: 20px 0;
	}
	
	.ft-notes a{
		color: #FFF;
		text-decoration: none;
	}
	.ft-notes a:hover{
		text-decoration: underline;
	}
	
.attention{
	font-size: 0.735rem;
	padding: 10px 0;
	text-align: right;
}


@media screen and (max-width: 590px){
    .info-conts{display: block;}

}


}


</pre></body></html>