<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ProgramProgramProgramProgram@charset "utf-8";
/* CSS Document */
body {
font-family:"貅舌ヮ隗偵ざ繧ｷ繝�け JP" , "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3" , "Noto Sans CJK JP" , "Hiragino Kaku Gothic Pro" , "繝｡繧､繝ｪ繧ｪ" , "Meiryo" , "Osaka" , "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け" , "MS PGothic" , "sans-serif";
color:#000000;
line-height:1.7;
font-size:16px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.clear{clear: both;}


/* 螟ｪ蟄苓ｦ句�縺� */
.boldtit{
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	margin: 1.5em 0;
	line-height: 1.3;
}

/* layout -------- */
.container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.flr {float: right; margin-left: 30px; }
.fll {float: left; margin-right: 30px;}
.tline {border-top: #cccccc 1px dashed; margin-top: 30px; padding-top: 30px;}
@media (max-width: 768px) {
	.container {
		width: 100%;
		min-height:100%; height:100%; clear:both;
	}
	.flr {float: none; margin-left: 0px;}
	.fll {float: none; margin-right: 0px;}
}

/*** row ***/
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px;
}
.row &gt; * {
	padding: 20px;
}
.col3 {
	width: 32%;
	width: calc(100% / 3 - 1px);
	max-width: calc(100% / 3);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.col4 {
	width: 25%;
	width: calc(100% / 4 - 1px);
	max-width: calc(100% / 4);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
@media (max-width: 768px) {
	.col3, .col4{
		width: 100%;
		max-width: none;
	}
	.row {
		margin: -5px;
	}
	.row &gt; * {
		padding: 5px;
	}
}


/*** btn ***/
.btn,
a.btn {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 25px 2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
	width: 650px;
}
.btn--red,
a.btn--red {
  color: #fff;
  background-color: #e50012;
}
.btn--red:hover,
a.btn--red:hover {
  color: #fff;
  background: #ff5966;
}

a.btn--radius {
   border-radius: 100vh;
}
@media (max-width: 768px) {
.btn,
a.btn {
	width: 90%;
	font-size: 1.7em;
}
}


/*****/
.subtitle_en{
    font-size: 1.5rem;
    text-align: center;
	color: #666666;
	margin-bottom: 10px;
	font-weight:lighter;
}
.subtitle_ja{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
@media (max-width: 768px) {
.subtitle_ja{
    font-size: 2.4rem;
}
}


/*** visual ***/
#visual{
    background: url("../images/main-bg.webp") center center no-repeat;
    background-size: cover;
}
#visual .container{
    max-width: 1105px;
}
#visual .block{
    width: 100%;
    height: 830px;
    position: relative;
	margin-bottom: 50px;
}
.visual_content{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}
#visual img {margin-bottom: 60px;}

@media (max-width: 1105px) {
	#visual .block{
		height: 0px;
        /*padding-bottom: calc( 100% * 630 / 960 );*/
        padding-bottom: 60.28%;
	}
}
@media (max-width: 768px) {
    #visual .container{
		max-width: 100%;
		min-height:100%; height:100%; clear:both;
    }
	#visual .block{
        padding-bottom: 0px;
		width: 100%;
		min-height:100%; height:100%; clear:both;
	}
    .visual_content{
        position: static;
    }
	#visual img {margin-bottom: 30px;}
	
}


/* section01 */
#sec01{
	width: 100%;
	text-align: center;
	background: url("../images/color-bg.webp") center bottom no-repeat;
    background-size: cover;
	padding: 50px 0 180px 0;
}
#sec01 .copy p{font-size: 1.3em; font-weight: bold; line-height: 2.3; margin-bottom: 20px;}
@media (max-width: 768px) {
	#sec01{padding: 50px 0 150px 0;}
	#sec01 .container{
	width: 90%;
	text-align: left;
	}
}

/*** speaker ***/
#speaker{
    width: 100%;
	padding: 100px 0;
	font-size: 1em;
}

