@charset "utf-8";

/*	reset */
a,ab.sm_view,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;/*text-align:left;*/margin:0;padding:0;border:0;outline:0;background:0 0}
textarea{font-family:inherit;font-weight:inherit;font-style:inherit;vertical-align:baseline;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}

*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}


/*	EXAMPLE STYLES */
body{
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Meiryo','メイリオ','ＭＳ Ｐゴシック',Verdana,'ＭＳ Ｐゴシック',Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.6;
	letter-spacing: 0.05em;
	color: #000;
    text-align: center;
    word-break: break-all;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

/* link */
a:link      { color:#4c4c4c; text-decoration:none; }
a:visited   { color:#4c4c4c; text-decoration:none; }
a:hover     { color:#8e8c8c; text-decoration:none; }
a:active    { color:#8e8c8c; text-decoration:none; }

a {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
a:hover img.rollover,a.thinly:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-ms-filter: "alpha( opacity=80 )";
	opacity:0.8;
}
a.rolloveri:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-ms-filter: "alpha( opacity=80 )";
	opacity:0.8;
}

/* img */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* lisst */
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/* text tag */
h1, h2 {
    font-size: 1.5em;
    line-height: 1.5;
}
h3 {
    font-size: 1.3em;
    line-height: 1.5;
}
h4 {
    font-size: 1.15em;
    line-height: 1.5;
}
h5, h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
}
p,pre,blockquote,address,table,fieldset,form { margin-bottom: .5em; }


/* ----------------------------------------
  Layout base
  ---------------------------------------- */
.container {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.container.cnone {
	padding-left: 10px;
	padding-right: 10px;
}
.row { width: 100%; }
@media screen and (max-width: 479px) {
	.container {
		padding: 0 15px;
	}
	.sm_full {
		padding: 0;
	}
}

/* ----------------------------------------
  _html Global Spec
  ---------------------------------------- */
  
/* layout spec */
.hp_cl { clear: both; }
.hp_fln { float: none !important;}
.hp_dn { display: none !important;}
.hp_db { display: block !important;}
.hp_dib { display: inline-block !important; float: none !important;}
.hp_ov { overflow: hidden !important;}

/* Text spec */
.hp_fwb { font-weight: 700 !important; }
.hp_fwm { font-weight: 500 !important; }
.hp_fwn { font-weight: 400 !important;}
.hp_fz0 { font-size: 1em !important;}/*20px*/

.hp_fzs1 { font-size: 0.950em;}/*19px*/
.hp_fzs2 { font-size: 0.900em;}/*18px*/
.hp_fzs3 { font-size: 0.850em;}/*17px*/
.hp_fzs4 { font-size: 0.800em;}/*16px*/
.hp_fzl1 { font-size: 1.050em;}/*21px*/
.hp_fzl2 { font-size: 1.100em;}/*22px*/
.hp_fzl3 { font-size: 1.150em;}/*23px*/
.hp_fzl4 { font-size: 1.200em;}/*24px*/

.hp_tar { text-align: right !important;}
.hp_tal { text-align: left !important;}
.hp_tac { text-align: center !important;}
.hp_lts1{ letter-spacing: 1px !important;}
.hp_lts3{ letter-spacing: 3px !important;}
.hp_lts5{ letter-spacing: 5px !important;} 
.hp_lh15{ line-height: 1.5 !important;}

.hp_fw5 { font-weight: 500; }
.hp_fw7 { font-weight: bold; }

/* SP switch */
@media screen and (min-width:768px),print {
	.sm_view { display: none !important; }
	br.sm_br {display: none;}
	br.pc_br {display: block;}
}
@media screen and (max-width: 767px) {
	.sm_none {
		display: none !important;
	}
	.sm_view {
		display: block;
	}
	.sm_clear {
		clear: both;
	}
	br.sm_br {display: block;}
	br.pc_br {display: none;}
	.hpsm_tar { text-align: right !important;}
	.hpsm_tal { text-align: left !important;}
	.hpsm_tac { text-align: center !important;}
}

/* Space spec */
.hp_m0 { margin: 0;}
.hp_mt0 { margin-top: 0px !important;}
.hp_mt10 { margin-top: 10px !important;}
.hp_mt15 { margin-top: 15px!important;}
.hp_mt20 { margin-top: 20px !important;}
.hp_mt25 { margin-top: 25px !important;}
.hp_mt30 { margin-top: 30px !important;}
.hp_mt35 { margin-top: 35px !important;}
.hp_mt40 { margin-top: 40px !important;}
.hp_mt45 { margin-top: 45px !important;}
.hp_mt50 { margin-top: 50px !important;}
.hp_mb0 { margin-bottom: 0px !important;}
.hp_mb5 { margin-bottom: 5px !important;}
.hp_mb10 { margin-bottom: 10px !important;}
.hp_mb15 { margin-bottom: 15px !important;}
.hp_mb20 { margin-bottom: 20px !important;}
.hp_mb25 { margin-bottom: 25px !important;}
.hp_mb30 { margin-bottom: 30px !important;}
.hp_mb35 { margin-bottom: 35px !important;}
.hp_mb40 { margin-bottom: 40px !important;}
.hp_mb45 { margin-bottom: 45px !important;}
.hp_mb50 { margin-bottom: 50px !important;}
.hp_mb60 { margin-bottom: 60px !important;}
.hp_mb70 { margin-bottom: 70px !important;}
.hp_mb80 { margin-bottom: 80px !important;}
.hp_mb90 { margin-bottom: 90px !important;}
.hp_mb100 { margin-bottom: 100px !important;}
.hp_p0 { padding: 0;}
.hp_pt0 { padding-top: 0px !important;}
.hp_pt5 { padding-top: 5px !important;}
.hp_pt10 { padding-top: 10px !important;}
.hp_pt15 { padding-top: 15px !important;}
.hp_pt20 { padding-top: 20px !important;}
.hp_pt25 { padding-top: 25px !important;}
.hp_pt30 { padding-top: 30px !important;}
.hp_pt35 { padding-top: 35px !important;}
.hp_pt40 { padding-top: 40px !important;}
.hp_pt45 { padding-top: 45px !important;}
.hp_pt50 { padding-top: 50px !important;}
.hp_pt60 { padding-top: 60px !important;}
.hp_pt70 { padding-top: 70px !important;}
.hp_pb0 { padding-bottom: 0px !important;}
.hp_pb5 { padding-bottom: 5px !important;}
.hp_pb10 { padding-bottom: 10px !important;}
.hp_pb15 { padding-bottom: 15px !important;}
.hp_pb20 { padding-bottom: 20px !important;}
.hp_pb25 { padding-bottom: 25px !important;}
.hp_pb30 { padding-bottom: 30px !important;}
.hp_pb35 { padding-bottom: 35px !important;}
.hp_pb40 { padding-bottom: 40px !important;}
.hp_pb45 { padding-bottom: 45px !important;}
.hp_pb50 { padding-bottom: 50px !important;}
@media screen and (max-width: 767px) {
	.hpsm_mt10 { margin-top: 10px!important;}
	.hpsm_mb0 { margin-bottom: 0px !important;}
	.hpsm_mb5 { margin-bottom: 5px !important;}
	.hpsm_mb10 { margin-bottom: 10px !important;}
	.hpsm_mb15 { margin-bottom: 15px !important;}
	.hpsm_mb20 { margin-bottom: 20px !important;}
	.hpsm_mb25 { margin-bottom: 25px !important;}
	.hpsm_mb30 { margin-bottom: 30px !important;}
	.hpsm_mb35 { margin-bottom: 35px !important;}
	.hpsm_mb40 { margin-bottom: 40px !important;}
	.hpsm_mb45 { margin-bottom: 45px !important;}
	.hpsm_mb50 { margin-bottom: 50px !important;}
	.hpsm_mb60 { margin-bottom: 60px !important;}
	.hpsm_mb70 { margin-bottom: 70px !important;}
	.hpsm_mb80 { margin-bottom: 80px !important;}
	.hpsm_mb90 { margin-bottom: 90px !important;}
	.hpsm_mb100 { margin-bottom: 100px !important;}
	.hpsm_pt0 { padding-top: 0px !important;}
	.hpsm_pt5 { padding-top: 5px !important;}
	.hpsm_pt10 { padding-top: 10px !important;}
	.hpsm_pt15 { padding-top: 15px !important;}
	.hpsm_pt20 { padding-top: 20px !important;}
	.hpsm_pt25 { padding-top: 25px !important;}
	.hpsm_pt30 { padding-top: 30px !important;}
	.hpsm_pt35 { padding-top: 35px !important;}
	.hpsm_pt40 { padding-top: 40px !important;}
	.hpsm_pt45 { padding-top: 45px !important;}
	.hpsm_pt50 { padding-top: 50px !important;}
	.hpsm_pt60 { padding-top: 60px !important;}
	.hpsm_pt70 { padding-top: 70px !important;}
}

/* arrows */
.hp_arrow {
	position: relative;
	padding: 0;
	vertical-align: middle;
}
.hp_arrow::before,
.hp_arrow::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.hp_arrows li {
	position: relative;
	vertical-align: middle;
}
.hp_arrows li::before,
.hp_arrows li::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/* flex */
.hp_flex {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: flex;/*flex*/
    -webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;/*narabi*/
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;/*orikaesi*/
	-moz-box-pack: justify;
	-ms-box-pack: justify;
	box-pack: justify;/*child yokonarabi*/
	-ms-flex-pack: justify;
    -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;/*yose*/
}
.hp_flex.hp_flex_rvr {
	flex-direction: row-reverse;
}
.hp_flex.hp_flex_nowrap {
	flex-wrap: nowrap;
	align-items: flex-start;
}
.hp_flex.hp_flex_acenter {
	justify-content:center;
}
.hp_flex.hp_flex_vcenter {
	align-items:center;
}
@media screen and (max-width: 767px) {
	.hp_flextb_1clm .hp_flextb1clm_cld {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
	.hp_flexsp1clm .hp_flexsp1clm_cld {
        width: 100%;
    }
}



/* --------------------------------
	header
-------------------------------- */

.gl_h {
	background: #ededed;
	padding-top: 26px;
	padding-bottom: 24px;
}
#global-nav ul {
	padding-top: 14px;
	padding-bottom: 16px;
}
#global-nav ul li {
    display: inline-block;
    padding: 0 20px;
}
#global-nav ul li a {
	font-size: 18px;
	color: #000;
}
#global-nav ul li a:hover {
	color: #034604;
}

@media screen and (max-width: 767px) {
	#gl_header {
		position: fixed;
		width: 100%;
		z-index: 100;
	}
	.gl_h {
		position: relative;
		min-height: 62px;
		z-index: 50;
		text-align: left;
		padding-top: 13px;
		padding-bottom: 0px;
	}
	.gl_hlogo img {
		max-width: 185px;
	}
	
	/* Toggle Button open */
	#nav-toggle {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 62px;
	    height: 62px;
	    cursor: pointer;
	    z-index: 51;
	    padding: 0;
	}
	#nav-toggle div {
	    position: relative;
	}
	#nav-toggle span {
	    display: block;
	    position: absolute;
	    height: 2px;
	    width: 34px;
	    background: #034604;
	    right: 13px;
	    -webkit-transition: .35s ease-in-out;
	    -moz-transition: .35s ease-in-out;
	    transition: .35s ease-in-out;
	}
	#nav-toggle span:nth-child(1) { top: 18px; }
	#nav-toggle span:nth-child(2) { top: 30px; }
	#nav-toggle span:nth-child(3) { top: 42px; }
	
	/* #nav-toggle close */
    .open #nav-toggle span:nth-child(1) {
        top: 32px;
        left: 14px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        right: 0;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 32px;
        right: 14px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

	/* #global-nav close */
    #global-nav {
        position: absolute;
        top: -453px;
        background: rgba(255, 255, 255, 0.9);
        width: 100%;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        z-index: 49;
    }
	#global-nav ul {
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: 1px solid #333;
	}
	#global-nav ul li {
		display: block;
		padding: 0;
		text-align: left;
	}
	#global-nav ul li a {
		position: relative;
		display: block;
	    color: #000;
		border-top: 1px solid #666;
		padding: 15px 2em 15px 1.5em;
		font-size: .92em;
	}
	#global-nav ul li a::before {
		position: absolute;
		content: '\2192';
		height: 0;
		right: 1.75em;
		color: #034604;
	}

    /* #global-nav open */
    .open #global-nav {
        -moz-transform: translateY(515px);
        -webkit-transform: translateY(515px);
        transform: translateY(515px);
    }
    .open #global-nav ul {
	    height: 100%;
        -webkit-overflow-scrolling: touch;
    }
}

