@charset "utf-8";

/*=====================================

en_layout.css

=====================================*/

/*-------------------------------------
 header
-------------------------------------*/
header {
	height: 218px;
	background: #000;
}
header a {
	color: #fff;
}
.headerInner {
	position: relative;
	padding: 0 0 50px 0;
	color: #fff;
	zoom: 1;
}
.headerInner:after,
.headerInner ul:after {
	clear: both;
	display: block;
	content: "";
}

#headerLogo {
	max-width: 1200px;
	margin: 0 auto;
	padding: 32px 0 37px 0;
}
#headerLogo img {
	display: block;
	width: 390px;
	margin: 0 auto;
	padding-bottom: 3px;
}
/* headerLanguage */
.headerLanguage {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	font-size: .75rem;
}
.headerLanguageInner {
	float: right;
}
.headerLanguage p {
	padding: 0 0 0 13px;
	cursor: pointer;
	background: url(/content/400002145.png) no-repeat 0 center;
}
.headerLanguage ul {
	display: none;
	position: absolute;
	top: 22px;
	left: auto;
	right: -20px;
	z-index: 9999;
	width: 112px;
	padding: 4px 0 0 0;
	background: url(/content/400017994.png) no-repeat center 0;
}
.headerLanguage ul li {
	border-bottom: 1px solid #4593d1;
}
.headerLanguage ul li a {
	display: block;
	padding: 9px;
	color: #fff;
	text-align: center;
	background: #2978bb;
}

/* headerMenu
-------------------------------------*/
#headerMenu {
	display: block;
	border-top: 1px solid #3d3d3d;
}
.headerMenuBtn,
.headerMenuClose {
	display: none;
}

/* headerBlockA */
.headerBlockA {
	max-width: 1200px;
	margin: 0 auto;
}
.headerNavA {
	float: right;
	height: 39px;
	border-left: 1px solid #3d3d3d;
	overflow: hidden;
}
.headerNavA li {
	float: left;
	border-right: 1px solid #3d3d3d;
}
@media screen and (min-width: 681px) {
  .headerNavA li {
	font-size: 1rem;
  }
}
.headerNavA li a {
	display: block;
	padding: 7px 14px;
}
/* headerBlockB */
.headerBlockB {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
.headerNavB {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
}
.headerNavB li {
	float: left;
	padding: 0 11px 0 10px;
	font-size: .75rem;
	background: url(/content/400002146.png) no-repeat 0 center;
}
/* headerSearch */
.headerSearch {
	position: absolute;
	top: 58px;
	right: 0;
	width: 232px;
}
.headerSearchText,
.headerSearchRadio {
	text-align: right;
	letter-spacing: -0.4em;
	line-height: 1.1;
}
.headerSearchText li,
.headerSearchRadio li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}
.headerSearchText {
	margin: 0 0 8px 0;
}
.headerSearchText li.headerSearchText01 input {
	width: 145px;
	height: 19px;
	padding: 2px 2px 2px 25px;
	vertical-align: top;
	border: none;
	border-radius: 10px 0 0 10px;
	background: url(/content/400002147.png) no-repeat 11px center #5d5d5d;
}
.headerSearchText li.headerSearchText02 input {
	width: 57px;
	height: 23px;
	padding: 0;
	text-indent: -9999px;
	vertical-align: top;
	border: none;
	background: url(/content/400002148.png) no-repeat 0 0;
}
.headerSearchText li.headerSearchText02 input:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	cursor: pointer;
}
.headerSearchRadio li {
	padding: 0 0 0 10px;
	font-size: .68rem;
}
.headerSearchRadio li input {
	margin: 0 5px 0 0;
	padding: 0;
	vertical-align: middle;
}

