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

	Title: contents.css
	Created: 2021-2-4

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

	icon
	btn
	tab
	hub
	list
	sort
	page-link
	form


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

	icon

=========================================================== */
.icon__pdf--small,
.icon__xls--small {
	width: 40px;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.icon__pdf--small {
	color: #fff;
	background-color: #B80B0C;
}
.icon__xls--small {
	color: #fff;
	background-color: #3A9041;
}
.icon__zip--small {
	color: #fff;
	background-color: #C69100;
}
.icon__file--small {
	color: #004831;
	border-color: #004831;
}
.icon__link--small {
	color: #004831;
	border-color: #004831;
}
.file-icon--pdf,
.file-icon--PDF,
.icon__pdf--large {
	width: 50px;
    height: 50px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    margin: 0 5px 5px;
    font-size: 1.3rem;
    border: solid 1px #ddd;
    border-radius: 3px;
    background-image: url(../img/global/pdf-icon.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 30%;
}
a:link .icon-l,
a:visited .icon-l {
	text-decoration: none !important;
}
.ic-pdf-l {
	color: #004831;
	border-color: #004831;
}
.ic-xls-l {
	color: #80AF63;
	border-color: #80AF63;
}
.ic-zip-l {
	color: #C69100;
	border-color: #C69100;
}
.ic-file-l {
	color: #004831;
	border-color: #004831;
}
.ic-link-l {
	color: #004831;
	border-color: #004831;
}

.icon {
	width: 85px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	display: inline-block;
}
/*.icon__press--0 {background-color: #004831;}*/
/*news*/
.icon__press--1 {background-color: #ff0000;} /*HP更新*/
.icon__press--2 {background-color: #A30644;} /*お知らせ*/
.icon__press--3 {background-color: #842B6A;} /*物件*/
.icon__press--4 {background-color: #594078;} /*決算*/
.icon__press--5 {background-color: #34486E;} /*借入*/
.icon__press--6 {background-color: #2F4858;} /*増資*/
.icon__press--7 {background-color: #959595;} /*その他*/
.icon__press--8 {background-color: #000000;} /* */
.icon__press---9 {background-color: #000000;} /* */

.ul-sort li a:hover,
.ul-sort li a.current,
.ul-sort li.category--0 a:hover,
.ul-sort li.category--0 a.current {background-color: #cc0000;} /*年別*/
.ul-sort li.category--1 a:hover,
.ul-sort li.category--1 a.current {background-color: #ff0000;} /*HP更新*/
.ul-sort li.category--2 a:hover,
.ul-sort li.category--2 a.current {background-color: #A30644;} /*お知らせ*/
.ul-sort li.category--3 a:hover,
.ul-sort li.category--3 a.current {background-color: #842B6A;} /*物件*/
.ul-sort li.category--4 a:hover,
.ul-sort li.category--4 a.current {background-color: #594078;} /*決算*/
.ul-sort li.category--5 a:hover,
.ul-sort li.category--5 a.current {background-color: #34486E;} /*借入*/
.ul-sort li.category--6 a:hover,
.ul-sort li.category--6 a.current {background-color: #2F4858;} /*増資*/
.ul-sort li.category--7 a:hover,
.ul-sort li.category--7 a.current {background-color: #959595;} /*その他*/

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

	hub

=========================================================== */
.hub li.bl-hover dl dt a {
	color: #fff;
	background-color: #003893;
	background-image: url(../../img/common/ic/ic_arrow_e.png);
	background-size: 8px 11px;
}
/* Simulate hover on contained link */
.bl-hover a:link {
}
.bl-hover a:visited {
}
/* Some demo layout */
.hub {
	margin: 0 0 20px;
}
.hub li {
	display: inline;
	float: left;
	width: 350px;
	margin: 0 20px 20px 0;
	background-color: #fff;
}
.hub li:nth-child(even) {
	margin-right: 0;
}
.hub li.bl-hot {
}
.hub li:before {
	content: '';
}
.hub li.lastChild {
	margin-right: 0;
}
.hub li dl {
	margin: 0;
	padding: 0;
}
.hub li dl dt {
	overflow: hidden;
}
.hub li dl dt a {
	margin: 0;
	padding: 0 10px 0 35px;
	background-image: url(../../img/common/ic/ic_arrow_d.png);
	background-size: 8px 11px;
	background-position: 20px 50%;
	background-repeat: no-repeat;
	background-color: #ddd;
	line-height: 40px;
	height: 40px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #111;
}
.hub li dl dd {
	padding: 20px;
}
.hub li dl dd:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.hub li dl dd {
	zoom: 1;
}

@media screen and (max-width: 1024px) {
.hub li {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 10px;
}
}
/* ===========================================================

	list

=========================================================== */
/* dl-horizontal-a
----------------------------------------------------------- */
dl.dl-horizontal-a {
	clear: both;
}
dl.dl-horizontal-a dt {
	clear: both;
	float: left;
}
dl.dl-horizontal-a dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px 12em;
}

/* dl-date
----------------------------------------------------------- */
dl.dl-date {
	clear: both;
}
dl.dl-date dt {
	clear: both;
	float: left;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
dl.dl-date dd {
	border-bottom: dotted 1px #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px 11em;
}
dl.dl-date dd a {
	text-decoration: none;
}
/* revied */
dl.dl-date dt.revied {
	background: url(../../img/common/ic/revied_last.png) 10px -2px no-repeat;
	padding-left: 30px !important;
}
dl.dl-date dd.revied {
	margin: 0 0 10px 30px;
}
@media screen and (max-width: 1024px) {
dl.dl-date dt {
	clear: both;
	float: none;
	margin: 0 0 5px;
	padding: 0;
}
dl.dl-date dd {
	padding: 0 0 10px 0;
}
}

/* dl-pertinent
----------------------------------------------------------- */
dl.dl-pertinent {
	clear: both;
	border: solid 1px #d8dbdf;
	padding: 0 0 10px;
}
dl.dl-pertinent:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
dl.dl-pertinent {
	zoom: 1;
}
dl.dl-pertinent dt {
	clear: both;
	border-bottom: solid 1px #d8dbdf;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 8px 20px;
	background: #f9f9f9;
}
dl.dl-pertinent dd {
	float: left;
	margin: 0 0 5px 20px;
	padding: 0 10px 0 25px;
	position: relative;
}
dl.dl-pertinent dd:before {
	position: absolute;
	top: 50%;
	left: 15px;
	margin: -3px 0 0;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #aaa;
}
@media screen and (max-width: 1024px) {
dl.dl-pertinent dt {
	padding: 8px 10px;
}
dl.dl-pertinent dd {
	margin: 0 0 5px 0;
	padding: 0 10px 0 25px;
}
}

/*ul-sort
----------------------------------------------------------- */
.ul-sort {
	display: flex;
}
.ul-sort li {
	margin: 0 7px 10px 0;
}
.ul-sort li a {
	font-size: 13px;
	text-align: center;
	width: 95px;
	line-height: 32px;
	height: 32px;
	position: relative;
	color: #000;
	display: inline-block;
	border: 1px solid #ddd;
	text-decoration: none;
}
.ul-sort li a:hover:before  {
	border-color: transparent transparent transparent #fff;
}
.ul-sort li a:hover {
	border-color: transparent;
	background-color: #000;
	color: #fff;
}
.ul-sort li a.current {
	border-color: transparent;
	background-color: #000;
	color: #fff;
}
.ul-sort li a.current:before {
	border-color: transparent transparent transparent #fff;
}

/* ul-backnumber
----------------------------------------------------------- */
.ul-backnumber {
	display: flex;
}
.ul-backnumber li {
	margin: 0 0 10px;
	padding: 0 5px;
	border-right: solid 1px #ccc;
}
.ul-backnumber li:first-child {
	border-left: solid 1px #ccc;
}
.ul-backnumber li a {
	display: block;
	width: 80px;
	margin: 3px 0;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.ul-backnumber li a.current {
	color: #fff;
	background-color: #666666;
}
.ul-backnumber li a:link, .ul-backnumber li a:visited {
}
.ul-backnumber li a:hover {
	color: #fff;
	background-color: #666666;
}

/* ul-page-link
----------------------------------------------------------- */
.ul-page-link,
.ul-page-link-bottom {
	clear: both;
	margin: 0 0 20px;
	padding: 0 !important;
	line-height: 1;
	border-left: none;
	width: 100%;
}
.ul-page-link li,
.ul-page-link-bottom li {
	display: inline-block;
	float: left;
	text-align: center;
	margin: 0 5px 5px 0;
}
.ul-page-link li a,
.ul-page-link-bottom li a {
	display: inline-block;
	padding: 10px 35px 10px 20px;
	border: solid 1px #ddd;
	color: #004831;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all .3s ease;
}
.ul-page-link li a:after,
.ul-page-link-bottom li a:after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #004831;
	border-right: 1px solid #004831;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
}
.ul-page-link li a:after {
	margin: -6px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.ul-page-link-bottom li a:after {
	margin: -2px 0 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(-45deg);
}
.ul-page-link li a:hover,
.ul-page-link-bottom li a:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	background-color: #004831;
}
.ul-page-link li a:hover:after,
.ul-page-link-bottom li a:hover:after {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}


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

	archive-list

=========================================================== */
.archive-list {
}
.archive-list span {
	flex: 0 0 auto;
}
.archive-list li {
	display: flex;
	border-bottom: solid 1px #ddd;
	margin: 0 !important;
	padding: 26px 0;
	align-items: center;
}
.archive-list li a {
	text-decoration: none !important;
}
.archive-list .date {
	min-width: 7.5em;
	display: inline-block;
}
.archive-list .date,
.archive-list .icon {
	margin-right: 2em;
}
.archive-list .archive-list__body {
	display: block;
	flex: 0 1 auto;
	padding: 0;
}
.file-size {
	color: #666;
	font-size: 1.3rem;
	margin: 0 0.1em;
}
.file-size::before {
	content: "（";
}
.file-size::after {
	content: "）";
}


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

	timeline

=========================================================== */
.timeline {
	width: 100%;
	display: block;
	overflow: hidden;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	line-height: 1.4
  }
  .timeline > li + li {
	margin: 0
  }
  .timeline > li {
	display: block;
	position: relative;
	margin: 0
  }
  .timeline > li:first-child .timeline__header {
	padding-top: 1rem
  }
  .timeline > li:first-child .timeline__header::after {
	top: calc(1rem + .7em)
  }
  .timeline > li:last-child .timeline__body {
	padding-bottom: 1rem
  }
  .timeline__header, .timeline__body {
	display: block;
	position: relative
  }
  .timeline__header::before, .timeline__header::after, .timeline__body::before, .timeline__body::after {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	content: ''
  }
  .timeline__header::before, .timeline__body::before {
	margin-left: -.5px;
	top: 0;
	left: 1rem;
	height: 100%;
	border-left: solid 1px #ddd
  }
  .timeline__header {
	padding: .25rem 1rem .25rem calc(1rem + 1rem);
	color: #262D39
  }
  .timeline__header::after {
	margin-top: -4px;
	top: 50%;
	left: calc(1rem - 4px);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #004831;
	z-index: 5
  }
  .timeline__body {
	padding: 0 0 .25rem calc(1rem + 1rem);
	margin: 0;
	display: block
  }
  .timeline__body p {
	padding: 0;
	margin: 0
  }
  .timeline__body p + p {
	padding: 0;
	margin: .25rem 0 0 0
  }
  @media (min-width: 992px) {
	.timeline {
	  display: table;
	  border-collapse: collapse;
	  border-top: solid 1px #ddd;
	  border-bottom: solid 1px #ddd
	}
	.timeline > li {
	  display: table-row
	}
	.timeline > li:first-child .timeline__header, .timeline > li:first-child .timeline__body {
	  padding-top: 2rem
	}
	.timeline > li:first-child .timeline__header::before, .timeline > li:first-child .timeline__header::after {
	  top: calc(2rem + .7em)
	}
	.timeline > li:last-child .timeline__header, .timeline > li:last-child .timeline__body {
	  padding-bottom: 2rem
	}
	.timeline__header, .timeline__body {
	  display: table-cell
	}
	.timeline__header {
	  padding: .5rem calc(2.5rem + 0rem + 1rem) .5rem 0rem;
	  width: 1%;
	  white-space: nowrap
	}
	.timeline__header::before {
	  margin-top: -.5px;
	  width: 5rem;
	  top: calc(.5rem + .7em);
	  left: auto;
	  right: -2.5rem;
	  border: none;
	  border-top: solid 1px #ddd
	}
	.timeline__header::after {
	  margin-top: -4px;
	  top: calc(.5rem + .7em);
	  left: auto;
	  right: -4px
	}
	.timeline__body {
	  padding: .5rem 0rem .5rem calc(2.5rem + 0rem + 1rem)
	}
	.timeline__body::before {
	  left: 0;
	  margin-left: -.5px;
	  top: 0
	}
	.timeline__body::after {
	  display: none
	}
  }

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

	account

=========================================================== */
#account ul.error li {
	color: #e02121;
	font-weight: bold;
}

#account .password-table th,
#account .password-table td {
	vertical-align: middle;
}
#account .password-table th em {
	color: #e02121;
}
#account .password-table input[type="text"],
#account .password-table input[type="password"] {
	border: solid 1px #ccc;
	padding: 5px;
	margin: 0 0 5px;
}
#account .password-table input[type="text"]:last-child,
#account .password-table input[type="password"]:last-child {
	margin: 0;
}
#account .password-table input[type="text"] {
	width: 60%;
}
#account .password-table input[type="password"] {
	width: 30%;
}
#account .input-btn input[type="submit"] {
	padding: 5px 10px;
	border: solid 1px #ccc;
	border-radius: 3px;
	cursor: pointer;
}
#account .account-message {
	font-size: 1.36em;
	font-weight: bold;
}

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

	.input-ui

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

.error { color: #f00; font-weight: bold; }

.input-ui {}

.input-ui input[type=radio],
.input-ui input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.input-ui input[type=radio] ~ label:before,
.input-ui input[type=checkbox] ~ label:before {
	font-family: FontAwesome;
	display: inline-block;
	content: "\f1db";
	font-size: 1.0em;
	color: #999;
	width: 1.4em;
}

.input-ui input[type=radio]:checked ~ label:before,
.input-ui input[type=checkbox]:checked ~ label:before,
.input-ui input[type=radio]:checked ~ label,
.input-ui input[type=checkbox]:checked ~ label { color: #004831; }

.input-ui input[type=radio] ~ label:before { content: "\f10c"; }
.input-ui input[type=radio]:checked ~ label:before{ content: "\f192"; }


.input-ui input[type=checkbox] ~ label:before { content: "\f096"; }
.input-ui input[type=checkbox]:checked ~ label:before{ content: "\f14a"; }


.input-ui input[type=radio]:focus ~ label:before,
.input-ui input[type=checkbox]:focus ~ label:before,
.input-ui input[type=radio]:focus ~ label,
.input-ui input[type=checkbox]:focus ~ label { color: #004831; }


.input-ui-text {
	display: block; width: 100%; padding: 5px; margin: 0;
}
.input-ui-text input.input-ui__text {
	display: block; width: 100%; padding: 5px 1.0em; margin: 0;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15); border-radius: 0;
	background-color: #fff;
	transition: all 0.5s;

}
.input-ui-text input.input-ui__text:focus {
	box-shadow: 0 0 10px 0 rgba(35,43,79,0.50);
	background-color: #fff;
}


.input-ui-button { display: block; min-width: 200px; padding: 5px; margin: 0; }

.input-ui-button input.input-ui__button,
.input-ui-button input.input-ui__button--sub {
	display: block; border: solid 1px #004831;
	background-color: #004831; color: #fff;
	line-height: 40px; text-align: center;
	width: 100%; font-weight: bold;
	cursor: pointer;
	transition: all 0.5s;
}
.input-ui-button input.input-ui__button--sub {
	border: solid 1px #111; background-color: #111;
}
.input-ui-button input.input-ui__button:hover {
	background-color: #004831; color: #fff;
}
.input-ui-button input.input-ui__button:hover,
.input-ui-button input.input-ui__button--sub:hover {
	opacity: 0.5;
}


.input-ui__footer-button {
	display: block; padding: 0; margin: 0; clear: both;
}
.input-ui__footer-button ul {
	display: block; padding: 0; margin: 0; clear: both;
	text-align: center;
}
.input-ui__footer-button li {
	display: inline-block; padding: 0; margin: 0;
}

.input-ui-radio input,
.vertical-align select {
	vertical-align: middle !important;
}

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

	popup

=========================================================== */
/* js-popup-open
----------------------------------------------------------- */
.js-popup-open {
}

/* js-popup-area
----------------------------------------------------------- */
.js-popup-area {
    display: none;
    position: absolute;
    top: 50%;
	left: 0;
    z-index: 100;
    padding: 20px 20px;
    width: 480px;
	transform: translate(-30%, -50%);
    background: #fff;
	border: solid 3px #ddd;
	text-align: left;
}
.js-popup-area h3 {
	margin-top: 0;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.6;
}
.js-popup-area .popup-title {
    font-weight: bold;
}
.js-popup-area p {
    margin-bottom: 0;
}
.js-popup-area .archive-list {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
.js-popup-area dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px 8px;
	margin: 0 0 10px;
	font-size: 1.4rem;
}
.js-popup-area dl dt {
	padding-right: 16px;
}
.js-popup-area dl dd {
	display: flex;
	flex-wrap: wrap;
}

/* js-popup-close
----------------------------------------------------------- */
.js-popup-close {
    position: relative;
    overflow: hidden;
    height: 25px;
    line-height: 23px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px 0 30px;
    display: inline-block;
    border: solid 1px #cccccc;
    color: #111 !important;
    font-size: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all .3s ease;
    cursor: pointer;
}
.js-popup-close:hover {
    text-decoration: none;
    border: solid 1px #fff;
    color: #fff !important;
    border-color: transparent;
    background-color: #000;
}
.js-popup-close:before, .js-popup-close:after {
    position: absolute;
    top: 50%;
    left: 15px;
    margin: -6px 0 0;
    content: "";
    width: 1px;
    height: 12px;
    background-color: #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.js-popup-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.js-popup-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
}
.js-popup-close:hover:before, .js-popup-close:hover:after {
    background-color: #fff;
}

/* link-button__open / link-button__close
----------------------------------------------------------- */
.link-button__open, .link-button__close {
    height: 35px;
    line-height: 34px;
    padding: 0 40px 0 55px;
    display: inline-block;
    color: #004831 !important;
    font-size: 13px;
    text-align: center;
    border: solid 1px #004831;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all .2s ease;
    text-decoration: none !important;
}
.link-button-a:hover,  .link-button-b:hover,  .link-button__open:hover,  .link-button__close:hover {
    background: #004831;
    border: solid 1px #004831;
    text-decoration: none !important;
    color: #fff !important;
}
.link-button-a:before,  .link-button-b:before,  .link-button__open:before,  .link-button__close:before,  .link-button__close:after {
    position: absolute;
    content: " ";
    vertical-align: middle;
}
/* link-button__open */
.link-button__open:before {
    top: 50%;
    left: 35px;
    width: 5px;
    height: 5px;
    margin: -6px 0 0 0;
    border-right: 1px solid #004831;
    border-bottom: 1px solid #004831;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.link-button__open:hover:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
/* link-button__close */
.link-button__close:before, .link-button__close:after {
    top: 50%;
    left: 27px;
    width: 14px;
    height: 14px;
    border-right: 1px solid #004831;
}
.link-button__close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -13px 0 0 0;
}
.link-button__close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 0;
}
.link-button__close:hover:before, .link-button__close:hover:after {
    border-right: 1px solid #fff;
}


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

	summary-lsit

=========================================================== */
.summary-lsit {
	margin: 0 -16px;
	display: flex;
}
.summary-lsit dl {
	border-bottom: solid 1px #DDDDDD;
	margin: 0 16px 8px;
    width: 100%;
    text-align: center;
}
.summary-lsit dt,
.summary-lsit dd {
	list-style: 1.1;
	margin: 0;
	padding: 0;
}
.summary-lsit dd {
	white-space: nowrap;
}
.summary-lsit em {
	list-style: 1.1;
}