@charset "UTF-8";

/*-------------
	portfolio
-------------*/
.un-brand-list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 10px;
}
@media (min-width: 768px) {
	.un-brand-list {
		gap: 20px;
	}
}
.un-brand-list__item {
	width: calc((100% - 10px) / 2);
}
@media (min-width: 768px) {
	.un-brand-list__item {
		width: calc((100% - 60px) / 4);
	}
}
.un-brand-list__item > a {
	transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
	.un-brand-list__item > a:hover {
		opacity: .8;
	}
}
.un-brand-list__img {
	border: var(--color-border) solid 1px;
	border-radius: 10px;
}
.un-brand-list__img > img {
	border-radius: 10px;
}
.un-brand-list__title {
	position: relative;
	color: var(--color-prim);
	font-size: 1.4rem;
	font-weight: bold;
	line-height: var(--line-height-s);
	padding-left: 20px;
	margin-top: 16px;
}
@media (min-width: 768px) {
	.un-brand-list__title {
		font-size: 1.6rem;
	}
}
.un-brand-list__icon {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
	width: 13px;
    height: 13px;
    background: url(../../images/common/icon_blank.svg) center/cover;
    margin: auto;
}
.un-brand-list__text {
	font-size: 1.2rem;
	line-height: var(--line-height-s);
    letter-spacing: -0.1em;
	margin-top: 5px;
}
@media (min-width: 768px) {
	.un-brand-list__text {
		letter-spacing: -0.05em;
		font-size: 1.4rem;
	}
}

.un-brand-box {
	width: 100%;
	border: 3px solid var(--color-bg);
}
.un-brand-box__inner {
	position: relative;
	width: 100%;
	padding: 10px 10px 30px;
}
@media (min-width: 768px) {
	.un-brand-box__inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 50px 70px;
	}
}
@media (min-width: 768px) {
	.un-brand-box__inner::after {
		content: "";
		width: calc(100% + 6px);
		height: calc(100% + 6px);
		position: absolute;
		left: -3px;
		top: -3px;
		border: var(--color-prim) solid 3px;
		opacity: 0;
		transition: all 0.2s;
	}
}
@media (min-width: 768px) {
	.un-brand-box__inner:hover::after {
		opacity: 1;
	}
}
.un-brand-box__img {
	width: 70%;
	margin: 0 auto 10px;
}
@media (min-width: 768px) {
	.un-brand-box__img {
		width: 260px;
		margin: 0;
	}
}
@media (min-width: 768px) {
	.un-brand-box__btn {
		width: 436px;
	}
}
.un-brand-box__btn .c-button--icon .c-button__inner::after {
    content: none;
}

.un-heading-portfolio {
	margin-bottom: 20px;
	margin-top: 40px;
	padding-left: 15px;
}
.un-heading-portfolio::before {
	content: none;
}


.un-sec-portfolioList .c-heading-tertiary {
	margin-top: 30px;
	margin-bottom: 10px;
}

/* ポートフォリオテーブルここから */
.c-table__content{
	font-feature-settings: "palt";
	font-weight: 700;
}
.c-table__content th {
	font-weight: 700;
}
.c-table__content td {
	padding: 0 8px;
}
th {
	font-weight: normal;
}
.c-small-txt {
	font-size: 0.8rem;
	line-height: 1.0;
}
.small-name {
	font-size: 1.2rem;
}
.u-txt-center {
	font-size: 1.2rem;
	border-collapse: collapse;
	width: 100%;
}
.is-black th,
.is-black td {
	vertical-align: middle;
	padding: 5px;
	background-color: #444;
	color: #fff;
}
.c-table__header {
	font-size: 1.3rem;
	height: auto;
}
.c-table__header .min-txt {
	font-size: 1.2rem;
}
.c-table-securities tr:nth-child(2) th,
.c-table-securities-new tr:nth-child(2) th,
.c-table__header th {
	border: 1px #fff solid;
	line-height: 1.0;
}
/* table-topの幅指定 */
.c-table-top .span1 {
	width: 65px;
}
.c-table-top .span2 {
	width: 65px;
}
.c-table-top .span3 {
	width: 220px;
}
.c-table-top .span4 {
	width: 135px;
}
.c-table-top .span5 {
	width: 50px;
}
.c-table-top .span6 {
	width: 80px;
}
.c-table-top .span7 {
	width: 68px;
}
.c-table-top .span8 {
	width: 132px;
}
.c-table-top .span9 {
	width: 72px;
}
/* table-securitiesの幅指定 */
.c-table-securities .span1 {
	width: 65px;
}
.c-table-securities .span2 {
	width: 200px;
}
.c-table-securities .span3 {
	width: 100px;
}
.c-table-securities .span4 {
	width: 170px;
}
.c-table-securities .span5 {
	width: 80px;
}
.c-table-securities .span6 {
	width: 68px;
}
.c-table-securities .span7 {
	width: 112px;
}
.c-table-securities .span8 {
	width: 92px;
}

