﻿

/* ==========================================
 tablet
========================================== */

@media only screen and (min-width: 641px) and (max-width: 980px) {

/* Base Setting
------------------------------------------ */
body,
input[type="text"],
input[type="submit"],
textarea,
select {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Wrap
------------------------------------------ */
#header .wrap,
#navGlobal .wrap,
#contact .wrap,
#pageTopWrap .wrap,
#footer .wrap {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Header
------------------------------------------ */
#header {
	height: 158px;
	border-bottom: 1px solid #d9d9d9;
}
#header.presetDc {
	height: auto;
	padding: 0 10px;
	border-bottom: 1px solid #d9d9d9;
}


/* headerLogo01 */
#headerLogo01 > .wrap {
	position: relative;
}
#headerLogo01 h1 {
	position: absolute;
	top: 40px;
	left: 10px;
}
#header.presetDc #headerLogo01 h1 {
	top: 0;
	left: 0;
}
#headerLogo01 h1 a {
	position: relative;
	display: block;
	width: 238px;
	height: 108px;
}
#headerLogo01 h1 .logo01,
#headerLogo01 h1 .logo02 {
	position: absolute;
}
#headerLogo01 h1 .logo01 {
	top: 0;
	left: 0;
}
#headerLogo01 h1 .logo02 {
	right: 0;
	bottom: 14px;
}

/* 20230306’Ç‰Á */
/* headerLogo100th */
#headerLogo100th > .wrap {
	position: relative;
}
#headerLogo100th h1 {
	position: absolute;
	top: 40px;
	left: 10px;
}
#header.presetDc #headerLogo100th h1 {
	top: 0;
	left: 0;
}
#headerLogo100th h1 a {
	position: relative;
	display: block;
	width: 342px;
	height: 108px;
}
#headerLogo100th h1 .logo100th_00,
#headerLogo100th h1 .logo100th_01,
#headerLogo100th h1 .logo100th_02 {
	position: absolute;
}
#headerLogo100th h1 .logo100th_00 {
	top: 0;
	left: 0;
}
#headerLogo100th h1 .logo100th_01 {
	top: 0;
	left: 104px;
}
#headerLogo100th h1 .logo100th_02 {
	right: 0;
	bottom: 14px;
}
/* 20230306•Â‚¶ */

/* headerLink01 */
/* headerUtility01 */
#headerLink01 > .wrap,
#headerUtility01 > .wrap {
	padding: 0 10px;
	box-sizing: border-box;
}

/* headerLink01 */
#headerLink01 {
	height: 30px;
	padding: 5px 0;
	background-color: #f3f3f3;
}
#headerLink01 .inner01 {
	letter-spacing: -0.4em;
	text-align: right;
}
#headerLink01 .inner01 > ul {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
#headerLink01 .inner01 > ul > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: normal;
}
#headerLink01 .inner01 > ul.link01 {
	float: left;
}
#headerLink01 .inner01 > ul.link02 {
	float: right;
}
#headerLink01 .inner01 > ul.link01 > li {
	margin: 0 0 0 25px;
}
#headerLink01 .inner01 > ul.link01 > li:first-child {
	margin-left: 0;
}
#headerLink01 .inner01 > ul.link01 > li > a {
	color: #4f4f4f;
}
#headerLink01 .inner01 > ul.link01 > li > a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: 0 0 0 5px;
	background-image: url(https://jp.nipponstk.top/common/img/link_ic01_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
	vertical-align: middle;
}
#headerLink01 .inner01 > ul.link02 {
	margin: 0 0 0 25px;
}
#headerLink01 .inner01 > ul.link02 > li {
	padding: 0 14px;
	border-left: 1px solid #d9d9d9;
}
#headerLink01 .inner01 > ul.link02 > li:first-child {
	padding-left: 0;
	border-left: none;
}
#headerLink01 .inner01 > ul.link02 > li:last-child {
	padding-right: 0;
}