#speaker .speaker_list .thumb_wrap{
    margin-bottom: 10px;
}
#speaker .speaker_list .thumb_wrap img{
    width: 100%;
}
#speaker .speaker_list p{
	font-size: 1.15em;
    line-height: 1.7;
}
.speaker_wide {padding-bottom: 80px;}
.flr-ttl {padding-top: 50px; margin-bottom: 20px;}

@media (max-width: 768px) {
    #speaker{
        padding: 60px 0;
    }
    #speaker .speaker_list li{
        margin-bottom: 20px;
    }
    #speaker .speaker_list .thumb_wrap{
        margin-left: -15px;
        margin-right: -15px;
    }
	#speaker .container{
	width: 90%;
	}
	.speaker_wide img {width: 100%; }
	.flr-ttl {padding-top: 20px; margin-bottom: 20px; text-align: center;}
}


/* program */
#program{
	width: 100%;
	background-color: #ededed;
	padding: 100px 0;
	font-size: 1.15em;
}
@media (max-width: 768px) {
    #program{
        padding: 60px 0;
    }
	#program .container{
	width: 95%;
	}
}

/*** 繝��繝悶Ν ***/
#program .mo-tbl{
width:100%;
border-collapse: collapse;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

#program .mo-tbl th{
padding: 30px;
border: 1px solid #dcdcdc;
width: 25%;
overflow: hidden;
font-size: 1.5em;
font-weight: bold;
text-align: center;
word-break: break-all;
word-wrap: break-word;
vertical-align: middle;
background-color: #ffd9d9;
}
 
#program .mo-tbl td{
padding: 40px;
border: 1px solid #dcdcdc;
text-align: left;
vertical-align: top;
background-color: #ffffff;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
font-size: 1em; line-height: 1.7;
}
#program .mo-tbl h3 {font-size: 1.4em; line-height: 1.5; margin-bottom: 20px;
font-weight: bold;}
#program li{
	list-style: none;
	padding-left:1em;
	text-indent:-1em;
}

@media (max-width: 768px) {
#program .mo-tbl{
width:100%;
}
#program .mo-tbl th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
#program .mo-tbl td{
  display: list-item;
  width: 100%;
  border-top: none !important;
}
}


/* form */
#mo-form{
	width: 100%;
	padding: 80px 0 20px;

}


/* section04 */
#sec04{
	width: 100%;
	font-weight: 400;
	font-size: 1.2em;
	/*line-height: 2em;*/
	padding: 30px 0 80px;
}
#sec04 ul{
	list-style: decimal;
	list-style-position: inside;
	line-height: 1.7;
}
#sec04 li{
	list-style: none;
	padding-left:1em;
	text-indent:-1em;
}
#sec04 li span{
	list-style: none;
	color:#666;
	font-size:0.85em;
}
#sec04 .toybox {
	width: 100%;
    padding: 30px;
    margin: 20px 0;
    border: solid 1px #dcdcdc;
}
#sec04 a{
   word-break: break-all;
}
@media (max-width: 768px) {
    #sec04 .container{
	width: 95%;
	}
}


/* 2陦瑚ｦ句�縺� */
.twolines {
	text-align: center;
	padding: 1.5em 0 0.5em;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.1em;
	font-family:"貅舌ヮ隗偵ざ繧ｷ繝�け JP" , "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3" , "Noto Sans CJK JP" , "Hiragino Kaku Gothic Pro" , "繝｡繧､繝ｪ繧ｪ" , "Meiryo" , "Osaka" , "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け" , "MS PGothic" , "sans-serif";
}
.twolines span {
	display: block;
	margin-bottom: 0.4em;
	padding-top: 0.5em;
	font-size: 20px;
	font-weight: 700;
	font-family: "Arial";
	font-style: italic;
}
.twolines span.blue {
	display: block;
	margin-bottom: 0.4em;
	padding-top: 0.5em;
	font-size: 20px;
	font-weight: 600;
	font-family: "Arial";
	color: #2f8697 !important;
}


.pcview {
	display:inline!important;
}
.spview {
	display: none!important;
}
@media screen and (max-width: 768px) {
	.pcview {
		display: none!important;
	}
	.spview {
		display: block!important;
	}
}
</pre></body></html>