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

	Title: contents.css
	Created: 2018-3-29

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

	icon
	btn
	tab
	hub
	list
	sort
	page-link
	form


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

	icon

=========================================================== */
.icon__pdf--small,
.icon__xls--small {
  width: 48px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin: 0 8px;
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.18);
}
.icon__pdf--small {
  color: #009348;
}
.icon__xls--small {
  color: #009348;
}
.icon__zip--small {
  color: #c69100;
  border-color: #c69100;
}
.icon__file--small {
  color: #009348;
  border-color: #009348;
}
.icon__link--small {
  color: #009348;
  border-color: #009348;
}
.pdf-icon--l {
  width: 64px;
  height: 64px;
  position: relative;
}
.pdf-icon--l:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/global/pdf-icon--l.png");
  transition: all 0.3s;
}
.pdf-icon--l:hover:after {
  background-image: url("/assets/img/global/pdf-icon--l2.png");
}

.xml-icon--l {
  width: 64px;
  height: 64px;
  position: relative;
}
.xml-icon--l:after {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/global/xml-icon--l.png");
  transition: all 0.3s;
}
.xml-icon--l:hover:after {
  background-image: url("/assets/img/global/xml-icon--l2.png");
}

.icon {
  width: 128px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #dcebe3;
  color: #009348;
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  border-radius: 32px;
}

.ic-press0 {
  color: #fff;
  background-color: #009348;
} /*年別*/
.ic-press1 {
  color: #fff;
  background-color: #729d1f;
} /*HP更新*/
.ic-press2 {
  color: #008e93;
  background-color: #d6edee;
} /*お知らせ*/
.ic-press10 {
  color: #7ca525;
  background-color: #eaf1dc;
} /*物件*/
.ic-press11 {
  color: #d97b22;
  background-color: #f9eadc;
} /*決算*/
.ic-press12 {
  color: #3587cf;
  background-color: #dfecf7;
} /*借入*/
.ic-press13 {
  color: #cf4d4f;
  background-color: #f7e3e3;
} /*増資*/
.ic-press14 {
  color: #7e7e7e;
  background-color: #eaeaea;
} /*その他*/
.ul-sort li.category--2 a {
  color: #008e93;
  border-color: #008e93;
}
.ul-sort li.category--10 a {
  color: #7ca525;
  border-color: #7ca525;
}
.ul-sort li.category--11 a {
  color: #d97b22;
  border-color: #d97b22;
}
.ul-sort li.category--12 a {
  color: #3587cf;
  border-color: #3587cf;
}
.ul-sort li.category--13 a {
  color: #cf4d4f;
  border-color: #cf4d4f;
}
.ul-sort li.category--14 a {
  color: #7e7e7e;
  border-color: #7e7e7e;
}
.ul-sort li.category--0 a:hover,
.ul-sort li.category--0 a.current {
  background-color: #009348;
  border-color: #009348;
} /*年別*/
.ul-sort li.category--2 a:hover,
.ul-sort li.category--2 a.current {
  background-color: #008e93;
  border-color: #008e93;
} /*お知らせ*/
.ul-sort li.category--10 a:hover,
.ul-sort li.category--10 a.current {
  background-color: #7ca525;
  border-color: #7ca525;
} /*物件*/
.ul-sort li.category--11 a:hover,
.ul-sort li.category--11 a.current {
  background-color: #d97b22;
  border-color: #d97b22;
} /*決算*/
.ul-sort li.category--12 a:hover,
.ul-sort li.category--12 a.current {
  background-color: #3587cf;
  border-color: #3587cf;
} /*借入*/
.ul-sort li.category--13 a:hover,
.ul-sort li.category--13 a.current {
  background-color: #cf4d4f;
  border-color: #cf4d4f;
} /*増資*/
.ul-sort li.category--14 a:hover,
.ul-sort li.category--14 a.current {
  background-color: #7e7e7e;
  border-color: #7e7e7e;
} /*その他*/
.ul-sort li a.current,
.ul-sort li a:hover {
  cursor: pointer;
  color: #fff;
}
/* ===========================================================

	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

=========================================================== */
/* accord-item
----------------------------------------------------------- */
.accord-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
.accord-item dt {
  width: 8em;
}
.accord-item.file-date-list__revied {
  margin-left: 40px;
}
.accord-item.file-date-list__revied::before {
  content: "";
  width: 16px;
  height: 12px;
  border: 0;
  border-left: dotted 1px #333;
  border-bottom: dotted 1px #333;
  transform: rotate(0);
  position: absolute;
  top: -6px;
  left: -24px;
  bottom: 0;
  margin: auto;
}
.pdf-list li {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.pdf-list .date {
  width: 8em;
}

/* 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 {
  margin-bottom: 32px !important;
}
.ul-sort li {
  line-height: 32px;
  height: 32px;
  margin: 0;
  display: inline-block;
}
.ul-sort li a {
  width: 96px;
  vertical-align: text-bottom;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  height: 32px;
  position: relative;
  background-color: #fff;
  color: #009348;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #009348;
  text-decoration: none;
  border-radius: 16px;
}
.ul-sort li a:hover {
  border-color: #009348;
  background-color: #dcebe3;
}
.ul-sort li a.current {
  cursor: default;
  border-color: #009348;
  color: #fff;
  background-color: #009348;
}
.ul-sort li a.current:before {
  border-color: #009348;
  opacity: 0.2;
}

/* ul-backnumber
----------------------------------------------------------- */
.ul-backnumber {
  display: flex;
  margin: 0 0 32px;
  padding: 0 !important;
  line-height: 1;
}
.ul-backnumber li {
  float: left;
  overflow: hidden;
  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;
  padding: 5px 10px;
}
.ul-backnumber li a.current {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background-color: #009348;
}
.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%;
}
.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: #009348;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.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 #009348;
  border-right: 1px solid #009348;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.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: #009348;
}
.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 {
  margin: 0 !important;
  padding: 24px 0 !important;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
}
.archive-list li:last-child {
}
.archive-list li a {
  color: #333;
  text-decoration: none;
}
.archive-list li a:hover {
  color: #009348;
  text-decoration: underline;
}
.archive-list .date {
  min-width: 7.5em;
  display: inline-block;
}
.archive-list .date {
  margin-right: 1em;
}
.archive-list .icon {
  margin-right: 2em;
}
.archive-list .archive-list__body {
  flex: 0 1 auto;
}
.file-size {
  color: #666;
  font-size: 1.2rem;
  margin: 0 0.1em;
}
.file-size::before {
  content: "（";
}
.file-size::after {
  content: "）";
}

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

	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: #009348;
  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: 1em;
  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: #009348;
}

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

