.under .keywords__inner--image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 5;
}

@media print, screen and (min-width: 768px) {
  .under .keywords__inner--image {
    padding-top: 42px;
    width: 320px;
  }
}

@media only screen and (max-width: 767px) {
  .under .keywords__inner--image {
    margin: 0 auto 10px;
    width: 235px;
  }
}

.under .keywords__inner--image figure {
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .under .keywords__inner--image figure {
    width: 320px;
    height: auto;
  }
}

.under .keywords__inner--image img {
  width: 100%;
}

.under .keywords__inner--text {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .under .keywords__inner--text {
    max-width: inherit;
  }
}

.under .keywords__inner--text h2 {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
  .under .keywords__inner--text h2 {
    font-size: 35px;
    top: -25px;
  }
}

@media only screen and (max-width: 767px) {
  .under .keywords__inner--text h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 10px;
  }
}

.under .keywords__inner--text h2::after {
  content: none;
}

.under .keywords__inner--text .italic {
  font-style: italic;
}

.under .keywords__inner .keywords--text--right .keywords__inner--image {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .under .keywords__inner .keywords--text--right .keywords__inner--image {
    margin-right: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .under .keywords__inner .keywords--text--right .keywords__inner--text {
    margin-left: 0;
    padding-top: 0;
  }
}

.under .keywords__inner .keywords--text--right figure {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .under .keywords__inner .keywords--text--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.under .keywords__inner .keywords--text--left .keywords__inner--image {
  margin-left: 50px;
}

@media only screen and (max-width: 767px) {
  .under .keywords__inner .keywords--text--left .keywords__inner--image {
    margin-left: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .under .keywords__inner .keywords--text--left .keywords__inner--text {
    padding-top: 0;
  }
}

.under .keywords__inner .keywords--text--left figure {
  margin-left: 0;
}

.under .keywords--title--image {
  width: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .under .keywords--title--image {
    left: calc(-133px / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .under .keywords--title--image::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #555;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: calc(133px / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .under .keywords--title--image img {
    width: 133px;
    height: 133px;
  }
}

@media only screen and (max-width: 767px) {
  .under .keywords--title--image img {
    width: 75px;
    height: 85px;
    margin: auto;
  }
}

.under .keywords--title--image.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  left: inherit;
}

@media print, screen and (min-width: 768px) {
  .under .keywords--title--image.reverse {
    right: calc(-133px / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .under .keywords--title--image.reverse::before {
    left: inherit;
    right: calc(133px / 2);
  }
}
