@charset "utf-8";

/* PC：gnavi-left-pc.css
 * おまかせプラン ver.6
 * **************************************************
 * Space
 * Mm-menu (jquery)
 * Height
 * Body
 * Container (トップページ・インデックスページ)
 * Content / Footer
 * Header
 * Global Navigation (Nav)
 * Header Navigation (Nav)
 * Local Navigation (Nav)
 * Content (main)
 * Common Elements
 * **************************************************
 * Media Queries min-width: その他　 (調整)
 * **************************************************
 */

/*  Space
------------------------------------------------------------------- */

/* Mm-menu (jquery)
------------------------------------------------------------------ */
.mm-menu {
	display: none;
}

/* Height
------------------------------------------------------------------ */
html,
body {
    height: 100%;
	overflow: auto;
    overflow-x: hidden;
}

@media print {
	  html,
	  body {
		  overflow: visible !important;
	}
}
/* Body
------------------------------------------------------------------ */
body {
	min-width :1050px;
}

/* Container
------------------------------------------------------------------ */
.container {
    overflow: hidden;
    position: relative;
	height: auto;
}
.container.container_height {
    overflow: visible;
}
/*  Content (Section) / Category Img / Topic Path / Footer
------------------------------------------------------------------ */
#subPage #content .main .inner {
	margin: 0 auto 60px auto;
	background-color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content,
#footer {
	margin-left:250px;
}
/* 2階層：グローバルナビゲーション幅変更 */
#subPage #content,
#subPage #footer {
	margin-left:500px;
}
/* 2階層：Category Img */
#subPage .catImg01,
#subPage .catImg02,
#subPage .catImg03,
#subPage .catImg04,
#subPage .catImg05,
#subPage .catImg06,
#subPage .catImg07,
#subPage .catImg08,
#subPage .catImg09,
#subPage .catImg10,
#subPage .catImg11,
#subPage .catImg12 {
	margin-left: 500px;
}

/* 2階層：Topic Path */
#subPage .topicPath {
	margin-left: 500px;
}

/* 2階層：カテゴリインデックス・その他 */
#subPage.index #content,
#subPage.index #footer,
#subPage.writtenApplication #content,
#subPage.writtenApplication #footer,
#subPage.faq #content,
#subPage.faq #footer,
#subPage.protection #content,
#subPage.protection #footer,
#subPage.link #content,
#subPage.link #footer,
#subPage.sitemap #content,
#subPage.sitemap #footer,
#subPage.access #content,
#subPage.access #footer,
#subPage.news #content,
#subPage.news #footer,
#subPage.myna #content,
#subPage.myna #footer {
	margin-left:250px;
}
/* 2階層：カテゴリインデックス：Category Img */
#subPage.index .catImg01,
#subPage.index .catImg02,
#subPage.index .catImg03,
#subPage.index .catImg04,
#subPage.index .catImg05,
#subPage.index .catImg06,
#subPage.index .catImg07,
#subPage.index .catImg08,
#subPage.index .catImg09,
#subPage.index .catImg10,
#subPage.index .catImg11,
#subPage.index .catImg12,
#subPage.index .catImg13 {
	margin-left: 250px;
}
/* 2階層：カテゴリインデックス：Topic Path */
#subPage.index .topicPath {
	margin-left: 250px;
}

/* 2階層：申請書ダウンロード・個人情報保護に関する基本方針・FAQ ・リンク集・サイトマップ・アクセス */
#subPage.writtenApplication .catImg04,
#subPage.protection .catImg07,
#subPage.faq .catImg08,
#subPage.link .catImg09,
#subPage.sitemap .catImg10,
#subPage.access .catImg11,
#subPage.news .catImg12,
#subPage.myna .catImg13 {
	margin-left: 250px;
}
/* 2階層：申請書ダウンロード・個人情報保護に関する基本方針・FAQ・リンク集・サイトマップ・アクセス ：Topic Path */
#subPage.writtenApplication .topicPath,
#subPage.protection .topicPath,
#subPage.faq .topicPath,
#subPage.link .topicPath,
#subPage.sitemap .topicPath,
#subPage.access .topicPath,
#subPage.news .topicPath,
#subPage.myna .topicPath {
	margin-left: 250px;
}

/* Media Queries 切替 */
#subPage .main > section {
	max-width: 800px;
}
#subPage.writtenApplication .main > section,
#subPage.faq .main > section,
#subPage.protection .main > section,
#subPage.link .main > section,
#subPage.sitemap .main > section,
#subPage.access .main > section,
#subPage.news .main > section {
	max-width: 1050px;
}
@media all and (min-width: 1580px) {
	#subPage .main > section,
	#subPage.writtenApplication .main > section,
	#subPage.faq .main > section,
	#subPage.protection .main > section,
	#subPage.link .main > section,
	#subPage.sitemap .main > section,
	#subPage.access .main > section,
	#subPage.news .main > section {
		max-width: 1050px;
	}
}

 /* Header
------------------------------------------------------------------ */
#header {
	z-index:999;
	position: absolute;
	height: 100%;
	width: 250px;
	background-color: #ffffff;
}
#header .inner {
}
#header .inner:nth-child(3) {
    background: #ffa992;
}
/* Logo */
#header .logo {
	text-align:center;
	margin: 30px auto 30px auto;
}

#header .utility {
	background: #fff;
    padding: 40px 0;
}
#header .utility .banner {
	text-align: center;
	margin-bottom:10px;
}

/* Utility：Font Size Change */
#header .utility .sizeChange {
	margin: 20px auto 0;
	width: 200px;
	border: 1px solid #c1c1c1;
    border-radius: 30px;
}
@media all and (-ms-high-contrast:none) {
	#header .utility .sizeChange {
		width: 201px;
	}
}

