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

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

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


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

@media print, screen and (min-width: 576px) { }
@media print, screen and (min-width: 768px) { }
@media print, screen and (min-width: 992px) { }
@media print, screen and (min-width: 1200px) { }

*/

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

	基本設定

=========================================================== */
/* 游ゴシックの時WindowsとMacでフォントの太さを変える時の設定 */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 500;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	color: #000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	font-weight: 500;
  overflow: hidden;
	/*
	font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;*/
	text-rendering : optimizeSpeed;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS UI Gothic", sans-serif;
	/**/
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-feature-settings : "palt" 1;
  -webkit-text-size-adjust: 100%;
}
body.is_ja { }
body.is_en {
	font-size: 14px;
	font-size: 1.4rem;
}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック","MS UI Gothic", "Yu Gothic", YuGothic, sans-serif;
	}
}
.link-button-parade a {
	background-color: rgba(136,146,163,0.10);
	color: rgba(18,46,90,1.00);
	border-radius: 2px;
}
.link-button-parade a:hover,
.link-button-parade a.current,
.link-button-parade a.current:hover {
	background-color: #8892a3;
	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: #d7999a;
}
/* お知らせ */
.sticker-category--2,
.link-button-parade a.button-category--2:hover,
.link-button-parade a.button-category--2.current {
	background-color: #dcaa79;
}
/* 物件 */
.sticker-category--3,
.link-button-parade a.button-category--3:hover,
.link-button-parade a.button-category--3.current {
	background-color: #abbc80;
}
/* 決算 */
.sticker-category--4,
.link-button-parade a.button-category--4:hover,
.link-button-parade a.button-category--4.current {
	background-color: #86b197;
}
/* 借入 */
.sticker-category--5,
.link-button-parade a.button-category--5:hover,
.link-button-parade a.button-category--5.current {
	background-color: #6290a2;
}
/* 増資 */
.sticker-category--6,
.link-button-parade a.button-category--6:hover,
.link-button-parade a.button-category--6.current {
	background-color: #81829f;
}
/* その他 */
.sticker-category--7,
.link-button-parade a.button-category--7:hover,
.link-button-parade a.button-category--7.current {
	background-color: #999999;
}

/* 物件 */
.sticker-category--11,
.link-button-parade a.button-category--11:hover,
.link-button-parade a.button-category--11.current {
	background-color: #abbc80;
}

/* 決算 */
.sticker-category--12,
.link-button-parade a.button-category--12:hover,
.link-button-parade a.button-category--12.current {
	background-color: #86b197;
}

/* 借入 */
.sticker-category--13,
.link-button-parade a.button-category--13:hover,
.link-button-parade a.button-category--13.current {
	background-color: #6290a2;
}

/* 増資 */
.sticker-category--14,
.link-button-parade a.button-category--14:hover,
.link-button-parade a.button-category--14.current {
	background-color: #81829f;
}

/* その他 */
.sticker-category--15,
.link-button-parade a.button-category--15:hover,
.link-button-parade a.button-category--15.current {
	background-color: #999999;
}

