@charset "UTF-8";

/*categoryItem--component*/
.bg-category {
	background: url(/tec_info/categories/img/bg-category.png)no-repeat;
	background-position: bottom;
	background-size: 100%;
}

.c-categoryItems {
	font-size: 16px;
	line-height: 1.4;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.c-categoryItems .__item {
	margin-bottom: 25px;
	width: calc(50% - 15px/2);
}

.c-categoryItem .__img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
}

.c-categoryItem .__tit {
	font-weight: bold;
	font-size: 18px;
}

.c-categoryItem .__txt {
	display: none;
}

.c-categoryItem a {
	display: inline-block;
}

.c-categoryItem a:hover {
	opacity: .7;
}

/*categoryItem2--component*/
.c-categoryItems .__item2 {
	margin-bottom: 40px;
}

.c-categoryItems .__tit2.__tit {
	letter-spacing: normal;
}

.c-categoryItems .__img2.__img {
	margin-bottom: 0;
}

.cmn-block {
	margin-top: 0;
}

.cmn-block.l-newest-issue {
	margin-top: 0;
}

.__latest-issue.cmn-block {
	margin-top: 0;
	margin-bottom: 0;
}

.__latest-issue.cmn-block .cmn-block-inner {
	margin-bottom: 85px;
}

.__latest-issue .stock {
	font-size: 16px;
}

.__latest-issue .stock p {
	font-size: 14px;
	margin-bottom: 30px;
}

.__latest-issue .stock ul {
	line-height: 1.6;
	margin-bottom: 10px;
}

.__latest-issue .__h2 {
	margin-top: 10px;
}

.__latest-issue .__flex .__small {
	font-size: 14px;
	display: block;
}

.__latest-issue .__flex .__item h3 {
	display: block;
	margin-bottom: 14px;
}

.l-newest-issue .cmn-bulletsVertical-sub-list.list-marker {
	list-style-type: none;
	padding-left: 0;
}

.l-newest-issue .cmn-bulletsVertical-sub-list li {
	margin-bottom: 54px;
}

.l-newest-issue .cmn-bulletsVertical-sub-list .__exlink {
	margin-bottom: 10px;
	position: relative;
	padding-left: 1em;
}

.l-newest-issue .cmn-bulletsVertical-sub-list .__exlink::before {
	content: '◆';
	font-size: 14px;
	position: absolute;
	left: 0;
	color: #1D2088;
}

.l-newest-issue .cmn-bulletsVertical-sub-list .__author {
	margin-bottom: 25px;
	margin-left: 28px;
}

.l-newest-issue .cmn-bulletsVertical-sub-list .parts-heading-report-link {
	text-align: left;
	margin-left: 28px;
}

@media print,
screen and (min-width: 768px) {
/*categoryItem--component*/
	.c-categoryItems {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.c-categoryItem .__img {
		margin-bottom: 10px;
	}

	.c-categoryItems .__item:not(:nth-last-child(-n+2)) {
		margin-bottom: 50px;
	}

	.c-categoryItems .__item:not(:nth-child(3n)) {
		margin-right: 38px;
	} 

	.c-categoryItem {
		margin-bottom: 0;
	}

	.c-categoryItem .__imgBox {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	.c-categoryItem .__tit {
		margin-bottom: 10px;
	}

	.c-categoryItem .__txt {
		display: block;
	}

	.c-categoryItems .__item {
		width: calc(100%/3 - 76px/3);
	}

	.__latest-issue.cmn-block .cmn-block-inner {
		margin-bottom: 80px;
	}

	.__latest-issue .stock p {
		margin-bottom: 0;
	}

	.__latest-issue .stock ul {
		display: flex;
	}

	.__latest-issue .stock ul li:not(:first-child) {
		margin-left: 16px;
	}

	.__latest-issue .__h2 {
		margin-top: 40px;
	}

	.__latest-issue .__flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.__latest-issue .__flex .__item {
		width: calc(50% - 30px/2);
	}

	.__exlink a:hover {
		opacity: .7;
		;
	}

	.__latest-issue .__flex .__item:nth-child(-n+2) h3 {
		margin-top: 0;
	}

	.l-newest-issue {
		background-position: 0 -90px;
	}

	.l-newest-issue .cmn-bulletsVertical-sub-list li {
		margin-bottom: 60px;
	}

	.l-newest-issue .cmn-bulletsVertical-sub-list .__author {
		margin-left: 1.5em;
		margin-bottom: 0;
	}

	.l-newest-issue .cmn-bulletsVertical-sub-list .parts-heading-report-link {
		text-align: right;
	}
}