/* CSS Document */
.sp-on, .sp-onb, .sp-ons{
		display: none;
}
.sp-off{
	display: inherit;
}
.sp-offtr{
	display: table-row;
}

a:link  {
	color: #36C;
	text-decoration:underline;
}


a:visited {
	color: #36C;
	text-decoration:underline;
}

a:active {
	color:#36C;
	text-decoration:underline;
}

a:hover {
	color:#39F;
	text-decoration:underline;
}


body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "メイリオ",Meiryo,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Osaka","ＭＳ Ｐゴシック",sans-serif;
	line-height:160%;
/*
	font-size:80%;
*/
}

#pankuzu {
	padding: 3px 10px;
	font-size:80%;
}
#pankuzu a {
	color:#74A949;
}
#pankuzu a:hover {
	color: #fff;
	text-decoration:underline;
}




#header h1 {
	margin: 0 auto;
	padding: 0;
	text-indent: -9999pt;
	background: url(../img/title.png);
	height: 282px;
	width: 980px;
}
#header {
	background-color:#1B317B;
	color: #ffffff;
}
#header p {
	font-size:85%;
	padding:0.5em 1.5em;
	margin:0;
}
#header h1 a {
	display:block;
	height: 400px;
	width: 980px;
}


#container {
	width: 980px;
	margin: 0px auto;
	padding: 0px;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
/*
	background: url(../img/bg.gif) repeat-y;
	min-height: 100%;
*/
}

#container p.footer {
	border-top: 1px solid #CCCCCC;
	font-size: 80%;
	margin: 0px;
	padding: 5px 20px;
	text-align: right;
	clear: both;
	background-color:#333333;
	color:#FFF;
/*
	width: 800px;
*/
}

#container p.footer a {
	color:#FFF;
}



#contents {
/*
	width: 698px;
	border-bottom: 1px dotted #CCCCCC;
	background: #FFFFFF;
	float: left;
	background: url(../img/bg.jpg) no-repeat bottom;
*/
	margin: 0px;
	padding: 40px 50px 50px;
	text-align: left;
}


.cell {
	width:750px;
	margin:0 50px 50px;
}

.widecell {
	width:800px;
	margin:0 auto 25px;
}

.sub {
margin: 1em 0em;
  padding: 0em 0.5em;
  border-left: 10px solid #000;
font-weight: bold;
	height: 1em;
	
}



dl dt {
	width:13em;
	float:left;
}

dl dd {
	margin-left:13em;
	margin-bottom:10px;
}

dl.lo dt {
	font-weight: bold;
	width:14em;
	float:left;
}

dl.lo dd {
	margin-left:14em;
	margin-bottom:10px;
}


p.center {
	text-align: center;
}

em {
	font-style:normal;
	font-weight: bold;
	color: #CC0000;
}

em.check {
	color: #0000CC;
}

strong {
	font-weight: bold;
}


.clear {
	clear: both;
}




.note {
	border:1px dotted #FFCCCC;
	padding: 10px;
	background-color:#FFF8F8;
	margin: 0 50px 20px;
}



.seeds_title ol {
	margin:0;
	padding:0;
	
}

.seeds_title ol li {
	list-style:none;
	margin:0 0 0.5em 0;
	padding:0;
}

.p_orange {
	margin-top:1em;
	font-size:90%;
	color:#F00;
}
.p_orange2 {/*参加者アンケート導入文字*/
	margin-top:1em;
	font-size:90%;
}

.sp-m {
	display: none;
}
/*スマホ対応*/
@media screen and (max-width: 980px) {
	.sp-off, .sp-offtr, .pc-m{
		display: none !important;
	}
	.sp-on, .sp-m{
		display: inherit;
	}
	.sp-onb{
		display: block;
	}

	#container, footer, .widecell {
		width: 100%;
	}
	#contents {
		margin: 0px;
		padding: 40px 20px 50px 20px;
	}

	dl dt {
		width:100%;
		float:inherit;
	}

	dl dd {
		line-height: 1.5em;
		margin-left:0px;
		margin-bottom: 25px;
	}
	
	dl.lo dt  {
		width:100%;
		float:inherit;
	}

	dl.lo dd {
		line-height: 1.5em;
		margin-left:0px;
		margin-bottom: 25px;
	}

	table.schedule {
		width: 50%;
		table-layout: fixed;
		word-break: break-word;
	}

	table.schedule th {
		white-space: normal;
		display: block;
	}

	table.schedule td {
		display: block;
	}

	.img-ft img {
		margin: 5px 0px;
	}
/*sp動画*/
	.youtube p {
		width: 100%;
	}
