/* add utility
============================================ */
.u-mw1090 {
  max-width: 1090px;
}

.u-mw1200 {
  max-width: 1200px;
}

.u-radius25 {
  border-radius: 25px;
}

.mc-fc__gold {
  color: #7f520c;
}

.mc-bgc__beige {
  background-color: #efe8db;
}

/* topic
============================================ */
.mc-topic__lists {
  display: flex;
}

.mc-topic__lists[data-pattern~="1"] {
  max-width: 1090px;
  flex-direction: row;
}

.mc-topic__lists[data-pattern~="2"] {
  max-width: 625px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.mc-topic__item {
  display: flex;
  align-items: center;
  padding: 25px;
  border-radius: 25px;
}

[data-pattern~="1"] > .mc-topic__item {
  width: calc(50% - 10px);
}

[data-pattern~="1"] > .mc-topic__item:nth-child(1) {
  margin-right: 20px;
}

[data-pattern~="2"] > .mc-topic__item {
  width: 100%;
  margin-bottom: 20px;
}

.mc-topic__title {
  width: 30%;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

.mc-topic__text {
  width: 70%;
  padding-left: 20px;
  font-size: 20px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .mc-topic__lists[data-pattern~="1"] {
    flex-direction: column;
  }

  [data-pattern~="1"] > .mc-topic__item,
  [data-pattern~="2"] > .mc-topic__item {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  [data-pattern~="1"] > .mc-topic__item:nth-child(1) {
    margin-right: 0;
  }

  .mc-topic__title {
    font-size: 16px;
    margin-right: 10px;
  }

  .mc-topic__text {
    font-size: 14px;
  }
}

@media (min-width: 1090px) {
  .mc-topic__lists {
    margin-left: auto;
    margin-right: auto;
  }
}