/* headerUtility01 */
#headerUtility01 {
	margin: 15px 0 0 0;
}
#headerUtility01 .inner01 {
	letter-spacing: -0.4em;
	text-align: right;
}
#headerUtility01 .inner01 > * {
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	letter-spacing: normal;
	white-space: nowrap;
	text-align: left;
}
#headerUtility01 .inner01 > *:first-child {
	margin-left: 0;
}

/* headerSearch01 */
#headerSearch01 {
	position: relative;
	padding: 5px;
	width: 218px;
	height: 73px;
	background-color: #f3f3f3;
}
#headerSearch01 .input01 {
	width: 100%;
	height: 34px;
	padding: 0 10px;
	box-sizing: border-box;
	border: 1px solid #cecece;
	border-radius: 4px;
	font-size: 14px;
	font-size: 1.4rem;
}
#headerSearch01 .input01::-webkit-input-placeholder {
	color: #b6b6b6;
}
#headerSearch01 .input01:-ms-input-placeholder {
	color: #b6b6b6;
}
#headerSearch01 .input01::-moz-placeholder {
	color: #b6b6b6;
}
#headerSearch01 .input02 {
	-webkit-appearance: none;
	height: 34px;
	margin: 0;
	padding: 5px 10px;
	box-sizing: border-box;
	background-color: #989898;
	border: none;
	border-top: 1px solid #c2c2c2;
	border-radius: 4px;
	color: #ffffff;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	cursor: pointer;
	display: block;
	width: 106px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}
#headerSearch01 .input02:last-child {
	margin-right: 0;
}
#headerSearch01 .input01,
#headerSearch01 .input02 {
	transition: all 0.3s ease 0s;
}
#headerSearch01 .input01:hover,
#headerSearch01 .input02:hover {
	background-color: #cecece;
	color: #333333;
}
#headerSearch01 form + form .input02 {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

/* headerLogin01 */
#headerLogin01 {
	width: 145px;
}
#headerLogin01 .btn01 > dl,
#headerLogin01 .btn01 > dl > dt,
#headerLogin01 .btn01 > dl > dd {
	display: block;
}
#headerLogin01 .btn01 > dl {
	padding: 7px 0;
}
#headerLogin01 .btn01 > dl > dt,
#headerLogin01 .btn01 > dl > dd {
	padding-right: 10px;
	padding-left: 10px;
}
#headerLogin01 .btn01 > dl > dd {
	text-align: center;
}
#headerLogin01 .headerLinkTb > ul > * > a,
#headerLogin01 .headerLinkTb > ul > * > a:before {
	transition: all 0.3s ease 0s;
}
#headerLogin01 .headerLinkTb {
	z-index: 1;
	border: none;
}
#headerLogin01 .headerLinkTb > ul {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%;
	border: none;
}
#headerLogin01 .headerLinkTb > ul > * {
	display: block;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.2;
}
#headerLogin01 .headerLinkTb > ul > * > a {
	position: relative;
	display: block !important;
	padding: 5px 10px;
	color: #ffffff;
	text-decoration: none;
}
#headerLogin01 .headerLinkTb > ul > * > a:hover {
	background-color: #ff6974;
}
#headerLogin01 .headerLinkTb > ul > .netrd {
	padding-left: 0;
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 2px solid #fff;
	border-top: 1px solid #f18996;
	background: -moz-linear-gradient(top, rgba(229,40,63,1) 0%, rgba(192,0,23,1) 100%);
	background: -webkit-linear-gradient(top, rgba(229,40,63,1) 0%,rgba(192,0,23,1) 100%);
	background: linear-gradient(to bottom, rgba(229,40,63,1) 0%,rgba(192,0,23,1) 100%);
}
#headerLogin01 .headerLinkTb > ul > .application {
	font-size: 14px;
	font-size: 1.4rem;
	border-top: 1px solid #f18996;
	background: -moz-linear-gradient(top, rgba(229,40,63,1) 0%, rgba(192,0,23,1) 100%);
	background: -webkit-linear-gradient(top, rgba(229,40,63,1) 0%,rgba(192,0,23,1) 100%);
	background: linear-gradient(to bottom, rgba(229,40,63,1) 0%,rgba(192,0,23,1) 100%);
}
#headerLogin01 .headerLinkTb > ul > .application > a {
}
/*#headerLogin01 .headerLinkTb > ul > .application > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 11px;
	height: 15px;
	margin-top: -8px;
	background-image: url(/common/img/header_ic01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}*/
