@charset "utf-8";

body{
	background:#EDEDED;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	line-height:1.5em;
}

body,h1,h2,ul,li,p,dt,dd{
	margin: 0 ;
	padding: 0 ;
	list-style:none;
}
a img{
	border:none;
}
a :hover{
filter:alpha(opacity=80);
opacity:0.8;
}
/*-----------------------------------------------------
	ヘッダー
------------------------------------------------------*/
#header{
	width:100%;
	background:url(../images/bg.jpg) repeat-x;
	height:389px;
}
.head{
	width:960px;
	height:389px;
	margin: 0 auto;
	position:relative;
}

/*-----------------------------------------------------
	コンテナー
------------------------------------------------------*/
#container{
	width:960px;
	padding-bottom:10px;
	margin: 0 auto;
	margin-top:30px;
}
.conts{
	width:960px;
	background:#fff;
}
.conts h2{
	text-align:center;
	padding-top:3%;
}
.conts dd{
	margin:2% 0 ;
}
.conts .sub_txt{
	font-size:1.5em;
	padding-left:3%;
	line-height:1.5;
}
.left_b{
	width:480px;
	padding-bottom:0%;
	float:left;
	text-align:center;
}
.four_box dd{
	margin:3% 0 ;
}
.right_b{
	width:480px;
	padding-bottom:0%;
	float:left;
	text-align:center;
}
.red{
	color:#ff0000;
	font-size:1.2em;
	display:inline-block;
}
/*-----------------------------------------------------
	お申し込み方法
------------------------------------------------------*/
.three_box {
	width:960px;
	height:420px;
}
.three_box dd{
	float:left;
	padding-left:0.3%;
}
/*-----------------------------------------------------
	注意事項
------------------------------------------------------*/
.conts h3{
	text-align:center;
	padding-top:3%;
}
.war_txt{
	line-height:1.8;
	padding-left:2%;
	padding-bottom:2%;

}
/*-----------------------------------------------------
	FOTTER
------------------------------------------------------*/
#footer {
	width:100%;
	margin-top:15px;
	border-top:2px solid #4A8718;
	background:#fff;
}
.foot{
	width:960px;
	padding-bottom:1%;
	margin: 0 auto;
}
.foot dt{
	font-size:1.8em;
	padding-top:1%;
	padding-bottom:3%;
}
.border{
	background:#4A8718;
	display:inline-block;
	color:#fff;
	font-size:1em;
	border-radius:10px;
	padding:1.2% 3%;
	margin:0 2%;
}
.tel{
	font-size:1em;

}
.phone{
	font-size:1.8em;
	font-weight:bold;
}
.foot .ttx{
	padding:1.2% 2%;
	font-size:1.3em;
	line-height:1.8;
}
/*-----------------------------------------------------
	クリアフィックス
------------------------------------------------------*/

.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
/*-----------------------------------------------------
	GOTOP
------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 17%;
    right: 20px;
}
#page-top a img{
    text-decoration: none;
    color: #003399;
    text-align: center;
    display: block;
    border-radius: 50px;
    opacity:0.8;
}
#page-top a:hover {
    text-decoration: none;
    background: #9DB8F0;
    
}
.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
