<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */
/* CHIBA-ART-ASSOCIATE CSS 20220716 */
/** article */
#article .card-article {
  /* height: 320px; */
  border: none;
  border-radius: 0;
  padding-left: 0px;
  padding-right: 0px;
  /* overflow: hidden; */
}

#article .card-article .label {
  font-size: 0.8rem;
}

#article .card-article .img-area img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

#article .text-area {
  position: absolute;
  bottom: 15px;
  right: 0px;
  height: 40%;
  width: 90%;
  max-width: 240px;
  background-color: rgba(255, 255, 255, 0.8);
}

#page-article .text-area {
  position: relative;
  top: -120px;
  left: 10px;
  width: 260px;
  height: 120px;
  background-color: #fff;
}

#article .card-article .content-area {
  position: relative;
  height: 300px;
}

#article .card-article .img-area {
  position: relative;
}

#article .service-area {
  position: absolute;
  right: 0;
  bottom: 4px;
}

#page-article .service-area {
  position: absolute;
  bottom: 10px;
  right: 0;
}

#article .service, #page-article .service {
  padding: 1px 8px;
  color: #fff;
}

@media (min-width: 768px) {
  #page-article .service-area {
    bottom: 20px;
  }
}

/* FUKIDASHI ARROW */
#article .text-area {
  height: 60px;
}
@media (min-width: 768px) {
  #article .text-area {
    /* height: 45%; */
  }
}

@media (min-width: 992px) {
  #article .card-article {
    height: 300px;
    /* padding-left: 0px;
    padding-right: 0px; */
  }

  #article .card-article .post-article {
    /* height: 430px; */
  }

  #article .text-area {
    /* top: 63%; */
    /* height: 20%; */
    width: 50%;
  }

  #page-article .text-area {
    top: -180px;
    left: 100px;
    width: 300px;
    height: 180px;
  }

  .group-photo .area-photo {
    top: -30px;
    margin-bottom: -30px;
  }
}

/*** /GROUP-PHOTO */
/*** GROUP-TEXT */
.group-text a {
  color: #000;
}

/*** GROUP-TEXT */
/** /GRROUP */
/** FUKIDASHI **/
#article .open-btn+.accordion {
  position: absolute;
  /* width: 100%; */
}

/** FUKIDASHI **/
/* /BLOCKS */
</pre></body></html>