#headerLogin01 .headerLinkTb > ul > .application > a > em {
	display: block;
}
#headerLogin01 .headerLinkSp,
html.is-tablet #headerLogin01 .btn01 {
	display: none !important;
}
html.is-tablet #headerLogin01 .headerLinkTb {
	display: block !important;
}

/* headerMenu01 */
#headerMenu01 {
	display: none !important;
}

/* headerMenuSearch01 */
#headerMenuSearch01 {
	display: none !important;
}

/* #headerLogin  */
#headerLogin {
	display: none !important;
}



/* Global Menu
------------------------------------------ */
#menu,
#search {
	display: none;
}

/* Global Navigation
------------------------------------------ */
#navGlobal {
	position: relative;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
	border-bottom: 2px solid #bc9a13;
	z-index: 101;
}
#navGlobal > .wrap {
	position: relative;
}

/* nav01 */
#navGlobal .nav01 > li {
	float: left;
	display: table;
	width: 20%;
	border-right: 1px solid #d9d9d9;
	box-sizing: border-box;
}
#navGlobal .nav01 > li:first-child {
	border-left: 1px solid #d9d9d9;
}
#navGlobal .nav01 > li > a {
	position: relative;
	display: table-cell;
	padding: 15px 10px;
	box-sizing: border-box;
	vertical-align: middle;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	z-index: 1;
}
#navGlobal .nav01 > li:nth-child(3) > a {
	font-size: 15px;
	font-size: 1.5rem;
}
#navGlobal .nav01 > li > a:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	z-index: -1;
	transition: all 0.3s ease 0s;
	background: -moz-linear-gradient(top, rgba(243,243,243,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(243,243,243,1) 0%,rgba(255,255,255,1) 100%);
	pointer-events: none;
}
#navGlobal .nav01 > li.open > a {
	border: 2px solid #999999;
	border-top: none;
	border-bottom: none;
}
#navGlobal .nav01 > li.open > a > span:before,
#navGlobal .nav01 > li.open > a > span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
}
#navGlobal .nav01 > li.open > a > span:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #999999;
}
#navGlobal .nav01 > li.open > a > span:after {
	bottom: -3px;
	height: 3px;
	background-color: #ffffff;
	z-index: 2;
}
#navGlobal .nav01 > li > a:hover:before,
#navGlobal .nav01 > li.open > a:before {
	opacity: 1;
}

/* frame01 */
#navGlobal .frame01 {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 30px 27px 42px;
	box-sizing: border-box;
	background-color: #ffffff;
	border: 3px solid #999999;
}
#navGlobal .frame01 > *:first-child {
	margin-top: 0;
}

/* btn01 */
#navGlobal .btn01 {
	position: absolute;
	top: 27px;
	right: 27px;
}
#navGlobal .btn01 > a {
	display: inline-block;
	width: 85px;
	padding: 5px 0;
	background-color: #999999;
	border-radius: 2px;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}
#navGlobal .btn01 > a > span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 20px;
}
#navGlobal .btn01 > a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	background-image: url(https://jp.nipponstk.top/common/img/gnav_ic01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#navGlobal .btn01 > a:hover {
	background-color: #cecece;
	color: #333333;
}

/* hdg01 */
#navGlobal .hdg01 {
	margin: 0 115px 0 0;
	font-weight: bold;
	line-height: 1;
}
#navGlobal .hdg01 > a {
	display: inline-block;
	margin: 0 0 0 14px;
	padding: 0 0 0 14px;
	border-left: 1px solid #4f4f4f;
	font-weight: normal;
}

