@charset "utf-8";
/**/
.pcOnly {
	
}
.spOnly {
	display: none;
}
.pcOnlyInline {
	
}
.spOnlyInline {
	display: none;
}

/*====================================================================
 Layout styles
====================================================================*/
.pcTextCenter {
	text-align: center;
}
body {

}
#wrapper {
	padding-top: 93px;
	padding-bottom: 25px;
}

#headerWraper {
	height: 93px;
}
#header {
}
#headerInner {
	height: 93px;
}

#header #groupLogo {
	width: 33.3%;
	vertical-align: top;
	padding-left: 23px;
	line-height: 1;
	padding-top: 20px;
}
#headerWraper #groupLogo img {
	width: auto; 
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	max-height: 22px;
}
#header #headerLogo {
	width: 33.3%;
	vertical-align: middle;
	padding: 0 20px;
	line-height: 1;
}
#headerWraper #headerLogo img {
	width: auto; 
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

#header #headerNavi {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	text-align: right;
	padding-right: 21px;
}
#naviWide {
	width: 100%;
	max-width: 400px;
	float: right;
	white-space: nowrap;
}


#searchToggleBtn ,
#gnaviToggleBtn {
	display: none;
}

.pagetopWrapper {
	position: fixed;
	right: 20px;
	bottom: 42px;
	opacity: 0;
	z-index: 100;
	transition-duration: .2s;
	transition-property: opacity;
}
.is-iPad .pagetopWrapper {
	bottom: 128px;
}
#footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 0 20px;
}
#footerInner {
	max-width: 1200px;
	margin: 0 auto;
}

#footerLink {
	float: left;
	padding: 5px 0;
}
.footerNoCategoryNavi li {
	display: inline-block;
	margin-right: 25px;
}
.footerNoCategoryNavi li.spOnlyNavi {
	display: none;
}

#footerCopyright {
	float: right;
	text-align: right;
	padding-top: 7px;
}

/* #contents */

.col1Wide {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.col1Wide::after {
	content: "";
  clear: both;
  display: block;
}
/* #main */
#main {
	padding: 50px 0 60px;
}
.is-ja #main article p { /*add*/
	color: #333; /*add*/
	font-size: 1.7rem; /*add*/
	line-height: 1.8;  /*add*/
} /*add*/

.hasSideNavi.textPage {
	padding-top: 40px;
}
.hasSideNavi #main {
	float: left;
	width: 69.53%;
	padding-top: 0;
	padding-right: 40px;
}
.is-ja .hasSideNavi #main {
	width: 75%; /*changed 69.53%->75%*/ 
}
.hasSideNavi #sideNavi {
	float: right;
	width: 30.46%;
	padding-left: 40px;
	padding-bottom: 75px;
}
.is-ja .hasSideNavi #sideNavi {
	width: 25%; /*changed 30.46%->25%*/
}
.anchorPoint {
	padding-top: 125px;
	margin-top: -125px;
	display: block;
	visibility: hidden;
}
#main section,
#main .section {
	padding-top: 125px;
	margin-top: -125px;
	margin-bottom: 50px;
}
#main section > *:last-child,
#main .section > *:last-child {
	margin-bottom: 0 !important;
}
#main > section:last-of-type,
#main > .section:last-of-type {
	margin-bottom: 0 !important;
}
.col2Wrapper #main {
	float: left;
	width: 65.82%;
}
/* #sideNavi */
#sideNavi img {
	max-width: 100%;
	height: auto;
}

#main p ,
#main ul ,
#main ol {
	margin-bottom: 30px;
}
#main section > p:last-child ,
#main section > ul:last-child ,
#main section > ol:last-child,
#main .section > p:last-child ,
#main .section > ul:last-child ,
#main .section > ol:last-child  {
	margin-bottom: 0;
}
#main ul ul, #main ul ol, #main ol ul, #main ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
#main img {
	max-width: 100%;
	height: auto;
}
.is-ja #main img {
	max-width: 100%; /*changed 100%->700px*/
	height: auto;
	/*width: 100%; *//*add*/	
}
/* add */
.is-ja #main .multiColBlock img,
.is-ja #main .col2Block img,
.is-ja #main .col3Block img,
.is-ja #main .col4Block img,
.is-ja #main .col5Block img {
	max-width: 700px;
	width: 100%;
}
.is-ja #main img.maxW100 {
	max-width: 100%;
	width: auto;
}
#main img.imgWideFix {
	max-width: inherit;
	height: auto;
}

