/*-------------
	highlight
-------------*/
.un-highlightbox__figure {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media (max-width: 767px) {
	.un-highlightbox__figure-tag {
		margin-top: 15px;
	}
}

.un-financialtable__value {
	display: inline-block;
	width: 3.5em;
	text-align: right;
	margin-right: 10px;
}
.un-financialtable__unit {
	display: inline-block;
	width: 3em;
	text-align: left;
}

@media (min-width: 768px) {
	.un-managelist {
		display: flex;
		row-gap: 10px;
		column-gap: 48px;
		flex-wrap: wrap;
	}
}
@media (max-width: 767px) {
	.un-managelist {
		margin-top: 20px;
	}
}
.un-managelist + .un-managelist {
	margin-top: 10px;
}
.un-managelist__item {
	font-size: 1.5rem;
	background: #F5F5F5;
	padding: 10px 25px;
	border-left: 5px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 80px;
}
@media (min-width: 768px) {
	.un-managelist__item {
		width: calc((100% - 48px) / 2);
	}
}
@media (max-width: 767px) {
	.un-managelist__item + .un-managelist__item {
		margin-top: 10px;
	}
}
.un-managelist__item--pink {
	border-color: var(--color-prim);
}
.un-managelist__item--orange {
	border-color: #F39800;
}
.un-managelist__item--blue {
	border-color: #0091D7;
}
.un-managelist__header {
	width: 45%;
	line-height: 1.5;
}
@media (max-width: 767px) {
	.un-managelist__header {
		width: 40%;
	}
}
.un-managelist__body {
	width: 55%;
}
@media (max-width: 767px) {
	.un-managelist__body {
		width: 60%;
	}
}
.un-managelist__bodyinner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
	line-height: 1;
}
.un-managelist__bodyinner + .un-managelist__bodyinner {
	margin-top: 10px;
}
.un-managelist__value {
	font-size: 2.2rem;
	font-weight: bold;
}
.un-managelist__value + .un-managelist__value {
	width: 50px;
}
.un-managelist__unit {
	width: 5em;
}

