/* CSS Document */

html {
  height: 100%;
  margin: 0;
}

body{ 

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+61,ffffff+71,fff4ff+77,d2deff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 61%,rgba(210,222,255,0.05) 67%, rgba(255,255,255,1) 71%, rgba(255,244,255,1) 77%, rgba(210,222,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 61%,rgba(210,222,255,0.05) 67%, rgba(255,255,255,1) 71%,rgba(255,244,255,1) 77%,rgba(210,222,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 61%,rgba(210,222,255,0.05) 67%,rgba(255,255,255,1) 71%,rgba(255,244,255,1) 77%,rgba(210,222,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d2deff',GradientType=0 ); /* IE6-9 */

		background-attachment:fixed;
		font-family: "Noto Sans JP","メイリオ", "Meiryo UI", "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
		letter-spacing:0.1em;
		color:#302b35;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
		}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}		


a:link { color: #4169e1; text-decoration: none;  transition    : .2s; }  /* なめらか変化 */
a:visited { color: #4169e1; text-decoration: none;  transition    : .2s;}
a:hover { color: #ff4500; text-decoration: none; }
a:active { color: #ff8000; text-decoration: none; }
a:focus{
	outline:none;
}

input::placeholder, textarea::placeholder {
  color: #CCC;
}

.link:hover {
position:relative;  
top: 1px;
left: 1px;
}

.link2:hover {
position: absolute;  
top: 1px;
left: 1px;
}

@media screen and ( max-width: 640px ){
	a:hover:after,
	a:active:after,
	a:focus:after{
		display: none;
	}	
}

span {


}

		td{
		letter-spacing:0.1em;
		color:#302b35;
		vertical-align:middle;
		}		

#container {
    width: 100%;
    position: relative;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}
 
#contents {
    padding-bottom: 100px;
    z-index:2;
}
 
#footer {
    position: fixed;
    bottom: -70;
    width: 100%;
    height: 100px;
    z-index:2;
}

.wrapper {
  min-height: 100%;
 
  /* フッタの高さと等しいネガティブマージン */
  /* また最後の子要素の潜在的なマージンとしても機能 */
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}


table#message {

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#999999+-1,b4b4b4+50,999999+100 */
background-color: rgba(255,255,255,0.8) ; /* Old browsers */

}

	.k-red{
	background:linear-gradient(transparent 15%, #ffb2d8 90%) ;
	}
	.k-blue{
	background:linear-gradient(transparent 15%, #cce5ff 90%) ;
	}
	.k-yellow{
	background:linear-gradient(transparent 15%, #FFFF01 90%) ;
	}
	.k-green{
	background:linear-gradient(transparent 15%, #66FFCC 90%) ;
	}

.inf {
    position:relative;
    
}

.inf span.remarkinf {
    display: none;
     min-width: 5em;
     top:50%;
     -webkit-filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.3));
}

.inf a:hover span.remarkinf { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    white-space: nowrap;
    min-width:5em;
    top: -65px;
    left: 0px;
    animation-fill-mode: both;
    font-size:14px;
    z-index: 1;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-inf;
 
}
.inf .triangle {
  position: absolute;
  left: -30px;
  top: 20%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 5px solid transparent;
  
}

.inf .triangle2 {
  position: absolute;
  left: -29px;
  top: 20%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
}

@keyframes show-inf {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 100px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 100px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 85px;
  }
  }


.aiu {
    position:relative;
    
}

.aiu table {
	border-top: 1px #CCC solid;
	border-left: 1px #CCC solid; 
	border-collapse: collapse;
}
.aiu td {
	border-right: 1px #CCC solid;
	border-bottom: 1px #CCC solid; 
	padding-left:3px;
	padding-right:3px;
	font-size:15px;

}
.aiu span.remark6 {
    display: none;
     min-width: 5em;
     top:50%;
     -webkit-filter:drop-shadow(8px 8px 8px rgba(0,0,0,0.3));
}

.aiu a:hover span.remark6 { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    white-space: nowrap;
    min-width:5em;
    top: -65px;
    left: 0px;
    animation-fill-mode: both;
    font-size:14px;
    z-index: 1;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-aiu3;
 
}
.aiu .triangle {
  position: absolute;
  left: -28px;
  top: 30%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 5px solid transparent;
  
}

.aiu .triangle2 {
  position: absolute;
  left: -27px;
  top: 30%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
}

@keyframes show-aiu3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 100px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 100px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 85px;
  }
  }



/* ラジオボックス周辺の見た目調整 */
.radion .check { display: inline-block; vertical-align: middle; }
.radion .text { display: inline-block; vertical-align: middle; max-width 80px;}

.radion input {
  display: none;
}
.radion .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.radion .check::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color:#FFF;
  color: #FE9A2E;
}
.radion input:checked + .check::after {
  display: block;
  position: absolute;
  top: -2px;
  left: 1.8px;
  width: 16px;
  height: 16px;
  color: #1A94F8;
  content: "●";
}
.radion input:disabled + .check:before {
  background-color: #eee;
}
.radion input:checked:disabled + .check::after {
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}


