@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	/*-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;*/
-webkit-font-smoothing:antialiased;
/*font-smoothing:antialiased;*/
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}

hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}



/* ------------------------------
 サイト全体
------------------------------ */
html, 
body {
	min-width: 1140px;
	margin: 0 auto;
	background-color: #fff;
	color: #313131;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.6;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.5rem;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tal {
	text-align: left;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}
.vtb {
	vertical-align: text-bottom;
}
.strong {
	font-weight: bold;
}
.hidden {
	display: none;
}

/* 行スペース */
.bh {
	margin-bottom: .8em;
}
.b1 {
	margin-bottom: 1.6em;
}
.b1h {
	margin-bottom: 2.4em;
}
.b2 {
	margin-bottom: 3.2em;
}
.b3 {
	margin-bottom: 4.8em;
}

/* スペース */
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb120 {
	margin-bottom: 120px;
}
.mt20 {
	margin-top: 20px;
}

/* リンク */
a {
	color: #00429C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}

/* カラー */
.red {
	color: #e5242b;
}

.orange {
	color: #EC6D34;
}

/* フォントサイズ */
.f11 {
	font-size: 1.1rem;
}

.f13 {
	font-size: 1.3rem;
}
.f14 {
	font-size: 1.4rem;
}
.f16 {
	font-size: 1.6rem;
}
.f19 {
	font-size: 1.9rem;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 2.2rem;
}
.f25 {
	font-size: 2.5rem;
}
.f32 {
	font-size: 3.2rem;
}
.caption {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.4;
}
sup {
	font-size: 1rem;
	vertical-align: top;
}

/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	display: block;
	width: 100%;
	height: 180px;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}