.un-highlighttable__content {
	width: 100%;
	text-align: left;
	border: none;
	font-size: 1.8rem;
	line-height: 1.5;
}
.un-highlighttable__header {
	border-right: 10px solid #FFFFFF;
	vertical-align: middle;
	padding: 19px 30px;
	background-color: #666666;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.un-highlighttable__header:last-of-type {
	border-right: none;
}
.un-highlighttable__header--pink {
	background-color: var(--color-prim);
}
.un-highlighttable__subheader {
	vertical-align: top;
	background-color: #F0EBDB;
	position: relative;
	border-top: 2px solid #d9d2bf;
}
.un-highlighttable__subheader:last-of-type {
	border-right: 10px solid #FFFFFF;
}
.un-highlighttable__subheader.fast {
	background-color: #D9D2BF;
	border-top: 2px solid #D9D2BF;
}
.un-highlighttable__subheader.dark {
	background-color: #D9D2BF;
}
.un-highlighttable__subheader.fat {
	padding-top: 13px;
	padding-bottom: 13px;
	border-top: 2px solid #bfb9ab;
}
.un-highlighttable__subheader.fat::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #bfb9ab;
	position: absolute;
	top: -2px;
	right: -10px;
}
.un-highlighttable__subheader.goukei {
	padding-top: 22px;
	padding-bottom: 22px;
}
.un-highlighttable__subheader.thin {
	padding-top: 13px;
	padding-bottom: 13px;
	border-top: 2px solid #d9d2bf;
}
.un-highlighttable__subheader.thin::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #d9d2bf;
	position: absolute;
	top: -2px;
	right: -10px;
}
.un-highlighttable__subheader.thin.bddark {
	border-top: 2px solid #bfb9ab;
}
.un-highlighttable__subheader.thin.bddark::after {
	background: #bfb9ab;
}
.un-highlighttable__subheader.bdnone {
	border-top: none;
	border-top: 2px solid #F0EBDB;
}
.un-highlighttable__subheader.bdnone::after {
	display: none;
}
.un-highlighttable__subheader.bdcover::before {
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #f0ebdb;
	position: absolute;
	top: -2px;
	left: 0;
}
.un-highlighttable__subheader.bddark {
	border-top: 2px solid #bfb9ab;
}
.un-highlighttable__cell {
	padding-right: 22px;
	vertical-align: middle;
	background: #F0EBDB;
	text-align: right;
	border-right: 10px solid #FFFFFF;
	border-top: 2px solid #d9d2bf;
	position: relative;
	vertical-align: top;
}
.un-highlighttable__cell:last-of-type {
	border-right: none;
}
.un-highlighttable__cell::after {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	background: #d9d2bf;
	position: absolute;
	top: -2px;
	right: -10px;
}
.un-highlighttable__cell.bddark {
	border-top: 2px solid #bfb9ab;
}
.un-highlighttable__cell.bddark::after {
	background: #bfb9ab;
}
.un-highlighttable__cell.dark {
	background-color: #D9D2BF;
	border-top: 2px solid #bfb9ab;
	padding-top: 22px;
	padding-bottom: 22px;
}
.un-highlighttable__cell.dark::after {
	background: #bfb9ab;
}
.un-highlighttable__cell.pink {
	background-color: #F6B4C3;
	border-top: 2px solid #bfb9ab;
	padding-top: 22px;
	padding-bottom: 22px;
}
.un-highlighttable__cell.pink::after {
	background: #bfb9ab;
}
.un-highlighttable__cell.pink2 {
	background-color: #FFE6EA;
}
.un-highlighttable__cell.bdnone {
	border-top: none;
}
.un-highlighttable__cell.bdnone::after {
	display: none;
}
.un-highlighttable__cell.thin {
	padding-top: 13px;
	padding-bottom: 13px;
}
.un-highlighttable__cell:last-of-type::after {
	display: none;
}
.un-highlighttable tr:first-of-type .un-highlighttable__subheader,
.un-highlighttable tr:first-of-type .un-highlighttable__cell {
	border-top: none;
}
.un-highlighttable tr:first-of-type .un-highlighttable__subheader::after,
.un-highlighttable tr:first-of-type .un-highlighttable__cell::after {
	display: none;
}
@media (min-width: 768px) {
	.un-highlighttable__layouter--for-pc {
		display: table-column-group;
	}
	.un-highlighttable__layouter--for-sp {
		display: none;
	}
	.un-highlighttable--scrollable .un-highlighttable__inner {
		overflow: auto;
	}
	.un-highlighttable--scrollable .un-highlighttable__body {
		width: 892px;
	}
}
@media (max-width: 1024px) {
	.un-highlighttable--scrollable .un-highlighttable__body {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.un-highlighttable--scrollable .un-highlighttable__inner {
		overflow: auto;
	}
	.un-highlighttable--scrollable .un-highlighttable__body {
		width: 940px;
		padding-bottom: 10px;
	}
	.un-highlighttable--scrollableFix .un-highlighttable__body {
		height: 500px;
		overflow: auto;
		position: relative;
		top: -1px;
	}
	.un-highlighttable--scrollableFix .un-highlighttable__narrow-header {
		position: sticky;
		top: 0;
	}
}

.un-comment {
	position: relative;
}
.un-comment__box {
	background: #D75268;
	padding: 20px;
	color: #ffffff;
	font-size: 1.3rem;
	position: absolute;
	z-index: 0;
	right: 0;
}
.un-comment__box::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #D75268 transparent transparent;
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
}
.un-comment--01 {
	height: 172px;
}
.un-comment--01 .un-comment__box {
	width: 320px;
	top: 30px;
}
.un-comment--02 {
	height: 165px;
}
.un-comment--02 .un-comment__box {
	width: 320px;
	top: 22px;
}
.un-comment--03 {
	height: 165px;
}
.un-comment--03 .un-comment__box {
	width: 250px;
	top: -35px;
}
.un-comment--03 .un-comment__box::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #D75268 transparent transparent;
	display: block;
	position: absolute;
	top: 52px;
	left: -15px;
}
.un-comment--04 {
	height: 143px;
}
.un-comment--04 .un-comment__box {
	width: 250px;
	top: 22px;
}
/*# sourceMappingURL=style.css.map */
