@charset "utf-8";

.icon_pdf-size {
	margin: 0;
	vertical-align: 1px;
}

/* INDEX
-------------------------------------------*/
.library_index .dl_file a {
	width: 100%;
	max-width: 22em;
}

.library_index .boxTxtLnk {
	margin: 100px 0 0;
}

/* 決算短信
-------------------------------------------*/
#select_year {
	position: relative;
	width: 250px;
	margin: 0 auto 50px 0;
}

#select_year::before {
	position: absolute;
	content: '';
	display: block;
	width: 10px;
	height: 7px;
	top: 50%;
	right: 30px;
	margin: -4px 0 0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAACXBIWXMAABYlAAAWJQFJUiTwAAABBklEQVQ4jZVUsXECMRDcfxr4Et4dfAEKcAfQAVSxscPL6ACHzqADnCg2JeAOXIJn7dP7R5bEsJHmbrU63Z7UkZwAnACM+MU7gK2ZfaEBkoPvWzvrpn19JgYnHFtijqUYXOPUZ2IJG5JVUc+tC6mxb1SwI7kriCn2L54gwUND9EhyroTk5k47Dp039wJgqpBkzrOvxRsqvKt4Hf4c+6j0M5GHRl6HPmkyusV1pjsV1PBzAzPToZhN8cD2QTFhn8SE1TITY7yFED41Ng+IvS0Dq5wRY7yGEMaGSQmvZvaSB+ce5iCpl1Cr9Gxmxfa0Bnvv7uZQTLkiqoL+OWj+9FkkaC1Hyx8HgG8BA1EDroXjKQAAAABJRU5ErkJggg==) 0 0 no-repeat;
	background-size: 10px 7px !important;
}

#select_year_select option {
	-webkit-appearance: none;
	appearance: none;
	height: 100px;
}

#select_year_select {
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	padding: 15px 30px;
	font-size: 1.9rem;
	color: #888;
	text-align: center;
	background: transparent;
	border: #eee 4px solid;
	border-radius: 100px;
	box-sizing: border-box;
	cursor: pointer;
}

#select_year_select::-ms-expand {
	display: none;
}

#select_year_select:focus {
	outline: none;
}

#lib_results_list>li:nth-child(n+2) {
	display: none;
}

#lib_results ul+h2 {
	margin: 60px 0 0 0;
}

#lib_results .list__title {
	margin: 0 0 5px 0;
}

#lib_results h2 span {
	display: inline-block;
	margin: 0 0 0 -0.5em;
}

/* アニュアルレポート 株主通信
--------------------------------------------------------------------------------------*/
.thumb_list {
	position: relative;
	display: flex;
}

.thumb_list .img {
	display: block;
}

.thumb_list .img img {
	display: block;
	height: auto;
}

.section>.thumb_list:nth-of-type(1)::after {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -140px;
	padding: 0 0 0 36px;
	font-size: 28px;
	line-height: 1.4;
	font-weight: var(--bold);
	border-left: solid 13px #1374c1;
	box-sizing: border-box;
}

/* アニュアルレポート
-------------------------------------------*/
#lib_ar .thumb_list {
	padding: 15px 25px 40px;
}

#lib_ar .thumb_list:nth-of-type(n+2) {
	align-items: center;
}

#lib_ar .thumb_list .img {
	flex: 0 1 125px;
}

#lib_ar .thumb_list .img img {
	width: 105px;
}

#lib_ar .thumb_list .icon_pdf-size {
	line-height: 17px;
}

#lib_ar .thumb_list:nth-of-type(1) {
	margin: 0 0 170px 0;
	padding: 0 25px;
}

#lib_ar .thumb_list:nth-of-type(1) .list__title {
	min-width: 27em;
	margin: 0 0 13px 0;
	padding: 8px 12px 8px 42px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

#lib_ar .thumb_list:nth-of-type(1) .img {
	flex: 0 1 205px;
}

