@charset "UTF-8";
/*====================================
  basic-thema.css
  ----------------------------------
  Overview
  ----------------------------------
  必要に応じて編集。
  basic-style.cssにスタイルを与える
  モジュール一覧に準拠
  ----------------------------------
  Variable
  ----------------------------------
  --primary: #3ab483 rgba(58,180,131,1.00) hsla(156, 51%, 47%, 1.00);
  --secondary: #317e70 rgba(49,126,112,1.00) hsla(169, 44%, 34%, 1.00);

  --white: #fff rgba(255,255,125, 1.00) hsla(0, 0%, 100%, 1.00);
  --lightgray: #e6e6e6 rgba(230,230,230,1.00) hsla(0, 0%, 90%, 1.00);
  --mediumgray: #bfbfbf rgba(191,191,191,1.00) hsla(0, 0%, 75%, 1.00);
  --darkgray: #808080 rgba(128,128,128,1.00) hsla(0, 0%, 50%, 1.00);
  ----------------------------------
  Structure
  ----------------------------------
  1. 基本設定
  ----------------------------------
  Change Log
  ----------------------------------
  -2018/11/16   Founding
====================================*/
/*====================================

  1. 基本設定

====================================*/
/* font-size 10pxの場合は、font-size: 62.5%; */
html {
  font-size: 100%;
}

body {
  color: #000;
  font-size: 1.0rem;
  line-height: 1;
  text-rendering: optimizeSpeed;
  font-weight: 400;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  /*
  font-weight: 500;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3","メイリオ", sans-serif;
  */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  position:relative;
}

::selection {
    background-color: rgba(173,224,221,0.80);
    color: #fff;
}

::-moz-selection {
    background-color: rgba(173,224,221,0.80);
    color: #fff;
}



/* ieではメイリオにしたい場合に指定。 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, sans-serif;
  }
}
.archive-list__sticker { color: #fff; }
.sticker--primary {

}

.sticker--secondary {
}

.link-button-parade a {
  background-color: rgba(59, 181, 132, 0.1);
  color: #317d6f;
  border-radius: 2px;
  text-decoration: none;
}

.link-button-parade a:hover,
.link-button-parade a.current,
.link-button-parade a.current:hover {
  background-color: #e09710;
  color: #fff;
}

/* リリース */
.sticker-category--0,
.link-button-parade a.button-category--0:hover,
.link-button-parade a.button-category--0.current {
  background-color: #ea7722;
}

/* お知らせ */
.sticker-category--1,
.link-button-parade a.button-category--1:hover,
.link-button-parade a.button-category--1.current {
  background-color: #e9516b;
}

/* お知らせ */
.sticker-category--2,
.link-button-parade a.button-category--2:hover,
.link-button-parade a.button-category--2.current {
  background-color: #d06d8c;
}

/* 物件 */
.sticker-category--3,
.link-button-parade a.button-category--3:hover,
.link-button-parade a.button-category--3.current {
  background-color: #67aee4;
}

/* 決算 */
.sticker-category--4,
.link-button-parade a.button-category--4:hover,
.link-button-parade a.button-category--4.current {
  background-color: #9fc238;
}

/* 借入 */
.sticker-category--5,
.link-button-parade a.button-category--5:hover,
.link-button-parade a.button-category--5.current {
  background-color: #57a864;
}

/* 増資 */
.sticker-category--6,
.link-button-parade a.button-category--6:hover,
.link-button-parade a.button-category--6.current {
  background-color: #d06916;
}

/* その他 */
.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: #94609f;
}

/* 決算 */
.sticker-category--12,
.link-button-parade a.button-category--12:hover,
.link-button-parade a.button-category--12.current {
  background-color: #f4cf01;
}

/* 借入 */
.sticker-category--13,
.link-button-parade a.button-category--13:hover,
.link-button-parade a.button-category--13.current {
  background-color: #0071bd;
}

/* 増資 */
.sticker-category--14,
.link-button-parade a.button-category--14:hover,
.link-button-parade a.button-category--14.current {
  background-color: #cb528b;
}

/* その他 */
.sticker-category--15,
.link-button-parade a.button-category--15:hover,
.link-button-parade a.button-category--15.current {
  background-color: #999999;
}