.is_top .sticker-category--11,
.is_top .sticker-category--12,
.is_top .sticker-category--13,
.is_top .sticker-category--14,
.is_top .sticker-category--15,
.is_news .sticker-category--11,
.is_news .sticker-category--12,
.is_news .sticker-category--13,
.is_news .sticker-category--14,
.is_news .sticker-category--15{
	background-color: #8892a3;
	color: #fff;
}
/* ===========================================================

	基本スタイル : テキスト

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

/* 超小文字 12px */
.text--x-small {
	font-size: 1.2rem !important;
}
/* 小文字 14px */
.text--small {
	font-size: 1.4rem !important;
}
/* 通常 16px */
.text--medium {
	font-size: 1.6rem !important;
}
/* 大文字 18px */
.text--large {
	font-size: 1.8rem !important;
}
/* 特大文字 20px */
.text--x-large {
	font-size: 2.0rem !important;
}
/* 色文字 */
.contents-style em {
	color: rgba(35,43,79,1.00);
	font-style: normal;
}
/* 太文字 */
.contents-style strong {
	font-weight: bold;
}
/* リード文 */
.text--read {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
}
/* 強調 */
.text--emphasis {
	border: solid 1px #a72b2a;
	padding: 1.0em;
}
/* フォントファミリーリセット */
.font-family--reset {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace !important;
}
/* 赤文字 */
.text--red {
	color: #f00;
}
/* 白文字 */
.text--white {
	color: #fff;
}
/* ===========================================================

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

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

.contents-style section,
.cont-margin { margin-bottom: 2.0em !important; }

@media print, screen and (min-width: 1201px) {
  .cont-margin { margin-bottom: 4.0em !important; }
}
/* ===========================================================

	基本スタイル : リンク

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

a {
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	color: #000;
	transition: all 0.5s;
}
a:link, a:visited {
	color: #000;
}
a:hover {
	color: rgba(215,9,47,1.00);
}
/* リンク色反転 */
.link-reverse a:link,
.link-reverse a:visited, a.link-reverse:link, a.link-reverse:visited {
	color: #000;
	text-decoration: underline;
}
.link-reverse a:hover, a.link-reverse:hover {
	color: rgba(215,9,47,1.00);
	text-decoration: underline;
}
/* 外部リンク */
.link-blank,
.blank {
	display: inline-block;
	padding-right: 15px;
	margin: 0 5px 0 0;
	background-image: url(../img/common/icon-blank.png);
	background-repeat: no-repeat;
	background-position: right center;
}
/* 矢印付きリンク（三角） */
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;
	*/
}
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;
	*/
	border-top: 1px solid #285183;
	border-right: 1px solid #285183;
}
/* リンクボタン */
.link-button {
	display: inline-block;
	padding: 0.25em 2.0em;
	background-color: rgba(35,43,79,1.00);
	color: #fff !important;
}
.link-button:hover {
	background-color: #285183;
}
/* リスト調整 */

