@charset "utf-8";

.ex-box {
  border: 2px solid #eb7000;
  padding: 1em;
  margin-bottom: 25px;
}
.ex-title {
  color: #eb7000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;
}
.ex-box .c-article__column--sentence {
  margin-bottom: 1em;
}
.ex-box .c-article__column--sentence:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .ex-title {
    font-size: 15px;
    line-height: 1.4;
  }
}