body#ML_OLD {
  -webkit-print-color-adjust: exact;
}

#ML_OLD_PAGE div {
  zoom: 1;
}
#ML_OLD_PAGE p {
  word-wrap: break-word;
}
#ML_OLD_PAGE .fig-c {
  text-align: center;
}
#ML_OLD_PAGE .fig-c img {
  margin: 20px 0;
}
#ML_OLD_PAGE h2 {
  font-size: 28px !important;
  padding: 18px 15px 15px !important;
}
#ML_OLD_PAGE .cap {
  font-size: 12px;
  color: #666;
  text-align: center;
}
#ML_OLD_PAGE .qa {
  margin-top: 30px;
}
#ML_OLD_PAGE .qa dl {
  margin-bottom: 30px;
}
#ML_OLD_PAGE .qa dt {
  margin-bottom: 20px;
  padding: 13px 10px 10px;
  font-size: 20px;
  font-weight: 600;
  background: url(/wp/wp-content/themes/rikei/assets/ml_old_img/common/bg_title_02.png) no-repeat 0 0;
  border-bottom: 2px solid #B20228;
}
#ML_OLD_PAGE .qa dd {
  margin-bottom: 30px;
}
#ML_OLD_PAGE .fin-word {
  border-top: 2px #B20228 dotted;
  padding-top: 20px;
}
#ML_OLD_PAGE .fin-word dt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#ML_OLD_PAGE .flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
#ML_OLD_PAGE .spbet {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 740px) {
  #ML_OLD_PAGE .spbet {
    justify-content: center;
    gap: 10px 0;
  }
  #ML_OLD_PAGE .spbet > div {
    width: 100%;
    text-align: center;
  }
}