[class^="list-style--"],
[class*=" list-style--"] {
/* Default (Basic form : basicstyle.css)
	margin-left: 2em;
*/
}
/* リスト調整(peculiar) */
[class^="list-style__peculiar"],
[class*=" list-style__peculiar"] {
/* Default (Basic form : basicstyle.css)
	margin-left: 2em !important;
*/
}
[class^="list-style__peculiar"] > li,
[class*=" list-style__peculiar"] > li {
/* Default (Basic form : basicstyle.css)
	text-indent: -2em !important;
*/
}
[class^="list-style__peculiar"] > li::before,
[class*=" list-style__peculiar"] > li::before {
/* Default (Basic form : basicstyle.css)
	width: 2em !important;
*/
}
/* ===========================================================

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

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

.contents-style { font-size: 1.4rem; line-height: 1.8; }

@media print, screen and (min-width: 576px) { }
@media print, screen and (min-width: 768px) {
	.contents-style { font-size: 1.6rem; line-height: 1.8; }
}
@media print, screen and (min-width: 992px) { }
@media print, screen and (min-width: 1200px) { }



.contents-style h2 {
	display: block; padding: 0.5em 0; margin: 0.5em 0 0.5em 0;
	position: relative;
	font-size: 2.0rem; font-weight: bold;
	color: rgba(18,46,90,1.00);
}

@media print, screen and (min-width: 1200px) {
  .contents-style h2 {
	  display: block; padding: 0.5em 0; margin: 1.5em 0 0.5em 0;
  }
}

.contents-style h2::before,
.contents-style h2::after {
	left: 0; bottom: 0;
	display: block; padding: 0; margin: 0;
	position: absolute;
	height: 2px; content: "";
}
.contents-style h2::before {
	background-color: rgba(18,46,90,0.20);
	width: 100%;
}
.contents-style h2::after {
	background-color: rgba(18,46,90,1.00);
	width: 100px;
}
.contents-style > h2:first-child { margin: 0 0 0.5em 0; }

.contents-style h3 {
	display: block;
	padding: 0.5em 0.5em 0.5em calc(0.5em + 5px);
	margin: 2.0em 0 1.0em 0;
	font-size: 1.25em;
	font-weight: bold;
	color: rgba(18,46,90,1.00);
	position: relative;
	background-color: rgba(18,46,90,0.10);
}
.contents-style h3::before,
.contents-style h3::after {
	left: 0;
	display: block; padding: 0; margin: 0;
	position: absolute;
	width: 5px; height: 50%; content: "";
}
.contents-style h3::before {
	background-color: rgba(18,46,90,0.20);
	top: 0;
}
.contents-style h3::after {
	background-color: rgba(18,46,90,0.50);
	bottom: 0;
}

.contents-style h4 {
	display: block;
	padding: 0.5em 0;
	margin: 1.0em 0 0.5em 0;
	font-size: 1.125em;
	color: rgba(18,46,90,1.00);
  border-bottom: solid 2px #ddd;
	position: relative;
}


.contents-style--office h2,
.contents-style--office h3,
.contents-style--office h4 { color: rgba(24,69,136,1.00); }
.contents-style--office h2::before { background-color: rgba(24,69,136,0.20); }
.contents-style--office h2::after { background-color: rgba(24,69,136,1.00); }
.contents-style--office h3 { background-color: rgba(24,69,136,0.10); }
.contents-style--office h3::before { background-color: rgba(24,69,136,0.20); }
.contents-style--office h3::after { background-color: rgba(24,69,136,0.50); }

.contents-style--residence h2,
.contents-style--residence h3,
.contents-style--residence h4 { color: rgba(41,111,41,1.00); }
.contents-style--residence h2::before { background-color: rgba(41,111,41,0.20); }
.contents-style--residence h2::after { background-color: rgba(41,111,41,1.00); }
.contents-style--residence h3 { background-color: rgba(41,111,41,0.10); }
.contents-style--residence h3::before { background-color: rgba(41,111,41,0.20); }
.contents-style--residence h3::after { background-color: rgba(41,111,41,0.50); }







.contents-style h5 {
	display: block;
	padding: 0;
	margin: 1.0em 0 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
	color: #222;
	position: relative;
}
.contents-style h6 {
	display: block;
	padding: 0;
	margin: 1.0em 0 0.5em 0;
	font-size: 1.0em;
	color: #333;
	position: relative;
}
@media print, screen and (min-width: 576px) { }
@media print, screen and (min-width: 768px) {
	.contents-style h2 { font-size: 2.4rem; text-align: center; padding: 0.5em 0; margin: 1.5em 0 1.0em 0; }
	.contents-style h2::before,
	.contents-style h2::after { left: auto; width: 50px; }
	.contents-style h2::before { left: 50%; }
	.contents-style h2::after { right: 50%; }
  .contents-style > h2:first-child { margin: 0 0 1.0em 0; }
}
@media print, screen and (min-width: 992px) { }
@media print, screen and (min-width: 1200px) { }

.contents-style p {
	margin: 1.0em 0;
}


.contents-style p.chart-full {
	display: block; padding: 0; margin: 3.0em auto;
	max-width: 900px; text-align: center;
}

.contents-style p.chart-full--text {
	display: block; padding: 0; margin: 1.0em auto;
	max-width: 900px; text-align: left;
}

.contents-style ul,
.contents-style ol {
	margin: 1.00em 0;
}
.contents-style li {
	margin: 0.5em 0;
}
img {
	width: auto; height: auto;
	max-width: 100%; max-height: 100%;
	vertical-align: bottom;
}
small, sup, sub {
	font-size: 0.75em;
	font-style: inherit;
	font-weight: inherit;
	position: relative;
}
sup {
	vertical-align: super;
	top: 0;
}
sub {
	vertical-align: baseline;
	top: 0;
}
small {
}
.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 {
	display: block;
	padding: 0.5em 0;
	margin: 0;
	position: absolute;
	content: "\f107";
	font-family: FontAwesome;
	top: 0;
	right: 0;
	text-align: center;
	width: 3.0em;
	height: auto;
	line-height: 28px;
	border: none;
	transform: rotate(0);
}
.contents-style input.input-ui__button {
	border: solid 1px rgba(35,43,79,1.00);
	background-color: rgba(35,43,79,1.00);
	color: #fff;
}
.contents-style input.input-ui__button:hover {
	background-color: #fff;
	color: rgba(35,43,79,1.00);
}
.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: rgba(35,43,79,1.00);
}


.box-border {
	display: block; padding: 1.0em; margin: 1.0em 0;
	border: solid 1px #ddd;
}
.box-border p { margin: 0; }

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

	time-stamp

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

.time-stamp {
	text-align: right;
	color: #666;
	font-size: 0.875em;
}
/* ===========================================================

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

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

.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;
	*/
}

