@charset "UTF-8";

/* ==========================================================================
   p-invoice_denchoho.css
   ========================================================================== */

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

.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 */
/* ========================================================================= */

.f__common-text_highlighter_bg {
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, var(--rmeisai-accent) 61%, var(--rmeisai-accent) 85%, transparent 86%, transparent 100%);
  display: inline;
}

/* ========================================================================= */
/* p__invoice_denchoho */
/* ========================================================================= */

.p__invoice_denchoho-five {
  padding-top: 30px;
  @media screen and (max-width: 768px) {
    padding-top: 80px;
  }
}

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

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

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

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

.p__invoice_denchoho-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;
  }
}

.p__invoice_denchoho-must .o-m__panel-list-listdata_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p__invoice_denchoho-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__invoice_denchoho-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__invoice_denchoho-must .o-m__panel-list-listdata_savelist_title {
  color: var(--rmeisai-primary);
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

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

.p__invoice_denchoho-raku .o-m__panel-list-listdata dt {
  color: var(--black);
  padding-bottom: 20px;
  @media screen and (max-width: 768px) {
    padding-bottom: 15px;
  }
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata .icon-check {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 21px;
  margin: 2px 8px 0 0;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background: var(--rmeisai-primary);
    border-radius: 11px;
  }
  &::after {
    content: "";
    width: 8px;
    height: 6px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    display: block;
    position: absolute;
    left: 7px;
    top: 7px;
    transform: rotate(135deg);
  }
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_box {
  width: 48%;
  padding: 35px 40px;
  background: #fff;
  border-radius: 10px;
  @media screen and (max-width: 768px) {
    width: 100%;
    padding: 30px 20px;
  }
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_copy {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 20px;
  @media screen and (max-width: 768px) {
    font-size: 16px;
    margin: 0 0 15px;
  }
}

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

.p__invoice_denchoho-raku .o-m__panel-list-listdata_text._text_center {
  text-align: center;
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_annotation {
  font-size: 10px;
  text-align: left;
  margin: 10px 0 0;
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_img {
  max-width: 130px;
  margin: 50px auto 0;
  @media screen and (max-width: 768px) {
    max-width: 100px;
  }
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_jima {
  display: flex;
  align-items: center;
  margin: 25px 0 0;
  @media screen and (max-width: 768px) {
    flex-direction: column;
    margin: 15px 0 0;
  }
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_jima_icon {
  width: 70px;
  margin: 0 14px 0 0;
  @media screen and (max-width: 768px) {
    margin: 0 0 14px;
  }
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_jima_icon img {
  width: 100%;
  height: auto;
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_jima_right {
  border-radius: 10px;
  flex: 1;
  text-align: left;
  padding: 20px 15px;
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_jima_title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    text-align: center;
  }
}

.p__invoice_denchoho-raku .o-m__panel-list-listdata_jima_text {
  font-size: 12px;
  line-height: 1.6;
}

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

.p__invoice_denchoho-many_left {
  padding: 19px 0 0;
  @media screen and (max-width: 768px) {
    order: 2;
  }
}

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

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

.p__invoice_denchoho-many_img {
  width: 349px;
  @media screen and (max-width: 768px) {
    width: 295px;
  }
}

.p__invoice_denchoho-many_img img {
  width: 100%;
  height: auto;
}

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