input[type="text"],
textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	-moz-appearance:textfield;
}

input[type="number"],
textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	-moz-appearance:textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="image"]:focus,
texture:focus {
outline:none;
}

select {
	background: transparent;
	background-color: #fff;
    padding: .2em .5em .2em .5em;
    color: #000f;
    /*border: 1px solid #242424;*/;
    font-size: 15px;
    letter-spacing:0.1em;
    border: 1px solid #2589d0;
    border-radius: 3px;
    color: #333333;
}

select:focus {
    text-shadow: 0 0 1px #b5b5b5;
        
}
select * {
    background: #fff;
    color: #606060;
    text-shadow: none;
        border-radius: 3px;
    
}

select.clear {
	background: transparent;
	background-color: #fff;
	font-size: 12px;
    color: #606060;
	
}	


input[type="password"],
textarea {
	padding:2px ;
	outline: none;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
}

input[type="text"]:focus,
texture:focus {
	box-shadow: 0 0 1px #3498db;
	border: 1px solid #3498db;
}
input[type="password"]:focus,
texture:focus {
	box-shadow: 0 0 1px #3498db;
	border: 1px solid #3498db;
}

		
		input.pro_no {
			width: 100px;
			height:30px;
			font-size: 16px;
			background-color: #CCFFFF;
			color:#000000;
				
		}
		input.pro_name {
			width: 130px;
			height:30px;
			font-size: 20px;
			background-color:#010B23;
			color: #33FF66;
		}
		input.pro_lot {
			width: 150px;
			height:30px;;
			font-size: 20px;
			background-color:#000000;
			color:#33FF66;
		}
		input.company {
			width: 150px;
			height:30px;;
			font-size: 20px;
			background-color:#000000;
			color:#33FF66;
		}
		input.pro_kana {
			width: 130px;
			height:30px;
			font-size: 15px;
			background-color:#010B23;
			color:#33FF66;
		}
		input.a_price {
			width: 90px;
			height:30px;;
			font-size: 20px;
			text-align:right;
			background-color:#010B23;
			color:#33FF66;
		}
		input.b_price {
			width: 90px;
			height:30px;
			font-size: 20px;
			text-align:right;
			background-color:#010B23;
			color:#33FF66;
			
		}
		
		input.c_price {
			width: 90px;
			height:30px;
			font-size: 20px;
			text-align:right;
			background-color:#010B23;
			color:#33FF66;
			
		}
		
		input.a2_price {
			width: 90px;
			height:30px;
			font-size: 20px;
			text-align:right;
			background-color:#ffe4e1;
			color:#000000;
			
		}
		
		input.buy_name {
			width: 100px;
			text-align:left;
			background-color:#010B23;
			color:#33FF66;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			
		}
		input.company {
			width: 100px;
			text-align:left;
			background-color:#010B23;
			color:#33FF66;
			
		}
		input.bunrui {
			width: 100px;
			height:30px;
			text-align:left;
			background-color:#010B23;
			color:#33FF66;
			
		}
		input.buy_name_no {
			width: 100px;
			text-align:left;
			background-color: #CCFFFF;
			color:#000000;
			
		}

	input.prof_num {
			width: 100px;
			text-align:left;
			background-color: #CCFFFF;
			color:#000000;
			
		}
		
		input.ken {
			width: 210px;
			text-align:left;
			background-color: #FFFFFF;
			color: #000000;
			
		}
		
		input.kosu {
			width: 50px;
			height:30px;
			font-size: 20px;
			text-align:right;
			background-color: #FFFFFF;
			color:#000000;
			
		}
		input.bikou {
			width: 410px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: #FFFFFF;
			color:#000000;
			
		}
		span.msg {
			font-size: 0.8em;
			color: #f00;
			font-size: 20px;
		}
		
		input.buy_name {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color:#010B23;
			color:#33FF66;
		}
		

		input.male {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent;
			border:none;
			color:#000000;
		}
		
		input.birthday {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent;
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.nen {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent;
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.taikaku {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent;
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}

		input.undou {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent;
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.syoku {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.taisitu {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.shyuso {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.taikaku {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		
		input.yoku {
			width: 100px;
			height:30px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.saisyu {
			width: 150px;
			height:30px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}

		input.pts {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}	
		
		input.bmes {
			width: 100px;
			height:25px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#FF0000;
			letter-spacing: 2px;
		}	
		

		input.tabako {
			width: 150px;
			height:30px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		} 
		input.sake {
			width: 150px;
			height:30px;
			font-size: 15px;
			text-align:left;
			background-color: transparent; 
			border:none;
			color:#000000;
			letter-spacing: 2px;
		}
		input.nissu {
			width: 50px;
			height:30px;
			font-size: 16px;
			background-color: #FFFFFF;
			color:#000000;
			letter-spacing: 2px;
			text-align: right;
				
		}
		

		
		input.dum {
			width: 120px;
			height:30px;
			font-size: 16px;
			background-color: #FFFFFF;
			color:#000000;
			letter-spacing: 2px;
				
		}

		input.birth {
			width: 270px;
			height:30px;
			font-size: 15px;
			text-align:left;
			background-color: transparent;
			border:none;
			color: #000000;
			letter-spacing: 2px;
		}
/* チェックボックス周辺の見た目調整 */
.checker .check { display: inline-block; vertical-align: middle; }
.checker .text { display: inline-block; vertical-align: middle; max-width 80px; }

.checker input {
  display: none;
}
.checker .check {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.checker .check::before {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
.checker input:checked + .check::after {
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 16px;
  height: 8px;
  border-left: 3px solid #090;
  border-bottom: 3px solid #090;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checker input:disabled + .check:before {
  background-color: #eee;
}
.checker input:checked:disabled + .check::after {
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
}


.youtube{
width:80%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 45%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;

}


.youtube .abso{
position: absolute;
bottom: 100px;
left: 40px;
overflow:hidden;
border-radius: 8px;

}

.youtube .abso2{
position: absolute;
bottom: 100px;
left : 380px;
overflow:hidden;
border-radius: 8px;

}

.abso3{
border-radius: 8px;

}


td#shadow{
text-shadow: 0.5em 0.5em 5px #0000aa;
background-color:#EEEEEE;
padding: 10px;
}
body{
  padding: 0;
  margin: 0;
}
table{
  padding: 0;
  margin: 0;
}

td{
  padding: 0;
  margin: 0;
}


td#sono{
padding: 0;
margin: 0;
border-top: 0px #ccc solid;
border-right: 0px #ccc solid;
border-left: 0.5px #4169e1 dashed;
border-bottom: 0px #ccc solid;
color:#302b35;


}
td#sono2{
padding: 0;
margin: 0;
border-top: 1px #4169e1 dashed;
border-right: 0px #ccc solid;
border-left: 0px #4169e1 dashed;
border-bottom: 0px #ccc solid;
color:#302b35;

}
td#sono3{
padding: 0;
margin: 0;
border-top: 0px #4169e1 dashed;
border-right: 0px #ccc solid;
border-left: 0px #4169e1 dashed;
border-bottom: 1px #4169e1 dashed;
background-color:#FFFFFF;
color:#302b35;

}

td#sono4{
padding: 0;
margin: 0;
border-top: 1px #4169e1 dashed;
border-right: 0px #ccc solid;
border-left: 1px #4169e1 dashed;
border-bottom: 1px #4169e1 dashed;
background-color:#FFFFFF;
color:#302b35;

}
td#sono5{
padding: 0;
margin: 0;
border-top: 0px #4169e1 dashed;
border-right: 0px #ccc solid;
border-left: 1px #4169e1 dashed;
border-bottom: 1px #4169e1 dashed;
background-color:#FFFFFF;
color:#302b35;

}

td#none{


}

#menu div {
  position: relative;
}

.arrow_box {
  display: none;
  position: absolute;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;  
  border-radius: 8px;
  background: #333;
  color: #fff;
}

.arrow_box:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: solid transparent;
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: #333;
  border-width: 10px;
  pointer-events: none;
  content: " ";
}

span:hover + p.arrow_box {
  display: block;
}


.head {
color:#4A4A4A;
font-size: 20px;
text-vertical-align:middle;
text-align: center;
border-radius:5px;
padding:0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f5+0,f5f5fa+23,ebebf0+50,f0f0f5+100 */
background: rgb(240,240,245); /* Old browsers */
background: -moz-linear-gradient(top, rgba(240,240,245,1) 0%, rgba(245,245,250,1) 23%, rgba(235,235,240,1) 50%, rgba(240,240,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(240,240,245,1) 0%,rgba(245,245,250,1) 23%,rgba(235,235,240,1) 50%,rgba(240,240,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(240,240,245,1) 0%,rgba(245,245,250,1) 23%,rgba(235,235,240,1) 50%,rgba(240,240,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f5', endColorstr='#f0f0f5',GradientType=0 ); /* IE6-9 */
text-shadow: 
1px 1px 1px rgba(255, 255, 255, 1),
2px 2px 2px rgba(0, 0, 20, 0.6); 


}
.head2 {
color:##505050;
font-size: 20px;
text-vertical-align:middle;
text-align: center;
border-radius:5px;
padding:0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f5+0,f5f5fa+23,ebebf0+50,f0f0f5+100 */
background: rgb(240,240,245); /* Old browsers */
background: -moz-linear-gradient(left, rgba(240,240,245,1) 0%, rgba(245,245,250,1) 23%, rgba(235,235,240,1) 50%, rgba(240,240,245,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(240,240,245,1) 0%,rgba(245,245,250,1) 23%,rgba(235,235,240,1) 50%,rgba(240,240,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(240,240,245,1) 0%,rgba(245,245,250,1) 23%,rgba(235,235,240,1) 50%,rgba(240,240,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f5', endColorstr='#f0f0f5',GradientType=1 ); /* IE6-9 */
1px 1px 1px rgba(255, 255, 255, 1),
2px 2px 2px rgba(0, 0, 20, 0.6); 


}


h1 { 
letter-spacing:10px;
text-shadow: 2px 2px 1px #FFF;
color: #1C5CD2;
font-weight: bold;
	float: none;
	z-index: 0;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}


.setumei { 
letter-spacing:10px;
text-shadow: 2px 2px 1px #FFF;
color: #1C5CD2;
font-weight: bold;
	float: none;
	z-index: 0;
	font-size: 40px;
	text-align: center;
	text-transform: uppercase;
}


h2{
position: relative;
padding: 15px 0px 15px 0px;
background:transparent;
animation-duration: 0.3s; 
animation-delay: 0.5s; 
animation-name: show-title;
animation-fill-mode: both;
letter-spacing: 6px;
line-height:15px;
text-shadow: 5px 5px 3px #DBDBDB;
color: #333333;
font-weight:normal;
  background: -webkit-linear-gradient(30deg, #0033CC, #030a3b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}


h2:after {
content: "";
display: block;
height: 7px;
background: -moz-linear-gradient(to right, rgb(97, 165, 65), transparent);
background: -webkit-linear-gradient(to right, rgb(97, 165, 65), transparent);
background: linear-gradient(to right, rgb(97, 165, 65), transparent);


}
h2:first-letter {
font-size: 35px;
color: #549cd8;
}

h3 { 
letter-spacing:10px;
text-shadow: 2px 2px 1px #FFF;
color: #1C5CD2;
font-weight: bold;
	float: none;
	z-index: 0;
	font-size: 40px;
	text-align: center;
	/* text-transform: uppercase; */
}

@keyframes show-title {
  /*アニメーションを定義します*/
  0% {
    display: inline-block;
    opacity: 0;
    top: 5px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 5px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 0px;
  }
  }
  

.canp{
position: relative;
padding: 15px 0px 15px 0px;
background: transparent;
animation-duration: 0.3s;
animation-name: camp;
animation-fill-mode: both;
animation-delay: 1s;

}


@keyframes camp {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 50px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 50px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 30px;

  }
  }

.news{
position: absolute;
background:transparent;
animation-duration: 0.3s;
animation-name: new;
animation-fill-mode: both;
animation-delay: 1.5s;
background: rgba(12,26,133,.5);
 padding: 10px; vertical-align: top; border-radius: 8px;
 color: #FFF; text-shadow: 1px 1px 1px #333;
 width: 350px;
 font-size: 14px;
 text-align: left;

}


@keyframes new {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 150px;
    top: -5px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 150px;
    top: -5px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 150px;
    top: 0px;

  }
  }


.newsd {
position: absolute;
background:transparent;
animation-duration: 0.3s;
animation-name: newdb;
animation-fill-mode: both;
animation-delay: 1.5s;
background: rgba(26,82,46,0.5);
 padding: 10px; vertical-align: top; border-radius: 8px;
 color: #FFF; text-shadow: 1px 1px 1px #333;
 width: 350px;
 font-size: 14px;
 text-align: left;

}
@keyframes newdb {

  0% {
    display: none;
    opacity: 0;
    left: 350px;
    top: -5px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 350px;
    top: -5px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 350px;
    top: 0px;

  }
  }
  
.relog{
position: absolute;
background:transparent;
animation: log 0.3s 0.5s both,log2 1s 5s both;
background:rgba(0,0,0,0.5);
padding:10px;
vertical-align:top;
color:#fff;
border-radius:5px;
font-size:12px;

}

@keyframes log {
  /*アニメーションを定義します*/
  0% {
    visibility: hidden;
    opacity: 0;
    right: 80px;
    top: -30px;
  }
  15% {
    visibility: hidden;
    opacity: 0;
    right: 80px;
    top: -10px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    right: 80px;
    top: 10px;

  }
  	}

@keyframes log2 {
  0% {
    display: inline-block;
    opacity: 1;
  }

  100% {
    visibility: hidden;
    opacity: 0;
    
  }
}


.yaj{
position: absolute;
background:transparent;
animation-duration: 0.3s;
animation-name: yaj1;
animation-fill-mode: none;
animation-delay: 3.5s;

}


@keyframes yaj1 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    right: 10px;
    top: -10px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    right: 10px;
    top: -10px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    right: 10px;
    top: 0px;

  }
  }



.button {
  display       : inline-block;
  border-radius : 15px;;          /* 角丸       */
  font-size     : 10pt;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 5px 5px;   /* 余白       */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#252566+0,006dc6+34,073693+45,000066+100 */
background: #252566; /* Old browsers */
background: -moz-linear-gradient(top, #252566 0%, #073693 34%, #073693 45%, #000066 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #252566 0%,#073693 34%,#073693 45%,#000066 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #252566 0%,#073693 34%,#073693 45%,#000066 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252566', endColorstr='#000066',GradientType=0 ); /* IE6-9 */
  color         : #ffffff;     /* 文字色     */ 
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .5s;         /* なめらか変化 */
  text-shadow    : 1px 1px 6px #fff;
  box-shadow    : 6px 6px 15px #666666;  /* 影の設定 */
  border        : 1px solid #000066;    /* 枠の指定 */
  letter-spacing:0.1em;

}
.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #ff8c00;     /* 背景色     */
  background    : linear-gradient(to bottom, #ffffff 0%, #ffffff 45%, rgba(255,140,0,0.1) 100%);     /* 文字色     */
  text-shadow    : 1px 1px 6px #ccc;
  border        : 1px solid #ff8c00;
  /* position:relative; left: 1px; top: 1px; */
}

@media screen and ( max-width: 640px ){
.button{
	a:hover:after,
	a:active:after,
	a:focus:after{
		display: none;
	}	
}
	}
	
	
.button2 {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  font-size     : 12px;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 3px 3px;   /* 余白       */
  background    : #FF9999;     /* 背景色     */
  color         : #fff;     /* 文字色     */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  box-shadow    : 1px 1px 7px #666;  /* 影の設定 */
  text-shadow    : 2px 1px 1px #666;
  border        : 1px solid #FF9999;    /* 枠の指定 */
  letter-spacing: 2px;

}
.button2:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #000066;     /* 背景色     */
  background    : #ffffff;     /* 文字色     */
  text-shadow    : 1px 1px 6px #ccc;
  position:relative; left:1px; top:1px; 
} 


@media screen and ( max-width: 640px ){
.button2{
	a:hover:after,
	a:active:after,
	a:focus:after{
		display: none;
	}	
}
	}

.s{
  /*リンクテキストのスタイルです*/
  color: red;
  text-decoration: none;
  position: relative;
  cursor        : pointer;
}

.s-balloon {
  /*バルーンのスタイルです*/
	cursor: pointer;
  /*表示位置を指定します*/
  position: absolute;
  top: -40px;
  left: -8px;

  /*非表示にしておきます*/
  display: none;
  opacity: 0;

  /*表示スタイルを指定します*/
  padding: 5px;
  border-radius: 8px;
  color: #333;
  background-color: #f8f8ff;
  border-width: 18px;
  font-size: 15px;
  /*影をつけて見栄えを良くします*/
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 1px 0 0 rgba(255, 255, 255, 0.3),
    inset -1px 0 0 rgba(255, 255, 255, 0.3),
    inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  
}

.s:hover .s-balloon {
  /*マウスホバー時のバルーンのスタイルです*/
	cursor: pointer;
  /*表示するようにします*/
  display: inline-block;
  opacity: 1;
  top: -200px;
    text-align:left;
  /*アニメーションを指定します*/
  animation-duration: 0.3s;
  animation-name: show-balloon;
}

.s-balloon::before {
  /*吹き出し部分の三角形を表示します*/
  content: "";
  position: absolute;
  top: 97%;
  left: 35px;
  border: 6px solid transparent;
  border-top: 6px solid white;
}

@keyframes show-balloon {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: -195px;
  }
  1% {
    display: inline-block;
    opacity: 0;
    top: -195px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -200px;
  }
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 4;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 53%;
  width: 100px;
  height: 100px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 8;
}

.note{
    position: relative;
    background-color: #ffffe7;
    background-image: linear-gradient(rgba(241,207,164,0.5) .1em, transparent .1em);
    background-size: 100% 1.5em;
    line-height:1.5em;
    padding:5px;
    font-size:14px;}
    
.message {
    position:relative; 
		
	letter-spacing:0.1em;
}
.message span.remark {
    display: none;
     width: 100%;
     left:50%;
     -webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}
.message a:hover span.remark {
    background: linear-gradient(-110deg, #f3deb9, #e5b665);
    /*background-image: url("/img/wood.jpg");*/
    background: #83bfe4;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em; 
    padding: 10px;
    position: absolute;
    top: 15px;
    width: 30em;
    border-radius:15px;
    z-index: 1;
	letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-balloons;

}

@keyframes show-balloons {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 25px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 25px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 20px;
  }
  }


.message3 {
    position:relative;
    
}
.message3 span.remark {
    display: none;
     min-width: 14em;
     left:50%;
     -webkit-filter:drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}

.message3 a:hover span.remark { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: rgb(220,250,251); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgba(220,250,251,1) 0%, rgba(255,255,255,1) 71%, rgba(220,250,251,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(220,250,251,1) 0%,rgba(255,255,255,1) 71%,rgba(220,250,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(220,250,251,1) 0%,rgba(255,255,255,1) 71%,rgba(220,250,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcfafb', endColorstr='#dcfafb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    top: 24px;
    white-space: nowrap;
    min-width:14em;
    left: -15px;
    z-index: 1;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-balloon3;
 
}
.message3 .triangle {
  position: absolute;
  top: -15px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #ccc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.message3 .triangle2 {
  position: absolute;
  top: -14px;
  left: 10%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 15px solid #dcfafb;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
}

@keyframes show-balloon3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 40px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 40px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 24px;
  }
  }




.toppage {
    position:relative;
    
}
.toppage span.remark5 {
    display: none;
     min-width: 5em;
     top:50%;
     -webkit-filter:drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}

.toppage a:hover span.remark5 { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    left: 75px;
    white-space: nowrap;
    min-width:5em;
    top: 0px;
    font-size:10px;
    z-index: 1;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-balloon3;
 
}
.toppage .triangle {
  position: absolute;
  left: -29px;
  top: 20%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 5px solid transparent;
  
}

.toppage .triangle2 {
  position: absolute;
  left: -28px;
  top: 20%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
}

@keyframes show-balloon3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 80px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 80px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 75px;
  }
  }



.toppage2 {
    position:relative;
    
}
.toppage2 span.hanb5 {
    display: none;
     min-width: 5em;
     top:0%;
     -webkit-filter:drop-shadow(6px 6px 6px rgba(0,0,0,0.3));
}

.toppage2 a:hover span.hanb5 { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    left: 24px;
    white-space: nowrap;
    min-width:5em;
    top: -20px;
    font-size:10px;
    z-index: 1;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-name: show-hanb3;
}
.toppage2 .triangle {
  position: absolute;
  left: -29px;
  top: 10%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #ccc;
  border-top: 5px solid transparent;
  
}

.toppage2 .triangle2 {
  position: absolute;
  left: -28px;
  top: 10%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #fff;
  border-top: 5px solid transparent;
}

@keyframes show-hanb3 {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    left: 32x;
  }
  15% {
    display: inline-block;
    opacity: 0;
    left: 32px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    left: 24px;
  }
  }

.topico {
    position: relative;
}
.topico span.remark6 {
    display: none;
    min-width:15em;
    max-width:15em;
     top:0%;
     animation-name: show-ico;
-webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));  
}

.topico a:hover span.remark6 { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    left: 5px;
    top: -95px;
    font-size:15px;
    z-index: 3;
    letter-spacing:0.1em;
  animation-duration: 0.3s;
  animation-fill-mode: none;
 
}
.topico .triangle {
  position: absolute;
  left: 20px;
  top: 100%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
  
}

.topico .triangle2 {
  position: absolute;
  left: 21px;
  top: 100%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
}

@keyframes show-ico {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top:-90px;;

  }
  15% {
    display: inline-block;
    opacity: 0;
    top:-90px;;

  }
  100% {
    display: inline-block;
    opacity: 1;
    top:-95px;

  }
  }

/*
.wood{
color: #fff;
border-top:1px double #9cf;
border-left:1px double #9cf;
border-right:1px double #4080BF;
border-bottom:1px double #4080BF;
background: orange url("./img/wood.jpg") no-repeat;
background-position: center;
text-align: center;
font-size:25px;
color: #ffffff;
font-weight:1000;
} 

p.sample1 {
width:300px; height:75px;
border-image-source:url("./img/wood.jpg");
border-image-slice:15px;
border-image-width:2;
border-image-outset:5px;
border-image-repeat:round stretch;
border-style:solid; border-width:5px;

}

*/


.kouedit {
  animation: rotation 2s ease 0s 1 alternate none running;
  position: relative;
  z-index:5;
}

@keyframes rotation {
  0% {
    transform: scale(0.95);
    opacity: 0;
    z-index:5;

  }

  50% {
    transform:  scale(0.99);
    opacity: 1;
    z-index:5;

  }

  100% {
    transform: scale(1.0);
    opacity: 1;
    z-index:5;

  }
}


.nokori {
  animation: nokori 0.5s ease 0.2s both;
  background-color: rgb(125,0,0,0.4);
  padding: 2px;
  padding-right: 3px;
  padding-left: 3px;
  color: #fff;
  position: absolute;
/*  border-radius: 10px; */
  right: 15px;
  top: 39px;
  line-height: 18px;
  z-index:1;
}

@keyframes nokori {
  0% {
    opacity: 0;
    z-index:5;
	top: 39px;
    right: 35px;
  }

  50% {
    opacity: 0.6;
    z-index:5;
	top: 39px;
    right: 18px;
  }

  100% {
    opacity: 1;
    z-index:5;
	top: 39px;
    right: 15px;
  }
}


.nokori2 {
animation: flash 1s linear;
animation-delay: 1s;
animation-iteration-count: 8;
diplay: inline;
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
  
  30% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}

.item {

    position: fixed;
     bottom:20px;
     right:200px;
     z-index: 10;
}


.item .itemmes {
    position:relative;
    
}
.item .itemmes span.remarki {
    display: none;
     min-width: 10px;
     left:0%;
     right:0%;
     -webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35)); 
}

