@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";
	-webkit-text-size-adjust: 100%;
	color:#333333;
}

img{
	border:0;
	vertical-align:top;
	vertical-align:bottom;
	max-width:100%;
	min-width:auto;
	height:auto;
}

a{
	overflow:hidden;
	outline:none;
	color:#4598DF;
	text-decoration:underline;
}

.sp_hide{
	display:none;
}

.pc_hide{
}


/*-----------------------------------------------------------*/
/*ヘッダー*/

#sp_header{
	border-top:2px solid #45B277;
	overflow:hidden;
	position:fixed;
	height:50px;
	width:100%;
	top:0px;
	left:0px;
	background:#fff;
	border-bottom:1px solid #ccc;
	z-index:20;
}

#sp_header h1{
	margin-top:10px;
	float:left;
	overflow:hidden;
	margin-left:10px;
}

#sp_header h1 img{
	height:30px;
	width:auto;
}

/*メニューボタン*/

#panel-btn{
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0px 0px  0px 0px;
  border-radius: 0%;
  background: #efefef;
  float:right;
}
#panel-btn:hover{
  background: #fafafa;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #45B277;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #45B277;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/*-----------------------------------------------------------*/
/*グローバルナビゲーション*/

#gnavi_wrap{
	position:fixed;
	right:0px;
	top:50px;
	width:100%;
	z-index:30;
	display:none;
	overflow:auto;
}

#gnavi_wrap .eng{
	display:none;
}

#gnavi_wrap h1{
	display:none;
}

#gnavi_wrap ul{
	width:100%;
	background-color:#efefef;
}

#gnavi_wrap ul li a{
	display:block;
	list-style-type:none;
	border-bottom:1px solid #cfcfcf;
	border-top:1px solid #fefefe;
	padding:0.5em 1em;
	text-decoration:none;
	color:#333;
	font-weight:bold;
}

#gnavi_wrap ul li div{
	font-size:12px;
}

#gnavi_wrap ul li div a{
	font-weight:normal;
	padding:0.5em 1em 0.5em 2em;
}

#gnavi_wrap .sub{
	margin-left:1em;
}

/*-----------------------------------------------------------*/
/*フッターメニュー*/

#footer_menu_wrap{
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background-color:#DDDDDD;
	
}

#footer_menu{
	width:100%;
	margin:0px auto;
	overflow:hidden;
}

#footer_menu ul{
	overflow:hidden;
	line-height:44px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#footer_menu ul li{
	list-style-type:none;
	overflow:hidden;
	font-size:13px;
	width:100%;
}

#footer_menu ul li a{
	color:#000;
	text-decoration:none;
}

#footer_menu ul li a i{
	color:#2D9276;
}

#footer_menu table{
	display:none;
}

/*-----------------------------------------------------------*/
/*フッター*/

#footer_wrap{
	width:100%;
	overflow:hidden;
	margin:0px auto;
	background-color:#005C3E;
	color:#fff;
	font-size:10px;
}

#footer{
	width:100%;
	margin:0px auto;
	position:relative;
}

#footer a{
	text-decoration:none;
	color:#fff;
}

#footer dl{
	margin:10px auto;
	overflow:hidden;
	width:90%;
	line-height:115%;
}

#footer ul{
	width:100%;
	overflow:hidden;
	margin:20px auto 0px auto;
}

#footer ul li{
	float:left;
	width:50%;
	overflow:hidden;
	list-style-type:none;
	text-align:center;
}

#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;
	margin:0px auto;
}

#copy{
	clear:both;
	text-align:center;
	margin:10px auto;
	overflow:hidden;
}

/*-----------------------------------------------------------*/

#scroll_val{
	position:fixed;
	left:10px;
	bottom:200px;
	display:none;
}

/*-----------------------------------------------------------*/
/*パンくず*/

#breadcrumb{
	width:100%;
	margin:0px auto;
	overflow:hidden;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	background-color:#EEEEEE;
	font-size:10px;
	display:none;
}

#breadcrumb p{
	width:95%;
	margin:0px auto;
	overflow:hidden;
}

#breadcrumb p a{
	color:#000;
	text-decoration:none;
}

/*-----------------------------------------------------------*/
/*ページタイトル*/

#bg_block01{
}

/**/

#page_title{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:120px;
	width:100%;
	margin:50px auto 0px auto;
	overflow:hidden;
	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:12px;
	letter-spacing:2px;
	overflow:hidden;
	font-weight:normal;
	margin:0px;
	width:100%;
	position:absolute;
	left:0px;
	top:60%;
}

#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:18px;
	color:#40B272;
	letter-spacing:2px;
	font-weight:normal;
	line-height:20px;
	width:100%;
	position:absolute;
	left:0px;
	top:20%;
}

/*-----------------------------------------------------------*/
/**/

.subt{
	text-align:center;
	margin:40px auto 20px auto;
	overflow:hidden;
	color:#3EB26E;
	font-size:16px;
	line-height:26px;
}

/*-----------------------------------------------------------*/

.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;*/
	width:40px;
}
.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;
}

/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
/*-----------------------------------------------------------*/
