@charset "UTF-8";

/* quarter */
.quater-item {
  width: 24.5%;
  margin-right: 0.6%;
  margin-bottom: 60px;
  font-weight: 700;
  text-align: center;
}

.quater-item:last-child {
  margin-right: 0;
}

.quater-ttl {
  background-color: #5c5c5c;
  color: #fff;
  font-size: 1rem;
}

.month-list li {
  position: relative;
  width: 33%;
  padding: 2px 0;
  font-size: 1.375rem;
}

.month-list li span {
  font-size: 1rem;
}

.quater-item:nth-child(odd) .month-list li:nth-child(odd),
.quater-item:nth-child(even) .month-list li:nth-child(even) {
  background-color: #f5f5f5;
}

.quater-item:nth-child(odd) .month-list li:nth-child(even),
.quater-item:nth-child(even) .month-list li:nth-child(odd) {
  background-color: #e6e6e6;
}

.month-list .pin {
  position: absolute;
  right: -35%;
  top: 106%;
  width: 100%;
  line-height: 1.1;
  padding-top: 25px;
  color: #048851;
  font-size: 0.75rem;
  letter-spacing: 0;
}

.month-list .pin::before,
.month-list .pin::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #048851;
  content: "";
}

.month-list .pin::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.month-list .pin::after {
  width: 1px;
  height: 20px;
}

.month-list .pin--left {
  left: -35%;
  right: auto;
}

.month-list li:nth-child(even) .pin {
  left: -35%;
}

.table a {
  color: #048851;
  font-size: 1rem;
}

html[lang="en"] .table.w-500 {
  width: 75%;
}

html[lang="en"] .table th:first-child {
  min-width: 200px;
}

/*I-pad*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .table.w-500 {
    width: 60%;
  }
}

/* Sp */
@media only screen and (max-width: 767.9px) {
  /* quarter */
  .quater-item {
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 55px;
  }

  html[lang="en"] .quater-item {
    margin-bottom: 75px;
  }

  .quater-item:nth-child(2n) {
    margin-right: 0;
  }

  .quater-ttl {
    font-size: 0.75rem;
    letter-spacing: 0;
    padding: 2px 0;
  }

  .month-list li {
    font-size: 1rem;
  }

  .month-list li span {
    font-size: 0.75rem;
  }

  .month-list .pin {
    width: 110%;
    top: 110%;
    padding-top: 15px;
    font-size: 0.625rem;
  }

  .month-list .pin::before {
    width: 4px;
    height: 4px;
  }

  .month-list .pin::after {
    height: 12px;
  }

  html[lang="en"] .table.w-500 {
    width: 100%;
  }
}
