@charset "UTF-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:clamp(14px,2vw,20px);
    vertical-align:baseline;
}
body {
    line-height:1;
    -webkit-text-size-adjust: 100%;
}
header,main,footer{
	margin: 0;
	padding: 0;
}
ol, ul {
    list-style: none;
}
a img {
	border: none;
}

a, a:link, a:visited{
	text-decoration:none;
	color:#fff;
}
a:hover{
	opacity: 0.7;
}
.cl{
	clear:both;
}
img{
	vertical-align: top;
}

body{
	background-color:#af877d;
	color:#f8e1f9;
}
header{
	background-color: rgba(255,255,255,0.2);
	padding: 1%;
}
.content_area{
	width: 800px;
	margin: auto;
}
footer{
	background-color: rgba(255,255,255,0.2);
	padding: 1%;
}

header img{
	width: 140px;
	margin-right: 1vw;
	vertical-align: middle;
}
.header_area h2{
	position: absolute;
	top:30px;
	left:0;
	right: 0;
	text-align: center;
}
.main h1{
	font-size: 150%;
	margin: 2% 0;
	padding-bottom: 0.5%;
	border-bottom: 3px solid rgba(0,0,0,0.2);
}
h1 span{
	color: rgba(0,0,0,0.4);
	margin-right: 1vw;
}
.video_box{
	width: 80%;
	margin: auto;
	margin-bottom: 5%;
}
.main p{
	line-height: 1.4;
	padding: 1%;
}
.main h2{
	background-color: rgba(0,0,0,0.2);
	padding: 1vw;
	border-radius: 3px;
}
.main table{
	margin: 0 auto 2%;
	border-collapse: separate;
}
.main th,.main td{
	padding: 10px;
}
.main th{
	background-color: rgba(0,0,0,0.08)
}
.main td{
	text-align: center;
	background-color: rgba(255,255,255,0.1)
}
.main .table_box{
	overflow-x: auto;
}
.main table.table1{
	width: 80%;
	min-width: 390px;
}
.main table.table2{
	width: 100%;
	min-width: 600px;
}
.main table.gl{
	width: 100%;
	min-width: 600px;
}
.main table.gl th,.main table.gl td{
	font-size: 80%;
	font-weight: normal;
	padding: 3px;
	white-space: nowrap;
}
.demo_area{
	margin: 3% 0;
}
.demo_area h3{
	color: rgba(0,0,0,0.5);
	text-align: left;
	padding-left: 1%;
	border-left: 5px groove rgba(0,0,0,0.3);
	border-top: 1px solid rgba(0,0,0,0.3);
	background-color: rgba(255,255,255,0.2);
	font-weight: bold;
}
.simulation_area{
	background-color: rgba(255,255,255,0.2);
	border-radius: 3px;
	margin-bottom: 5%;
}
.main .simulation_area h2{
	background-color: rgba(0,0,0,0);
}
.dark_color{
	color: rgba(0,0,0,0.5) !important;
}
.simulation_area h3{
	font-weight: bold;
}

.footer_img{
	width: 10vw;
	/*animation: footer_kani 20s infinite alternate;*/
}
@keyframes footer_kani{
	0%{transform: translate(0vw,0) rotate(-10deg)}
	2%{transform: translate(2vw,-10%)}
	4%{transform: translate(4vw,0) rotate(10deg)}
	6%{transform: translate(6vw,-10%)}
	8%{transform: translate(8vw,0) rotate(-10deg)}
	10%{transform: translate(9vw,10%)}
	11%{transform: translate(9vw,0) rotate(-10deg)}
	12%{transform: translate(10vw,-20%) rotate(0deg)}
	13%{transform: translate(11vw,-10%) rotate(10deg)}
	100%{transform: translate(90vw,0)}
	
}

@media screen and (max-width:900px){
	.content_area{
		width: 90%;
	}
}
@media screen and (max-width:600px){
	.header_area h2{
		top:5px;
	}
	.header_area img{
		width: 15vw;
	}
}