body{
	width: 917px;
	font-family: notosans,"メイリオ", Meiryo, "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 35px;
	line-height: 55px;
	color: #4D4D4D;
}

a:hover{
opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}
a:hover img{
/*opacity:0.9;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";*/
}
input[name="image"]:hover { opacity:0.9; filter:alpha(opacity=70); }



/*___________________ 文字 _____________________*/
.aka{
	font-weight: bold;
	color: #d80100;
}
/*
.kiiro{
    background: linear-gradient(transparent 60%, #faf78e 60%);
	font-weight: bold;
}
*/
.sp{
	display: none;
}
/*___________________ コンテンツ _____________________*/
#wrap{
    /*background-image: url("../images/bg.jpg");
    background-repeat: repeat-y;
	background-position: center 0px;*/
	width: 917px;
    /*padding-top: 10px;*/
	margin: 0px auto 0px;
	overflow: hidden;
	display: block;
}
#click{
    background-image: url("../images/click.png");
    background-repeat: no-repeat;
	background-position: center 0px;
    background-size: 800px;
	width: 510px;
    height: 77px;
    padding: 10px 0px 0px 290px;
	margin: 0px auto 30px;
	overflow: hidden;
	display: block;
}
#click2{
    background-image: url("../images/click2.png");
    background-repeat: no-repeat;
	background-position: center 0px;
    background-size: 598px;
	width: 358px;
    height: 81px;
    padding: 10px 0px 0px 240px;
	margin: 0px auto 355px;
	overflow: hidden;
	display: block;
}
/*.ul1{
	width: 745px;
	padding-left: 35px;
	margin: 0px auto 40px;
	display: block;
}
.ul1 li{
	list-style-type: disc;
	list-style-position : outside;
	margin: 0px auto 10px;
}*/

/*___________________ フォーム _____________________*/

/*.kome{
    background-color: #F0F0E1;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 580px;
	height: 45px;
	font-size: 18px;
	line-height:  28px;
	color: #333;
	padding: 15px 30px;
	margin: 0 auto 30px;
	overflow-y: scroll;
-webkit-overflow-scrolling: touch;
transform: translateZ(0);
	display: block;
}*/
/*--------- フッター -----------*/

#foot{
	width: 700px;
	font-size: 15px;
	line-height: 27px;
	color: #1F1F1F;
	text-align: center;
	padding-top: 12px;
	margin: 0px auto 240px;
	overflow: hidden;
	display: block;
}
#foot ul{
	text-align: center;
	list-style-type: none;
	margin: 0 auto 0px;
	display: block;
}
#foot ul li{
	display: inline;
}
#foot ul li a{
	color: #1F1F1F;
	text-decoration: none;
}
#foot small{
	font-size: 15px;
}


/*___________________ トップ _____________________*/

/*#page-top {
	background-color: #333333;
	width: 80px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 3px 3px;
	border-radius: 5px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 84px;
	text-align: center;
	display: block;
	border-radius: 10px;
	opacity:0.8;
	font-size:12px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.5;
}*/


.btn_end {
	position: fixed;
    bottom: 10px;
    width: 100%;
	
	}

/**/
/*.btn_end {
	position: fixed;
    bottom: 10px;
	right: 10px;
    width: 30%;
	
	}*/

.tooltip {
		background: #00b901;
			display: none;
			border-radius: 100px;
			font-weight: bold;
			color: white;
			margin: 0px 8px;
			text-align: center;
			position: absolute;
			left: 50%;
			bottom: -130px;
			transform: translateX(-50%);
	}
	
	
	.tooltip .tooltipInner {
		position: relative;
			padding: 16px 24px;
			display: block;
	}
	
	.tooltip .tooltipInner:before {
		content: "";
		position: absolute;
		top: -30px;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-bottom: 15px solid #00b901;
	}