@charset "UTF-8";
/*********************************************************************
* ブレークポイント
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************ 
 *	レポート
 * ************************************************ */
.report_list_child {
  margin-bottom: 8px;
}

h3.report_month {
  width: 130px;
  text-align: center;
  background-color: #2C2D2E;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  border-radius: 12px 12px 0 0;
  padding: 12px 0;
  margin: 0 auto;
}

.report_list_child_inner {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  padding: 20px 25px 35px;
}

.report_goal {
  margin-bottom: 30px;
}

.report_goal p {
  font-size: 14px;
}

.report_goal p:not(:last-child) {
  margin-bottom: 1em;
}

.report_document {
  margin-bottom: 20px;
}

h4.report_ttl {
  position: relative;
  font-size: 18px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

h4.report_ttl::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 35px;
  height: 2px;
  background-color: #2C2D2E;
}

.report_dl {
  text-align: center;
}

.report_dl a {
  display: inline-block;
  background: #CC293C url(images/icon-pdf.webp) no-repeat;
  background-position: 15px 50%;
  background-size: 20px auto;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  border-radius: 10px;
  padding: 10px 20px 10px 50px;
}

@media print, screen and (min-width: 1500px) {
  .report_dl a {
    line-height: 1;
    border-radius: 22px;
    padding: 15px 14px 15px 44px;
  }
}

.report_dl a br {
  display: inline-block;
}

@media print, screen and (min-width: 1500px) {
  .report_dl a br {
    display: none;
  }
}

.slick-list {
  padding: 0 9% 0 0 !important;
}

@media print, screen and (min-width: 768px) {
  .slick-list {
    padding: 0 7% 0 0 !important;
  }
}

@media print, screen and (min-width: 1400px) {
  .slick-list {
    padding: 0 8% 0 0 !important;
  }
}

.slick-slide {
  margin: 0 15px 0 0;
}

@media print, screen and (min-width: 768px) {
  .slick-slide {
    margin: 0 20px 0 0;
  }
}

@media print, screen and (min-width: 1024px) {
  .slick-slide {
    margin: 0 30px 0 0;
  }
}

.slide_arrow {
  position: absolute;
  width: 38px;
  height: auto;
  z-index: 1;
}

@media print, screen and (min-width: 1024px) {
  .slide_arrow:hover {
    cursor: pointer;
  }
}

.prev_arrow {
  top: 0;
  left: 0;
}

.next_arrow {
  top: 0;
  right: 0;
}
/*# sourceMappingURL=report.css.map */