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

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

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

	icon / sticker
	button
	tab
	hub
	list
	sort
	page-link
	popup
	site-index


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

	icon

=========================================================== */
.icon__pdf,
.icon__xls {
  position: relative;
  line-height: 1;
}
.icon__pdf:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 46px;
  background: url(../img/global/pdf-icon.svg) no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.icon__pdf--small,
.icon__xls--small,
.icon__link--small,
.icon__mov--small {
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 8px -4px;
}
.icon__pdf--small {
  background-image: url("/assets/img/global/pdf-icon-s.png");
}
.icon__xls--small {
  background-image: url("/assets/img/global/xls-icon.png");
}
.icon__link--small {
}
.icon__mov--small {
  background-image: url("/assets/img/global/mov-icon-s.png");
}
.file-icon--small {
  width: 16px;
  height: 16px;
  margin: 0 8px;
  display: inline-block;
  background-size: auto 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  /*　Scott Kellum Method */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
}
.file-icon--small.file-icon__pdf {
  background-image: url(/assets/img/global/pdf-icon-s.png);
}
.file-icon--small.file-icon__mov {
  background-image: url(/assets/img/global/mov-icon-l.png);
}
.file-icon--small.file-icon--xls {
  background-image: url("/assets/img/global/xls-icon.png");
}
.file-icon--large {
  width: 64px;
  height: 64px;
  margin: 0 4px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  /*　Scott Kellum Method */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 1;
}
.file-icon--large.file-icon--pdf {
  background-image: url(/assets/img/global/pdf-icon-l.png);
}
.file-icon--large.file-icon--mov {
  background-image: url(/assets/img/global/mov-icon-l.png);
}
.file-icon--large.file-icon--xls {
  background-image: url(/assets/img/global/icon__xls.png);
}

.icon {
  width: 128px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 32px;
}
.ic-top-press1 {
  background-color: #e36d53;
} /*HP更新*/
.ic-top-press2 {
  background-color: #6cadb6;
} /*お知らせ*/
.ic-top-press3,
.ic-top-press4,
.ic-top-press5,
.ic-top-press6,
.ic-top-press7,
.ic-top-press8 {
  background-color: #da7663;
} /*リリース*/

.ic-press1 {
  background-color: #da7663;
  color: #fff;
} /*HP更新*/
.ic-press2 {
  background-color: #6cadb6;
  color: #fff;
} /*お知らせ*/
.ic-press3 {
  background-color: #9c81c4;
  color: #fff;
} /*物件*/
.ic-press4 {
  background-color: #accd60;
  color: #fff;
} /*決算*/
.ic-press5 {
  background-color: #77afd1;
  color: #fff;
} /*借入*/
.ic-press6 {
  background-color: #da80a7;
  color: #fff;
} /*増資*/
.ic-press7 {
  background-color: #494948;
  color: #fff;
} /*その他*/
/* category-sort-menu
=========================================================== */
.ul-sort a.button-category {
  padding: 8px 12px;
  min-width: 80px;
  text-align: center;
  border: solid 1px #ddd;
}
.ul-sort a.button-category:hover {
  text-decoration: none;
  color: #fff !important;
}
.ul-sort li.category--1:link {
  color: #24497c;
  border-color: #fff;
} /*年別*/
.ul-sort li.category--2:link {
  color: #356cb6;
  border-color: #fff;
} /*物件*/
.ul-sort li.category--3:link {
  color: #3a97d1;
  border-color: #fff;
} /*決算*/
.ul-sort li.category--4:link {
  color: #2da9ce;
  border-color: #fff;
} /*借入・債券*/
.ul-sort li.category--5:link {
  color: #2ec0d3;
  border-color: #fff;
} /*増資*/
.ul-sort li.category--6:link {
  color: #33c6c6;
  border-color: #fff;
} /*サステナビリティ*/
.ul-sort li.category--7:link {
  color: #c7d6ea;
  border-color: #356cb6;
} /*その他*/
.ul-sort li.category--8:link {
  color: #f7f9fc;
  border-color: #356cb6;
} /*お知らせ*/
.ul-sort li.category--9:link {
  color: #dfe3e5;
  border-color: #5f717e;
} /*セミナー他*/

