@charset "utf-8";

/*共通
-----------------------------------------------------------------------------------------------------------------------------------*/

/*全体
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: linear-gradient(#fff, #fffff3);
	-webkit-text-size-adjust: none;
	color: #666;
	font-family: 'Roboto',Kranto, Caribli, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 2;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd
   {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-weight: normal;
}
ul {
    list-style-type: none;
    color: #666;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.ftsize120{
	font-size: 120%;
}
.ftwgtbld{
	font-weight: bold;
}
a {
	color: #666;
	transition: 0.3s;
}
a:hover {
	color: #999999;
}

/*コンテナー全体
---------------------------------------------------------------------------*/
#container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 2%;
}

/*メニューナビ
---------------------------------------------------------------------------*/
/*メニューナビ全体*/
#menunavi {
    padding: 16px 0px;
    margin-bottom: 50px;
    background: #0cf;
}
/*メニューリスト*/
#menunavi ul {
    text-align: center;
    font-size: 105%;
	font-weight:700;
	letter-spacing: 0.5px;
	color: #009fc7;
}
#menunavi li {
	display: inline;
	padding: 14px 30px;
}
#menunavi li a {
	text-decoration: none;
    color:#fff;
}
/*メニューマウスオーバー*/
#menunavi li a:hover {
    color: #fff;
    border-bottom: 3px solid #06c ;
}

/*コンテンツ
---------------------------------------------------------------------------*/
/*コンテンツH2*/
#contents h2 {
    clear: both;
    margin-bottom: 0px;
    padding: 0px 20px 10px;
    color: #009fc7;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    letter-spacing: 2px;
}
#contents h3 {
    clear: both;
    margin-bottom: 40px;
    padding: 0px;
    color: #009fc7;
    text-align: left;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
	background: linear-gradient(60deg, #fff, #009fc7);
	line-height: 1.6em;
}
#contents h4 {
    clear: both;
    margin-bottom: 0px;
    padding: 0px 20px 10px auto;
    color: #006680;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#contents p {
	padding: 20px 20px 20px;
}
#contents p.bottomSP {
	padding: 0px 0 12px;
}
#contents p.bottomacvbtn {
	padding: 0;
}
#contents section + section {
	margin-top: 60px;
}

/*スポンサー表示
---------------------------------------------------------------------------*/
#obi-sponsored{
    padding: 0px;
    text-align: center;
    color: #666;
    margin-bottom: auto;
    background: #e6e6e6;
    font-size: 1rem;
}
#obi-sponsored div {
    padding: 1rem;
}
#obi-sponsored span {
    padding: 0px;
    font-weight: 500;
    font-size: 1.2rem;
}

/*フッター全体
---------------------------------------------------------------------------*/
footer {
	clear: both;position: relative;z-index: 1;
	font-size: 90%;
	background: #666;
	color: #ccc;
	text-align: center;
}
footer a {
    color: #fff;
}
footer a:hover {
    opacity: 0.5;
}

/*フッター インフォメーション
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenubox {
	padding: 32px 64px;
	color: #D6D6D6;
	font-size: 0.9rem;
	line-height: 2;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
#footermenubox a {
	color: #D6D6D6;
	text-decoration: none;
}
/*ボックスLMR*/
.footermenuL {
	width: 200px;
	text-align: left;
	color: #D6D6D6;
	display: flex;
	flex-flow: column;
}
.footimglogoL {
	padding: 10px 0px 20px 0px;
    width: 7rem;
}
.footimaglogo2 {
	padding: 10px 0px;
	width: 2.5rem;
}
.footermenuM {
	width: 300px;
	display: flex;
	flex-flow: column;
	text-align: left;
	font-size: 0.8rem;
	line-height: 1.2;
}
.footimglogoM {
	padding: 10px 0px 8px 0px;
    width: 176px;
}
.footermenuR {
	width: 300px;
}

