@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:14px;
	line-height:150%;
	/*font-family:'Lato', sans-serif,"ヒラギノ角ゴ W3 JIS2004"または"Hiragino Kaku Gothic W3 JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";*/
	/*font-family:"ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";*/
	font-family:"メイリオ","ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color:#333333;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
	
}

a{
	overflow:hidden;
	outline:none;
	color:#4598DF;
}

.pc_hide{
	display:none;
}

.sp_hide{
}

a{
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover{
	opacity: .5;
}

#all{
	max-width:100%;
	min-width:1100px;
	margin:0px auto;
	overflow:hidden;
}

/*-----------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi_wrap{
	width:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-image:url(index/bg_header.png);
	height:50px !important;
	border-top:2px solid #45B277;
	z-index:10;
	border-bottom:1px solid #DDDDDD;
}

#gnavi{
	width:1100px;
	margin:0px auto;
	/*overflow:hidden;*/
	position:relative;
}

#gnavi h1{
	padding:3px 0px;
	float:left;
	width:230px;
	overflow:hidden;
}

#gnavi>ul{
	width:665px;
	float:right;
	/*overflow:hidden;*/
	line-height:49px;
	/*border-right:1px solid #CCCCCC;*/
	/*margin-top:14px;*/
}

#gnavi>ul>li{
	list-style-type:none;
	float:left;
	width:165px;	
	text-align:center;
	position: relative;
	font-size:15px;
}

#gnavi>ul>li>a{
	display:block;
	color:#005C3E;
	text-decoration:none;
	border-left:1px solid #CCCCCC;
	box-sizing:border-box;
}

#gnavi04>a{
	border-right: 1px solid #CCCCCC;
}

#gnavi .jpn{
	display:none;
}

#gnavi .eng{
	font-family:'Lato', sans-serif,"ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
}

.menu > li.menu__single {
    position: relative;
}


li.menu__single div.menu__second-level {
    position: absolute;
	width:165px;
	top:36px;
   	background-color:rgba( 245, 245, 245, 0.95);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#95ffffff,EndColorStr=#95ffffff);/*IE8以下用*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	visibility: hidden;
    opacity: 0;
	border-top:1px dotted #ccc;
}

li.menu__single div.menu__second-level a{
	text-align:center;
	display:block;
	padding:0.75em 1em;
	text-decoration:none;
	color:#005C3E;
	border-bottom:1px dotted #ccc;
	line-height:20px;
}

li.menu__single:hover div.menu__second-level {
    top:49px;
    visibility: visible;
    opacity: 1;
}

/*-----------------------------------------------------------*/



/*-----------------------------------------------------------*/


/*-----------------------------------------------------------*/
/*フッターメニュー*/

#footer_menu_wrap{
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background-color:#DDDDDD;
}

#footer_menu{
	width:1100px;
	margin:0px auto;
	overflow:hidden;
}

#footer_menu ul{
	overflow:hidden;
	line-height:44px;
	width:600px;
	float:left;
}

#footer_menu ul li{
	list-style-type:none;
	float:left;
	overflow:hidden;
	margin-right:15px;
	font-size:13px;
}

#footer_menu ul li a{
	color:#000;
	text-decoration:none;
}

#footer_menu ul li a i{
	color:#2D9276;
}

#footer_menu table{
	width:390px;
	height:44px;
	float:right;
	overflow:hidden;
}

#footer_menu table .s_txt{
	line-height:28px;
	height:28px;
	display:inline;
	border:none;
	width:225px;
}

#footer_menu table .s_submit{
	width:67px;
	text-align:center;
	border:none;
	background-color:#005C3E;
	color:#fff;
	line-height:16px;
	padding:0px;
	line-height:26px;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background-color:#005C3E;
	color:#fff;
}

#footer{
	width:1100px;
	margin:0px auto;
	position:relative;
}

#footer dl{
	margin:20px auto;
	overflow:hidden;
}

#footer ul{
	position:absolute;
	right:0px;
	top:5px;
}

#footer ul li{
	float:left;
	margin-left:10px;
	overflow:hidden;
	list-style-type:none;
}

