@charset "utf-8";
/*=================================
	layout.css
	- header
	- container
	- navigation
	- childList
	- topicPath
	- main
	- content
	- aside
	- footer
	- pageTopBtn
	- @media only screen and (min-width: 1024px)
	- @media only screen and (max-width: 640px)
	- @media print
	- clearfix
================================ */

#page {
	overflow: hidden;
}

/* header
-------------------------------- */
#headerContent { /*161110修正*/
	position: relative;
	background: #ffffff;
	/*box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);*/
	/*-moz-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);*/
	/*-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);*/
	z-index: 1000;
}
#headerContent.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: none;
	box-shadow: none;
}
#header {
	padding-bottom: 7px;
	background: #ffffff;
	border-top: solid 8px #e50212;
}
#header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 8px;
	z-index: 1000;
}
#header .inner {
	width: 1024px;
	margin: 0 auto;
}

/* siteLogoBlock */
#header .inner .siteLogoBlock {
	float: left;
	width: 540px;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed #header {
		padding-bottom: 0;
		border-top: none;
	}
	body#institutional #headerContent.fixed #header {
		display: none;
	}
	#headerContent.fixed #header .inner .siteLogoBlock {
		float: none;
		width: auto;
	}
	body#institutional #headerContent.fixed #header .inner .siteLogoBlock {
		float: left;
		width: 540px;
	}
}
#header .inner .siteLogoBlock .siteLogo01 {
	display: none;
	float: right;
	margin-top: 8px;
}
#header .inner .siteLogoBlock .siteLogo01 img {
	width: 56px;
	height: 62px;
}
#header .inner .siteLogoBlock .siteLogo02 {
	float: left;
	margin-top: 19px;
}
#header .inner .siteLogoBlock .siteLogo02 img {
	width: 317px;
	height: 43px;
}
#header .inner .siteLogoBlock .siteLogo03 {
	display: none;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed #header .inner .siteLogoBlock .siteLogo01,
	#headerContent.fixed #header .inner .siteLogoBlock .siteLogo02 {
		display: none;
	}
	body#institutional #headerContent.fixed #header .inner .siteLogoBlock .siteLogo01,
	body#institutional #headerContent.fixed #header .inner .siteLogoBlock .siteLogo02 {
		display: none;
	}
	#headerContent.fixed #header .inner .siteLogoBlock .siteLogo03 {
		display: none;
		/*display: block;
		margin-top: 9px;*/
	}
	body#institutional #headerContent.fixed #header .inner .siteLogoBlock .siteLogo03 {
		display: none;
	}
}

/* headUtilityBlock */
#header .inner #headUtilityBlock {
	float: right;
	width: 468px;
	margin-top: 14px;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed #header .inner #headUtilityBlock {
		display: none;
	}
	body#institutional #headerContent.fixed #header .inner #headUtilityBlock {
		display: block;
	}
}
#header .inner #headUtilityBlock #utilityList01 {
	float: right;
}
#header .inner #headUtilityBlock #utilityList01 li {
	float: left;
}
#header .inner #headUtilityBlock #utilityList01 li a {
	text-decoration: none;
}
#header .inner #headUtilityBlock #utilityList01 li.tel {
	margin: 2px 16px 0 0;
}
#header .inner #headUtilityBlock #utilityList01 li.tel a {
	padding-left: 31px;
	background: url(/common/img/header_ic02.png) no-repeat 0 50%;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.1;
	cursor: default;
}
#header .inner #headUtilityBlock #utilityList01 li.search {
	padding: 5px 22px 5px 7px;
	background: url(/common/img/header_ic03.png) no-repeat 90% 50%;
	border: solid 1px #dddddd;
	border-radius: 4px;
	color: #777777;
	font-size: 1.2rem;
	line-height: 1.1;
	cursor: pointer;
}
#header .inner #headUtilityBlock #utilityList02 {
	float: right;
	width: 100%;
	margin-top: 5px;
	text-align: right;
	letter-spacing: -.40em;
}
#header .inner #headUtilityBlock #utilityList02 li {
	position: relative;
	display: inline-block;
	margin-left: 22px;
	line-height: 1.1;
	letter-spacing: normal;
}
#header .inner #headUtilityBlock #utilityList02 li:first-child {
	margin-left: 0;
}
#header .inner #headUtilityBlock #utilityList02 li:first-child:after {
	display: none;
}

#header .inner #headUtilityBlock #utilityList02 li a {
	color: #555555;
	font-size: 1.2rem;
	text-decoration: none;
}
#header .inner #headUtilityBlock #utilityList02 li .balloon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	padding: 2px 0 0 0;
	background: #f28518;
	border-radius: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
#header .inner #headUtilityBlock #utilityList02 li .balloon:before {
	position: absolute;
	top: 50%;
	left: -4px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-style: solid;
	border-width: 2px 4px 2px 0;
	border-color: transparent #f28518 transparent transparent;
	content: "";
}
#header .inner #headUtilityBlock #utilityList03 {
	display: none;
}


