.okayama-treatment {
  margin-top: 80px;
  padding: 54px 0 82px;
  background-color: #f1f1f1;
  color: #000;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.okayama-treatment__inner {
  width: calc(100% - 40px);
  max-width: 980px;
  margin: 0 auto; }

.okayama-treatment__title,
.okayama-treatment-more__title {
  margin: 0;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.45; }

.okayama-treatment__list {
  margin-top: 28px; }

.okayama-treatment-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 326px;
  -moz-column-gap: 86px;
       column-gap: 86px;
  align-items: center; }

.okayama-treatment-card + .okayama-treatment-card {
  margin-top: 56px; }

.okayama-treatment-card__body {
  min-width: 0; }

.okayama-treatment-card__title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 50%;
  color: #a33736;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  z-index: 1; }
  .okayama-treatment-card__title::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    z-index: -1; }

.okayama-treatment-card__text {
  margin: 52px 0 0;
  font-weight: 500; }

.okayama-treatment-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 326 / 191; }

.okayama-treatment-card__buttons {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-top: 38px; }

.okayama-treatment-card__button:visited,
.okayama-treatment-card__button:link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding: 14px 24px 8px;
  border-radius: 8px;
  background-color: #a33736;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none; }

.okayama-treatment-card__button:hover,
.okayama-treatment-card__button:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.86; }

.okayama-treatment-more {
  margin-top: 78px; }

.okayama-treatment-more__box {
  margin-top: 34px;
  padding: 20px 16px;
  background-color: #fff; }

.okayama-treatment-more__box .link-list + .link-list {
  margin-top: 8px; }

@media only screen and (max-width: 767px) {
  .okayama-treatment {
    margin-top: 48px;
    padding: 42px 0 56px; }
  .okayama-treatment__inner {
    width: calc(100% - 28px);
    max-width: 540px; }
  .okayama-treatment__title,
  .okayama-treatment-more__title {
    font-size: 22px; }
  .okayama-treatment__list {
    margin-top: 24px; }
  .okayama-treatment-card {
    display: block; }
  .okayama-treatment-card + .okayama-treatment-card {
    margin-top: 48px; }
  .okayama-treatment-card__title {
    font-size: 19px; }
    .okayama-treatment-card__title::before {
      width: 66px;
      height: 66px;
      left: -10px; }
  .okayama-treatment-card__text {
    margin-top: 24px; }
  .okayama-treatment-card__image {
    margin-top: 24px;
    font-size: 20px; }
  .okayama-treatment-card__buttons {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 24px; }
  .okayama-treatment-card__button:visited,
  .okayama-treatment-card__button:link {
    min-height: 40px;
    padding: 12px 18px 8px;
    font-size: 14px; }
  .okayama-treatment-more {
    margin-top: 56px; }
  .okayama-treatment-more__box {
    margin-top: 24px; } }