/* hdg02 */
#navGlobal .hdg02 {
	margin: 30px 0 0 0;
}
#navGlobal .hdg02 > a {
	display: block;
	padding: 10px 15px;
	background-color: #f3f3f3;
	border-radius: 20px;
}
#navGlobal .hdg02 > a > span {
	display: inline-block;
	min-height: 15px;
	padding: 0 0 0 25px;
	background-image: url(https://jp.nipponstk.top/common/img/link_ic03.png);
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	color: #333333;
	font-weight: bold;
}

/* link01 */
#navGlobal .link01 {
	margin: 30px 0 0 0;
	letter-spacing: -0.4em;
}
#navGlobal .hdg02 + .link01 {
	margin-top: 25px;
}
#navGlobal .link01 > li {
	display: inline-block;
	width: 22.45%;
	margin: 16px 3.4% 0 0;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	background-image: url(https://jp.nipponstk.top/common/img/link_ic03.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	background-size: 12px 12px;
	vertical-align: top;
	line-height: 1.2;
	letter-spacing: normal;
}
#navGlobal .link01 > li:nth-child(-n+4) {
	margin-top: 0;
}
#navGlobal .link01 > li:nth-child(4n) {
	margin-right: 0;
}

/* link02 */
#navGlobal .link02 {
	overflow: hidden;
	margin: 25px 0 0 0;
}
#navGlobal .link02 > li {
	float: left;
	width: calc(( 100% - 36px ) / 3 );
	margin: 18px 18px 0 0;
}
#navGlobal .link02 > li:nth-child(-n+3) {
	margin-top: 0;
}
#navGlobal .link02 > li:nth-child(3n) {
	margin-right: 0;
}
#navGlobal .link02 > li > a {
	transition: all 0.3s ease 0s;
}
#navGlobal .link02 > li > a:hover {
	opacity: 0.7;
}

/* Contents
------------------------------------------ */
.boxNews02 .frame01 > dt {
	width: 13%;
}
.boxNews02 .frame01 > dd {
	width: 85%;
	margin: 0 0 0 2%;
}

/* Contact
------------------------------------------ */
#contact {
	margin: 80px 0 0;
	background-color: #f3f3f3;
	color: #4f4f4f;
}
#contact > .wrap {
	position: relative;
	padding: 50px 10px 55px;
}
#pageTopWrap {
	margin-top: 30px;
}
#contact + #pageTopWrap {
	background: #f3f3f3;
	margin-top: 0;
}
#contactPagetop01 {
	margin-top: 0;
	margin-right: 10px;
	text-align: right;
}
#contactPagetop01 > a {
	display: inline-block;
	padding: 10px 20px;
	/*background-color: #999999;*/
	background-color: #938e84;
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
}
#contactPagetop01 > a > span {
	position: relative;
	display: inline-block;
/*	padding: 0 0 0 20px;*/
	padding: 0;
}
/*
#contactPagetop01 > a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 12px;
	height: 11px;
	margin-top: -6px;
	background-image: url(/common/img/contact_ic05.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% 100%;
}
*/

/* column01 */
#contact .column01 {
	display: table;
	width: 100%;
	height: auto;
}
#contact .column01 > * {
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
}
#contact .column01 > .col01 {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #e5283f;
}
#contact .column01 > .col02,
#contact .column01 > .col03 {
	float: left;
	display: block;
	padding: 10px 40px;
	background-color: #ffffff;
	width: 50%;
}
#contact .column01 > .col02 {
	padding: 10px;
}
#contact .column01 > .col03 {
	border-left: 2px solid #f3f3f3;
}

/* column02 */
#contact .column02 {
	margin: 0;
}
#contact .column02 > * {
	display: table;
	margin-top: 10px;
	background-color: #ffffff;
}
#contact .column02 > .col01 {
	float: none;
	width: 100%;
}
#contact .column02 > .col02 {
	float: none;
	width: 100%;
}
#contact .column02 > * > .inner01 {
	display: table-cell;
	box-sizing: border-box;
	height: 225px;
	padding: 20px 40px;
	vertical-align: middle;
	text-align: left;
}
#contact .column02 > * > .inner01 > section {
}
#contact .column02 > * > .inner01 > section > * {
	float: left;
	vertical-align: middle;
}
#contact .column02 > * > .inner01 > section > .txtArea {
	width: calc( 100% - 240px );
}
#contact .column02 > * > .inner01 > section > .btn02 {
	width: 220px;
	padding-left: 20px;
}

