@charset "UTF-8";

.detail-section .inner-box p,
.more-section .inner-box p {
  font-family: 'Decima', sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

.detail-section .inner-box p.copy,
.more-section .inner-box p.copy {
  font-family: 'Oswald', sans-serif;
}

.annotation {
  display:block;
  background-color: #f4f4f4;
  padding-bottom:28px;
}
.annotation-sp {
  display:none;
}
.annotation h5,
.annotation-sp h5 {
  font-family: 'Decima', sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}


@media all and (max-width: 768px) {
  .grid-column2 .chart-section {
    margin-right: 0px; }
  .grid-column2 div.chart-section.section-inner:before {
    content: '';
    width: 94.66667%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 0;
    left: 2.66667%; }

  .grid-column div.style-section.section-inner {
    margin: 0 0 20px 0; }

  .detail-section .inner-box p,
  .more-section .inner-box p {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .detail-section h5,
  .more-section h5 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px; }

  .annotation {
    display:none;
  }

  .annotation-sp {
    display:block;
    padding-top:24px;
  }
}
