@charset "utf-8";

/**/
/*====================================================================
 reset styles
====================================================================*/
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
embed,object {
	padding: 0;
	vertical-align: baseline;
	font-size: 100%;
	margin: 0;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
html {
	font-size: 62.5%; /* sets the base font to 10px for easier math */
}
html.large {
	font-size: 75%; /* sets the base font to 10px for easier math */
}
body {
	color: #000;
	font-size: 1.5rem;
}
* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.5rem;
	font-weight: normal;
	line-height: 1.5;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
p , li, dt, dd {
	font-size: 1.6rem;
	line-height: 1.7;
}
ul {
	list-style: none;
}
fieldset, img {
	border: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
table,th,td {
	padding: 0;
	font-size: 1.5rem;
	margin: 0;
}
tr {
	vertical-align: top;
}
caption, th {
	text-align:left;
}
hr {
	border: none;
	border-top: 1px solid #ccc;
	clear: both;
	display: block;
	height: 1px;
	margin: 0 0 20px;
	font-size: 0;
}

abbr, acronym {
	border: 0;
}
sup {
	vertical-align: 2px;
}
sub {
	vertical-align: bottom;
}
a:link,a:active,a:visited {
	text-decoration:underline;
}
a:link {
	color:#000;
}
a:visited {
	color:#000;
}
a:hover {
	color:#000;
	text-decoration:none;
}
a.hover , .hover a {
	text-decoration:none;
}
:placeholder-shown {
	color: #a4aab0; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
	color: #a4aab0; }

/* Firefox 18- */
:-moz-placeholder {
	color: #a4aab0; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
	color: #a4aab0; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
	color: #a4aab0; }
header, nav, article, aside, section, footer {
	display:block;
}

/*====================================================================
 Common class
====================================================================*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	overflow: hidden;
}
.noMargin {
	margin-bottom:0px !important;
}
.x-smallMargin {
	margin-bottom:5px !important;
}
.smallMargin {
	margin-bottom:10px !important;
}
.middleMargin {
	margin-bottom:15px !important;
}
.normalMargin {
	margin-bottom:20px !important;
}
.largeMargin {
	margin-bottom:30px !important;
}
.x-largeMargin {
	margin-bottom:40px !important;
}
.xx-largeMargin {
	margin-bottom:50px !important;
}
.xxx-largeMargin {
	margin-bottom:60px !important;
}
.xxxx-largeMargin {
	margin-bottom:70px !important;
}
.textXXX-small {
	font-size: 0.9rem !important;
}
.textXX-small {
	font-size: 1.0rem !important;
}
.textX-small {
	font-size: 1.1rem !important;
}
.textSmall {
	font-size: 1.2rem !important;
}
.textMiddle {
	font-size: 1.4rem !important;
}
.textLarge {
	font-size: 2.0rem !important;
	line-height: 1.5 !important;
}
.textX-large {
	font-size: 2.4rem !important;
	line-height: 1.5 !important;
}
.textXX-large {
	font-size: 3.0rem !important;
	line-height: 1.4 !important;
}
.textXXX-large {
	font-size: 3.6rem !important;
	line-height: 1.4 !important;
}
.textLeft {
	text-align: left !important;
}
.textCenter {
	text-align: center !important;
}
.textRight {
	text-align: right !important;
}
.textVTop {
	vertical-align: top !important;
}
.textVMiddle {
	vertical-align: middle !important;
}
.textVBottom {
	vertical-align: bottom !important;
}
.textBold {
	font-weight: bold;
}
.textNormal {
	font-weight: normal;
}
.textCaution {
	padding-left: 1em;
	text-indent: -1em;
}
.fadeimg {
}
ul.commonList {
	list-style: none;
	padding-left: 0;
}
ul.commonList li {
	padding-left: 20px;
	position: relative;
}
ul.commonList li:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 0.5em;
	margin-top: 1px;
	width: 4px;
	height: 4px;
	background: #2f2346;
	border-radius: 50%;
}
ul.subList li {
	padding-left: 20px;
	position: relative;
}
ul.subList li:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 0.5em;
	margin-top: 2px;
	width: 3px;
	height: 3px;
	background: #646e74;
	border-radius: 50%;
}
ol.numberList {
	list-style: decimal;
	padding-left: 25px;
}
ol.noNumberList {
	list-style: none;
	padding-left: 0;
}
ol.noNumberList li {
	list-style: none;
	padding-left: 2.2rem;
	text-indent: -2.2rem;
}
.colorBlack {
	color: #000 !important;
}
.colorRed { color: #76161b !important; 
}
.linkList li {
	padding-bottom: 5px;
}
a.textLink ,
.textLink a,
.textLink .noLink,
.linkList li a,
.linkList li .noLink {
	position: relative;
	padding-left: 28px;
	display: inline-block;
}
a.textLink:before ,
.textLink a:before ,
.textLink .noLink:before ,
.linkList li a:before,
.linkList li .noLink:before {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	overflow: hidden;
	border-top: solid 2px #3c3152;
	border-right: solid 2px #3c3152;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0.5px;
	left: 9px;
	top: 0.5em;
	margin-top: -3px;
	margin-left: -6px;
}
a.textLink.back:before ,
.textLink.back a:before ,
.textLink .noLink.back:before ,
.linkList li a.back:before,
.linkList li .noLink.back:before {
	transform: rotate(225deg);
	border-radius: 0.5px;
	left: 9px;
	top: 0.5em;
	margin-left: 1px;
}
a.textLinkWindow ,
.textLinkWindow a {
	position: relative;
	padding-left: 28px;
	display: inline-block;
}
a.textLinkWindow:before ,
.textLinkWindow a:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 2px;
	top: 0.5em;
	margin-top: -6px;
	background: url(../img/icon_window.png) no-repeat left top;
	background-size: 100% auto;
}
a.textLinkPDF ,
.textLinkPDF a {
	position: relative;
	padding-left: 28px;
	display: inline-block;
}
a.textLinkPDF:before ,
.textLinkPDF a:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 2px;
	top: 0.5em;
	margin-top: -6px;
	background: url(../img/icon_pdf.png) no-repeat left top;
	background-size: 100% auto;
}

ul.commonList li.textLink:before {
	display: none;
}
ul.commonList li.textLink a {
	margin-left: -25px;
}

ul li.textLinkPDF.hasThum {
	margin-bottom: 15px;
}
ul li.textLinkPDF.hasThum a:before {
	display: none;
}
ul li.textLinkPDF.hasThum .imgCell {
	display: table-cell;
	vertical-align: top;
	width: 62px;
}
ul li.textLinkPDF.hasThum .imgCell img {
	vertical-align: top;
	border: 1px solid #000;
}
ul li.textLinkPDF.hasThum .textCell {
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding-left: 34px;
}
ul li.textLinkPDF.hasThum .textCell:before {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 8px;
	top: 0.5em;
	margin-top: -4px;
	background: url(../img/icon_pdf.png) no-repeat left top;
	background-size: 100% auto;
}
@media screen and (max-width: 640px) {
	ul li.textLinkPDF.hasThum .textCell:before {
		top: 0.5em;
		margin-top: -4px;
	}
}
.normalLinkButton {
    display: inline-block;
    position: relative;
    border-radius: 50px;
    max-width: 100%;
    margin: 15px auto 0;
    padding: 18px 30px 16px 55px;
    font-size: 2.0rem;
    line-height: 1;
    background: #b3bee1;
    color: #002b62 !important;
    text-decoration: none;
    letter-spacing: 0.5px;
	text-decoration: none !important;
	transition-duration: .2s;
	transition-property: background;
}
.normalLinkButton:hover {
	text-decoration: none !important;
	background: #dbe0f1;
}
.normalLinkButton:before {
    content: '';
    position: absolute;
    width: 21px;
    height: 20px;
    overflow: hidden;
    border-top: solid 2px #002b62;
    border-right: solid 2px #002b62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 25px;
    top: 50%;
    margin-top: -11px;
    margin-left: -5px;
    border-radius: 0.5px;
	transition-duration: .2s;
}
.normalLinkButton:hover:before {
}

@media screen and (max-width: 640px) {	
.normalLinkButton {
    padding: 14px 15px 12px 45px;
}
.normalLinkButton:before {
    left: 15px;
}
}

/* block_skip */
.block_skip {
	z-index: 9999;
	overflow: visible;
	margin: 0;
	padding: 0;
	width: 100%;
}
.block_skip a {
	display: block;
	width: 100%;
	min-width: 600px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 1px;
	cursor: default;
	height: 0;
	margin-top: 0;
	overflow: hidden;
	position: absolute;
}
.block_skip a:hover {
	text-decoration: underline;
}
.block_skip a:focus {
	background: #666;
	color: #fff;
	height: 1.5em;
	padding: 0px 0;
	font-size: 90%;
	line-height: 1.8;
	cursor: pointer;
	position: relative;
}
.popup .block_skip a {
	min-width: inherit;
}
.reader {
	font-size: 1px !important;
	position: absolute;
	height: 1px;
	width: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
.ignore {
	display: none;
}
.analysis {
	display: none;
}

/*====================================================================
 Layout styles
====================================================================*/
body {

}
#wrapper {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

#headerWraper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	width: 100%;
	background: #2f2346;
}
#header {
}
#headerInner {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#header #groupLogo {
	display: table-cell;
}
#header #headerLogo {
	display: table-cell;
}
#header #headerLogo a {
	color: #000;
	text-decoration: none;
}