.is_home .sticker-category--11,
.is_home .sticker-category--12,
.is_home .sticker-category--13,
.is_home .sticker-category--14,
.is_home .sticker-category--15 {
  background-color: #e09710;
}




.archive-list__sticker {
  display: inline-block; padding: 0.25rem 1.0rem; min-width: 100px;
  font-size: 0.6875rem; text-align: center; color: #fff;
  border-radius: 3px;
}


.archive-list { line-height: 1.2; border-top: solid 1px #ddd; }
.archive-list li { padding: 0; margin: 0; border-bottom: solid 1px #ddd; }

.archive-list__header { padding: 0.5rem 0 0 0; }
.archive-list__date {
  display: inline-block; padding: calc(0.3rem + 1px) 0;
  font-size: 0.875rem;
}

.archive-list .archive-list__body {
  font-size: 0.875rem; line-height: 1.6;
}
.archive-list .archive-list__body > * { display: block; padding: 0.5rem 0; }
.archive-list .archive-list__body .file-icon { margin: 0 0.25rem; }


@media (min-width: 768px) {
  .archive-list li { padding: 0; }
  .archive-list__header { padding: 0.5rem 2.0rem!important; }

}
/* ===========================================================

	基本スタイル : テキスト

=========================================================== */
/* 超小文字 12px */
.text--x-small {
  font-size: 0.750rem !important;
}

/* 小文字 14px */
.text--small {
  font-size: 0.875rem !important;
}

/* 通常 16px */
.text--medium {
  font-size: 1.000rem !important;
}

/* 大文字 18px */
.text--large {
  font-size: 1.125rem !important;
}

/* 特大文字 20px */
.text--x-large {
  font-size: 1.250em !important;
}

/* 極小文字 11px */
.is-mini {
  font-size: 0.688rem !important;
}

/* 超小文字 12px */
.is-tiny {
  font-size: 0.75rem !important;
}

/* 小文字 14px */
.is-small {
  font-size: 0.875rem !important;
}

/* 通常 16px */
.is-medium {
  font-size: 1.0rem !important;
}

/* 大文字 18px */
.is-large {
  font-size: 1.125rem !important;
}

/* 特大文字 20px */
.is-big {
  font-size: 1.25rem !important;
}

/* 極大文字 24px */
.is-huge {
  font-size: 1.5rem !important;
}

/* 超大文字 32px */
.is-massive {
  font-size: 2.0rem !important;
}

/* 色文字 */
.contents-style em {
  color: rgba(173,224,221,1.0);
  font-style: normal;
}

/* 太文字 */
.contents-style strong {
  font-weight: bold;
}

/* リード文 */
.text--read {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}

/* 強調 */
.text--emphasis {
  border: solid 1px #317d6f;
  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: 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(173,224,221,1.0);
}

/* リンク色反転 */
.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(173,224,221,1.0);
  text-decoration: underline;
}

/* アンダーライン */
.link-underline a:link,
.link-underline a:visited,
a.link-underline:link,
a.link-underline:visited {
  text-decoration: underline;
}

.link-underline a:hover,
a.link-underline:hover {
  text-decoration: underline;
}

/* 外部リンク */
.link-blank::after,
.blank::after {
  color: rgba(173,224,221,1.0);
}

/* link-mark--angle */
a.link-mark--angle-up::before, .link-mark--angle-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e902"; */
}

a.link-mark--angle-left::before, .link-mark--angle-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e900"; */
}

a.link-mark--angle-down::before, .link-mark--angle-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e903"; */
}

a.link-mark--angle-right::before, .link-mark--angle-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e901"; */
}

/* link-mark--angle-circle */
a.link-mark--angle-circle-up::before, .link-mark--angle-circle-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e950"; */
}

a.link-mark--angle-circle-left::before, .link-mark--angle-circle-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e94e"; */
}

a.link-mark--angle-circle-down::before, .link-mark--angle-circle-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e951"; */
}

a.link-mark--angle-circle-right::before, .link-mark--angle-circle-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e94f"; */
}