/* gNav
-------------------------------------*/
#gNav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	background: #4593d1;
	overflow: hidden;
}
#gNav ul {
	max-width: 1200px;
	margin: 0 auto;
}
.gNavInner:after,
.gNavInner ul:after {
	clear: both;
	display: block;
	content: "";
}
#gNav li {
	float: left;
	width: 25%;
}
#gNav li p {
	font-size: 1rem;
	border-right: 1px solid #7db4df;
}
#gNav li:first-child p {
	border-left: 1px solid #7db4df;
}
#gNav li a {
	display: block;
	padding: 13px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#gNav li.current a {
	background: #175a9d;
}
#gNav li a:hover,
#gNav li.active a {
	background: #2d7fc3;
}




/* sNav
-------------------------------------*/
#sNav {
	position: relative;
	z-index: 9999;
	padding: 0 50px;
}
.sNavInner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	zoom: 1;
}
.sNavInner:after,
.sNavInner ul:after,
.sNavDrop:after {
	clear: both;
	display: block;
	content: "";
}
.sNavDrop {
	display: none;
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 170px;
	padding: 30px 50px;
	background: #2d7fc3;
}
.sNavDrop ul {
	padding: 9px 400px 0 0;
}
.sNavDrop ul li {
	float: left;
	width: 50%;
}
.sNavDrop ul li p {
	padding: 0 26px 0 0;
}
.sNavDrop ul li p a {
	display: block;
	padding: 9px 0 9px 12px;
	color: #fff;
	border-bottom: 1px solid #7db4df;
	background: url(/content/400002149.png) no-repeat 0 17px;
}
.sNavDrop .sNavPic {
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	height: 170px;
}


/*-------------------------------------
 visual
-------------------------------------*/
#visual {
	clear: both;
	position: relative;
	text-align: right;
	background: #3c2e2e;
	overflow: hidden;
}
.visualTitle {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	margin: -30px 0 0 0;
	padding: 0 0 0 50px;
	color: #fff;
	font-size: 2.24rem;
}
.visualPic {
}
.visualPic img {
	max-width: 100%;
}



/*-------------------------------------
 topicpath
-------------------------------------*/
#topicpath {
	clear: both;
	background: #424242;
}
.topicpathInner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 6px 0;
	color: #fff;
}
#topicpath a {
	color: #fff;
}


/*-------------------------------------
 container/contents
-------------------------------------*/
#container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}
#contents {
	position: relative;
	min-height: 350px;
	padding: 37px 10px;
}
#contents:after {
	clear: both;
	display: block;
	content: "";
}
#contents .main {
	padding: 15px 0;
}
#contents p {
	margin: 0 0 25px 0;
}
.pagetop {
	clear: both;
	padding: 10px 0 40px 0;
	text-align: right;
}
.pagetop a {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #000;
	background: url(/content/400002150.png) no-repeat 0 9px;
}

/* title
-------------------------------------*/
h1.hTitle {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	font-size: 1.49rem;
	border-bottom: 4px solid #4593d1;
}
#contents h2 {
	clear: both;
	margin: 0 -10px 20px -10px;
	padding: 5px 100px 5px 5px;
	color: #fff;
	font-size: 1.24rem;
	font-weight: bold;
	background: #2b76bc;
}
#contents .main h2 {
	margin: 0 0 20px 0;
}
#contents h2 em {
	display: block;
	padding: 5px 5px 5px 27px;
	background: url(/content/400002151.png) repeat-y 0 0;
}
.main h3 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px 0 17px 0;
	font-size: 1.24rem;
	line-height: 1.3;
	background: url(/content/400002152.png) repeat-x 0 bottom;
}
.main h3 em {
	display: block;
	padding: 0 0 0 20px;
	background: url(/content/400002153.png) repeat-y 0 0;
}
.main h4 {
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px 0 12px 0;
	font-size: 1.24rem;
	line-height: 1.3;
	background: url(/content/400002152.png) repeat-x 0 bottom;
}
.main h4 em {
	clear: both;
	margin: 10px 0 15px 0;
	padding: 0 0 0 19px;
	font-size: 1.12rem;
	line-height: 1.2;
	background: url(/content/400002154.png) repeat-y 0 0;
}

