@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;
}

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

html {
	font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.1;
}

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;
}

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;
}


.red {
	color:firebrick;
	font-weight: bolder;
}

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

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

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

.fRight {
	float: right !important;
}

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

.clearfix {
	zoom: 1;
}

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

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

.trackTags {
	display: none;
}

img {
	vertical-align: top;
}

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

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

a:hover {
	color: #8FCDFF;
	text-decoration: none;
}

a:active {
	color: #8FCDFF;
	text-decoration: none;
}

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

body {
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
	line-height: 1.5;
	min-width: 1050px;
	color: #333;
	text-align: center;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url(/img/common/body_bg.png) repeat left top;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto;
	padding: 23px 30px 90px;
	width: 1000px;
	font-size: 1.4em;
	background: #FFF;
	box-sizing: border-box;
}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	border-top: 10px solid #3680B4;
}

#header .hBox {
	margin: 0 auto;
	padding: 29px 0 4px;
	width: 1000px;
	background: #FFF;
	border-bottom: 7px solid #A9D4F6;
}

#header .hBox .logo {
	margin-bottom: 34px;
	text-align: center;	
}

#header .hBox .logo a:hover {
	opacity: 0.7;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

#gNavi {
	margin-left: 16px;
	background: #FFF;
}

#gNavi > ul > li {
	float: left;
	position: relative;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li ul {
	position: absolute;
	left: 0;
	opacity: 0;
    top: 50%;
    transition: all 0.5s ease 0s;
    visibility: hidden;
}

#gNavi > ul > li:hover ul {
	padding-top: 12px;
	opacity: 1;
	top: 100%;
	width: 100%;
	visibility: visible;
	z-index: 1000;
	background: url(/img/common/navi_bg.png) repeat left top;
}

#gNavi > ul > li li {
	border-top: 1px dotted #E1E1E3;
}

#gNavi > ul > li li:first-child {
	border-top: none;
}

#gNavi > ul > li li a {
	padding: 8px;
	display: block;
	text-decoration: none;
	letter-spacing: -1px;
	color: #4d4d4d;
	font-size: 1.2em;
	position: relative;
}

#gNavi > ul > li li a:after {
	margin-top: -5px;
	width: 6px;
	height: 9px;
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	background: url(/img/common/icon06.png) no-repeat ;
}

#gNavi > ul > li li a:hover {
	background: #E6E6E6;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/

#pagePath {
	margin-bottom: 10px;
}

#pagePath li {
	display: inline;
	margin-right: 2px;
}

#pagePath li a {
	margin-right: 5px;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#conts {
	float: right;
	width: 670px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/

#sideBar {
	float: left;
	width: 239px;
}

#sideBar .sNavi {
}

#sideBar .sNavi > li {
	margin-top: 7px;
}

#sideBar .sNavi > li:first-child {
	margin-top: 0;
}

#sideBar .sNavi > li > a {
	padding: 16px 10px 17px 26px;
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #52A9ED;
	border-radius: 4px;
	background: #FFF url(/img/common/icon03.png) no-repeat 11px 20px;
}

#sideBar .sNavi > li.on > a,
#sideBar .sNavi > li > a:hover {
	color: #FFF;
	background: #52A9ED  url(/img/common/icon01.png) no-repeat 11px 20px;
}

#sideBar .sNavi li ul {
	margin: 5px 0 14px 20px;
	display: none;
}

#sideBar .sNavi li li {
	border-bottom: 1px dotted #E4E4E4;
}

#sideBar .sNavi li li a {
	padding: 6px 0 6px 25px;
	color: #4D4D4D;
	letter-spacing: -0.5px;
	font-size: 0.93em;
	display: block;
	text-decoration: none;
	background: url(/img/common/icon02.png) no-repeat 7px center;
}

#sideBar .sNavi .on ul {
	display: block;
}

#sideBar .sNavi li li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	border-bottom: 12px solid #3680B4;
}

#footer .fBox {
	position: relative;
	border-bottom: 39px solid #8CC0E9;
}

#footer .subBox {
	margin: 0 auto;
	padding: 0 67px 28px;
	width: 1000px;
	box-sizing: border-box;
	background: #fff;
	overflow: visible;
}

#footer .subBox:after {
	position: absolute;
	left: 0;
	top: -20px;
	width: 100%;
	height: 319px;
	content: "";
	background: url(/img/common/f_bg.png) no-repeat center top;
}

#footer .subBox .fLogo {
	margin-bottom: 10px;
	position: relative;
	z-index: 10;
}

#footer .subBox .fLogo a:hover {
	opacity: 0.7;
}

#footer .subBox .fNavi {
	margin-bottom: 16px;
	position: relative;
	z-index: 10;
}

#footer .subBox .fNavi > ul {
	padding: 5px 0 5px 11px;
	float: left;
	border-left: 1px solid #D1D1D1;
}

#footer .subBox .fNavi > ul:first-child {
	width: 177px;
}

#footer .subBox .fNavi > ul > li {
	margin-top: 8px;
}

#footer .subBox .fNavi > ul > li:first-child {
	margin-top: 0;
}

#footer .subBox .fNavi > ul > li a {
	padding-left: 15px;
	color: #333;
	display: inline-block;
	background: url(/img/common/icon04.png) no-repeat left center;
}

#footer .subBox .fNavi li ul {
	margin: 6px 0 0 16px;	
}

#footer .subBox .fNavi li li {
	margin-top: 7px;
}

#footer .subBox .fNavi li li a {
	padding-left: 20px;
	display: inline-block;
	background: url(/img/common/icon05.png) no-repeat left center;
}

#footer .subBox .fNavi li li:first-child {
	margin-top: 0;
}

#footer .subBox .fTxt {
	position: relative;
	color: #000;
	font-size: 1.3em;
	z-index: 10;
}

/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
#mainVisual {
	margin: 0 auto;
	width: 1000px;
	min-height: 139px;
	background: url(/img/company/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
}

#mainVisual .h2Ttl {
	padding-top: 50px;
	width: 300px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 1.75em;
}

#mainVisual .h2Ttl span {
	margin-top: 8px;
	display: block;
	font-size: 0.57em;
	text-align: center;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#conts .headLine01 {
	margin-bottom: 36px;
	padding: 9px 20px 6px;
	color: #3680B4;
	font-size: 1.08em;
	font-weight: normal;
	border-bottom: 1px solid #52A9ED;
}

/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
#main .comLinkBox {
	padding-left: 9px;
	margin: 0 auto 29px;
	width: 600px;
}

#main .comLinkBox .lBox {
	margin-top: 12px;
	float: left;
	width: 272px;
}

#main .comLinkBox .lBox p {
	margin: 0 0 0 31px !important;
	line-height: 1.375 !important;
}

#main .comLinkBox .lBox .txt {
	margin: 0 0 13px !important;
	padding: 0 0 8px 2px;
	background: url(/img/common/img01.png) no-repeat left bottom;
}

#main .comLinkBox .link {
	float: right;
}

#main .comLinkBox .link a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	footer contact link
------------------------------------------------------------*/
.square_btn {
    display: inline-block;
    font-size: 0.8em;
    padding: 0.2em 0.5em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 1px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn:hover {
    background: #67c5ff;
    color: white;
}