.item .itemmes a:hover span.remarki { 
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dcfafb+0,ffffff+71,dcfafb+100 */
background: #fff;
   border: 1px solid #CCCCCC;
    color: #303030;
    display: block;
    line-height: 1.3em;
    margin: 0.5em;
    padding: 1.5em;
    position: absolute;
    border-radius:30px;
    bottom: 110px;
    min-width:10px;
    max-width:400px;
    left: -200px;
	right: -200px;
    z-index: 3;
    font-size:13px;
    letter-spacing:0.1em;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo UI",  "さわらびゴシック", "ヒラギノ角ゴシック", "ＭＳ Ｐゴシック";
  animation-duration: 0.3s;
  animation-name: show-itemmes; 
}
.item .itemmes .tritem {
   position: absolute;
  left: 250px;
  top: 100%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
}

.item .itemmes .tritem2 {
  position: absolute;
  left: 251px;
  top: 100%;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid white;
  
}

@keyframes show-itemmes {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    bottom: 100px;
  }
  15% {
    display: inline-block;
    opacity: 0;
    bottom: 105px;
  }
  100% {
    display: inline-block;
    opacity: 1;
    bottom: 110px;
  }
  }


.appButton img:hover{
transform: scale(1.02) rotate(1deg) translateX(1px) translateY(2px);
  cursor: pointer;
  transition-duration: 0.05s;
  
}