.ul-sort a.button-category.current {
  color: #fff !important;
}
.ul-sort li.category--0 a {
  border-color: #e94829;
  color: #e94829;
} /*年別*/
.ul-sort li.category--1 a {
  border-color: #da7663;
  color: #da7663;
} /*HP更新*/
.ul-sort li.category--2 a {
  border-color: #6cadb6;
  color: #6cadb6;
} /*お知らせ*/
.ul-sort li.category--3 a {
  border-color: #9c81c4;
  color: #9c81c4;
} /*物件*/
.ul-sort li.category--4 a {
  border-color: #accd60;
  color: #accd60;
} /*決算*/
.ul-sort li.category--5 a {
  border-color: #77afd1;
  color: #77afd1;
} /*借入*/
.ul-sort li.category--6 a {
  border-color: #da80a7;
  color: #da80a7;
} /*増資*/
.ul-sort li.category--7 a {
  border-color: #494948;
  color: #494948;
} /*その他*/

.ul-sort li.category--0 a.current,
.ul-sort li.category--0 a:hover {
  background-color: #e94829;
  color: #fff;
} /*年別*/
.ul-sort li.category--1 a.current,
.ul-sort li.category--1 a:hover {
  background-color: #da7663;
  color: #fff;
} /*HP更新*/
.ul-sort li.category--2 a.current,
.ul-sort li.category--2 a:hover {
  background-color: #6cadb6;
  color: #fff;
} /*お知らせ*/
.ul-sort li.category--3 a.current,
.ul-sort li.category--3 a:hover {
  background-color: #9c81c4;
  color: #fff;
} /*物件*/
.ul-sort li.category--4 a.current,
.ul-sort li.category--4 a:hover {
  background-color: #accd60;
  color: #fff;
} /*決算*/
.ul-sort li.category--5 a.current,
.ul-sort li.category--5 a:hover {
  background-color: #77afd1;
  color: #fff;
} /*借入*/
.ul-sort li.category--6 a.current,
.ul-sort li.category--6 a:hover {
  background-color: #da80a7;
  color: #fff;
} /*増資*/
.ul-sort li.category--7 a.current,
.ul-sort li.category--7 a:hover {
  background-color: #494948;
  color: #fff;
} /*その他*/

/* ategory-sort-menu
=========================================================== */
.backnumber-menu {
  transition: all 0.5s;
  margin: 0 0 2rem 0;
}
.backnumber-menu .input-ui__select {
  max-width: 256px;
}
.backnumber-menu ul {
  display: flex;
  line-height: 1.4;
  background-color: #f2f2f3;
  border-right: solid 4px #f2f2f3;
  overflow: hidden;
  padding: 4px 0 0 0;
  margin-bottom: 4px;
  transition: all 0.5s;
}
.backnumber-menu ul li {
  margin: 0 0 4px 4px;
}
.backnumber-menu ul li a {
  display: block;
  padding: 4px;
  min-width: 88px;
  text-align: center;
  background-color: #fff;
}
.backnumber-menu__button {
  text-align: right;
}
.backnumber-menu__button a {
  display: inline-block;
  padding: 2px 16px;
  border: solid 4px #f2f2f3;
  vertical-align: middle;
  white-space: nowrap;
}
.backnumber-menu__button a span {
}
.backnumber-menu__button a:hover {
  text-decoration: none;
}
.backnumber-menu__button--close {
  display: none;
}
.backnumber-menu__button--open strong {
  font-size: 1rem;
  font-weight: normal;
}
.backnumber-menu__button--close strong {
  font-size: 2.4rem;
  font-weight: normal;
}
.js-backnumber-menu--open ul {
  flex-wrap: wrap;
}
.js-backnumber-menu--open .backnumber-menu__button--open {
  display: none;
}
.js-backnumber-menu--open .backnumber-menu__button--close {
  display: block;
}

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

	tab

=========================================================== */
.tabs > .tab {
}
.tabs > .tab.active,
.tabs > .tab a.active {
  font-weight: bold;
}
.panels > .panel {
  display: none;
}
.panels > .panel.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 dt:nth-last-child(2),
dl.dl-date dd:last-child {
  border-bottom: none;
  margin: 0;
}
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;
  }
}
/* list-style--disc
----------------------------------------------------------- */
.list-style--disc {
  list-style: none;
}
.list-style--disc li {
  list-style: none;
  position: relative;
}
.list-style--disc li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #494949;
  position: absolute;
  left: -24px;
  top: 8px;
}
table .list-style--disc li::before {
  top: 6px;
}
/*ul-sort
----------------------------------------------------------- */
.ul-sort {
  display: flex;
  gap: 16px;
  margin-bottom: 48px !important;
}
.ul-sort li {
  display: inline-block;
  margin: 0;
}
.ul-sort li a {
  vertical-align: text-bottom;
  text-align: center;
  height: 48px;
  line-height: 48px;
  width: 120px;
  position: relative;
  background-color: #fff;
  color: #e94829;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #e94829;
  text-decoration: none;
  border-radius: 16px;
}
.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;
  line-height: 1.4;
  margin-bottom: 48px !important;
}
.ul-backnumber li {
  margin: 0;
}
.ul-backnumber li:first-child {
  /*border-left: solid 1px #ddd;*/
}
.ul-backnumber li a {
  display: block;
  padding: 0px 24px;
  text-align: center;
  background-color: #fff;
  text-decoration: none;
  border-right: 1px solid #ccc;
}
.ul-backnumber li a.current {
  color: #e94829;
  text-decoration: none;
  font-weight: 700;
}
.ul-backnumber li a:link,
.ul-backnumber li a:visited {
  /*background-color: #D9340A;*/
  /*color: #fff;*/
  /*text-decoration: none;*/
}
.ul-backnumber li a:hover {
  color: #e94829;
  text-decoration: none;
  font-weight: 700;
}