#header #headerNavi a {
	color: #fff;
}
#header #headerFollow {
	display: inline-block;
	vertical-align: middle;
	max-width: 95px;
	width: 40%;
	min-width: 95px;
	text-align: center;
	color: #fff;
	margin-right: 7.5%;
}
#header #headerFollow p {
	font-size: 1.3rem;
	margin-bottom: 6px;
	line-height: 1;
}
#header #headerFollow .followIcons li {
	float: left;
	text-align: center;
	width: 33.3%;
	padding: 0 1px;
}
#header #headerFollow .followIcons li:first-child {
	text-align: left;
	padding: 0 2px 0 0;
}
#header #headerFollow .followIcons li:last-child {
	text-align: right;
	padding: 0 0 0 2px;
}
#header #headerFollow .followIcons li img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/*@media screen and (max-width: 1100px) and (min-width: 641px){
	
	.hasSerch #header #headerFollow {
		max-width: auto;
		max-width: inherit;
		min-width: auto;
		min-width: inherit;
		width: 60px;
		display: inline-block;
		margin-right: 0;
	}
	.hasSerch #header #headerNavi {
		vertical-align: bottom !important;
		padding-bottom: 10px !important;
	}
	.hasSerch #headerGlobalLink {
		display: inline-block !important;
		margin-bottom: 3px !important;
		vertical-align: middle !important;
		margin-right: 10px !important;
	}
	.hasSerch #header #headerLinks {
		max-width: auto !important;
		max-width: inherit !important;
		display: block !important;
	}
	.hasSerch #header #headerLinks li {
		font-size: 1rem !important;
		min-width: 64px !important;
	}
	.hasSerch #header #headerLinks li a img {
		max-width: 30% !important;
	}
	#header #headerLinks li .toggleArrow:after {
		width: 7px !important;
		height: 7px !important;
	}
}

@media screen and (max-width: 840px) and (min-width: 641px){
	
	#header #headerFollow {
		max-width: auto;
		max-width: inherit;
		min-width: auto;
		min-width: inherit;
		width: 60px;
		display: inline-block;
		margin-right: 0;
	}
	#header #headerNavi {
		vertical-align: bottom !important;
		padding-bottom: 10px !important;
	}
	#headerGlobalLink {
		display: inline-block !important;
		margin-bottom: 3px !important;
		vertical-align: middle !important;
		margin-right: 10px !important;
	}
	#header #headerLinks {
		max-width: 80% !important;
		display: block !important;
		margin: 0 0 0 auto !important;
	}
	#header #headerLinks li {
		font-size: 1rem !important;
		min-width: 64px !important;
	}
	#header #headerLinks li a img {
		max-width: 30% !important;
	}
}*/


#header #headerLinks {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	line-height: 1.0;
	max-width: 60%;
	margin-left: -4px;
}
#header #headerLinks ul {
	display: table;
	width: 100%;
}
#header #headerLinks li {
	display: table-cell;
	width: 33.3%;
	min-width: 72px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #fff;
	position: relative;
	font-size: 1.2rem;
	line-height: 1.4;
}
#header #headerLinks li a {
	display: block;
	position: relative;
	text-decoration: none;
}
#header #headerLinks li a img {
	max-width: 100%;
	height: auto;
}
#header #headerLinks li.mailMagazine a img {
	margin-bottom: 4px;
}
#header #headerLinks li:first-child {
	border-left: solid 1px #fff;
}
@media screen and (max-width: 640px) {
#header #headerLinks li.mailMagazine {
	border-left: solid 1px #fff;
}
}

#header #headerLinks li .toggleArrow:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-left: 5px;
	line-height: 1;
	vertical-align: 15%;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#header #headerLinks li .open .toggleArrow:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	vertical-align: -15%;
}
#headerGlobalLink {
	font-size: 1rem;
	margin-top: -5px;
	margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
	#headerGlobalLink {
		margin: 0px auto 15px;
		font-size: 1.2rem;
	}
}
#header #siteSearch {
	position: absolute;
	display: none;
	top: 100%;
	right: 20px;
}
#header #siteSearch .inner {
	padding: 30px 50px;
	background: #dfdcea;
}
#header #siteSearch .inputWrapper {
	padding-right: 100px;
	width: 500px;
	position: relative;
}
#header #siteSearch .inputWrapper input {
	width: 100%;
	height: auto;
	min-height: 40px;
	border: solid 1px #333;
	padding: 3px 30px;
	font-size: 1.6rem;
	line-height: 1.4;
	vertical-align: top;
	background: #fff;
	border-radius: 0;
}
#header #siteSearch form {
	position: relative;
}
#header #siteSearch .buttonWrapper {
	position: absolute;
	width: 95px;
	top: 0;
	right: 0;
	cursor: pointer;
	line-height: 170%;
}
#header #siteSearch .searchButton {
	width: 95px;
	min-height: 40px;
	max-height: 100%;
	border-radius: 0;
	vertical-align: top;
	border: solid 1px #333;
	font-size: 1.6rem;
	background: #76161b;
	color: #fff;
}
#header #siteSearch .closeButton a ,
#header #headerNaviSP .closeButton a {
	display: block;
	padding: 5px;
	background: #56466f;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#header #siteSearch .closeButton a .closeIcon ,
#header #headerNaviSP .closeButton a .closeIcon {
	display: inline-block;
	margin-right: 12px;
	vertical-align: 0%;
	width: 11px;
	height: 11px;
	overflow: hidden;
	position: relative;
}
#header #siteSearch .closeButton a .closeIcon:before ,
#header #siteSearch .closeButton a .closeIcon:after ,
#header #headerNaviSP .closeButton a .closeIcon:before ,
#header #headerNaviSP .closeButton a .closeIcon:after {
	content: '';
	position: absolute;
	background: #fff;
	height: 1px;
	width: 16px;
	left: 50%;
	top: 5px;
	margin-left: -8px;
}
#header #siteSearch .closeButton a .closeIcon:before ,
#header #headerNaviSP .closeButton a .closeIcon:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 0px;
}
#header #siteSearch .closeButton a .closeIcon:after ,
#header #headerNaviSP .closeButton a .closeIcon:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -1px;
}
/*@media screen and (min-width: 641px){
#header #headerNaviSP {
	display: block !important;
	height: auto !important;
	overflow: visible !important;
}
}*/

#header #headerNaviSP .closeButton {
	display: none;
}


.pagetopWrapper .pagetop {
	background: #646e74;
	border-radius: 50px;
	padding: 17px 17px 13px 65px;
	position: relative;
	font-size: 1.3rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}
.pagetopWrapper .pagetop:hover {
	opacity: 0.7;
}
.pagetopWrapper .pagetop:before {
	content: '';
	position: absolute;
	width: 41px;
	height: 40px;
	overflow: hidden;
	border-top: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -10px;
	margin-left: 10px;
	border-radius: 0.5px;
}
#footer {
	background: #2f2346;
	color: #fff;
}
#footerLink ,
#footerLink * {
	line-height: 1;
}
#footerLink a {
	color: #fff;
}
.footerNoCategoryNavi li {
	font-size: 1.3rem;
}
.footerNoCategoryNavi li:last-child {
	margin-bottom: 0;
}
#footerCopyright {
	line-height: 1;
	font-size: 1.3rem;
	padding: 5px 0;
}
/* #contents */

.col1Wide {
	max-width: 1200px;
	margin: 0 auto;
}

/* #pankuzu */
#pankuzu {
	padding: 7px 0;
}
#pankuzu li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-right: 22px;
	margin-right: 12px;
	position: relative;
	font-size: 1.2rem;
}
#pankuzu li:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 6.5px;
	border: solid 1.5px #bcb4ce;
	border-bottom: 0;
	border-left: 0;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 2px;
	top: 0.5em;
	margin-top: 0px;
}
#pankuzu li.current ,
#pankuzu li:last-child {
	padding-right: 0;
	margin-right: 0;
	font-weight: bold;
}
#pankuzu li.current:after ,
#pankuzu li:last-child:after {
	display: none;
}
#pankuzu li a {
	color: #000;
}

h1 {
	font-size: 2.6rem;
	font-weight: bold;
}

/* #main */
#main {
	padding: 50px 0;
}
.anchorPoint {
	padding-top: 93px;
	margin-top: -93px;
	display: block;
	visibility: hidden;
}
#main section,
#main .section {
	padding-top: 93px;
	margin-top: -93px;
	margin-bottom: 50px;
}
#main section > *:last-child,
#main .section > *:last-child {
	margin-bottom: 0 !important;
}
#main > section:last-child ,
#main > section:last-of-type,
#main > .section:last-child ,
#main > .section:last-of-type {
	margin-bottom: 0 !important;
}


.headline1 {
	font-size: 2.6rem;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 5px;
}
.headline2 {
	font-size: 2.3rem;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: solid 1px #2f2346;
	margin-bottom: 25px;
}
.is-ja .headline2 {
	font-size: 2.8rem; /*changed 2.3rem->2.8rem*/
}
.headline3 {
	font-size: 2.0rem;
	font-weight: normal;
	padding-top: 10px;
	margin-bottom: 25px;
}
.headline4 {
	font-size: 1.8rem;
	margin-bottom: 12px;
}
.headline5 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}

#main p ,
#main ul ,
#main ol {
	margin-bottom: 30px;
	color: #555;
}
#main input[type=text] ,
#main input[type=password] ,
#main textarea {
	font-size: 1.6rem;
}
@media screen and (max-width: 640px) {	
#main input[type=text] ,
#main input[type=password] {
	width: 180px;
}
}
#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;
}
#main img.imgWideFix {
	max-width: inherit;
	height: auto;
}

.floatImage .image ,
.blockImage .image {
	text-align: center;
}

#main .tableWrapper {
	margin-bottom: 20px;
}
#main table {
	border-top: solid 1px #cdd0d5;
	border-left: solid 1px #cdd0d5;
	width: 100%;
	margin-bottom: 20px;
	color: #444;
}
#main .tableWrapper table {
	margin-bottom: 0;
}
#main table th ,
#main table td {
	border-bottom: solid 1px #cdd0d5;
	border-right: solid 1px #cdd0d5;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px;
}
#main table th {
	background: #edeef0;
}
#main table thead th {
	text-align: center;
}
#main table thead.bgColorS th ,
#main table th.bgColorS {
	background: #d0cfd6;
	color: #000;
}
#main table thead.bgColorS th {
	border-bottom: solid 1px #d0cfd6;
	border-right: solid 1px #edeef0;
}
#main table thead.bgColorS th:last-child {
	border-right: solid 1px #d0cfd6;
}

