@charset "utf-8";
/*-------------------------------------------
	基本スタイル
--------------------------------------------*/

/* html,bodyタグの設定 */
html, body{
    margin: 0;         /* 余白の削除 */
    padding: 0;        /* 余白の削除 */
    width:100%;
    height:100%;
}


body {
	margin: 0px auto;
	padding: 0;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
}

		* {
font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

* html body{  
    overflow: hidden;
}

a:hover img{
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

html {
	overflow-y:scroll;
	height:100%;
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	/*-----position: relative;-------*/
}

form,input,textarea {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size:12px;
	line-height:18px;
}

/*----p {
margin:0px;
padding:0px;
}-----*/

ul {
margin:0px;
padding:0px;
list-style:none;
}
/*--------------------------------------------
	リンクスタイル
--------------------------------------------*/
a:link {
	color: #3151af;
	text-decoration: none;
}
a:visited {
	color: #3151af;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #3151af;
}
/*--------------------------------------------
	clear
--------------------------------------------*/

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
/*--------------------------------------------
	コンテンツ
--------------------------------------------*/

.copyright{
	background-color:#22ac38;
	text-align:center;
	padding:30px 0;
	color:#FFF;
	}

.wrap {
	width: 100%;
	margin: 0 auto;
}
/* pagetop --------------------- */
#pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 50px;
	width: 80px;
	margin-top: -80px;
	padding-top: 80px;
	z-index:9999999999;
}
#pagetop img {
	width: 100%;
	height: auto;
	
}




/*--------------------------------------------
	ヘッダー
--------------------------------------------*/

header{
	text-align: center;
	width: 100%;
	background-image: url(../img/head_bg.png),url(../img/head_bg02.png);
	background-repeat: repeat-x,no-repeat;
	background-position: center top;
	background-color:#2aa738;
	padding:90px 0 0 0;
	}

h1{
	text-align:center;
	}
	
.sec01{
	background-image: url(../img/sec01_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	background-color:#5c91ff;
	padding:40px 0;
	}
	
.sec01_inner{
	width:1100px;
	margin:0 auto;
	}
	
.sec01_img01{
	text-align:center;
	padding:0 0 40px 0;
	}

.sec01_set{
	background-color:#fefde6;
	padding:20px;
	width:1000px;
	margin:0 auto;
	border-radius: 6px;          
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;
	padding:0 0 60px 0;

	}

.sec01_set_img01{
	text-align:center;
	padding:20px 0 40px 0;
	}

.sec01_set_left{
	float:left;
	width:408px;
	float:left;
	padding:0 0 0 50px;
	}
	
.sec01_set_right{
	float:left;
	width:485px;
	float:right;
	text-align:left;
	padding:0 30px 0 0;
	}
	
.sec01_set_img02{
	padding:0 0 30px 0;
	}

.sec01_set_btn{
	width:252px;
	margin:0 auto 30px;
	}

.sec02{
	background-color:#FFF;
	text-align:center;
	}
	
.sec03{
	background-color: #FFF;
	text-align: center;
	background-image: url(../img/sec03_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	}

.sec04{
	background-color: #7d0000;
	text-align: center;
	}

.sec05{
	text-align: center;
	background-image: url(../img/sec05_img01_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	text-align:center;
	}
	
.sec05_img01{
	padding:0 0 30px 0;
	text-align:center;
	}

.sns_wrap{
	background-color:#f1f1f1;
	}

.sns_wrap_inner{
	width:900px;
	margin:0 auto;
	padding:40px 0;
	}

.sns_calm01{
	width:33.33%;
	float:left;
	text-align:center;
	}
	
.sns_calm02{
	width:33.33%;
	float:left;
	text-align:center;
	}
	
.sns_calm03{
	width:33.33%;
	float:left;
	text-align:center;
	}


.sp_con{
	display:none;
	}

.pc_con{
	display:block;
	}

	

	