.floatImage .image {
	float: right;
	margin-left: 36px;
	margin-bottom: 20px;
}
.floatImage.left .image {
	float: left;
	margin-left: 0;
	margin-right: 35px;
}

.blockImage {
	margin-left: -18px;
	margin-right: -18px;
}
.blockImage .text {
	float: left;
	width: 60%;
	padding: 0 18px;
}
.blockImage .image {
	float: right;
	margin-bottom: 20px;
	width: 40%;
	padding: 0 18px;
}
.blockImage.left .text {
	float: right;
}
.blockImage.left .image {
	float: left;
}
.blockImage.w10Per .text {width: 90%;}
.blockImage.w10Per .image {width: 10%;}
.blockImage.w15Per .text {width: 85%;}
.blockImage.w15Per .image {width: 15%;}
.blockImage.w20Per .text {width: 80%;}
.blockImage.w20Per .image {width: 20%;}
.blockImage.w25Per .text {width: 75%;}
.blockImage.w25Per .image {width: 25%;}
.blockImage.w30Per .text {width: 70%;}
.blockImage.w30Per .image {width: 30%;}
.blockImage.w35Per .text {width: 65%;}
.blockImage.w35Per .image {width: 35%;}
.blockImage.w40Per .text {width: 60%;}
.blockImage.w40Per .image {width: 40%;}
.blockImage.w45Per .text {width: 55%;}
.blockImage.w45Per .image {width: 45%;}
.blockImage.w50Per .text {width: 50%;}
.blockImage.w50Per .image {width: 50%;}
.blockImage.w55Per .text {width: 45%;}
.blockImage.w55Per .image {width: 55%;}
.blockImage.w60Per .text {width: 40%;}
.blockImage.w60Per .image {width: 60%;}
.blockImage.w65Per .text {width: 35%;}
.blockImage.w65Per .image {width: 65%;}
.blockImage.w70Per .text {width: 30%;}
.blockImage.w70Per .image {width: 70%;}
.blockImage.w75Per .text {width: 25%;}
.blockImage.w75Per .image {width: 75%;}
.blockImage.w80Per .text {width: 20%;}
.blockImage.w80Per .image {width: 80%;}
.blockImage.w85Per .text {width: 15%;}
.blockImage.w85Per .image {width: 85%;}
.blockImage.w90Per .text {width: 10%;}
.blockImage.w90Per .image {width: 90%;}



.col2Block ,
.col3Block ,
.col4Block {
	margin-left: -20px;
	margin-right: -20px;
}
.col5Block {
	margin-left: -10px;
	margin-right: -10px;
}
.col2Block .column ,
.col3Block .column ,
.col4Block .column {
	float: left;
	padding: 0 20px;
	min-height: 1px;
}
.col5Block .column {
	float: left;
	padding: 0 10px;
	min-height: 1px;
}

.col2Block.narrow ,
.col3Block.narrow ,
.col4Block.narrow {
	margin-left: -10px;
	margin-right: -10px;
}
.col2Block.narrow .column ,
.col3Block.narrow .column ,
.col4Block.narrow .column {
	padding: 0 10px;
}
.col2Block .column {
	width: 50%;
}
.col3Block .column {
	width: 33.3%;
}
.col4Block .column {
	width: 25%;
}
.col5Block .column {
	width: 20%;
}

