@charset "utf-8";

/* PC：gnavi-top-pc.css
 * おまかせプラン ver.6
 * **************************************************
 * Space
 * Mm-menu (jquery)
 * Main Img
 * Body
 * Container
 * Content (Main)
 * Header
 * Side
 * Global Navigation (Nav)
 * Header Navigation (Nav)
 * Local Navigation (Nav)
 * Content (Main)
 * Common Elements
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/*  Space
------------------------------------------------------------------- */

/* Mm-menu (jquery)
------------------------------------------------------------------ */
.mm-menu {
}

/*  Main Img
------------------------------------------------------------------- */
#home .mainImg {
	margin: 0 auto;
	width: 100%;
	height: 510px;
	box-sizing: border-box;
	background: -moz-linear-gradient(left, #00134c, #002f82);
    background: -webkit-linear-gradient(left, #00134c, #002f82);
    background: linear-gradient(to right, #00134c, #002f82);
}
.crane {
    width: 40%;
	height: 560px;
    position: relative;
	margin-left: 20%;
}
/* Body
------------------------------------------------------------------ */
body {
	min-width: 1050px;
}

/* Container
------------------------------------------------------------------ */
.container {
}

/* Content (Main)
------------------------------------------------------------------ */
#subPage {
	background-color: #eeeeee;
}
#subPage #content {
	margin: 0 auto 50px auto;
	padding: 0;
	width: 1050px;
	background-color: #ffffff;
}
/* Main */
#home .main {
	margin: 0 auto;
	padding: 0;
	width: 1130px;
	position: relative;
}
#home .crane_bg {
	text-align: right;
}
#content .main img {
	    margin-bottom: -6px;
}
#subPage #content .main {
	float: left;
	width: 760px;
}
#subPage.index #content .main {
	width: 1010px;
}
#subPage #content .main .inner {
	width: auto;
	margin: 0 40px 60px 40px;
	padding: 0;
	background-color: transparent;
}

 /* Side
------------------------------------------------------------------ */
#subPage .side {
	float: right;
	margin: 120px 40px 50px 0;
	width: 210px;
	display: block;
}

 /* Header
------------------------------------------------------------------ */
#header {
	position: relative;
	height: 190px;
	width: 100%;
	background-color: #ffffff;
}
#header .inner {
	position: relative;
	margin: 0 auto;
	width: 1050px;
}

#header .logo {
	position: absolute; top:20px; left:0px;
}

/* Utility：Font Size Change */
#header .utility {
	position: absolute; top: 25px; right: 0;
	width: 420px;
}
#header .utility .sizeChange {
	position: absolute; top:0px; left:0px;
	margin: 0;
	width: 200px;
}
@media all and (-ms-high-contrast:none) {
	#header .utility .sizeChange {
		width: 201px;
	}
}

/* Utility：Site Search */
#header .utility .search {
	position: absolute; top:0px; right:0px;
}
#header .utility .search form {
	margin: 0;
	padding: 0 0 0 10px;
    height: 25px;
    width: 192px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

/* Global Navigation (Top)
------------------------------------------------------------------ */
#globalNav {
	display: block;
	position: absolute; bottom: 0;
	background-color: #ffffff;
}
/* 1階層 */
#globalNav nav ul {
	position: relative;
	margin: 0 auto;
	width: 1050px;
	display: flex;
	padding-bottom: 10px;
}
#globalNav .ttl_w {
    width: 20%;
}
#globalNav nav > ul > li {
	border-right: 1px solid #cbcaca;
	width: 15%;
}
#globalNav nav > ul > li:first-child {
	border-left: 1px solid #cbcaca;
}
#globalNav nav li:hover {
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#globalNav nav li:hover > .sec {
	padding: 40px 50px;
}
#globalNav nav > ul > li.active a span {
	color: #00A4CF;
}
#globalNav nav > ul > li.active{
	background: url("../images/common/nav_circle.png")no-repeat 50% bottom;
}
#globalNav nav > ul > li #navG00.active{
	background: url("../images/common/nav_circle.png")no-repeat 50% bottom;
}
#globalNav nav li {
	display: block;
	padding: 10px 0 20px 0;
	font-size: 1.8em;
	font-weight: bold;
	color: #002F75;
	line-height: 1.8;
	text-align: center;
	letter-spacing: -0.05rem;
}
#globalNav nav .circle li {
}
#globalNav nav li a {
	text-decoration: none;
}
#globalNav nav li a span {
	text-decoration: none; 
	color: #002F75;
	display: block;
	position: relative;
}
#globalNav nav li a span img{
	
}
#globalNav nav li a span.active {
	color: #00A4CF;
}
#globalNav nav li a span:hover {
	color: #00A4CF;
}


