@charset 'UTF-8';

/* clear fix */
.clearfix:after {
	content: ""; 
	display: block; 
	clear: both;
}

html {
	height: 100%;
}
ul,ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "游ゴシック","YuGothic","Osaka", verdana, lucida, arial, helvetica, sans-serif;
	/*font-weight: 500;*/
	font-size: 14px;
	/*min-width: 1600px;*/
	min-height: 100%;
	position: relative;
}
input,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo", "游ゴシック","YuGothic","Osaka", verdana, lucida, arial, helvetica, sans-serif;
	/*font-weight: 500;*/
}
a:link,
a:visited {
	text-decoration: none;
	color: #555;
	outline: none;
}

.wrap {
	/*width: 1600px;*/
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}
.sp {
	display: none;
}

/* Header */
header {
	width: 100%;
	border-top: 4px solid #000;
}
header h1 {
	margin: 0;
	padding: 26px 0 24px;
}
header h1 a {
	display: block;
	width: 200px;
	margin: 0 auto;
}
header h1 img {
	display: block;
	/*width: 90%;*/
}
header .wrap {
	position: relative;
}
header .sns-info {
	background-color: #000;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 17px 0 0;
	margin: 0;
}
header .sns-info dt {
	color: #fff;
	float: left;
	font-size: 12px;
	border-right: 1px solid #fff;
	text-align: center;
	padding: 5px 10px;
}
header .sns-info dd {
	float: left;
	margin: 0;
	height: 30px;
	padding: 5px 0 0 7px;
}
header .sns-info dd ul {
	overflow: hidden;
}
header .sns-info dd ul li {
	float: left;
	width: 23px;
	margin-left: 17px;
}
header .sns-info dd ul li a img {
	display: block;
	margin: 0 auto;
}
header .search-box {
	position: absolute;
	top: 80px;
	right: 10px;
}
header .search-box input[type="search"] {
	border: 1px solid #cecece;
	width: 198px;
	box-sizing: border-box;
	padding: 4px 10px;
}
header .search-box input[type="submit"] {
	background: url("images/common/search_icon_pc.png");
	width: 32px;
	height: 32px;
	margin-left: 2px;
	border: none;
	text-indent: 200%;
	overflow: hidden;
}
header .search-box input[type="submit"]:hover {
	cursor: pointer;
}
header .search-box form {
	overflow: hidden;
}
header .search-box form input {
	float: left;
}
header #global {
	display: none;
}


/* Contents */
#contents {
	padding-bottom: 45px;
/*	padding-bottom: 345px; */
	width: 100%;
}

/* breadcrumbs */
.breadcrumbs {
	margin-bottom: 10px;
}
.breadcrumbs li {
	display: inline;
	position: relative;
	padding: 0 0 0 5px;
	font-size: 12px;
	line-height: 2.16;
}
.breadcrumbs li:first-child {
	padding-left: 0;
}
.breadcrumbs li a {
	margin-right: 9px;
}

#topics h2 {
	font-size: 32px;
	line-height: 1.5;
	margin: 0 0 25px;
	font-weight: normal;
}

.pager {
	text-align: center;
	padding: 20px 0;
}
.pager li {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 3px;
}
.pager li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #000;
	display: block;
	line-height: 1.5;
}
.pager li.here a {
	background-color: #000;
	color: #fff;
}
.pager li:first-child a,
.pager li:last-child a {
	color: #fff;
	background-color: #000;
	position: relative;
}


/* Footer */
footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
footer > .wrap {
	padding-bottom: 30px;
}
footer .pagetop-btn {
	display: block;
	width: 100px;
	margin: 0 auto;
	padding: 12px 0 11px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
footer .pagetop-btn img {
	display: block;
	width: 86px;
	margin: 0 auto;
}
#copyrights {
	background-color: #000;
	padding: 13px 0;
	color: #fff;
}
#copyrights .wrap {
	overflow: hidden;
}
#copyrights ul {
	float: left;
	overflow: hidden;
	margin-left: 20px;
}
#copyrights ul li {
	float: left;
	line-height: 1.3;
	padding: 0 10px;
	border-left: 1px solid #fff;
}
#copyrights ul li:first-child {
	border-left: none;
}
#copyrights ul li a {
	color: #fff;
	font-size: 12px;
}
#copyrights ul li a:hover {
	text-decoration: underline;
}
#copyrights small {
	font-size: 10px;
	margin-right: 20px;
	float: right;
}
.ime-off {
	ime-mode: disabled;
}
.ime-on {
	ime-mode: active;
}

