@charset "UTF-8";
/* -----------------------------------------------------------------------------

INSIGHT

----------------------------------------------------------------------------- */
@media screen and (min-width: 951px) {

/* -----------------------------------------------------------------------------

ローカルナビ

----------------------------------------------------------------------------- */
/* アクティブ */
.insightTop .navInsightTop > a > span,
.scope .navInsightScope > p > a > span,
.lp3 .navInsightLp3 > p > a > span,
.collection .navInsightCollection > p > a > span,
.pickup .navInsightPickup > p > a > span,
.kurashi .navInsightKurashi > p > a > span,
.potomac .navInsightPotomac > p > a > span,
.ad .navInsightAd p > a > span {
	border-bottom: 1px solid #e60012 !important;
}

/* 経済研究所用 */
.potomac .navInsightPotomac > a > span {
	border-bottom: 1px solid #e60012 !important;
}
.potomac .navResearchOther .navInsightPotomac > a > span {
	border-bottom: none !important;
}



/* pagenav
  ---------------------------------------------*/
.scope #pageNav .inner > ul > li.scope > a,
.lp3 #pageNav .inner > ul > li.lp3 > a,
.collection #pageNav .inner > ul > li.collection > a,
.pickup #pageNav .inner > ul > li.pickup > a,
.kurashi #pageNav .inner > ul > li.kurashi > a,
.potomac #pageNav .inner > ul > li.potomac > a,
.ad #pageNav .inner > ul > li.ad > a {
	color: #e60012 !important;
}

}


@media print, screen and (min-width: 751px) {

/* -----------------------------------------------------------------------------
	/insight/
----------------------------------------------------------------------------- */
.insightTop #pageTtl.ttlImg {
	background-image: url(../ad-videos/img/bg_main.jpg);
	background-position: center top;
}
.insightTop #slider .slide {
	float: left;
	width: 43%;
	height: 265px;
	position: relative;
	overflow: hidden;
}
.insightTop #slider .slide:first-child {
	width: 57%;
	height: 530px;
}
.insightTop #slider .slide a {
	display: block;
	height: 100%;
}
.insightTop #slider .slide a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 184px;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	z-index: 2;
}
.insightTop #slider .slide.new a:after {
	content: "";
	display: block;
	width: 68px;
	height: 68px;
	background: url(../common/img/icon_new.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.insightTop #slider .slide .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.insightTop #slider .slide a:hover .img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.insightTop #slider .slide .text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 0 30px 25px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: 600;
	z-index: 3;
}
.insightTop #slider .slide .text span {
	display: block;
	font-size: 1.4rem;
	margin:  0 0 10px;
	font-weight: 400;
}
.insightTop #contents .section {
	position: relative;
	padding: 0;
	background: url(../ad-videos/img/bg_insight.png) no-repeat center 10px;
}
.insightTop #contents .section .inner p {
	line-height: 1.6;
	margin: 0;
}
.insightTop #contents .section .inner .ttlWrap {
	position: relative;
}
.insightTop #contents .section .inner h1 {
	font-size: 6rem;
	text-align: center;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, "sans-serif";
}
.insightTop #contents .section .inner .lead {
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 60px;
}
.insightTop #contents .section .inner .sort {
	margin-bottom: 30px;
}
.insightTop #contents .section .inner .sort dt {
	font-size: 2rem;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
.insightTop #contents .section .inner .sort dd ul {
	margin: -10px 0 0 -10px;
	display: flex;
	justify-content: flex-start;
}
.insightTop #contents .section .inner .sort dd ul li {
	display: inline-block;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
	min-width: 70px;
	margin: 10px 0 0 10px;
	text-align: center;
	flex-grow: 1;
	cursor: pointer;
}
.insightTop #contents .section .inner .sort dd ul li:hover {
	color: #cb151d;
}
.insightTop #contents .section .inner .sort dd ul li.active {
	color: #fff;
	background: #cb151d;
	border: 1px solid #cb151d;
	pointer-events: none;
}
.insightTop #contents .section .inner .list {
	margin: 0 -0.81%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.insightTop #contents .section .inner .scope-list li {
	position: relative;
}
.insightTop #contents .section .inner .list li.show {
	animation: .6s zoom-in;
}
.insightTop #contents .section .inner .list li.noLink a {
	cursor: default;
}
.insightTop #contents .section .inner .scope-list li.new a:before {
	content: "";
	display: block;
	width: 45px;
	height: 45px;
	background: url(../common/img/icon_new.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 2;
}
.insightTop #contents .section .inner .list li a .figure {
	position: relative;
}
.insightTop #contents .section .inner .list li a .figure figure {
	overflow: hidden;
}
.insightTop #contents .section .inner .list li a .figure figure img {
	width: 100%;
}
.insightTop #contents .section .inner .list li a .figure .label {
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	background: #222;
	font-size: 1.1rem;
	padding: 0 10px;
}
.insightTop #contents .section .inner .list li a .text {
	background: #fff;
	font-size: 1.6rem;
	padding: 10px 0 0;
	box-sizing: border-box;
	font-weight: 600;
}
.insightTop #contents .section .inner .list li a .text span {
	font-size: 1.4rem;
	font-weight: 400;
}
/*.insightTop #contents .section .inner .list li.living a .text p:after {
	content: "";
	display: inline-block;
	background: url(../common/img/icon_blank02.png) no-repeat;
	width: 9px;
	height: 8px;
	margin-left: 4px;
}*/
.insightTop #contents .section .inner .list li.living.noLink a .text p:after {
	content: none;
}
.insightTop #contents .section .inner .list li.living.noLink a:active {
	color: #333;
}
.insightTop #contents .section .inner .btn.more {
	margin: 0 auto;
	width: 380px;
}
.insightTop #contents .section .inner .btn.more a {
	height: 60px;
	line-height: 60px;
}
.insightTop #contents .section .inner .btn.more a span {
	display: block;
	background: url(../common/img/icon_plus_g.png) no-repeat 92% center;
}