/* navigation
-------------------------------- */
#navigation {
	position: relative;
	height: 57px;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed #navigation:not(.typeInstitutional) {
		height: 38px;
		background: rgba(229,2,18,0.8);
	}
}
#navigation.typeInstitutional {
	background: #f5f5f5;
}
#navigation #globalNavi {
	width: 1024px;
	margin: 0 auto;
}
#navigation #globalNavi > ul {
	position: relative;
	/*padding-bottom: 5px;*/
}
#navigation.typeInstitutional #globalNavi > ul {
	position: relative;
	padding: 0;
}
#navigation.typeInstitutional #globalNavi > ul:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #d1d1d1;
	content: "";
}
#navigation #globalNavi > ul > li {
	float: left;
	display: table;
	width: 14.2%;	/*20170821修正*/
	padding-left: 1px;
}
#navigation #globalNavi > ul > li.home {
	display: none;
}
#navigation #globalNavi > ul > li:first-child {
	padding-left: 0;
}
#navigation.typeInstitutional #globalNavi > ul > li {
	position: relative;
	width: 20%;
}
#navigation.typeInstitutional #globalNavi > ul > li:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background: #d1d1d1;
	content: "";
}
#navigation #globalNavi > ul > li > a,
#navigation #globalNavi > ul > li > p > a { /*220301修正*/
	display: table-cell;
	height: 57px;
	padding-top: 3px;
	border-bottom: solid 3px #ffffff;
	color: #000000;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	transition-property: all;
	transition-duration: 0.2s;
}
#navigation.typeInstitutional #globalNavi > ul > li > a,
#navigation.typeInstitutional #globalNavi > ul > li > p > a { /*220301修正*/
	height: 57px;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 15px;
	font-size: 1.5rem;
	vertical-align: middle;
}
/*#navigation #globalNavi > ul > li > a > span {
	padding-left: 26px;
}*/
#navigation #globalNavi > ul > li.goalNavi > p.general { /*220301追加*/
    margin:0 auto;
    text-align: center;
    display: table;
    width: 100%;
}
#navigation #globalNavi > ul > li.goalNavi > p.upside { /*220301追加*/
    display: none;
}
#navigation #globalNavi > ul > li.goalNavi > p > a { /*220301追加*/
    padding-bottom: 5px;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed #navigation:not(.typeInstitutional) #globalNavi > ul > li {
	width: 12.5%;	/*20170821修正*/
	}
	#headerContent.fixed #navigation:not(.typeInstitutional) #globalNavi > ul > li.home {
		display: table;
	}
	#headerContent.fixed #navigation:not(.typeInstitutional) #globalNavi > ul > li > a,
    #headerContent.fixed #navigation:not(.typeInstitutional) #globalNavi > ul > li > p > a { /*220301修正*/
		height: 38px;
		padding-top: 0;
		border-bottom: none;
		color: #ffffff;
	}
	#headerContent.fixed #navigation:not(.typeInstitutional) #globalNavi > ul > li > a:hover {
		text-decoration: underline;
	}
	#headerContent.fixed #navigation:not(.typeInstitutional) #globalNavi > ul > li > a > span {
		padding-left: 0;
		background: none;
	}
	#headerContent.fixed #navigation #globalNavi > ul > li.goalNavi > p.general { /*220301追加*/
		display: none;
	}
    #headerContent.fixed #navigation #globalNavi > ul > li.goalNavi > p.upside { /*220301追加*/
        margin-top: 0;
        display: table;
        width: 100%;
    }
}
#navigation.typeInstitutional #globalNavi > ul > li > a > span {
	padding-left: 0;
}
/*#navigation #globalNavi > ul > li.fundinfo > a > span {
	background: url(/common/img/header_ic04.png) no-repeat 0 0;
}
#navigation #globalNavi > ul > li.comparison > a > span {
	background: url(/common/img/header_ic05.png) no-repeat 0 0;
}
#navigation #globalNavi > ul > li.whatnew > a > span {
	background: url(/common/img/header_ic06.png) no-repeat 0 0;
}
#navigation #globalNavi > ul > li.market > a > span {
	background: url(/common/img/header_ic07.png) no-repeat 0 0;
}
#navigation #globalNavi > ul > li.company > a > span {
	background: url(/common/img/header_ic08.png) no-repeat 0 0;
}
#navigation #globalNavi > ul > li.mypage > a > span {
	background: url(/common/img/header_ic09.png) no-repeat 0 0;
}*/
#navigation #globalNavi > ul > li.current > a {
	background: #e60012;
	border-bottom: solid 3px #e60012;
	color: #ffffff;
	font-weight: bold;
}
#navigation #globalNavi > ul > li > a:hover,
#navigation #globalNavi > ul > li > p > a:hover{ /*220301修正*/
	border-bottom: solid 3px #e60012;
}
#navigation.typeInstitutional #globalNavi > ul > li.current > a,
#navigation.typeInstitutional #globalNavi > ul > li > a:hover,
#navigation.typeInstitutional #globalNavi > ul > li > p > a:hover{ /*220301修正*/
	background: #e2e2e2;
	border-bottom: none;
	color: #000000;
	font-weight: normal;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed #navigation #globalNavi > ul > li.current > a,
	#headerContent.fixed #navigation #globalNavi > ul > li > a:hover,
    #headerContent.fixed #navigation #globalNavi > ul > li > p > a:hover { /*220301修正*/
		background: rgba(224,224,224,1);
		border-bottom: none;
		color: #333333;
	}
}
#navigation #globalNavi > ul > li > .childList {
	position: absolute;
	top: 59px;
	left: 0;
	width: 100%;
	height: 52px;
	background: #f5f5f5;
}
#navigation #globalNavi > ul > li > .childList > ul {
	width: 1024px;
	margin: 0 auto;
}
#navigation #globalNavi > ul > li > .childList > ul > li {
	float: left;
	display: table;
}
#navigation #globalNavi > ul > li > .childList > ul > li > a {
	position: relative;
	display: table-cell;
	height: 52px;
	padding: 0 15px;
	color: #555555;
	text-decoration: none;
	font-size: 1.2rem;
	vertical-align: middle;
}
#navigation #globalNavi > ul > li > .childList > ul > li > a:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #d1d1d1;
	content: "";
}
#navigation #globalNavi > ul > li > .childList > ul > li:first-child > a:after {
	display: none;
}
#navigation #globalNavi > ul > li > .childList > ul > li > a:hover {
	text-decoration: underline;
}