/* ----------------
	footer
---------------- */

/* link */

.f_linkwrap {
	border-top: 1px solid #666;
}
.f_link li {
	width: 18.387%;
	margin: 0 0.8065% 18px;
}
.f_link li a {
	display: block;
	border: 1px solid #034604;
	color: #000;
	padding: 10px 20px;
}
.f_link li a:hover {
	color: #fff;
	background: #034604;
}

/* nav */

.gl_fnav li {
	width: 24%;
	margin: 0 0.8065% 8px;
}
.gl_fnav li a {
	width: 100%;
}

/* main */

.gl_fmain {
	position: relative;
	padding-top: 30px;
	padding-bottom: 10px;
}
.gl_fmainttl {
	position: relative;
}
.gl_fmainlink {
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.copyright {
	display: block;
	padding: 5px 20px;
}

@media screen and (max-width: 767px) {
	.f_link li {
		width: 48%;
		margin: 0 1% 10px;
	}
	.gl_fnav li {
		width: 100%;
		margin: 0 0 8px;
	}
	.gl_fmainlink {
		position: relative;
		right: inherit;
		bottom: inherit;
	}
}



/* ----------------------------------------
  print
  ---------------------------------------- */
@media print {
	body {
	    width: 1280px;
	   /* zoom: .8;*/
	    transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
	.gl_contents {
	  width: 100%;
	}
}