@charset "UTF-8";

/* ==========================================================================
   p-cooperation-payment-system.css
   ========================================================================== */

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

.p-c__c_payment-system-cta .o-m__cta-wrap_inner_function_title {
  @media screen and (max-width: 576px) {
    font-size: 16px;
    line-height: 1.6;
  }
}

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

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

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

.p-c__c_payment-system-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 */
/* ========================================================================= */
/*list */

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

.p-c__c_payment-system_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_payment-system_list_text {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
  }
}

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

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

.p-c__c_payment-system-faq {
  border-bottom: solid 1px #fff;
}

/*panel-list */

.p-c__c_payment-system-panel-list_item {
  border: 1px solid #8ec266;
  border-radius: 15px;
  padding: 46px 0;
  @media screen and (max-width: 768px) {
    padding: 25px 20px;
  }
}

.p-c__c_payment-system-panel-list_item + .p-c__c_payment-system-panel-list_item {
  margin-top: 50px;
  @media screen and (max-width: 768px) {
    margin-top: 30px;
  }
}

.p-c__c_payment-system-panel-list_tit01 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  @media screen and (max-width: 768px) {
    font-size: 18px;
  }
}

.p-c__c_payment-system-panel-list_tit02 {
  font-size: 16px;
  text-align: center;
  margin-top: 5px;
  @media screen and (max-width: 768px) {
    font-size: 14px;
    margin-top: 0;
  }
}

.p-c__c_payment-system-panel-list_img {
  width: 912px;
  margin: 34px auto 0;
  text-align: center;
  @media screen and (max-width: 768px) {
    width: 100%;
    margin-top: 24px;
  }
  img {
    @media screen and (max-width: 768px) {
      width: 100%;
      height: auto;
    }
  }
}

.p-c__c_payment-system-panel-list_txt01 {
  font-size: 14px;
  line-height: 1.58;
  margin-top: 35px;
  text-align: center;
  @media screen and (max-width: 768px) {
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    margin-top: 30px;
  }
}

.p-c__c_payment-system-panel-list_txt02 {
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
  @media screen and (max-width: 768px) {
    font-size: 11px;
    line-height: 1.75;
    text-align: left;
  }
}