/*フッターメニュー（サイトマップ）*/
#footermenu ul {
	float: left;
	width: 50%;
}
#footermenu li a {
	text-decoration: none;
	opacity: 0.9;
}
#footermenu li a:hover {
	opacity: 0.3;
}

/*コピーライト*/
.copyright div{
    padding: 4px 8px;
    background-color: #fff;
    font-size: 0.8rem;
    text-align: left;
    line-heigh: 2rem;
    color: #333;
}
.copyright div a{
	text-decoration: none;
    color: #333;
}
.copyright a:hover {
	color: #999;
}

/**戻るボタン
---------------------------------------------------------------------------*/ 
.pagetop {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
}
.pagetop a {
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #A7A7A7;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:2px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/*トップページ「Information」
---------------------------------------------------------------------------*/
.info dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0% 10%;
	line-height: 1.5em;
}
.info dt {
	width: 20%;
    padding: 0.5rem 0;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-bottom:1px solid #ccc;
}
.info dd {
	width: 80%;
	margin-left: 0;
    padding: 0.5rem 0;
	font-size: 1.2rem;
	border-bottom:1px solid #ccc;
}
.info dt.newicon::after{
	content: "NEW";
	font-size: 0.6rem;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	color: #fff;
	background: #FF0057;
	border-radius: 3px;
	margin: 0 4px;
	padding: 2px 5px;
	vertical-align: middle;
}

.scroll {
    height: 140px;
    overflow: auto;
}
.info a {
	color: #009fc7;
	transition: 0.3s;
}
.info a:hover {
	color: #BEF1FF;
}
.info span{
	color: #006179;
	font-weight:600;
	font-size: 1.05em;
	letter-spacing: 0.01em;
}

/*トップページ「Greeting」
---------------------------------------------------------------------------*/
#greeting p {
	padding: 5% 7%;
	margin-bottom: 1rem;
    margin-left: 8%;
    margin-right: 8%;
    color: #0066cc;
    background: #FFEFAA;
    font-size: 1.1rem;
    line-height: 1.5;
	letter-spacing: 0.5px;
	border-radius: 12px;
}
#greeting span {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.5px;
}
#greeting div {
	padding: 0px;
	margin-bottom: 5%;
    margin-left: 8%;
    margin-right: 8%;
}
/*トップページ「Course Directors」
---------------------------------------------------------------------------*/
/*ブロック全体*/
#coursedir {
    background-color: lightgray;
    width: auto;
    background-image:url("../images/mtfuji.jpg");
}
.coursebgimg{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
#coursedir div{
	margin: 0 auto;
	text-align: center;
	width: 85%;
}
.coursedircont{
	display: flex;
	justify-content: space-between;
	max-width: auto;
	align-content: flex-start;
	padding-bottom: 50px;
}
#coursedir img{
	margin: 60px 0px 20px;
	width: 70%;
	border-radius: 20px;
}
.coursedirname{
	margin-bottom: 10px;
	font-size: 1.3rem;
    font-weight: 600;
	line-height: 1.2rem;
	letter-spacing: 0.5px;
    color: #333;
}
.coursediraff{
	font-size: 1rem;
    font-weight: 400;
	line-height: 1;
	letter-spacing: -0.2px;
    color: #333;
}

/*トップページ スポンサーバナー
---------------------------------------------------------------------------*/
#sponsoredbanner{
	height: auto;
    padding: 1rem;
    text-align: center;
    background: #fff;
}
#sponsoredbanner ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}
#sponsoredbanner li{
	padding: 8px 36px;
}
#sponsoredbanner img{
	height: 60px;
	}

/*サブページ ヘッダー
---------------------------------------------------------------------------*/
#subheader {
	width: 100%;
	background: url("../images/logo_sh_fanc2020.png") center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sub-hbg {
	height: auto;
	background: rgba(255,255,255,0.9);
}
#subbody {
	width: 100%;
	background: url("../images/logo_sh_fanc2020.png") top;
	background-size: cover;
	background-repeat: no-repeat;
}
.subbody-hbg {
	height: auto;
	background: rgba(255,255,255,0.9);
}
.sub-header {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 4px;
}
/*ロゴ*/
.toplogomark img {
    margin: 4px auto;
    max-height: 130px;
}
.toplogotext img {
    margin: 0 4px auto 0;
    max-height: 100px;
}