.blink{

    -webkit-animation:blink 0.5s infinite alternate;
    -moz-animation:blink 0.5 infinite alternate;
    animation:blink 0.5s infinite alternate;

}

@-webkit-keyframes blink{

    0% {opacity:0;}
    100% {opacity:1;}

}

@-moz-keyframes blink{

    0% {opacity:0;}
    100% {opacity:1;}

}

@keyframes blink{

    0% {opacity:0;}
    100% {opacity:1;}
}


.qa {

width: 25%;

}

	.eff {
	width:300px;
	
	}

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

h1 { 
letter-spacing:6px;
text-shadow: 2px 2px 1px #FFF;
color: #1C5CD2;
font-weight: bold;
	float: none;
	z-index: 0;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}

h3 { 
letter-spacing:6px;
text-shadow: 2px 2px 1px #FFF;
color: #1C5CD2;
font-weight: bold;
	float: none;
	z-index: 0;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
}


	.qa {
	width: 70%;
		}
		
	td {
	font-size: 5px;
	}
	
	.eff {
	width:60%;
	
	}

}


.inner{
	position: fixed;
	left: 0;
	right: 0;
	margin: 50vh auto 0;
	transform: translateY(-50%);
	padding: 15px 30px;
	background: rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
	width: 300px;
	z-index: 5;
	font-size: 18px;
	}