.multiColBlock {
	margin-left: -20px;
	margin-right: -20px;
}
.multiColBlock .column {
	float: left;
	width: 50%;
	padding: 0 20px;
	min-height: 1px;
}
.multiColBlock.narrow {
	margin-left: -10px;
	margin-right: -10px;
}
.multiColBlock.narrow .column {
	padding: 0 10px;
}

.col2Block .column.w10Per,
.col3Block .column.w10Per,
.col4Block .column.w10Per,
.col5Block .column.w10Per,
.multiColBlock .column.w10Per {width: 10%;}
.col2Block .column.w15Per,
.col3Block .column.w15Per,
.col4Block .column.w15Per,
.col5Block .column.w15Per,
.multiColBlock .column.w15Per {width: 15%;}
.col2Block .column.w20Per,
.col3Block .column.w20Per,
.col4Block .column.w20Per,
.col5Block .column.w20Per,
.multiColBlock .column.w20Per {width: 20%;}
.col2Block .column.w25Per,
.col3Block .column.w25Per,
.col4Block .column.w25Per,
.col5Block .column.w25Per,
.multiColBlock .column.w25Per {width: 25%;}
.col2Block .column.w30Per,
.col3Block .column.w30Per,
.col4Block .column.w30Per,
.col5Block .column.w30Per,
.multiColBlock .column.w30Per {width: 30%;}
.col2Block .column.w35Per,
.col3Block .column.w35Per,
.col4Block .column.w35Per,
.col5Block .column.w35Per,
.multiColBlock .column.w35Per {width: 35%;}
.col2Block .column.w40Per,
.col3Block .column.w40Per,
.col4Block .column.w40Per,
.col5Block .column.w40Per,
.multiColBlock .column.w40Per {width: 40%;}
.col2Block .column.w45Per,
.col3Block .column.w45Per,
.col4Block .column.w45Per,
.col5Block .column.w45Per,
.multiColBlock .column.w45Per {width: 45%;}
.col2Block .column.w50Per,
.col3Block .column.w50Per,
.col4Block .column.w50Per,
.col5Block .column.w50Per,
.multiColBlock .column.w50Per {width: 50%;}
.col2Block .column.w55Per,
.col3Block .column.w55Per,
.col4Block .column.w55Per,
.col5Block .column.w55Per,
.multiColBlock .column.w55Per {width: 55%;}
.col2Block .column.w60Per,
.col3Block .column.w60Per,
.col4Block .column.w60Per,
.col5Block .column.w60Per,
.multiColBlock .column.w60Per {width: 60%;}
.col2Block .column.w65Per,
.col3Block .column.w65Per,
.col4Block .column.w65Per,
.col5Block .column.w65Per,
.multiColBlock .column.w65Per {width: 65%;}
.col2Block .column.w70Per,
.col3Block .column.w70Per,
.col4Block .column.w70Per,
.col5Block .column.w70Per,
.multiColBlock .column.w70Per {width: 70%;}
.col2Block .column.w75Per,
.col3Block .column.w75Per,
.col4Block .column.w75Per,
.col5Block .column.w75Per,
.multiColBlock .column.w75Per {width: 75%;}
.col2Block .column.w80Per,
.col3Block .column.w80Per,
.col4Block .column.w80Per,
.col5Block .column.w80Per,
.multiColBlock .column.w80Per {width: 80%;}
.col2Block .column.w85Per,
.col3Block .column.w85Per,
.col4Block .column.w85Per,
.col5Block .column.w85Per,
.multiColBlock .column.w85Per {width: 85%;}
.col2Block .column.w90Per,
.col3Block .column.w90Per,
.col4Block .column.w90Per,
.col5Block .column.w90Per,
.multiColBlock .column.w90Per {width: 90%;}


.dateList li {
	display: table;
	width: 100%;
}
.dateList .dateT ,
.dateList .dateD {
	display: table-cell;
	vertical-align: top;
}
.dateList .dateT {
	width: 15.5rem;
	max-width: 300px;
}