.dateListWrapper {
}
.dateList li {
	margin-bottom: 12px;
}

.descriptionList {
	display: table;
	margin-bottom: 20px;
}
.descriptionList .descriptionList {
	margin-bottom: 0;
	margin-top: 8px;
}
.descriptionList dl {
	display: table-row;
}
.descriptionList dl dt {
	display: table-cell;
	text-align: right;
	vertical-align: top;
	padding-bottom: 8px;
	padding-right: 1em;
	white-space: nowrap;
}
.descriptionList dl dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	padding-bottom: 8px;
}
.descriptionList dl:last-child > dt ,
.descriptionList dl:last-child > dd {
	padding-bottom: 0;
}

/*.toggleBox {
	margin-bottom: 20px;
}
.toggleBox .toggleLabel > a {
	position: relative;
	border: solid 1px #1f8748;
	padding: 8px 45px 6px 15px;
	min-height: 40px;
	display: block;
	color: #000;
	font-weight: bold;
}
.toggleBox .toggleLabel > a > .toggle {
	display: block;
	position: absolute;
	height: 32px;
	width: 32px;
	right: 3px;
	top: 50%;
	margin-top: -16px;
	background: #1f8748;
}
.toggleBox .toggleLabel > a > .toggle:before ,
.toggleBox .toggleLabel > a > .toggle:after {
	content: '';
	position: absolute;
	background: #fff;
	transition-duration: .2s;
	height: 2px;
	width: 16px;
	left: 8px;
	top: 50%;
	margin-top: -0.5px;
}
.toggleBox .toggleLabel > a > .toggle:after {
	-ms-transform: rotate(90deg) scale(1,1);
	-webkit-transform: rotate(90deg) scale(1,1);
	transform: rotate(90deg) scale(1,1);
}
.toggleBox .toggleLabel > a.open > .toggle:before {
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}
.toggleBox .toggleLabel > a.open > .toggle:after {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.toggleBox .toggleBody {
	background: #e7f2ef;
	padding: 0;
	display: none;
}
.toggleBox .toggleBody .bodyInner {
	padding: 10px 15px;
}
.toggleBox .toggleBody .bodyInner *:last-child {
	margin-bottom: 0 !important;
}*/

.topCloseUp {
	overflow: hidden;
	position: relative;
	color: #fff;
}
.topCloseUp a {
	color: #fff;
}

.topCloseUp {
	overflow: hidden;
	position: relative;
	color: #fff;
}
.topCloseUp .imageWrapper img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.topCloseUp .dataContainer .colorBase {
	background: #000;
	background: rgba(0,0,0,0.7);
	position: relative;
}

.topicsColmn .colmn.ready {
	display: none;
}
.topItem {
	position: relative;
	padding-bottom: 21px;
}
.topItem .imageWrapper {
	position: relative;
	transition-duration: .2s;
	transition-property: opacity;
}
.topItem.hover .imageWrapper {
	opacity: 0.7;
}
.topItem .imageWrapper img {
	width: 100%;
	vertical-align: bottom;
}
.shareLabel {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30%;
	max-width: 76px;
	height: 100%;
	background: url(../img/share_label.png) no-repeat right bottom;
	background-size: 100% auto;
	color: #FFF;
	text-align: right;
	opacity: 0;
	transition-duration: .1s;
}
.shareLabel.complete {
	opacity: 1;
}
.shareLabel .number {
	position: absolute;
	right: 9px;
	bottom: 9px;
	text-align: right;
}
@media screen and (min-width: 1200px) {
.topCloseUp .shareLabel {
	max-width: 100px;
}
.topCloseUp .shareLabel .number {
	right: 15px;
	bottom: 15px;
	font-size: 1.8rem;
}
}

@media screen and (min-width: 1200px){
.topCloseUp .dataContainer .colorBase {
    padding: 10px 50px;
}
}
@media screen and (min-width: 641px){
.topCloseUp .dataContainer .colorBase {
    padding: 10px 70px 10px 50px;
}
}
.topItem .descriptionBody {
	padding: 10px 5px;
}
.topItem .descriptionBody h1 {
	font-size: 1.6rem;
	font-weight: normal;
}
#main .colmn .topItem .descriptionBody p {
	font-size: 1.5rem;
	margin-bottom: 1rem !important;
}
.colmn .topItem .descriptionBody p:last-child {
	margin-bottom: 0 !important;
}
.topItem .dateWrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	/*top: 100%;
	margin-top: -40px;*/
	width: 100%;
	padding: 3px 10px 2px;
	background: #333;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.2;
}
.wisdomBnrTitle {
	text-align: center;
	margin-bottom: 5px !important;
	color: #000 !important;
	font-size: 2.0rem;
	line-height: 1.4;
}
#sideNavi .wisdomBnrTitle {
	font-size: 1.8rem;
}
.mailMagazinBanner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 5%;
	background: #8e82a8;
	transition-duration: .2s;
	transition-property: opacity;
	text-decoration: none !important;
}
.appBanner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 5%;
	background: #838cae;
	transition-duration: .2s;
	transition-property: opacity;
	text-decoration: none !important;
}
body.isYappli .appBanner {
	display: none !important;
}
.conceptBanner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	padding: 0;
	background: #8e82a8;
	transition-duration: .2s;
	transition-property: opacity;
	text-decoration: none !important;
}
.mailMagazinBanner img ,
.appBanner img,
.conceptBanner img {
	max-width: 100% !important;
	width: auto !important;
	height: auto;
	vertical-align: top;
}
.mailMagazinBanner.short ,
.appBanner.short {
	height: auto;
	padding: 2.5%;
}
.mailMagazinBanner.middle {
	height: auto;
}
.typeIEXPO .mailMagazinBanner {
	background: #8088ac;
}
.mailMagazinBanner:hover ,
.appBanner:hover,
.conceptBanner:hover {
	opacity: 0.7;
}
.mailMagazinBanner .innerCell {
	display: table-cell;
	padding: 12% 5%;
	background: #2f2346;
	text-align: center;
	vertical-align: middle;
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.5);
}
.typeIEXPO .mailMagazinBanner .innerCell {
	background: #002b62;
}
.appBanner .innerCell {
	display: table-cell;
	padding: 12% 5%;
	background: #002764 url(/nf_global/wisdom/common/img/item_app_bg.png) no-repeat left top;
	background-size: cover;
	text-align: center;
	vertical-align: middle;
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.5);
}
.conceptBanner .innerCell {
	display: table-cell;
	padding: 0 5% 5% 5%;
	background: #2f2346 url(/nf_global/wisdom/common/img/item_concept_bg.png) no-repeat left top;
	text-align: center;
	vertical-align: middle;
	box-shadow: 2px 2px 10px 1px rgba(0,0,0,0.5);
}
.mailMagazinBanner.short .innerCell ,
.appBanner.short .innerCell {
	padding: 0% 5% 3%;
	border-radius: 7px;
}
.mailMagazinBanner.middle .innerCell ,
.appBanner.middle .innerCell {
	padding: 2% 5% 5%;
}
.mailMagazinBanner.short img ,
.appBanner.short img {
	max-width: 77% !important;
}
.mailMagazinBanner .button,
.conceptBanner .button {
	display: block;
	position: relative;
	border-radius: 50px;
	max-width: 293px;
	margin: 15px auto 0;
	padding: 14px 35px 12px;
	font-size: 2.0rem;
	line-height: 1;
	background: #fff;
	color: #2f2346;
	text-decoration: none;
	letter-spacing: 4px;
	font-weight: bold;
}
.mailMagazinBanner .button:before,
.conceptBanner .button:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 20px;
	overflow: hidden;
	border-top: solid 1px #2f2346;
	border-right: solid 1px #2f2346;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 7%;
	top: 50%;
	margin-top: -11px;
	margin-left: -5px;
	border-radius: 0.5px;
}
.typeIEXPO .mailMagazinBanner .button:before {
	border-top: solid 1px #002b62;
	border-right: solid 1px #002b62;
}
.appBanner .button {
	display: block;
	position: relative;
	border-radius: 50px;
	max-width: 293px;
	margin: 15px auto 0;
	padding: 14px 35px 12px;
	font-size: 2.0rem;
	line-height: 1;
	background: #fff;
	color: #002764;
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
}
.appBanner .button:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 20px;
	overflow: hidden;
	border-top: solid 1px #2f2346;
	border-right: solid 1px #2f2346;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 7%;
	top: 50%;
	margin-top: -11px;
	margin-left: -5px;
	border-radius: 0.5px;
}
.mailMagazinBanner.short .button ,
.appBanner.short .button,
.conceptBanner .button {
	font-size: 1.5rem;
	padding: 7px 35px 5px;
}
.mailMagazinBanner.short .button ,
.appBanner.short .button,
.conceptBanner .button {
	margin: 0px auto 0;
}
.mailMagazinBanner.short .button:before ,
.appBanner.short .button:before,
.conceptBanner .button:before {
	width: 16px;
	height: 15px;
	margin-top: -9px;
	margin-left: -6px;
}
.addBanner {
	margin-top: 10px;
}

