@charset "UTF-8";

/* ==========================================================================
   voice.css
   ========================================================================== */

.o-m__voice_content {
  margin-top: 20px;
  @media screen and (max-width: 768px) {
    margin-top: 0;
  }
}

.o-m__voice_content_wrap {
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 60px 35px;
  position: relative;
  @media screen and (max-width: 768px) {
    padding: 30px 20px 30px;
  }
}

.o-m__voice_content_head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    display: block;
    margin-bottom: 10px;
  }
}

.o-m__voice_content_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media screen and (max-width: 768px) {
    display: block;
  }
}

.o-m__voice_content_body .pc-only {
  @media screen and (min-width: 769px) {
    display: block;
  }
}

.o-m__voice_content_body .sp-only {
  @media screen and (max-width: 768px) {
    display: block;
  }
}

.o-m__voice_content_logo {
  text-align: center;
  margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin-bottom: 0;
  }
}

.o-m__voice_content_logo img {
  width: 150px;
}

.o-m__voice_content_title {
  margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin-bottom: 0;
  }
  @media screen and (max-width: 768px) {
    padding: 25px 0 15px;
    text-align: center;
  }
}

.o-m__voice_content_title_main {
  font-size: 24px;
  font-weight: 700;
  color: var(--rmeisai-primary);
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: center;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.o-m__voice_content_title_sub {
  @media screen and (max-width: 768px) {
    font-size: 16px;
    padding: 0 0 10px;
  }
}

.o-m__voice_content_image {
  width: 30%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.o-m__voice_content_image_box {
  height: auto;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  @media screen and (max-width: 768px) {
    max-width: 264px;
    margin: 0 auto 20px;
  }
}

.o-m__voice_content_name {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6;
}

.o-m__voice_content_info {
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  margin-top: 5px;
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}

.o-m__voice_content_text {
  width: 65%;
  font-size: 16px;
  line-height: 1.8em;
  @media screen and (max-width: 768px) {
    width: 100%;
    font-size: 14px;
  }
}

.o-m__voice_content_text b {
  font-weight: 700;
}

.o-m__voice_content_text .p-f__common-linklist_link {
  padding-top: 10px;
  @media screen and (max-width: 768px) {
    padding-top: 20px;
  }
}

.o-m__voice_content_text .o-c__btn-text {
  line-height: 1;
}

.o-m__voice_content_detail {
  margin-bottom: 10px;
  @media screen and (max-width: 768px) {
    padding-top: 20px;
  }
}

.o-m__voice_content_detail-link {
  padding-top: 10px;
}

.o-m__voice_content_data {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px 35px;
  margin-bottom: 40px;
  position: relative;
  @media screen and (max-width: 576px) {
    padding: 40px 20px 30px;
  }
  &:last-child {
    margin: 0;
  }
}

.o-m__voice_content_data_image {
  width: 37%;
  @media screen and (max-width: 576px) {
    width: 100%;
  }
}

.o-m__voice_content_data_detail {
  width: 60%;
  @media screen and (max-width: 576px) {
    width: 100%;
  }
}

.o-m__voice_content_data_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.o-m__voice_content_data_text_note {
  font-size: 10px;
}

.o-m__voice_content_data_text_btn {
  margin-top: 10px;
  @media screen and (max-width: 576px) {
    text-align: center;
  }
}

.o-m__voice_content_data_hide_list {
  padding: 20px 0 0;
  text-align: center;
}

.o-m__voice_content_data_hide_list_box {
  height: auto;
  padding: 0;
  margin: 15px auto 0 5px;
  @media screen and (max-width: 576px) {
    padding: 0;
    margin: 0 auto;
  }
}

.o-m__voice_content_data_hide_list_box .o-c__btn-text:last-child {
  margin-top: 10px;
  @media screen and (max-width: 576px) {
    margin-top: 5px;
  }
}

.o-m__voice_content_data_hide_list_box li {
  position: relative;
  padding: 6px 0 0 25px;
  text-align: left;
  &:first-child {
    margin-bottom: 10px;
  }
  &:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: var(--rmeisai-primary);
    border-radius: 11px;
  }
  &:after {
    position: absolute;
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    top: 2px;
    left: 5px;
    bottom: -1px;
    margin: auto;
    transform: rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid white;
    border-right: 2px solid white;
    z-index: 10;
  }
}
