@charset "utf-8";
.button-border { background-color: #8aba73; }
.button-border:hover {
  background-color: #fff;
  border-color: #8aba73;
}
.button-border:hover .button-inner,
.button-border:hover:after { color: #8aba73; }
.headline-underline-half-inner {
  border-bottom-color: #439b6b;
  color: #439b6b;
  text-decoration-color: #439b6b;
}
.headline-frame { background-color: #439b6b; }
.color-green { color: #8aba73; }
.under-button-emphasis-sentence { color: #439b6b; }

.thumbnail-commentary { align-items: normal; }

.thumbnail-commentary-title {
  background-color: #8aba73;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
  margin: 0;
  padding: 0 1em;
  width: auto;
}
@media screen and (max-width: 667px) {
.thumbnail-commentary-title {
  display: block;
  font-size: 15px;
  text-align: center;
}
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {
.thumbnail-commentary-title { font-size: 18px; }
}