/*サブページ「Faculty」
---------------------------------------------------------------------------*/
/*ブロック全体*/
#faculty {
    background-color: lightgray;	/*背景色*/
    background-image: url("../images/mtfuji.jpg");	/*背景画像*/
    width: auto;
    padding: 70px 0px;
}
.facbgimg{
	background-size: cover;	/*背景画像の配置*/
	background-position: center top;
	background-repeat: no-repeat;
}
#faculty div{
	margin: 0 auto;
    padding-bottom: 10px;
	width: 80%;
}
.faccont1{
    padding: 0px 10px;
	display: flex;	/*講師画像横並び*/
	justify-content: space-around;
	max-width: auto;
	text-align: center;
	align-content: flex-start;
}
.faccont2{
    padding: 0px 10px;
	display: flex;	/*講師画像横並び*/
	justify-content: space-around;
	max-width: auto;
	text-align: center;
	align-content: flex-start;
}
#faculty img{
	margin: 0px auto 25px;
	max-width: 256px;	/*講師画像サイズ*/
    min-width: 256px;
	border-radius: 50%;	/*角丸*/
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);	/*シャドー*/
}
.facname{
	margin-bottom: 10px;
	font-size: 1.3rem;
    font-weight: 600;
	line-height: 1.1;
	letter-spacing: 0.5px;
    color: #333;
}
.facaff{
	font-size: 1rem;
    font-weight: 400;
	line-height: 1;
	letter-spacing: -0.2px;
    color: #333;
}
.facSpecial{
	font-size: 1.3rem;
    font-weight: 600;
	color: #009fc7;
	line-height: 1.5;
	text-shadow: 0px 0px 4px #fff;
}

/*サブページ「General Info.」
---------------------------------------------------------------------------*/
/*ブロック全体*/
.ginf dl {
	display: flex;
    flex-flow: column;
	margin: 0px 15% 10% 10%;
	padding: 0px 0px 40px;
	height: auto;
}
.ginf dt {
	padding-top: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #cc6699;
	width: auto;
	font-size: 1.3rem;
	letter-spacing: 0.5px;
}
.ginf dd {
	width: auto;
	margin-left: 0px;
	font-size: 1.1rem;
}

/*サブページ「Program」
---------------------------------------------------------------------------*/
#program{
    margin: 0 15%;
    /* padding-bottom: 60px; */
	width: auto;
}
#program ul {
	display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 10px 0 30px;
	padding: auto;
	height: auto;
    text-decoration: none;
    text-align: left;
    font-size: 1.2rem;
    color: #666;
}
#program li {
	width: auto;
    margin: 0 1em;
    list-style-type: disc;
    line-height: 1.5;
}
.lectitle{
    font-weight: 600;
    letter-spacing: 0.03em;
}
#program li span{
	font-size: 0.95em;
    font-weight: 400;
    font-style: italic;
    hyphens: manual;
}
#prgbutton{
	text-align: right;
	padding-bottom: 12px;
}
#prgbutton p.plink{
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}
#prgbutton p.plink a {
	color: #fff;
	font-size: 0.95rem;
	font-weight:400;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 4px 8px;
	border: 0;
	background-color: rgba(129,202,64,1.00);
	border-radius: 4px;
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, .10);
}
#prgbutton p.plink a:hover {
	color: #fff;
	background-color: #A5EDFF;
	transition: 0.5s;
}
.prgtheme1{
	font-size: 1.2em;
	font-weight: 400;
	color: #666;
	line-height: 1.3;
}
.prgtheme2{
	font-size: 1.3em;
	font-weight: 700;
	color: #666;
}
.prgtheme1s{
	font-size: 1.1em;
	font-weight: 500;
	color: #666;
	line-height: 1.1;
	padding: 0px 0px 8px;
}