.acdHead {
	position: relative;
}
.acdHead h2 em {
	padding: 5px 5px 5px 27px;
}
.acdHead .acdOpen,
.acdHead .acdClose {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 60px;
	padding: 5px 22px 5px 5px;
	color: #0e3f76;
	font-size: .75rem;
	line-height: 17px;
	cursor: pointer;
}
.acdHead .acdOpen {
	background: url(/content/400002155.png) no-repeat 65px 5px #fff;
}
.acdHead .acdClose {
	background: url(/content/400002156.png) no-repeat 65px 5px #fff;
}


/*-------------------------------------
 footer
-------------------------------------*/
footer {
	clear: both;
	height: 254px;
	background: url(/content/400002157.png) repeat-x 0 0 #0c0c0c;
}
footer a {
	color: #fff;
}
.footerInner {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	color: #fff;
	zoom: 1;
}
.footerInner:after,
footer ul:after {
	clear: both;
	display: block;
	content: "";
}
#footerLogo {
	position: relative;
	z-index: 5;
	clear: both;
	width: 272px;
	margin: 0 0 12px 0;
}
#footerLogo img {
	width: 100%;
}
/* footerPagetop */
.footerPagetop {
	float: right;
}
.footerPagetop a {
	display: block;
	width: 36px;
	height: 36px;
	text-indent: 100%;
	background: url(/content/400002158.png) no-repeat center center #4593d1;
	overflow: hidden;
}
/* footerSns */
.footerSns {
	position: relative;
	z-index: 5;
	float: left;
	width: 295px;
	height: 22px;
	margin: 0 0 32px -20px;
	padding: 10px 10px 10px 15px;
	background: url(/content/400002159.png) no-repeat 0 0;
}
.footerSns li {
	float: left;
	padding: 0 9px;
	border-left: 1px solid #6aa9da;
}
.footerSns li:first-child {
	border-left: none;
}
.footerSns .footerSnsFacebook a {
	padding: 0 0 0 15px;
	background: url(/content/400002160.png) no-repeat 0 0;
}
.footerSns .footerSnsTwitter a {
	padding: 0 0 0 21px;
	background: url(/content/400002161.png) no-repeat 0 center;
}
.footerSns .footerSnsYouTube a {
	padding: 0 0 0 24px;
	background: url(/content/400002162.png) no-repeat 0 center;
}
/* footerMap */
div.footerMap {
	position: absolute;
	top: 41px;
	right: 0;
	z-index: 1;
	width: 400px;
	height: 213px;
	background: url(/content/400002163.png) no-repeat 0 0;
}
div.footerMap p {
	float: right;
	padding: 126px 0 0 0;
}
div.footerMap p a {
	display: inline-block;
	padding: 3px 6px 4px 21px;
	font-size: .75rem;
	line-height: 1.1;
	border: 1px solid #3d3d3d;
	background: url(/content/400002164.png) no-repeat 6px 5px;
}
/* footerMapBlock */
#footerMapBlockOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
}
#footerMapBlock {
  position: relative;
  width: 100%;
	height: 100%;
  z-index: 10000;
  text-align: center;
}
#footerMapImg {
	position: relative;
	height: 100%;
	margin: 0 auto;
}
#footerMapImgInner {
	position: relative;
	margin: 0 auto;
}
#footerMapImg ul li {
	padding: 0 0 50px 0;
}
#footerMapImg .caption {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	display: block;
	padding: 5px 50px 0 0;
	color: #f9bb06;
	font-size: .75rem;
	line-height: 1.2;
	text-align: center;
}
#footerMapClose {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	background: url(/content/400002183.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#footerMapClose:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
#footerMapPrev,
#footerMapNext {
	position: absolute;
	top: 45%;
	display: block;
	width: 80px;
	height: 45px;
	cursor: pointer;
	opacity: 0.1;
}
#footerMapPrev {
  left: 0;
  float: left;
  background: url(/content/400002185.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#footerMapNext {
  right: 0;
  float: right;
  background: url(/content/400002186.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
#footerMapPrev:hover,
#footerMapNext:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* footerNav */
.footerNav {
	position: relative;
	z-index: 5;
	margin: 0 0 8px 0;
	letter-spacing: -0.4em;
}
.footerNav li {
	display: inline-block;
	padding: 0 11px;
	letter-spacing: normal;
	vertical-align: top;
	background: url(/content/400002146.png) no-repeat 0 center;
}
/* footerNote */
.footerNote {
	position: relative;
	z-index: 5;
	display: inline-block;
	margin: 0 0 5px 0;
	padding: 2px 0 4px 0;
	font-size: .75rem;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	text-align: right;
	float: right;
}
.footerNote em,
.footerNote a {
	display: block;
	/*color: #f9bb06;*/
}
/* footerCopy */
.footerCopy {
	font-size: .75rem;
}


/* breakpoints
==========================================================================*/
@media screen and (max-width: 1250px) {

/*-------------------------------------
 layout
-------------------------------------*/
.headerLanguage {
	width: auto;
	right: 50px;
}
#headerMenu {
	padding: 0 50px;
}
.headerBlockB {
	width: auto;
	left: 50px;
}
.headerNavB {
	left: 0;
}
.headerSearch {
	right: 50px;
}
#gNav {
	padding: 0 50px;
}
#topicpath {
	padding: 0 50px;
}
/*#container {
	padding: 0 50px!important;
}*/
footer {
	padding: 0 50px;
}

}