.topCloseUp {
}
.topCloseUp .imageWrapper .spImage {
	display: none;
}
.topCloseUp .dataWrapper {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: -7.5%;
}
@media (min-width: 1200px) {
.topCloseUp .dataWrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
}
}
.topCloseUp .dataContainer {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.topCloseUp .dataContainer:before {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	right: 100%;
	bottom: 0;
	margin-right: 3px;
	background: url(/nf_global/wisdom/common/img/dots_gray.png) repeat right top;
	z-index: 2;
}
.topCloseUp .dataContainer:after {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	left: 100%;
	bottom: 0;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.topCloseUp .dataContainer .colorBase {
	padding: 10px 50px;
}
.topCloseUp .dataContainer .colorBase:before {
	content: '';
	width: 70px;
	height: 100%;
	position: absolute;
	left: -70px;
	bottom: 0;
	background: linear-gradient(to right bottom, rgba(0,0,0,0) 0, rgba(0,0,0,0.0) 49.8%, rgba(0,0,0,0.7) 50.3%, rgba(0,0,0,0.7) 100%);
}
.secondPageHeaderImage .topCloseUp .dataContainer .colorBase:before {
	width: 38px;
	left: -38px;
}
.topCloseUp p {
	font-size: 1.5rem;
}
.topCloseUp .itemCategory {
	font-size: 2.0rem;
}
.topCloseUp h1 {
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}

.topCloseUp h1.titleMiddle {
	font-size: 2.5rem !important;
}
.topCloseUp h1.titleSmall {
	font-size: 2.4rem !important;
}

.topicsColmn {
	margin: 0 -15px;
}
.topicsColmn .colmn {
	float: left;
	padding: 0 15px;
	width: 33.3%;
}
.topicsColmn .colmn.large {
	width: 66.6%;
}
.topicsColmn .colmn.col2 {
	width: 50%;
}
.topicsColmn .colmn ,
.topicsColmn .colmnSameMargin { margin-bottom: 30px; 
}
.colmn.large .topItem .descriptionBody h1 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.colmn.large .colmn.col2 .topItem .descriptionBody h1 {
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 0;
}
@media(max-width:700px){
.topItem .imageWrapper .shareLabel .number {
	right: 7px;
	bottom: 7px;
}
}

.otherSiteBanner {
	display: table;
	width: 100%;
	border: solid 1px #ccc;
	padding: 10px 10px;
	margin-bottom: 30px;
	table-layout: fixed;
}
.otherSiteBanner .siteLogo {
	display: table-cell;
	width: 20%;
	padding: 3% 5%;
	text-align: center;
	vertical-align: middle;
}
.otherSiteBanner .siteDetailText {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 1.3rem;
}
.profileBox {
	display: table;
	width: 100%;
	border: solid 1px #ccc;
	padding: 20px;
	margin-bottom: 30px;
	table-layout: fixed;
}
.profileBox .profilePhoto {
	display: table-cell;
	width: 28%;
	padding-right: 20px;
	text-align: center;
	vertical-align: top;
}
.profileBox .profileText {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 1.3rem;
}

figure.hasColumnCaption {
	margin-bottom: 0;
}

figure a.modal-01 figcaption:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	background: url(../img/icon_zoom.png) no-repeat left top;
	background-size: 100% auto;
	vertical-align: -10%;
}
figure a.noDecration {
	text-decoration: none;
}
figure a.noDecration .linkText {
	text-decoration: underline;
}
figure a.noDecration:hover .linkText {
	text-decoration: none;
}

/* new style 2017 09*/

#headerWraper {
	height: 90px;
}
#headerInner {
	height: 90px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
#headerWraper:lang(en),
#headerInner:lang(en) {
	height: 70px;
}
#header #headerLogo,
#header #groupLogo {
	display: inherit;
}
#wrapper {
	padding-top: 89px;
}
#wrapper:lang(ja) {
	padding-top: 90px;
}