/* 'caption'と'caution'は基本同じもの場合によって使い分け */

.caption-text,
.caption { color: #666; font-size: 1.2rem; }
.caption > li {
}
.caption > li > span {
/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0 0.25em 0.25em;
	*/
}
.caption > li::before {
/* Default (Basic form : basicstyle.css)
	padding: 0.25em 0;
	*/
}


.caution-text,
.caution { color: #666; font-size: 0.750em; }
.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__caption { }
.dl-table__header { }
.dl-table__body { }
.dl-table__footer { }

.dl-table > dl,
.dl-table__header > dl,
.dl-table__body > dl,
.dl-table__footer > dl { }

.dl-table > dl > dt,
.dl-table > dl > dd,
.dl-table__header > dl > dt,
.dl-table__header > dl > dd,
.dl-table__body > dl > dt,
.dl-table__body > dl > dd,
.dl-table__footer > dl > dt,
.dl-table__footer > dl > dd { }

.dl-table > dl > dt,
.dl-table__header > dl > dt,
.dl-table__body > dl > dt,
.dl-table__footer > dl > dt { }

.dl-table > dl > dt,
.dl-table__body > dl > dt { }

.dl-table > dl > dd,
.dl-table__header > dl > dd,
.dl-table__body > dl > dd,
.dl-table__footer > dl > dd { }

.dl-table-responsive { }
.dl-table-responsive__caption { }
.dl-table-responsive__header { }
.dl-table-responsive__body { }
.dl-table-responsive__footer { }

.dl-table-responsive > dl,
.dl-table-responsive__header > dl,
.dl-table-responsive__body > dl,
.dl-table-responsive__footer > dl { }

.dl-table-responsive > dl > dt,
.dl-table-responsive > dl > dd,
.dl-table-responsive__header > dl > dt,
.dl-table-responsive__header > dl > dd,
.dl-table-responsive__body > dl > dt,
.dl-table-responsive__body > dl > dd,
.dl-table-responsive__footer > dl > dt,
.dl-table-responsive__footer > dl > dd { }

.dl-table-responsive > dl > dt,
.dl-table-responsive__header > dl > dt,
.dl-table-responsive__body > dl > dt,
.dl-table-responsive__footer > dl > dt { }

.dl-table-responsive > dl > dt,
.dl-table-responsive .dl-table__body > dl > dt { }

.dl-table-responsive > dl > dd,
.dl-table-responsive__header > dl > dd,
.dl-table-responsive__body > dl > dd,
.dl-table-responsive__footer > 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(18,46,90,0.90);
	border-top: solid 1px #ddd;
	color: #fff;
	text-align: left;
}
table th, table td {
	padding: 1.0em;
  /*
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;*/
  box-shadow:-1px -1px 0px 0px #ddd inset;
	vertical-align: middle;
}
table th:first-child, table td:first-child {
}
table thead th, table thead td,
table tr.thead-style th, table tr.thead-style td {
	color: #fff;
	text-align: center;
}
table thead th,
table tr.thead-style th {
	background-color: rgba(18,46,90, 1.00);
}
table thead td,
table tr.thead-style td {
	/*background-color: rgba(18,46,90, 0.80);*/
	background-color: rgba(18,46,90, 1.00);
}
table tbody th, table tbody td {
}
table tbody th {
	background-color: rgba(18,46,90, 0.05);
}
table tbody td {
	background-color: #fff;
}
table tfoot th, table tfoot td,
table tr.tfoot-style th, table tr.tfoot-style td {
	text-align: center;
}
table tfoot th,
table tr.tfoot-style th {
	color: #fff;
	background-color: rgba(18,46,90, 0.60);
}
table tfoot td,
table tr.tfoot-style td {
	background-color: rgba(18,46,90, 0.10);
}
/* 狹い余白のテーブル */
table.table--narrow-padding {
}
table.table--narrow-padding caption,
table.table--narrow-padding th,
table.table--narrow-padding td,
table.table--narrow-padding thead th,
table.table--narrow-padding thead td,
table.table--narrow-padding tbody th,
table.table--narrow-padding tbody td,
table.table--narrow-padding tfoot th,
table.table--narrow-padding tfoot td {
	padding: 0.25em!important;
}
table.table-scroll-body thead,
table.table-scroll-body tbody,
table.table-scroll-body tfoot {
}
table.table-scroll-body tbody { }



 
/* 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: 1.2rem;
	color: #999;
	padding: 0 0 0 0;
	position: relative;
}
	.js-scroll-table__wrap {
		overflow: auto;
		position: relative;
	}
@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;
	}
}

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

	基本スタイル : コラム

=========================================================== */
.column,
.column--equal-width,
.column--2,
.column--3,
.column--4 {
	/* Default (Basic form : basicstyle.css)
	margin-left: -1.0em; margin-right: -1.0em;
	*/
	margin-left: -15px; margin-right: -15px;
}

.column__cell,
.column--equal-width .column__cell,
.column--2 .column__cell,
.column--2 .column__cell--2of1,
.column--2 .column__cell--2of2,
.column--3 .column__cell,
.column--3 .column__cell--3of1,
.column--3 .column__cell--3of2,
.column--3 .column__cell--3of3,
.column--4 .column__cell,
.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-left: 1.0em; padding-right: 1.0em;
	*/
	padding-left: 15px; padding-right: 15px;
}




