z@charset "utf-8";
@media screen and (max-width: 950px) {

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

ナビ　アクティブ設定

----------------------------------------------------------------------------- */
/* 第2階層オープン */
header .inner .navWrap #gnav > ul > li#navResearch .subMenu {
	display: block;
}
.researchTop header .inner .navWrap #gnav > ul > li#navResearch .subMenu {
	display: none;
}
	
/* 第3階層オープン */
.research.report header .inner .navWrap #gnav > ul > li .subMenu .inner > ul > li.navResearchReport dl dd,
.research.career header .inner .navWrap #gnav > ul > li .subMenu .inner > ul > li.navResearchReport dl dd,
/*.research.pocket_data_book header .inner .navWrap #gnav > ul > li .subMenu .inner > ul > li.navResearchPocket dl dd,*/
.research.info header .inner .navWrap #gnav > ul > li .subMenu .inner > ul > li.navResearchOther dl dd {
	display: block;
}
.research.reportTop header .inner .navWrap #gnav > ul > li .subMenu .inner > ul > li.navResearchReport dl dd,
.research.infoTop header .inner .navWrap #gnav > ul > li .subMenu .inner > ul > li.navResearchOther dl dd {
	display: none;
}

/* アクティブ */
.researchTop #navResearch > a > span,
.reportTop .navResearchReport dt > a > span,
.report.grain .navResearchGrain > a > span,
.report.tag .navResearchTag > a > span,
.researcher .navResearchResearcher > a > span,
.career .navResearchResearcher > a > span,
.report.archives .navResearchArchives > a > span,
.pocket_data_book .navResearchPocket dt > a > span,
.potomac .navResearchPotomac > p > a > span,
.infoTop .navResearchOther dt > a > span,
.media .navResearchMedia > a > span,
.news .navResearchNews > a > span,
.column .navResearchColumn > a > span,
.sahara .navResearchSub > a > span,
.access .navResearchAccess > p > a > span {
	border-bottom: 2px solid #e60012;
}


}
@media screen and (max-width: 750px) {

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

丸紅経済研究所TOP

----------------------------------------------------------------------------- */
/* ttl
---------------------------------------------*/
.researchTop #pageTtl.ttlImg {
	background-image: url(../research/img/bg_main.jpg);
}

/* newsWidget
---------------------------------------------*/	
.researchTop #newsWidget {
	overflow: hidden;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.researchTop #newsWidget .inner {
	padding-bottom: 0 !important;
}
.researchTop #newsWidget .sortYear input {
	width: 60%;
}
.researchTop .ttlSearch {
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 5px !important;
}
.freeWord input {
	width: 72%;
	float: left;
	font-size: 1.6rem;
	border-right: 1px solid #cb151d;
}
.freeWord input[type="submit"] {
	float: left;
	width: 28%;
    background: #cb151d url(../common/img/sp/icon_search_w.png) no-repeat 20% center;
	background-size: 15px;
    color: #fff;
    border: none;
    line-height: 43px;
    padding-left: 20px;
	border-radius: 0 2px 2px 0;
	font-size: 1.4rem;
	
}
.freeWord .btn.search {
	float: left;
	width: 28%;
}
.freeWord .btn.search a {
	width: 100%;
	height: 43px;
}


/* groupLink
---------------------------------------------*/
/*.researchTop .groupLink {
	margin-top: 80px;
}
.researchTop .groupLink > li {
	margin-top: 40px;
}*/
/*.researchTop #groupLink .inner {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.researchTop #groupLink .inner > ul {
}
.researchTop #groupLink .inner > ul > li {
	width: 100%;
	height: auto !important;
	overflow: hidden;
}
.researchTop #groupLink .inner > ul > li + li {
	margin: 30px 0 0;
}
.researchTop #groupLink ul li figure {
	margin-bottom: 14px;
}
.researchTop #groupLink ul li figure img {
	width: 100%;
}
.researchTop #groupLink ul li h4 {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5px;
}
.researchTop #groupLink ul li h4 a {
	background: url(../common/img/sp/icon_arrow_r.png) no-repeat left center;
	background-size: 6px;
	padding-left: 13px;
}
.researchTop #groupLink ul li p {
	margin-bottom: 0 !important;
}
.researchTop #groupLink ul li ul.linkGroup {
	margin-top: -12px;
}
.researchTop #groupLink ul li ul.linkGroup li {
	margin-bottom: 0;
	margin-top: 12px;
}
.researchTop #groupLink ul li.wide ul.linkGroup {
	padding-top: 10px;
}
.researchTop #groupLink ul li.wide ul.linkGroup li {
	display: block;
	height: auto;
	float: none;
	padding-right: 0;
	margin-right: 0;
}
.researchTop #groupLink ul li.wide ul.linkGroup li:after {
	display: none;
}
.researchTop #groupLink ul li.wide ul.linkGroup li a {
	display: inline-block;
}
.researchTop #groupLink ul li.wide ul.linkGroup li a.link {
	margin: 0 0 0 14px;
	position: relative;
	font-size: 1.2rem;
}
.researchTop #groupLink ul li.wide ul.linkGroup li a.link:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../common/img/sp/icon_arrow_r.png) no-repeat left center;
	background-size: 6px;
	position: absolute;
	top: 0.3em;
	left: -14px;
}
.researchTop #groupLink ul li.wide ul.linkGroup li a.iconPdf span {
	padding-left: 0;
	background: url(../common/img/sp/icon_pdf_b.png) no-repeat right center;
	background-size: 13px;
	display: inline;
}*/

