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

	Title: contents.css
	Created: 2020-12-17

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

	icon
	button
	tab
	hub
	list
	sort
	page-link
	popup
	video
	caution


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

	icon

=========================================================== */
.icon__pdf--small,
.icon__xls--small,
.icon__link--small,
.icon__video--small,
.file-icon--pdf{
	width: 45px;
	height: 20px;
	line-height: 18px;
	font-size: 10px;
	font-weight:  bold;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
	text-transform: uppercase;
	color: #aaaaaa !important;
    border: solid 1px #ddd !important;
}
.icon__pdf--small {
}
.icon__xls--link {
}
.icon__link--small {
}
.icon__video--small {
}
.ic-xls-s {
	color: #80AF63;
	border-color: #80AF63;
}
.ic-zip-s {
	color: #C69100;
	border-color: #C69100;
}
.ic-file-s {
	color: #015437;
	border-color: #015437;
}
.ic-link-s {
	color: #015437;
	border-color: #015437;
}
.file-icon--small {
	margin: 0 0.2em;
    padding: 0 0.3em;
    border: solid 1px #000;
	height: 16px;
	line-height: 15px;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	display: inline-block;
}
.file-icon--large {
	width: 45px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	display: inline-block;
	margin: 0 5px 5px;
	font-size: 13px;
	color: #555;
	border: solid 1px #555;
	border-top: solid 10px #555;
	background-color: #fff;
}
a:link .file-icon--large,
a:visited .file-icon--large {
	text-decoration: none !important;
}
.file-icon--pdf {
	color: #015437;
	border-color: #015437;
}