/* header */
#header #groupLogo {
	padding-top: 0;
}
#headerWraper #groupLogo img {
	max-height: 20px;
}
#header #headerLogo {
	max-width: 360px;
	padding: 0 20px;
}
#header #headerLogo:lang(en) {
	max-width: 380px;
}
#header #headerLogo h1,
#header #headerLogo > div {
	width: 100%;
}
@media screen and (min-width: 1025px) {
	#header #headerLogo {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		top: 12px;
	}
	#header #headerLogo img {
		width: 320px
	}
	#header #headerLogo img:lang(en) {
		width: 100%;
	}
}
#header #headerNavi:lang(ja) {
	display: inherit;
	vertical-align: middle;
	text-align: center;
	padding-right: 0;
	width: auto;
}
#naviWide:lang(ja) {
	float: none;
}
.gnaviArea:lang(ja) {
	position: fixed;
	width: 100%;
	background: #57456f;
	top: 90px;
	z-index: 100;
	height: 36px;
	min-height: 36px;
}
#header #headerLinks:lang(ja) {
	display: block;
	vertical-align: middle;
	text-align: center;
	line-height: 1.0;
	max-width: auto;
	max-width: inherit;
	margin: 0 0 0 auto;
	padding-right: 70px;
}
#header #headerInner .iconLists:lang(ja) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding-top: 10px;
}
#header #headerInner .iconLists li:lang(ja) {
	display: inherit;
	width: auto;
	border: none !important;
	min-width: auto;
	min-width: inherit;
	padding: 0 15px;
}
#header #headerInner .iconLists li a:lang(ja) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1;
}

#header #headerInner .iconLists li a .icon:lang(ja) {
	min-height: 1%;
}
#header #headerInner .iconLists li a.flexRow .icon:lang(ja) {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
#header #headerInner .iconLists li a .text:lang(ja) {
	margin-top: 4px;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}
#header #headerInner .iconLists li a .small:lang(ja) {
	font-size: 1rem;
}
#header #headerInner .iconLists li a.flexRow:lang(ja) {
	-webkit-flex-direction: row;
	flex-direction: row;
}
#header #headerInner .iconLists li a.flexRow .text:lang(ja) {
	margin-top: 0;
	margin-left: 4px;
	line-height: 1.2;
}
#header #headerInner .iconLists li .toggleArrow:lang(ja) {
	padding-right: 12px;
	position: relative;
}
#header #headerInner .iconLists li .toggleArrow:lang(ja):after {
	position: absolute;
	top: -2px;
}
#header #headerInner .iconLists li .open .toggleArrow:lang(ja):after {
	top: 4px;
}
#headerNaviSP:lang(ja) {
	display: none;
	background: #2f2346;
	position: fixed;
	left: 0;
	top: 90px;
	z-index: 99;
	width: 100%;
	text-align: center;
}
#headerNaviSP .linksWrapper:lang(ja) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	align-content: center;
}
#header .followIcons:lang(ja) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}
#header .followIcons li:lang(ja) {
	height: 30px;
	margin: 0	7.5px;
}
@media screen and (min-width: 1025px) {
	#header #headerNaviSP .iconLists li.global:lang(ja),
	#header #headerNaviSP .iconLists li.myPage:lang(ja) {
		display: none !important;
	}
}
@media screen and (max-width: 1024px) {
	#header #groupLogo,
	#header #headerNavi {
		width: 30%;
	}
	#header #groupLogo {
		min-width: 200px;
	}
	#header #groupLogo a {
		width: 100%;
	}
	#header #headerLinks .iconLists li.global:lang(ja),
	#header #headerLinks .iconLists li.myPage:lang(ja) {
		display: none !important;
	}
}
#header #headerNaviSP .closeButton:lang(ja) {
	display: block;
	padding-top: 10px;
}
#header #headerNaviSP .closeButton:lang(ja) a {
	display: none;
}
#gnaviToggleBtn:lang(ja) {
	display: block;
	position: absolute;
	width: 80px;
	height: 70px;
	top: 10px;
	right: 0;
}
#gnaviToggleBtn a:lang(ja) {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	color: #fff;
	text-decoration: none;
}
#gnaviToggleBtn a .shape:lang(ja),
#gnaviToggleBtn a .shape:lang(ja):before,
#gnaviToggleBtn a .shape:lang(ja):after {
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background: #fff;
	left: 0;
	top: 7px;
	border-radius: 2px;
	transition-duration: .2s;
}
#gnaviToggleBtn.open a .shape:lang(ja) {
	margin-left: 5px;
	top: 3px;
}
#gnaviToggleBtn a .close:lang(ja) {
	opacity: 0;
	display: block;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 1;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 35px;
	left: 0;
	transition-duration: .2s;
	z-index: 100;
}
#gnaviToggleBtn.open a .close:lang(ja) {
	opacity: 1;
}
#gnaviToggleBtn.open a .shape:lang(ja), #gnaviToggleBtn.open a .shape:lang(ja):before, #gnaviToggleBtn.open a .shape:lang(ja):after {
	width: 30px;
}
#gnaviToggleBtn a .shape:lang(ja):before {
	content: '';
	top: 11px;
}
#gnaviToggleBtn a .shape:lang(ja):after {
	content: '';
	top: 22px;
}
#gnaviToggleBtn.open a .shape:lang(ja) {
	background: transparent;
}
#gnaviToggleBtn.open a .shape:lang(ja):before  {
	top: 11px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gnaviToggleBtn.open a .shape:lang(ja):after {
	top: 11px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gnaviArea ul:lang(ja) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	height: 36px;
}

