@charset "UTF-8";

/* ==========================================================================
   p-api.css
   ========================================================================== */

/* partial override */
/* ========================================================================= */

.o-m__cta-wrap_inner_function.p__api-cta-wrap {
  padding: 81px 0;
  @media screen and (max-width: 1024px) {
    padding: 40px 0 20px;
  }
}

.o-m__breadcrumb-list {
  @media screen and (max-width: 576px) {
    display: block;
    padding: 8px 12px 9px;
  }
}

.o-m__breadcrumb-list_link {
  @media screen and (max-width: 576px) {
    display: inline;
    margin: 0 5px 0 0;
  }
  &:after {
    @media screen and (max-width: 576px) {
      position: static;
      display: inline-block;
      margin: 0 0 0 5px;
    }
  }
}

/* ========================================================================= */
/* object page_common */
/* ========================================================================= */

.p__api-introduction .o-m__function-list_column {
  max-width: 100%;
}

.p__api-introduction .o-m__support-content {
  margin-top: -40px;
  @media screen and (max-width: 576px) {
    margin-top: 0;
  }
}

.p__api-introduction .o-m__support-content_li {
  padding-top: 0;
  @media screen and (max-width: 576px) {
    margin-bottom: 10px;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 10px;
  }
  p {
    text-align: center;
  }
}

.p__api-many_wrap {
  display: flex;
  gap: 0 10px;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
  }
}

.p__api-many_left {
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

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

.p__api-many_text {
  font-size: 15px;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p__api-many_text .f__common-text_highlighter_bg {
  font-weight: bold;
}

.p__api-many_img {
  width: 349px;
  @media screen and (max-width: 768px) {
    width: 275px;
    margin: 0 0 20px;
  }
  img {
    width: 100%;
    height: auto;
  }
}

.p__api-many .o-m__case-link {
  text-align: left;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.p__api-must .o-m__panel-list-listdata_column {
  @media screen and (max-width: 768px) {
    flex-direction: column;
    gap: 20px 0;
  }
}

.p__api-must .o-m__panel-list-listdata_box {
  width: 48%;
  padding: 35px 40px;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 30px 20px;
  }
}

.p__api-must .o-m__panel-list-listdata_text {
  font-size: 14px;
  line-height: 1.6;
}

.p__api-must .o-m__panel-list-listdata_annotation {
  font-size: 10px;
  text-align: left;
  margin: 10px 0 0;
  line-height: 1.6;
}

.p__api-must .o-m__panel-list-listdata_img {
  max-width: 300px;
  margin: 55px auto 0;
  @media screen and (max-width: 768px) {
    max-width: 210px;
    margin-top: 20px;
  }
  img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
}

.p__api-must .o-m__panel-list-listdata_savelist {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0 0;
  @media screen and (max-width: 768px) {
    gap: 10px;
  }
}

.p__api-must .o-m__panel-list-listdata_savelist_item {
  width: calc((100% - 20px) / 2);
  background: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  @media screen and (max-width: 768px) {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0 5px;
    text-align: left;
  }
}

.p__api-must .o-m__panel-list-listdata_savelist_title {
  color: var(--rmeisai-primary);
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

.p__api-must .o-m__panel-list-listdata_box {
  background: #fff;
  dt {
    padding: 0 0 20px;
  }
}

.p__api-must .o-m__panel-list-listdata_column {
  gap: 40px 0;
  @media screen and (max-width: 768px) {
    gap: 20px 0;
  }
}

.p__api-hanbai_wrap {
  display: flex;
  gap: 0 40px;
  justify-content: center;
  align-items: center;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    align-items: center;
  }
}

.p__api-hanbai_left {
  flex: 1;
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

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

.p__api-hanbai_text {
  font-size: 15px;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
  .f__common-text_highlighter_bg {
    font-weight: bold;
  }
}

.p__api-hanbai_img {
  width: 350px;
  @media screen and (max-width: 768px) {
    width: 295px;
    margin: 0 0 20px;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.p__api-hanbai .o-m__case-link {
  text-align: left;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.p__api-hanbai .o-c__btn {
  margin: 15px 0 0;
}