/* megaMenuArea
-------------------------------- */
#overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 900;
}
.globalNaviList li:hover > .megaMenuArea {
	display: block;
}
.megaMenuArea {
	display: none;
	position: fixed;
	top: 143px; /*201008HOME不備対応*/
	right: 0;
	left: 0;
	width: 100%;
	background: rgba(224,224,224,0.9) ;
	border-bottom: solid 3px rgba(229,2,18,0.8);
	z-index: 1200;
}
.megaMenuArea.megaMenu05Wrap {
	border-bottom: none;
}
.megaMenuArea #megaMenu05.megaMenuBox {
	position: fixed;
	top: 160px;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	border-top: solid 7px #e50212;
	z-index: 1200;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed .megaMenuArea {
		top: 38px;
	}
}
.megaMenuArea .megaMenuBox .closeBt {
	position: absolute;
	bottom: -100px;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-left: -40px;
	background: url(/common/img/header_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;
}
.megaMenuArea .megaMenuBox .megaMenuBoxInner {
	width: 992px;
	margin: 0 auto;
}
.megaMenuArea .megaMenuBox .megaMenuBoxInner dl { /* 200812 SPIRALバグ対応 */
	width: 100% !important;
	padding-top:0 !important;
}
.megaMenuArea #megaMenu05.megaMenuBox .megaMenuBoxInner {
	width: 100%;
	margin: 0;
	background: #ffffff;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	border-left: solid 1px #dddddd;
	box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 10px 0px;
}
.megaMenuArea .megaMenuBox dl {
	width: 992px;
	margin: 0 auto;
}
.megaMenuArea .megaMenuBox dt {
	height: 0;
	text-indent: -9999px;
}
/*.megaMenuArea .megaMenuBox dt a {
	display: table-cell;
	padding: 0 0 0 24px;
	color: #ffffff;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.2s;
}
.megaMenuArea .megaMenuBox dt a:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.megaMenuArea #megaMenu01 dt a {
	background: url(/common/img/header_bg01.jpg) no-repeat 0 0;
}
.megaMenuArea #megaMenu02 dt a {
	background: url(/common/img/header_bg02.jpg) no-repeat 0 0;
}
.megaMenuArea #megaMenu03 dt a {
	background: url(/common/img/header_bg03.jpg) no-repeat 0 0;
}
.megaMenuArea #megaMenu04 dt a {
	background: url(/common/img/header_bg04.jpg) no-repeat 0 0;
}
.megaMenuArea .megaMenuBox dt a:after {
	display: inline-block;
	width: 10px;
	height: 16px;
	margin-left: 19px;
	background: url(/common/img/header_ic10.png) no-repeat 0 0;
	vertical-align: 3px;
	content: "";
}*/
.megaMenuArea .megaMenuBox dd {
	padding: 30px 0 30px;
}
.megaMenuArea .megaMenuBox dd .memuList {
	float: left;
	width: 742px;
}
.megaMenuArea #megaMenu02 dd .memuList,
.megaMenuArea #megaMenu03 dd .memuList,
.megaMenuArea #megaMenu06 dd .memuList,
.megaMenuArea #megaMenu07 dd .memuList,
.megaMenuArea #megaMenu08 dd .memuList { /*230912修正*/
	width: 100%;
}
.megaMenuArea .megaMenuBox dd .memuList li {
	float: left;
	display: table;
	width: 239px;
	height: 76px;
	margin: 10px 12px 0 0;
	background: #ffffff;
	box-shadow:1px 1px 0px 1px #e5e5e5;
	-moz-box-shadow:1px 1px 0px 1px #e5e5e5;
	-webkit-box-shadow:1px 1px 0px 1px #e5e5e5;
}
.megaMenuArea #megaMenu03.megaMenuBox dd .memuList li,
.megaMenuArea #megaMenu06.megaMenuBox dd .memuList li,
.megaMenuArea #megaMenu07.megaMenuBox dd .memuList li {
	width: 324px;
	margin: 10px 10px 0 0;
}
.megaMenuArea #megaMenu01.megaMenuBox dd .memuList li:nth-child(3n),
.megaMenuArea #megaMenu03.megaMenuBox dd .memuList li:nth-child(3n),
.megaMenuArea #megaMenu04.megaMenuBox dd .memuList li:nth-child(3n),
.megaMenuArea #megaMenu06.megaMenuBox dd .memuList li:nth-child(3n),
.megaMenuArea #megaMenu07.megaMenuBox dd .memuList li:nth-child(3n) { /*230912修正*/
	margin-right: 0;
}
.megaMenuArea #megaMenu02.megaMenuBox dd .memuList li:nth-child(4),
.megaMenuArea #megaMenu08.megaMenuBox dd .memuList li:nth-child(4) { /*230912修正*/
	margin-right: 0;
}
.megaMenuArea .megaMenuBox dd .memuList li a {
	display: table;
	width: 100%;
	height: 76px;
	padding: 10px 10px 10px 20px;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
	text-decoration: none;
}
.megaMenuArea .megaMenuBox dd .memuList li a:hover {
}
.megaMenuArea .megaMenuBox dd .memuList li a .img {
	display: table-cell;
	width: 40px;
	padding-left: 9px;
	vertical-align: middle;
}
.megaMenuArea .megaMenuBox dd .memuList li a .text {
	display: table-cell;
	padding-left: 20px;
	background: url(/common/img/com_ic07.png) no-repeat 0 50%;
	vertical-align: middle;
}
.megaMenuArea .megaMenuBox dd .bannerList { /*161017修正*/
	float: right;
	/*width: 209px;*/
	width: 221px;
}
.megaMenuArea .megaMenuBox dd .bannerList li { /*161017追加*/
	margin-top: 10px;
}
.megaMenuArea .megaMenuBox dd .bannerList .favoriteBt a { /*161017追加*/
	display: block;
	width: 100%;
	padding: 12px 10px 12px 57px;
	background: #ffffff url(/common/img/header_ic12.png) no-repeat 20px 48%;
	border: solid 1px #dddddd;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}
.megaMenuArea .megaMenuBox dd .bannerList .favoriteBt a:hover { /*161017追加*/
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*.megaMenuArea #megaMenu03 dd .photoList {
}
.megaMenuArea #megaMenu03 dd .photoList li {
	float: left;
	display: table;
	width: 266px;
	height: 160px;
	margin-left: 49px;
	background: #000000;
}
.megaMenuArea #megaMenu03 dd .photoList li:first-child {
	margin-left: 0;
}
.megaMenuArea #megaMenu03 dd .photoList li a {
	display: table-cell;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	transition-property: all;
	transition-duration: 0.2s;
}
.megaMenuArea #megaMenu03 dd .photoList li a:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.megaMenuArea #megaMenu03 dd .photoList .market a {
	background: url(/common/img/header_ph01.jpg) no-repeat 0 0;
}
.megaMenuArea #megaMenu03 dd .photoList .column a {
	background: url(/common/img/header_ph02.jpg) no-repeat 0 0;
}
.megaMenuArea #megaMenu03 dd .photoList .fund a {
	background: url(/common/img/header_ph03.jpg) no-repeat 0 0;
}*/
.megaMenuArea #megaMenu04 dd .specialContents .title {
	margin-top: 25px;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
}
/* .megaMenuArea #megaMenu04 dd .memuList {
	float: none;
}*/ /* 230912削除 */
.megaMenuArea #megaMenu04 dd .specialContents .specialBannerList {
	margin-top: 20px;
}
.megaMenuArea #megaMenu04 dd .specialContents .specialBannerList li {
	float: left;
	margin-left: 10px;
	background: #000000;
}
.megaMenuArea #megaMenu04 dd .specialContents .specialBannerList li:first-child {
	margin-left: 0;
}
.megaMenuArea #megaMenu04 dd .specialContents .specialBannerList li a {
	transition-property: all;
	transition-duration: 0.2s;
}
.megaMenuArea #megaMenu04 dd .specialContents .specialBannerList li a:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.megaMenuArea #megaMenu05 .searchBox,
.contentsSearch .searchBox {
	padding: 40px 0 40px;
}
.megaMenuArea #megaMenu05 .searchBox .info,
.contentsSearch .searchBox .info {
	margin-top: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
}
.megaMenuArea #megaMenu05 .searchBox form,
.contentsSearch .searchBox form {
	width: 600px;
	margin: 20px auto 0;
	border: solid 1px #cccccc;
}
.megaMenuArea #megaMenu05 .searchBox .searchInput,
.contentsSearch .searchBox .searchInput {
	float: left;
	width: 543px;
	height: 52px;
	padding: 0 20px;
	border-top: none;
	border-right: solid 1px #cccccc;
	border-bottom: none;
	border-left: none;
}
.megaMenuArea #megaMenu05 .searchBox .searchSubmit,
.contentsSearch .searchBox .searchSubmit {
	float: left;
	width: 55px;
	height: 52px;
	border: none;
	background: url(/common/img/header_ic11.png) no-repeat 50% 50%;
	text-indent: -9999px;
	cursor: pointer;
}