/* 
==========================================================================*/
@media screen and (max-width: 980px) {

/*-------------------------------------
 header
-------------------------------------*/
header {
	height: 258px;
}
#headerLogo {
	padding: 32px 0 77px 0;
}

/* headerMenu
-------------------------------------*/
/* headerNavB */
.headerNavB {
	top: 100px;
}

/* headerSearch */
.headerSearch {
	top: 100px;
}



/* sNav
-------------------------------------*/
.sNavDrop ul {
	padding: 9px 40% 0 0;
}
.sNavDrop ul li {
	float: none;
	width: auto;
}
.sNavDrop .sNavPic {
	width: 40%;
	height: auto;
}
.sNavDrop .sNavPic img {
	max-width: 100%;
}



/*-------------------------------------
 footer
-------------------------------------*/
/* footerMap */
.footerMap {
	background: none;
}


}





/* 
==========================================================================*/
@media screen and (max-width: 680px) {

a:hover {
	text-decoration: none;
}

/*-------------------------------------
 header
-------------------------------------*/
header {
	height: auto;
	padding: 0;
	background-image: none;
}
.headerInner {
	width: auto;
	min-width: inherit;
	height: auto;
	padding: 0 15px;
}
#headerLogo {
	position: relative;
	z-index: 20;
	width: 205px;
	margin: 0 auto;
	padding: 13px 0 17px 0;
}
#headerLogo a {
	width: 205px;
}
#headerLogo img {
	width: 180px;
}

/* headerLanguage */
.headerLanguage {
	position: absolute;
	top: 20px;
	right: 0;
	width: 100%;
}
.headerLanguage p {
	display: block;
	width: 46px;
	padding: 15px 0 0 0;
	font-size: .44rem;
	line-height: 1.1;
	text-align: center;
	background: url(/content/400002165.png) no-repeat center top;
	background-size: 13px 13px;
}
.headerLanguage p.open {
	text-indent: -9999px;
	background: url(/content/400002166.png) no-repeat center 8px;
	background-size: 12px 12px;
}
.headerLanguageInner {
	float: right;
	padding: 0 6px 0 0;
}
.headerLanguage ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	z-index: 9999;
	width: auto;
	padding: 0;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.headerLanguage ul:after {
	content: "";
	position: absolute;
	top: -6px; right: 17px;
	margin-left: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #4593d1 transparent;
}
.headerLanguage ul li {
}
.headerLanguage ul li a {
	display: block;
	padding: 9px 5px 9px 27px;
	text-align: left;
	border-bottom: 1px solid #7db4df;
	background: url(/content/400002167.png) no-repeat 15px 17px #4593d1;
	background-size: 4px 7px;
}
.headerLanguage ul li a:hover,
.headerLanguage ul li.current a,
.headerLanguage ul li.active a {
	background: url(/content/400002167.png) no-repeat 15px 17px #4593d1;
	background-size: 4px 7px;
}
.headerLanguage ul li:last-child a {
	border-bottom: 1px solid #fff;
}