/* Utility：Site Search */
#header .utility .search {
}
#header .utility .search form {
	position: relative;
	margin: 20px auto 0 auto;
	padding: 0 0 0 10px;

    width: 192px;
	background-color: #ffffff;
	border: 1px solid #c1c1c1;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
}

/* Global Navigation (Left)
------------------------------------------------------------------ */
#globalNav {
	display: block;
}
/* 1階層 */
#globalNav nav ul {
}
#globalNav nav > ul > li {
    background: #ffa992;
    border-bottom: 1px solid #ffffff;
}
#globalNav nav > ul > li:first-child {
	border-top:1px solid #fff;
}
#globalNav nav li:hover {
	background: #ff7f5d;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#globalNav nav > ul > li.active {
	background: #ff7f5d;
}
#globalNav nav li span {
	display: block;
    padding: 27px 10px 27px 55px;
    font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-align: left;
}
#globalNav nav li:hover span,
#globalNav nav li.active span {
	color: #ffffff;
}
#globalNav nav li a {
	text-decoration: none; 
}
#globalNav nav li:nth-child(1) span {
    background: url(../images/common/nav_icon01.png) no-repeat left center;
}
#globalNav nav li:nth-child(2) span {
    background: url(../images/common/nav_icon02.png) no-repeat left center;
}
#globalNav nav li:nth-child(3) span {
    background: url(../images/common/nav_icon03.png) no-repeat left center;
}
#globalNav nav li:nth-child(4) span {
    background: url(../images/common/nav_icon04.png) no-repeat left center;
}
#globalNav nav li:nth-child(5) span {
    background: url(../images/common/nav_icon05.png) no-repeat left center;
}
#globalNav nav li:nth-child(6) span {
    background: url(../images/common/nav_icon06.png) no-repeat left center;
}


/* 2階層：デフォルト：2階層目は、各カテゴリのCSSで設定 */
#globalNav nav .sec {
	overflow: hidden;
	position: absolute; top: 0px; left: 250px;
	width: 0;
	border-left: 1px solid #e3e2e0;
}
#globalNav nav .sec li {
	border-bottom: 1px solid #e3e2e0;
}
#globalNav nav .sec li:hover,
#globalNav nav .sec li.active {
	background: #ff7f5d;
}
#globalNav nav .sec li:first-child {
	border-top: 1px solid #e3e2e0;
}
#globalNav nav .sec li:last-child {
	margin-bottom: 150px;
}
#globalNav nav .sec li span {
    display: block;
    padding: 27px 20px 27px 30px;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
    line-height: 1.4;
    box-sizing: border-box;
    background: none;
    position: relative;
}
#globalNav nav .sec li span::before {
    content: "";
    width: 15px;
    height: 30px;
    background: #ff7f5d;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0 50px 50px 0;
}
#globalNav nav .sec li span::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
}
#globalNav nav .sec li:hover span::before,
#globalNav nav .sec li.active span::before {
    background: #fff;
}
#globalNav nav .sec li:hover span::after,
#globalNav nav .sec li.active span::after {
    border-top: 2px solid #ff7f5d;
    border-right: 2px solid #ff7f5d;
}
#globalNav nav .sec li:hover span,
#globalNav nav .sec li.active span {
	color: #ffffff;
}
#globalNav nav .sec li a {
	display: block;
	width: 250px;
	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 {
	padding-top: 132px; /* ロゴ画像の高さに合わせて調整 */
	height: 100%;
	width: 250px;
	background-color: #ffffff;
	border-right: 1px solid #e3e2e0;
	border-bottom: 1px solid #e3e2e0;
	-moz-transition: width .2s ease-out;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

/* Header Navigation
------------------------------------------------------------------ */
#headerNav {
	display: block;
}
#headerNav nav ul {
}
#headerNav nav li + li {
}
#headerNav nav li {
    background: #ffa992;
    border-bottom: 1px solid #ffffff;
}
#headerNav nav li:hover,
#headerNav nav li.active {
	background: #ff7f5d;
	-moz-transition: background-color .3s linear;
	-webkit-transition: background-color .3s linear;
	transition: background-color .3s linear;
}
#headerNav nav li span {
	display: block;
    padding: 27px 10px 27px 55px;
    font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	text-align: left;
}
#headerNav nav li:hover span,
#headerNav nav li.active span {
	color: #ffffff;
}
#headerNav nav li a {
	text-decoration: none; 
}
#headerNav nav li:nth-child(1) span {
    background: url(../images/common/nav_icon07.png) no-repeat left center;
}
#headerNav nav li:nth-child(2) span {
    background: url(../images/common/nav_icon08.png) no-repeat left center;
}
#headerNav nav li:nth-child(3) span {
    background: url(../images/common/nav_icon09.png) no-repeat left center;
}
#headerNav nav li:nth-child(4) span {
    background: url(../images/common/nav_icon10.png) no-repeat left center;
}
#headerNav nav li:nth-child(5) span {
    background: url(../images/common/nav_icon11.png) no-repeat left center;
}

/* Local Navigation
------------------------------------------------------------------ */
#subPage .localNav {
	display: none;
}

/* Content (main)
------------------------------------------------------------------ */
/* Media Queries 切替 */
@media all and (max-width: 1350px) {
	#subPage.index .main {
		margin: 0 30px;
	}
}
@media all and (max-width: 1650px) {
	#subPage:not(.index) .main {
		margin: 0 30px;
	}
}

/* Common Elements
------------------------------------------------------------------ */
/* Heading */


/*  Content Tab */