.gnaviArea ul li:lang(ja) {
	float: none;
	width: auto !important;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.gnaviArea ul li:lang(ja):before,
.gnaviArea ul li:lang(ja):after {
	display: none !important;
}
.gnaviArea ul li a:lang(ja) {
	width: auto !important;
	height: 100% !important;
	display: inherit;
	padding: 7px 28px 6px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.gnaviArea ul li a span:lang(ja) {
	display: inherit;
	padding: 0;
}
.gnaviArea ul li a:lang(ja):before,
.gnaviArea ul li a:lang(ja):after {
	display: none !important;
}
.gnaviArea ul li.current a:lang(ja) {
	position: relative;
}
.gnaviArea ul li.current a:lang(ja):before {
	display: block !important;
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	background: #76161b;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 1024px) {
	.gnaviArea ul:lang(ja) {
		max-width: 100%;
		margin: 0 auto;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.gnaviArea ul li:lang(ja) {
		width: 16.66% !important;
		font-size: 1.2rem !important;
	}
	.gnaviArea ul li a:lang(ja) {
		width: 100% !important;
		padding: 8px 0 7px;
	}
}
/* article panel */
.shareLabel:lang(ja) {
	width: 24%;
	max-width: 56px;
	background: url(../img/share_label_l.png) no-repeat right bottom;
	background-size: 100% auto;
}
#wip_nextColmn .shareLabel.complete:lang(ja),
#wip_nextColmn2 .shareLabel.complete:lang(ja) {
	opacity: 0;
}
.isCategory #wip_nextColmn .shareLabel.complete:lang(ja),
.isCategory #wip_nextColmn2 .shareLabel.complete:lang(ja) {
	opacity: 1;
}
.shareLabel .number:lang(ja) {
	font-size: 12px;
}
.articleIndex:lang(ja) {
	max-width: 1350px;
	padding: 15px 20px 0 20px;
	margin: 0 auto;
}
.articleIndex img:lang(ja) {
	vertical-align: top;
}
.articleIndex #main:lang(ja) {
	position: relative;
}
.rightBox:lang(ja) {
	width: 25%;
	position: absolute;
	top: 0;
	right: 0;
	padding-left: 15px;
	padding-bottom: 30px;
}
.rightBox .colmn:lang(ja),
#pickups .colmnSameMargin .largeMargin:lang(ja) {
	margin-bottom: 15px !important;
}