.inner2{
	position: absolute;
	top:10px;
	right:10px;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	background: rgba(18,136,32,0.5);
	color: #fff;
	text-align: center;
	z-index: 5;
	}


.needset {
  animation: need 0.5s ease 0.2s both;
 /* background-color: rgb(125,0,0,0.4); */
  padding: 2px;
  padding-right: 3px;
  padding-left: 3px;
  color: #FF9999;
  position: absolute;
/*  border-radius: 10px; */
  right: 25px;
  line-height: 18px;
  z-index:1;
}

@keyframes need {
  0% {
    opacity: 0;
    z-index:5;
	top: 30px;
  }

  50% {
    opacity: 0.6;
    z-index:5;
	top: 21px;
  }

  100% {
    opacity: 1;
    z-index:5;
	top: 20px;
  }
}


.needset2 {
animation: nflash 1s linear both;
animation-iteration-count: 10;
diplay: inline;
}

@keyframes nflash {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
  
  30% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}

#birth {

text-align: center;
font-family:'メイリオ', 'Meiryo', sans-serif;
	position: absolute; top: 110px;
	left: 50%;
    transform: translate(-170%, -50%);
    -webkit-transform: translate(-170%, -50%);
    -ms-transform: translate(-170%, -50%);
color: red;
font-size: 14px;
animation: flash 1s linear infinite;
diplay: inline;

}

