@charset "UTF-8";

/* ==========================================================================
   p-chohyo-receipt.css
   ========================================================================== */

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

.o-m__cta-wrap_inner_function.p__cooperation-cta-wrap .o-m__cta-wrap_inner_function_title {
  font-size: 16px;
}

.o-c__btn-text._arrow_down {
  padding: 2px 23px 0 0;
}

.o-c__btn-text._arrow_down .o-c__btn-text_icon_arrow_bg {
  left: auto;
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}

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

.o-m__faq-content_item_label {
  cursor: default;
}

.o-m__faq-content_item_answer_detail._iconA {
  position: relative;
  &::before {
    content: 'A';
    position: absolute;
    font-weight: 500;
    left: -25px;
    top: -3px;
    font-size: 22px;
    color: var(--rmeisai-primary);
  }
}

.o-m__faq-content_item_answer_detail:not(._iconA) + .o-m__faq-content_item_answer_detail {
  margin-top: 22px;
}

.f__common-bgcolor_blue .o-m__panel-list-listdata_box {
  background: #fff;
}

.p-c__c_receipt-panel-list-listdata_box dt {
  padding-top: 0;
}

.p-c__c_receipt-panel-list-listdata_sub {
  font-size: 16px;
}

.o-m__panel-list-listdata_column._column_2 {
  gap: 25px 4%;
}

.o-m__panel-list-listdata_column._column_2 .o-m__panel-list-listdata_box {
  padding: 35px;
  @media screen and (max-width: 768px) {
    padding: 20px;
  }
}

.o-m__panel-list-listdata_column._column_2 ._column_data {
  flex-basis: 48%;
  @media screen and (max-width: 768px) {
    flex-basis: 100%;
  }
}

.o-m__panel-list-listdata_column._column_2 ._column_data._column_wide {
  flex-basis: 100%;
}

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

.p__top-reason_content_data_image_annotation {
  font-size: 10px;
  margin-top: 15px;
}

.o-m__faq-content_item_answer + .o-m__faq-content_item_answer,
.o-m__faq-content_item_answer + .p__top-reason_content_data_text,
.p__top-reason_content_data_text + .o-m__faq-content_item_answer,
.p__top-reason_content_data_text + .p__top-reason_content_data_text {
  margin-top: 24px;
}

.o-m__faq-content_item_answer a,
.p__top-reason_content_data_text a {
  color: var(--rmeisai-primary);
}

/*fv */

.p-c__c_receipt-fv {
  padding-bottom: 0;
}

.p-c__c_receipt-fv_box {
  background: #fff;
  border: solid 1px var(--rmeisai-primary);
  border-radius: 10px;
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    margin: 15px auto 20px;
    padding: 15px;
    font-size: 16px;
  }
}

.p-c__c_receipt-fv_box_line {
  display: inline-block;
  vertical-align: baseline;
  @media screen and (max-width: 768px) {
    display: block;
  }
}

.p-c__c_receipt-fv_box_line + .p-c__c_receipt-fv_box_line {
  @media screen and (max-width: 768px) {
    margin-top: 10px;
  }
}

.p-c__c_receipt-fv_box_logo {
  width: 130px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: baseline;
  @media screen and (max-width: 768px) {
    width: 90px;
    margin-right: 10px;
    vertical-align: bottom;
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
}

/*panel-list */

.p-c__c_receipt-panel-list_example {
  margin: 30px 0 0;
}

.p-c__c_receipt-panel-list_example_title {
  color: var(--rmeisai-primary);
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 10px;
  line-height: 1.4;
  border-bottom: solid 1px var(--rmeisai-primary);
  text-align: left;
}

.p-c__c_receipt-panel-list_example_checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0 0;
}

.p-c__c_receipt-panel-list_example_checklist_item {
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  width: calc((100% - 20px) / 3);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 20px 20px 20px 50px;
  @media screen and (max-width: 768px) {
    width: 100%;
    font-size: 14px;
    padding: 15px 15px 15px 50px;
  }
  &:before {
    content: '';
    width: 12px;
    height: 8px;
    border-radius: 0;
    background: none;
    border-top: solid 2px var(--rmeisai-primary);
    border-right: solid 2px var(--rmeisai-primary);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto 0;
    transform: rotate(135deg);
  }
}