.wisdomBnrTitle:lang(ja) {
	background: #8e82a8;
	margin-bottom: 0 !important;
	color: #fff !important;
	font-size: 1.7rem !important;
	padding: 14px 0 4px;
}
@media screen and (max-width: 1350px) and (min-width: 1025px) {
	.mailMagazinBanner.short .button:lang(ja), .appBanner.short .button, .conceptBanner .button:lang(ja) {
		font-size: 1.2vw;
		padding-left: 0;
		padding-right: 0;
	}
	.wisdomBnrTitle:lang(ja) {
		font-size: 1.2vw !important;
	}
}
@media screen and (max-width: 1024px) {
	.wisdomBnrTitle:lang(ja) {
		padding-left: 2.5%;
		padding-right: 2.5%;
		font-size: 1.4rem !important;
	}
}
.mailMagazinBanner:lang(ja),
.appBanner:lang(ja) {
	margin-bottom: 0 !important;
	display: block;
}
.mailMagazinBanner .innerCell:lang(ja),
.appBanner .innerCell:lang(ja) {
	border-radius: 0 !important;
}
.mailMagazinBanner img:lang(ja), .appBanner img:lang(ja), .conceptBanner img:lang(ja) {
	width: 100% !important;
}
.contentsInner:lang(ja) {
	width: 75%;
	margin: 0 auto 30px 0;
}
.topicsColmn:lang(ja) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -7.5px;
}
.topicsColmn .colmn:lang(ja) {
	float: none;
	padding: 0 7.5px;
	
}
.topItem:lang(ja) {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0;
	height: 100%;
}
.topItem .imageWrapper:lang(ja) {
	-webkit-order: 0;
	order: 0;
	min-height: 1%;
}
.labelNew:lang(ja) {
	display: block;
	width: 70px;
	height: 20px;
	background: #76161B;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	padding-top: 2px;
}
.labelPickup:lang(ja) {
	display: block;
    width: 70px;
    height: 20px;
    background: #76161B;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    padding-top: 0;
	font-weight: normal;
	padding-top: 2px;
}
/*.labelPickup:lang(ja) {
	display: block;
	width: 100%;
	height: 20px;
	background: #eb6e00;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.4rem;
	padding-top: 2px;
}*/
.topItem .dateWrapper:lang(ja) {
	position: static;
	-webkit-order: 1;
	order: 1;
	background: none;
	color: #353535;
	padding: 8px 0 2px;
	/*-webkit-flex: 1 1 auto;
	flex: 1 1 auto;*/
	height: auto !important;
}
#wip_nextColmn .topItem .dateWrapper:lang(ja),
#wip_nextColmn2 .topItem .dateWrapper:lang(ja) {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}
.topItem .descriptionBody:lang(ja) {
	padding: 8px 0 0;
}
#main .colmn .topItem .descriptionBody .itemCategory:lang(ja) {
	font-size: 1.4rem;
	line-height: 1.4;
	padding-top: 2px;
	margin-bottom: 2px !important;
}
.topItem .descriptionBody h1:lang(ja) {
	overflow: hidden;
	max-height: 3em;
	position: relative;
}
#wip_nextColmn .topItem .descriptionBody h1:lang(ja),
#wip_nextColmn2 .topItem .descriptionBody h1:lang(ja) {
	font-size: 1.4rem;
}
.topItem .descriptionBody h1.textOverflow:lang(ja):after {
	position: absolute;
	background: #fff;
	content: '…';
	display: block;
	right: 0;
	bottom: 1px;
	z-index: 1;
	color: #353535;
	width: 2.0em;
	padding-left: 0.1em;
}
.topItem .descriptionBody h1 a:lang(ja) {
	color: #353535;
	display: block;
	text-align: justify;
	text-justify: inter-ideograph;
}
.is-ja .topItem .descriptionBody h1 a:lang(ja) {
	text-decoration: none; /*add*/
}
#pickups .topItem:lang(ja) {
	padding-bottom: 10px;
	background: url(../img/dots_white.png) repeat left top;
	/*padding-top: 20px;*/
}
#pickups .topItem:lang(ja):before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 1%, rgba(186,192,216,1) 80%, rgba(186,192,216,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 1%,rgba(186,192,216,1) 80%,rgba(186,192,216,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 1%,rgba(186,192,216,1) 80%,rgba(186,192,216,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bac0d8',GradientType=1 );
	z-index: -1;
}
#pickups .topItem .descriptionBody h1.textOverflow:lang(ja):after {
	background: #BAC0D8;
}
#pickups .topItem .descriptionBody:lang(ja) {
	padding-right: 10px;
}
#pickups .topItem .dateWrapper:lang(ja) {
	padding-right: 10px;
}
#pickups .rankingBox ol li .linkText a:lang(ja) {
	position: relative;
	display: block;
}