/* -----------------------------------------------------------------------------
	/insight/potomac/
----------------------------------------------------------------------------- */
.potomacTop #pageTtl {
	background-image: url(../potomac/img/bg_main.jpg);
	background-position: center top;
	height: 400px;
}
.potomacTop #pageTtl .inner {
	position: relative;
}
.potomacTop #pageTtl .ttlBox {
	position: absolute;
	width: 580px;
	height: 260px;
	background: rgba(255,255,255,0.8);
	top: 70px;
	left: 70px;
	display: table;
}
.potomacTop #pageTtl .ttlBox > div {
	display: table-cell;
	padding: 0 50px;
	vertical-align: middle;
	width: 100%;
}
.potomacTop #pageTtl .ttlBox .ttl {
	font-size: 4rem;
}
.potomacTop #pageTtl .ttlBox p {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 15px;
}
.potomacTop section ul li a {
	display: block;
}
.potomacTop section ul li a:hover {
	text-decoration: none !important;
}
.potomacTop section ul li .figure h3 {
	line-height: 1.5;
}
.potomacTop section ul li .text {
	margin-top: 12px;
}
.potomacTop section ul li .text p {
	font-size: 1.4rem;
	line-height: 1.6 !important;
	margin-bottom: 10px !important;
}
.potomacTop section ul li .text span {
	font-size: 1.1rem;
}

/* col2 */
.potomacTop ul.col2 {
	margin-bottom: 60px;
}
.potomacTop ul.col2 li a .figure {
	position: relative;
}
.potomacTop ul.col2 li.new .figure:before {
	content: "";
	width: 68px;
	height: 68px;
	background: url(../potomac/img/icon_new.png);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.potomacTop ul.col2 li .figure:after {
	content: "";
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
	z-index: 9;
}
.potomacTop ul.col2 li .figure h3 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.5;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/* col4 */
.potomacTop ul.col4 {
	margin-bottom: -40px;
}
.potomacTop ul.col4 li {
	margin-bottom: 50px;
	padding: 0 5px;
}
.potomacTop ul.col4 li h3 {
	margin-top: 15px;
}
.potomacTop ul.col4 li a:hover h3 {
	text-decoration: underline;
}
.potomacTop ul.col4 li .text {
	margin-top: 10px;
}

/* -----------------------------------------------------------------------------
	/insight/potomac/下層
----------------------------------------------------------------------------- */
.potomacSub #pageTtl {
	background-image: url(../potomac/img/bg_main_sub.jpg);
}
.potomacSub #lead .sign {
	display: table;
	float: right;
}
.potomacSub #lead .inner > p {
	font-size: 1.6rem;
	margin-bottom: 15px !important;
}
.potomacSub #lead .sign span {
	display: table-cell;
	vertical-align: middle;
}
.listSlider .slick-slide {
	padding: 0 15px;
}
.listSlider li figure img {
	width: 100%;
}
.listSlider li figure {
	margin-bottom: 7px;
}
.listSlider li figure + span {
	display: block;
	text-align: left;
}
.potomacSub #contentsBtmLink.normal .inner {
	padding-top: 70px;
}



/* -----------------------------------------------------------------------------
	/insight/
----------------------------------------------------------------------------- */
.insightTop #contents .section .inner .sort dd ul {
	display: block;
	justify-content: inherit;
}

.potomacSub #contentsBtmLink.normal .inner {
	padding-left: 40px;
	padding-right: 40px;
}


.art_overseas .thumb ul {
	padding: 0 10px;
}

/* -----------------------------------------------------------------------------
	/insight/scope/下層
----------------------------------------------------------------------------- */
.scopeSub #info .inner div {
	width:44%;
}
.scopeSub #info .inner figure {
	width:52%;
}
.scopeSub #info .inner img {
	width:100%;
}
.scopeSub #movie .movieplayer img {transition:.3s;}

.scopeSub #movie .movieplayer img:hover {cursor: pointer; opacity:0.9; transition:.3s;}


}

/* -----------------------------------------------------------------------------

  	印刷設定

  ----------------------------------------------------------------------------- */
@media print {
	.scopeSub .fade {
		opacity: 1 !important;
		top: 0 !important;
	}
}