@keyframes flash {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
  
  30% {
    opacity: 1;
  }
  
  
  100% {
    opacity: 1;
  }
}

.campane {

text-align: center;
font-family:'メイリオ', 'Meiryo', sans-serif;
	position: absolute; top: 85px;
	left: 50%;
    transform: translate(-270%, -50%);
    -webkit-transform: translate(-270%, -50%);
    -ms-transform: translate(-270%, -50%); color: red;
color: blue;
font-size: 14px;
animation: flash 1s linear infinite;
diplay: inline;

}


.demo{

	position: absolute;
	top: 35%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-align: center;
	animation-name: find;
	animation-duration: 0.3s;
	animation-fill-mode: both;
	animation-delay: 0.1s;
}


@keyframes find {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: 55%;
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: 37%;
  }
  100% {
    display: inline-block;
    opacity: 1;
    top: 35%;
  }
  }
  
  
 
.tmes2 {
animation: mes2 1s linear both;
animation-iteration-count: 10;
diplay: inline;
z-index: 5;
color: red;
position: relative;
top: 20px;

}

@keyframes mes2 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 0;
  }
  
  30% {
    opacity: 1;
  }
  
  100% {
    opacity: 1;
  }
}


.manual {
    position: absolute;
    top: 80px;
 left: 5px; font-size: 12px;

}
.manual span.remarkm {
    display: none;
    min-width:55em;
    max-width:55em;
     top:0%;
     animation-name: show-manual;
-webkit-filter:drop-shadow(6px 6px 10px rgba(0,0,0,0.35));
}

