@charset "utf-8";

/* ------------------------------
 IR情報（PC）
------------------------------ */
/* 新着情報 */
.newsBlock {
	position: relative;
}
.newsBlock p.cms_link {
	position: absolute;
	top: 10px;
	right: 0;
}
.newsBlock ul.newsList {
	border-top: none;
}
.newsBlock ul.newsList li {
	padding: 20px 0 21px;
}
.newsBlock ul.newsList li:first-child {
	padding-top: 0;
}
.newsBlock ul.newsList li::before {
	content: none;
}
.newsBlock ul.newsList li .ntext {
	margin-top: 0;
}
.newsBlock ul.newsList li a {
	border-bottom: none;
	color: #000;
	font-size: 1.6rem;
	font-weight: normal;
}
.newsBlock ul.newsList li a::after {
	content: none;
}
@media print, screen and (min-width: 768px) {
	/* 新着情報 */
	.newsBlock ul.newsList li .date {
		line-height: 30px;
	}
	.newsBlock ul.newsList li .ntext {
		width: calc(100% - 123px);
	}
	/* リンクブロックの最終行が2つだった場合 */
	.linkBlock.li2 ul {
		justify-content: center;
	}
}
/* ------------------------------
 IR情報（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 新着情報 */
	.newsBlock p.cms_link {
		top: 3px;
	}
}

/* ------------------------------
 IRカレンダー（PC）
------------------------------ */
.calendarBlock table thead {
	border-bottom: 1px dotted #b7c0ca;
}
.calendarBlock table thead th {
	text-align: center;
}
@media print, screen and (min-width: 768px) {
	.calendarBlock table thead th:first-child {
		width: 20%;
	}
	.calendarBlock table thead th:last-child {
		width: 80%;
	}
	.calendarBlock table tbody th {
		text-align: right;
		padding-right: 30px;
	}
}
/* ------------------------------
 IRカレンダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.calendarBlock .cms_image.w258 {
		width: 100%;
		max-width: 258px;
		margin: 0 auto 25px !important;
		float: none !important;
	}
	.calendarBlock table thead th:last-child {
		display: none;
	}
}

/* ----------------------------------------
 下層下部メニュー 株価情報ブランクアイコン（SP）
---------------------------------------- */
@media screen and (max-width: 767px) {
	.cnav li:nth-child(6) a[target="_blank"] {
		background: url(../img/icon_blank.svg) no-repeat 5.35em center / 10px 10px;
		background-color: rgba(0,61,145,.06);
	}
}

/* ------------------------------
 PDF一覧（PC）
------------------------------ */
.cms_block > .cms_pdf {
	border-bottom: 1px dotted #b7c0ca;
	padding-top: 20px;
	padding-bottom: 20px;
}
.cms_block > h2 + .cms_pdf,
h3 + .cms_pdf {
	margin-top: -20px;
}
.cms_pdf + h3 {
	margin-top: 40px;
}
/* ------------------------------
 PDF一覧（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block > .cms_pdf {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.cms_block > h2 + .cms_pdf,
	h3 + .cms_pdf {
		margin-top: -15px;
	}
	.cms_pdf + h3 {
		margin-top: 25px;
	}
}