.year-link {
  position: relative;
}
.year-link .ul-backnumber {
  padding-right: 48px;
}
.year-link .ul-backnumber li {
  width: 20%;
}
.year-link .year-link-button {
  width: 16px;
  height: 14px;
}
.year-link .year-link-button {
  position: absolute;
  top: 13px;
  right: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #8e8e8e transparent transparent transparent;
  cursor: pointer;
}
.year-link .year-link-button.open {
  border-width: 0 8px 14px 8px;
  border-color: transparent transparent #8e8e8e transparent;
}

/* ul-page-link
----------------------------------------------------------- */
.ul-page-link,
.ul-page-link-bottom {
  clear: both;
  margin: 0 0 32px !important;
  line-height: 1;
  border-left: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
}
.ul-page-link li,
.ul-page-link-bottom li {
  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: #0e214e;
  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: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #0e214e;
  border-right: 1px solid #0e214e;
  -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: #0e214e;
}
.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: #0e214e;
  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;
}
.page-link li a:hover {
  text-decoration: none;
  border: solid 1px #fff;
  color: #fff !important;
  background-color: #0e214e;
}
.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 0.2s ease;
  margin: -8px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.page-link li a:hover::after {
  border-top: 2px solid #0e214e;
  border-right: 2px solid #0e214e;
}
.page-link li a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #0e214e;
  transform: translate(0, -50%);
}
.page-link li a:hover::before {
  background-color: #fff;
}
/* ===========================================================

	news

=========================================================== */
.news {
}
.news dl {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.news dt {
  width: 264px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.news dd {
  text-align: left;
  flex: 1;
  padding-right: 100px;
}
.news dd a {
  text-align: left;
  text-decoration: none;
}
.news dt span {
  /*margin: 0 0 0 10px;
	width: 110px;
	display: inline-block;*/
}
.news dt span.icon {
  float: right;
}
.news dd img {
  margin: 0 2px 0 4px;
  vertical-align: text-bottom;
}
.news a:link,
.news a:visited {
  text-decoration: none;
}
.news a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1224px) {
  .news {
  }
  .news dt {
    clear: both;
    float: none;
    width: 14em;
    height: 23px;
    margin: 0 0 5px;
    padding-left: 0;
  }
  .news dd {
    line-height: 1.5;
    padding: 0 0 10px 0;
  }
}

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

	archive-list

=========================================================== */
.archive-list {
  width: 100%;
  margin-bottom: 32px;
}
.archive-list li {
  padding: 24px 0;
  margin: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dce3ed;
}
.archive-list li.is-revied {
  position: relative;
  margin-left: 32px;
}
.archive-list li.is-revied::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  transform: translateY(-50%);
  border-bottom: dotted 1px #999;
  border-left: dotted 1px #999;
}
.archive-list .icon {
  margin-top: 0;
}
.archive-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 24px;
}
.archive-list__header .date {
  white-space: nowrap;
}
.archive-list__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.archive-list li a {
  text-decoration: none !important;
  color: #111;
}
.archive-list li a:hover {
  color: #0e214e;
  text-decoration: underline !important;
}
.archive-list .date {
  min-width: 8em;
  display: inline-block;
}
.archive-list .date {
  margin-right: 1em;
}
.archive-list .icon {
  margin-right: 2em;
}
.archive-list .archive-list__body {
  flex-shrink: 50;
}
.file-size {
  font-size: 12px;
  color: #7d7a78;
}
/*.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 {
  padding: 2px 6px;
  border: 1px solid #0e214e;
  text-decoration: none !important;
  color: #0e214e !important;
  margin: 0 4px;
  display: inline-block;
}
.js-popup-open:hover {
  background-color: rgba(6, 48, 80, 0.1);
}

/* 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;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0;
  border: none;
  display: block;
  text-align: center;
}
.js-popup-area h3::before {
  content: none;
}
.js-popup-area h3::after {
  display: none;
}
.js-popup-area dl {
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  margin: 0 0 1em !important;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.js-popup-area dl dt {
  padding: 0.2em 1em 0.2em 0 !important;
  margin: 0 !important;
  border: none;
  width: 100%;
  white-space: nowrap;
}
.js-popup-area dl dd {
  display: flex;
  align-items: center;
  padding: 0.2em 0 !important;
  margin: 0 !important;
  border: none;
  white-space: normal;
  width: 70%;
}
.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 0.3s ease;
  cursor: pointer;
}
.js-popup-close:hover {
  text-decoration: none;
  border: solid 1px #fff;
  color: #fff !important;
  border-color: transparent;
  background-color: #d9340e;
}
.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);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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: #ff0000;
  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: #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 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-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;
}

.download-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #494948;
  width: 100%;
  height: 56px;
}
.download-link.right {
  width: max-content;
  float: right;
}
.download-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
  font-weight: 700;
}
.download-link.right a {
  padding: 0 72px 0 24px;
}
.download-link .file-size {
  transition: all 0.5s;
}
.download-link a:hover {
  color: #fff;
  background-color: #494948;
}
.download-link a:hover .file-size {
  color: #fff;
}
.download-link a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 17px;
  background-image: url(/assets/img/global/dl-arrow.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -8px;
  transition: all 0.5s;
}
.download-link a:hover:after {
  background-image: url(/assets/img/global/dl-arrow2.png);
}
/* ===========================================================

	site-index

=========================================================== */
.site-index {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}
.site-index--inner {
  flex-basis: 25%;
  padding: 8px;
}
.site-index a {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 20px 43px;
  background-color: #f0f0f0;
}
.site-index a::before {
  position: absolute;
  left: 16px;
  top: 25px;
  content: "";
  display: inline-block;
  background-image: url(../img/global/arrow-right-circle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19.5px;
  height: 19.5px;
}
@media screen and (max-width: 1200px) {
  .site-index--inner {
    flex-basis: 100%;
    padding: 8px;
  }
}
/* ===========================================================

	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:hover {
  opacity: 0.6;
}
.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 a {
  color: #015437;
}
.hab-tab ul li.current:hover {
  background: #fff;
  opacity: 1;
}
@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 {
  }
}

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

	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: #90c31f;
  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;
}

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

	inquire

=========================================================== */
.inquire_box {
  width: 100%;
  border: 3px double #ddd;
  margin: 0 0 20px;
  padding: 32px;
}
.inquire_box h5 {
  font-weight: bold;
  color: #111;
  padding: 0 0 5px;
  margin: 0 0 10px;
  border-bottom: solid 2px #ddd;
}

.inquire_box p {
  margin: 0;
}
.card-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card-list li {
  width: calc(96% / 2);
  display: flex;
  align-items: auto;
}

@media all and (min-width: 768px) {
  .card-list li {
    width: calc(96% / 3);
  }
}

.card-list li .card-block {
  width: 100%;
  display: block;
  margin: 0;
  border: 1px solid #ddd;
  transition: all 0.5s;
}

.card-list li .card-body {
  padding: 16px;
}

.card-list li a .card-title {
  font-size: 18px;
  font-size: 1.8rem;
}

.card-list li a .card-lead {
  color: #444;
}

/* リンクボタン */
.link-button input,
.link-button a {
  position: relative;
  background-color: #fff;
  border: 1px solid #494949;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #494949;
  border-radius: 16px;
  min-width: 280px;
  height: 64px;
}
.link-button {
  position: relative;
}
.link-button::after {
  -webkit-transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 27px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #e94829;
  border-right: 2px solid #1bb8ce;
  vertical-align: middle;
  content: "";
  margin-top: -4px;
  transition: all 0.3s;
}
.link-button:hover input,
.link-button:hover a {
  background-color: #494949;
  color: #fff;
}
.link-button:hover::after {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  a.link-button--positive,
  .link-button--positive a {
    max-width: 320px;
    min-height: 64px;
    min-width: 320px;
  }
}

a.link-button--positive:hover,
.link-button--positive a:hover {
  text-decoration: none;
  opacity: 0.8;
}

table.text_table,
table.text_table tbody,
table.text_table th,
table.text_table td {
  border: none;
}

/* 開閉ボタン */
.accord-item {
  position: relative;
}
.accord-item .accord-open,
.accord-item .accord-close {
  position: absolute;
  top: 0;
  right: 12px;
  color: #8e8e8e;
  cursor: pointer;
}
.accord-item .ul-backnumber {
  width: 100%;
  overflow: hidden;
}
.accord-item .ul-backnumber.close {
  height: 38px;
}
.accord-item .ul-backnumber li {
  width: calc(20% - 7px);
}