#footer ul li a{
	display:block;
	width:124px;
	line-height:36px;
	text-align:center;
	background-color:#FFFFFF;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#copy{
	clear:both;
	text-align:center;
	margin:10px auto;
	overflow:hidden;
}

/*-----------------------------------------------------------*/

#scroll_val{
	position:fixed;
	left:10px;
	bottom:200px;
	display:none;
}

/*-----------------------------------------------------------*/
/*パンくず*/

#breadcrumb{
	max-width:100%;
	min-width:1100px;
	margin:5px auto;
	overflow:hidden;}

#breadcrumb p{
	width:1100px;
	margin:0px auto;
	overflow:hidden;
	line-height:30px;
	text-align:right;
}

#breadcrumb p a{
	color:#000;
	text-decoration:none;
}

/*-----------------------------------------------------------*/
/*ページタイトル*/

#page_title{
	width:1100px;
	padding-top:80px;
	margin:0px auto 0px auto;
	/*text-shadow:
        -1px -1px #fff,
        1px -1px #fff,
        -1px 1px #fff,
        1px 1px #fff,
		3px 3px #666;
		*/
	text-shadow:
		2px 2px 0px #fff,
		2px 1px 0px #fff,
		2px 0px 0px #fff,
		2px -1px 0px #fff,
		2px -2px 0px #fff,
		-2px 2px 0px #fff,
		-2px 1px 0px #fff,
		-2px 0px 0px #fff,		
		-2px -1px 0px #fff,
		-2px -2px 0px #fff,
		0px 2px 0px #fff,
		0px 1px 0px #fff,
		0px 0px 0px #fff,
		0px -1px 0px #fff,
		0px -2px 0px #fff,
		1px 2px 0px #fff,
		1px 1px 0px #fff,
		1px 0px 0px #fff,
		1px -1px 0px #fff,
		1px -2px 0px #fff,
		-1px 2px 0px #fff,
		-1px 1px 0px #fff,
		-1px 0px 0px #fff,
		-1px -1px 0px #fff,
		-1px -2px 0px #fff		
        ;
}

#page_title h1{
	text-align:center;
	font-size:20px;
	line-height:25px;
	letter-spacing:6px;
	margin-top:10px;
	font-weight:bold;
}

#page_title h2{
	text-align:center;
	font-family:'Lato', sans-serif,"ヒラギノ角ゴ W3 JIS2004","Hiragino Kaku Gothic W3 JIS2004","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	font-size:45px;
	color:#40B272;
	letter-spacing:4px;
	font-weight:normal;
	line-height:53px;
}

/*-----------------------------------------------------------*/
/*コンテンツ*/

#contents_wrap{
	width:1100px;
	margin:0px auto;
	position:relative;
}

/*-----------------------------------------------------------*/

/**/


.subt{
	text-align:center;
	margin:120px auto 40px auto;
	overflow:hidden;
	color:#3EB26E;
	font-size:27px;
	line-height:31px;
}

/*-----------------------------------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    /*background-color: #ccc;*/
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	/*filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;*/
}
.pagetop a:hover {
    display: block;
   /* background-color: #b2d1fb;*/
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/

ul#menu {
	margin: 0px auto;
}
ul#menu li {
	float: left;
	width: 165px;
	list-style: none;
	text-align: center;
	position: relative;
}
ul#menu li a {
	width: 165px;
	height: 100%;
	line-height: 48px;
	text-decoration: none;
	position: relative;
	border-top:1px dotted #ccc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	color: #005C3E;
}
ul#menu li .sub a {
	display: block;
	width: 165px;
	height: 100%;
	line-height: 48px;
	text-decoration: none;
	position: relative;
	border-top:1px dotted #ccc;
	background-color:rgba( 245, 245, 245, 0.95);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#95ffffff,EndColorStr=#95ffffff);/*IE8以下用*/
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
ul.sub li {
	float: none;
}
ul.sub li ul.sub {
	position: absolute;
	left: 165px;
	top: 0;
}
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
