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

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

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

	icon
	btn
	tab
	hub
	list
	sort
	page-link
	form


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

	icon

=========================================================== */
.icon-s {
  width: 16px;
  display: inline-block;
  margin: 0 8px;
  text-indent: -99999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ic-pdf-s {
  background-image: url("/assets/img/global/icon/icon__pdf.png");
}
.ic-xls-s {
  background-image: url("/assets/img/global/icon/icon__xls.png");
}
.ic-mov-s {
  background-image: url("/assets/img/global/icon/icon__mov.png");
}
.ic-zip-s {
  color: #c69100;
  border-color: #c69100;
}
.ic-file-s {
  color: #ff000a;
  border-color: #ff000a;
}
.ic-link-s {
  color: #ff000a;
  border-color: #ff000a;
}
.icon-l {
  width: 28px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
a:link .icon-l,
a:visited .icon-l {
  text-decoration: none !important;
}
.ic-pdf-l {
  background-image: url("assets/img/global/icon/icon__pdf.png");
}
.ic-xls-l {
  color: #80af63;
  border-color: #80af63;
}
.ic-zip-l {
  color: #c69100;
  border-color: #c69100;
}
.ic-file-l {
  color: #ff000a;
  border-color: #ff000a;
}
.ic-link-l {
  color: #ff000a;
  border-color: #ff000a;
}

.icon {
  width: 120px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
}

.ic-press1 {
  background-color: #348366;
} /*お知らせ*/
.ic-press2 {
  background-color: #268acc;
} /*HP更新*/
.ic-press3 {
  background-color: #9c6db8;
} /*物件*/
.ic-press4 {
  background-color: #f7920e;
} /*決算*/
.ic-press5 {
  background-color: #21ad9c;
} /*借入*/
.ic-press6 {
  background-color: #21ad77;
} /*増資*/
.ic-press7 {
  background-color: #666;
} /*その他*/
.ic-press15 {
  background-color: #99cc6f;
} /*ESG*/
.ul-sort li a:hover,
.ul-sort li a:hover span,
.ul-sort li a.current {
  background-color: #008756;
} /*#ff000a*/
.ul-sort li.category--1 a:hover,
.ul-sort li.category--1 a:hover span,
.ul-sort li.category--1 a.current {
  background-color: #348366;
} /*HP更新*/
.ul-sort li.category--2 a:hover,
.ul-sort li.category--2 a:hover span,
.ul-sort li.category--2 a.current {
  background-color: #268acc;
} /*お知らせ*/
.ul-sort li.category--3 a:hover,
.ul-sort li.category--3 a:hover span,
.ul-sort li.category--3 a.current {
  background-color: #9c6db8;
} /*物件*/
.ul-sort li.category--4 a:hover,
.ul-sort li.category--4 a:hover span,
.ul-sort li.category--4 a.current {
  background-color: #f7920e;
} /*決算*/
.ul-sort li.category--5 a:hover,
.ul-sort li.category--5 a:hover span,
.ul-sort li.category--5 a.current {
  background-color: #21ad9c;
} /*借入*/
.ul-sort li.category--6 a:hover,
.ul-sort li.category--6 a:hover span,
.ul-sort li.category--6 a.current {
  background-color: #21ad77;
} /*増資*/
.ul-sort li.category--7 a:hover,
.ul-sort li.category--7 a:hover span,
.ul-sort li.category--7 a.current {
  background-color: #666666;
} /*その他*/
.ul-sort li.category--8 a:hover,
.ul-sort li.category--8 a:hover span,
.ul-sort li.category--8 a.current {
  background-color: #99cc6f;
} /*ESG*/
.file-size {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
/* ===========================================================

	base

=========================================================== */
/* btn-details */
.btn-details-2 {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #003893;
  border-radius: 5px;
  color: #fff !important;
}
.btn-details-2:hover {
  color: #fff !important;
}
.btn-details-2 .back {
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #e8e8e8;
  border-radius: 0;
}
.btn-details-2 .text {
  z-index: 2;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0px;
}
.btn-details-2:hover .text {
  color: #003893 !important;
}
.link-button-a {
  display: inline-block;
  position: relative;
  min-width: 256px;
  height: 64px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(
    90deg,
    #ffb513 0%,
    #ffb513 51%,
    #faab00 63.5%,
    #e88504 100%
  );
  box-shadow: 0px 8px 2px -5px rgba(0, 0, 0, 0.1);
  border: none;
  line-height: 64px;
  text-decoration: none;
}
.link-button-a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: linear-gradient(to right, #ffb513, #ffb513);
  opacity: 0;
  transition: all 0.5s;
}
.link-button-a span {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
  text-decoration: none;
}
.link-button-a:hover::before {
  opacity: 1;
}
.link-button-b {
  display: inline-block;
  position: relative;
  min-width: 256px;
  height: 64px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
	background: #1aac78;
	background-image: linear-gradient(to right, #2cdc87 0%, #2cdc87 51%, #29cc7d 63.5%, #1aac78 100%);
	background-size: 200% auto;
	background-position: right center;  box-shadow: 0px 8px 2px -5px rgba(0, 0, 0, 0.1);
  border: none;
  line-height: 64px;
  text-decoration: none;
}
/* .link-button-b::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 4px;
  background: linear-gradient(90deg, #2cdc87 0%, #2cdc87 100%);
  opacity: 0;
  transition: all 0.5s;
} */
.link-button-b span {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  z-index: 2;
  text-decoration: none;
}
.link-button-b:hover {
  background-position: left center;
}
.link-button-c {
  display: inline-block;
  position: relative;
  min-width: 256px;
  height: 64px;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  background: var(--white, #FFF);
  box-shadow: 0px 8px 2px -5px rgba(0, 0, 0, 0.10);
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  transition: all .3s;
}
.link-button-c:hover {
  color: #fff;
  background: #0CA26C;
}
/* ===========================================================

	tab

=========================================================== */
.tabs > .tab {
}
.tabs > .tab.active,
.tabs > .tab a.active {
  font-weight: bold;
}
.panels > .panel {
  display: none;
}
.panels > .panel.active {
  display: block;
}
/* tab-a
----------------------------------------------------------- */
ul.tab-a {
  font-weight: bold;
  display: flex;
  align-items: end;
  height: auto;
  margin: 0 auto 32px;
  padding: 0;
  zoom: 1;
  width: 100%;
}
ul.tab-a li {
  text-align: center;
  overflow: hidden;
  margin: 0;
  flex: 1;
  cursor: pointer;
}
ul.tab-a a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  /*height: 55px;*/
  line-height: 1.4;
  height: 64px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #008756;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
ul.tab-a a:hover,
ul.tab-a li a.current,
ul.tab-a li a.active {
  text-decoration: none;
  color: #008756 !important;
  height: 72px;
  font-weight: 700;
  border-top: 1px solid #008756;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #008756;
  border-left: 1px solid #008756;
}
ul.tab-a li a.current span,
ul.tab-a li a.active span {
  padding: 0;
}
/* ul.tab-a li a:after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tab-a li a.current:after,
ul.tab-a li a.active:after {
  display: none;
} */
ul.tab-a li a:after {
  margin: -6px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
ul.tab-a li a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  ul.tab-a {
    display: inline-block;
    table-layout: inherit;
    border: none;
    height: inherit;
  }
  ul.tab-a li {
    display: block;
    width: 100%;
    margin: 0 0 2px;
  }
  ul.tab-a a {
    border: 1px solid #ddd;
  }
  ul.tab-a a:hover,
  ul.tab-a li a.current,
  ul.tab-a li a.active {
    border: 1px solid #ff000a;
  }
}

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

	hub

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

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

	list

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

/* dl-date
----------------------------------------------------------- */
dl.dl-date {
  clear: both;
}
dl.dl-date dt {
  clear: both;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 10px;
}
dl.dl-date dd {
  border-bottom: dotted 1px #ccc;
  margin: 0 0 10px;
  padding: 0 0 10px 11em;
}
dl.dl-date dd a {
  text-decoration: none;
  position: relative;
}
dl.dl-date dd a::before {
      content: "";
    margin: auto;
    position: absolute;
    top: 9px;
    left: -24px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #008756;
    border-right: 2px solid #008756;
    transform: rotate(45deg);
}
}
/* 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 li {
  line-height: 42px;
  height: 42px;
  margin: 0 8px 16px 0;
  display: inline-block;
}
.ul-sort li a {
  vertical-align: text-bottom;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  height: 42px;
  width: 112px;
  position: relative;
  background-color: #fff;
  color: #333;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-radius: 32px;
  border-color: #ddd;
  text-decoration: none;
  transition: 0s all;
}
/* .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 {
  clear: both;
  margin: 0 0 25px;
  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;
  text-decoration: none;
}
.ul-backnumber li a.current {
  font-weight: bold;
  color: #f7920e;
  text-decoration: none;
}
.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: #ff000a;
  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 #ff000a;
  border-right: 1px solid #ff000a;
  -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: #ff000a;
}
.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;
}

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

	news

=========================================================== */
.news {
  padding: 0;
}
.news dt {
  clear: both;
  float: left;
  width: 15em;
  margin: 0 0 16px;
  padding: 0;
  position: relative;
}
.news dd {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 16px 18.2em;
  border-bottom: 1px solid var(--sub-color--12, #e6e6e6);
}
.news dd::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 9px;
  left: 16.8em;
  width: 8px;
  height: 8px;
  border-top: 2px solid #008756;
  border-right: 2px solid #008756;
  transform: rotate(45deg);
}
.news dt span {
  /*margin: 0 0 0 10px;
	width: 110px;
	display: inline-block;*/
}
.news dt span.icon {
  float: right;
  margin-top: 3px;
}
.news dd img {
  margin: 0 2px 0 4px;
  vertical-align: text-bottom;
}
.news a:link,
.news a:visited {
  text-decoration: none;
  color: #008756;
}
.news a:hover {
  color: #f7920e;
}

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

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

	scroll-area

=========================================================== */
.scroll-table {
}
.scroll-graph {
  width: 720px;
}
.scroll-area {
}
.scroll-caution {
  display: none;
}

@media screen and (max-width: 1024px) {
  .scroll-wrap {
    overflow: auto;
    position: relative;
  }
  .scroll-table th,
  .scroll-table td {
    white-space: nowrap;
  }
  .scroll-caution {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    color: #999;
    padding: 0 0 0 45px;
    background-image: url(../../img/common/ic/ic_scroll_side.png);
    background-size: 37px 14px;
    background-position: 0 50%;
    background-repeat: no-repeat;
  }
}
/* ===========================================================

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

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

.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-radius: 3px;
  background: linear-gradient(90deg, #2cdc87 51%, #29cc7d 63.5%, #1aac78 100%);
  box-shadow: 0px 8px 2px -5px rgba(0, 0, 0, 0.1);
  line-height: 40px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  border: none;
  height: 64px;
  width: 256px;
}
.input-ui-button input.input-ui__button--sub {
  border: solid 1px #111;
  background-color: #111;
}
.input-ui-button input.input-ui__button:hover {
  background: linear-gradient(90deg, #2cdc87 0%, #2cdc87 100%);
  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;
}

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

	public / member

=========================================================== */
/*publicページ*/
.bpublic .dp-public {
  display: inline;
}
.bpublic .dp-member {
  display: none;
}

/*memberページ*/
.bmember .dp-public {
  display: none;
}
.bmember .dp-member {
  display: inline;
}