/* headerMenu
-------------------------------------*/
.headerMenuBtn {
	display: block;
}
.headerMenuBtn p {
	position: absolute;
	top: 24px;
	left: 17px;
	width: 12px;
	height: 12px;
	text-indent: 100%;
	background: url(/content/400002168.png) no-repeat 0 0;
	background-size: 12px 12px;
	overflow: hidden;
}
.headerMenuBtn p.open {
	background: url(/content/400002166.png) no-repeat 0 0;
	background-size: 12px 12px;
}


#headerMenu {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 0;
	border: none;
	border-bottom: 1px solid #fff;
	background: #2e2e2e;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
#headerMenu:after {
	content: "";
	position: absolute;
	top: -6px; left: 23px;
	margin-left: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #4593d1 transparent;
}

.headerMenuClose {
	display: block;
	clear: both;
	padding: 10px 0;
	text-align: center;
	background: #000;
}
.headerMenuClose p {
	display: inline-block;
	padding: 0 12px;
	background: url(/content/400002169.png) no-repeat 0 center;
	background-size: 8px 8px;
}

/* headerBlockA */
.headerNavA {
	float: none;
	height: auto;
	border-left: none;
	overflow: hidden;
}
.headerNavA ul {
	float: none;
	height: auto;
}
.headerNavA li {
	float: none;
	border-right: none;
}
.headerNavA li a {
	padding: 6px 5px 6px 27px;
	border-bottom: 1px solid #5490c5;
	background: url(/content/400002167.png) no-repeat 15px 14px #175a9d;
	background-size: 4px 7px;
}
/* headerBlockB */
.headerBlockB {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	margin: 0;
}
.headerNavB {
	position: relative;
	top: auto;
	left: auto;
	font-size: .75rem;
}
.headerNavB li {
	float: left;
	width: 50%;
	padding: 0;
	font-size: .87rem;
	background: none;
}
.headerNavB li a {
	display: block;
	padding: 6px 5px 6px 27px;
	border-bottom: 1px solid #407ab6;
	background: url(/content/400002167.png) no-repeat 15px 14px #03408c;
	background-size: 4px 7px;
}
.headerNavB li:nth-child(odd) a {
	border-right: 1px solid #407ab6;
}

/* headerSearch */
.headerSearch {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	padding: 12px 15px 9px 15px;
}
.headerSearchText {
	position: relative;
	text-align: left;
}
.headerSearchText li.headerSearchText01 {
	display: block;
	padding: 0 70px 0 30px;
	border-radius: 15px;
	background: url(/content/400002170.png) no-repeat 11px center #5d5d5d;
	background-size: 11px 18px;
}
.headerSearchText li.headerSearchText01 input {
	display: block;
	width: 100%;
	height: 26px;
	padding: 2px 0;
	vertical-align: top;
	border: none;
	background: none;
}
.headerSearchText li.headerSearchText02 {
	position: absolute;
	top: 0;
	right: 0;
}
.headerSearchText li.headerSearchText02 input {
	width: 70px;
	height: 30px;
	color: #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	text-indent: inherit;
	border-radius: 0 15px 15px 0;
	background-image: none;
	background-color: #4d4d4d;
}
.headerSearchRadio li {
	font-size: .75rem;
}

