@charset "utf-8";

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
	body {
	line-height:1;
}
	article,aside,details,figcaption,figure,
	footer,header,hgroup,menu,nav,section { 
	display:block;
}
	ul,li {
	list-style:none;
	}
	blockquote, q {
	quotes:none;
}
	blockquote:before, blockquote:after,
	q:before, q:after {
	content:'';
	content:none;
}
	a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: inherit;
  text-decoration: none;
}
	/* change colours to suit your needs */
	ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
	/* change colours to suit your needs */
	mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
	del {
	text-decoration: line-through;
}
	abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
	table {
	border-collapse:collapse;
	border-spacing:0;
}
	/* change border colour to suit your needs */
	hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
	input, select {
	vertical-align:middle;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding: 10px 0 9px;
    /*border-bottom: 1px solid #EAEAEA; */
	  box-shadow: 1px 1px 10px #eeeeee;
		font-size: 12px;
}

#gHeader .hBox {
    margin: 0 auto;
    padding: 0 29px;
    max-width: 1200px;
    box-sizing: border-box;
}

#gHeader h1 {
    margin: 0 3px;
    color: #696969;
    font-size: 1rem;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	}

#gHeader .logo {
	max-width: 240px;
	width: 100%;
}

#gHeader .logo img {
	max-width: 100%;
	width: auto;
}

#gHeader .logo_ver2 img {
	max-width: 170px;
	padding: 1rem 0;
	width: 100%;
}


@media all and (max-width: 767px) {
    #gHeader .hBox {
        padding: 0 10px;
        max-width: inherit;
    }
    
    #gHeader .logo {
        width: 240px;
    }
	
		#gHeader h1 {
			font-size: 1vw;
		}
	}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 17px 20px 19px;
    text-align: center;
    background-color: #F4F4F4;
		font-size: 12px;
}

#gFooter .pageTop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 28px;
    z-index: 1000;
}

#gFooter .pageTop a:hover {
    opacity: 0.7;
}

#gFooter .fNavi {
    margin-bottom: 10px;
}

#gFooter .fNavi li {
    margin-top: 5px;
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    border-right: 1px solid #696969;
}

#gFooter .fNavi li:last-child {
    border-right: none;
}

#gFooter .fNavi li a {
    padding: 0 8px;
    display: block;
    color: #696969;
    font-size: 1em;
    line-height: 1;
}

#gFooter .fNavi li a:hover {
    text-decoration: underline;
}

#gFooter .copyright {
    color: #696969;
    font-size: 1em;
}

@media all and (max-width: 767px) {
    #gFooter {
        padding: 0 0 15px;
    }

    #gFooter .pageTop {
        width: 40px;
    }
    
    #gFooter .fNavi {
        margin-bottom: 20px;
        border-top: 1px solid #696969;
        border-bottom: 1px solid #696969;
    }

    #gFooter .fNavi li {
				padding: 0 0.25em;
				width: 100%;
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				line-height: 1.2;
				border-right: none;
				border-bottom: 1px solid #696969;
				box-sizing: border-box;
		}

    #gFooter .fNavi li a {
        padding: 12px 5px;
        display: flex;
				width: 100%;
				justify-content:center;
        font-size: 1em;
        line-height: 1.2;
    }

    #gFooter .copyright {
        padding: 0 20px;
        font-size: 1em;
    }
}