.manual a:hover span.remarkm { 

background: #fff;
    border: 1px solid #CCCCCC;
    color: #303030;
    font-size:13px;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 1em;
    position: absolute;
    border-radius:10px;
    left: 75px;
    top: -65px;
    z-index: 3;
    letter-spacing: 1px;
    line-height: 18px;
      padding-top: 20px;
  animation-duration: 0.3s;
  animation-fill-mode: none;  
}

.manual .triangle {
  position: absolute;
  left: -12px;
  top: 60px;
  margin-top: 0px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid white;
  
}

.manual .triangle2 {
  position: absolute;
  left: -13px;
  top: 61px;
  margin-top: 1px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid white;
}

@keyframes show-manual {
  /*アニメーションを定義します*/
  0% {
    display: none;
    opacity: 0;
    top: -35px;
    
  }
  15% {
    display: inline-block;
    opacity: 0;
    top: -50px;

  }
  100% {
    display: inline-block;
    opacity: 1;
    top: -65px;

  }
  }

ol.help {

list-style-type: decimal;
position: relative; 
left: -10px;
width: 95%;

}

ol.help2 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help2 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help2 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -3px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: #4169e1; /*点の色*/
    }
    
ol.help3 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help3 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help3 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: #ff69b4 /*点の色*/
    }

ol.help4 {

list-style-type: disc; 
position: relative; 
left: -20px;
}

.help4 li {
    list-style-type: none; /*点を非表示*/
    position: relative; /*基準位置*/
    padding-left: 0.6em;
    }
.help4 li:before {
    border-radius: 50%; /*丸くする*/
    width: 7px; /*点の幅*/
    height: 7px; /*点の高さ*/
    display: block;
    position: absolute; /*絶対配置*/
    left: -10px; /*点の位置*/
    top: 0.3em; /*点の位置*/
    content: "";
    background: #228b22; /*点の色*/
    }
