@charset "utf-8";
body{
	font-family: 'Noto Sans JP',Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: 400;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#popBase {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 840px;
	visibility:hidden;
	overflow: hidden;
}
#dark {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	width:700px;
	height: 415px;
	background-color: rgba(0,0,0,0.5);
	visibility:hidden;
}
#popWin {
	position:absolute;
	top:0px;
	left:0px;
	width:700px;
	filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.5));
}
#ct {
	font-size: 19px;
	font-weight: 700;
	text-align: center;
	line-height: 19px;
	padding: 8px;
	color: #332D2A;
	background-color: #D7E593;
	border-radius: 10px 10px 0px 0px;
	overflow: auto;
}
#cc {
	font-size: 19px;
	font-weight: 400;
	line-height: 20px;
	padding: 8px 16px;
	color: #332D2A;
	background-color: #FFFFFF;
}
.sankaku {
	list-style-type: "▶";
	margin-left: 19px;
}
.bango1 {
	margin-left: 38px;
}
.bango2 {
	margin-left: 48px;
}
.bango3 {
	margin-left: 42px;
	list-style-type: decimal;
}
.no1 {
	list-style-type: "①";
}
.no2 {
	list-style-type: "②";
}
.no3 {
	list-style-type: "③";
}
.no4 {
	list-style-type: "④";
}
.no5 {
	list-style-type: "⑤";
}
.no6 {
	list-style-type: "⑥";
}
.no7 {
	list-style-type: "⑦";
}
.no8 {
	list-style-type: "⑧";
}
.no9 {
	list-style-type: "⑨";
}
.no10 {
	list-style-type: "⑩";
}
.noB1 {
	list-style-type: "(1) ";
}
.noB2 {
	list-style-type: "(2) ";
}
.noB3 {
	list-style-type: "(3) ";
}
.noB4 {
	list-style-type: "(4) ";
}
.noB5 {
	list-style-type: "(5) ";
}
.noB6 {
	list-style-type: "(6) ";
}
.noB7 {
	list-style-type: "(7) ";
}
.noB8 {
	list-style-type: "(8) ";
}
.noB9 {
	list-style-type: "(9) ";
}
.noB10 {
	list-style-type: "(10) ";
}
.btCls {
	outline: none;
	appearance: none;
	border: none;
	display: block;
	font-size: 19px;
	font-weight: 400;
	text-align:center;
	margin:10px auto 5px auto;
	padding: 0px;
	color: #FFFFFF;
	background-color: #4D6F1E;
	width: 159px;
	height: 33px;
	border-radius: 33px;
	filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.5));
}
.exBg {
	color: #004466;
	background-color: #CEFF3F;
}
