@charset "utf-8";

/*=====================================
en_layout.css
=====================================*/

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap');

/*
6px 37.5%
7px 43.8%
8px 50.0%
9px 56.3%
10px 62.5%
11px 68.8%
12px 75.0%
13px 81.3%
14px 87.5%
15px 93.8%
16px 100.0%
17px 106.3%
18px 112.5%
19px 118.8%
20px 125.0%
21px 131.3%
22px 137.5%
23px 143.8%
24px 150.0%
*/

/*-------------------------------------
 reset
-------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	line-height: 0;
	vertical-align: bottom;
}
iframe {
	vertical-align: bottom;
	border: 0;
}
table th,
table td {
	vertical-align: top;
}
input,
select,
textarea,
button {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand {
	display: none;
}
*, :after, :before {
	box-sizing: border-box;
}


/*-------------------------------------
 setting
-------------------------------------*/
body {
	position: relative;
	min-width: 1200px;
	color: #333;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #0066dd;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
strong {
	font-weight: bold;
}
.forPC { display: block; }
.forSP { display: none; }
img.forPC, br.forPC, span.forPC { display: inline-block }


/*-------------------------------------
 layout
-------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
}
.inner {
	position: relative;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 10px;
}
.inner:after {
	clear: both;
	display: block;
	content: "";
}


/*-------------------------------------
 header
-------------------------------------*/
#header {
	background: url(/content/900000011.png) no-repeat right 10px top;
}
#header .inner {
	display: flex;
}
.headerLogo {
	width: 286px;
	margin: 0 43px 0 0;
	padding: 24px 0 27px 0;
	flex-shrink: 0;
}
.headerMenu ul {
	display: flex;
	padding: 15px 0 17px 0;
}
.headerMenu ul li {
	font-size: 87.5%;
}
.headerMenu ul li + li:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 25px;
	vertical-align: middle;
	background: #bfbfbf;
}
.headerMenu ul li a {
	color: #333;
	text-decoration: none;
}
.headerFontsize dl {
	display: flex;
	padding: 0 0 10px 0;
	font-size: 87.5%;
	line-height: 1.7;
}
.headerFontsize dl dt {
	padding: 0 7px 0 0;
}
.headerFontsize dl dd {
	padding: 0 0 0 10px;
}
.headerFontsize dl dd a {
	display: inline-block;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid #0066dd;
}
.headerFontsize dl dd a.active {
	color: #fff;
	background: #0066dd;
}

.headerSearch {
	display: flex;
	padding: 18px 0 0 42px;
	letter-spacing: -0.5em;
}
.headerSearch .mf_finder_container{
	position: relative;
}
.headerSearch input,
.headerSearch .mf_finder_searchBox_query_wrap,
.headerSearch button {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
.headerSearch input[type=text] {
	width: 200px;
	height: 26px;
	margin: 0;
	padding: 3px;
	border: 1px solid #ccc;
	background: url(/content/900000012.png) no-repeat left center #fff;
}
.mf_finder_searchBox .mf_finder_searchBox_query_input[type=text]:focus {
	background-image: none;
}
.headerSearch input[type=submit],
.headerSearch button[type=submit] {
	width: 65px;
	height: 26px;
	color: #fff;
	border: none;
	background: #0066dd;
}

.headerBtn {
	display: none;
}


/*-------------------------------------
 gNav
-------------------------------------*/
#gNav {
	display: block;
	position: relative;
	z-index: 10000;
	background: #f5f5f5;
}
#gNav .gNavList {
	display: flex;
	padding: 21px 0;
}
#gNav .navItem {
	position: relative;
	width: 20%;
	padding: 0 5px;
	font-size: 125.0%;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	border-left: 1px solid #7d7d7d;
}
#gNav .navItem:last-child {
	border-right: 1px solid #7d7d7d;
}
#gNav .navItem > a {
	display: block;
	color: #333;
	text-decoration: none;
}
.navItem .current span {
  border-bottom: 2px solid #0066dd;
  padding: 2px 1px;
}
#gNav .navItem .acd {
	display: none;
}
#gNav .navSub {
	display: none;
	position: absolute;
	top: 49px;
	left: 0;
	right: 0;
	padding: 15px 20px 10px 20px;
	background: rgba(0,62,135,0.9);
}
#gNav .navSub li {
	width: auto;
	margin: 0 0 17px 0;
	padding: 0 0 0 1.1em;
	font-size: 85%;
	font-weight: 400;
	text-align: left;
	border-left: none;
	background: url(/content/900000013.png) no-repeat 0 0.5em;
}
#gNav .navSub li:last-child {
	border-right: none;
}
#gNav .navSub li a {
	display: inline;
	color: #fff;
	text-decoration: none;
}
#gNav .navSub.open {
	display: block;
}

#gNavSP {
	display: none;
}


/*-------------------------------------
 main
-------------------------------------*/

/* topicpath
-------------------------------------*/
#topicpath ol {
	padding: 10px 0 20px 0;
	letter-spacing: -0.5em;
}
#topicpath ol li {
	display: inline-block;
	font-size: 87.5%;
	letter-spacing: normal;
	vertical-align: top;
}
#topicpath ol li + li:before {
	content: ">";
	display: inline-block;
	margin: 0 4px;
}

