@charset "UTF-8";
.detail__panel__kv figcaption {
  font-size: 14px;
  text-align: left;
}
.detail__panel__row {
  overflow: unset;
}
.detail__panel__body h3 {
  margin: 3em 0 0 0;
  padding-left: 14px;
  border-left: solid 4px #333;
  font-size: 20px;
}
.detail__panel__body h3 + figure {
  margin-top: 0;
}
.detail__panel__body h4 {
  margin: 2em 0 .5em 0;
  font-size: 18px;
}
.detail__panel__body h4 + p {
  margin-top: 0;
}
.detail__panel__body h4 + ul {
  margin: 0;
  font-size: 18px;
}
.detail__panel__body h4 + ul li {
  position: relative;
  padding-left: 1.25em;
}
.detail__panel__body h4 + ul li::before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.detail__panel__btn {
  transition: opacity .3s ease;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: .5em;
  padding: 5px 50px 5px 20px;
  background: #025ab4 url("/corporate/action1/bijutsukandx/images/icn_btn.png") no-repeat right 15px center;
  border-radius: 5px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
}
.detail__panel__btn:hover {
  opacity: .75;
}
@media only screen and (max-width: 767px) {
  .detail__panel__btn {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
  }
}
