@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.t_center{ text-align:center !important;}


/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	リンク・インプットをタップ時のクラス
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

.tap {

}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #343737;
	text-decoration: none;
}

a:visited {
	color: #343737;
}

a:hover {
	color: #343737;
}

a:active {
	color: #343737;
}

@media screen and (max-device-width: 480px){
	img{max-width:100%;height:auto;}
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #343737;
	font-size: 11px;
	line-height: 1.2;
	background: #FFF;
	-webkit-text-size-adjust: none;
}

#container {
	text-align: left;	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#gHeader .hBox {
	padding: 0 10px;
	background-color: #F5F5F5;
}

#gHeader .logo {
	padding: 12px 0 0;
	float: left;
}

#gHeader .menu {
	float: right;
}

#gHeader .menuBox {
	display: none;
	z-index: 1001;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: url(../img/common/bg01.png) repeat left top;
	background-size: 5px 5px;
}

#gHeader .menuBox .close {
	padding: 0 10px 9px;
	text-align: right;
}

#gHeader .menuBox .naviUl {
	margin: 0 10px;
}

#gHeader .menuBox .naviUl li {
	margin: 3.5% 3.5% 0 0;
	width: 31%;
	float: left;
}

#gHeader .menuBox .naviUl li img {
	width: 100%;
}

#gHeader .menuBox .naviUl li:nth-child(3n) {
	margin-right: 0;
}

#gHeader .menuBox .naviUl li:nth-child(-n+3) {
	margin-top: 0;
}

#gHeader .menuBox .naviUl li:last-child {
	width: 63%;
	padding-top: 11%;
	margin-right: 0;
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	padding: 61px 10px 24px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fBox {
	margin: 0 10px 22px;
}

#gFooter .pageTopBox {
	/*margin-bottom: 15px;
	height: 53px;*/
	text-align: center;
}

#gFooter .pageTop {
	margin-left: -26px;
	position: fixed;
	left: 50%;
	bottom: 20px;
	z-index: 9999;
}

#gFooter .pageTopBox .noFixed {
	position: static;
}

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

#gFooter .fTtl img {
	width: 100%;
}

#gFooter .fTtl li {
	width: 51%;
	float: left;
}

#gFooter .fTtl li:last-child {
	width: 49%;
}

#gFooter .fImgBox {
	margin: 0 10px 11px;
}

#gFooter .fImgBox .photoBox {
	width: 36%;
	float: left;
}

#gFooter .fImgBox .photoBox img {
	width: 100%;
}

#gFooter .fImgBox .textBox {
	width: 62%;
	float: right;
}

#gFooter .fImgBox .textBox img {
	width: 100%;
}

/* 
#gFooter .fImgBox .textBox ul {
	margin-top: 15px;
}

#gFooter .fImgBox .textBox li {
	font-size: 12px;
	line-height: 1.68;
	letter-spacing: -1px;
} */

#gFooter .fUl {
	margin: 0 8px 22px;
}

#gFooter .fUl li {
	width: 48.5%;
	float: left;
}

#gFooter .fUl li:last-child {
	float: right;
}

#gFooter .fUl li img {
	width: 100%;
}

#gFooter .fSmallUl {
	margin: 0 auto;
	width: 79%;
}

#gFooter .fSmallUl li {
	width: 45%;
	float: left;
}

#gFooter .fSmallUl li:last-child {
	width: 50%;
	float: right;
}

#gFooter .fSmallUl li img {
	width: 100%;
}

#gFooter .bottomBox {
	padding: 10px 0;
	background-color: #343737;
}

#gFooter .bottomBox .fLogo {
	margin-bottom: 5px;
	text-align: center;
}

#gFooter .bottomBox .copyright {
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

/*------------------------------------------------------------
	h2
------------------------------------------------------------*/
#main h2 {
	margin-bottom: 23px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 15px;
	font-size: 17px;
	line-height: 1;
	background-color: #00B8E4;
	border-left: 10px solid #343737;
}

#main .headLine01 > span {
	display: inline-block;
	background-color: #fff;
}

#main .headLine01 > span span {
	color: #00B8E4;
}