a.moreButton ,
a.moreButton {
	display: inline-block;
	background: #003f4c;
	border-radius: 50px;
	padding: 14px 75px 12px;
	position: relative;
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	letter-spacing: 5px;
}
.moreButton:hover {
	opacity: 0.7;
}
.moreButton:before {
	content: '';
	position: absolute;
	width: 41px;
	height: 40px;
	overflow: hidden;
	border-bottom: solid 2px #fff;
	border-left: solid 2px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	top: 50%;
	margin-top: -34px;
	margin-left: 11px;
	border-radius: 0.5px;
}
body:not(.is-ja) .rankingBox {
	background: #d7e8f0 url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	position: relative;
	overflow: hidden;
}
body:not(.is-ja) .rankingBox h1 {
	background: #006b7f url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 5px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.rankingBox .rankingBody {
	width: 100%;
	height: 100%;
	display: table;
	padding: 20px 0;
	position: relative;
	z-index: 2;
}
.rankingBox .rankingBody ol {
	display: table-cell;
	vertical-align: middle;
}
.rankingBox ol li {
	list-style: none;
	margin-bottom: 10px;
	display: table;
	width: 100%;
}
.rankingBox ol li:last-child {
	margin-bottom: 0;
}
.rankingBox ol li .number {
	display: table-cell;
	width: 25px;
	padding: 10px 0;
	vertical-align: middle;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #76161B;
	position: relative;
}
.is-ja .rankingBox ol li .number,
.is-ja-top .rankingBox ol li .number  {
	color: #002B69;
	background: none;
}
.rankingBox ol li .number:after {
	content: '';
	position: absolute;
	background: url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.is-ja .rankingBox ol li .number:after,
.is-ja-top .rankingBox ol li .number:after {
	display: none;
}
.rankingBox ol li .linkText {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: 0 20px;
}


.newsBox {
	background: #dbe0f1 url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	position: relative;
	overflow: hidden;
}
.is-ja .newsBox,
.is-ja .rankingBody,
.is-ja-top .newsBox,
.is-ja-top .rankingBody {
	background: #dbe0f1; 
}
.newsBox h1 {
	background: #002b62 url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	color: #fff;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 5px;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.is-ja .newsBox h1,
.is-ja-top .newsBox h1 {
	background: #002b62;
}
.newsBox .newsBody {
	width: 100%;
	height: 100%;
	display: table;
	padding: 20px 0;
	position: relative;
	z-index: 2;
}
.newsBox .newsBody ul {
	display: table-cell;
	padding: 0 20px;
	vertical-align: middle;
}
.newsBox ul li {
	list-style: none;
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
/* .is-ja .newsBox ul li a,
.is-ja-top .newsBox ul li a {
	text-decoration: none;
} */
.newsBox ul li:last-child {
	margin-bottom: 0;
}
.newsBox ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0.5rem;
	left: 12px;
	margin-top: 4px;
	width: 4px;
	height: 4px;
	overflow: hidden;
	background: #646e74;

}
.rankingBox .multiByte ,
.newsBox .multiByte {
	font-size: 2.0rem;
	line-height: 1.2;
	letter-spacing: 1px;
	padding: 10px;
}
.is-ja .rankingBox .multiByte ,
.is-ja .newsBox .multiByte,
.is-ja-top .rankingBox .multiByte ,
.is-ja-top .newsBox .multiByte {
	background: #002c62;
	text-align: center;
	color: #fff;
}
.is-ja-top .rankingBox .multiByte,
.is-ja .rankingBox .multiByte {
	background: #006b7f;
}
.is-ja-top .rankingBody,
.is-ja .rankingBody {
	background: #d7e8f0;
}
.rankingBox h1:after ,
.newsBox h1:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 171px;
	height: 297px;
	background: url(../img/box_reflection.png) repeat left top;
	background-size: 171px auto;
}

.is-ja .rankingBox h1:after ,
.is-ja .newsBox h1:after,
.is-ja-top .rankingBox h1:after ,
.is-ja-top .newsBox h1:after {
	display: none;
}

.secondPageHeaderImage {
	position: relative;
	margin-bottom: 60px;
}
.is-ja .secondPageHeaderImage {
	margin-bottom: 20px;    /*changed 60px->20px*/
}
.secondPageHeaderImage .imageWrapper img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.secondPageHeaderImage:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 40px;
	top: 100%;
	left: 0;
	background: url(../img/dots_blue.png) repeat left top;
	background-size: 20px;
}
.is-ja .secondPageHeaderImage:after {
	display: none;
}
#pageTitleWrapper {
	margin-bottom: 15px;
}
#pageTitleWrapper .pageCategory {
	font-size: 2.0rem;
	font-weight: normal;
	margin-bottom: 10px;
}
#pageTitleWrapper h1 {
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 30px;
}
.is-ja #pageTitleWrapper h1 {
	font-weight: bold; /*changed nomal->bold*/
	font-size: 3.6rem; /*add*/
}
#pageTitleWrapper .dateWrapper {
	padding: 3px 10px 2px;
	background: #333;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
}
.is-ja #pageTitleWrapper .dateWrapper {
	padding: 3px 0 3px; /*changed 3px 10px 2px -> 3px 0 3px*/
	background: #fff; /*changed #333->#fff*/
	color: #333;  /*changed #fff->#333*/
	display: inline-block; /*add*/
	margin-bottom: 5px; /*add*/
	font-size: 1.4rem;
	line-height: 1.2;
}
.g_social {
	margin-bottom: 60px;
}
.g_social_wrapper {
	margin-bottom: 50px;
}
@media screen and (min-width: 641px){
.g_social_wrapper #footerSNS {
	margin-bottom: -20px;
}
}

.g_social_wrapper .g_social {
	/*float: left;*/
	margin-bottom: 10px;
}
/*.g_social_wrapper .btnPrint {
	float: right;
	text-align: right;
	margin-bottom: 0 !important;
	margin-top: -5px;
}
.g_social_wrapper .btnPrint a {
	background: url(../img/icon_print.png) no-repeat left center;
	padding-left:26px;
	display: inline-block;
	min-height: 23px;
}
.g_social_wrapper #footerSNS + .btnPrint {
	display: none;
}*/
.g_social .g_twBtn ,
.g_social .g_fbBtn ,
.g_social .g_gglBtn ,
.g_social .g_lkiBtn,
.g_social .g_fbsBtn,
.g_social .g_lineBtn,
.g_social .g_mailBtn,
.g_social .g_printBtn {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
	line-height: 1;
}
.g_social .g_mailBtn a {
	display: block;
	width: 27px;
	height: 20px;
	background: url(/nf_global/wisdom/common/img/sns_link_icon_mail.png) no-repeat center;
	background-size: 100% auto;
	text-decoration: none;
}
.g_social .g_mailBtn a:hover {
	opacity: 0.8;
}
.g_social .g_printBtn a {
	display: block;
	width: 20px;
	height: 23px;
	background: url(/nf_global/wisdom/common/img/icon_print.png) no-repeat center;
	background-size: 100% auto;
	text-decoration: none;
}
.g_social .g_printBtn a:hover {
	opacity: 0.8;
}
.g_social.noPrint .g_printBtn {
	display: none;
}
.g_social .g_gglBtn {
	width: 32px;
}

figure {
	display: table;
	table-layout: fixed;
	width: 160px; /* minimum width */
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
}
#sideNavi figure {
	width: 100%;
}
figure img{
	max-width: 100%;
	height: auto;
}
figcaption {
	display: block;
	margin-top: 0.3rem;
	text-align: left;
	font-size: 1.4rem;
	padding-left: 10px;
	border-left: solid 2px #ccc;
	color: #555;
}
#main p.columnCaption {
	display: block;
	text-align: left;
	font-size: 1.4rem !important;
	padding-left: 10px;
	border-left: solid 2px #ccc;
}
.pageFooterBanner {
	text-align: center;
	margin-bottom: 40px;
}
.nextPageLink {
	display: table;
	width: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-bottom: 25px;
	padding: 6px 0 5px;
	font-size: 1.6rem;
}
.is-ja .nextPageLink {
	display: block;
	border-top: none;
	border-bottom: none;
	margin-bottom: 25px;
	padding: 6px 0 5px;
	font-size: 2.0rem; /*changed 1.6rem->2.0rem*/
	text-align: center; /*add*/
}
.nextPageLink .linkLabel {
	display: table-cell;
	padding-right: 18px;
	vertical-align: middle;
	text-align: left;
	width: 14rem;
}
.is-ja .nextPageLink .linkLabel {
	display: inline;
}
.nextPageLink .linkLabel:after {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin-left: 10px;
	vertical-align: -12%;
	border-top: solid 1px #2f2346;
	border-right: solid 1px #2f2346;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0.5px;
}
.is-ja .nextPageLink .linkLabel:after {
	vertical-align: -5%;
}
.nextPageLink .linkText {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.is-ja .nextPageLink .linkText {
	display: inline;
	font-weight: bold; /*add*/
}
.pageNumberLink {
	text-align: center;
	margin-bottom: 30px;
}
.pageNumberLink li {
	display: inline-block;
	font-size: 3.4rem;
	margin-right: 35px;
}
.is-ja .pageNumberLink li {
	font-size: 2.0rem; /*changed 3.4rem->2.0rem*/
	vertical-align: top; /*add*/
}
.pageNumberLink li:last-child {
	margin-right: 0;
}
.pageNumberLink li a {
	color: #999;
}
.pageNumberLink li.linkPrev .arrow ,
.pageNumberLink li.linkNext .arrow {
	display: inline-block;
	width: 20px;
	height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
	position: relative;
	vertical-align: -7%;
}
.pageNumberLink li.linkPrev .arrow:before ,
.pageNumberLink li.linkNext .arrow:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 0.5px;
}
.is-ja .pageNumberLink li.linkPrev .arrow:before ,
.is-ja .pageNumberLink li.linkNext .arrow:before {
	width: 15px; /*changed 20px->15px*/
	height: 15px; /*changed 20px->15px*/
}
.pageNumberLink li.linkPrev .arrow:before {
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-left: 5px;
	margin-top: 5px;
}
.pageNumberLink li.linkNext .arrow:before {
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: -6px;
	margin-top: 5px;
}
.pageNumberLink li.linkPrev a .arrow:before {
	border-top: solid 1px #2f2346;
	border-left: solid 1px #2f2346;
}
.pageNumberLink li.linkNext a .arrow:before {
	border-top: solid 1px #2f2346;
	border-right: solid 1px #2f2346;
}