/* hdg01 */
#contact .hdg01 {
	color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

/* hdg02 */
#contact .hdg02 {
	font-weight: bold;
	line-height: 1.2;
}

/* hdg03 */
#contact .hdg03 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}

/* txt01 */
#contact .txt01 {
	margin: 15px 0 0;
	line-height: 1;
}
#contact .txt01 > dt > span {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	color: #000000;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
}
#contact .txt01 > dt > span img {
	margin-right: 10px;
}

#contact .txt01 > dd {
	margin: 5px 0 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}

/* txt02 */
#contact .txt02 {
	margin: 10px 0 0;
	letter-spacing: -0.4em;
	text-align: center;
}
#contact .txt02 > * {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
}
#contact .txt02 > dt {
	font-size: 12px;
	font-size: 1.2rem;
}
#contact .txt02 > dt:after {
	content: "ï¼š";
}
#contact .txt02 > dd {
	font-weight: bold;
}

/* txt03 */
#contact .txt03 {
	margin: 10px 0 0;
	font-size: 13px;
	font-size: 1.3rem;
}

/* btn02 */
#contact .btn02 {
	margin: 20px 0 0;
}
#contact .btn02 > li > a,
#contact .btn02 > li > a:before {
	transition: all 0.3s ease 0s;
}
#contact .btn02 > li > a {
	position: relative;
	display: block;
	padding: 15px 10px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	background-color: #f4f4f4;
	border-width: 1px;
	border-style: solid;
	border-color: #d9d9d9;
	color: #4f4f4f;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	z-index: 1;
}
#contact .btn02 > li > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
	z-index: -1;
}
#contact .btn02 > li > a > span {
	display: inline-block;
}
#contact .btn02 > li[class*="icn"] > a > span {
	position: relative;
}
#contact .btn02 > li[class*="icn"] > a > span:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#contact .btn02 > li.icn01 > a > span {
	padding: 0 0 0 30px;
}
#contact .btn02 > li.icn01 > a > span:before {
	width: 19px;
	height: 10px;
	margin-top: -6px;
	background-image: url(https://jp.nipponstk.top/common/img/contact_ic02.png);
}
#contact .btn02 > li.icn02 > a > span {
	padding: 0 0 0 35px;
}
#contact .btn02 > li.icn02 > a > span:before {
	width: 23px;
	height: 24px;
	margin-top: -12px;
	background-image: url(https://jp.nipponstk.top/common/img/contact_ic03.png);
}
#contact .btn02 > li.icn03 > a > span {
	padding: 0 0 0 30px;
}
#contact .btn02 > li.icn03 > a > span:before {
	width: 21px;
	height: 14px;
	margin-top: -9px;
	background-image: url(https://jp.nipponstk.top/common/img/contact_ic04.png);
}
#contact .btn02 > li > a:hover {
	border-color: #df273d;
}
#contact .btn02 > li > a:hover:before {
	opacity: 0;
}

#contact.presetDc .wrap {
	padding: 60px 10px 50px;
}
#contact.presetDc .linkListBtn01.inqBtn li {
	width: 48.3%;
	margin-right: 3.4%;
}
#contact.presetDc .colL01 {
	width: 33.3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact.presetDc .colL01:last-child {
	border-right: 0;
}
#contact.presetDc .linkListBtn01 li:first-child .linkBtn03 span::before {
	margin: -9px 0 0 0;
}
#contact.presetDc .linkListBtn01 li:nth-child(2) .linkBtn03 span::before {
	margin: -10px 0 0 0;
}
.numList dt {
	word-wrap: break-word;
}

/* Footer
------------------------------------------ */
/* footer01 */
#footer01 {
	padding: 50px 0;
	/*background-color: #999999;*/
	background-color: #938e84;
	color: #ffffff;
}
#footer01 > .wrap {
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


#footer01 .column.column01 {
	margin: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
}