.column-responsive,
.column-responsive--equal-width,
.column-responsive--2,
.column-responsive--3,
.column-responsive--4,
.column-responsive .column__cell,
.column-responsive--equal-width .column__cell,
.column-responsive--2 .column__cell,
.column-responsive--3 .column__cell,
.column-responsive--4 .column__cell,
.column-responsive--equal-width .column__cell,
.column-responsive--2 .column__cell,
.column-responsive--2 .column__cell--2of1,
.column-responsive--2 .column__cell--2of2,
.column-responsive--3 .column__cell,
.column-responsive--3 .column__cell--3of1,
.column-responsive--3 .column__cell--3of2,
.column-responsive--3 .column__cell--3of3,
.column-responsive--4 .column__cell,
.column-responsive--4 .column__cell--4of1,
.column-responsive--4 .column__cell--4of2,
.column-responsive--4 .column__cell--4of3,
.column-responsive--4 .column__cell--4of4 {
	/* Default (Basic form : basicstyle.css)
	margin-left: 0; margin-right: 0;
	*/
}

@media print, screen and (min-width: 768px) {
	.column-responsive,
	.column-responsive--equal-width,
	.column-responsive--2,
	.column-responsive--3,
	.column-responsive--4 {
		/* Default (Basic form : basicstyle.css)
		margin-left: -1.0em; margin-right: -1.0em;
		*/
    flex-wrap: nowrap;
		margin-left: -15px; margin-right: -15px;
	}
	.column-responsive__cell,
	.column-responsive--equal-width .column__cell,
	.column-responsive--2 .column__cell,
	.column-responsive--2 .column-responsive__cell--2of1,
	.column-responsive--2 .column-responsive__cell--2of2,
	.column-responsive--3 .column__cell,
	.column-responsive--3 .column-responsive__cell--3of1,
	.column-responsive--3 .column-responsive__cell--3of2,
	.column-responsive--3 .column-responsive__cell--3of3,
	.column-responsive--4 .column__cell,
	.column-responsive--4 .column-responsive__cell--4of1,
	.column-responsive--4 .column-responsive__cell--4of2,
	.column-responsive--4 .column-responsive__cell--4of3,
	.column-responsive--4 .column-responsive__cell--4of4 {
		/* Default (Basic form : basicstyle.css)
		padding-left: 1.0em; padding-right: 1.0em;
		*/
		padding-left: 15px; padding-right: 15px;
	}
}



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

	基本スタイル : 画像

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