/* gNav
-------------------------------------*/
#gNav {
	position: relative;
	left: auto;
	bottom: auto;
	width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
}
.gNavInner:after,
.gNavInner ul:after {
	clear: both;
	display: block;
	content: "";
}
#gNav li {
	float: none;
	width: 100%;
}
#gNav li p {
	font-size: .87rem;
	border-right: none;
}
#gNav li:first-child p {
	border-left: none;
}
#gNav li a {
	padding: 9px 5px 9px 27px;
	text-align: left;
	border-bottom: 1px solid #7db4df;
	background: url(/content/400002167.png) no-repeat 15px 17px #4593d1;
	background-size: 4px 7px;
}
#gNav li a:hover,
#gNav li.current a,
#gNav li.active a {
	background: url(/content/400002167.png) no-repeat 15px 17px #4593d1;
	background-size: 4px 7px;
}


/*-------------------------------------
 visual
-------------------------------------*/
#visual {
}
.visualTitle {
	margin: -15px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 1.12rem;
}


/*-------------------------------------
 topicpath
-------------------------------------*/
#topicpath {
	padding: 0;
}
.topicpathInner {
	width: auto;
	min-width: inherit;
	padding: 2px 15px;
	font-size: .62rem;
}


/*-------------------------------------
 container/contents
-------------------------------------*/
#container {
	padding: 0;
}
#contents {
	width: auto;
	min-width: inherit;
	min-height: inherit;
	padding: 15px 15px 30px 15px;
}
#contents .main {
	padding: 18px 0 0 0;
}
#contents p {
	margin: 0 0 20px 0;
}
.pagetop {
	clear: both;
	padding: 10px 0 40px 0;
	text-align: right;
}
.pagetop a {
	display: inline-block;
	padding: 0 0 0 15px;
	color: #000;
	background: url(/content/400002171.png) no-repeat 0 11px;
	background-size: 8px 4px;
}

/* title
-------------------------------------*/
h1.hTitle {
	clear: both;
	padding: 0 15px 10px 15px;
	font-size: 1rem;
	border-bottom: 4px solid #4593d1;
}
#contents h2 {
	margin: 0 -15px 15px -15px;
	padding: 7px 100px 7px 7px;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
}
#contents h2 em {
	display: block;
	margin: 0;
	padding: 2px 2px 2px 16px;
	background: url(/content/400002172.png) repeat-y 0 0;
	background-size: 8px 5px;
}
.main h3 {
	clear: both;
	margin: 0 -15px 10px -15px;
	padding: 0 15px 12px 15px;
	font-size: 1rem;
	background: url(/content/400002152.png) repeat-x 0 bottom;
	background-size: 1px 4px;
}
.main h3 em {
	display: block;
	padding: 0 0 0 13px;
	background: url(/content/400002174.png) repeat-y 0 0;
	background-size: 4px 5px;
}
.main h4 {
	clear: both;
	margin: 0 -15px 10px -15px;
	padding: 0 15px 12px 15px;
	font-size: 1rem;
	background: url(/content/400002152.png) repeat-x 0 bottom;
	background-size: 1px 4px;
}
.main h4 em {
	display: block;
	margin: 0;
	padding: 0 0 0 14px;
	font-size: 1rem;
	background: url(/content/400002175.png) repeat-y 0 8px;
	background-size: 4px 5px;
}

.acdHead {
	position: relative;
}
.acdHead h2 em {
	padding: 2px 2px 2px 16px;
}
.acdHead .acdOpen,
.acdHead .acdClose {
	position: absolute;
	top: 7px;
	right: 8px;
	width: 50px;
	padding: 5px 21px 5px 5px;
	color: #0e3f76;
	font-size: .62rem;
	line-height: 16px;
	cursor: pointer;
}
.acdHead .acdOpen {
	background: url(/content/400002176.png) no-repeat 55px 5px #fff;
	background-size: 16px 16px;
}
.acdHead .acdClose {
	background: url(/content/400002177.png) no-repeat 55px 5px #fff;
	background-size: 16px 16px;
}


/*-------------------------------------
 footer
-------------------------------------*/
footer {
	height: auto;
	padding: 0 0 20px 0;
	background-image: none;
	background-color: #0c0c0c;
}
.footerInner {
	width: auto;
	min-width: inherit;
	padding: 0;
}

