@import url(common.css);

.content section {
  padding-top: 35px;
  padding-bottom: 44px;
  margin-bottom: 200px;
}
@media screen and (max-width: 1139px) {
  .content section {
    padding-top: 16px;
    padding-bottom: 30px;
    margin-bottom: 16px;
  }
}

.content section h3 {
  padding-bottom: 15px;
}

.content .bold {
  font-weight: bold;
}

section div.sentence img {
  width: 20%;
  float: right;
}