/*sp動画 ここまで*/
/*ハンバーガーメニュー用設定*/
	/*メニュー右側配置*/
	.m-btn {
		position: fixed;
		top: 0px;
		right: 0px;
		display: flex;
		height: 40px;
		width: 40px;
		margin: 5px 10px 5px auto;
		justify-content: center;
		align-items: center;
		z-index: 90;
		background-color: #647Bff;
	}

	/*span要素+span要素の前後にborderを設定することで三本戦を描画*/
	.m-btn span, .m-btn span::before, .m-btn span::after {
		content: '';
		display: block;
		height: 5px;
		width: 30px;
		border-radius: 5px;
		background-color: #FFFFFF;
		position: absolute;
	}
	.m-btn span::before {
		bottom: 10px;
	}
	.m-btn span::after {
		top: 10px;
	}

	/*メニューオープン時に三本戦を「×」に変更*/
	#m-btn-c:checked~ .m-btn span {
		/*線を1本削除*/
		background-color: rgba(0,0,255,0);
	}
	#m-btn-c:checked~ .m-btn span::before {
		/*45度の角度で斜め線*/
		bottom:0;
		transform: rotate(45deg);
	}
	#m-btn-c:checked~ .m-btn span::after {
		/*-45度(before分の反転)角度で斜め線*/
		top: 0;
		transform: rotate(-45deg);
	}

	/*メニューマーク書き換え確認用のチェックボックスを隠す*/
	#m-btn-c {
		display: none;
	}

	/*メニュー項目デザイン*/
	.m-content {
		width: 100%;
		height: auto;
		position: fixed;
		top: 50px;
		z-index: 80;
		background-color: #122a88;
		text-align: center;
		/*上から下のアニメーション*/
		right: 0;
		transition: ease 0.2s;/*「ゆっくり-加速-ゆっくり」で動作する*/
		transition: transform 0.6s;/*アニメーションの設定。0.6秒で動作*/
		transform: scale(1,0);/*アニメーション終了時の状態　Yを0とすることでメニュー項目の表示を消す*/
		transform-origin: top;/*アニメーション開始時の初期位置*/
	}
	.m-content ul {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px;	
	}
	.m-content ul li {
		border-bottom: solid 1px #fff;
		list-style: none;
	}
	.m-content ul li a {
		display: block;
		box-sizing: border-box;
		color: #fff;
		text-decoration: none;
		padding: 8px 5px;
		position: relative;
		font-size: 110%;
		font-weight: bold;
	}
	.m-content ul li a.active {
		background-color: #00b0ec;
	}
	.m-content ul li a:hover {
		background-color: #00b0ec;
	}

	/*メニューオープン時にメニュー項目を画面内へ表示*/
	#m-btn-c:checked~ .m-content {
		/*上から下のアニメーション*/
		transform: scale(1,1);/*アニメーション終了時の状態　Yを倍率1とすることでメニュー項目を表示*/
	}
	/*ヘッダーエリア*/
	.b-menu {
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 0;
		width: 100%;
		height: 50px;
		background-color: rgba(4,21,63, 0.8)/*#04213f*/;
		z-index: 75;
		color: aliceblue;
	}
	.b-menu p {
		position: fixed;
		margin: 5px 0 5px 10px;
		text-align: left;
	}
/*ハンバーガーメニュー用設定 ここまで*/

/*アンケートフォームスマホ対応　ここから*/
table.form {
	width: 100%;
	table-layout: fixed;
	word-break: break-word;
}

table.form th,table.form td {
	padding: 5px;
}

table.form th.nob {
	border-bottom: none;
	padding-bottom: 0px;
}

table.form th {
	white-space: normal;
	display: block;
	width: 100%;
}

th.sb {
	text-indent: inherit;
}

table.form td {
	display: block;
}

textarea {
	width: 100%;
}

.ascii {
	width: 100%;
}

/*アンケートフォームスマホ対応　ここまで*/
/*事後アンケート用スマホ対応設定*/
table.form-after {
	width: 100%;
	table-layout: fixed;
	word-break: break-word;
}

table.form-after th {
	white-space: normal;
	display: block;
	width: 100%;
}

table.form-after td {
	display: block;
}

/*事後アンケート用スマホ対応設定ここまで*/
}
@media screen and (max-width: 500px) {
	.sp-ons{
		display: inherit;
	}
/*spリーフレット用設定*/
	.lflt {
		float:inherit;
		width: 100%;
		margin: 0 auto;
	}
/*spリーフレット用設定 ここまで*/
}
@media screen and (max-width: 400px) {
/*QAレイアウト*/
	.Question dt {
		float: inherit;
		width: 100%;
		height: auto;
		line-height: normal;
	}
	.Answer dt {
		float: inherit;
		width: 100%;
		height: auto;
		line-height: normal;
	}
/*QAレイアウト　ここまで*/

}


.title_s{
	font-size: 110%;
	color: cadetblue;
	font-weight: bold;
}