.bgBox {
	background: #d7e8f0 url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	padding: 20px;
	margin-bottom: 35px;
}
.borderBox {
	border: solid 1px #ccc;
	padding: 20px;
	margin-bottom: 35px;
}
.borderBox.shinBorder {
	border: solid 1px #ccc;
}
.borderBox.middleBorder {
	border: solid 2px #ccc;
}
.borderBox.boldBorder {
	border: solid 4px #ccc;
}
.relatedLinksBox {
	border: solid 4px #ccc;
	padding: 20px;
	margin-bottom: 35px;
}

.textarea-01 {
	box-sizing: border-box;
	width: 100%;
	font-size: inherit;
	font-family: inherit;
}
.formWrapper {
	background: #d7e8f0 url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	padding: 20px;
}
.is-ja .formWrapper {
	background: #dbe0f1;
	margin-bottom: 30px; /*add ※本文と関連記事の間に入れる場合、margin-bottom:0 important!が付いているのでそれを外す必要がある*/
}
ul.form-01 {
	margin-bottom: 0 !important;
}
ul.form-01 li {
	float: left;
	margin: 0 0 15px 20px;
}
ul.form-01 li input {
	margin: 0 3px;
}
.formBtn-01 {
	text-align: center;
}
.formBtn-01 input[type=submit], .formBtn-01 input[type=reset] {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0 none;
	background: #006b7f url(../img/dots_white.png) repeat left top;
	background-size: 20px auto;
	padding: 5px 18px;
	font-weight: bold;
	font-size: 114.28571%;
	letter-spacing: 5px;
	color: #fff;
}
.is-ja .formBtn-01 input[type=submit], .formBtn-01 input[type=reset] {
	background: #002b62;
}

#main table {
	table-layout: fixed;
}
#main table.g_table01 {
	border-top: solid 1px #cdd0d5;
	border-left: solid 1px #cdd0d5;
}
#main table.g_table01 tbody th {
	border-bottom: solid 1px #cdd0d5;
	border-right: none;
	padding: 25px 20px;
	background: #edeef0;
}
#main table.g_table01 tbody td {
	border-bottom: solid 1px #cdd0d5;
	border-right: solid 1px #cdd0d5;
	padding: 25px 20px;
}
#main table.g_table01 input[type=text] ,
#main table.g_table01 input[type=password] ,
#main table.g_table01 textarea {
	border-top: solid 3px #cdd0d5;
	border-left: solid 3px #cdd0d5;
	border-bottom: solid 1px #cdd0d5;
	border-right: solid 1px #cdd0d5;
	padding: 8px 15px;
	max-width: 100%;
}
#main table.g_table01 input[type=text].size-s ,
#main table.g_table01 input[type=password].size-s {
	width: 300px;
}
#main table.g_table01 input[type=text].size-m ,
#main table.g_table01 input[type=password].size-m {
	width: 500px;
}
#main table.g_table01 input[type=text].size-l ,
#main table.g_table01 input[type=password].size-l {
	width: 100%;
}
#main table.g_table01 textarea {
	width: 100%;
	padding: 10px 15px;
	vertical-align: top;
}
.nameLabel {
	max-width: 100%;
	width: 500px;
}
.nameLabel label {
	float: left;
	display: block;
	width: 47%;
	padding: 0 0 0 30px;
	position: relative;
}
.nameLabel label:nth-child(odd) {
	clear: both;
}
.nameLabel label:nth-child(even) {
	float: right;
}
.nameLabel label .labelText {
	position: absolute;
	display: block;
	top: 10px;
	left: 0px;
}
.nameLabel label input[type=text] ,
.nameLabel label input[type=password] {
	width: 100%;
}
.g_req span.reqLabel {
	display: block;
	float: right;
	padding: 1px 4px 0 4px;
	font-weight: bold;
	font-size: 1.3rem;
	color: #fff;
	background-color: #76161b;
	white-space: nowrap;
	line-height: 1.4;
}
.consentStatementWrapper {
	max-width: 800px;
	margin:0 auto;
}
#g_ConsentStatement {
	height:150px;
	overflow-y:scroll;
	margin:0 auto 30px;
	border:1px solid #cdd0d5;
	background-color:#edeef0;
	padding:20px 10px;
}
.submitButton {
	display: inline-block;
	background: #002b62;
	border-radius: 50px;
	position: relative;
}
.submitButton.disabled ,
.submitButton:hover {
	opacity: 0.7;
}
.submitButton:before {
	content: '';
	position: absolute;
	width: 21px;
	height: 20px;
	overflow: hidden;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -12px;
	margin-left: 20px;
	border-radius: 0.5px;
}
.submitButton input {
	border: none;
	background: transparent;
	border-radius: 0;
	padding: 14px 75px 12px;
	position: relative;
	font-size: 2.0rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	letter-spacing: 5px;
	cursor: pointer;
}
.submitButton.disabled input {
	cursor: default;
}
.faqBlock {
	background: #edeef0;
	padding: 25px;
	margin-bottom: 20px;
}
.faqBlock .question ,
.faqBlock .answer {
	position: relative;
	padding-left: 45px;
}
.faqBlock .question * {
	color: #000 !important;
	font-size: 1.9rem !important;
}
.faqBlock .question .icon ,
.faqBlock .answer .icon {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	color: #000 !important;
	font-size: 1.9rem !important;
}
.faqBlock .question {
	margin-bottom: 23px;
}
.faqBlock .answer .icon {
	top: -2px;
}
.faqBlock .question *:last-child ,
.faqBlock .answer *:last-child {
	margin-bottom: 0 !important;
}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}

#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox.png");
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
  display: none;
}

#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}

#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1101;
  outline: none;
  display: none;
  box-sizing: content-box;
}
#fancybox-wrap * {
  box-sizing: content-box;
}
#fancybox-wrap.video {
  max-width: 540px;
  height: auto !important;
}
#fancybox-wrap.video #fancybox-content {
  width: 100% !important;
  height: 100% !important;
}
#fancybox-wrap.video #fancybox-content .videoBox {
  position: static;
}
#fancybox-wrap.video.portrait {
  width: 80% !important;
}
#fancybox-wrap.video.landscape {
  width: 46% !important;
}

#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

#fancybox-content {
  width: 0;
  height: 0;
  padding: 0;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1102;
  border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1101;
}

/*
#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/nf_global/wisdom/common/img/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}*/
#fancybox-close {
  position: absolute;
  top: -21px;
  right: -3px;
  height: 20px;
  cursor: pointer;
  z-index: 1103;
  display: none;
  color: #ccc;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
}
#fancybox-close img {
  vertical-align: middle;
}

#fancybox-close:hover {
  background-position: 0 -40px;
}

#fancybox-error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 14px;
  margin: 0;
}

#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
}

#fancybox-frame {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

#fancybox-left, #fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background: transparent url("/nf_global/wisdom/common/img/fancybox/blank.gif");
  z-index: 1102;
  display: none;
}

#fancybox-left {
  left: 0px;
}

#fancybox-right {
  right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}

#fancybox-left-ico {
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox.png");
  background-position: -40px -30px;
}

#fancybox-right-ico {
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox.png");
  background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
  visibility: visible;
  /* IE6 */
}

#fancybox-left:hover span {
  left: 20px;
}

#fancybox-right:hover span {
  left: auto;
  right: 20px;
}

.fancybox-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}

#fancybox-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox-x.png");
}

#fancybox-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox.png");
  background-position: -40px -162px;
}

#fancybox-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox-y.png");
  background-position: -20px 0px;
}

#fancybox-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox.png");
  background-position: -40px -182px;
}

#fancybox-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox-x.png");
  background-position: 0px -20px;
}

#fancybox-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox.png");
  background-position: -40px -142px;
}

#fancybox-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox-y.png");
}

#fancybox-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancybox.png");
  background-position: -40px -122px;
}

#fancybox-title {
  font-family: Helvetica;
  font-size: 12px;
  z-index: 1102;
}

.fancybox-title-inside {
  padding-bottom: 10px;
  text-align: center;
  color: #333;
  background: #fff;
  position: relative;
}

.fancybox-title-outside {
  padding-top: 10px;
  color: #fff;
}

.fancybox-title-over {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: left;
}

#fancybox-title-over {
  padding: 10px;
  background-image: url("/nf_global/wisdom/common/img/fancybox/fancy_title_over.png");
  display: block;
}

.fancybox-title-float {
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 32px;
}

#fancybox-title-float-wrap {
  border: none;
  border-collapse: collapse;
  width: auto;
}

#fancybox-title-float-wrap td {
  border: none;
  white-space: nowrap;
}

#fancybox-title-float-left {
  padding: 0 0 0 15px;
  background: url("fancybox.png") -40px -90px no-repeat;
}

#fancybox-title-float-main {
  color: #FFF;
  line-height: 29px;
  font-weight: bold;
  padding: 0 0 3px 0;
  background: url("/nf_global/wisdom/common/img/fancybox/fancybox-x.png") 0px -40px;
}

#fancybox-title-float-right {
  padding: 0 0 0 15px;
  background: url("/nf_global/wisdom/common/img/fancybox/fancybox.png") -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_close.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_nav_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_nav_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}


.fancybox-ie6 #fancybox-title-float-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_title_left.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_title_main.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-title-float-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_title_right.png', sizingMethod='scale');
}

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
  height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
  position: absolute;
  margin-top: 0;
  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_loading.png', sizingMethod='scale');
}