@media only screen and ( max-width: 768px ){
	html {
		font-size: 62.5%;
	}
	body {
		-webkit-text-size-adjust: 100%;
		word-break: break-all;
		font-size: 1.4rem;
		min-width: 100%;
	}
	input,textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
	.wrap {
		width: 100%;
		margin: 0 auto;
	}
	.pc {
	display: none;
	}


	/* Header */
	header {
		border-top: none;
	}
	header h1 {
		padding: 5px 0;
	}
	header h1 a {
	    width: 35.4%;
	    margin: 10px auto;
	}
	header .sns-info {
		display: none;
	}
	header .search-box {
		top: 0;
		right: initial;
		left: 0;
		background-color: #000;
		width: 100%;
		z-index: 5000;
		padding: 5.333% 0;
		display: none;
	}
	header .search-box form input {
		float: none;
	}
	header .search-box input[type="search"] {
		border: 1px solid #cecece;
		width: 53.333%;
		margin: 0 auto 5.333%;
		display: block;
		box-sizing: border-box;
		padding: 4px 10px;
		font-size: 1.6rem;
	}
	header .search-box input[type="submit"] {
		background: url("images/common/search_icon_sp.png") 14.035% center no-repeat;
		background-size: 13.2815%;
		display: block;
		width: 34.1333%;
		height: auto;
		margin: 0 auto;
		color: #fff;
		border: 2px solid #fff;
		text-indent: 30.5%;
		font-size: 1.5rem;
		text-align: left;
		padding: 0;
		line-height: 1.75;
	}
	header .search-btn {
		display: block;
		position: absolute;
		top: 32px;
		left: 2.933%;
		width: 6%;
	}
	header .search-btn a {
		width: 100%;
		display: block;
	}
	header .search-btn a img {
		display: block;
		width: 100%;
	}


	/* breadcrumbs */
	.breadcrumbs {
		padding: 0 3.43%;
	}
	.breadcrumbs li {
		font-size: 1.0rem;
		line-height: 1.3;
	}

	#topics h2 {
		font-size: 2.1rem;
		padding: 0 3.43%;
	}


	/* pager */
	.pager {
		display: flex;
		justify-content: space-between;
		padding: 20px 2.666%;
	}
	.pager li {
		margin: 0;
	}
	.pager li:not(.here){
		display: none;
	}
	.pager li:first-child,
	.pager li:last-child {
		display: inline-block;
		width: 31.466%;
	}
	.pager li:first-child a {
		text-align: left;
		color: #000;
		background-color: transparent;
		padding-left: 0.5rem;
	}
	.pager li:first-child a:after {
		content: "前のページ";
		position: absolute;
		width: 100%;
		top: 0;
		left: 2.0rem;
	}
	.pager li:last-child a {
		text-align: right;
		color: #000;
		background-color: transparent;
		padding-right: 0.5rem;
	}
	.pager li:last-child a:after {
		content: "次のページ";
		position: absolute;
		width: 100%;
		top: 0;
		right: 2.0rem;
	}


	/* Global nav */
	#global-nav {
		display: block;
	}
	#global-nav .btns {
		overflow: hidden;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
	}
	#global-nav .btns li {
		float: left;
		border-left: 2px solid #000;
		width: 32.9%;
	}
	#global-nav .btns li:first-child {
		border-left: none;
	}
	#global-nav .btns li a {
		width: 100%;
		display: block;
	}
	#global-nav .btns li a.on img {
		opacity: 0;
	}
	#global-nav .btns li.category a {
		background: #000 url("images/common/category_on.png") center center no-repeat;
		background-size: contain;
	}
	#global-nav .btns li.tag a {
		background: #000 url("images/common/tags_on.png") center center no-repeat;
		background-size: contain;
	}
	#global-nav .btns li.ranking a {
		background: #000 url("images/common/ranking_on.png") center center no-repeat;
		background-size: contain;
	}
	#global-nav .btns li a img {
		display: block;
		width: 100%;
	}
	#global-nav .menu {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		z-index: 9999;
		color: #fff;
	}
	#global-nav .menu .mail-magazine,
	#global-nav .menu h2,
	#global-nav .menu .category,
	#global-nav .menu .tag,
	#global-nav .menu .ranking,
	#global-nav .menu .backnumber {
		display: none;
	}
	#global-nav .category,
	#global-nav .ranking,
	#global-nav .tag {
		background-color: #000;
	}
	#global-nav .category > dd > ul > li,
	#global-nav .tag > dd > ul > li > dl{
		border-top: 2px solid #575757;
	}
	#global-nav .category > dd > ul > li:first-child,
	#global-nav .tag > dd > ul > li > dl:first-child {
		border-top: none;
	}
	#global-nav .category > dd > ul > li dl dt,
	#global-nav .tag > dd > ul > li dl dt {
		font-size: 1.8rem;
		padding: 0 0 0 2.666%;
		line-height: 2.2;
	}
