/* ------------------------------- 
HEADER
-------------------------------- */

/*Global Header*/

.global_hd {
	width: 100%;
	background-color: #00914d;
	border-bottom: 4px solid #ffa200;
	line-height: 1;
}

.global_hd .inner{
	max-width: 100%;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gl_logo {
	text-align: right;
	font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #FFFFFF;
}

.gl_logo img{
	vertical-align: middle;
	margin-left: 12px;
}

.gl_logo a{
	font-size: 12px;
	color: #FFFFFF;
}

.gl_logo a:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


/* ------------------------------- 
ftr_bnr slider
-------------------------------- */

#ftr_bnr{
	width: 100%;
	position: relative;
	overflow: hidden;
}

#ftr_bnr .inner{
	padding-top: 3em;
	padding-bottom: 5em;
}

#ftr_bnr h3{
	padding-bottom: 2em;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
}

#ftr_bnr h3 span{
	display: block;
	margin-bottom: 0.5em;
}

#ftr_bnr ul {
	padding-left: 10px;
	padding-right: 10px;
	/*
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	*/
}

#ftr_bnr li{
	/*width: 24%;*/
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
}
/*
#ftr_bnr li:nth-child(even){
	background-color: #CECCCC;
}
*/
#ftr_bnr img{
	height: auto;
	max-width: 100%;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	margin-left: auto;
	margin-right: auto;
}

#ftr_bnr a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#ftr_bnr p{
	color: #000000;	
	font-size: 12px;
	margin-top: 0.5em;
	text-align: center;
}

.slider {
    width: 100%;
  }

/*slick*/
.slick-prev:before,
.slick-next:before{
    color: #000;
}


/* ------------------------------- 
global ft
-------------------------------- */

.global_ft{
	width: 100%;
	background-color: #00904F;
	border-top: 4px solid #FFA200;
}

.global_ft .inner{
	max-width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	overflow: hidden;
}

.global_ft p.copy{
	text-align: left;
	font-family: 'Roboto', 'Noto Sans JP', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	color: #FFFFFF;
}

.global_ft p.copy img{
	/*float: left;*/
	vertical-align: middle;
	margin-right: 12px;
}

.global_ft a{
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
}

.global_ft a:hover{
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


@media only screen and (min-width:1px) and (max-width:740px){


} /*@mediaEnd*/

@media only screen and (min-width:1px) and (max-width:480px){

/* Global Header */

.gl_logo {
	text-align: center;
}
	
/* global ft */

.global_ft p.copy{
	text-align: center;
}

.global_ft p.copy span{
	display: block;
}

} /*@mediaEnd*/