/* ロゴ・FDKリンク */
.headerTop {
	position: relative;
	width: 1140px;
	height: 90px;
	margin: 0 auto;
	padding-top: 30px;
}
.headerTop a > img {
	position: absolute;
	left: 0;
}
.fdkLink01 {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
.fdkLink02 {
	display: inline-block;
	position: absolute;
	top: 45px;
	right: 0;
}
.fdkLink01 li {
	display: inline-block;
	font-size: 12px;	
}
.fdkLink01 li:first-child {
	padding-right: 20px;
}
.fdkLink01 .li_web {
	background-color: #F1F1F1;
	padding: 3px 20px 1px;
}
.fdkLink01 .li_at {
	background-color: #F6F2E4;
	padding: 3px 32px 1px;
}
.fdkLink01 li a {
	color: #313131;
}

.fdkLink02 li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;	
	background: url(../img/top_li_bg.png) no-repeat right 0 top 5px;
	padding: 0 20px 0 12px;
}
.fdkLink02 li:last-child {
	background: none;
	padding-right: 0;
}
.fdkLink02 li a {
	color: #313131;
	display: block;
	position: relative;	
	text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.fdkLink02 > li > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	z-index: -1;
	height: 2px;
	background: #E41A2B;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.fdkLink02 > li:hover a::before,
.fdkLink02 > li.on a::before {
	left: 0;
	right: 0;
}
/* グローバルナビ */
.headerBlock {
	width: 100%;
	height: 50px;
	background-color: #D2541C; 
	margin: 0 auto;
	text-align: left;
	position: relative;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.headerBlockUnder {
	height: 40px;
	background-color: #F8E5DE;
}
.headerBlockIn {
	width: 1140px;
	margin: 0 auto;
}
.headerBlockIn::after {
	content: "";
	display: block;
	clear: both;
}
.gnavHead {
	float: left;
	padding-top: 13px;
	font-size: 1.7rem;
	font-weight: bold;
}
.gnavHead a {
	color: #fff;
}
.gnavHead a:hover {
	text-decoration: none;
}

/* gnav */
* + .gnav,
.gnav:after {
	content: "";
	display: block;
	clear: both;
}
.headerBlock .gnav {
	position: relative;
	visibility: visible;
	text-align: center;
	margin: 0 120px 0 0;
}
.headerBlockUnder .gnav {
	margin: 0 auto;
}
.headerBlock .gnav > li {
	display: inline-block;
	position: relative;
	height: 36px;
	padding: 1px 45px 0 40px;
	margin-top: 14px;
	background: url(../img/gnav_li_bg.png) no-repeat right 0 top 5px;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: top;
}
.headerBlockUnder .gnav > li {
	padding: 1px 35px 0 30px;
	margin-top: 11px;
	background: url(../img/gnav_li_bg_u.png) no-repeat right 0 top 5px;
	font-size: 1.3rem;
	height: 29px;
}
.headerBlock .gnav .li_br {
	margin-top: 13px;
	background-position: right 0 top 11px;
}
.headerBlock .gnav .li_br > a {
	line-height: 18px;	
}
.headerBlock .gnav > li:last-child {
	padding: 1px 0 0 40px;
	background: none;
}
.headerBlockUnder .gnav > li:last-child {
	padding: 1px 0 0 30px;
	background: none;
}
.headerBlock .gnav > li > p {
	color: #fff;
}
.headerBlockUnder .gnav > li > p {
	color: #313031;
}
.headerBlock .gnav > li > a,
.headerBlock .gnav > li > p > a {
	display: block;
	position: relative;
	padding-bottom: 7px;
	color: #fff;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.headerBlockUnder .gnav > li > a,
.headerBlockUnder .gnav > li > p > a {
	color: #313031;
	padding-bottom: 4px;
}
.headerBlock .gnav > li > a::before,
.headerBlock .gnav > li > p > a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	z-index: -1;
	height: 2px;
	background: #fff;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.headerBlockUnder .gnav > li > a::before,
.headerBlockUnder .gnav > li > p > a::before {
	background: #9C9E9F;
}
.headerBlock .gnav > li:hover a::before,
.headerBlock .gnav > li.on a::before {
	left: 0;
	right: 0;
}

/* gnavプルダウンメニュー */
.headerBlock .gnav > li > ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 41px;
	left: -6px;
	z-index: 1;
	min-width: 200px;
	padding: 14px 0;
	border: solid 1px #e6e6e6;
	background-color: #fff;
	font-size: 1.4rem;
	-webkit-transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
	transition: visibility 0s ease .15s, opacity .15s ease-in-out .15s;
}

@media screen and (max-width: 1446px) {
	.headerBlock .gnav > li > ul.module {
		left: auto;
		right: -139px;
	}
}

@media screen and (max-width: 767px) {
	.headerBlock .gnav > li > ul.module {
		left: auto;
		right: -119px;
	}
}

.headerBlock .gnav > li > ul > li {
	display: block;
	font-size: 1.4rem;
	text-align: left;
	white-space: nowrap;
}
.headerBlock .gnav > li > ul > li a {
	display: block;
	position: relative;
	padding: 7px 20px 7px 31px;
	color: #5a5a5a;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: none;
	transition: none;
	-webkit-transition: 0.05s ease-in-out;
	-moz-transition: 0.05s ease-in-out;
	-o-transition: 0.05s ease-in-out;
	transition: 0.05s ease-in-out;
}
.headerBlock .gnav > li > ul > li > a::before {
	content: "\f105";
	display: inline-block;
	position: absolute;
	left: 18px !important;
	font-family: "FontAwesome";
	font-size: 1.7rem;
	line-height: .8;
}
.headerBlock .gnav > li > ul > li a:hover {
	color: #e5242b;
}
.headerBlock .gnav > li > ul:hover,
.headerBlock .gnav > li:hover > ul {
	visibility: visible;
	opacity: 1;
}

/* さらに下層 */
.headerBlock .gnav > li > ul > li > ul > li {
	position: relative;
	font-size: 1.3rem;
}
.headerBlock .gnav > li > ul > li > ul > li:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 28px;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #5a5a5a;
}
.headerBlock .gnav > li > ul > li > ul > li a {
	padding: 9px 20px 9px 38px;
}



/* ------------------------------
 コンテンツ
------------------------------ */
.contents {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* ローカルナビ */
.lnavBlock {
	width: 100%;
	height: 55px;
	background-color: #ebeced;
	margin: 0 auto;
	text-align: left;
	position: relative;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.lnavBlockIn {
	width: 1140px;
	margin: 0 auto;
}
.lnavBlockIn::after {
	content: "";
	display: block;
	clear: both;
}
.lnavHead {
	float: left;
	padding-top: 17px;
	color: #fff;
	font-size: 1.6rem;
}
.lnavHead a {
	display: block;
	position: relative;
	padding-bottom: 13px;
	color: #313131;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
@-moz-document url-prefix() {
	.lnavHead a {
		padding-bottom: 12px;
	}
}
@supports (-ms-ime-align:auto) {
	.lnavHead a {
		padding-bottom: 12px;
	}
}
.lnavHead a:hover {
	text-decoration: none;
}
.lnavHead a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	z-index: -1;
	height: 3px;
	background: #e5242b;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.lnavHead a:hover::before,
.lnavHead.on a::before {
	left: 0;
	right: 0;
}

/* lnav */
* + .lnav,
.lnav:after {
	content: "";
	display: block;
	clear: both;
}
.lnavBlock .lnav {
	position: relative;
	visibility: visible;
	padding: 15px 0 0 0;
	text-align: center;
}
.lnavBlock .lnav > li {
	display: inline-block;
	position: relative;
	height: 40px;
	padding: 1px 14px 0 9px;
	background: url(../img/lnav_li_bg.png) no-repeat right 0;
	font-size: 1.5rem;
	text-align: center;
	vertical-align: top;
}
.lnavBlock .lnav > li:last-child {
	padding: 1px 0 0 9px;
	background: none;
}
.lnavBlock .lnav > li > a,
.lnavBlock .lnav > li > p > a {
	display: block;
	position: relative;
	padding-bottom: 17px;
	box-shadow: 0 0 1px transparent;
	color: #313131;
	line-height: 1.5;
	text-decoration: none;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
@-moz-document url-prefix() {
	.lnavBlock .lnav > li > a,
	.lnavBlock .lnav > li > p > a {
		padding-bottom: 16px;
	}
}
@supports (-ms-ime-align:auto) {
	.lnavBlock .lnav > li > a,
	.lnavBlock .lnav > li > p > a {
		padding-bottom: 16px;
	}
}
.lnavBlock .lnav > li > a:before,
.lnavBlock .lnav > li > p > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	right: 50%;
	z-index: -1;
	height: 3px;
	background: #e5242b;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.lnavBlock .lnav > li:hover a:before,
.lnavBlock .lnav > li.on a:before {
	left: 0;
	right: 0;
}

.contentsTop {
	width: 1140px;
	margin: 0 auto 100px;
	padding: 0;
}

.contentsPage {
	width: 1140px;
	margin: 50px auto 100px;
	padding: 0;
	text-align: left;
}
.contentsPage::after {
	content: "";
	display: block;
	clear: both;
}
.main {
	float: left;
	width: 840px;
	margin: 0;
	padding: 0;
}
.main {
	float: left;
	width: 840px;
}

/* サイドナビ */
.side {
	float: right;
	width: 252px;
}
.snavHead a {
	display: block;
	position: relative;
	padding: 13px 30px 10px 20px;
	background-color: rgba(125,130,134,1);
	color: #fff;
	font-size: 1.6rem;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.snavHead a::after {
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -14px;
	color: #fff;
	font-family: "FontAwesome";
	font-size: 1.7rem;
}
.snavHead a:hover {
	background-color: rgba(125,130,134,.8);
	text-decoration: none;
}

/* snav */
.snav {
}
.snav li {
	border-top: 2px solid #fff;
}
.snav li a {
	display: block;
	position: relative;
	padding: 14px 30px 12px 20px;
	background-color: #ebeced;
	color: #313131;
	font-size: 1.4rem;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.snav li a::after {
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 11px;
	margin-top: -14px;
	color: #313131;
	font-family: "FontAwesome";
	font-size: 1.7rem;
}
.snav li.on a,
.snav li a:hover {
	background-color: #d7d9dc;
	text-decoration: none;
}

/* パンくず */
.crumb {
	width: 1140px;
	font-weight: 300;
	font-size: 1.1rem;
	line-height: 15px;
	color: #063156;
	text-align: left;
	margin: 0 auto;
	padding-top: 12px;
}
.crumb a {
	color: #6F6F6F;
	margin-right: 10px;
}
.crumb a:after {
	content: '〉';
	color: #6F6F6F;
	margin-left: 10px;
	display: inline-block;
	height: 13px;
	overflow-y: hidden;
	vertical-align: top;
}
.crumb .on {
	color: #063156;
}
.crumb .on:after {
	display: none;
}



/* ------------------------------
 ローカルメニュー
------------------------------ */
.pageLink {
	width: 1140px;
	font-size: 0;
	text-align: center;
	line-height: 1.25;
	margin: 0 auto 75px;
	padding: 35px 0 ;
	background: #EFF1F1;
	position: relative;
}
.pageLink ul {
	position: relative;
	z-index: 8;
}
.pageLink li {
	font-size: 1.5rem;
	font-weight: 300;
	padding: 0 25px;
	position: relative;
	display: inline-block;
	border-right: solid 1px #bdc8d1;
}

.pageLink li a {
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	text-decoration: none;
}

.pageLink li a:before {
	content: "";
	position: absolute;
	bottom: -10px;
	z-index: -1;
	left: 50%;
	right: 50%;
	height: 1px;
	background: #0078C8;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.pageLink li:hover a:before,
.pageLink li.on a:before {
	left: 0;
	right: 0;
}

.pageLink li.pageCat {
	font-size: 1.8rem;
	font-weight: 500;
}
.pageLink li.pageCat a:after {
	content: '\f105';
	font-family: 'FontAwesome';
	font-size: 2.4rem;
	line-height: 16px;
	margin-left: 12px;
	display: inline-block;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.pageLink {
		width: auto;
		margin-bottom: 20px;
		padding: 0;
		background: #fff;
	}
	.pageLink li {
		padding: 0;
		display: block;
		text-align: left;
		border-right: none;
		border-bottom: solid 1px #bdc8d1;
	}
	.pageLink li a {
		display: block;
		padding: 8px 5%;
	}
	.pageLink li a:before {
		display: none;
	}
	.pageLink li:hover a,
	.pageLink li.on a {
		color: #fff;
		background: #063156;
	}
	.pageLink li.pageCat {
		background: #EFF1F1;
	}
	.pageLink li.pageCat a {
		padding: 15px 5%;
	}
}



/* ------------------------------
 フッタ
------------------------------ */
.footer {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	background-color: #4C5258;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footerIn {
	width: 1140px;
	margin: 0 auto;
	padding: 52px 0;
	text-align: left;
}
.inq {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(255,255,255,.2)
}
.inq strong{
	font-weight: bold;
}
.inq::after {
	content: "";
	display: block;
	clear: both;
}
.inq .f19 {
	float: left;
	width: 160px;
	height: 32px;
	line-height: 32px;
}
.inq .f19 a:hover {
	text-decoration: none;
}
.inq div {
	float: right;
	text-align: right;
}
.inq div .f13 {
	margin-right: 2em;
	display: inline-block;
}
.inq div .btn {
	display: inline-block;
	width: 160px;
	height: 32px;
	background-color: #fff;
}
.inq div .btn a {
	display: inline-block;
	position: relative;
	width: 160px;
	padding: 6px 0 4px;
	background-color: #e5242b;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.inq div .btn a:hover {
	opacity: 0.7;
}
.inq div .btn a span {
	display: inline-block;
	padding: 0 20%;
}
.inq div .btn a span::after {
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 8px;
	margin-top: -6px;
	font-family: "FontAwesome";
	font-size: 1.7rem;
	line-height: .8;
	font-weight: normal;
}

/* fnav */
.fnav li {
	display: inline-block;	
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;	
}
.fnav .f_sec {
	height: 510px;
	border-right: solid 2px #6F6F6F;
	padding: 15px 56px 0;	
}
.fnav .f_f {
	border-left: solid 2px #6F6F6F;
}
.fnav .f_l {
	padding-top: 70px;
}
.fnav li:last-child {
	margin-right: 0;
}
.fnav li a {
	color: #fff;
}
.fnav li p {
	margin-bottom: 30px;
}
.fnav .ul_2col {
	display: flex;
}
.fnav .ul_2col .col_r{
	padding-left: 60px;
}
.fnav .ul_2col ul li{
	margin-bottom: 25px;
}
.fnav .ul_2col ul a{
	padding-left: 0;
	font-size: 13px;
	font-weight: bold;
}
.fnav li a::after {
	content: "\f105";
	display: inline-block;
	margin: 0 0 2px 9px;
	font-family: "FontAwesome";
	font-size: 1.7rem;
	line-height: .8;
	font-weight: normal;
	vertical-align: middle;
}
.fnav li .af_none::after {
	display: none;
}
.fnav li ul.w200 {
	width: 200px;
}
.fnav li li {
	display: block;
	margin-right: 0;
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 13px;
}
.fnav li li a {
	display: block;
	position: relative;	
	color: rgba(255,255,255,.8);
	font-weight: bold;
}
.fnav li li p {
	margin-bottom: 0;
	font-weight: bold;
}
.fnav li li li {	
	margin-bottom: 2px;
}
.fnav li li li a {	
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
}
.fnav li li a::after {
	content: "";
	display: none;
}

/* copyright */
.footerCopy {
	width: 100%;
	height: 86px;
	font-size: 1.1rem;
	line-height: 1;
	padding-top: 25px;
	background-color: #fff;
}
.footerCopy p {
	width: 1140px;
	margin: 13px auto 0;
	color: #5F676B;
	text-align: center;
}

/* -- PAGE TOP -- */
.js-btn-pagetop {
	display: block;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 100;
	width: 60px;
	height: 60px;
	border-radius: 3px;
	background: #000;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.js-btn-pagetop__icon::after {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	margin-top: 25px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.js-btn-pagetop:hover {
	text-decoration: none;
	opacity: .7;
}



/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	background-color: rgba(54,64,69,.9);
}

#nojs p {
	padding: 18px 0;
	color: #fff;
	font-size: 1.5rem;
}



/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	
	/* -- 固定footer -- */
	.footer-top {
		position:relative;
	}
}


 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}


/* パンくずリスト */
.breadcrumb {
	padding-left:0;
	margin-left:0;
	width: 1140px;
	margin: 35px auto 0;
	text-align: left;
  }
  
  .breadcrumb li{
	display:inline;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
  }
  
  .breadcrumb li:after {
	content: '>';
	padding: 0 3px;
	color: #323232;
  }
  
  .breadcrumb li:last-child:after {
	content: '';
  }
  
  .breadcrumb li a {
	text-decoration: underline;
	color: #838383;
  }

  .breadcrumb li p {
	text-decoration: none;
	display: inline;
	color: #313131;
  }  