#footer01 .column01 > .col01 {
/*float: left;*/
	width: 31.33333333%;
	margin: 0 2% 0 0;
}
#footer01 .column01 > .col02 {
	/*float: left;*/
	width: 66%;
}
#footer01 .column01 > .col03 {
/*	float: none;*/
	clear:both;
	/*width: 100%;*/
	width: 31.33333333%;
	margin: 40px 2% 0 0;
}
/*#footer01 .column01 > .col03 > .nav2nd > li {
	float: left;
	width: 32%;
	margin-right: 4%;
}
#footer01 .column01 > .col03 > .nav2nd > li:first-child {
	margin-top: 25px;
}
*/
#footer01 .column01 > .col04 {
	width: 31.33333333%;
	margin: 40px 2% 0 0;
}
#footer01 .column01 > .col05 {
	width: 31.33333333%;
	margin: 40px 2% 0 0;
}





#footer01 .column01 > * > *:first-child {
	margin-top: 0;
}

#footer01 .nav2nd > li {
	margin: 25px 0 0 0;
}
#footer01 .nav2nd > li:first-child {
	margin-top: 0;
}
#footer01 .nav2nd > li > a {
/*	display: block;*/
/*	padding: 10px 10px 10px 35px;*/
/*	background-color: #ffffff;*/
	/*background-image: url(https://jp.nipponstk.top/common/img/link_ic03.png);
	background-repeat: no-repeat;
	background-position: 13px 50%;*/
	/*color: #4f4f4f;*/
	display: inline-block;
	padding: 10px 10px 10px 15px;
	background-color: transparent;
	color: #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.2;
}

#footer01 .nav3rd {
	margin: 15px 0 0 15px;
}
#footer01 .nav3rd > li {
	position: relative;
	margin: 5px 0 0 0;
/*	padding: 0 0 0 15px;*/
	padding: 0;
}
/*
#footer01 .nav3rd > li:before {
	content: "";
	position: absolute;
	top: 0.6em;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #e5283f;
}
*/
#footer01 .nav3rd > li:first-child {
	margin-top: 0;
}
#footer01 .nav3rd > li > a {
	color: #ffffff;
	font-weight: bold;
}
#footer01 .nav3rd.col2 {
	overflow: hidden;
}
#footer01 .nav3rd.col2 > li {
	float: left;
	width: 48%;
	margin: 4% 4% 0 0;
	box-sizing: border-box;
}
#footer01 .nav3rd.col2 > li:nth-child(-n+2) {
	margin-top: 0;
}
#footer01 .nav3rd.col2 > li:nth-child(2n) {
	margin-right: 0;
}

#footer01 .nav4th {
	margin: 15px 0 0 15px;
}
#footer01 .nav4th > li {
	position: relative;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}
#footer01 .nav4th > li:before {
	content: "";
	position: absolute;
	top: 0.7em;
	left: 0;
	width: 5px;
	height: 1px;
	background-color: #ffffff;
}
#footer01 .nav4th > li:first-child {
	margin-top: 0;
}
#footer01 .nav4th > li > a {
	color: #ffffff;
	font-size: 14px;
	font-size: 1.4rem;
}
#footer01 .nav4th > li > a[target="_blank"] {
	vertical-align: middle;
}
#footer01 .nav4th > li > a[target="_blank"]:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 10px;
	margin: -1px 5px 0;
	background-image: url(https://jp.nipponstk.top/common/img/link_ic12_pc.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	vertical-align: middle;
}
#footer01 .nav3rd .nav4th {
	margin-top: 5px;
	margin-left: 0;
}

/* footer02 */
#footer02 {
	padding: 30px 10px;
	min-height: 137px;
	background-color: #ffffff;
	color: #4f4f4f;
}
#footer02 > .wrap {
	position: relative;
}

#footer02 .link01 {
	margin: 0 90px 0 0;
	padding: 5px 0 0 0;
	letter-spacing: -0.4em;
}
#footer02 .link01 > li {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 15px 0 0;
	padding: 0 15px 0 0;
	border-right: 1px solid #bebebe;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.1;
	letter-spacing: normal;
}
#footer02 .link01 > li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