/*
	#global-nav .category > dd > ul > li.business dl dt {
		border-left: 3px solid #f00;
	}
	#global-nav .category > dd > ul > li.vision dl dt {
		border-left: 3px solid #3dabf0;
	}
	#global-nav .category > dd > ul > li.global-news dl dt {
		border-left: 3px solid #32b24a;
	}
	#global-nav .category > dd > ul > li.talk dl dt {
		border-left: 3px solid #ec9e2e;
	}
	#global-nav .category > dd > ul > li.benefit dl dt {
		border-left: 3px solid #ec467d;
	}
*/
	#global-nav .category > dd > ul > li dl dt span,
	#global-nav .tag > dd > ul > li dl dt span {
		font-size: 1.6rem;
	}
	#global-nav .category > dd > ul > li dl dd,
	#global-nav .tag > dd > ul > li dl{
		/*border-top: 2px solid #575757;*/
		padding: 5px 0 5px 2.666%;
	}
	#global-nav .category > dd > ul > li dl dd ul li a,
	#global-nav .tag > dd > ul > li dl a {
		color: #fff;
		text-decoration: underline;
		font-size: 1.6rem;
		line-height: 1.769;
	}
	#global-nav .tag > dd > ul > li dl {
		padding-right: 2.666%;
	}
	#global-nav .tag > dd > ul > li dl a {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#global-nav .ranking ol li {
		border-bottom: 1px solid #b3b3b3;
		padding: 10px 2.666% 20px;
	}
	#global-nav .ranking ol li:first-child:before {
		content: "";
		width: 47px;
		height: 32px;
		background: url("images/common/ranking1_sp.png") center left no-repeat;
		background-size: contain;
		display: block;
	}
	#global-nav .ranking ol li:nth-child(2):before {
		content: "";
		width: 53px;
		height: 32px;
		background: url("images/common/ranking2_sp.png") center left no-repeat;
		background-size: contain;
		display: block;
	}
	#global-nav .ranking ol li:nth-child(3):before {
		content: "";
		width: 52px;
		height: 32px;
		background: url("images/common/ranking3_sp.png") center left no-repeat;
		background-size: contain;
		display: block;
	}
	#global-nav .ranking ol li:nth-child(4):before {
		content: "";
		width: 46px;
		height: 24px;
		background: url("images/common/ranking4_sp.png") center left no-repeat;
		background-size: contain;
		display: block;
	}
	#global-nav .ranking ol li:nth-child(5):before {
		content: "";
		width: 49px;
		height: 26px;
		background: url("images/common/ranking5_sp.png") center left no-repeat;
		background-size: contain;
		display: block;
	}
	#global-nav .ranking ol li dl {
		display: flex;
		justify-content: space-between;
		padding-top: 10px;
	}
	#global-nav .ranking ol li dl dt {
		width: 139px;
		height: 139px;
		overflow: hidden;
		position: relative;
	}
	#global-nav .ranking ol li dl dt img {
		position: absolute;
		width: 100%;
	}
	#global-nav .ranking ol li.left dl dt img {
		left: 0;
	}
	#global-nav .ranking ol li.center dl dt img {
		left: -50%;
		right: -50%;
		margin: 0 auto;
	}
	#global-nav .ranking ol li.right dl dt img {
		right: 0;
	}
	#global-nav .ranking ol li dl dd {
		width: 50%;
		text-align: right;
	}
	#global-nav .ranking ol li dl dd p {
		font-size: 1.6rem;
		line-height: 1.18;
		margin: 0 0 10px;
		text-align: left;
	}
	#global-nav .ranking ol li dl dd a {
		color: #fff;
		font-size: 1.3rem;
		text-decoration: underline;
		background: url("images/common/list_arrow_sp.png") left center no-repeat;
		background-size: 17%;
		padding-left: 12%;
	}
	#global-nav .menu > .backnumber {
		background-color: #000;
		padding: 10px 0 20px;
	}
	#global-nav .menu > .backnumber label {
		width: 52.933%;
		position: relative;
		height: 30px;
		display: block;
		margin: 0 auto;
	}
	#global-nav .menu > .backnumber label:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 30px;
		height: 30px;
		border-left: 1px solid #cecece;
		background: url("images/common/select_btn_sp.png") center center no-repeat;
		background-size: contain;
		pointer-events: none;
	}
	#global-nav .menu > .backnumber select {
		border: 1px solid #cecece;
		background-color: #fff;
		border-radius: 0;
		font-size: 1.6rem;
		width: 100%;
		margin: 0 auto;
		padding: 1px 10px;
		height: 30px;
		-webkit-appearance: none;
		-moz-appearance: none;
		-ms-appearance: none;
		appearance: none;
	}

	/* Contents */
	#contents {
		padding-bottom: 137px;
	}

	/* Mail magazine */
	#contents .mail-magazine.sp {
		display: block;
	}
	#contents .mail-magazine {
		border: 1px solid #000;
		width: 93.866%;
		margin: 0 auto 20px auto;
		background-color: #f8f8f8;
		padding: 8% 2%;
		box-sizing: border-box;
	}
	#contents .mail-magazine dt {
		margin: 0 0 6%;
	}
	#contents .mail-magazine dt img {
		margin: 0 auto;
		display: block;
		width: 41.333%;
	}
	#contents .mail-magazine dd p {
		margin: 0 0 3%;
		font-size: 1.3rem;
		text-align: center;
	}
	#contents .mail-magazine dd input[type="email"] {
		display: block;
		font-size: 1.6rem;
		width: 82.9333%;
		background-color: #fff;
		box-sizing: border-box;
		border: 1px solid #cecece;
		padding: 2% 3.2154%;
		margin: 0 auto 3%;
	}
	#contents .mail-magazine dd input[type="submit"] {
		width: 36.9318%;
		display: block;
		margin: 0 auto;
		background: #000 url("images/top/mail_magazine_icon.png") 11.5384% center no-repeat;
		border: none;
		color: #fff;
		font-size: 1.5rem;
		text-align: left;
		line-height: 1.75;
		padding: 0 0 0 13.0%;
	}
	#contents .mail-magazine dd input[type="submit"]:hover {
		cursor: pointer;
	}


	/* Footer */
	footer > .wrap {
		padding-bottom: 0;
	}
	footer .pagetop-btn {
		border-bottom: none;
		width: 100%;
	}
	footer .pagetop-btn img {
		width: 20.6666%;
	}
	#copyrights {
		padding: 2.666% 0;
	}
	#copyrights ul {
		display: block;
		float: none;
		margin-bottom: 30px;
	}
	#copyrights ul li {
		float: none;
		display: block;
		border: none;
		text-align: center;
		line-height: 1.7;
	}
	#copyrights small {
		display: block;
		text-align: center;
		float: none;
		font-size: 1.0rem;
		margin: 0;
	}
	.gnav_menu{
		display: none;
	}

}