#pickups .rankingBox ol li:lang(ja) {
	padding-left: 14px;
	padding-right: 20px;
}
.is-ja-top #pickups .rankingBox ol li:lang(ja) {
	padding-left: 2px;
	padding-right: 20px;
}
#pickups .rankingBox ol li .number:lang(ja) {
	min-width: 20px;
	width: 20px;
	padding: 0;
	line-height: 1 !important;
	font-size: 1.2rem;
}
.is-ja-top #pickups .rankingBox ol li .number:lang(ja) {
	font-size: 1.6rem;
}
#pickups .rankingBox ol li .linkText:lang(ja) {
	padding: 0 20px 0 14px;
	padding-right: 1em;
	position: relative;
	word-break: break-all;
	overflow: hidden;
	max-height: 1.5em;
	display: block;
	text-align: justify;
	text-justify: inter-ideograph;
}
#pickups .rankingBox ol li .linkText:lang(ja):after {
	position: absolute;
	content: '…';
	display: block;
	right: 0;
	bottom: -2px;
	z-index: 1;
	color: #000;
}

@media screen and (max-width: 1024px) {
	.rightBox:lang(ja) {
		width: 34%;
	}
	.contentsInner:lang(ja) {
		width: 66%;
	}
	.topicsColmn .colmn:lang(ja) {
		width: 50%;
	}
}
.col1Wide .contentsInner:lang(ja) {
	width: 100%;
}
.col1Wide .topicsColmn .colmn:lang(ja) {
	width: 33.33%;
}
.col1Wide .topicsColmn .colmn.large:lang(ja) {
	width: 66.66%;
}
#pickupsSP:lang(ja) {
	display: none;
}
.hasSideNavi #sideNavi:lang(ja) {
	padding-bottom: 0;
}
.is-iPad .hasSideNavi #sideNavi:lang(ja) {
	padding-bottom: 50px;
}

/* appli */

body.isYappli #header #groupLogo {
	opacity: 0 !important;
}

#header #siteSearch:lang(ja) {
	width: 100%;
	right: 0;
}
#header #siteSearch .inner:lang(ja) {
	padding: 13px 50px 14px;
}
#header #siteSearch .inputWrapper:lang(ja) {
	margin: 0 0 0 auto;
}
#header #siteSearch .closeButton:lang(ja) {
	display: none;
}

/*new style
------------------------------------------------------*/
.topicsColmnContentsInner .topItem .descriptionBody h1:lang(ja) {
	font-size: 1.4rem;
}
.topItem .imageWrapper.hasBorder {
	border: 1px solid #ccc;
}
.topItem .imageWrapper.hasBorder img{
	display: block
}
/*new style tab size 
------------------------------------------------------*/

@media (max-width: 1024px) {
	.hasSideNavi #main {
		padding-right: 30px;
	}
	.hasSideNavi #sideNavi {
		padding-left: 30px;
	}
}

/* add top probo */

.is-ja-top .pagetopWrapper {
	bottom: 110px;
}
.is-ja-top .rightBox:lang(ja) {
	padding-bottom: 80px;
}

#pickups .dateWrapper .label-tag {
	background: #fff;
}
#pickups .dateWrapper .label-tag:hover {
	background: #8e82a8;
}
.gnaviArea:lang(ja) {
	display: none;
}