#footer02 .column01 {
	margin: 20px 0 0 0;
}
#footer02 .column01 > .col02 {
	position: absolute;
	top: 0;
	right: 0;
}

#footer02 .txt01 > dl {
	overflow: hidden;
	margin: 5px 0 0 0;
}
#footer02 .txt01 > dl:first-child {
	margin-top: 0;
}
#footer02 .txt01 > dl > * {
	font-size: 12px;
	font-size: 1.2rem;
}
#footer02 .txt01 > dl > dt {
	float: left;
	width: 7em;
}
#footer02 .txt01 > dl > dd {
	overflow: hidden;
	position: relative;
	padding: 0 0 0 2em;
}
#footer02 .txt01 > dl > dd:before {
	content: "ï¼š";
	position: absolute;
	top: 0;
	left: 0;
}

/* footer03 */
#footer03 {
	padding: 25px 0 140px;
	background-color: #ffffff;
	border-top: 1px solid #d9d9d9;
}

/* footerCopyright01 */
#footerCopyright01 {
	color: #9e9e9e;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

/* Heading1
------------------------------------------ */
#heading1 {
	padding: 1px 0 0 0;
	background-color: #f4eed3;
}

/* breadcrumb */
#breadcrumb {
	margin: 10px 0 0 0;
}
#breadcrumb #breadcrumbList > dd > ol {
	overflow: hidden;
	margin: -5px 0 0 0;
	letter-spacing: -0.4em;
}
#breadcrumb #breadcrumbList > dd > ol > li {
	display: inline-block;
	margin: 5px 8px 0 0;
	padding: 0 16px 0 0;
	background-image: url(https://jp.nipponstk.top/common/img/breadcrumb_ic01.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 7px 5px;
	vertical-align: middle;
	line-height: 1;
	letter-spacing: normal;
}
#breadcrumb #breadcrumbList > dd > ol > li > a {
	color: #0060b5;
	font-size: 12px;
	font-size: 1.2rem;
}
#breadcrumb #breadcrumbList > dd > ol > li:last-child {
	margin-right: 0;
	padding-right: 0;
	background: none;
}
#breadcrumb #breadcrumbList > dd > ol > li:last-child > a {
	color: #333333;
}

/* heading1-01 */
.heading1-01 {
	padding: 20px 0 25px;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.2
	text-align: center;
}

/* Local Navigation
------------------------------------------ */
/* nav2nd */
#navLocal .nav2nd {
	border-bottom: 1px solid #e0e0e0;
}
#navLocal .nav2nd > li > a {
	display: block;
	padding: 15px 15px 15px 25px;
	background-color: #df273d;
	background-image: url(https://jp.nipponstk.top/common/img/link_ic04.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #ffffff;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 1.2;
}

/* nav3rd */
#navLocal .nav3rd > li {
	border-top: 1px solid #e0e0e0;
}
#navLocal .nav3rd > li:first-child {
	border-top: none;
}
#navLocal .nav3rd > li > a {
	display: block;
	padding: 15px 15px 15px 25px;
	background-color: #ffffff;
	background-image: url(https://jp.nipponstk.top/common/img/link_ic05.png);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #333333;
	line-height: 1.2;
	transition: all 0.3s ease 0s;
}
#navLocal .nav3rd > li > a:hover {
	background-color: #fbd5dd;
}
#navLocal .nav3rd > li.open > a,
#navLocal .nav3rd > li.on > a {
	font-weight: bold;
}
#navLocal .nav3rd > li.open > a {
	color: #df273d;
	background-image: url(https://jp.nipponstk.top/common/img/link_ic06.png);
	background-position: 8px 50%;
}

