﻿@charset "utf-8";
@charset "utf-8";
body{
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	position: relative;
	font-feature-settings: "palt";
}

a{
	color: #3b6fc6;
	text-decoration: underline;
}
a:hover{
	color: #0060ff;
}

.seriesLogoBox{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.btnBox a{
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #6b5a4f;
	border-right: 3px solid #331e11;
	border-bottom: 3px solid #331e11;
	text-decoration: none;
	border-radius: 15px;
}
.btnBox a:hover{
	background: #998171;
}

.checkList li{
	padding-left: 26px;
	background: url(../img/check.gif) no-repeat;
	background-size: 16px 16px;
	background-position: 0 0.45em;
	margin-bottom: 5px;
}

.drOnly{
	display: inline-block;
	padding: 2px 8px;
	background: #ff3535;
	color: #fff;
	font-size: 0.8em;
}

.modalArea{
	display: none;
 	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	margin: 0 !important;
}
.modalArea > div{
	display: none;
	position: relative;
}
.modalArea.visibleOn,.modalArea > div.visibleOn{
}
.modalArea.visibleOn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.howtoBox > div{
	border: 1px solid #ccc;
	color: #000;
	padding: 20px;
	font-weight: normal;
	border-radius: 15px;
}
.howtoBox > div > p:first-of-type::first-letter{
	font-size: 2.5em;
	float: left;
	padding: 0 20px 0 10px;
	font-weight: bold;
}
.howtoBox > div > p:nth-of-type(2){
	clear: both;
	text-align: center;
	margin-top: 10px;
}

.qaBox dt{
	background: #efefef;
	font-weight: normal;
	padding: 10px 20px;
	margin-top: 10px;
	cursor: pointer;
}
.qaBox dd{
	display: none;
	font-weight: normal;
	padding: 20px;
	background: #fafafa;
}
.qaBox + p{font-weight: normal;}

footer{
	text-align: center;
	font-weight: normal;
	font-size: 0.8em;
	padding: 20px;
	margin-top: 50px;
	background-color: #efefef;
}
img{
	vertical-align: bottom;
}


/* --------------------------------------------------
	PC
-------------------------------------------------- */
@media screen and (min-width:641px){

	header{
		background-image: url(../img/main.png);
		background-color: #f4f4f4;
		background-position: left top;
		background-repeat: no-repeat;
		height: 650px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	header .innerBox{
		width: 1000px;
	}
	.rightBox{
		width: 680px;
		margin-left: 320px;
	}
	.seriesLogoBox{

	}
	.seriesLogoBox img{
		width: 120px;
		height: auto;
		margin-right: 10px;
		vertical-align: baseline;
	}
	.seriesLogoBox p{
		font-size: 22px;
		color: #565656;
	}
	h1{
		font-size: 45px;
		line-height: 1.2em;
		text-align: right;
	}
	h1 span{
		font-size: 30px;
}
	.outlineBox{
		margin: 50px 0;
		text-align: right;
		font-size: 16px;
	}
	header .btnBox{
		text-align: right;
	}
	.btnBox a{
		display: inline-block;
		padding: 15px 50px;
		font-size: 24px;
	}

	.contentArea{
		width: 1000px;
		margin: 0 auto;
	}
	h2{
		margin: 80px 0 15px 0;
		font-size: 40px;
		color: #6b5a4f;
		font-weight: bold;
	}
	h2 p{
		color: #000;
		font-size: 18px;
	}
	h3{
		padding-left: 10px;
		border-left: 13px solid #6d94db;
	}
	.contentArea section:first-of-type h2{
		margin-top: 50px; 
	}

	.scheduleBox{
		border-top: 1px solid #6b5a4f;
		border-right: 1px solid #6b5a4f;
	}
	.scheduleBox > div:first-of-type{
		background: #998171;
		text-align: center;
		color: #fff;
	}
	.scheduleBox > div{
		display: flex;
	}
	.scheduleBox > div > div:nth-of-type(1){
		width: 83%;
	}
	.scheduleBox > div > div:nth-of-type(2){
		width: 17%;
	}
	.scheduleBox > div > div{
		padding: 10px 20px;
		border-bottom: 1px solid #6b5a4f;
		border-left: 1px solid #6b5a4f;
	}

	.scheduleBox2{
		border-top: 1px solid #6b5a4f;
		border-right: 1px solid #6b5a4f;
	}
	.scheduleBox2 > div:first-of-type{
		background: #998171;
		text-align: center;
		color: #fff;
	}
	.scheduleBox2 .pOutlineBox{
		display: flex;
		gap: 20px;
		align-items: center;
	}
	.scheduleBox2 .pOutlineBox > div:first-of-type{
		width: 30%;
		border: 1px solid #ccc;
	}
	.scheduleBox2 .pOutlineBox > div:nth-of-type(2){
		width: calc(100% - 30% - 20px);
	}
	.scheduleBox2 .pOutlineBox img{
		width: 100%;
		height: auto;
	}
	.scheduleBox2 > div > div{
		padding: 10px 20px;
		border-bottom: 1px solid #6b5a4f;
		border-left: 1px solid #6b5a4f;
	}

	.speakersList{
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.speakersList li{
		width: calc((100% - 40px) / 3);
		cursor: pointer;
	}
	.speakersList li:hover{
		opacity: 0.9;
	}
	.speakersList li .thumbnailBox{
		border-radius: 20px;
		border: 1px solid #998171;
		overflow: hidden;
	}
	.thumbnailBox img{
		width: 100%;
		height: auto;
	}
	.speakersList .profBox{
		margin-top: 5px;
	}
	.sName{
		font-size: 22px;
	}
	.sTitle{
		font-size: 14px;
	}
	.sProf{
		font-size: 16px;
	}
	.modalArea .sModalBoxWrap{
		width: 550px;
		border-radius: 20px;
		overflow: hidden;
	}
	.modalArea .thumbnailBox{
		border-radius: 0;
		height: 100%;
		width: auto;
		text-align: center;
	}
	.modalArea .profBox{
		background: #fff;
		padding: 20px;
	}
	.modalArea .sName{
		margin-top: 0;
	}
	.modalArea .sProf{
		margin: 5px 0 10px 0;
	}
	.closeBtn{
		position: absolute;
		top: -20px;
		right: -20px;
		cursor: pointer;
	}
	.tableBox{
		display: table;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
	}
	.tableBox > div{
		display: table-row;
	}
	.tableBox > div > div{
		display: table-cell;
		padding: 15px 20px;
		vertical-align: middle;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.tableBox > div > div:first-of-type{
		text-align: center;
	}

	.howtoBox{
		display: flex;
		gap: 15px;
	}
	.howtoBox > div{
		width: calc((100% - 15px) / 2);
		padding: 20px;
	}

	.pcNone{display: none;}
}

/* --------------------------------------------------
	スマホ
-------------------------------------------------- */
@media screen and (max-width:640px){
	body{
		font-size: 16px;
	}
	img{
		width: 100%;
		height: auto;
	}

	.seriesLogoBox{
		background-image: url(../img/main.png);
		background-color: #f4f4f4;
		background-position: left top;
		background-repeat: no-repeat;
		background-size: contain;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	header .seriesLogoBox{
		padding: 15px;
	}
	.seriesLogoBox img{
		width: 90%;
		height: auto;
		margin-right: 10px;
		vertical-align: baseline;
	}
	.seriesLogoBox p:first-of-type{
		width: 30%;		
	}
	.seriesLogoBox p{
		font-size: 3.5vw;
		color: #565656;
	}
	h1{
		font-size: 6vw;
		text-align: center;
		padding: 15px 15px 10px;
	}
	h1 span{
		font-size: 5vw;
	}
	.outlineBox{
		margin: 0 15px 15px;
		font-size: 16px;
	}
	.btnBox a{
		display: block;
		padding: 15px;
		font-size: 5vw;
		margin: 20px;
	}

	.contentArea{
		margin: 20px;
	}
	h2{
		margin: 40px 0 10px 0;
		font-size: 30px;
		color: #6b5a4f;
		font-weight: bold;
	}
	h2 p{
		color: #000;
		font-size: 18px;
	}
	h3{
		padding-left: 10px;
		border-left: 13px solid #6d94db;
	}

	.scheduleBox{
		border: 1px solid #6b5a4f;
		border-bottom: none;
	}
	.scheduleBox > div:first-of-type{
		display: none;
	}
	.scheduleBox > div{
		display: flex;
		flex-wrap: wrap;
	}
	.scheduleBox > div > div:nth-of-type(1){
		order: 2;
		border-bottom: 1px solid #6b5a4f;
	}
	.scheduleBox > div > div:nth-of-type(2){
		order: 1;
		text-align: center;
		background: #998171;
		color: #fff;
	}
	.scheduleBox > div > div:nth-of-type(2) br{
		display: none;
	}
	.scheduleBox > div > div{
		padding: 10px 20px;
		width: 100%;
	}

	.scheduleBox2{
		border: 1px solid #6b5a4f;
		border-bottom: none;
	}
	.scheduleBox2 > div:first-of-type{
		display: none;
	}
	.scheduleBox2 > div{
		display: flex;
		flex-wrap: wrap;
	}
	.scheduleBox2 > div > div:nth-of-type(1){
		order: 2;
		border-bottom: 1px solid #6b5a4f;
	}
	.scheduleBox2 a > div > div:nth-of-type(2){
		order: 1;
		text-align: center;
		background: #998171;
		color: #fff;
	}
	.scheduleBox2 > div > div:nth-of-type(2) br{
		display: none;
	}
	.scheduleBox2 > div > div{
		padding: 10px 20px;
		width: 100%;
	}
	.scheduleBox2 .pOutlineBox > div:first-of-type{
		width: 70%;
		border: 1px solid #ccc;
		margin: 0 auto 10px;
	}


	.speakersList li{
		margin: 0 0 25px;
	}
	.speakersList li:hover{
		opacity: 0.9;
	}
	.speakersList li .thumbnailBox{
		border-radius: 20px;
		border: 1px solid #998171;
		overflow: hidden;
	}
	.thumbnailBox img{
		width: 100%;
		height: auto;
	}
	.sName{
		margin-top: 5px;
		font-size: 1.5em;
	}
	.sName span{
		font-size: 0.67em;
		margin-right: 10px;
	}
	.sTitle{
		font-size: 0.8em;
		font-weight: normal;
	}
	.sProf{
		font-size: 1em;
		font-weight: normal;
		overflow: scroll;
	}
	.modalArea .sModalBoxWrap{
		width: 95%;
		margin: 0 2.5%;
		border-radius: 20px;
		overflow: hidden;
		padding-bottom: 15px;
		background: #fff;
	}
	.modalArea .thumbnailBox{
		border-radius: 0;
		height: 100%;
		width: auto;
		text-align: center;
	}
	.modalArea .profBox{
		padding: 15px 15px 0;
		max-height: 100vw;
		overflow: scroll;
	}
	.modalArea .sName{
		margin-top: 0;
	}
	.modalArea .sProf{
		margin: 5px 0 10px 0;
	}
	.closeBtn{
		position: absolute;
		top: -10px;
		right: 0;
		cursor: pointer;
	}
	.closeBtn img{
		width: 40px;
		height: auto;
	}

	.tableBox{
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		font-weight: normal;
	}
	.tableBox > div{
	}
	.tableBox > div > div{
		padding: 10px 20px;
		vertical-align: middle;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}
	.tableBox > div > div:first-of-type{
		text-align: center;
		background: #efefef;
	}

	.howtoBox > div{
		padding: 15px;
		margin-bottom: 15px;
	}
	.smpNone{
		display: none;
	}
}

/* --------------------------------------------------
	Wide use
-------------------------------------------------- */
/* ボーダークラス */
.brdNone{border:none;}

.mt1em{margin-top: 1em;}
/* 余白クラス */
.mt0{margin-top:0;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}

.mr0{margin-right:0;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr90{margin-right:90px;}
.mr100{margin-right:100px;}

.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

.ml0{margin-left:0;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}
.ml80{margin-left:80px;}
.ml90{margin-left:90px;}
.ml100{margin-left:100px;}

.mtb0{margin-top:0;margin-bottom:0;}
.mtb5{margin-top:5px;margin-bottom:5px;}
.mtb10{margin-top:10px;margin-bottom:10px;}
.mtb15{margin-top:15px;margin-bottom:15px;}
.mtb20{margin-top:20px;margin-bottom:20px;}
.mtb30{margin-top:30px;margin-bottom:30px;}
.mtb40{margin-top:40px;margin-bottom:40px;}
.mtb50{margin-top:50px;margin-bottom:50px;}
.mtb60{margin-top:60px;margin-bottom:60px;}
.mtb70{margin-top:70px;margin-bottom:70px;}
.mtb80{margin-top:80px;margin-bottom:80px;}
.mtb90{margin-top:90px;margin-bottom:90px;}
.mtb100{margin-top:100px;margin-bottom:100px;}

.mrl0{margin-right:0;margin-left:0;}
.mrl5{margin-right:5px;margin-left:5px;}
.mrl10{margin-right:10px;margin-left:10px;}
.mrl15{margin-right:15px;margin-left:15px;}
.mrl20{margin-right:20px;margin-left:20px;}
.mrl30{margin-right:30px;margin-left:30px;}
.mrl40{margin-right:40px;margin-left:40px;}
.mrl50{margin-right:50px;margin-left:50px;}
.mrl60{margin-right:60px;margin-left:60px;}
.mrl70{margin-right:70px;margin-left:70px;}
.mrl80{margin-right:80px;margin-left:80px;}
.mrl90{margin-right:90px;margin-left:90px;}
.mrl100{margin-right:100px;margin-left:100px;}

.ma0{margin:0 0 0 0;}
.ma5{margin:5px 5px 5px 5px;}
.ma10{margin:10px 10px 10px 10px;}
.ma15{margin:15px 15px 15px 15px;}
.ma20{margin:20px 20px 20px 20px;}
.ma30{margin:30px 30px 30px 30px;}
.ma40{margin:40px 40px 40px 40px;}
.ma50{margin:50px 50px 50px 50px;}
.ma60{margin:60px 60px 60px 60px;}
.ma70{margin:70px 70px 70px 70px;}
.ma80{margin:80px 80px 80px 80px;}
.ma90{margin:90px 90px 90px 90px;}
.ma100{margin:100px 100px 100px 100px;}

.pt0{padding-top:0;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt60{padding-top:60px;}
.pt70{padding-top:70px;}
.pt80{padding-top:80px;}
.pt90{padding-top:90px;}
.pt100{padding-top:100px;}

.pr0{padding-right:0;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}
.pr40{padding-right:40px;}
.pr50{padding-right:50px;}
.pr60{padding-right:60px;}
.pr70{padding-right:70px;}
.pr80{padding-right:80px;}
.pr90{padding-right:90px;}
.pr100{padding-right:100px;}

.pb0{padding-bottom:0;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}
.pb70{padding-bottom:70px;}
.pb80{padding-bottom:80px;}
.pb90{padding-bottom:90px;}
.pb100{padding-bottom:100px;}

.pl0{padding-left:0;}
.pl5{padding-left:5px;}
.pl10{padding-left:10px;}
.pl15{padding-left:15px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}
.pl40{padding-left:40px;}
.pl50{padding-left:50px;}
.pl60{padding-left:60px;}
.pl70{padding-left:70px;}
.pl80{padding-left:80px;}
.pl90{padding-left:90px;}
.pl100{padding-left:100px;}

.ptb0{padding-top:0;padding-bottom:0;}
.ptb5{padding-top:5px;padding-bottom:5px;}
.ptb10{padding-top:10px;padding-bottom:10px;}
.ptb15{padding-top:15px;padding-bottom:15px;}
.ptb20{padding-top:20px;padding-bottom:20px;}
.ptb30{padding-top:30px;padding-bottom:30px;}
.ptb40{padding-top:40px;padding-bottom:40px;}
.ptb50{padding-top:50px;padding-bottom:50px;}
.ptb60{padding-top:60px;padding-bottom:60px;}
.ptb70{padding-top:70px;padding-bottom:70px;}
.ptb80{padding-top:80px;padding-bottom:80px;}
.ptb90{padding-top:90px;padding-bottom:90px;}
.ptb100{padding-top:100px;padding-bottom:100px;}

.prl0{padding-right:0;padding-left:0;}
.prl5{padding-right:5px;padding-left:5px;}
.prl10{padding-right:10px;padding-left:10px;}
.prl15{padding-right:15px;padding-left:15px;}
.prl20{padding-right:20px;padding-left:20px;}
.prl30{padding-right:30px;padding-left:30px;}
.prl40{padding-right:40px;padding-left:40px;}
.prl50{padding-right:50px;padding-left:50px;}
.prl60{padding-right:60px;padding-left:60px;}
.prl70{padding-right:70px;padding-left:70px;}
.prl80{padding-right:80px;padding-left:80px;}
.prl90{padding-right:90px;padding-left:90px;}
.prl100{padding-right:100px;padding-left:100px;}

.pa0{padding:0 0 0 0;}
.pa5{padding:5px 5px 5px 5px;}
.pa10{padding:10px 10px 10px 10px;}
.pa15{padding:15px 15px 15px 15px;}
.pa20{padding:20px 20px 20px 20px;}
.pa30{padding:30px 30px 30px 30px;}
.pa40{padding:40px 40px 40px 40px;}
.pa50{padding:50px 50px 50px 50px;}
.pa60{padding:60px 60px 60px 60px;}
.pa70{padding:70px 70px 70px 70px;}
.pa80{padding:80px 80px 80px 80px;}
.pa90{padding:90px 90px 90px 90px;}
.pa100{padding:100px 100px 100px 100px;}

/* フォントクラス */
.bTxt{font-weight:bold;}
.uTxt{text-decoration:underline;}
.linkTxt{color:#069;text-decoration:underline;}
.redTxt{color:#e00;}
.blueTxt{color:#069;}
.grayTxt{color:#333;}
.lGrayTxt{color:#999;}
.ulGrayTxt{color:#ccc;}

.sTxt{font-size:0.85em;}
.xsTxt{font-size:0.78em;}
.xxsTxt{font-size:0.71em;}
.lTxt{font-size:1.14em;}
.xlTxt{font-size:1.28em;}
.xxlTxt{font-size:1.42em;}
.xxxlTxt{font-size:1.57em;}

.mark{
	text-indent:-1em;
	margin-left:1em;
}

/* アライン設定 */
.alTxt{text-align:left;}
.acTxt{text-align:center;}
.arTxt{text-align:right;}

/* クリア・フロート */
.flR{float:right;}
.flL{float:left;}
.flC{
	position:relative;
	overflow:hidden;
}
.flC ul{
	position:relative;
	left:50%;
	float:left;
}
.flC ul li{
	position:relative;
	left:-50%;
	float:left;
}

.clearfix{min-height:1px;}
.clearfix:after{
	content:" "; 
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
* html .clearfix{
	height:1px;
	/*¥*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.clear{clear:both;}