/* container
-------------------------------- */
#container { /*210201修正*/
	clear: both;
	margin-top: 0;
}


/* main
-------------------------------- */
#main {
	overflow: hidden;
}
#main > *:first-child,
#main > section:first-child > *:first-child {
}
#main > .heading01 {
}


/* content
-------------------------------- */
#content {
	width: 1024px;
	margin: 0 auto 50px;
}
body#top #content {
	width: 100%;
	margin: 0 auto 50px;
}
#content .notesSection {
	margin-bottom: -50px;
}



/* footer
-------------------------------- */
#footer {
	padding: 0 0 30px;
	border-top: solid 1px #cccccc;
	border-bottom: solid 8px #e50212;
}
#footer .inner {
	width: 1024px;
	margin: 0 auto;
}
#footer #footUtilityBlock {
}
#footer #footUtilityBlock .utilityList01 {
	float: right;
	margin-top: 20px;
}
#footer #footUtilityBlock .utilityList01 li {
	float: left;
	margin-left: 8px;
}
#footer #footUtilityBlock .utilityList01 li:first-child {
	margin-left: 0;
}
#footer #footUtilityBlock .utilityList01 li img {
	width: 32px;
	height: 32px;
}
#footer #footUtilityBlock .utilityList02 {
	float: left;
	margin-top: 30px;
}
#footer #footUtilityBlock .utilityList02 li {
	position: relative;
	float: left;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 1.1;
}
#footer #footUtilityBlock .utilityList02 li:after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	background: #d1d1d1;
	content: "";
}
#footer #footUtilityBlock .utilityList02 li:last-child {
	margin-right: 0;
	padding-right: 0;
}
#footer #footUtilityBlock .utilityList02 li:last-child:after {
	display: none;
}
#footer #footUtilityBlock .utilityList02 li a {
	font-size: 1.2rem;
}
#footer #footUtilityBlock .utilityList02 li .balloon { /*170501追加*/
	position: relative;
	display: inline-block;
	width: 18px;