/* お問い合わせ
---------------------------------------------*/	
.form.confirm .btnArea {
	text-align: center;
	margin: 40px auto 0;
}
}


/* -----------------------------------------------------------------------------
	report/archives/
----------------------------------------------------------------------------- */
@media all and (min-width: 0) and (max-width: 767px) {
	/*.report #navResearch > a > span,
	.media #navResearch > a > span,
	.access #navResearch > a > span {
		border-bottom: 2px solid #e60012;
	}*/

	.report #contents section .inner {
		padding: 15px;
	}
	
	.report #contents .title {
		margin-bottom: 5px !important;
		font-size: 1.5rem;
	}
	
	.report #contents .topBox .searchBox {
		margin-bottom: 20px;
		width: 100%;
	}
	
	.report #contents .topBox .searchBox input {
		width: 72%;
		font-size: 1.6rem;
		height: 45px;
	}
	
	.report #contents .topBox .searchBox input[type="text"] {
		padding: 10px 15px;
	}
	
	.report #contents .topBox .searchBox input[type="submit"] {
		float: left;
		width: 28%;
		background: #cb151d url(../common/img/sp/icon_search_w.png) no-repeat 20% center;
		background-size: 15px;
		color: #fff;
		border: none;
		line-height: 43px;
		padding-left: 20px;
		border-radius: 0 2px 2px 0;
		font-size: 1.4rem;
	}
	
	.report #contents .topBox .searchBox .search {
		width: 28%;
		margin: 0;
	}
	
	.report #contents .topBox .searchBox .btn.search a {
		height: 43px;
	}
	
	.report #contents .topBox .searchBox .btn.search a span {
		font-size: 1.4rem;
	}
	
	.report #contents .topBox .btnBox {
		float: none;
		margin-top: 10px;
	}
	
	.report #contents .topBox .btnBox .btn {
		width: 100%;
		margin: 0 0 15px;
	}
	
	.report #contents .topBox .btnBox .btn a {
		line-height: 38px;
	}
	
	.report #contents .yearBox .selectBox {
		float: none;
		width: 100%;
	}
	
	.report #contents .yearBox .selectBox select {
		font-size: 1.6rem;
		padding: 0 40px 0 15px;
		width: 100%;
		background: url(../common/img/icon_arrow_btm_r.png) no-repeat 96% center; 
	}
	
	.report #contents .yearBox .anchorList {
		width: auto;
		float: none;
		margin: 35px 0;
	}
	
	.report #contents .yearBox .anchorList li {
		padding: 0;
		margin: 5px 0;
	}
	
	.report #contents .yearBox .anchorList li a {
		padding: 3px 18px;
	}
	
	.anchorList li:after {
		content: "";
		width: 99%;
		height: 1px;
		background: #ccc;
		position: absolute;
		top: -5px;
		left: 0;
	}
		
	.report .newsType04 .newsList,
	.report .newsType05 .newsList {
		padding: 0 0 40px;
	}


}


/* -----------------------------------------------------------------------------
	report/tag/
----------------------------------------------------------------------------- */
@media all and (min-width: 0) and (max-width: 767px) {	
.report.tag #contents section .inner .boxBorder02 {
	margin: 20px 0 30px;
}
.report.tag #contents section .inner .boxBorder02 .title {
	float: none;
	margin: 0 0 15px!important;
	padding: 0;
	width: auto;
	text-align: left;
	line-height: 1.2;
	position: relative;
	top: -2px;
}
.report.tag #contents section .inner .boxBorder02 .checkAll {
	padding-bottom: 5px;
}
.report.tag #contents section .inner .boxBorder02 dl {
	clear: both;
	margin: 15px 0 0;
	padding: 15px 0 0;
	border-top: 1px solid #ddd;
}
.report.tag #contents section .inner .boxBorder02 dl dt {
	float: none;
	margin: 0 0 10px;
	width: auto;
	text-align: left;
}
.report.tag #contents section .inner .boxBorder02 dl dd {
	margin: 0;
}
.report.tag #contents section .inner .boxBorder02 dl dd ul {
	margin: -10px 0 0 -20px;
}
.report.tag #contents section .inner .boxBorder02 dl dd ul li {
	float: left;
	margin: 10px 0 0 20px;
	width: auto !important
}
.report.tag #contents section .inner .ttl01 {
	font-size: 1.8rem;
}



}