/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg {
  background: transparent !important;
}

.fancybox-ie #fancybox-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}

.fancybox-ie #fancybox-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_w.png', sizingMethod='scale');

}

.fancybox-ie #fancybox-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/nf_global/wisdom/common/img/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}

.video-js.vjs-ended .vjs-poster {
	display: block;
}

.moviePB {
	page-break-inside: avoid;
}
@media print {
#headerWraper ,
#footer {
	display: none;
}
.g_social_wrapper, .g_social, .nextPageLink, .pageNumberLink, .pagetopWrapper, .formWrapper {
	display: none;
}
#wrapper {
	min-height: inherit;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.hasSideNavi #main {
	float: none !important;
	width: auto !important;
	padding: 0px 0 60px !important;
}
.hasSideNavi #sideNavi {
	display: none;
}

#main section {
	margin-bottom: 50px;
}

#main p ,
#main ul ,
#main ol {
	margin-bottom: 30px;
}
#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;
}
#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;
}

.multiColBlock .column.w10Per {width: 10%;}
.multiColBlock .column.w15Per {width: 15%;}
.multiColBlock .column.w20Per {width: 20%;}
.multiColBlock .column.w25Per {width: 25%;}
.multiColBlock .column.w30Per {width: 30%;}
.multiColBlock .column.w35Per {width: 35%;}
.multiColBlock .column.w40Per {width: 40%;}
.multiColBlock .column.w45Per {width: 45%;}
.multiColBlock .column.w50Per {width: 50%;}
.multiColBlock .column.w55Per {width: 55%;}
.multiColBlock .column.w60Per {width: 60%;}
.multiColBlock .column.w65Per {width: 65%;}
.multiColBlock .column.w70Per {width: 70%;}
.multiColBlock .column.w75Per {width: 75%;}
.multiColBlock .column.w80Per {width: 80%;}
.multiColBlock .column.w85Per {width: 85%;}
.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%;
}
.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: 100px;
	height: 100%;
	position: absolute;
	left: -100px;
	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%);
}
.topCloseUp p {
	font-size: 1.5rem;
}
.topCloseUp .itemCategory {
	font-size: 2.0rem;
}
.topCloseUp h1 {
	font-size: 2.6rem;
	font-weight: normal;
	margin-bottom: 10px;
}

.topicsColmn {
	margin: 0 -15px;
}
.topicsColmn .colmn {
	float: left;
	padding: 0 15px;
	width: 33.3%;
}
.topicsColmn .colmn.large {
	width: 66.6%;
}
.topicsColmn .colmn ,
.topicsColmn .colmnSameMargin { margin-bottom: 30px; 
}
.colmn.large .topItem .descriptionBody h1 {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 40px;
}
.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%;
}
}

/*動画関係　始まり*/
/* 字幕CSS */
.captionstyle {
font-size: 1.3em;
font-family: "メイリオ", sans-serif;
line-height: 1.1em;
color: #ffffff;
background-color: #000000;
}
/*動画関係　終わり*/

.outbrainRecobmendWrapper {
	margin-bottom: 15px;
}
#main .outbrainRecobmendWrapper:last-child {
	margin-bottom: 0;
}

/*アンケート
------------------------------------------------------*/

ol.NFG-contactStepBtn {
	padding: 0;
	background:url(/nf_global/wisdom/common/img/bg_step.gif) no-repeat center top;
    list-style: none;
    text-align: center;
}

ol.NFG-contactStepBtn li {
	display: inline-block;
    overflow: hidden;
	margin:0 50px;
    padding: 0 20px;
    min-height: 25px;
	text-align:center;
	font-size: 1.8rem!important;
	color:#2F2346;
}

ol.NFG-contactStepBtn li:first-child{
	margin-left:0;
	padding-left:0;
}

ol.NFG-contactStepBtn li:last-child{
	margin-right:0;
	padding-right:0;
}

ol.NFG-contactStepBtn li span{
	width:100px;
    height: 30px;
	margin:0 auto 12px auto;
	padding-top:5px;
	border-radius:30px;
    background:#DEDBE9;
	font-size: 1.2rem!important;
	font-weight:bold;
	display:block;
}

ol.NFG-contactStepBtn li.active span{
    color: #fff;
    background:#2F2346;
}

.reqTxt{
	padding-right: 40px;
    display: block; 
}

.check-questionnaire{
	margin-bottom:0 !important;
	line-height:1.2 !important;
	font-size: 1.4rem !important;
}

.check-questionnaire li input{
	margin-right:0.8rem;
	vertical-align:middle;
}

.box_questionnaire .box_left{
	float:left;
	width:40%;
}

.box_questionnaire .box_right{

	float:right;
	width:60%;
	padding-top: 106px;
}
@media screen and (min-width: 921px){
.box_questionnaire .box_right .submitButton input{
	padding: 14px 30px 12px 60px;
}

}
@media screen and (max-width: 920px){

.box_questionnaire .box_left,
.box_questionnaire .box_right{
	float:none;
	width:auto;
}
.box_questionnaire .box_right{
	padding-top: 10px;
}

}

.box_questionnaire select {
    border: none;
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    behavior: url(/share/css/PIE.htc);
    min-width: 210px;
    -webkit-appearance: button;
    cursor: pointer;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}

#main table.g_table01 input[type=text].size-ss {
	width: 100px;
}

.box_questionnaire dt{
	font-weight:bold;
}

.box_questionnaire dd{
	margin-bottom:30px;
}

.box_submit{
	text-align:center;
}

.box_submit span{
	margin:0 10px 10px 10px;
}


@media screen and (max-width: 750px){

ol.NFG-contactStepBtn{
	background-position:center 10px;
	background-size:250px auto;
}

ol.NFG-contactStepBtn li {
	margin:0 10px;
    padding: 0;
    min-height: 25px;
	font-size: 1.4rem!important;
}

ol.NFG-contactStepBtn li:first-child{
	margin:0;
	padding:0;
}

ol.NFG-contactStepBtn li:last-child{
	margin:0;
	padding:0;
}

ol.NFG-contactStepBtn li span{
	width:70px;
	margin:0 auto 12px auto;
	font-size: 1.2rem!important;
}

}

@media screen and (max-width: 640px){

.reqTxt{
	float:none;
	width:auto;
}

	
.box_submit span{
	margin:0 auto 10px auto;
}

}

#main p.ui_serverError {
	margin:10px 0 0 0 !important;
	padding:0 0 0 18px;
	color:#eb9921;
	font-weight:bold;
	background:url(/nf_global/wisdom/common/img/co_ic_23.gif) left center no-repeat;
}
.ui_serverErrorCautionBox {
	font-size: 1.7rem;
	color:#eb9921;
	font-weight:bold;
	padding: 18px 25px;
	border: solid 2px #eb9921;
	background: #fff6e9;
	margin-bottom: 25px;
}


/*ナビゲーション
------------------------------------------------------*/
.gnaviArea{
	position:relative;
	width:100%;
	height:80px;
	background:#2F2346;
}

.gnaviArea ul{
	max-width:1200px;
	margin:0 auto;
}

.gnaviArea ul li{
	float:left;
	width:16.5%;
	text-align:center;
	position: relative;
	font-size:1.4rem!important;
}
@media screen and (min-width: 641px) {
	.gnaviArea ul li:first-child,
	.gnaviArea ul li:last-child {
		width: 17%;
	}
}
.gnaviArea ul li a{
	width: calc(100% - 1px);
	height:80px;
	padding:5px 0;
	color:#FFF!important;
	display: table;
	text-decoration:none;
	position: relative;
	z-index: 1;
}
.gnaviArea ul li a span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 5px 10px;
}

.gnaviArea ul li:after {
	content: '';
	display:block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	right: 0;
	border-right:1px solid #FFF;
	z-index: 0;
	opacity: 0.3;
}

.gnaviArea ul li:first-child:before{
	content: '';
	display:block;
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: -1px;
	border-left:1px solid #FFF;
	z-index: 0;
	opacity: 0.3;
}

.gnaviArea ul li a:hover {
	background: #5e5175;
}
.gnaviArea ul li.current {
	position: relative;
	z-index: 2;
}
.gnaviArea ul li.current a {
	background: #dfdcea;
	color:#2F2346!important;
	margin-left: -1px;
	width: calc(100% + 2px);
}
.gnaviArea ul li.current a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 8px;
	background: #76161b;
	left: 0;
	bottom: 0;
}

#headerNaviSP .gnaviArea{
	display:none;
}


@media screen and (max-width: 1200px) {
.gnaviArea ul li:last-child:after {
	display:none;
}

}

@media screen and (min-width: 641px) {
.gnaviBox {
	height: 80px;
}
}
@media screen and (max-width: 640px) {

.gnaviArea{
	height:auto;
	border-top:1px solid #FFF;
}

.gnaviArea ul{
	width:100%;
	display:table;
}

.gnaviArea ul li{
	float:left;
	width:33.33%;
	height:85px;
	display:table-cell;
}

.gnaviArea ul li:first-child a span{
	border-left:0;
}

.gnaviArea ul li a{
	height:auto;
	height:85px;
}

.gnaviArea ul li:nth-child(3n):after {
	display:none;
}
#headerNavi .gnaviArea ul li:nth-child(3n):after {
	display:block;
}
#headerNavi .gnaviArea ul li:nth-child(2n):after {
	display:none;
}
.gnaviArea ul li:last-child:after {
	display:block;
}

.secondPageHeaderImage .gnaviArea{
	display:none;
}


#headerNaviSP{
	padding:0!important;
}

#headerNaviSP .gnaviArea{
	height:auto;
	border-top:0;
	margin-bottom:0;
	display:block;
	max-height: calc(100vh - 166px);
	overflow-y: auto;
	overflow-x: hidden;
}