/*height: 18px;*/
	margin-left: 10px;
	padding: 2px 0 0 0;
	background: #f28518;
	border-radius: 9px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
}
#footer #footUtilityBlock .utilityList02 li .balloon:before { /*170501追加*/
	position: absolute;
	top: 50%;
	left: -4px;
	width: 0;
	height: 0;
	margin-top: -2px;
	border-style: solid;
	border-width: 2px 4px 2px 0;
	border-color: transparent #f28518 transparent transparent;
	content: "";
}
	@media only screen and (max-width: 640px) {
		#footer #footUtilityBlock .utilityList02 li.nondisplay { /*170501追加*/
			display:none;
		}
	}
#footer #tradeName {
	margin-top: 20px;
	font-size: 1.2rem;
}
#footer #association {
	margin-top: 0;
	font-size: 1.2rem;
}
#footer #copy {
	margin-top: 10px;
	font-size: 1.2rem;
}
#footer .footerSiteLogo {
	display: none;
}

#footer #footUtilityBlock02 {
}
#footer #footUtilityBlock02 .utilityCol01 {
	float: left;
	width: 590px;
}
#footer #footUtilityBlock02 .utilityCol02 {
	float: right;
	width: 397px;
}
#footer #footUtilityBlock02 .utilityCol02 .riskBlock {
	margin-top: 20px;
	padding: 12px 10px 12px 75px;
	background: #edf6fb url(/common/img/footer_ic04.png) no-repeat 15px 50%;
}
#footer #footUtilityBlock02 .utilityCol02 .riskBlock .link {
	margin-top: 0;
	font-size: 20px;
	font-size: 2.0rem;
}
#footer #footUtilityBlock02 .utilityCol02 .riskBlock .link a {
	color: #2277bb;
}
#footer #footUtilityBlock02 .utilityCol02 .riskBlock .text {
	margin-top: 3px;
	font-size: 12px;
	font-size: 1.2rem;
}


/* pageTopBtn
-------------------------------- */
#pageTopBtn {
	display: none;
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 9999;
}
#pageTopBtn a {
	display: block;
	width: 56px;
	height: 56px;
	background: url(/common/img/footer_bt01.png) no-repeat 0 0;
	text-indent: -9999px;
}
#pageTopBtn a:hover {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}



