@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%;
	box-sizing: border-box;
}

/* Body
------------------------------------------------------------------ */
body {
	min-width: 1050px;
}

/* Container
------------------------------------------------------------------ */
.container {
}

/* Content (Main)
------------------------------------------------------------------ */
#subPage {
	background-color: #f2f9f5;
}
#subPage #content {
	margin: 0 auto 30px auto;
	padding: 0;
	width: 1050px;
}
/* Main */
#home .main {
	margin: 0 auto;
	padding: 0;
	width: 1130px;
	display: block;
}
@media print {
#home .main {
	width: 1040px;
}
}

#subPage #content .main {
	float: left;
	width: 800px;
}
#subPage.index #content .main {
	width: 1010px;
}
@media print {
#subPage.index #content .main {
	width: 100%;
}
}

#subPage #content .main .inner {
	width: auto;
	margin: 0 0 60px 0;
	padding: 40px;
	background-color: #ffffff;
}

 /* Side
------------------------------------------------------------------ */
#subPage .side {
	float: right;
	margin: 120px 0 50px 0;
	width: 210px;
	background-color: #eeeeee;
}

 /* Header
------------------------------------------------------------------ */
#header {
	position: relative;
	width: 100%;
	background-color: #ffffff;
}
#header * {
	box-sizing: border-box;
}
#header .inner {
	position: relative;
	margin: 0 auto 30px;
	width: 1050px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

#header .logo {
	padding-top: 30px;
}
#header .utility_wrapper {
	margin: 25px 0;
	text-align: right;
}
/* Utility：Font Size Change */
#header .utility {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 20px;
	text-align: right;
}
#header .utility .sizeChange {
	margin: 0;
	width: 200px;
}
@media all and (-ms-high-contrast:none) {
	#header .utility .sizeChange {
		width: 201px;
	}
}

/* Utility：Site Search */
#header .utility .search {
	margin-left: 30px;
}
#header .utility .search form {
    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;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 22px;
}
/* 1階層 */
#globalNav nav > ul {
	margin: 0 auto;
	width: 1050px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
#globalNav nav > ul > li {
	height: 110px;	
	border-right: 1px dotted #cbcaca;
	-webkit-box-flex: 132;
	-webkit-flex-grow: 132;
	    -ms-flex-positive: 132;
	        flex-grow: 132;
}
#globalNav nav > ul > li:first-child {
	border-left: 1px dotted #cbcaca;
	-webkit-box-flex: 70;
	-webkit-flex-grow: 70;
	    -ms-flex-positive: 70;
	        flex-grow: 70;
}
#globalNav nav > ul > li.active {
}
#globalNav nav > ul > li span {
	display: none;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
	text-indent: 100%;
}
#globalNav nav > ul li:hover span,
#globalNav nav > ul li.active span {
}
#globalNav nav > ul > li > a {
	text-decoration: none; 
	display: block;
	width: 100%;
	height: 100%;
	padding: 22px 0 20px 0;
	background: url("../images/common/nav_g00.jpg") no-repeat center top;
}
#globalNav nav > ul > li.navG01 > a  {
	background: url("../images/common/nav_g01.jpg") no-repeat center top;
}
#globalNav nav > ul > li.navG02 > a  {
	background: url("../images/common/nav_g02.jpg") no-repeat center top;
}
#globalNav nav > ul > li.navG03 > a  {
	background: url("../images/common/nav_g03.jpg") no-repeat center top;
}
#globalNav nav > ul > li.navG04 > a  {
	background: url("../images/common/nav_g04.jpg") no-repeat center top;
}
#globalNav nav > ul > li.navG05 > a  {
	background: url("../images/common/nav_g05.jpg") no-repeat center top;
}
#globalNav nav > ul > li.navG06 > a  {
	background: url("../images/common/nav_g06.jpg") no-repeat center top;
}
#globalNav nav > ul > li.navG07 > a  {
	background: url("../images/common/nav_g07.jpg") no-repeat center top;
}
#globalNav nav > ul > li:hover > a,
#globalNav nav > ul > li.active > a {
	background-position: center bottom;
/*	transition: all .3s linear;*/
}
/*#globalNav {
	display: block;
	position: absolute; bottom: 0;
	background-color: #ffffff;
	border-top: 5px solid #5faad8;
}
 1階層 
#globalNav nav ul {
	position: relative;
	margin: 0 auto;
	width: 1050px;
}
#globalNav nav > ul > li {
	width: 174px;
	background-color: #ffffff;
	border-right: 1px solid #cbcaca;
}
#globalNav nav > ul > li:first-child {
	width: 173px;
	border-left: 1px solid #cbcaca;
}
#globalNav nav li:hover {
	background-color: #5faad8;
	-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 {
	background-color: #5faad8;
}
#globalNav nav li span {
	display: block;
	padding: 22px 0 20px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
	text-align: center;
}
#globalNav nav li:hover span,
#globalNav nav li.active span {
	color: #ffffff;
}
#globalNav nav li a {
	text-decoration: none; 
}*/
/* 2階層 */
#globalNav nav .sec {
	display: none;
}
/*#globalNav nav .sec {
	position: absolute; top:63px; left:0px;
	width: 950px;
	background-color: #ffffff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
#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: block;
	padding: 14px 50px 14px 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	line-height: 1.4;
	text-align: left;
}
#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;
}
#headerNav nav ul {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#headerNav nav li + li {
	margin-left: 1.65em;
}
#headerNav nav li {
	display: inline-block;
}
#headerNav nav li:hover {
}
#headerNav nav li span {
	font-size: 1.3em;
	font-weight: bold;
	color: #445544;
}
#headerNav nav li:hover span {
	color: #aabb22;
}
#headerNav nav li a {
	display: block;
	text-decoration: none; 
}
#headerNav nav li a::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin-right: .5em;
	background: #ffffff url("../images/common/list-mark-index.svg") no-repeat center;
}
#globalNav nav ul li {
	float: left;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav nav {
	background-color: #ffffff;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
}
/* カテゴリ：タイトル */
#subPage .localNav p {
	background-color: #aabb22;
	font-size: 1.6em;
	color: #ffffff;	
	text-align: center;
}
#subPage .localNav p span {
	font-weight: bold;
}
#subPage .localNav p a {
	display:block;  
	padding: 15px 0 10px 0;
	color: #ffffff;
	text-decoration: none;
}
#subPage .localNav li {
	border-top: 1px solid #e3e3e3;
	font-size: 1.4em;
	line-height: 1.4;
}
#subPage .localNav li:hover {
	background-color: #f7f7f7;
}
#subPage .localNav li.active {
	background-color: #e9f3fe;
}
#subPage .localNav li span {
	display: block;
	padding: 0 10px 0 10px;
}
#subPage .localNav li span:before {
	position: relative; top: 0; left: -5px;
	content : url("../images/common/list-mark-index.svg");
}
#subPage .localNav li a {
	display:block;
	text-indent: -1.0em;
	padding: 0.8em .8em 0.8em 1.4em;
	text-decoration: none;
	color: #000000;
}
/* 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;
}
#content .cntTab > li {
	background-color: #d8d8d8;
}
#content .cntTab > li:hover {
	background-color: #ffffff;
   -webkit-opacity:0.7;
   -moz-opacity:0.7;
   opacity:0.7;
   cursor: pointer;
}
#content .cntTab > li.active {
	background-color: #ffffff;
	color: #337744;
}