@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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	box-sizing: border-box;
}

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

html {
	font-size: 62.5%;
}

a {
	transition: opacity 0.7s 0s;
}

a:hover {
	opacity: 0.6;
}

a:hover img {
	opacity: 1 !important;
}

#gNavi li a:hover,
.tel-box a:hover {
	opacity: 1;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	line-height: 1.1;
}

img {
	height: auto;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

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

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

/*------------------------------------------------------------
書式設定
------------------------------------------------------------*/
/* テキストの位置 */

.taLeft {
	text-align: left !important;
}

.taCenter {
	text-align: center !important;
}

.taRight {
	text-align: right !important;
}

.vTop {
	vertical-align: top !important;
}

.vMiddle {
	vertical-align: middle !important;
}

/* フォントの太さ */

.fwNormal {
	font-weight: normal !important;
}

.fwBold {
	font-weight: bold !important;
}

/*------------------------------------------------------------
微調整用クラス（※多用しないこと）
------------------------------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

/*------------------------------------------------------------
clearfix（float解除）
------------------------------------------------------------*/

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/

.trackTags {
	display: none;
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/

body {
	/* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	min-width: 1080px;
	text-align: center;
	color: #010101;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
}

#container {
	text-align: left;
	background-color: #fff;
}

#main {
	font-size: 140%;
	margin-bottom: 85px;
}

#main:after {
	display: block;
	clear: both;
	content: '';
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
	margin-bottom: 46px;
	padding: 15px 0;
	background-color: #000;
}

#header .hBox {
	margin: 0 auto;
	width: 1024px;
}

#header h1 {
	margin-top: 4px;
	float: left;
}

#header h1 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#header .hInner {
	float: right;
}

#header .hLink {
	float: left;
	margin: 0 0 0 20px;
}
#header .hLink img {
	width: 144px;
	height: auto;
}

#header .hLink a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.fLogo {
	float: left;
	margin: 5px 0 0 0px;
}

.fLogo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin-top: 5px;
	float: left;
}

#gNavi li {
	color: #FFF;
	font-size: 1.6em;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
}
#gNavi li:last-child {
	border: none;
}

#gNavi li a {
	width: 110px;
	margin: 0 10px;
	padding: 4px 0 2px;
	color: #FFF;
	display: inline-block;
	border-radius: 5px;
	behavior: url(./../common/js/pie.htc);
	position: relative;
	zoom: 1;
}

#gNavi li a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border-radius: 5px;
	transition: .3s;
	-moz-transition:  .3s; /* Firefox 4 */
	-webkit-transition:  .3s; /* Safari 和 Chrome */
	-o-transition:  .3s; /* Opera */
	behavior: url(./../common/js/pie.htc);
	position: relative;
	zoom: 1;
}

.facebook {
	float: left;
	margin: 5px 0 0 20px;
}

.facebook a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.facebook img {
	width: 36px;
	height: 36px;
}

/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer {
	padding: 50px 0 0 0;
	background-color: #000;
}

#footer #gNavi li a {
	width: 142px;
}
#footer .f-logo {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: -10px;
}

#footer .f-logo img {
	width: 340px;
}

#footer .fBox {
	width: 1056px;
	margin: 0 auto 20px;
}

#footer .fBox .fInfo {
	float: left;
}

#footer .fBox .fInfo .addressBox {
	width: 438px;
}

#footer .fBox .fInfo .fLogo {
	margin-bottom: 20px;
}

#footer .fBox .fInfo p {
	float: left;
}

#footer .fBox .fInfo p:first-child {
	margin: 0 25px 0 0;
}

#footer .fNaviBox {
	float: right;
}

#footer .fNaviBox li {
	margin-left: 25px;
	width: 128px;
	float: left;
}

#footer .fNaviBox .list02 {
	width: 80px;
}

#footer .fNaviBox .list03 {
	width: 65px;
}

#footer .fNaviBox .list04 {
	width: 128px;
}

#footer .fNaviBox li .ttl {
	margin-bottom: 9px;
	padding-bottom: 6px;
	font-size: 16px;
	border-bottom: 1px solid #000;
}

#footer .fNaviBox li .subNavi li {
	margin: 0 0 7px;
	float: none;
	font-size: 12px;
}

#footer .fNaviBox li .subNavi li a {
	padding-left: 18px;
	background: url(./../images/icon01.png) no-repeat left center;
}

#footer .fInner {
	padding: 10px 0 12px 14px;
	background-color: #000;
}

#footer .fInner .fSubBox {
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}

#footer .fInner .fLink {
	float: left;
}

#footer .fInner .fLink li {
	margin-right: 15px;
	padding: 5px 20px 5px 0;
	font-size: 1.2em;
	float: left;
}

#footer .fInner .fLink li:first-child {
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 9px;
	border-right: 1px solid #FFF;
	font-size: 0;
	line-height: 0;
}

#footer .fInner .fLink a {
	color: #FFF;
}

#footer .fInner .copyright {
	margin: 5px 0 0 50px;
}

#footer .hLink {
	margin-left: 40px;
	float: left;
}

#footer ul#gNavi {
	margin-left: 0;
}

#footer .footer-bottom {
	text-align: left;
	margin-top: 50px;
}

#footer .flex-wrapper > div {
	display: flex;
	max-width: 50%;
	margin-top: 10px;
	width: 100%;
}

#footer .flex-wrapper div p {
	font-size: 13px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	line-height: 1.75em;
}

#footer .flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

#footer .shiten > div {
	color: #fff;
	font-size: 13px;
	margin-right: 20px;
	flex-shrink: 0;
	display: inline-block;
}

#footer .busho {
	font-size: 13px;
}

#footer .fInner .fSubBox p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 30px auto;
}
#footer .fInner .fSubBox p:first-child {
	margin-right: 48px;
}

#footer .fInner .fSubBox p a { color: #fff; }

#footer .lineBox {
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	margin: 20px 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lineBox div:first-child {
	width: fit-content;
	flex-shrink: 0;
	margin-right: 20px;
}
.lineBox div:last-child {
	width: 100%;
}
.lineBox div:last-child:before {
	content: "";
	display: block;
	width: 100%;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}
#footer .bnr a:hover {
	opacity: 0.7;
}
#footer .bnr img {
	width: auto;
	height: 36px;
	margin-left: 40px;
}
.hLink img {
	width: 300px;
	height: auto;
}





/*------------------------------------------------------------
comDl
------------------------------------------------------------*/
#main .comDl dt {
	float: left;
	line-height: 2.2;
}

#main .comDl dd {
	padding: 0 0 13px 7em;
	line-height: 2.2;
}

#main .comDl dd span {
	margin-left: 3px;
}

/*------------------------------------------------------------
mainVisual
------------------------------------------------------------*/
.mainVisual {
	margin-bottom: 50px;
	padding-top: 129px;
	min-height: 201px;
	background: url(./../../company/images/main_visual_bg.jpg) no-repeat center top;
}

.mainVisual h2 {
	margin: 0 auto;
	width: 1024px;
	text-align: center;
}