.input-ui-text {
  display: block;
  width: 100%;
  padding: 5px;
  margin: 0;
}
.input-ui-text input.input-ui__text {
  display: block;
  width: 100%;
  padding: 5px 1em;
  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.5);
  background-color: #fff;
}
.input-btn {
  text-align: center;
}
.input-ui-button {
  display: inline-block;
  min-width: 200px;
  padding: 5px;
  margin: 0;
}

.input-ui-button input.input-ui__button,
.input-ui-button input.input-ui__button--sub {
  display: inline-block;
  border: solid 1px #009348;
  background-color: #009348;
  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: #009348;
  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: 500px;
  transform: translate(-30%, -50%);
  background: #fff;
  border: solid 3px #009348;
}
.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 h3 {
  text-align: left;
}

/* 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 0.3s ease;
  cursor: pointer;
}
.js-popup-close:hover {
  text-decoration: none;
  border: solid 1px #fff;
  color: #fff !important;
  border-color: transparent;
  background-color: #009348;
}
.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: #009348 !important;
  font-size: 13px;
  text-align: center;
  border: solid 1px #009348;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.link-button-a:hover,
.link-button-b:hover,
.link-button__open:hover,
.link-button__close:hover {
  background: #009348;
  border: solid 1px #009348;
  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 #009348;
  border-bottom: 1px solid #009348;
  -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 #009348;
}
.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;
}