/* link-mark--angle-circle-border */
a.link-mark--angle-circle-border-up::before, .link-mark--angle-circle-border-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e938"; */
}

a.link-mark--angle-circle-border-left::before, .link-mark--angle-circle-border-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e936"; */
}

a.link-mark--angle-circle-border-down::before, .link-mark--angle-circle-border-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e939"; */
}

a.link-mark--angle-circle-border-right::before, .link-mark--angle-circle-border-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e937"; */
}

/* caret */
a.link-mark--caret-up::before, .link-mark--caret-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea14"; */
}

a.link-mark--caret-left::before, .link-mark--caret-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea12"; */
}

a.link-mark--caret-down::before, .link-mark--caret-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea15"; */
}

a.link-mark--caret-right::before, .link-mark--caret-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea13"; */
}

/* caret-circle */
a.link-mark--caret-circle-up::before, .link-mark--caret-circle-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea62"; */
}

a.link-mark--caret-circle-left::before, .link-mark--caret-circle-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea60"; */
}

a.link-mark--caret-circle-down::before, .link-mark--caret-circle-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea63"; */
}

a.link-mark--caret-circle-right::before, .link-mark--caret-circle-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea61"; */
}

/* caret-circle-border */
a.link-mark--caret-circle-border-up::before, .link-mark--caret-circle-border-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea48"; */
}

a.link-mark--caret-circle-border-left::before, .link-mark--caret-circle-border-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea48"; */
}

a.link-mark--caret-circle-border-down::before, .link-mark--caret-circle-border-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea4b"; */
}

a.link-mark--caret-circle-border-right::before, .link-mark--caret-circle-border-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea49"; */
}

/* arrow */
a.link-mark--arrow-up::before, .link-mark--arrow-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e978"; */
}

a.link-mark--arrow-left::before, .link-mark--arrow-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e976"; */
}

a.link-mark--arrow-down::before, .link-mark--arrow-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e979"; */
}

a.link-mark--arrow-right::before, .link-mark--arrow-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e977"; */
}

/* arrow-circle */
a.link-mark--arrow-circle-up::before, .link-mark--arrow-circle-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea08"; */
}

a.link-mark--arrow-circle-left::before, .link-mark--arrow-circle-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea06"; */
}

a.link-mark--arrow-circle-down::before, .link-mark--arrow-circle-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea09"; */
}

a.link-mark--arrow-circle-right::before, .link-mark--arrow-circle-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\ea07"; */
}

/* arrow-circle-border */
a.link-mark--arrow-circle-border-up::before, .link-mark--arrow-circle-border-up a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e9f1"; */
}

a.link-mark--arrow-circle-border-left::before, .link-mark--arrow-circle-border-left a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e9ee"; */
}

a.link-mark--arrow-circle-border-down::before, .link-mark--arrow-circle-border-down a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e9f0"; */
}

a.link-mark--arrow-circle-border-right::before, .link-mark--arrow-circle-border-right a::before {
  /* Default (Basic form : basicstyle.css)
  content: "\e9ef"; */
}






.file-icon {
  display: inline-block;
  font-size: 0.625rem; line-height: 1.1; padding: 0.15rem 0.5rem; margin: 0;
  white-space: nowrap; vertical-align: baseline;
  text-align: center; min-width: 3.0rem; transition: all 0.5s;
  position: relative; text-transform: uppercase;
  font-family: 'Roboto', sans-serif; font-weight: 700;
}

a .file-icon--large,
.file-icon--large {
  display: inline-block;
  font-size: 1.1rem; padding: 1.0em 1.0em 0.5em 1.0em; min-width: 3.0em;
  border: solid 1px rgba(104,116,118,1.00);
  white-space: nowrap; vertical-align: middle;
  text-align: center;
  border-radius: 2px;
}
a .file-icon--large::before,
.file-icon--large::before {
  display: block;
  font-size: 3.0rem; line-height: 1.1; padding: 0 0.5em;
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;transition: all 0.5s;
}

