.layout01 {
  padding: 0 3px;
}
.layout01 .biography {
  margin-top: 1.5em;
}

.ctm_feature .ctm_hero .image {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ctm_feature .ctm_hero .image {
    margin-bottom: 30px;
  }
}
.ctm_feature .addtx {
  margin-top: 1em;
}

.ctm_ttl_h1 {
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.7;
  padding: 0 0 0;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  font-size: 23px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .ctm_ttl_h1 {
    margin: 0 0 30px;
    font-size: 27px;
  }
}

.layout_f3-3 {
  display: grid;
  overflow: unset;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .layout_f3-3 {
    max-width: 840px;
    text-align: center;
    margin: 0 auto;
  }
}
.layout_f3-3 img {
  border: 1px solid #fff;
  border-radius: 5%;
}/*# sourceMappingURL=feature.css.map */