/* section
-------------------------------------*/
.section {
	padding: 0 0 100px 0;
}
.section:after {
	clear: both;
	display: block;
	content: "";
}
.section p {
	margin: 0 0 20px 0;
}


/*-------------------------------------
 pagetop
-------------------------------------*/
#pagetop {
	padding: 0 0 15px 0;
	text-align: right;
}
#pagetop a {
	display: inline-block;
	padding: 0 0 0 1.1em;
	color: #333;
	font-size: 112.5%;
	font-weight: 700;
	text-decoration: none;
	background: url(/content/900000014.png) no-repeat left center;
}


/*-------------------------------------
 footer
-------------------------------------*/
/* footerA
-------------------------------------*/
.footerA {
	background: #f5f5f5;
}
.footerA .footerNav {
	display: flex;
	margin: 0 -10px 0 0;
	padding: 45px 0;
}
.footerA .footerNav .clm {
	width: 20%;
	padding: 0 10px 0 0;
}
.footerA .footerNav .clm p {
	margin: 0 0 5px 0;
	padding: 0 0 0 1.1em;
	font-size: 125%;
	background: url(/content/900000015.png) no-repeat 0 0.5em;
}
.footerA .footerNav .clm ul {
	padding: 0 0 0 1.25em;
}
.footerA .footerNav .clm ul li {
	margin: 0 0 2px 0;
	padding: 0 0 0 1.1em;
	font-size: 87.5%;
	background: url(/content/900000016.png) no-repeat 0 0.5em;
}
/* footerB
-------------------------------------*/
.footerB {
	background: #5d5d5d;
}
.footerB .footerLink {
	letter-spacing: -0.5em;
	text-align: center;
}
.footerB .footerLink li {
	display: inline-block;
	padding: 9px 0;
	font-size: 87.5%;
	font-weight: 400;
	letter-spacing: normal;
	vertical-align: top;
}
.footerB .footerLink li + li:before {
	content: "";
	display: inline-block;
	width: 1px;
	height: 1em;
	margin: 0 20px;
	vertical-align: middle;
	background: #fff;
}
.footerB .footerLink li a {
	color: #fff;
}
/* footer_c
-------------------------------------*/
.footerC .inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footerAddress {
	display: flex;
	justify-content: center;
	margin: 0 0 20px 0;
}
.footerAddress div {
	width: 50%;
	flex-shrink: 0;
}
.footerAddress .logo {
	padding: 0 30px 0 0;
	text-align: right;
}
.footerAddress .logo img {
	width: 240px;
}
.footerAddress .address p {
	font-size: 87.5%;
	line-height: 1.9;
}
.footerCopyright {
	font-size: 75.0%;
	text-align: center;
}




a img,
#gNav .navItem > a,
.headerFontsize dl dd a,
#pagetop a {
	text-decoration: none;
	transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	backface-visibility: hidden;
}
a:hover img,
#gNav .navItem > a:hover,
.headerFontsize dl dd a:hover,
#pagetop a:hover {
	opacity: 0.7;
}
.headerMenu ul li a:hover,
#gNav .navSub li a:hover {
	text-decoration: underline;
}
noscript {
  padding: 20px;
  border: 2px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
}

/*-------------------------------------
 2020/01/10 NSSOL Kambe
 For Redirect Page
-------------------------------------*/

.redirectPagePaddingTop {
  padding: 100px 0 100px 0;
}

/* topSoshiki
-------------------------------------*/
.topSoshiki {
	max-width: 1020px;
	margin: 0 auto;
}
.topSoshiki ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
}
.topSoshiki ul li {
	width: 20%;
	flex-shrink: 0;
	margin: 0 0 20px 0;
	padding: 0 10px;
	text-align: center;
	display: flex;
	justify-content: stretch;
	align-items: stretch;
}
.topSoshiki ul li a {
	position: relative;
	display: block;
	padding: 7px 5px 15px 5px;
	color: #333;
	font-size: 112.5%;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	background: #fff;
	box-shadow: 0 2px 7px rgba(64,64,64,0.25);
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.4;
}
.topSoshiki ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 9px;
	border-radius: 0 0 5px 5px;
}
.topSoshiki ul li.clr01 a:before {
	background-color: #dc7147;
}
.topSoshiki ul li.clr02 a:before {
	background-color: #f1c6a5;
}
.topSoshiki ul li.clr03 a:before {
	background-color: #7fc356;
}
.topSoshiki ul li.clr04 a:before {
	background-color: #386798;
}
.topSoshiki ul li.clr05 a:before {
	background-color: #eac047;
}
.topSoshiki ul li.clr06 a:before {
	background-color: #829a4c;
}
.topSoshiki ul li.clr07 a:before {
	background-color: #6e6b9a;
}
.topSoshiki ul li.clr08 a:before {
	background-color: #df9757;
}
.topSoshiki ul li.clr09 a:before {
	background-color: #cac8af;
}
.topSoshiki ul li.clr10 a:before {
	background-color: #028dde;
}