@charset "utf-8";

#lp2101 #mainVisual{
	display: block;
	width: 100%;
	height: 500px;
	background: url("/image/jp/expo/science/lp2101/index_06.jpg") no-repeat center center / cover;
}
#lp2101 #mainVisual #expoMark{
	display: block;
	width: 100%;
	max-width: 250px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: auto;
	text-align: center;
	background: rgba(0,0,0,0.7);
}
#lp2101 #mainVisual #expoMark small{
	display: block;
	color: #FFF;
}
#lp2101 #mainVisual #expoMark strong{
	display: block;
	font-size: 22px;
	color: #FFF;
}
#lp2101 #mainVisual .registBtn_top{
	display: block;
	max-width: 250px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 60px 10px 10px;
	text-align: center;
	font-size: 20px;
	background: #57c4c3;
	margin-left: auto;
	margin-bottom: 30px;
	position: relative;
}
#lp2101 #mainVisual .registBtn_top::after{
	content: "";
	display: block;
	width: 50px;
	height: 100%;
	background: url("/image/jp/expo/science/lp2101/index_08.png") no-repeat #FFF center center;
	box-sizing: border-box;
	border: #57c4c3 solid 1px;
	position: absolute;
	top: 0;
	right: 0;
}
#lp2101 #mainVisual #mainTitle{
	display: block;
	width: 100%;
	max-width: 600px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: rgba(22,37,76,0.8);
}
#lp2101 #mainVisual #mainTitle small{
	display: block;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 12px;
	color: #FFF;
}
#lp2101 #mainVisual #mainTitle strong{
	display: block;
	font-weight: bold;
	font-size: 36px;
	color: #FFF;
}

@media only screen and (min-width:769px){ /* for PC */
	#lp2101 #mainVisual .registBtn_top:hover{
		opacity: 0.65;
		transition: all .4s;
	}
}
@media only screen and (max-width:768px){ /* for SP */
	#lp2101 #mainVisual{
		height: auto;
		padding-top: 20px;
		background-position: left center;
	}
	#lp2101 #mainVisual #expoMark{
		max-width: 200px;
		padding-top: 4px;
		padding-bottom: 4px;
		line-height: 140%;
	}
	#lp2101 #mainVisual #expoMark small{
		font-size: 12px;
	}
	#lp2101 #mainVisual #expoMark strong{
		font-size: 16px;
	}
	#lp2101 #mainVisual .registBtn_top{
		max-width: 200px;
		padding: 6px 60px 6px 10px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	#lp2101 #mainVisual .registBtn_top::after{
		width: 40px;
		background-size: 100% auto;
	}
	#lp2101 #mainVisual #mainTitle{
		margin-bottom: 10px;
	}
	#lp2101 #mainVisual #mainTitle small{
		font-size: 16px;
		margin-bottom: 8px;
	}
	#lp2101 #mainVisual #mainTitle strong{
		font-size: 28px;
	}
}

#lp2101 article{
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
#lp2101 #boothBg{
	background: rgba( 200, 200, 200, 0.3 );
}
#lp2101 #listBg{
	background: rgba( 255, 255, 255, 0.5 );
}
#lp2101 #entryBg{
	background: rgba( 200, 200, 200, 0.3 );
}

#lp2101 .contentWrap{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#lp2101 .contentWrap h2{
	display: block;
	font-size: 26px;
	margin-bottom: 25px;
	text-align: center;
	color: #000;
}
#lp2101 .contentWrap h2 span{
	display: inline;
	font-size: inherit;
	font-weight: 400;
	padding: 0;
	background: none;
}
#lp2101 .contentWrap > h3{
	display: block;
	font-size: 22px;
	color: #FFF;
	font-weight: 400;
	padding: 10px 16px;
	border-left: none;
	border-radius: 5px;
	background: #16254c;
	margin-bottom: 25px;
}

@media only screen and (min-width:769px){ /* for PC */
	
}
@media only screen and (max-width:768px){ /* for SP */
	#lp2101 .contentWrap{
		padding-left: 3vw;
		padding-right: 3vw;
	}
	#lp2101 .contentWrap h2{
		font-size: 22px;
		margin-bottom: 20px;
		line-height: 100%;
	}
	#lp2101 .contentWrap h2 span{
		display: block;
		font-size: 22px;
	}
	#lp2101 .contentWrap > h3{
		font-size: 18px;
		padding: 8px 12px;
	}
}

#lp2101 .boothImg{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
#lp2101 .boothImg p.read{
	display: block;
	text-align: left;
	font-size: 20px;
	max-width: 46%;
}
#lp2101 .boothImg p.read small{
	display: block;
	font-size: 14px;
}
#lp2101 .boothImg img{
	max-width: 50%;
}

@media only screen and (min-width:769px){ /* for PC */
}
@media only screen and (max-width:768px){ /* for SP */
	#lp2101 .boothImg{
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#lp2101 .boothImg p.read{
		max-width: none;
		margin-bottom: 20px;
	}
	#lp2101 .boothImg p.read br{
		display: none;
	}
	#lp2101 .boothImg img{
		max-width: 100%;
	}
}