/*テーブル全体*/
table {
    border-collapse: collapse;
    margin: 0 auto 70px;
    padding: 0;
    width: 100%;
    table-layout: auto;
    line-height: 1.5;
    letter-spacing: 0.2px;
}
table tr {
    background-color: #e6f2f5;
    padding: .35rem;
    border-bottom: 2px solid #fff;
}
table th,
table td {
    padding: 0.5rem;
    border-right: 2px solid #fff;
}
table th {
    font-size: 1rem;
}
table thead tr{
    background-color: #28A7c7;
    color: #fff;
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
}
table tbody th {
    color: #fff;
}
.tr1 {
    background-color: #d3edf4;
}
.tr2 {
    background-color: #ffdaff;
}
.tr2b {
    background-color: #fff3fd;
}
.tr3 {
    background-color: #DFFFAD;
}
.tr3b {
    background-color: #F5FFE6;
}
.time{
    text-align: center;
    color: #484848;
    width: 9rem;
}
.session{
    text-align: left;
    color: #006680;
    font-weight: 500;
    width: 30rem;
	font-size: 1.1rem;
	padding-left:1rem;
}
.proceeding{
    text-align: left;
    color: #006680;
    width: 9rem;
	font-weight: 400;
	font-size: 0.9rem;
	margin: 0 0.3rem;
}
.proceeding a{
	color: #006680;
	text-decoration: none;
}
.proceeding a:hover {
	opacity: 0.3;
}
table span{
	font-size: 0.95em;
    font-weight: 400;
    font-style: italic;
}
.programpadding{
	text-align: center;
	padding: 160px 0 280px;
	font-size: 110%;
	color: #999;
	letter-spacing: 0.5px;
}
/*サブページ「Registration」
---------------------------------------------------------------------------*/
/*ブロック全体*/
.reg ul {
	display: flex;
    flex-flow: column;
    justify-content: center;
	height: auto;
    text-decoration: none;
}
.reg li {
	width: auto;
    padding: 15px 15px 200px;
    text-align: center;
    font-size: 1.1em;
    color: #666;
    letter-spacing: 0.5px;
}
#reg{
	text-align: center;
	margin: 20px 0 80px 0;
}
#reg p.register{
	display: inline-block
}
#reg p.register a {
	color: #fff;
	font-size: 1.1rem;
	font-weight:400;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px 30px;
	border: 0;
	background-color: #53B02A;
	border-radius: 5px;	/*角丸*/
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .5);	/*シャドー*/
}
#reg p.register a:hover {
	color: #fff;
	background-color: #ddf7bf;
	transition: 0.5s;
}
/*サブページ「Sponsors」
---------------------------------------------------------------------------*/
/*ブロック全体*/
.sponsors ul {
	display: flex;
    flex-flow: column;
    justify-content: center;
	padding: 0px 0px 100px;
	height: auto;
    text-decoration: none;
    text-align: center;
}
.sponsors li {
	width: auto;
    padding: 15px;
}
.sponsors img {
	width: auto;
}



@media screen and (min-width:768px){
/*改行*/
.br-pc { display: block; }
.br-sp { display: none; }
}