a:hover .file-icon--large { color: #fff; }


/* pdf */
.file-icon--pdf { color: rgba(104,116,118,1.00); border: solid 1px rgba(104,116,118,1.00); }
.file-icon--large.file-icon--pdf::before { content: "\f1c1"; }
.file-icon.file-icon--pdf { }
.file-icon--large.file-icon--pdf { background-color: rgba(255,255,255,0.00); color: rgba(104,116,118,1.00); border: solid 1px rgba(104,116,118,1.00); }
a:hover .file-icon--large.file-icon--pdf { color: #fff; background-color: rgba(104,116,118,1.00); }
/* xls */
.file-icon--xls { color: rgba(82,153,82,1.00); border: solid 1px rgba(82,153,82,1.00); }
.file-icon--large.file-icon--xls::before { content: "\f1c3"; }
.file-icon.file-icon--xls { }
.file-icon--large.file-icon--xls { background-color: rgba(255,255,255,0.00); color:rgba(107,166,143,1.00); border: solid 1px rgba(107,166,143,1.00); }
a:hover .file-icon--large.file-icon--xls { color: #fff; background-color: rgba(107,166,143,1.00); }
/* zip */
.file-icon--zip { background-color: rgba(125,135,146,1.00); }
.file-icon--large.file-icon--zip::before { content: "\f1c6"; }
.file-icon.file-icon--zip { background-color: rgba(125,135,146,1.00); }
.file-icon--large.file-icon--zip { background-color: rgba(255,255,255,0.00); color: rgba(125,135,146,1.00); border: solid 1px rgba(125,135,146,1.00); }
a:hover .file-icon--large.file-icon--zip { color: #fff; background-color: rgba(125,135,146,1.00); }
/* doc */
.file-icon--doc { background-color: rgba(83,130,158,1.00); }
.file-icon--large.file-icon--doc::before { content: "\f1c2"; }
.file-icon.file-icon--doc { background-color: rgba(83,130,158,1.00); }
.file-icon--large.file-icon--doc { background-color: rgba(255,255,255,0.00); color: rgba(83,130,158,1.00); border: solid 1px rgba(83,130,158,1.00); }
a:hover .file-icon--large.file-icon--doc { color: #fff; background-color: rgba(83,130,158,1.00); }
/* file */
.file-icon--file { background-color: rgba(107,134,166,1.00); }
.file-icon--large.file-icon--file::before { content: "\f016"; }
.file-icon.file-icon--file { background-color: rgba(107,134,166,1.00); }
.file-icon--large.file-icon--file { background-color: rgba(255,255,255,0.00); color: rgba(107,134,166,1.00); border: solid 1px rgba(107,134,166,1.00); }
a:hover .file-icon--large.file-icon--file { color: #fff; background-color: rgba(107,134,166,1.00); }
/* video */
.file-icon--video { background-color: rgba(107,134,166,1.00); }
.file-icon--large.file-icon--video::before { content: "\f1c8"; }
.file-icon.file-icon--video { background-color: rgba(107,134,166,1.00); }
.file-icon--large.file-icon--video { background-color: rgba(255,255,255,0.00); color: rgba(107,134,166,1.00); border: solid 1px rgba(107,134,166,1.00); }
a:hover .file-icon--large.file-icon--video { color: #fff; background-color: rgba(107,134,166,1.00); }





/* ===========================================================

  基本スタイル : ボタン
  :hoverは"hsl"を使うといいかも。lを-10％する。

=========================================================== */
.link-button.is-primary {
  background-color: rgba(173,224,221,1.0);
  border-color: rgba(173,224,221,1.0);
}

.link-button.is-border-primary {
  color: rgba(173,224,221,1.0);
}

.link-button.is-primary:hover,
.link-button.is-border-primary:hover {
  background-color: #2e8e68;
  border-color: #2e8e68;
}

.link-button.is-secondary {
  background-color: #317d6f;
  border-color: #317d6f;
}

.link-button.is-border-secondary {
  color: #317d6f;
}

.link-button.is-secondary:hover,
.link-button.is-border-secondary:hover {
  background-color: #22584e;
  border-color: #22584e;
}

.link-button.is-sub {
  background-color: #6d767e;
  border-color: #6d767e;
}

.link-button.is-border-sub {
  color: #6d767e;
}

.link-button.is-sub:hover,
.link-button.is-border-sub:hover {
  background-color: #555c62;
  border-color: #555c62;
}

/* リスト調整 */
[class^="list-style--"],
[class*=" list-style--"] {
  /* Default (Basic form : basicstyle.css)
	margin-left: 2em;
*/
  margin-left: 2em !important;
}

/* リスト調整(peculiar) */
[class^="list-style-peculiar"],
[class*=" list-style-peculiar"] {
  margin-left: 2.0em !important;
}

[class^="list-style-peculiar"] > li,
[class*=" list-style-peculiar"] > li {
  text-indent: -2.0em !important;
}

[class^="list-style-peculiar"] > li::before,
[class*=" list-style-peculiar"] > li::before {
  width: 2.0em !important;
}

/* リスト調整(peculiar character_circle-decimal) */
.list-style__peculiar--character_circle-decimal {
  margin-left: 2em !important;
}

.list-style__peculiar--character_circle-decimal > li {
  text-indent: -2em !important;
}

.list-style__peculiar--character_circle-decimal > li::before {
  width: 2em !important;
}

.list-style-icon--disc>li::before {
  color: rgba(173,224,221,1.00);
}

.list-style-peculiar--original_katakana {
  margin-left: -2em !important;
}

/* ===========================================================

	基本スタイル : テーブル

=========================================================== */
table {
  margin: 0 0 1.0em 0;
  line-height: 1.4;
  width: 100%;
}

table caption {
  padding: 1.0em;
  line-height: 1.2;
  background-color: rgba(173,224,221,0.90);
  color: #fff;
  text-align: left;
}

table th,
table td {
  padding: 1.0em;
  vertical-align: middle;
}


table thead th,
table thead td {
  color: #fff;
  text-align: center;
}

table thead th {
  background-color: rgba(173,224,221,1.0);
}

table thead td {
  background-color: rgba(173,224,221, 0.8);
}

table tbody th {
  background-color: rgba(173,224,221,0.05);
}

table tbody td {
  background-color: #fff;
}
table tbody td > *:first-child {
  margin-top: 0!important;
}
table tbody td > *:last-child {
  margin-bottom: 0!important;
}

table tfoot th,
table tfoot td {
  text-align: center;
}

table tfoot th {
  color: #fff;
  background-color: rgba(59, 181, 132, 0.6);
}

table tfoot td {
  background-color: rgba(59, 181, 132, 0.1);
}

table.table--narrow-padding caption,
table.table--narrow-padding th,
table.table--narrow-padding td {
  padding: 0.25em;
}





table.table-simple { border-bottom: solid 1px #ddd; }

table.table-simple th,
table.table-simple td { border-top: solid 1px #ddd; }
@media (min-width:768px) {
  table.table-simple tbody th { width: 20%;}
}

table.table-simple .dl-table { width: 100%; }
table.table-simple .dl-table dt,
table.table-simple .dl-table dd { padding: 0.25rem 0; }
table.table-simple .dl-table dt { padding: 0.25rem 1.0rem 0.25rem 0.25rem; width: 1%; white-space: nowrap; }
table.table-simple .dl-table dd { padding: 0.25rem 0;  }

table.table-simple .dl-table dl:last-child dt,
table.table-simple .dl-table dl:last-child dd{ }
table.table-simple .dl-table dl:first-child dt { padding: 0 1.0rem 0.25rem 0.25rem }
table.table-simple .dl-table dl:first-child dd { padding: 0 0 0.25rem 0;  }
table.table-simple .dl-table dl:last-child dt { padding: 0.25rem 1.0rem 0 0.25rem }
table.table-simple .dl-table dl:last-child dd { padding: 0.25rem 0 0 0;  }





/* 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 45px;
  position: relative;
}
.js-scroll-table__wrap {
  overflow: auto;
  position: relative;
}

p.js-scroll-table__caution {
  display: none; padding: 0 0 0 1.5rem; margin: 0!important;
  font-size: 0.875rem; position: relative;
}
p.js-scroll-table__caution::before {
  display: block;
  box-sizing: border-box;
  font-family: basicicon!important;
  color: rgba(173,224,221,1.00);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: "\ea16";
  position: absolute; top: 0; left: 0;
}

@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;
  }
}


/* ===========================================================

	基本スタイル : ヘッドライン

=========================================================== */
.contents-style {
  font-size: 0.875rem;
  line-height: 1.8;
  overflow: hidden;
}

@media print, screen and (min-width: 992px) {
  .contents-style { font-size: 1.000rem; }
}

.contents-style > *:first-child { margin-top: 0 !important; }
.contents-style > *:last-child { margin-bottom: 0 !important; }


.contents-style h2:first-child,
.contents-style h3:first-child,
.contents-style h4:first-child,
.contents-style h5:first-child,
.contents-style h6:first-child { margin-top: 0 !important; }


.contents-style h2 {
  display: block; padding: 0.5rem 0; margin: 3.5rem 0 1.0rem 0;
  position: relative;
  font-weight: bold;
  font-size: 1.5rem; line-height: 1.4;
  color: #333;
}
.contents-style h2::before,
.contents-style h2::after {
  display: block; padding: 0; margin: 0;
  content: "";
  position: absolute; bottom: 0; left: 0; height: 2px;
}

.contents-style h2::before {
  width: 100%; background-color: #b5b5b5;
}

.contents-style h2::after {
  width: 50px; background-color: rgba(173,224,221,1.00);
}

.contents-style h3 {
  display: block; padding: 0.5rem; margin: 2.0rem 0 1.0rem 0;
  position: relative;
  font-weight: bold;
  font-size: 1.25rem; line-height: 1.4;
  color: #000; background-color: rgba(181,181,181,0.20);
}
.contents-style h3::before {
  display: block; padding: 0; margin: 0;
  content: "";
  position: absolute; top: 0; left: 0; height: 2px; width: 100%;
  background-color: rgba(173,224,221,1.00);
}

.contents-style h4 {
  display: block; padding: 0.5rem 0; margin: 1.0em 0 0.5em 0;
  position: relative;
  font-weight: bold;
  font-size: 1.15em; line-height: 1.4;
  color: #000;
  border-bottom: solid 1px rgba(173,224,221,1.00);
}

.contents-style h5 {
  display: block; padding: 0; margin: 1.0em 0 0.5em 0;
  position: relative;
  font-weight: bold;
  font-size: 1.0rem;
  color: #000b4b;
}

.contents-style h6 {
  display: block; padding: 0; margin: 1.0em 0 0.5em 0;
  position: relative;
  font-weight: bold;
  font-size: 1.0em;
  color: #000;
}

.contents-style p.policy-title {
    border:none;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 30px;
	padding: 0px;
	color: #99c7c5;
	border-bottom: dotted 2px #99c7c5;
	background-color: none;
	color:#99c7c5;
}

.contents-style p {
  margin: 1.0rem 0;
}

.contents-style ul,
.contents-style ol {
  margin: 0 0 1.00rem 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;
}

.caution {
  color: #666; font-size: 0.785rem;
  margin: 1.0rem 0;
}

.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 #0d47af;
  background-color: #0d47af;
  color: #fff;
}

.contents-style input.input-ui__button:hover {
  background-color: #fff;
  color: #0d47af;
}

.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: #0d47af;
}

.box-border {
  display: block;
  padding: 1.0em;
  margin: 1.0em 0;
  border: solid 1px #ddd;
}

.box-border p {
  margin: 0;
}





.contents-style ul.tab-row { margin: 0; border-bottom: solid 1px #ddd; }
.tab-row li { padding: 0 0.5rem; margin: 0; }
.tab-row > li > a {
  display: block; padding: 0; margin: 0;
  background-color: #e9ecf3;
  color: rgba(173,224,221,1.0);
}
.tab-row > li > a:hover {
  background-color: rgba(173,224,221,1.0);
  color: #fff;
}
.tab-row > li > a.active,
.tab-row > li > a.active:hover {
  pointer-events: none;
  background-color: #d4b572;
  color: #fff;
}
.tab-row > li > a > span {
  display: block; padding: 1.0rem 0.5rem; margin: 0;
  text-align: center;
}
.js-panel.active { display: block; }