/* table-securities-newの幅指定 */
.c-table-securities-new .span1 {
	width: 65px;
}
.c-table-securities-new .span2 {
	width: 200px;
}
.c-table-securities-new .span3 {
	width: 100px;
}
.c-table-securities-new .span4 {
	width: 170px;
}
.c-table-securities-new .span5 {
	width: 80px;
}
.c-table-securities-new .span6 {
	width: 68px;
}
.c-table-securities-new .span7 {
	width: 132px;
}
.c-table-securities-new .span8 {
	width: 72px;
}

/* table-bottomの幅指定 */
.c-table-bottom .span1 {
	width: 420px;
}
.c-table-bottom .span2 {
	width: 100px;
}
.c-table-bottom .span3 {
	width: 80px;
}
.c-table-bottom .span4 {
	width: 68px;
}
.c-table-bottom .span5 {
	width: 204px;
}
.c-table__row th:first-child,
.c-table__row th:nth-child(2),
.c-table__row td:nth-child(5),
.c-table__row td:nth-child(6),
.c-table__row td:nth-child(7),
.c-table__row td:nth-child(9),
.c-table__row td:nth-child(10),
.c-table__row td:nth-child(11),
.c-table__content tr:last-child,
.c-table-securities tr:nth-child(2),
.c-table-securities-new tr:nth-child(2),
.c-table-securities tr th:first-child,
.c-table-securities-new tr th:first-child,
.c-table-securities tr td:nth-child(4),
.c-table-securities-new tr td:nth-child(4),
.c-table-securities tr td:nth-child(5),
.c-table-securities-new tr td:nth-child(5),
.c-table-securities tr td:nth-child(6),
.c-table-securities-new tr td:nth-child(6) {
	text-align: center;
}
.c-table__row td:nth-child(3),
.c-table__row td:nth-child(4),
.c-table-securities {
	font-size: 1.3rem;
}
.c-table-securities tr:first-child {
	font-size: 1.3rem;
}
.c-table__content tr td {
	border-bottom: 1px #ccc solid;
}
.c-table-securities tr th,
.c-table-securities tr td {
	vertical-align: middle;
}
.c-table__row td:nth-child(8) {
	padding: 0 50px;
	text-align: center;
}
.c-table__row td:nth-child(6) {
	padding :0 15px;
	text-align: right;
}
.table-txt-center {
	text-align: center;
}
.c-table-bottom {
	margin-bottom: 80px;
}
.t-yellow {
	background-color: #bf7815;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.t-green {
	background-color: #00764a;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.t-navy {
	background-color: #486797;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.t-blue {
	background-color: #00a5de;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.is-pink {
	background-color: #cc5e7d;
	border-bottom: 1px solid #fff;
	color: #fff;

}
.is-grey th {
	background-color: #999;
	border: 1px solid #fff;
	color: #fff;
}
.is-purple th {
	background-color: #b886a6;
	border: 1px solid #fff;
	color: #fff;
}
.c-nonumber-caution {
	font-size: 1.2rem;
	color: #777;
}
@media(max-width:787px) {
	.c-table-scroll {
		overflow-x: scroll;
	}
	.c-table-scroll .c-table__content {
		min-width: 945px;
	} 
}
.c-nonumber-caution {
    padding-left: 3.5em;
    text-indent: -3.5em;
}
.c-nonumber-caution::before {
    counter-increment: orderlist;
    content: "（注）";
    min-width: 3em;
    margin-right: 0.5em;
    text-align: right;
}
.c-coution-txt {
	vertical-align: super;
}
/*# sourceMappingURL=style.css.map */