/* 2階層 */
#globalNav nav .sec {
	position: absolute; top:63px; left:0px;
	width: 950px;
	display: none;
}
#globalNav nav .sec li {
	background: #ffffff url(../images/common/nav-arrow.png) no-repeat 0 center;
}
#globalNav nav .sec li:hover {
}
#globalNav nav .sec li:first-child {
}
#globalNav nav .sec li:last-child {
}
#globalNav nav .sec li span {
	display: none;
	padding: 14px 50px 14px 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
	text-align: left;
	display: none;
}
#globalNav nav .sec li:hover span {
	color: #5faad8;
}
#globalNav nav .sec li a {
	display: block;
	width: 295px;
	text-decoration: none; 
}

/* 2階層：非表示 */
#globalNav nav li > .sec li {
	display: none;
}
/* 2階層：表示  */
#globalNav nav li:hover > .sec li {
	display: block;
}
#globalNav nav li:hover > .sec {
	z-index: 99999;
}

/* Header Navigation
------------------------------------------------------------------ */
#headerNav {
	display: block;
	position: absolute; top: 80px;  right: 0;
}
#headerNav nav ul {
}
#headerNav nav li + li {
	margin-left: 30px;
}
#headerNav nav li {
	display: inline-block;
}
#headerNav nav li:hover {
}
#headerNav nav li span {
	font-size: 1.6em;
    font-weight: bold;
    color: #000000;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    letter-spacing: -0.1rem;
	position: relative;
	padding: 0 0 0 8px;
}
#headerNav nav li span::before {
	position: absolute;
    top: 50%;
    left: 0;
    content: "";
    background-image: url(../images/common/triangle_s.svg);
	background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#headerNav nav li:hover span {
	color: #00A4CF;
}
#headerNav nav li a {
	text-decoration: none; 
}
#headerNav .triangle_s {
    width: 12px;
    height: 10px;
    margin-right: 5px;
}
#navigation {
	background-image: linear-gradient(to right, #00134c, #002f82);
    background-repeat: no-repeat;
    background-size: 100% 30%;
    background-position: bottom;
	margin-bottom: -1px;
}
#globalNav nav ul li {
	float: left;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #ffffff;
}
/* カテゴリ：タイトル */
#subPage .localNav p {
	background: #fff url("../images/common/side_ttl.png");
	background-repeat: no-repeat;
	width: 210px;
	height: 107px;
	font-size: 1.6em;
	color: #ffffff;	
	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
#subPage .localNav p span {
	font-weight: bold;
}
#subPage .localNav p a {
	display:block;  
	padding: 15px 0 10px 0;
	color: #ffffff;
	text-decoration: none;
	position: absolute;
    top: 55%;
    left: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#subPage .localNav li {
	border-bottom: 1px dashed #C6C6C6;
	font-size: 1.4em;
	line-height: 1.4;
}
#subPage .localNav li:first-child {
	border-top: 1px dashed #C6C6C6;
}
#subPage .localNav li:hover a,
#subPage .localNav li.active a {
	background-color: #EEF9FF;
}
#subPage .localNav li span {
	display: block;
	padding: 0 10px 0 15px;
	position: relative;
}
#subPage .localNav li span:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	background-image: url(../images/common/side_circle.svg);
	width: 15px;
    height: 15px;
    background-size: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#subPage .localNav li a {
	display:block;
	padding: 0.8em 0 0.8em 1.0em;
	text-decoration: none;
	color: #3D3D60;
	font-family: 'Kosugi Maru', sans-serif;
}
/* 3階層 */
#subPage .localNav li li {
	border-top: 1px dotted #e3e3e3;
	font-size:100%;
	background: none;
}
#subPage .localNav li li a {
	display:block;  
	padding: 8px 0 8px 15px;
	text-decoration: none;
	color: #000000;
}
#subPage .localNav li li:hover {
	background-color: #f7f7f7;
}

/* Common Elements
------------------------------------------------------------------ */
/* Heading */
#subPage .main h1 {
	width: 1050px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*  Content Tab */
#content .cntTab {
	margin: 0 0 40px 40px;
	border-bottom: 1px solid #e3e3e3;
}
#content .cntTab > li {
	background-color: #ffffff;
}
#content .cntTab > li:hover {
	background-color: #e8e8e8;
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
   cursor: pointer;
}
#content .cntTab > li.active {
	background-color: #e8e8e8;
	color: #002862;
}