/*モバイル版（768px以下）の設定
----------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	/*background: linear-gradient(#fff, #CFE4F9);*/
	font-size: 1rem;
	line-height: 1.2;
	text-decoration: none;
}
.ftsize120{
	font-size: 120%;
	line-height: 1.8rem;
}
.txtL{
	text-align: left;
}/*リンク
/*メニュー
---------------------------------------------------------------------------*/
/*メニューナビ全体*/
#menunavi {
    padding: 4px 0px;
    margin-bottom: 50px;
    background: #00ccff;
}
#menunavi ul {
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
	font-weight:600;
	color: #009fc7;
}
#menunavi li {
    width: 100%;
	font-size: 1rem;
    line-height: 1.6;
	padding: 2px 4px;
}
#menunavi li a {
	text-decoration: none;
    color:#fff;
}
/*マウスオーバー*/
#menunavi li a:hover {
    color: #fff;
    border-bottom: 2px solid #0066cc;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents p {
	padding: 8px 0px 4;
}
#contents h2 {
    margin-bottom: 10px;
	font-size: 2rem;
    letter-spacing: 0.5px;
}
#contents h3 {
    margin:  0px;
    padding: 0px 8px;
	font-family: 'Roboto Condensed',sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.2px;
}
#contents h4 {
	margin: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4rem;
}
#contents p.bottomacvbtn {
	padding-bottom: 8px;
}

/*お知らせ
---------------------------------------------------------------------------*/
.info dl {
	overflow: hidden;
	height: auto;
	margin: 0% 5%;
}
.info dt {
	clear: left;
	float: left;
	width: 96%;
	padding: 0px 0px 4px;
	color: #09c;
	font-size: 1.1rem;
	line-height: 1.1rem;
}
.info dd {
	margin-bottom: 16px;
	width: 96%;
	padding: 4px 0px;
	font-size: 1rem;
	line-height: 1.2rem;
	}
.info span{
	hyphens: auto;
}
.scroll {
    height: 200px;
    overflow: auto;
}
	
/*ご挨拶
---------------------------------------------------------------------------*/
#greeting p {
	padding: 8%;
    margin: 2%;
    font-size: 100%;
	line-height: 1.3;
	letter-spacing: 0px;
    hyphens: auto;
	border-radius: 4px;
}
#greeting span {
    font-size: 1.1rem;
}
#greeting div {
	padding: 0px;
	margin: 2%;
}
/*コースディレクター
---------------------------------------------------------------------------*/
#coursedir img{
	background: #fff;
	margin: 30px auto 10px;
	padding: 2px;
	width: 60%;
	border-radius: 4px;
}
.coursedircont{
	display: flex;
	flex-direction: column;
	max-width: auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.coursedirname{
	margin-bottom: 10px;
	font-size: 1.3rem;
    font-weight: 600;
	letter-spacing: 0.5px;
    color: #333;
}
.coursediraff{
	font-size: 1rem;
    font-weight: 400;
	line-height: 0.8;
    color: #333;
}
/*トップページ スポンサーバナー
---------------------------------------------------------------------------*/
#sponsoredbanner{
    padding: 1rem;
    text-align: center;
    color: #666;
    margin-bottom: auto;
    background: #fff;
    font-size: 1rem;
}
#sponsoredbanner li{
	display: flex;
	flex-direction: column;
	padding: 14px 30px;
}
/*フッターエリア
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenubox {
	display: flex;
	flex-direction: column;
	padding: 16px 0;
	color: #D6D6D6;
	font-size: 0.9rem;
	line-height: 1.5;
	text-align: center;
}
#footermenu a {
	text-decoration: none;
    color: #fff;
}
.footermenuL {
	padding: 16px;
	width: auto;
	text-align: center;
	color: #D6D6D6;
	display: flex;
	flex-flow: column;
}
.footermenuM {
	background-color:#333;
	padding: 16px 0px;
	width: auto;
	display: flex;
	flex-flow: column;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1;
}
.footermenuR {
	padding: 16px 0;
	width: auto;
	font-size: 1rem;
	line-height: 2.5;
}
/*コピーライト*/
.copyright div{
    text-align: center;
	}
/**戻るボタン
---------------------------------------------------------------------------*/ 
.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    display: block;
    background-color: #333;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #A7A7A7;
    text-align: center;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding:0px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
	
	