@media only screen and (max-width: 1023px) {

	/* header
	-------------------------------- */
	#headerContent {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		height: 65px;
		/*transform: translate3d(0, 0, 0);*/
	}
	#header {
		height: 65px;
		padding: 9px 0 0;
		border-top: solid 6px #e50212;
	}
	#header .inner {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
	
	/* siteLogoBlock */
	#header .inner .siteLogoBlock {
		float: left;
		width: auto;
	}
	#header .inner .siteLogoBlock .siteLogo01 {
		display: block;
		position: absolute;
		left: 50%;
		width: 40px;
		height: 44px;
		margin: 0 0 0 -20px;
		line-height: 1;
		z-index: 100;
	}
	#header .inner .siteLogoBlock .siteLogo01 img {
		width: 40px;
		height: 44px;
	}
	#header .inner .siteLogoBlock .siteLogo02 {
		display: none;
	}
	
	/* headUtilityBlock */
	#header .inner #headUtilityBlock { /*2200302修正*/
		position: absolute;
		top: 0;
		right: 0;
		margin-top: 0;
		width:30%;
	}
	#header .inner #headUtilityBlock #utilityList01 {
		display: none;
	}
	#header .inner #headUtilityBlock #utilityList02 {
		display: none;
	}
	#header .inner #headUtilityBlock #utilityList03 {
		display: block;
		float: right;
		padding-right: 10px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li {
		float: left;
		margin-left: 3px;
		border-radius: 5px;
		text-align: center;
	}
	#header .inner #headUtilityBlock #utilityList03 > li > span {
		display: block;
		width: 40px;
		height: 40px;
		padding: 25px 0 0;
		cursor: pointer;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType {
		background: #f5f5f5 url(/common/img/header_ic03_sp.png) no-repeat 50% 7px;
		background-size: 16px 16px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType > span {
		color: #777777;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType {
		position: relative;
		background: #e50212;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType:before {
		position: absolute;
		top: 9px;
		left: 50%;
		margin-left: -8px;
		width: 16px;
		height: 2px;
		background: #ffffff;
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType:after {
		position: absolute;
		top: 14px;
		left: 50%;
		margin-left: -8px;
		width: 16px;
		height: 2px;
		background: #ffffff;
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType > span {
		position: relative;
		color: #ffffff;
		font-size: 1.0rem;
		font-weight: bold;
		line-height: 1;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType > span:before {
		position: absolute;
		top: 19px;
		left: 50%;
		margin-left: -8px;
		width: 16px;
		height: 2px;
		background: #ffffff;
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li > .headBox {
		display: none;
		position: fixed;
		top: 8px;
		left: 0;
		width: 100%;
		z-index: 2000;
	}
	#header .inner #headUtilityBlock #utilityList03 > li > .headBox .head {
		height: 59px;
		padding: 7px 0 0;
	}
	#header .inner #headUtilityBlock #utilityList03 > li > .headBox .head .closeBtn {
		float: right;
		margin: 0 10px 0 0;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType > .headBox .head .closeBtn {
		padding-right: 43px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li > .headBox .head .closeBtn span {
		position: relative;
		display: block;
		width: 40px;
		height: 40px;
		padding: 25px 0 0;
		background: #e50212;
		border-radius: 5px;
		color: #ffffff;
		font-size: 1.0rem;
		font-weight: bold;
		line-height: 1;
		cursor: pointer;
	}
	#header .inner #headUtilityBlock #utilityList03 > li > .headBox .head .closeBtn span:before {
		position: absolute;
		top: 14px;
		left: 50%;
		margin-left: -8px;
		width: 16px;
		height: 3px;
		background: #ffffff;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li > .headBox .head .closeBtn span:after {
		position: absolute;
		top: 14px;
		left: 50%;
		margin-left: -8px;
		width: 16px;
		height: 3px;
		background: #ffffff;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li > .headBox .body {
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		margin: 0 17px;
		background: #ffffff;
		border-top: solid 6px #e50212;
		box-shadow:0px 4px 6px 0px rgba(0,0,0,0.3);
		-moz-box-shadow:0px 4px 6px 0px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 4px 6px 0px rgba(0,0,0,0.3);
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType > .headBox .body,
	.contentsSearch .body {
		padding: 32px 16px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType .body .tel,
	.contentsSearch .body .tel {
		margin-top: 0;
		text-align: center;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .tel {
		margin-top: 20px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType .body .tel span,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .tel span,
	.contentsSearch .body .tel span {
		padding-left: 47px;
		background: url(/common/img/header_ic02_sp.png) no-repeat 0 50%;
		background-size: 41px 24px;
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 2.7rem;
		font-weight: bold;
		line-height: 1;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType .body .searchInputBlock,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .searchInputBlock,
	.contentsSearch .body .searchInputBlock {
		margin-top: 20px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.searchType .body .searchInputBlock .searchInput,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .searchInputBlock .searchInput,
	.contentsSearch .body .searchInputBlock .searchInput {
		width: 100%;
		padding: 12px 35px 12px 13px;
		background: #ffffff url(/common/img/header_ic03_sp.png) no-repeat 95% 50%;
		background-size: 18px 18px;
		border: solid 1px #dddddd;
		border-radius: 3px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType > .headBox .body {
		padding: 10px 16px 30px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuHeading {
		padding: 10px 0 15px;
		font-size: 1.8rem;
		font-weight: bold;
		text-align: left;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 {
		border-bottom: solid 1px #cccccc;
		text-align: left;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li {
		border-top: solid 1px #cccccc;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li:first-child {
		border-top: none;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li.open,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li.current {
		background: #eeeeee;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > a {
		position: relative;
		display: block;
		padding: 10px 13px;
		color: #000000;
		font-size: 1.4rem;
		font-weight: bold;
		text-decoration: none;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li.normal > a,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01.institutionalMenu > li > a {
		padding: 10px 23px 10px 13px;
		background: url(/common/img/com_ic08_sp.png) no-repeat 95% 50%;
		background-size: 6px 9px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li.normal > a:before,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01.institutionalMenu > li > a:before {
		display: none;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > a:before {
		position: absolute;
		top: 50%;
		right: 12px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border-style: solid;
		border-width: 5px 5px 0 5px;
		border-color: #777777 transparent transparent transparent;
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > a.open:before {
		position: absolute;
		top: 50%;
		right: 12px;
		width: 0;
		height: 0;
		margin-top: -5px;
		border-style: solid;
		border-width: 0 5px 5px 5px;
		border-color: transparent transparent #777777 transparent;
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > ul.detailsBox {
		display: none;
		padding-left: 15px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > ul.detailsBox > li > a {
		display: block;
		padding: 6px 10px;
		background: url(/common/img/com_ic07_sp.png) no-repeat 0 50%;
		background-size: 6px 9px;
		color: #555555;
		font-size: 1.4rem;
		text-decoration: none;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > ul.detailsBox > li.banner > a {
		padding: 10px 0;
		background: none;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > ul.detailsBox > li.button {
		margin: 10px 0;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > ul.detailsBox > li.button > a {
		display: inline-block;
		width: 100%;
		padding: 10px 32px;
		background: #335588;
		border-radius: 5px;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList01 > li > ul.detailsBox > li.button > a:after {
		display: inline-block;
		width: 8px;
		height: 12px;
		margin-left: 8px;
		background: url(/common/img/com_ic02.png) no-repeat 0 0;
		content: "";
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList02,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList03 {
		text-align: left;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList02 li {
		float: left;
		width: 50%;
		margin-top: 20px;
		padding-right: 5px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList03 li {
		margin-top: 20px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList02 li a,
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList03 li a {
		padding-left: 20px;
		background: url(/common/img/com_ic07_sp.png) no-repeat 0 50%;
		background-size: 6px 9px;
		color: #000000;
		text-decoration: none;
		font-size: 1.2rem;
		line-height: 1;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList02 li.english a {
		background: url(/common/img/header_ic01_sp.png) no-repeat 0 50%;
		background-size: 14px 14px;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList02 li .balloon {
		position: relative;
		display: inline-block;
		width: 18px;
		height: 18px;
		margin-left: 5px;
		padding: 2px 0 0 0;
		background: #f28518;
		border-radius: 9px;
		color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4rem;
		line-height: 1;
		text-align: center;
	}
	#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList02 li .balloon:before {
		position: absolute;
		top: 50%;
		left: -4px;
		width: 0;
		height: 0;
		margin-top: -2px;
		border-style: solid;
		border-width: 2px 4px 2px 0;
		border-color: transparent #f28518 transparent transparent;
		content: "";
	}
	#header .inner #headUtilityBlock .iconLink01 {
		display: none;
	}
	#headBoxOverlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 120%;
		background: rgba(255, 255, 255, 0.9);
		z-index: 1100;
	}


	/* navigation
	-------------------------------- */
	#navigation {
		display: none;
	}


	/* megaMenuArea
	-------------------------------- */
	.megaMenuArea {
		display: none;
	}
	
	
	/* container
	-------------------------------- */
	#container { /*250220 新デザイン対応修正*/
		margin-top: 90px !important;
	}
	
	
	/* main
	-------------------------------- */
	#main {
	}
	
	
	/* content
	-------------------------------- */
	#content {
		width: 100%;
	margin: 0 auto 25px;
	}
	#content .notesSection {
		margin-bottom: -25px;
	}
		
	
	/* footer
	-------------------------------- */
	#footer {
		padding: 0 0 30px;
		border-top: solid 1px #cccccc;
		border-bottom: solid 8px #e50212;
	}
	#footer .inner {
		width: 100%;
		margin: 0 auto;
	}
	#footer #footUtilityBlock {
		padding: 0 16px;
	}
	#footer #footUtilityBlock .utilityList01 {
		float: none;
		margin-top: 20px;
		text-align: center;
		letter-spacing: -.40em;
	}
	#footer #footUtilityBlock .utilityList01 li {
		display: inline-block;
		float: none;
		margin: 0 7px;
		letter-spacing: normal;
	}
	#footer #footUtilityBlock .utilityList01 li:first-child {
		margin-left: 0;
	}
	#footer #footUtilityBlock .utilityList01 li img {
		width: 32px;
		height: 32px;
	}
	#footer #footUtilityBlock .utilityList02 {
		float: none;
		margin-top: 20px;
		border-top: solid 1px #cccccc;
		border-left: solid 1px #cccccc;
		display: flex;	/*221228*/
		flex-wrap: wrap;	/*221228*/
	}
	#footer #footUtilityBlock .utilityList02 li {
		position: relative;
		float: left;
		display: table;
		width: 50%;
		margin-right: 0;
		padding: 0;
		border-right: solid 1px #cccccc;
		border-bottom: solid 1px #cccccc;
		line-height: 1.1;
	}
	#footer #footUtilityBlock .utilityList02 li:after {
		display: none;
	}
	#footer #footUtilityBlock .utilityList02 li:last-child {
		margin-right: 0;
		padding-right: 0;
	}
	#footer #footUtilityBlock .utilityList02 li:last-child:after {
		display: none;
	}
	#footer #footUtilityBlock .utilityList02 li a {
		display: table-cell;
		height: 35px;
		padding: 10px 10px;
		color: #000000;
		font-size: 1.2rem;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
	}
	#footer #tradeName {
		margin: 20px 16px 0;
		font-size: 1.2rem;
	}
	#footer #association {
		margin: 5px 16px 0;
		font-size: 1.2rem;
	}
	#footer #copy { /*161110修正*/
		display: block;
		margin: 5px 16px 0;
		font-size: 1.2rem;
	}
	#footer .footerSiteLogo { /*161110修正*/
		display: block; 
		width: 213px;
		margin: 20px auto -10px auto;
	}
	#footer .footerSiteLogo img {
		width: 100%;
	}

	#footer #footUtilityBlock02 .utilityCol01 {
		float: none;
		width: 100%;
	}
	#footer #footUtilityBlock02 .utilityCol02 {
		float: none;
		width: 100%;
		padding: 0 15px;
	}
	#footer #footUtilityBlock02 .utilityCol02 .riskBlock { /*161110修正*/
		margin-top: 15px;
		padding: 15px 15px 15px 70px;
		background: #edf6fb url(/common/img/footer_ic04.png) no-repeat 20px 50%;
		background-size: 30px auto;
	}
	#footer #footUtilityBlock02 .utilityCol02 .riskBlock .link { /*161110修正*/
		font-size: 18px;
		font-size: 1.8rem;
	}
	#footer #footUtilityBlock02 .utilityCol02 .riskBlock .text { /*161110修正*/
		margin-top: 2px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	
	
	/* pageTopBtn
	-------------------------------- */
	#pageTopBtn {
		display: none;
		position: fixed;
		bottom: 16px;
		right: 16px;
		z-index: 9999;
	}
	#pageTopBtn a {
		display: block;
		width: 56px;
		height: 56px;
		background: url(/common/img/footer_bt01.png) no-repeat 0 0;
		text-indent: -9999px;
	}
	#pageTopBtn a:hover {
		-ms-filter: "alpha(opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	


}

