@charset "utf-8";
.slide-table {
  display: none;
}
.show {
  display: block !important;
}
p.more-btn .mod-link, p.more-btn .mod-link:first-child {
  display: inline-block;
  margin-top: 0;
  padding: 0 0 0 12px;
  text-decoration: none;
  position: relative
}
.more-btn .mod-link::before {
  content: "";
  display: block;
  background: url(/library/default/img/parts/link_bg01.png) no-repeat 0 0.4em;
  transform: rotate(90deg);
  position: absolute;
  top: 3px;
  left: -4px;
  height: 21px;
  width: 10px;
}
.more-btn .mod-link.slide-btn-close::before {
  transform: rotate(-90deg);
  top: -2px;
}
.csr_icon_wrap {
  display: flex;
  align-items: center;
  border: solid 2px #096;
  border-radius: 20px;
  margin: 30px 0;
  padding: 15px 25px;
  width: 70%;
}
.csr_icon_wrap p {
  margin-top: 0 !important;
}
.csr_icon_text {
  margin-right: 20px;
}
.eco_bg-gray {
  background: #f5f5f5;
}