#footerLogo {
	width: 180px;
	margin: 0 auto 13px auto;
}
/* footerPagetop */
.footerPagetop {
	position: relative;
	z-index: 10;
	border-left: 1px solid #9fc6e5;
}
.footerPagetop a {
	width: 30px;
	height: 30px;
	background: url(/content/400002178.png) no-repeat center center #4593d1;
	background-size: 6px 4px;
}
/* footerSns */
.footerSns {
	float: none;
	width: auto;
	height: 16px;
	margin: 0 0 14px 0;
	padding: 7px 30px 7px 5px;
	background-image: none;
	background-color: #4593d1;
}
.footerSns li {
	padding: 0 6px;
	font-size: .62rem;
}
.footerSns .footerSnsFacebook a {
	padding: 0 0 0 12px;
	background: url(/content/400002179.png) no-repeat 0 0;
	background-size: 7px 13px;
}
.footerSns .footerSnsTwitter a {
	padding: 0 0 0 15px;
	background: url(/content/400002180.png) no-repeat 0 center;
	background-size: 11px 9px;
}
.footerSns .footerSnsYouTube a {
	padding: 0 0 0 17px;
	background: url(/content/400002181.png) no-repeat 0 center;
	background-size: 13px 9px;
}
/* footerMap */
div.footerMap {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
	height: auto;
	margin: 0 0 17px 0;
	background: none;
}
div.footerMap p {
	float: none;
	width: 185px;
	margin: 0 auto;
	padding: 0;
}
div.footerMap p a {
	display: block;
	padding: 9px 0;
	font-size: .62rem;
	text-align: center;
	background-image: none;
}
/* footerMapBlock */
#footerMapImg {
	position: relative;
	height: 100%;
	vertical-align: middle;
}
#footerMapImgInner {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#footerMapImg .caption {
	padding: 5px 30px 0 30px;
	font-size: 1rem;
}
#footerMapImg ul li img {
	width: 100%;
}
#footerMapClose {
	position: absolute;
	top: 5px;
	right: 5px;
}
#footerMapPrev,
#footerMapNext {
	position: absolute;
	top: auto;
	bottom: -28px;
	width: 25px;
	height: 23px;
	opacity: 0.8;
}
#footerMapPrev {
	background: url(/content/400002185.png) no-repeat 0 0;
	background-size: 25px auto;
}
#footerMapNext {
	background: url(/content/400002186.png) no-repeat 0 0;
	background-size: 25px auto;
}

/* footerNav */
.footerNav {
	margin: 0 0 5px 0;
	line-height: 1.1;
	text-align: center;
}
.footerNav li {
	padding: 0 9px;
	font-size: .62rem;
	
	background: url(/content/400002182.png) no-repeat 0 center;
	background-size: 4px 7px;
}
/* footerNote */
.footerNote {
	display: block;
	margin: 0 15px 5px 15px;
	padding: 2px 0 4px 0;
	font-size: .56rem;
	text-align: center;
}
.footerNote em,
.footerNote a {
	display: inline;
}
/* footerCopy */
.footerCopy {
	font-size: .56rem;
	text-align: center;
}


}



/* 2024ヘッダーフッター修正
========================================================================== */