#topics .menu .mail-magazine dd iframe {
    width: 100%;
    height: 376px;
    border: none;
    background-color: initial;
}
.top_arrow {
	position: fixed;
	bottom: 16px;
	right: 16px;
	z-index: 9999;
}
.top_arrow i {
	padding: 10px;
	font-size: 50px;
	color: #b5b5b5;
}
.gnav_menu{
	background: #e2e2e2;
}
.gnav_menu ul{
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin: 0px auto;
	box-sizing: border-box;
}
.gnav_menu ul li{
	width: calc(100% / 6);
	text-align: center;
	font-size: 18px;
}
.gnav_menu ul li a{
	font-weight:bold;
	padding: 20px;
	display: block;
	position: relative;
	padding: 15px 15px 13px
}
.gnav_menu ul li a:before{
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #5b5b5b;
	position: absolute;
	display: block;
}
.gnav_menu ul li a:hover:before{
	width: 50%;
	border-bottom: 3px solid #5b5b5b;
}
.gnav_menu ul li a:after {
	content: '';
	width: 0;
	right: 50%;
	bottom: 0;
	transition: all 0.3s ease;
	border-bottom: 3px solid #5b5b5b;
	position: absolute;
	display: block;
}
.gnav_menu ul li a:hover:after {
	width: 50%;
	border-bottom: 3px solid #5b5b5b;
}
#topics .menu > dl > dt{
	    margin: 0 0 10px;
    padding: 0;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .05em;
}

.about_nishitai_banner_block {
	padding-bottom: 36px;
}

header .sub-nav {
	position: absolute;
	top: 22px;
	right: 9px;
}

/*.icon_tw {*/
/*	display: block;*/
/*	height: 35px;*/
/*	width: 35px;*/
/*}*/
/*.im-twitter {*/
/*font-size: 27px;*/
/*    color: #fff;*/
/*    padding: 4px;*/
/*    background: #5eaade;*/
/*    border-radius: 2px;}*/
/*.icon_fb {*/
/*		display: block;*/
/*	height: 35px;*/
/*	width: 35px;*/

/*}*/
/*.im-facebook {*/
/*	font-size: 34px;*/
/*    color: #4267b2;*/

/*}*/
.sns-share ul{
	display: flex;
	width: 80px;
	margin: 0 0 20px 0;
	justify-content: space-between;
	align-items: flex-start;
}
.sns-share ul li{
	transition: all 300ms 0s ease;
}
.sns-share ul li:hover{
	opacity: .7;
}