/*サブページ ヘッダー
---------------------------------------------------------------------------*/
.sub-header {
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding: 4px;
}
/*ロゴ*/
.toplogomark img {
    margin: 4px auto;
    max-height: 80px;
}
.toplogotext img {
    margin-bottom: auto;
    max-height: 74px;
}
/*サブページ ファカルティ
---------------------------------------------------------------------------*/
#faculty img{
	margin: 0px auto 20px;
	border-radius: 50%;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
#faculty div{
    padding-bottom: 20px;
	width: 0 auto;
}
.faccont1{
	display: flex;
	flex-direction: column;
	max-width: auto;
	padding: 0px;
}
.faccont2{
	display: flex;
	flex-direction: column;
	max-width: auto;
	padding: 0px;
}
.facname{
	margin-bottom: 10px;
	font-size: 1.3rem;
    font-weight: 600;
	line-height: 1.2rem;
	letter-spacing: 0.5px;
    color: #333;
}
.facaff{
	font-size: 1rem;
    font-weight: 400;
	letter-spacing: -0.2px;
    color: #333;
}
/*サブページ「General Info.」
---------------------------------------------------------------------------*/
/*ブロック全体*/
.ginf dl {
    margin: 0px 16px 10% 16px;
}
.ginf dt {
	padding-top: 16px;
	color: #cc6699;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
	font-size: 1.3rem;
    line-height: 2;
}
.ginf dd {
	margin-left: 0px;
    line-height: 1.5;
	letter-spacing: 0px;
}
.ginf span{
	font-size:0.9rem;
    font-style:italic;
    hyphens: manual;
	letter-spacing: 0px;
}
/*サブページ「Program」
---------------------------------------------------------------------------*/
#program{
	margin: 0 auto;
	padding-bottom: 80px;
	width: 100%;
    font-size: 0.95rem;
    hyphens: manual;
}
#program span{
	font-size: 0.85em;
    font-weight: 400;
    font-style: italic;
}
#program ul {
    margin-bottom: 20px;
}
#program li {
    margin: 0 2rem;
	padding-bottom: 6px;
	line-height: 1.3;
    font-size: 1em;
}
#program li span{
    font-size: 0.95em;
	font-style: italic;
	font-weight: 400;
	hyphens: manual;
}
.lectitle{
    letter-spacing: 0em;
}
#prgbutton{
	text-align: right;
	padding-bottom: 0px;
}
.prgtheme1{
	margin: 24px 0px 16px 24px;
	font-size: 1.1em;
	font-weight: 400;
	color: #666;
}
#program span.prgtheme2{
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	color: #666;
	line-height: 1em;
}
	
/*テーブル全体*/
table {
    margin: 0 auto 30px;
    width: 100%;
    line-height: 1.2rem; 
}
table th{
	font-size: 0.9em;
	font-weight: 400;
	}
table th,
table td {
    padding: 0.3rem;
}
.time{
    padding: 0.5rem 0.1rem;
    letter-spacing: -0.02rem;
    width: 15%;
	font-size: 0.85rem;
}
.session{
	font-size: 1rem;
    font-weight: 500;
    width: 70%;
	padding: 0.5rem;
}
.proceeding{
    font-weight: 400;
    width: 15%;
}
/*サブページ「Registration」
---------------------------------------------------------------------------*/
/*ブロック全体*/
.reg ul {
	display: flex;
    flex-flow:column;
    justify-content: center;
	height: auto;
    text-decoration: none;
}
.reg li {
	width: auto;
    padding: 8px 8px 60px;
    text-align: center;
    font-size: 1em;
    color: #666;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

/*サブページ「Sponsors」
---------------------------------------------------------------------------*/
/*ブロック全体*/
.sponsors ul {
	display: flex;
    flex-flow:column;
    align-items: center;
	padding:0px 0px 10%;
	height: auto;
    text-decoration: none;
    text-align: center;
}
.sponsors li {
	width: 90%;
    padding: 0 0 8px;
    text-align: center;
}
.sponsors img {
	width: auto;
}

/*改行*/
.br-pc { display: none; }
.br-sp { display: block; }

}