#wrapper header {
  background: #fff;
}
.headerInner {
  color: #000;
  padding-top: 37px;
}
.headerWrap {
  border-top: 1px solid #ccc;
}
#headerLogo {
  max-width: 1280px;
  margin: auto;
  padding: 20px 0;
  vertical-align: bottom;
  line-height: 1;
}
#headerLogo a {
  display: inline-block;
  margin-left: 20px;
}
#headerLogo img {
  margin: 0;
  width: 350px;
  padding-bottom: 0;
}
.headerBlockB {
  top: 20px;
}
.headerNavB {
  left: auto;
  right: 20px;
}
.headerNavB li {
  padding: 0;
  background-position: 10px center;
}
.headerNavB li a {
  display: block;
  padding: 9px 20px;
  border: 1px solid #196AAB;
  border-radius: 100px;
  color: #196AAB;
}
.headerSearch {
  right: 145px;
}
.headerSearchText li.headerSearchText01 input {
  padding: 10px 40px 10px 20px;
  background: none;
  background-color: #E8F0F7;
  border-radius: 100px;
  border: none;
  color: #000;
  border: 2px solid #fff;
}
.headerSearchText li.headerSearchText01 input:focus {
  outline: none;
  border: 2px solid #196aab;
}
.headerSearchText li.headerSearchText02 {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  margin-left: -40px;
  padding: 0;
  background-color: #196AAB;
  border-radius: 50%;
}
.headerSearchText li.headerSearchText02 input {
  width: 40px;
  height: 40px;
  background: none;
}
.headerSearchText li.headerSearchText02 input.ko,
.headerSearchText li.headerSearchText02 input.zh {
  background: url("/content/400244321.svg") no-repeat 50% 50%!important;
}
.headerLanguage p {
  color: #196AAB;
}
#headerMenu {
  border-top: 1px solid #196AAB;
}
@media screen and (min-width: 980px) {
  #wrapper header {
    height: 206px!important;
  }
}
@media screen and (max-width: 979px) {
  .headerSearch {
    top: 48px;
  }
  .headerNavB{
    top: 50px;
  }
  #headerLogo img {
    width: 300px;
  }
}
@media screen and (max-width: 680px) {
  .headerInner {
    padding: 0;
  }
  .headerWrap {
    border: none;
  }
  #headerLogo {
    padding: 10px 0;
  }
  #headerLogo img {
    width: 180px;
  }
  .headerBlockB {
    top: 0;
  }
  .headerNavB{
    top: 0;
    right: auto;
  }
  .headerNavB li a {
    padding: 6px 5px 6px 27px;
    border-radius: 0;
    color: #fff;
  }
  .headerSearchText li.headerSearchText01 {
    padding: 0 70px 0 0;
    background: none;
  }
  .headerSearch {
    top: 0;
    right: 0;
  }
  .headerSearchText {
    margin: 0 0 2px 0;
  }
  .headerSearchText li.headerSearchText01 input {
    padding: 6px 40px 7px 20px;
    border: 2px solid #2e2e2e;
  }
  .headerMenuClose {
    color: #fff;
  }
  .headerLanguage {
    top: 10px;
    right: 20px;
  }
  .headerLanguage p {
    padding: 25px 0 0 0;
    font-size: .6rem;
    background: url(/content/400244319.svg) no-repeat center 5px;
    background-size: auto;
  }
  .headerLanguage p.open {
    background: url(/content/400244328.png) no-repeat center 8px;
    background-size: auto;
  }
  .headerLanguage ul {
    top: 50px;
  }
  .headerMenuBtn p {
    top: 18px;
    left: 22px;
    width: 28px;
    height: 24px;
    background: url(/content/400244327.png) no-repeat 50% 50%;
    background-size: auto;
  }
  .headerMenuBtn p.open {
    background: url(/content/400244328.png) no-repeat 50% 50%;
    background-size: auto;
  }
}

#wrapper footer {
  background: url(/content/400244326.png) repeat-x 0 0 #fff;
  border-top: 3px solid #4593D1;
}
.footerInner {
  padding: 0;
}
.footerNav a,
.footerCopy {
  color: #000;
}
div.footerMap {
  /*top: 35px;
  background: url(/content/400244323.png) no-repeat 0 0;
  background-size: cover;*/
  background: none;
}
div.footerMap p a {
  padding: 6px 8px 6px 25px;
  border: none;
  border-radius: 3px;
  background: url(/content/400002164.png) no-repeat 8px 50% #4593D1;
}
@media screen and (max-width: 680px) {
  #wrapper footer {
    background: none;
    background-color: #fff;
  }
  /*.footerMap {
    top: auto;
    background: none;
  }*/
}