#headerNaviSP .gnaviArea ul{
	width:100%;
	display:block;
	overflow: hidden;
}

#headerNaviSP .gnaviArea ul li{
	float:left;
	width:50%;
	height:auto;
	padding:0;
	display:block;
	text-align:left;
}

#headerNaviSP .gnaviArea ul li a{
	height:auto;
	display:table;
	width: 100%;
	padding: 0;
}

#headerNaviSP .gnaviArea ul li a span{
	padding:0 10px;
	border:0;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	height: 3.8em;
}


#headerNaviSP .gnaviArea ul li:before {
	display:none;
}
#headerNaviSP .gnaviArea ul li:last-child:after {
	display:block;
}
}


/*カテゴリページ
------------------------------------------------------*/
.secondPageHeaderImage .dataContainer:before{
	margin-right: 0;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.secondPageHeaderImage .dataContainer .colorBase:before {
	background:none;
}

.secondPageHeaderImage .colorBase{
	padding:10px 20px!important;
}

.secondPageHeaderImage .colorBase p{
	font-size: 2.6rem;
}

.box_refine,
.box_refine_foot{
}
.box_refine{
	max-width: 1240px;
	padding: 0 20px;
	margin:0 auto 20px auto;
}
.box_refine_foot{
	margin-bottom:55px;
}
.box_refine.simple ,
.box_refine_foot.simple {
	padding: 0;
	margin-bottom: 30px;
}
.box_refine .toggleBox,
.box_refine_foot .toggleBox{
	border-bottom:1px solid #2F2346;
	border-top:1px solid #2F2346;
	padding: 8px 0;
}
.box_refine.simple .toggleBox,
.box_refine_foot.simple .toggleBox{
	border-bottom: none;
	border-top:none;
	padding: 0;
}
.box_refine_foot_header {
	font-family: inherit;
	font-size: 16px;
	color: #555;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
}
.box_refine h2,
.box_refine_foot h2{
	font-size:2.6rem;
}
.box_refine_foot h2{
	font-size:1.8rem;
}
.box_refine h2.toggleTitle,
.box_refine_foot h2.toggleTitle{
	position: relative;
	cursor: pointer;
}
.box_refine h2.toggleTitle .toggleButton,
.box_refine_foot h2.toggleTitle .toggleButton {
	position: absolute;
	font-size: 1.4rem;
	right: 0; 
	top: 0.3em;
	padding: 5px 60px 5px 5px;
}
.box_refine.simple h2.toggleTitle .toggleButton,
.box_refine_foot.simple h2.toggleTitle .toggleButton {
	position: relative;
	font-size: 1.4rem;
	right: 0; 
	top: 0;
	padding: 9px 25px 8px 60px;
	border:1px solid #2F2346;
	border-radius: 30px;
	transition-duration: .2s;
	transition-property: background;
}
.box_refine_foot.simple h2.toggleTitle .toggleButton {
	position: relative;
	font-size: 1.4rem;
	right: 0; 
	top: 0;
	padding: 7px 20px 6px 50px;
}
.box_refine.simple h2.toggleTitle.hover .toggleButton,
.box_refine_foot.simple h2.toggleTitle.hover .toggleButton {
	background: #E0DEE3;
}
.box_refine.simple h2.toggleTitle,
.box_refine_foot.simple h2.toggleTitle {
	text-align: right;
	margin-top: -45px;
}
.box_refine_foot.simple h2.toggleTitle {
	margin-top: -25px;
}
.box_refine_foot h2.toggleTitle .toggleButton {
	top: 0;
	padding: 3px 60px 3px 5px;
}
.box_refine h2.toggleTitle .toggleButton .closeLabel,
.box_refine_foot h2.toggleTitle .toggleButton .closeLabel {
	display: none;
}
.box_refine h2.toggleTitle.open .toggleButton .closeLabel,
.box_refine_foot h2.toggleTitle.open .toggleButton .closeLabel {
	display: inline;
}
.box_refine h2.toggleTitle.open .toggleButton .openLabel,
.box_refine_foot h2.toggleTitle.open .toggleButton .openLabel {
	display: none;
}
.box_refine h2.toggleTitle .toggleButton:before ,
.box_refine h2.toggleTitle .toggleButton:after ,
.box_refine_foot h2.toggleTitle .toggleButton:before ,
.box_refine_foot h2.toggleTitle .toggleButton:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -2px;
	width: 29px;
	border-top:1px solid #2F2346;
	transition-duration: .2s;
}
.box_refine_foot.simple h2.toggleTitle .toggleButton:before ,
.box_refine_foot.simple h2.toggleTitle .toggleButton:after {
	margin-top: -2px;
	width: 23px;
}
.box_refine.simple h2.toggleTitle .toggleButton:before ,
.box_refine.simple h2.toggleTitle .toggleButton:after ,
.box_refine_foot.simple h2.toggleTitle .toggleButton:before ,
.box_refine_foot.simple h2.toggleTitle .toggleButton:after {
	margin-top: -1px;
	right: auto;
	left: 15px;
}
.box_refine_foot.simple h2.toggleTitle .toggleButton:before ,
.box_refine_foot.simple h2.toggleTitle .toggleButton:after {
	left: 13px;
}
.box_refine h2.toggleTitle .toggleButton:after ,
.box_refine_foot h2.toggleTitle .toggleButton:after {
	transform: rotate(90deg);
}
.box_refine h2.toggleTitle.open .toggleButton:before ,
.box_refine_foot h2.toggleTitle.open .toggleButton:before {
	transform: rotate(-45deg);
}
.box_refine h2.toggleTitle.open .toggleButton:after ,
.box_refine_foot h2.toggleTitle.open .toggleButton:after {
	transform: rotate(45deg);
}
.box_refine .toggleBody,
.box_refine_foot .toggleBody{
	padding: 20px 0px 10px;
	display: none;
}
.box_refine .toggleBody *:last-child,
.box_refine_foot .toggleBody *:last-child{
	margin-bottom: 0 !important;
}

.box_refine h3{
	margin-bottom:15px;
	font-size:1.8rem;
}
.box_refine_foot h3{
	margin-bottom: 5px;
	font-size: 1.6rem;
}

.box_refine ul li,
.box_refine_foot ul li{
	margin:0 5px 5px 0;
	display:inline-block;
}

.box_refine ul li a,
.box_refine_foot ul li a{
	display:inline-block;
	padding:3px 15px;
	border-radius:20px;
	background:#E0DEE3;
	color:#2F2346!important;
	text-decoration:none;
}

.box_refine ul li.active a,
.box_refine_foot ul li.active a{
	background:#2F2346;
	color:#FFF!important;
	text-decoration:none;
}
.box_refine ul li a:hover ,
.box_refine_foot ul li a:hover {
	background:#8e82a8;
	color:#FFF!important;
}
.box_refine ul li.active a:hover ,
.box_refine_foot ul li.active a:hover {
	background:#5e5175;
}
.box_refine .btn_clear,
.box_refine_foot .btn_clear{
	padding:3px 15px;
	background:#003F4C;
	border-radius:20px;
	color:#FFF!important;
	text-decoration:none;
	display:inline-block;
}
.box_refine .btn_clear:hover ,
.box_refine_foot .btn_clear:hover {
	opacity: 0.7;
}

@media screen and (max-width: 640px) {	

.box_refine.simple h2.toggleTitle,
.box_refine_foot.simple h2.toggleTitle {
	margin-top: 0px;
}
.secondPageHeaderImage .colorBase{
	padding:10px!important;
}

.box_refine{
	padding: 0 10px;
}

}


/*記事下部追加パーツ
------------------------------------------------------*/
.box_relation{
	margin-bottom:45px;
	padding:20px;
	border:4px solid #CCC;
}

.box_relation h2{
	margin-bottom:10px;
	font-size:18px;
}

.box_relation ul{
	margin-bottom:0!important;
}

.box_relation ul li{
	padding-left:1em;
	text-indent:-1em;
}

.box_relation ul li:before{
	content:"・"
}

/* 相互リンク */
#pageTitleWrapper .selectLangWrapper {
	text-align: right;
}
#pageTitleWrapper .multilingualLink {
	margin: 0 0 6px 10px;
	display: inline-block;
	line-height: 1;
	padding: 4px 0 3px;
	width: 100px;
	text-decoration: none;
	text-align: center;
	position: relative;
	color: #fff;
	background: #2f2346;
	font-size: 1.4rem;
}


#pageTitleWrapper .multilingualLink:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 8px;
	display: block;
	width: 8px;
	height: 8px;
	overflow: hidden;
	margin-left: 10px;
	vertical-align: -12%;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px transparent;
	border-bottom: solid 1px transparent;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0.5px;
}
#pageTitleWrapper span.multilingualLink {
	background: #fff;
	color: #2f2346;
	border:1px solid #2f2346;
}
#pageTitleWrapper span.multilingualLink:after {
	display: none;
}
#pageTitleWrapper a.multilingualLink:hover {
	background: #5e5175;
}
@media print {
	#pageTitleWrapper .multilingualLink {
		display: none;
	}
}

#func-cookie {
    background: #9d4531;
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
}
#func-cookie > .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
	padding: 5px 20px;
}
#func-cookie > .inner .txt {
	line-height: 1.5;
	margin-bottom: 0;
	padding-right: 60px;
	color: #fff;
    font-size: 1.4rem;
}
#func-cookie > .inner .txt a {
    color: #fff;
}
#func-cookie > .inner .mod-btn {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
#func-cookie .normalLinkButton {
	margin-top: 0;
    font-size: 1.5rem;
    padding-top: 5px;
    padding-bottom: 5px;
	background: #fff;
	color: #2f2346;
	border: 1px solid #2f2346;
}
#func-cookie .normalLinkButton:hover {
	opacity: 0.8;
}
@media screen and (max-width: 640px) {
	#func-cookie > .inner {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	#func-cookie > .inner .txt {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
}


