@charset "utf-8";



/*==================================================

outline
==================================================*/



body,
html {
	min-width: 1302px;
	position: relative;
	height: 100%;
	width: 100%;
}
body {
	color: rgba( 0, 0, 0, 0.86 );
	box-sizing: border-box;
}
img {
	max-width: 100%;
	max-height: 100%;
}


/*	btn	*/

.btn {
	display: inline-block;
	border-radius: 4px;
	width: 200px;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none;
}
.btn.gray {
	color: rgba( 255, 255, 255, 1 );
	border: 1px solid rgba( 255, 255, 255, 1 );
	background: rgba( 148, 148, 148, 1 );
}
.btn.gray:hover {
	background: rgba( 122, 122, 122, 1 );
}
.btn.white {
	background: rgba( 255, 255, 255, 1 );
	border: 1px solid rgba( 87, 164, 0, 1 );
	color: rgba( 87, 164, 0, 1 );
}
.btn.white:hover {
	background: rgba( 87, 164, 0, 1 );
	color: rgba( 255, 255, 255, 1 );
}
.btn.green {
	background: rgba( 87, 164, 0, 1 );
	border: 1px solid rgba( 87, 164, 0, 1 );
	color: rgba( 255, 255, 255, 1 );
}
.btn.green:hover {
	background: rgba( 255, 255, 255, 1 );
	color: rgba( 87, 164, 0, 1 );
}


/*	help	*/

.help-button {
	background: rgba( 137, 192, 28, 1 );
	padding: 4px 12px 4px 8px;
	border: none;
	border-radius: 4px;
	margin-top: 8px;
	vertical-align: middle;
	line-height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
.help-button i {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.2rem;
	position: relative;
	line-height: 20px;
	vertical-align: middle;
}
#overlayer,
#popup {
	display: none;
}
#overlayer {
    z-index: 9999;
    background: rgba(0,0,0,0.30);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}
#popup {
    z-index: 99999;
	width: 960px;
    height: auto;
    background-color: #ffffff;
    border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		-o-border-radius: 6px;
		-ms-border-radius: 6px;
    box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 20%);
		-moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 20%);
		-o-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
		-ms-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
    position: fixed;
		top: 50%;
		left: 50%;
    transform: translateX( -50% ) translateY( -50% );
		-moz-transform: translateX( -50% ) translateY( -50% );
		-webkit-transform: translateX( -50% ) translateY( -50% );
		-o-transform: translateX( -50% ) translateY( -50% );
		-ms-transform: translateX( -50% ) translateY( -50% );
	padding: 32px;
	box-sizing: border-box;
}
#popup .close-button {
	font-family: "Material Icons";
	position: absolute;
    top: -15px;
    right: -15px;
    font-size: 20px;
    background: #89c01c;
    border: solid 2px #fff;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    -o-border-radius: 500px;
    -ms-border-radius: 500px;
    box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px 1px rgb(0 0 0 / 20%);
    -o-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.2);
    color: #fff;
    width: 2em;
    height: 2em;
    line-height: 32px;
    text-align: center;
	cursor: pointer;
}


/*	annotation	*/

.annotation ul {
	margin-top: -4px;
}
.annotation ul li {
	color: rgba( 0, 0, 0, 96 );
	margin-top: 4px;
}
.annotation ul li:before {
	content: '※';
	margin-right: 4px;
}


/*	fit size	*/

#contentsHeader,
#footer {
	width: 100%;
	min-width: 1200px;
	z-index: 100;
}



/*==================================================

header
==================================================*/

body {
	padding: 56px 0 0;
}
#contentsHeader {
	color: rgba( 255, 255, 255, 1 );
	font-size: 125%;
	box-sizing: border-box;
	height: 56px;
	padding-left: 88px;
	padding-right: 88px;
	position: fixed;
		left: 0;
		top: 0;
	zoom:1;
}
#contentsHeader:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
}
#contentsHeader h1 {
	font-weight: bold;
	float: left;
	line-height: 56px;
	vertical-align: middle;
}
#contentsHeader {
	background: rgba( 137, 192, 28, 1 );
}



/*==================================================

main
==================================================*/

#contents {
	padding-bottom: 96px;
}
#main {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	zoom:1;
}
#main:after {
	clear: both;
	display: block;
	content: '';
	height: 0;
}
#graph {
	width: 896px;
	float: left;
}
#detail {
	position: relative;
	float: right;
}
#detail,
#detail .detail-inner {
	width: 272px;
}



/*==================================================

footer
==================================================*/

#footer {
	background: rgba( 221,221,221,1 );
	border-top: 1px solid rgba( 0, 0, 0, 0.15 );
	font-size: 125%;
	width: 100%;
	height: 80px;
	position: fixed;
	left: 0;
	bottom: 0;
	padding-left: 88px;
	padding-right: 88px;
	box-sizing: border-box;
}
#footer .btn {
	margin-top: 16px;
}
#footer .prev {
	float: left;
}
#footer .next {
	float: right;
}
#footer a.next[data-action="next-step"] {
	width: auto;
	padding-left: 16px;
	padding-right: 16px;
}@charset "UTF-8";
/* CSS Document */

