@charset "UTF-8";

.content-cluboff_quote_inner {
  display: none;
}

.content-cluboff_quote_inner.ex-active {
  width: 100%;
  position: relative;
  display: block;
}

.content-cluboff_quote_inner > .content-cluboff_quote_a {
  width: 100%;
}

.content-cluboff_quote_inner > .content-cluboff_quote_a > img {
  width: 100%;
}

.content-cluboff_quote_close {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 12px;
  height: 12px;
}

.content-cluboff_quote_close >img {
  width: 12px;
  height: 12px;
}

.content-cluboff_quote_margin img{
  width: 100%;
}

.content-cluboff_quote_margin.ex-active {
  display: block;
}

.content-cluboff_quote_margin {
  display: none;
}

@media (min-width: 769px){
  .content-cluboff_quote_margin.onlysp {
    display: none;
  }
  .content-cluboff_quote_inner.ex-active.onlysp {
    display: none;
  }
}