#lib_ar .thumb_list:nth-of-type(1) .img img {
	width: 170px;
}

#lib_ar .thumb_list:nth-of-type(1)::after {
	content: '過去の統合報告書';
}

#lib_ar .thumb_list:nth-of-type(n+2) .list__title {
	margin: 0;
}

@media screen and (max-width:770px) {
	#lib_ar .thumb_list:nth-of-type(1) {
		flex-wrap: wrap;
	}

	#lib_ar .thumb_list:nth-of-type(1) .list__title {
		min-width: 31em;
	}

	#lib_ar .thumb_list:nth-of-type(1)::after {
		bottom: -120px;
		padding: 0 0 0 30px;
		font-size: 25px;
		border-left: solid 10px #1374c1;
	}

	#lib_ar .thumb_list:nth-of-type(1) .img {
		flex: 0 1 100%;
		padding: 0 0 30px 0;
	}
}

@media screen and (max-width:640px) {
	#lib_ar .thumb_list:nth-of-type(n+2) {
		flex-wrap: wrap;
	}

	#lib_ar .thumb_list:nth-of-type(n+2) .img {
		flex: 0 1 100%;
		padding: 0 0 10px 0;
	}
}

@media screen and (max-width:500px) {
	#lib_ar .thumb_list:nth-of-type(1) .list__title {
		width: 100%;
		min-width: 0;
	}
}

@media screen and (max-width:430px) {
	#lib_ar .thumb_list:nth-of-type(1) {
		padding-left: 15px;
		padding-right: 15px;
	}

	#lib_ar .thumb_list:nth-of-type(n+2) {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* 株主通信
-------------------------------------------*/
#lib_kanu .thumb_list {
	padding: 15px 25px 20px;
}

#lib_kanu .thumb_list .img {
	flex: 0 1 130px;
}

#lib_kanu .thumb_list .img img {
	width: 110px;
}

#lib_kanu .thumb_list .list__title {
	margin: 10px 0 0 0;
}

#lib_kanu .thumb_list .icon_pdf-size {
	line-height: 18px;
}

#lib_kanu .thumb_list:nth-of-type(1) {
	margin: 0 0 170px 0;
	padding: 0 25px;
	align-items: center;
}

#lib_kanu .thumb_list:nth-of-type(1) .list__title {
	margin: 0 0 13px 0;
	padding: 10px 12px 10px 42px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

#lib_kanu .thumb_list:nth-of-type(1) .img {
	flex: 0 1 235px;
}

#lib_kanu .thumb_list:nth-of-type(1) .img img {
	width: 200px;
}

#lib_kanu .thumb_list:nth-of-type(1)::after {
	content: '過去の株主通信';
}

@media screen and (max-width:770px) {
	#lib_kanu .thumb_list .img {
		padding: 0 0 10px 0;
	}

	#lib_kanu .thumb_list:nth-of-type(1)::after {
		bottom: -120px;
		padding: 0 0 0 30px;
		font-size: 25px;
		border-left: solid 10px #1374c1;
	}

	#lib_kanu .thumb_list:nth-of-type(1) .img {
		padding: 0 0 30px 0;
	}
}

@media screen and (max-width:430px) {
	#lib_kanu .thumb_list:nth-of-type(1) {
		padding-left: 15px;
		padding-right: 15px;
	}

	#lib_kanu .thumb_list:nth-of-type(n+2) {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* 有価証券報告書
-------------------------------------------*/
#lib_yuho ul+h2 {
	margin: 60px 0 0 0;
}

#lib_yuho h2 span {
	display: inline-block;
	margin: 0 0 0 -0.5em;
}

#lib_yuho .list__title {
	margin: 0 0 5px 0;
}

/* その他説明会
-------------------------------------------*/
#lib_briefing .list__title {
	margin: 0 0 5px 0;
}

#lib_briefing h2 span {
	display: inline-block;
	margin: 0 0 0 -0.5em;
}