.p-c__c_receipt-panel-list_example_checklist_item_text {
  font-size: 14px;
  font-weight: 500;
  @media screen and (max-width: 768px) {
    font-size: 12px;
  }
}

.p-c__c_receipt_list {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  @media screen and (max-width: 768px) {
    gap: 0 10px;
  }
}

.p-c__c_receipt_list_item {
  width: 32%;
  background-color: var(--rmeisai-bg-sub-03);
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  @media screen and (max-width: 768px) {
    padding: 10px 8px;
  }
}

.p-c__c_receipt_list_text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

.p-c__c_receipt_list_color {
  color: var(--rmeisai-primary);
  font-size: 27px;
  font-weight: 700;
  @media screen and (max-width: 768px) {
    font-size: 15px;
  }
}

.p-c__c_receipt_list_icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  @media screen and (max-width: 768px) {
    width: 50px;
    height: 50px;
  }
  img {
    height: auto;
  }
}

.p-c__c_receipt_list_icon .p-c__c_receipt-faq {
  border-bottom: solid 1px #fff;
}

/*success */

.p-c__c_receipt-success_case {
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 45px;
  @media screen and (max-width: 1024px) {
    padding: 50px 20px;
  }
  @media screen and (max-width: 768px) {
    padding: 15px 15px 50px;
  }
}

.p-c__c_receipt-success_case + .p-c__c_receipt-success_case {
  margin-top: 50px;
  @media screen and (max-width: 768px) {
    margin-top: 20px;
  }
}

.p-c__c_receipt-success_case .o-c__btn {
  margin-top: 25px;
  @media screen and (max-width: 768px) {
    margin-top: 15px;
  }
}

.p-c__c_receipt-success_wrap {
  display: flex;
  gap: 0 50px;
  @media screen and (max-width: 768px) {
    flex-direction: column;
  }
}

.p-c__c_receipt-success_left {
  width: 580px;
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 9px;
  @media screen and (max-width: 768px) {
    width: auto;
    order: 2;
    margin-top: 20px;
  }
}

.p-c__c_receipt-success_right {
  width: 330px;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin-top: 14px;
  }
}

.p-c__c_receipt-success_logo {
  width: 200px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 23px;
  @media screen and (max-width: 768px) {
    width: 123px;
    margin-bottom: 15px;
  }
  img {
    width: 100%;
    height: auto;
    &._is_mabuchikensetsu {
      width: 120px;
      height: auto;
      padding-top: 20px;
      @media screen and (max-width: 768px) {
        width: 100%;
        padding-top: 0;
      }
    }
  }
}

.p-c__c_receipt-success_img {
  max-width: 350px;
  @media screen and (max-width: 768px) {
    width: 67.214%;
    margin: 0 auto;
  }
  img {
    width: 100%;
    height: auto;
  }
}

.p-c__c_receipt-success_name {
  font-size: 14px;
  margin: 20px 0 0;
  @media screen and (max-width: 768px) {
    margin-top: 15px;
  }
}

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

.p-c__c_receipt-success_top_tit {
  font-size: 20px;
  font-weight: bold;
  color: var(--rmeisai-primary);
  padding-left: 23px;
  margin: 27px 0 8px;
  position: relative;
  @media screen and (max-width: 768px) {
    font-size: 18px;
    line-height: 1.4;
    margin: 17px 0 0;
  }
  &::before {
    content: '―';
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-c__c_receipt-success_top_text {
  font-size: 14px;
  line-height: 1.6;
  @media screen and (max-width: 768px) {
    margin-top: 10px;
  }
}

.p-c__c_receipt-success_top_tit + .p-c__c_receipt-success_top_text {
  @media screen and (max-width: 768px) {
    margin-top: 5px;
  }
}

