@charset "UTF-8";
/* ===========================================================

	Title: style.css
	Created: 2022-01-09
	必要に応じて編集。モジュール一覧に準拠

=========================================================== */
/*

	基本スタイル : テキスト
	基本スタイル : コンテンツ間にマージンをとる
	基本スタイル : リンク
	基本スタイル : インデントリスト・注意書き
	基本スタイル : シンプルテーブル
	基本スタイル : テーブル
	基本スタイル : コラム
	基本スタイル : 画像
	コンテンツスタイル : タブモジュール
	コンテンツスタイル : リリースリスト
	コンテンツスタイル : リンクモジュール


=========================================================== */

.global-content { font-size: 1.0em; line-height: 1.8; }

.link-button-parade a { color: #000; border: solid 1px #000; border-radius: 2px; }

.link-button-parade a:hover,
.link-button-parade a.current,
.link-button-parade a.current:hover { background-color: #000; color: #fff; }



.link-button-parade a.button-category--all:hover,
.link-button-parade a.button-category--all.current { }

/* HP更新 */
.sticker-category--1,
.link-button-parade a.button-category--1:hover,
.link-button-parade a.button-category--1.current { background-color: #2c3871;}
/* お知らせ */
.sticker-category--2,
.link-button-parade a.button-category--2:hover,
.link-button-parade a.button-category--2.current { background-color: ##ff0000;}
/* 物件 */
.sticker-category--3,
.link-button-parade a.button-category--3:hover,
.link-button-parade a.button-category--3.current { background-color: #24502e;}
/* 決算 */
.sticker-category--4,
.link-button-parade a.button-category--4:hover,
.link-button-parade a.button-category--4.current { background-color: #7c6632;}
/* 借入 */
.sticker-category--5,
.link-button-parade a.button-category--5:hover,
.link-button-parade a.button-category--5.current { background-color: #552c71;}
/* 増資 */
.sticker-category--6,
.link-button-parade a.button-category--6:hover,
.link-button-parade a.button-category--6.current { background-color: #712c2c;}
/* その他 */
.sticker-category--7,
.link-button-parade a.button-category--7:hover,
.link-button-parade a.button-category--7.current { background-color: #999;}



/* ===========================================================

	基本スタイル : テキスト

=========================================================== */

/* 超小文字 12px */
.text--x-small { font-size: 0.750rem !important; }
/* 小文字 14px */
.text--small { font-size: 1.2rem !important; }
/* 通常 16px */
.text--medium { font-size: 1.00rem !important; }
/* 大文字 18px */
.text--large { font-size: 1.125rem !important; }
/* 特大文字 20px */
.text--x-large { font-size: 1.250rem !important; }
/* 色文字 */
.contents-style em { color: #131327; font-style: normal; }
/* 太文字 */
.contents-style strong { font-weight: bold; }
/* リード文 */
.text--read { font-size: 2.0rem; letter-spacing: 0.05em; line-height: 1.9em; color: #000; }
/* リード文 大文字 */
.text--read--large { font-size: 2.6rem; letter-spacing: 0.05em; line-height: 1.9em; color: #000; }
/* 強調 */
.text--emphasis { border: solid 1px #000; padding: 1.0em; }
/* フォントファミリーリセット */
.font-family--reset { font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important; }

/* 赤文字 */
.text--red { color: #f00; }
/* 白文字 */
.text--white { color: #fff; }
.text--value,
.text--num,
.number-display__number {
	font-family: 'Roboto', sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    font-style: normal;
    padding: 0 3px 0;
}

/* ===========================================================

	基本スタイル : コンテンツ間にマージンをとる

=========================================================== */

.contents-style section,
.cont-margin { margin-bottom: 64px !important; }
.img-margin {
	padding: 16px 0 32px;
}

/* ===========================================================

	基本スタイル : リンク

=========================================================== */

a {
	font-style: inherit; font-weight: inherit;
	text-decoration: none; color: #000;
	transition: all 0.5s;
}
a:link,
a:visited { color: #000; text-decoration: underline;}
a:hover { color: #cc0000; text-decoration: none;}

/* リンク色反転 */
.link-reverse a:link,
.link-reverse a:visited,
a.link-reverse:link,
a.link-reverse:visited {
	color: #cc0000;
	text-decoration: none;
}
.link-reverse a:hover,
a.link-reverse:hover {
	color: #000;
	text-decoration: underline;
}

.archive-list a:link,
.archive-list a:visited,
.link-arrow a:link,
.link-arrow a:visited,
a.link-arrow:link,
a.link-arrow:visited { color: #111; text-decoration: none;}
.archive-list a:hover,
a.link-arrow:hover,
.link-arrow a:hover { color: #cc0000; text-decoration: none;}

/* 外部リンク */
.link-blank::after,
.blank::after {
	content: "";
	width: 13px;
	height: 14px;
	display: inline-block;
	background: url(../img/global/icon__blank--a.png) no-repeat;
	background-size: 13px auto;
	vertical-align: bottom;
	margin-left: 4px;
}



/* 矢印付きリンク（三角） */
a.link-triangle, .link-triangle a,
a.link-triangle--top, .link-triangle--top a,
a.link-triangle--left, .link-triangle--left a,
a.link-triangle--bottom, .link-triangle--bottom a,
a.link-triangle--right, .link-triangle--right a {
	/* Default (Basic form : basicstyle.css)
	padding-left: 0.75em;
	*/
}
a.link-triangle::before, .link-triangle a::before,
a.link-triangle--top::before, .link-triangle--top a::before,
a.link-triangle--left::before, .link-triangle--left a::before,
a.link-triangle--bottom::before, .link-triangle--bottom a::before,
a.link-triangle--right::before, .link-triangle--right a::before {
	/* Default (Basic form : basicstyle.css)
	margin-top: -0.20em;
	border-width: 0.20em 0 0.20em 0.25em;
	border-color: transparent transparent transparent #000;
	*/
	border-color: transparent transparent transparent #285183;
}






/* 矢印付きリンク */
a.link-arrow, .link-arrow a,
a.link-arrow--top, .link-arrow--top a,
a.link-arrow--left, .link-arrow--left a,
a.link-arrow--bottom, .link-arrow--bottom a,
a.link-arrow--right, .link-arrow--right a {
	/* Default (Basic form : basicstyle.css)
	padding-left: 0.75em;
	*/
	position: relative;
	padding-left: 24px;
}
a.link-arrow::before, .link-arrow a::before,
a.link-arrow--top::before, .link-arrow--top a::before,
a.link-arrow--left::before, .link-arrow--left a::before,
a.link-arrow--bottom::before, .link-arrow--bottom a::before,
a.link-arrow--right::before, .link-arrow--right a::before,
a.link-arrow::after, .link-arrow a::after,
a.link-arrow--top::after, .link-arrow--top a::after,
a.link-arrow--left::after, .link-arrow--left a::after,
a.link-arrow--bottom::after, .link-arrow--bottom a::after,
a.link-arrow--right::after, .link-arrow--right a::after {
	position: absolute;
	content: "";
	top: 50%;
}
a.link-arrow::before, .link-arrow a::before,
a.link-arrow--top::before, .link-arrow--top a::before,
a.link-arrow--left::before, .link-arrow--left a::before,
a.link-arrow--bottom::before, .link-arrow--bottom a::before,
a.link-arrow--right::before, .link-arrow--right a::before {
	/* Default (Basic form : basicstyle.css)
	width: 0.30em;
	height: 0.30em;
	margin-top: -0.15em;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	*/
    left: 0;
	margin-top: 0;
    width: 15px;
	height: 2px;
	border-radius: 5px;
    background: #7a0;
	border: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
a.link-arrow::after, .link-arrow a::after,
a.link-arrow--top::after, .link-arrow--top a::after,
a.link-arrow--left::after, .link-arrow--left a::after,
a.link-arrow--bottom::after, .link-arrow--bottom a::after,
a.link-arrow--right::after, .link-arrow--right a::after {
	left: 6px;
	margin-top: -3px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #7a0;
    border-right: 2px solid #7a0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ===========================================================

	基本スタイル : ヘッドライン

=========================================================== */
.contents-style {
	line-height: 1.8;
}
.contents-style h2 {
	font-weight: 700;
	font-size: 3.2rem;
	margin-bottom: 16px;
	margin-top: 64px;
	letter-spacing: 0.05em;
	color: #000;
}
.contents-style h2:first-child {
	margin-top: 0;
}
.contents-style h3 {
	display: block; padding: 0 0 0.5em 0; margin: 2.0em 0 1.0em 0;
	font-size: 2.4rem; font-weight: bold;
	color: #000; position: relative;
	border-bottom: solid 1px #ddd;
}
.contents-style h4 {
	display: block; padding: 0; margin: 1.0em 0 0.5em 0;
	font-size: 1.125em;
	font-weight: bold;
	color: #000; position: relative;
}
.contents-style h5 {
	display: block; padding: 0; margin: 1.0em 0 0.5em 0;
	font-size: 1.000em; font-weight: bold;
	color: #222; position: relative;
}
.contents-style h6 {
	display: block; padding: 0; margin: 1.0em 0 0.5em 0;
	font-size: 1.000em;
	color: #333; position: relative;
}
.contents-style .text-read {
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 24px;
	color: #666666;

}

.contents-style p { margin: 0 0 0.5em; }
.contents-style p + p { margin: 0 0 1em; }


.contents-style ul,
.contents-style ol { margin: 0 0 1em; }
.contents-style li { margin: 0.5em 0; }


img { vertical-align: middle; height: auto;	image-rendering: -webkit-optimize-contrast;}

sup, sub { font-size: 0.78em; font-style: inherit; font-weight: inherit; }
sup { }
sub { vertical-align: baseline; }

small { font-size: 0.78em; }

.contents-style input,
.contents-style button,
.contents-style textarea,
.contents-style select { transition: all 0.5s; }
.contents-style .input-ui__select {
	/*
	display: block; padding: 0; margin: 0;
	border: solid 1px #ddd; border-radius: 4px;
	position: relative; overflow: hidden;*/
}
.contents-style .input-ui__select select {
	/*
	display: block; width: 100%; padding: 0.5em 2.0em 0.5em 1.0em; margin: 0;
	font-size: 1em; line-height: 28px;
	*/
	padding: 0.5em 3.0em 0.5em 1.0em;
}
.contents-style .input-ui__select::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -8px;
	
}

.contents-style input.input-ui__button {
	border: solid 1px #131327;
	background-color: #131327;
	color: #fff;
}
.contents-style input.input-ui__button:hover {
	background-color: #fff;
	color: #131327;
}
.contents-style input.input-ui__button.input-ui__button--sub {
	border: solid 1px #ddd;
	background-color: #fff;
	color: #000;
}
.contents-style input.input-ui__button.input-ui__button--sub:hover {
	background-color: #ddd;
	color: #131327;
}


/* ===========================================================

	time-stamp

=========================================================== */

.time-stamp { text-align: right; color: #666; font-size: 1.3rem; }

/* ===========================================================

	基本スタイル : インデントリスト・注意書き

=========================================================== */

.indent-list { }
.indent-list > li { }
.indent-list > li > span {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0 0.25em 0.25em;
	*/
	padding-left: 1.0em;
}
.indent-list > li::before {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0;
	*/
	padding-right: 0.5em;
	vertical-align: inherit;
}
.caution-text,
.caution { 
	/* font-size: 1.4rem; */
}
.caution > li { }
.caution > li > span {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0 0.25em 0.25em;
	*/
}
.caution > li::before {
	/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0;
	*/
}


/* ===========================================================

	基本スタイル : シンプルテーブル

=========================================================== */
/* modifyはcontents.cssにて */
/* dl-table  (Basic form : basicstyle.css) */
.dl-table { }
.dl-table > dl { }
.dl-table > dl > dt,
.dl-table > dl > dd { padding-bottom: 1em;}
.dl-table > dl > dt { padding-bottom: 1em; padding-right: 1.0em; vertical-align: top;}
.dl-table > dl > dd { }

/* ===========================================================

	基本スタイル : テーブル

=========================================================== */

table { margin: 1.0em 0; line-height: 1.4; width: 100%; }
table caption {
	padding: 1.0em 1.0em; line-height: 1.2;
	background-color: rgba(35, 43, 79, 0.90); border-top: solid 1px #ddd;
	color: #fff; text-align: left;
}
table th {
	padding: 1.0em;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	vertical-align: middle;
}
table td {
	padding: 1.0em;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-right: solid 1px #ddd;
	border-left: solid 1px #ddd;
	vertical-align: middle;
}
table th:last-child,
table td:last-child { border-right: none; }
table th:first-child,
table td:first-child { border-left: none; }
table thead th,
table thead td { color: #fff; }
table thead th { color: #fff; background-color: #CC0000; border-color: rgba(255, 255, 255, 0.5); }
table thead td { }
table tbody th,
table tbody td { }
table tbody th { color:#000; background-color: #FDEFF0; border-color: rgba(0, 0, 0, 0.1); }
table thead td { }
table tbody th,
table tfoot th,
table tfoot td { }
table tfoot th { background-color: #E5E5E5; border-top:  solid 2px #cc0000; border-bottom:  solid 1px #ddd;}
table tfoot td { background-color: #F7F7F7; border-top:  solid 2px #cc0000;}

table td ul:last-child,
table td ol:last-child {
	margin-bottom: 0;
}



/* 狹い余白のテーブル */
table.table--narrow-padding { }
table.table--narrow-padding caption,
table.table--narrow-padding th,
table.table--narrow-padding td { padding: 0.5em; }

.table--narrow-padding-vertical th,
.table--narrow-padding-vertical td { padding-top: 0.3em !important; padding-bottom: 0.3em !important; }


/* js-scroll-table  js-scroll-graph  js-scroll-area
----------------------------------------------------------- */
.js-scroll-table {
}
.js-scroll-graph {
}
.js-scroll-area {
}
.js-scroll-table__caution {
	display: none;
	margin: 1.5em 0 0 !important;
	font-size: 12px;
	color: #999;
	padding: 0 0 0 45px;
	background-image: url(../img/global/icon_scroll_side.png);
	background-size: 40px auto;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
	.js-scroll-table__wrap {
		overflow: auto;
		position: relative;
	}
	.js-scroll-table th, .js-scroll-table td {
		white-space: nowrap;
	}
	.js-scroll-table__caution {
		display: block;
	}
    .js-scroll-table.table-layout--fixed {
        table-layout: auto!important;
    }
	.js-scroll-graph .chartdiv {
		width: 500px;
	}
	.js-scroll-table .display-minimum--small,
	.js-scroll-table .display-minimum--medium,
	.js-scroll-table .display-minimum--large {
		white-space: normal !important;
	}
	.js-scroll-table .display-minimum--small {
		width: 200px !important;
		max-width:  200px !important;
		min-width:  200px !important;
	}
	.js-scroll-table .display-minimum--medium {
		width: 400px !important;
		max-width:  400px !important;
		min-width:  400px !important;
	}
	.js-scroll-table .display-minimum--large {
		width: 600px !important;
		max-width:  600px !important;
		min-width:  600px !important;
	}
}


/* ===========================================================

	基本スタイル : コラム

=========================================================== */

.column {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
}
.column__cell {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}

/* 等幅コラム */
.column--equal-width {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
}
.column--equal-width .column__cell {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}

/* 3等分コラム */
.column--3 {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
}
.column--3 .column__cell--3of1,
.column--3 .column__cell--3of2,
.column--3 .column__cell--3of3 {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}

/* 4等分コラム */
.column--4 {
	/* Default (Basic form : basicstyle.css)
	margin: 0 -1em;
	*/
}
.column--4 .column__cell--4of1,
.column--4 .column__cell--4of2,
.column--4 .column__cell--4of3,
.column--4 .column__cell--4of4 {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em; margin: 0;
	*/
}





/* ===========================================================

	基本スタイル : 画像

=========================================================== */

.img-float--right {
	/* Default (Basic form : basicstyle.css)
	0 0 2.0em 2.0em;
	*/
}
.img-float--left {
	/* Default (Basic form : basicstyle.css)
	margin: 0 2.0em 2.0em 0;
	*/
}
.img-float--none {
	/* Default (Basic form : basicstyle.css)
	margin: 0 0 2.0em 0;
	*/
}


/* ===========================================================

	コンテンツスタイル : タブモジュール

=========================================================== */
.tab-row {
	/* Default (Basic form : basicstyle.css)
	display: flex; flex-wrap: nowrap;
	*/
	padding: 0;
	margin: 0 -4px 16px !important;
	position: relative;
	font-size: 1.4rem;
}
.tab-row::after {
	/*position: absolute;*/
	/*content: "";*/
	/*bottom: 0;*/
	/*left: 0;*/
	/*width: 100%;*/
	/*height: 1px;*/
	/*background-color: #ddd;*/
	/*z-index: -1;*/
}
.tab-row > li {
	/* Default (Basic form : basicstyle.css)
	display: flex; width: 100%; flex-flow: 1;
	*/
	overflow: hidden;
	border-bottom: 1px solid #cc0000;
	margin: 0;
}
.tab-row > li:first-child {
}
.tab-row > li:last-child {
}
.tab-row > li > a {
	/* Default (Basic form : basicstyle.css)
	display: flex; width: 100%; flex-flow: 1;
	align-items: center; align-content: center;
	*/
	font-size: 14px;
	position: relative;
	color: #cc0000;
	background-color: #F8F8F8;
	padding: 18px 32px;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.tab-row > li > a::after {
 /*   content: "";*/
 /*   position: absolute;*/
 /*   top: 50%;*/
	/*right: 25px;*/
 /*   border-right: 1px solid #fff;*/
 /*   border-bottom: 1px solid #fff;*/
 /*   transform:  translate(0, -50%) rotate(-45deg);*/
 /*   display: inline-block;*/
 /*   width: 12px;*/
 /*   height: 12px;*/
}
.tab-row > li > a:hover {
	/*color: #000;*/
	/*background-color: #fff;*/
	/*text-decoration: none;*/
 /*   border-color: #ddd;*/
}
.tab-row > li > a:hover::after {
    /*border-right: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
}
.tab-row > li > a.current,
.tab-row > li > a.active,
.tab-row > li > a.current:hover,
.tab-row > li > a.active:hover {;
	background-color: #cc0000;
	color: #fff;
}
.tab-row > li > a.current::after,
.tab-row > li > a.active::after {
    /*border-right: 1px solid #000;*/
    /*border-bottom: 1px solid #000;*/
    /*transform:  translate(0, -80%) rotate(45deg);*/
}


/* ===========================================================

	コンテンツスタイル : リリースリスト

=========================================================== */
/* date-list */
.date-list {}
.date-list > dl { }
.date-list > dl > dt,
.date-list > dl > dd { }
.date-list > dl > dt {
	padding: 1.0em 1em; width: 1%;
	white-space: nowrap;
}
.date-list__date {
	display: inline-block; line-height: 20px;
	font-size: 0.875em;
	padding: 0 1.0em 0 0;
}
.date-list > dl > dd {
	padding: 1.0em 0; line-height: 1.8;
	font-size: 1.0em;
}
.date-list > dl > dd a {
	display: inline;
}
.date-list > dl > dd a[target="_blank"]:after {}

.date-list__text { font-size: 0.875em; }


/* ===========================================================

	コンテンツスタイル : リンクモジュール

=========================================================== */

/* ボタンパレード */

.link-button-parade {
	/* Default (Basic form : basicstyle.css)
	margin-left: -0.25em; margin-right: -0.25em;
	*/
	margin: 0 -0.25em 1.0em -0.25em !important;
}
.link-button-parade li {
	/* Default (Basic form : basicstyle.css)
	padding-left: 0.25em; padding-right: 0.25em;
	*/
	padding: 0 0.25em;
}
.link-button-parade a {
	padding: 0.25em 1.0em;
	font-size: 0.875em; line-height: 1.4;
}
.link-button-parade a:hover,
.link-button-parade a.current,
.link-button-parade a.current:hover { }

/* ページ内リンク */
.link-button-parade.link-button-parade--in-page a {
	padding: 0.25em 1.0em 0.25em 2.0em;
}
.link-button-parade.link-button-parade--in-page a::before { left: 0.75em; }
.link-button-parade.link-button-parade--in-page a:hover {
	background-color: #fff; color: #285183;
}

/* リンクボタン */
a.link-button,
.link-button a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	border-radius: 80px;
	margin: 0 auto;
	padding: 0 8px 0 16px;
	background-color: #cc0000;
	color: #fff !important;
	min-width: 180px;
	max-width: 360px;
	text-decoration: none;
}
a.link-button:hover,
.link-button a:hover {
	background-color: #ff0000;
	border-color: transparent;
	color: #fff !important;
	text-decoration: none;
}

.link-button a.blank {
}
.link-button a.blank::after {
	content: "";
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	background-image: url(../img/global/icon__blank--a.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 9px auto;
	width: 9px;
	height: 8px;
}


/* テキストパレード */

.link-text-parade {
	/* Default (Basic form : basicstyle.css)
	margin-left: -1.0em; margin-right: -1.0em;
	*/
	margin-bottom: 1.0em !important;
}
.link-text-parade li {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em;
	*/
	border-right: solid 1px #ddd;
}
.link-text-parade li:first-child {
	border-left: solid 1px #ddd;
}
.link-text-parade a {
	font-size: 0.875em; line-height: 1.4;
	border-bottom: solid 1px transparent;
}
.link-text-parade a:hover,
.link-text-parade a.current,
.link-text-parade a.current:hover {
	border-bottom: solid 1px #285183;
}




/* 関連リンク */
.link-list-box,
.link-list-box--row,
.link-list-box--column { margin: 0 0 1.0em 0; }

.link-list-box > dt,
.link-list-box--row > dt,
.link-list-box--column > dt {
	padding: 0 1.0em;
	background-color: rgba(35, 43, 79, 0.05);
	color: #131327;
	border: solid 1px #ddd;
}
.link-list-box > dt { border-right: none; }
.link-list-box--row > dt { border-right: none; }
.link-list-box--column > dt { padding: 0.5em 1.0em; border-bottom: none; }

.link-list-box > dd,
.link-list-box--row > dd,
.link-list-box--column > dd { border: solid 1px #ddd; }

.link-list-box > dd { padding: 0.25em 1.0em; }
.link-list-box--row > dd { padding: 0.25em 1.0em; }
.link-list-box--column > dd { padding: 0.25em 1.0em; }

.link-list-box ul,
.link-list-box--row ul,
.link-list-box--column ul { margin: 0 -1.0em; }

.link-list-box li,
.link-list-box--row li,
.link-list-box--column li { display: block; padding: 0.25em 1.0em; margin: 0; }