@media print {
	#pageTopBtn {
		display: none !important;
	}
	#headerContent.fixed {
		position: static;
	}
	#header.fixed {
		position: static;
	}

}


/* clearfix */
#header .inner:after,
#header .inner .siteLogoBlock:after,
#header .inner #headUtilityBlock #utilityList01:after,
#header .inner #headUtilityBlock #utilityList02:after,
#header .inner #headUtilityBlock #utilityList03:after,
#header .inner #headUtilityBlock #utilityList03 ul:after,
#header .inner #headUtilityBlock #utilityList03 > li.menuType .body .menuList02:after,
#navigation #globalNavi ul:after,
.megaMenuArea .megaMenuBox dd:after,
.megaMenuArea .megaMenuBox dd .memuList:after,
.megaMenuArea .megaMenuBox dd .memuList p a:after,
.megaMenuArea #megaMenu03 dd .photoList:after,
.megaMenuArea #megaMenu04 dd .specialContents .specialBannerList:after,
.megaMenuArea #megaMenu05 .searchBox form:after,
.contentsSearch .searchBox form:after,
#footer #footUtilityBlock:after,
#footer #footUtilityBlock .utilityList01:after,
#footer #footUtilityBlock .utilityList02:after,
#footer #footUtilityBlock02:after {
	content : "";
	display : block;
	clear : both;
}

