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

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

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

	icon
	button
	tab
	hub
	list
	sort
	page-link
	popup
	video


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

	icon

=========================================================== */
.icon__pdf--small,
.icon__xls--small,
.icon__link--small,
.icon__video--small,
.file-icon--pdf,
.file-icon--xls {
  width: 48px;
  height: 22px;
  font-size: 12px;
  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 {
  color: #b80b0c !important;
  border: solid 1px #b80b0c !important;
}
.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: #b81408 !important;
  border-color: #b81408 !important;
}

.file-icon--xls {
  color: #004314 !important;
  border-color: #004314 !important;
}
.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;
  margin-top: 4px;
}
.is-en .icon {
  width: 100px;
} /*英文の幅調整*/

.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 {
}
@media screen and (max-width: 768px) {
  .ul-backnumber {
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
  }
  .ul-backnumber li {
    width: 33.3%;
    text-align: center;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
  }
  .ul-backnumber li:first-child {
    border-left: none;
  }
}

/* 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 8px 8px 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: 8px 16px;
  border: solid 1px #2389d5;
  color: #2389d5;
  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;
  text-decoration: none;
}
.ul-page-link li a:hover,
.ul-page-link-bottom li a:hover {
  text-decoration: none;
  background-color: #91c4ea;
}

/* 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 0.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 0.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;
}
.is-en .archive-list .date {
  min-width: 6.5em;
} /*英文の幅調整*/
.archive-list .date {
  margin-right: 1em;
}
.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 #00953a;
  color: #00953a !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: #00953a;
}
.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: #00953a;
  -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: 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;
}

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

	hab-tab

=========================================================== */
.contents-style .switch {
  display: none;
}
.contents-style .is-show {
  display: block;
}
.hab-tab {
  display: flex;
  justify-content: center;
  background-color: #2389d5;
  padding: 8px;
  border-radius: 8px;
}
.hab-tab ul {
  width: 100%;
  display: flex;
  margin: 0;
}
.hab-tab ul li {
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  height: 80px;
  position: relative;
  margin: 0;
  border-radius: 8px;
}
.hab-tab ul li + li {
  margin-left: 8px;
}
.hab-tab ul li a:link,
.hab-tab ul li a:visited {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 16px;
  color: #2389d5;
  display: block;
  width: 100%;
  text-decoration: none;
}
.hab-tab ul li a:hover {
}
.hab-tab ul li a:hover {
  text-decoration: none;
}
.hab-tab ul li.current,
.hab-tab ul li.is-active,
.hab-tab ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.hab-tab ul li.current:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .hab-tab {
    border-bottom: none;
    /* padding: 16px; */
  }
  .hab-tab ul {
    flex-direction: column;
    margin: 0;
  }
  .hab-tab ul li {
    height: 100%;
    text-align: left;
    margin-bottom: 8px;
  }
  .hab-tab ul li:last-child {
    margin-bottom: 0px;
  }
  .hab-tab ul li + li {
    margin-left: 0;
  }
  .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;
}
/* ===========================================================

	image-palit

=========================================================== */
.image-paling {
  padding: 32px;
  border: 1px solid #e0e0e0;
}
.image-paling h4 {
  margin-top: 0;
  text-align: center;
}
.image-paling p {
  text-indent: 0;
}
.image-line {
  display: flex;
  justify-content: center;
}
table .image-line {
  display: flex;
  justify-content: start;
  margin-top: 32px;
}
.line-box--vertical {
  width: 222px;
  margin-right: 48px;
}
.line-box--horizontal {
  width: 286px;
  margin-right: 48px;
}
table .line-box--vertical {
  width: 222px;
  margin-right: 8px;
}
table .line-box--horizontal {
  width: 286px;
  margin-right: 8px;
}
.image-line p {
  text-align: center;
}
.line-box--vertical img,
.line-box--horizontal img {
  margin-bottom: 16px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .image-paling {
    padding: 8px;
    border: 1px solid #e0e0e0;
  }
  .image-line,
  table .image-line {
    flex-direction: column;
  }
  .line-box--vertical,
  .line-box--horizontal {
    width: 100%;
  }
}
/* ===========================================================

	enclosure-area

=========================================================== */
.enclosure-area {
  border: 3px solid #004314;
  background-color: #f3f9f5;
  padding: 32px;
}
.enclosure-area h4 {
  margin: 0 0 1em;
}
.enclosure-area p {
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .enclosure-area {
    padding: 16px;
  }
}
/* ===========================================================

	narrow-table

=========================================================== */
.narrow-table {
  width: 65%;
}
.narrow-table th,
.narrow-table td {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .narrow-table {
    width: 100%;
  }
}

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

	card-style

=========================================================== */
.card-storage {
  display: flex;
}
.card-style--a,
.card-style--b {
  width: 100%;
  padding: 16px;
  background-color: #e9f4f7;
  border: 1px solid #c6dce0;
  border-radius: 8px;
  margin-bottom: 8px;
}
.card-style--a + .card-style--a,
.card-style--b + .card-style--b {
  margin-left: 8px;
}
.card-style--a h5,
.card-style--a p,
.card-style--b h5,
.card-style--b p {
  margin: 0;
}
.card-style--a {
  text-align: center;
}
.card-style--b {
  color: #787878;
}
.card-style--b h5 {
  color: #2389d5;
}
/* ===========================================================

	member

=========================================================== */
.accord-area ul {
  list-style-type: disc;
  display: none;
  margin-top: 5rem;
  margin-left: 3rem;
}
.accord-button {
  text-decoration: none !important;
  border: 2px solid #2389d5;
  border-radius: 50px;
  padding: 4px 16px;
  float: right;
  font-size: 0;
}
.accord-button.open::before {
  font-size: 16px;
  content: "プロフィール　+";
}
.accord-button.close::before {
  font-size: 16px;
  content: "閉じる　-";
}

.is-en .accord-button.open::before {
  font-size: 16px;
  content: "Profile　+";
}
.is-en .accord-button.close::before {
  font-size: 16px;
  content: "Close　-";
}

.recruit-botton a {
  display: inline-block;
  padding: 8px 60px;
  border: solid 1px #2389d5;
  color: #ffffff !important;
  background-color: #2389d5;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 25px;
}

.recruit-botton a:hover {
  color: #2389d5 !important;
  text-decoration: none;
  background-color: #ffffff;
}