/*new style
------------------------------------------------------*/
#main section.footer-section {
	padding-top: 0;
	margin-top: 0;
	position: relative;
}
.footerSNSWrapper {
	margin-bottom: 60px;
}
.footerSNSWrapper .g_social_wrapper{
	margin-bottom: 0;
}
.footerSNSWrapper .g_social_wrapper #footerSNS {
	margin-bottom: 0;
}
.contents-footer-heading {
	font-size: 2rem;
	color: #333333;
}
.contents-footer-heading.small {
	font-size: 1.6rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.footer-social-wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.footer-social-wrapper .footer-social-col {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 20px;
}
.footer-social-wrapper .social-button {
	width: 100%;
	color: #fff;
	text-decoration: none;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.1;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	transition-duration: 0.3s;
}
.footer-social-wrapper .social-button:hover {
	opacity: 0.7;
}
.footer-social-wrapper .icon {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
	flex: 0 0 60px;
}
.footer-social-wrapper .icon-bottom {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.footer-social-wrapper .text {
	padding: 7px 22px 5px 5px;
}
.footer-social-wrapper .text span {
	display: inline-block;
}
.footer-social-wrapper .image {
	padding: 16px 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.footer-social-wrapper .image img {
	min-width: 1%;
	vertical-align: middle;
}
.footer-social-wrapper .social-button--fb {
	background: #fff;
	-webkit-justify-content: center;
	justify-content: center;
	border: 1px solid #ccc;
}
.footer-social-wrapper .social-button--tw {
	background: #fff;
	-webkit-justify-content: center;
	justify-content: center;
	border: 1px solid #ccc;
}

.footer-social-wrapper .social-button--fb .image,
.footer-social-wrapper .social-button--tw .image {
	padding-top: 11px;
	padding-bottom: 11px;
}
.footer-social-wrapper .social-button--mail {
	background: #26193e;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer-social-wrapper .social-button--nec {
	background: #002764;
	-webkit-justify-content: center;
	justify-content: center;
}
.footer-social-wrapper .social-button--mail .image {
	max-width: 360px;
}
.footer-social-wrapper .social-button--nec .image {
	max-width: 270px;
	padding-left: 40px;
	padding-right: 40px;
}

.footer-social-wrapper .social-button--fb .image,
.footer-social-wrapper .social-button--tw .image {
	max-width: 310px;
}
.formBtnWrapper {
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
button.formBtn-01 {
  appearance: none;
  border: none;
  background:transparent;
  padding: 0;
	display: inline-block;
}
/* button.formBtn-01:active,
button.formBtn-01:focus,
button.formBtn-01:active > span,
button.formBtn-01:focus > span {
	position:relative;
} */
button.formBtn-01 span {
	-webkit-appearance: none;
	border-radius: 0;
	border: 0 none;
	background: #002b62;
	background-size: 20px auto;
	padding: 5px 18px;
	font-weight: bold;
	font-size: 1.8rem;
	letter-spacing: 5px;
	color: #fff;
	display: inline-block;
}
.formBtnWrapper + .formWrapper {
	display: none;
	padding: 0;
}
.formBtnWrapper + .formWrapper form {
	padding: 20px;
}

@media screen and (max-width: 1340px) and (min-width: 641px){
	.is-ja .hasSideNavi #main {
		padding-left: 40px;
		padding-right: 0;
	}
	.is-ja .rankingBox .multiByte, .is-ja .newsBox .multiByte {
		font-size: 1.8rem;
	}
}

/* add top probo */

.topArticle .colmn:lang(ja) a img,
#pickups .colmn:lang(ja) a img,
.topicsColmn .colmn:lang(ja) a img {
	transition: opacity 0.3s;
	opacity: 1;
}
.topArticle .colmn:lang(ja) a:hover img,
#pickups .colmn:lang(ja) a:hover img,
.topicsColmn .colmn:lang(ja) a:hover img {
	opacity: 0.7;
}

.dateWrapper .label-tag {
	display: inline-block;
	margin: 0 10px;
  background: #E0DEE3;
  color: #2F2346!important;
  border-radius: 10px;
  padding: 4px 10px;
  text-decoration: none;
}
.dateWrapper .label-tag:hover {
  background: #8e82a8;
  color: #FFF!important;
}
.dateWrapper .label-tag + .label-tag {
	margin-left: 0;
}

.dateWrapper .label-tag:hover {
  background: #8e82a8;
  color: #FFF!important;
}
.topItem .dateWrapper .date {
  margin-bottom: 5px;
  display: inline-block;
}
@media screen and (max-width: 640px) {

.dateWrapper .label-tag {
	margin-left: 0 !important;
	margin-top: 5px;
}
}
/* page-top keywords */
#keywordsPickups {
  max-width: 1350px;
  padding: 0 20px 5px;
  width: 100%;
  margin: 0 auto;
	position: relative;
}
#keywordsPickups .keywordsPickups-wrapper {
  display: flex;
	align-items: flex-start;
  margin-bottom: 2px;
}
#keywordsPickups .keywordsPickups-heading {
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 3px;
  flex: 0 0 auto;
}
#keywordsPickups .keywordsList a {
	font-size: 1.4rem;
}
#keywordsPickups .toggleButton {
  flex: 0 0 auto;
}
#keywordsPickups .keywordsList {
  flex: 1 1 auto;
}
#keywordsPickups::after {
	display: block;
	height: 2px;
	left: -50vw;
	right: -50vw;
	background: #000;
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
}

/* category */

#keywordsPickups.is-category {
	padding-bottom: 0;
}
#keywordsPickups.is-category::after {
	display: none;
}
#keywordsPickups.is-category .keywordsPickups-heading {
	flex: 1 1 auto;
	font-size: 2.6rem;
	font-weight: normal;
}

#keywordsPickups.is-category + .articleIndex #main {
	padding-top: 0;
}


@media screen and (max-width: 640px) {
	#keywordsPickups .keywordsPickups-wrapper {
		display: block;
		margin-bottom: 0;
	}
	#keywordsPickups .keywordsPickups-heading {
		font-size: 1.4rem;
		padding: 0 0 10px;
	}
	#keywordsPickups .keywordsList {
		margin-bottom: 10px;
	}
	#keywordsPickups.is-category .keywordsPickups-heading {
		font-size: 1.8rem;
		padding-right: 110px;
	}
}

/* page-bottom keywords */

.footer-more-keywords {
	display: none;
	text-align: left;
	max-width: 1310px;
	margin: 0 auto;
}
@media screen and (max-width: 1024px) {
	.footer-more-keywords .more-inner {
		width: 66%;
	}
}
@media screen and (max-width: 640px) {
	.footer-more-keywords .more-inner {
		width: 100%;
	}
}
.footer-more-keywords .footer-heading {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.keywordsList + .footer-heading {
	margin-top: 40px;
}
#allCategory {
	text-align: right;
	position: relative;
}
#allCategory .common-toggleButton {
	position: absolute;
	bottom: 20px;
	top: auto;
	right: 20px;
}

@media screen and (max-width: 640px) {
	#allCategory .common-toggleButton {
		position: relative;
		top: 0;
		left: 0;
	}
}
.keywordsList li {
	display: inline-block;
	margin: 0 5px 5px 0;
}
.keywordsList li.active a {
	background: #2F2346;
	color: #FFF!important;
	text-decoration: none;
}
.keywordsList a {
	display: inline-block;
	padding: 3px 15px;
	border-radius: 20px;
	background: #E0DEE3;
	color: #2F2346!important;
	text-decoration: none;
}

.keywordsList a:hover {
	background: #8e82a8;
	color: #FFF!important;
}

.common-toggleButton {
	position: relative;
	font-size: 1.4rem;
	right: 0;
	top: 0;
	padding: 9px 25px 8px 60px;
	border: 1px solid #2F2346;
	border-radius: 30px;
	transition-duration: .2s;
	transition-property: background;
	cursor: pointer;
	display: inline-block;
	text-decoration: none !important;
	flex: 0 0 auto;
}
.common-toggleButton::before,
.common-toggleButton::after {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -1px;
	width: 29px;
	border-top: 1px solid #2F2346;
	transition-duration: .2s;
}
.common-toggleButton::after {
	transform: rotate(90deg);
}
.common-toggleButton:hover {
	background: #E0DEE3;
}

.common-toggleButton.open::before {
	transform: rotate(-45deg);
}
.common-toggleButton.open::after {
	transform: rotate(45deg);
}
#keywordsPickups .common-toggleButton {
	font-size: 1.2rem;
	padding: 5px 25px 4px 40px;
}
#keywordsPickups.is-category .common-toggleButton {
	margin-top: 10px;
}
#keywordsPickups .common-toggleButton::before,
#keywordsPickups .common-toggleButton::after {
	width: 16px;
}
.more-keywords {
	display: none;
}
@media screen and (max-width: 640px) {
	
	#keywordsPickups .keywordsPickups-wrapper > .keywordsList {
		margin-bottom: 0;
	}
	.keywordsList a {
		font-size: 1.2rem;
	}
	#keywordsPickups .common-toggleButton {
		font-size: 1.2rem;
		padding: 4px 15px 4px 30px;
	}
	#keywordsPickups .common-toggleButton::before, #keywordsPickups .common-toggleButton::after {
		width: 15px;
		left: 10px;
	}
	#keywordsPickups {
		position: relative;
	}
	#keywordsPickups .common-toggleButton {
		position: absolute;
		top: 0;
		right: 15px;
	}
	#keywordsPickups.is-category .common-toggleButton {
		margin-top: 0;
	}
}

a.moreButtonSmall {
	font-size: 1.4rem;
	letter-spacing: normal;
	line-height: 1.7;
	padding: 9px 25px 8px 70px;
}