@charset "UTF-8";

/* ==========================================================================
   function.css
   ========================================================================== */

.o-m__function-list {
  text-align: center;
}

.o-m__function-list_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 840px;
  margin: 0 auto;
}

.o-m__function-list_column._column_3 ._column_data {
  flex-basis: 31.333%;
  margin-bottom: 25px;
  @media screen and (max-width: 576px) {
    flex-basis: 48.5%;
    margin-bottom: 10px;
  }
}

.o-m__function-list_column._column_2 ._column_data {
  flex-basis: 47.61904761904762%;
  @media screen and (max-width: 768px) {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

.o-m__function-list_box {
  text-align: center;
  border-radius: 10px;
  padding: 30px 0;
  background: #f4f9f1;
  @media screen and (max-width: 768px) {
    padding: 25px 10px;
  }
}

.o-m__function-list_box dt {
  font-size: 20px;
  color: var(--rmeisai-primary);
  font-weight: 700;
  padding: 20px 0 15px;
  @media screen and (max-width: 576px) {
    font-size: 18px;
    padding: 20px 0 15px;
  }
}

.o-m__function-list_box dd {
  text-align: justify;
  width: 350px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 15px;
  word-wrap: break-word;
  @media screen and (max-width: 576px) {
    width: 80%;
    font-size: 14px;
    line-height: 18px;
  }
}

.o-m__function-list_box dd .note {
  font-size: 10px;
}

.o-m__function-list_icon {
  background-color: #FFF;
  width: 95px;
  height: 95px;
  border-radius: 50px;
  margin: 0 auto;
  display: grid;
  place-items: center;
}

.o-m__function-list_icon img {
  @media screen and (max-width: 768px) {
    width: 65px;
    height: 65px;
  }
}

.o-m__function-list_link {
  padding: 20px 0 0;
}