.file-icon--xls {
	color: #80AF63;
	border-color: #80AF63;
}
.file-icon--zip {
	color: #C69100;
	border-color: #C69100;
}
.file-icon--file {
	color: #015437;
	border-color: #015437;
}
.file-icon--link {
	color: #6db160;
  border-color: #a7db9d;
}
.icon {
	width: 80px;
	height: 20px;
	text-align: center;
	background-color: #90c31f;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
}
.ic-top-press1 {background-color: #777777;} /*HP更新*/
.ic-top-press2 {background-color: #B7B7B7;} /*お知らせ*/
.ic-top-press3 {} /*その他*/
.ic-top-press10,
.ic-top-press11 {background-color: #006647;} /*物件*/
.ic-top-press12 {background-color: #00953A;} /*決算*/
.ic-top-press13 {background-color: #50AD17;} /*借入*/
.ic-top-press14 {background-color: #82BC00;} /*増資*/
.ic-top-press15 {background-color: #A5C89A;} /*その他*/

.link-button-parade a.button-category--all,
.link-button-parade a.button-category--1,
.link-button-parade a.button-category--2,
.link-button-parade a.button-category--11,
.link-button-parade a.button-category--12,
.link-button-parade a.button-category--13,
.link-button-parade a.button-category--14,
.link-button-parade a.button-category--15 {
	padding: 8px 12px;
	min-width: 80px;
	text-align: center;
	border: solid 1px #fff;
}
.link-button-parade a.button-category--all:hover,
.link-button-parade a.button-category--1:hover,
.link-button-parade a.button-category--2:hover,
.link-button-parade a.button-category--11:hover,
.link-button-parade a.button-category--12:hover,
.link-button-parade a.button-category--13:hover,
.link-button-parade a.button-category--14:hover,
.link-button-parade a.button-category--15:hover {
	text-decoration: none;
}
.link-button-parade a.button-category--all:link {color: #555759; border-color: #555759;} /*全てのカテゴリ*/
.link-button-parade a.button-category--1:link {color: #777777; border-color: #777777;} /*お知らせ*/
.link-button-parade a.button-category--2:link {color: #B7B7B7; border-color: #B7B7B7;} /*HP更新*/
.link-button-parade a.button-category--11:link {color: #006647; border-color: #006647;} /*物件*/
.link-button-parade a.button-category--12:link {color: #00953A; border-color: #00953A;} /*決算*/
.link-button-parade a.button-category--13:link {color: #50AD17; border-color: #50AD17;} /*借入*/
.link-button-parade a.button-category--14:link {color: #82BC00; border-color: #82BC00;} /*増資*/
.link-button-parade a.button-category--15:link {color: #A5C89A; border-color: #A5C89A;} /*その他*/

.link-button-parade a.button-category--all.current,
.link-button-parade a.button-category--1.current,
.link-button-parade a.button-category--2.current,
.link-button-parade a.button-category--11.current,
.link-button-parade a.button-category--12.current,
.link-button-parade a.button-category--13.current,
.link-button-parade a.button-category--14.current,
.link-button-parade a.button-category--15.current {
	color: #fff;
}

.link-button-parade a.button-category--all.current {background-color: #555759;} /*全てのカテゴリ*/
.link-button-parade a.button-category--1.current {background-color: #777777;} /*お知らせ*/
.link-button-parade a.button-category--2.current {background-color: #B7B7B7;} /*HP更新*/
.link-button-parade a.button-category--11.current {background-color: #006647;} /*物件*/
.link-button-parade a.button-category--12.current {background-color: #00953A;} /*決算*/
.link-button-parade a.button-category--13.current {background-color: #50AD17;} /*借入*/
.link-button-parade a.button-category--14.current {background-color: #82BC00;} /*増資*/
.link-button-parade a.button-category--15.current {background-color: #A5C89A;} /*その他*/

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

	tab

=========================================================== */
.tabs > .tab {
}
.tabs > .tab.active, .tabs > .tab a.active {
}
.panels > .panel {
	display: none;
}
.panels > .panel.is-active {
	display: block;
}

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

	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: #f4f4f4;
}
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 li {
	line-height: 25px;
	height: 25px;
	margin: 0 5px 10px 0;
	display: inline-block;
}
.ul-sort li a {
	vertical-align: text-bottom;
	font-size: 12px;
	text-align: center;
	line-height: 23px;
	height: 25px;
	position: relative;
	padding: 0 20px 0 25px;
	background-color: #fff;
	color: #015437;
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
	text-decoration: none;
}
.ul-sort li a: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;
}
.ul-sort li a:hover:before  {
	border-color: transparent transparent transparent #fff;
}
.ul-sort li a:hover {
	border-color: transparent;
	text-decoration: none;
	color: #fff;
}
.ul-sort li a.current {
	cursor: default;
	border-color: transparent;
	color: #fff;
}
.ul-sort li a.current:before {
	border-color: transparent transparent transparent #fff;
	opacity: 0.2;
}

/* ul-backnumber
----------------------------------------------------------- */
.ul-backnumber {
	display: flex;
	flex-wrap: wrap;
	clear: both;
	margin: 0 -2px 32px!important;
	padding: 0 !important;
}
.ul-backnumber li {
	overflow: hidden;
	margin: 0 2px 4px;
	padding: 0 16px;
	border-right: solid 1px #ddd;
	line-height: 1.2;
}
.ul-backnumber li:first-child {
	border-left: solid 1px #ddd;
}
.ul-backnumber li a {
	display: block;
	padding: 5px 10px;
}
.ul-backnumber li a.current {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	background-color: #00953A;
}
.ul-backnumber li a:link, .ul-backnumber li a:visited {
}
.ul-backnumber li a:hover {
}

/* 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%;
	display: flex;
	flex-wrap: wrap;
}
.ul-page-link li,
.ul-page-link-bottom li {
	display: inline-block;
	text-align: center;
	margin: 0 2px 2px 0;
}
.ul-page-link li:last-child,
.ul-page-link-bottom li:last-child {
	margin: 0 0 2px 0;
}
.ul-page-link li a,
.ul-page-link-bottom li a {
	display: inline-block;
	padding: 10px 25px 10px 10px;
	border: solid 1px #ddd;
	color: #111;
	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: 10px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #00953A;
	border-right: 1px solid #00953A;
	-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: #00953A;
}
.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;
}

/* page-link
----------------------------------------------------------- */
.page-link {
}
.page-link li {
}
.page-link li a {
    font-size: 1.6rem;
	display: block;
	padding: 15px 50px 15px 15px;
	border: solid 1px #ddd;
	color: #00953A;
	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;
}
.page-link li a:hover {
	text-decoration: none;
	border: solid 1px #fff;
	color: #fff !important;
	background-color: #00953A;
}
.page-link li a::after {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 25px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all .2s ease;
	margin: -8px 0 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.page-link li a:hover::after {
	border-top: 2px solid #00953A;
	border-right: 2px solid #00953A;
}
.page-link li a::before {
	position: absolute;
	content: "";
	vertical-align: middle;
	top: 50%;
	right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    background-color: #00953A;
    transform: translate(0,-50%);
}
.page-link li a:hover::before {
    background-color: #fff;
}

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

	archive-list

=========================================================== */
.archive-list {
	width: 100%;
}
h3 + .archive-list {
	margin-top: -18px;
}
.archive-list li {
	padding: 24px 0;
	margin: 0;
	border-bottom: solid 1px #ddd;
	display: flex;
}
.archive-list li a {
	text-decoration: none !important;
	color: #111;
}
.archive-list li a:hover {
	color: #00953A;
	text-decoration: none;
}
.archive-list .date {
	min-width: 7.5em;
	display: inline-block;
}
.archive-list .date {
	margin-right: 1.0em;
}
.archive-list .icon {
	margin-right: 2em;
}
.archive-list .archive-list__body {
    flex-shrink: 50;

}
.file-size {
	color: #666;
	font-size: 1.3rem;
	margin: 0 0.1em;
}
/*.file-size::before {
	content: "(";
}
.file-size::after {
	content: ")";
}*/

@media screen and (max-width: 1024px) {
	.archive-list li {
		flex-wrap: wrap;
	}
	.archive-list .archive-list__body {
		width: 100%;
	}
}

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

	popup

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

/* js-popup-area
----------------------------------------------------------- */
.js-popup-area {
    display: none;
    position: absolute;
    top: -50px;
    margin: 0 0 0 -150px;
    z-index: 100;
    padding: 20px 20px 5px;
    width: 500px;
    background: #fff;
    border: solid 3px #ddd;
	text-align: left;
}
.js-popup-area .popup-title {
    font-weight: bold;
}
.js-popup-area h3 {
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.4;
	color: #333;
	margin: 0 0 8px;
	padding: 0;
	border: none;
}
.js-popup-area h3::after {
	display: none;
}
.js-popup-area dl {
	display: flex;
	justify-content: flex-start !important;
	align-items: top !important;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin: 0 0 1em !important;
}
.js-popup-area dl dt {
	padding: 0.2em 1em 0.2em 0 !important;
	margin: 0 !important;
	border: none;
    white-space: nowrap;
}
.js-popup-area dl dd {
	padding: 0.2em 0 !important;
	margin: 0 !important;
	border: none;
	white-space: normal;
}
.js-popup-area dl dd .file-size {
	display: inline-block;
}
.js-popup-area p {
	text-align: center !important;
}

@media screen and (max-width: 767px) {
	.js-popup-area {
		top: 0;
		margin: 0;
		transform: translate(-40%, -50%);
		width: 80vw;
	}
	.js-popup-area dl {
		display: block;
	}
	.js-popup-area dl dd {
	}
}

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


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

	.input-ui

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

.error { color: #008e5b; 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: #008e5b; }

.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: #008e5b; }


.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 #008e5b;
	background-color: #008e5b; 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: #008e5b; 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;
}


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

	video

=========================================================== */
.youtube--16-9 {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.youtube--16-9 iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


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

	hab-tab

=========================================================== */
.hab-tab {
	background-color: #f0f0f0;
	padding-top: 32px;
	display: flex;
	justify-content: center;
	border-bottom: solid 1px #ddd;
}
.hab-tab ul {
	max-width: 1080px;
	width: 100%;
	display: flex;
	margin: 0 -4px;
}
.hab-tab ul li {
	margin: 0 4px;
	background-color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	height: 100%;
	border-radius: 8px 8px 0 0;
	position: relative;
	transition: all 0.5s;
}
.hab-tab ul li a:link,
.hab-tab ul li a:visited {
	padding: 16px;
	color: #111;
	display: block;
	width: 100%;
}
.hab-tab ul li a:hover {
	color: #00953A;
}
.hab-tab ul li a:hover {
	text-decoration: none;
}
/*.hab-tab ul li.current::after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background-color: #fff;
}*/
.hab-tab ul li.current,
.hab-tab ul li.is-active {
	background-color: #00953A;
}
.hab-tab ul li.current a,
.hab-tab ul li.is-active a {
	color: #fff;
}
.hab-tab ul li.current:hover {
	opacity: 0.8;
}
@media screen and (max-width: 1200px) {
	.hab-tab {
		padding: 16px;
	}
	.hab-tab ul {
		flex-direction: column;
		margin: 0;
	}
	.hab-tab ul li {
		margin: 4px 4px;
		height: 100%;
		border-radius: 8px;
		text-align: left;
	}
	.hab-tab ul li a:link,
	.hab-tab ul li a:visited {
	}
	.hab-tab ul li br {
		display: none;
	}
}


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

	link-pagetop

=========================================================== */
.link-pagetop {
	text-align: right;
}
.link-pagetop a:link,
.link-pagetop a:visited {
	color: #111;
	display: inline-block;
	position: relative;
	padding-left: 24px;
	line-height: 32px;
}
.link-pagetop a:hover {
	color: #00953A;
	text-decoration: none;
}
.link-pagetop a::before,
.link-pagetop a::after {
	transition: all 0.25s;
	content: "";
	position: absolute;
}
.link-pagetop a::before {
	top: 11px;
	left: 0;
	width: 13px;
	height: 1px;
	background: #000;
}
.link-pagetop a::after {
	top: 17px;
	left: 2px;
	width: 9px;
	height: 9px;
	transform: rotate(-45deg);
	border-right: 10px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
}


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

	caution

=========================================================== */
.caution {
    display: table
}
.caution>li {
    display: table-row
}
.caution>li>div, .caution>li>small, .caution>li>span {
    font-size: 1em!important;
    display: table-cell;
    padding: .25em 0 .25em .25em;
    vertical-align: top
}
.caution>li::before {
    display: table-cell;
    padding: .25em 0;
    vertical-align: top;
    width: 1%;
    white-space: nowrap;
    content: attr(data-indent-head)
}