/* nav4th */
#navLocal .nav4th {
	display: none;
}
#navLocal .nav3rd > li.open > .nav4th,
#navLocal .nav3rd > li.on > .nav4th {
	display: block;
}
#navLocal .nav4th > li {
	border-top: 1px solid #e0e0e0;
}
#navLocal .nav4th > li > a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 35px;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	transition: all 0.3s ease 0s;
}
#navLocal .nav4th > li > a:hover {
	background-color: #fbd5dd;
}
#navLocal .nav4th > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 25px;
	width: 5px;
	height: 1px;
	background-color: #333333;
}
#navLocal .nav4th > li.open > a {
	color: #df273d;
	font-weight: bold;
}
#navLocal .nav4th > li.on > a {
	padding: 8px 10px 8px 35px;
	background-color: #df273d;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#navLocal .nav4th > li.on > a:before {
	background-color: #ffffff;
}

/* nav5th */
#navLocal .nav5th {
	display: none;
}
#navLocal .nav4th > li.open > .nav5th,
#navLocal .nav4th > li.on > .nav5th {
	display: block;
}
#navLocal .nav5th > li {
	border-top: 1px solid #e0e0e0;
}
#navLocal .nav5th > li > a {
	position: relative;
	display: block;
	padding: 10px 10px 10px 45px;
	background-color: #ffffff;
	color: #333333;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
	transition: all 0.3s ease 0s;
}
#navLocal .nav5th > li > a:hover {
	background-color: #fbd5dd;
}
#navLocal .nav5th > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 35px;
	width: 3px;
	height: 3px;
	background-color: #333333;
	border-radius: 50%;
}
#navLocal .nav5th > li.on > a {
	padding: 8px 10px 8px 45px;
	background-color: #df273d;
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#navLocal .nav5th > li.on > a:before {
	background-color: #ffffff;
}

/* Contents
------------------------------------------ */
#content {
	margin: 30px 0 0 0;
}

/* main */
#main {
	display: block;
}
#dc .wrap {
	width: 100%;
	/*padding: 0 10px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hasNav #main {
	width: 720px;

	margin: 0 auto;    /* 左右自动外边距，居中 */
    float: none;
}
#main > *:first-child,
#main > section:first-child > *:first-child {
	margin-top: 0 !important;
}

/* aside */
#aside {
	float: left;
	width: 220px;
}


/* Display
------------------------------------------ */

/* pcNone */
.tabNone {
	display: none !important;
}
.pcNone.tabOnly {
	display: inline !important;
}

/* hacks
------------------------------------------ */
[class*="linkListBtnColumn"] > li,
.boxBanner01 > .inner01 > .txt01 > .listPoint01 > li,
.navAnchor02 .nav01.col5 > li,
.navAnchor02 .nav01.col4 > li,
.navAnchor02 .nav01.col3 > li {
	float: none;
}
[class*="linkListBtnColumn"],
.boxBanner01 > .inner01 > .txt01 > .listPoint01,
.navAnchor02 .nav01.col5,
.navAnchor02 .nav01.col4,
.navAnchor02 .nav01.col3 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

	/* javascript
------------------------------------------ */
.js__append {
	-webkit-animation: 0.8s ease 0s normal forwards 1 running jsAppend;
	animation: 0.8s ease 0s normal forwards 1 running jsAppend;
}
#js__createJsonDetail >*:first-child {
	margin-top: 0 !important;
}


/* ClearFix
------------------------------------------ */
.wrap:after,
.column:after,
.innerColumn:after,
#navGlobal .nav01:after,
[class*="linkListBtnColumn"]:after,
.boxTab01 .tab01 .nav01:after,
.slider:after,
.accountFormBtn:after,
.irInformationSearch:after,
.brandInformationSearch:after,
.fundTabNavList:after,
.accordionFrame01 .accordionLabel .hdgWrap01:after {
	content: "";
	display: block;
	clear: both;
}
.wrap,
.column,
.innerColumn,
#navGlobal .nav01,
[class*="linkListBtnColumn"],
.boxTab01 .tab01 .nav01,
.slider,
.accountFormBtn,
.irInformationSearch,
.brandInformationSearch,
.fundTabNavList,
.accordionFrame01 .accordionLabel .hdgWrap01 {
	min-height: 1%;
	zoom: 1;
}

}

/* ==========================================
 animation
========================================== */
@-webkit-keyframes jsAppend {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes jsAppend {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}