#lp2101 .movieWrap,
#lp2101 .pdfWrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 35px;
}
#lp2101 .movieWrap .item{
	max-width: 48%;
	width: 100%;
}
#lp2101 .pdfWrap .item{
	max-width: 23%;
}
#lp2101 .movieWrap .item img,
#lp2101 .pdfWrap .item img{
	width: 100%;
	max-width: 100%;
	margin-bottom: 12px;
	border: #DDD solid 1px;
	box-sizing: border-box;
}
#lp2101 .movieWrap .item iframe{
	max-width: 100%;
	width: 470px;
	height: 270px;
}
#lp2101 .movieWrap .item p.read,
#lp2101 .pdfWrap .item p.read{
	display: block;
	font-size: 18px;
	text-align: center;
	color: #16254c;
}
#lp2101 .pdfWrap .item p.read{
	font-size: 14px;
}
#lp2101 .registBtn{
	display: block;
	max-width: 650px;
	color: #FFF;
	text-decoration: none;
	padding: 10px 80px 10px 40px;
	text-align: center;
	font-size: 20px;
	background: #57c4c3;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#lp2101 .registBtn::after{
	content: "";
	display: block;
	width: 80px;
	height: 100%;
	background: url("/image/jp/expo/science/lp2101/index_08.png") no-repeat #FFF center center;
	box-sizing: border-box;
	border: #57c4c3 solid 1px;
	position: absolute;
	top: 0;
	right: 0;
}
#lp2101 .registBtn small{
	font-size: 14px;
}

@media only screen and (min-width:769px){ /* for PC */
	#lp2101 .registBtn:hover{
		opacity: 0.65;
		transition: all .4s;
	}
}
@media only screen and (max-width:768px){ /* for SP */
	#lp2101 .movieWrap,
	#lp2101 .pdfWrap{
		flex-flow: column wrap;
		justify-content: flex-start;
		align-items: flex-start;
		margin-bottom: 35px;
	}
	#lp2101 .movieWrap .item{
		max-width: 100%;
	}
	#lp2101 .movieWrap .item:nth-child(2n-1){
		margin-bottom: 20px;
	}
	#lp2101 .movieWrap .item iframe{
		width: 100%;
		height: 53vw;
	}
	#lp2101 .pdfWrap .item:nth-child(n-3){
		margin-bottom: 20px;
	}
	#lp2101 .movieWrap .item p.read{
		font-size: 14px;
	}
	#lp2101 .pdfWrap .item{
		max-width: 100%;
		text-align: center;
	}
	#lp2101 .pdfWrap .item img{
		max-width: 60%;
	}
	#lp2101 .registBtn{
		padding-left: 20px;
		text-align: left;
	}
}


#lp2101 .unit_wrap#cont_02 {
	width: 100%;
	background: rgba( 242, 242, 242, 0.85 );
	box-sizing: border-box;
	padding: 35px 0 0 0 ;
}
#lp2101 .unit_wrap#cont_02 .cont .ttl h2{
	margin-bottom: 0;
}
#lp2101 .unit_wrap#cont_02 .cont .ttl p{
	text-align: center;
	margin-bottom: 20px;
}
#lp2101 .unit_wrap#cont_02 .cont .list_wrap:after {
	content: '';
	clear: both;
	display: block;
}
#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box {
	width: 25%;
	float: left;
	position: relative;
	box-sizing: border-box;
	opacity: 1.0;
	transition: all .4s;
	cursor: pointer;
}
#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box.act {
	opacity: 0.5;
	transition: all .4s;
}
#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .photo img {
	max-width: 100%;
}
#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt {
	width: 100%;
	position: absolute;
	top: 35%;
	left: 2%;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
}
#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt p {
	font-size: 11px;
}
#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt h3 {
	border-left: 0;
	padding-left: 0;
	color: #fff;
	font-size: 120%;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont {
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	display: none;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont:after {
	content: '';
	clear: both;
	display: block;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont .acc_box {
	display: none;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont ul {
	width: 31%;
	float: left;
	margin-right: 2%;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont #accc_cont_03 ul {
	width: 100%;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont ul li {
	font-size: 13px;
	font-weight: bold;
	width: 100%;
	display: block;
	margin-bottom: 4px;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont ul li ul {
	width: 100%;
}
#lp2101 .unit_wrap#cont_02 .cont .pc_accordion_cont ul li li {
	padding-left: 1em;
	box-sizing: border-box;
	font-weight: normal;
	width: 100%;
	margin-bottom: 2px;
}
#lp2101 .unit_wrap#cont_02 .cont .btn_wrap {
	width: 100%;
	background: rgba( 153, 153, 153, 0.8 );
	text-align: center;
	color: #fff;
	padding: 8px;
	box-sizing: border-box;
}

@media only screen and (min-width:769px){ /* for PC */
	#lp2101 .list_wrap .disable_pc{
		display: none;
	}
	#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box:hover {
		opacity: 0.7;
		transition: all .4s;
	}
}
@media only screen and (max-width:768px){ /* for SP */
	#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box {
		width: 100%;	
	}
	#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt {
		top: 15px;	
	}
	#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt .txt_list {
		margin-top: 1.0em;
	}
	#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt .txt_list.disable_pc {
		display: block;
	}
	#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt .txt_list li {
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 4px;
		padding-right: 1em;
		box-sizing: border-box;
	}
	#lp2101 .unit_wrap#cont_02 .cont .list_wrap .box .txt .txt_list li li {
		padding-left: 1em;
		box-sizing: border-box;
		font-weight: normal;
		margin-bottom: 2px;
	}
}