.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;
	*/
	margin: 0!important;
}
.tab-row > li {
	/* Default (Basic form : basicstyle.css)
	display: flex; width: 100%; flex-flow: 1;
	*/
	margin: 0;
	border: solid 1px rgba(35,43,79,1.00);
	border-left: none;
	text-align: center;
	overflow: hidden;
}
.tab-row > li:first-child {
	border-left: solid 1px rgba(35,43,79,1.00);
	border-radius: 4px 0 0 0;
}
.tab-row > li:last-child {
	border-radius: 0 4px 0 0;
}
.tab-row > li > a {
/* Default (Basic form : basicstyle.css)
	display: flex; width: 100%; flex-flow: 1; 
	align-items: center; align-content: center;
	*/
}
.tab-row > li > a:hover {
	color: #fff;
	background-color: rgba(35,43,79,1.00);
}
.tab-row > li > a.current,
.tab-row > li > a.active,
.tab-row > li > a.current:hover,
.tab-row > li > a.active:hover {
	color: #fff;
	background-color: rgba(35,43,79,0.8);
}
.tab-row > li > a > span {
	/* Default (Basic form : basicstyle.css)
	display: block; width: 100%;
	*/
	padding: 0.50em 1.0em;
}
/* ===========================================================

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

=========================================================== */
/* date-list */
.date-list,
.date-list-responsive {
}
.date-list > dl,
.date-list-responsive > dl {
}
.date-list > dl > dt,
.date-list > dl > dd,
.date-list-responsive > dl > dt,
.date-list-responsive > dl > dd {
}
.date-list > dl > dt,
.date-list-responsive > dl > dt {
	padding: 0.5em 0;
}
.date-list__date {
	display: inline-block;
	line-height: 20px;
	font-size: 0.875em;
	padding: 0 1.0em 0 0;
}
.date-list > dl > dd,
.date-list-responsive > dl > dd {
	padding: 0.5em 0;
	line-height: 1.8;
	font-size: 1.0em;
}
.date-list > dl > dd a,
.date-list-responsive > dl > dd a {
	display: inline;
	padding: 0 1.0em 0 0;
}
.date-list > dl > dd a[target="_blank"]:after,
.date-list-responsive > dl > dd a[target="_blank"]:after {
}
.date-list__text {
	font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
	.date-list > dl > dt,
	.date-list-responsive > dl > dt {
		padding: 0.5em 1.0em 0.5em 0;
		width: 1%;
		white-space: nowrap;
	}
	.date-list > dl > dd,
	.date-list-responsive > dl > dd { }
}

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

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

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

/* ボタンパレード */

.link-button-parade {
	/* Default (Basic form : basicstyle.css)
	margin-left: -0.25em; margin-right: -0.25em;
	*/
	flex-wrap: wrap;
	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;
}
/* テキストパレード */

.link-text-parade {
	/* Default (Basic form : basicstyle.css)
	margin-left: -1.0em; margin-right: -1.0em;
	*/
	flex-wrap: wrap;
	margin-bottom: 1.0em !important;
}
.link-text-parade li {
	/* Default (Basic form : basicstyle.css)
	padding: 0 1.0em;
	*/
	padding: 0 0.5em;
	border-right: solid 1px #ddd;
	white-space: nowrap;
}
.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: rgba(35,43,79,1.00);
	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;
}