/* 190116セミナーページ用ヘッダー（外部業者用） */
.semHeading {
	display: table-cell;
	width: 1%;
	height: 180px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	background: #CCCCCC url(/common/img/sem_bg01.jpg) no-repeat 50% 0;
}
.semHeading .mainHeading {
	color: #ffffff;
	font-size: 36px;
	font-size: 3.6rem;
}
.semHeading .mainHeading > span {
	display: inline-block;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.semHeading.c2 .mainHeading > span{
	color:#333333;
	text-shadow:none;
}
.semHeading p { /*161110修正*/
	margin-top: 12px;
	color: #ffffff;
	font-size: 18px;
	font-size: 1.4rem;
	font-weight: bold;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 640px) {
	.semHeading {
		height: 120px;
		padding: 0 10px;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.semHeading .mainHeading {
		font-size: 18px;
	}
	.semHeading p {
		margin-top: 3px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.3;
	}
}
/* end of 190116 */

/* 220121 siteLogoBlock追加 */
#header .inner .siteLogoBlock .inner {
	display: flex;
}
#header .inner .siteLogoBlock .inner .namlogo {
	padding-top: 25px;
}
#header .inner .siteLogoBlock .inner .giflogo {
    padding-top: 10px;
    padding-left: 10px;
}
#header .inner .siteLogoBlock .inner .giflogo img {
    height:56px; width:75px;
}
@media only screen and (min-width: 1024px) {
	#headerContent.fixed #header .inner .siteLogoBlock .inner .namlogo,
	#headerContent.fixed #header .inner .siteLogoBlock .inner .giflogo {
		display: none;
	}
}
@media only screen and (max-width: 1023px) {
    #header .inner .siteLogoBlock .inner .namlogo {
        padding-top: 5px;
        padding-left: 10px;
    }
    #header .inner .siteLogoBlock .inner .giflogo {
        padding-top: 0;
        padding-left: 5px;
    }
    #header .inner .siteLogoBlock .inner .namlogo img {
        height: 38px; width: 271px;
    }
    #header .inner .siteLogoBlock .inner .giflogo img {
        height: 40px; width: 53px;
    }
}
@media only screen and (max-width: 480px) {
    #header .inner .siteLogoBlock .inner .namlogo {
        padding-top: 5px;
        padding-left: 6px;
    }
    #header .inner .siteLogoBlock .inner .namlogo img {
        height: auto; width: 210px;
    }
}

/* 240408 Nダイレクト用 */
#footer.foot {background-color: #f4f4f4; border-top: none; border-bottom: none; padding-bottom: 0; }
#footer.foot .inner {padding: 15px 0 30px;}
#footer.foot .copyright {display: flex;align-items: center; justify-content: center; background-color: #ffffff;}
#footer.foot .copyright p { max-width:1024px; padding: 20px 10px; margin-top:0; font-size: 1.4rem}
@media screen and (max-width: 640px) {
	#footer.foot .copyright p { font-size: 1.2rem;}
}

/*20240322追加 グローバルナビ（Nダイレクト）*/
#navigation #globalNavi > ul > li.ndirect > p > a {padding-bottom: 7px;}
#navigation #globalNavi > ul > li.ndirect > p.general {margin: 0 auto;    text-align: center;    display: table;    width: 100%;}
#navigation #globalNavi > ul > li.ndirect > p.upside {display: none;}
#headerContent.fixed #navigation #globalNavi > ul > li.ndirect > p.general {display: none;}
#headerContent.fixed #navigation #globalNavi > ul > li.ndirect > p.upside {margin-top: 0;    display: table;    width: 100%;}


/*250220追加 新デザイン対応*/
@media (min-width: 640px) {
    #container:not(.before_icon) {
        margin-bottom: -60px;
    }
}
@media only screen and (max-width: 1023px) {
    #container:not(.before_icon) {
        margin-bottom: -40px;
    }
}
@media (min-width: 1024px) {
    #container:not(.before_icon) {
        margin-bottom: -90px;
    }
}