/* -----------------------------------------------------------------------------
	media/
----------------------------------------------------------------------------- */
@media all and (min-width: 0) and (max-width: 767px) {	
	.media .newsType03 .newsList .newsBox ul li .text a:hover {
		text-decoration: none !important;
		display: inline;
		color: #333;
		border-bottom: none;
	}
	
	.media #contents .inner .newsType03 .newsList dl dt {
		margin-bottom: 5px;
	}
}


/* -----------------------------------------------------------------------------
	news/
----------------------------------------------------------------------------- */
@media all and (min-width: 0) and (max-width: 767px) {	
	.news .btnCenter {
		margin: 10px 0 0;
		display: block;
	}
	.news .btnCenter .btn {
		width: 250px !important;
		margin: 0 auto !important;
		min-height: inherit;
	}
	.news .btnCenter .btn + .btn {
		margin-top: 20px!important;
	}
	.news .btnCenter .btn a {
		margin: 0 auto !important;
		height: 38px !important;
		padding: 0;
		font-size: 1.3rem;
		line-height: 38px;
		display: block;
	}
	.news .inputBox dt {
		float:none;
		width: auto;
		line-height: 1.6;
		margin-bottom: 5px;
	}
	.news .inputBox dd {
		margin: 0;
		padding: 0 80px 0 0;
		width: 100%;
	}
	.news .inputBox dd button {
		width: 80px;
	}
	.news .inputBox dd .news_search_submit_btn {
		width: 80px;
	}
	.news .inputBox dd .news_search_submit_btn input {
		width: 80px;
	}	
}


/* -----------------------------------------------------------------------------
	pocket_data_book/
----------------------------------------------------------------------------- */
@media all and (min-width: 0) and (max-width: 767px) {	
	.pocket_data_book #contents section .inner .txtCenter {
		margin: 10px 0 36px;
		font-size: 1.4rem;
		line-height: 1.8;
		text-align: left;
	}

}


/* -----------------------------------------------------------------------------
	research/report/researcher/
----------------------------------------------------------------------------- */
@media all and (min-width: 0) and (max-width: 767px) {
	
.researcher #contents .boxBorder dl dt {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.researcher #contents .boxBorder dl dt .name {
	position: relative;
	padding-right: 10px;
	margin-right: 10px;
}
.researcher #contents .boxBorder dl dt .name:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background: #222;
	display: inline-block;
	top: 50%;
	margin-top: -9px;
	right: 0;
}
.researcher #contents .boxBorder dl dt p {
	margin-bottom: 0;
}

}


/* -----------------------------------------------------------------------------
	research/report/researcher/career/
----------------------------------------------------------------------------- */
@media all and (min-width: 0) and (max-width: 767px) {
	
.career #pageTtl .subTtl .ttl span.en {
	display: inline-block;
	font-size: 2.0rem;
}
	.career #contents table {
	margin-bottom: 30px;
}
.career #contents .btn {
	margin: 30px auto 0;
	width: 250px;
}
.career .newsType04 .newsList ul li,
.career .newsType07 .newsList ul li { 
	display: none;
	border-bottom: none;
	border-top: 1px dotted #aaa;
}
.career .newsType04 .newsList ul li:first-child,
.career .newsType07 .newsList ul li:first-child { 
	border-top: none;
}
.career .newsType04 .newsList ul li:nth-child(1),
.career .newsType04 .newsList ul li:nth-child(2),
.career .newsType04 .newsList ul li:nth-child(3),
.career .newsType04 .newsList ul li:nth-child(4),
.career .newsType04 .newsList ul li:nth-child(5),
.career .newsType07 .newsList ul li:nth-child(1),
.career .newsType07 .newsList ul li:nth-child(2),
.career .newsType07 .newsList ul li:nth-child(3),
.career .newsType07 .newsList ul li:nth-child(4),
.career .newsType07 .newsList ul li:nth-child(5) { 
	display: block;
}
.career .newsType04 .btn,
.career .newsType07 .btn { 
	margin-top: 1.8em !important;
	display: none;
}
	
}