:root {
	--font-got-jp: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Std W3", Osaka;
}

#bgBlack{
	position:absolute;
	display:none;
	top:0;
	left:0;
	z-index:300;
	z-index:99999999;
	width:10px;
	height:10px;
	background:#000;
}

#bgWhiteBase{
	background:transparent;
	position:absolute;
	top:0;
	left:0;
	z-index:99999999;
}

#bgWhite{
	position: relative;
	top: 0;
	left: 0;
	z-index: 325;
	margin: 12px auto 0;
	padding: 0;
	width: 100%;
	max-width: 820px;
	/* min-width: 280px; */
	height: 0px;
	background: #fff;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	overflow: hidden;
}

#prvBlc{
	padding: 92px 32px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* font-family: var(--font-got-jp); */
	font-feature-settings: "palt" 1;
	color: #4d4d4d;
}

#wndTitle{
	position: absolute;
	top: 0;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	color: #fff;
	vertical-align: middle;
	background: #50a121;
/* 	-webkit-border-radius: 32px 32px 0 0;
	-moz-border-radius: 32px 32px 0 0;
	border-radius: 32px 32px 0 0;
 */
}

#wndTitle i{
	display: table-cell;
	border-right: transparent solid 4px;
	width: 52px;
	text-align: right;
	vertical-align: middle;
}

#wndTitle span
{
	display: table-cell;
	padding-top: 2px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
}

#bgWhite:after{
	content:" ";
	display: block;
	height:0;
	clear: both;
}


#bgWhite #columnbox{
	margin-bottom: 72px;
	padding: 24px;
	width: 100%;
	background: #f2f2e4;
	border-radius: 12px;
	border: #5ea832 solid 2px;
	box-sizing: border-box;
}

#bgWhite #columnbox p{
	margin-bottom: 12px;
	margin-left: 14px;
	font-size: 14px;
	line-height: 24px;
	text-indent: -14px;
	font-weight: bold;
}

#bgWhite .flow p
{
	margin-bottom: 4px;
	margin-left: 14px;
	font-size: 14px;
	line-height: 24px;
	text-indent: -14px;
	/* font-weight: bold; */
}

#bgWhite .flow{
	margin-bottom: 32px;
	padding: 0px;
	width: 100%;
}

#bgWhite .flow:last-child{
	margin-bottom: 0;
}

#bgWhite #columnbox p:last-child{
	margin-bottom: 0;
}

#prvBlc h1{
margin-bottom: 40px;
font-size: 28px;
color: #000;
text-align: center;
}

#scrollBoad .flowbox{
	margin-bottom: 72px;
}

#scrollBoad .flowbox:last-child{
	margin-bottom: 0;
}

#scrollBoad .flowbox header{
	margin-bottom: 36px;
	text-align: center;
	font-weight: bold;
}
 
#scrollBoad .flowbox header > h2{
	margin-bottom: 12px;
	padding-bottom: 8px;
}

#scrollBoad .popbutton{
	margin-right: 12px;
}

#scrollBoad .popbutton > span{
	margin-right: 12px;
}

#scrollBoad .popbutton{
	margin: 0 auto;
	width: 44%;
	min-width: 256px;
}

#scrollBoad .notice{
	font-weight: bold;
}

#prvBlc b.umber,
#prvBlc b.orange,
#prvBlc b
{
	color: #b7612f;
	font-weight: bold;
}

#prvBlc b.bl{
	color: #333333;
	font-weight: bold;
}

#prvBlc b.blue
{
	color: #03a0d0;
	font-weight: bold;
}

#prvBlc b.red{
	color: #c80e0e;
	font-weight: bold;
}

#prvBlc p span.para{
	display: block;
	margin-bottom: 8px;
}

#prvBlc p{
	margin: 0 0 32px;
	font-size: 14px;
}

#prvBlc a.ppwBtn{
	display: inline-block;
	position: relative;
	z-index: 999999999;
	padding: 4px 16px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #50a121;
	border: #50a121 solid 1px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap : break-word;
	overflow-wrap : break-word;
}

#prvBlc .btnWrapper a.ppwBtn{
		background: #f7f1d1;
}

#prvBlc a.ppwBtn i{
	position: absolute;
	top: 50%;
	right: 4px;
	margin-top: -8px;
}

#prvBlc #scrollBoad.project img{
	margin-bottom: 20px;
}

#prvBlc .wrapper{
	margin: 0 0 32px;
	/* text-align: right; */
}

#prvBlc #scrollBoad.project .wrapper{
		margin: 0;
}

#prvBlc #scrollBoad.inaugural p.author{
	padding-right: 4px;
	text-align: right;
}

#prvBlc #scrollBoad.inaugural .wrapper{
	height: auto;
	max-height: 360px;
	text-align: left;
}

#prvBlc h2{
	margin: 0 0 16px;
	font-size: 20px;
	text-align: center;
	color: #50a121;
	border-bottom: #50a121 solid 1px;
}

#prvBlc img{
	float: left;
	margin-right: 8px;
}

#prvBlc img.block{
	display: block;
	margin-right: 8px;
	float: none;
}

#prvBlc .btnWrapper:after{
	content:" ";
	height: 0;
	display: block;
	clear: both;

}

#prvBlc #leftBox{
	width: 44%;
	float: left;
}

#prvBlc #rightBox{
	width: 44%;
	float: right;
}

#prvBlc b + br{
	display: inline; /* */
}


	br.und480{
		display: none;
	}


@media only screen and (max-width: 479px){

	br.und480{
		display: inline;
	}
	
	#prvBlc{
		padding: 92px 20px 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	#prvBlc h1{
		font-size: 20px;
	}
	
	#prvBlc img{
		width: 160px;
		height: auto;
	}

	#prvBlc h2{
		margin: 0 0 16px;
		font-size: 16px;
		text-align: center;
		color: #50a121;
		border-bottom: #50a121 solid 1px;
	}

	#prvBlc #scrollBoad{
		padding-right: 8px;
		padding-bottom: 8px;
	}
		
	#prvBlc #leftBox{
		margin-bottom: 24px;
		width: 100%;
		float: none;
	}

	#prvBlc #rightBox{
		width: 100%;
		float: none;
	}
	
	#bgWhite #prvBlc,
	#bgWhite{
		height: 100%;
	}
}

#prvBlc .btnWrapper span{
	display: block;
	margin-bottom: 8px;
	text-align: center;
	font-size: 14px;
}

#prvBlc .btnWrapper a.ppwBtn{
	display: block;
	text-align: center;
}

#dataPrv{
	position:relative;
	margin:10px auto;
	width:10px;
	height:10px;
	background:#fff;
}

#impData{
overflow: auto;
}

#prvImg,
#movie
{
	background: transparent;
	z-index:331;
}

#prvImg img,
#movie object
{
	display:block;
}

p#info{
	padding: 8px 12px 0;
	line-height: 16px;
	color:#878787;
	font-family:"Arial";
	font-size:10px;
	font-weight:normal;
}


#close
{
	position: absolute;
	top: 16px;
	right: 16px;
	padding: 4px;
	width:24px;
	height: 24px;
	z-index:99999999;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	background: #50a121;
	border: #fff solid 2px;
	-webkit-border-radius: 32px;
	-moz-border-radius: 32px;
	border-radius: 32px;
	/*
	display:none;
	bottom:-72px;
	right:0;
	width:64px;
	height:20px;
	line-height:20px;
	font-family:"Arial Black";
	font-size:10px;
	color:#333;
	text-align:center;
	background:#d9d9d9;
	font-weight:bold;
	*/
}

#close:hover
{
	
	cursor:pointer;
	background: #65cb2a;
}

#close i{
	padding-bottom: 4px;
}

dl:after
{
	content: " ";
	display: block;
	height: 0;
	clear:both;

}

#bgWhite .flow p,
#impdata div#scrollBoad.vpd{
	margin-bottom: 16px;
	margin-bottom: 0;
}

#impdata div#scrollBoad h1{
	text-align: left;
}

#impdata div#scrollBoad h1 em,
#impdata div#scrollBoad p em{
	display: block;
	text-align: right;
	font-size: 14px;
}

#impdata div#scrollBoad p strong{
	text-decoration: none;
	font-style: normal;
	color: #50a121;
	font-weight: bold;
}

@media only screen and (max-width: 480px){

	#bgBlack{
		/* background: transparent; */
	}

	#prvBlc #impdata{
		height: auto;
		overflow: auto;
	}

	#bgWhite{
		margin: 0 auto 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}

	#prvBlc img{
		float: none;
		margin-right: 0;
		margin-bottom: 20px;
	}

}
