.f-l__footer {
  border-top: 1px solid #FFF;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer {
    padding: 20px 0;
  }
}
.f-l__footer-head {
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head {
    padding: 0 0 20px;
  }
}
.f-l__footer-head_title {
  display: flex;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: flex-start;
  align-items: center;
}
.f-l__footer-head_title a {
  display: block;
  width: 152px;
  height: 48px;
}
.f-l__footer-head_title a img {
  width: 100%;
  height: auto;
}
.f-l__footer-head_title .rcloud-logo {
  font-size: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-weight: 700;
}
.f-l__footer-head_title p {
  height: 48px;
  display: grid;
  align-items: flex-end;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .f-l__footer-head_title {
    padding: 0 0 15px;
  }
  .f-l__footer-head_title a {
    width: 115px;
    height: 35px;
  }
  .f-l__footer-head_title p {
    height: 35px;
    font-size: 12px;
  }
  .f-l__footer-head_title .rcloud-logo {
    font-size: 14px;
    line-height: 14px;
  }
}
.f-l__footer-link {
  padding: 20px 0;
  display: flex;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link {
    display: block;
    padding: 0 0 20px;
    overflow: hidden;
  }
}
.f-l__footer-link_list {
  margin-right: 15px;
}
.f-l__footer-link_list:last-child {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list:nth-child(3), .f-l__footer-link_list:nth-child(4) {
    width: 50%;
    float: left;
  }
}
.f-l__footer-link_list a {
  display: block;
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 14px;
  color: #323232;
  text-decoration: none;
}
.f-l__footer-link_list a:hover {
  color: #007bc7;
}
.f-l__footer-link_list a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  top: 5px;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: all ease 0.3s;
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}
.f-l__footer-link_list_inner {
  width: 430px;
  display: flex;
}
.f-l__footer-link_list_sub {
  padding: 0 0 0 15px;
}
.f-l__footer-link_list_sub li {
  padding: 0 0 7px;
}
.f-l__footer-link_list_sub li a {
  font-size: 12px;
  padding: 0 0 0 10px;
}
.f-l__footer-link_list_sub li a:before {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  top: 3px;
  left: 0;
  margin: auto;
  transform: rotate(180deg);
  transition: all ease 0.3s;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
}
.f-l__footer-link_list_sub._width_170 {
  width: 170px;
}
.f-l__footer-link_list_sub._width_260 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-link_list {
    margin-right: 0;
  }
  .f-l__footer-link_list a {
    padding: 0 0 7px 12px;
    font-size: 12px;
  }
  .f-l__footer-link_list a:before {
    width: 6px;
    height: 6px;
    top: 4px;
  }
  .f-l__footer-link_list_inner {
    width: 100%;
  }
  .f-l__footer-link_list_sub {
    padding: 0 0 10px 15px;
  }
  .f-l__footer-link_list_sub li {
    padding: 0 0 7px;
  }
  .f-l__footer-link_list_sub li a {
    font-size: 10px;
    padding: 0 0 0 10px;
  }
  .f-l__footer-link_list_sub li a:before {
    width: 5px;
    height: 5px;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .f-l__footer-link_list_sub._width_170 {
    width: 45%;
  }
  .f-l__footer-link_list_sub._width_260 {
    width: 55%;
  }
}
.f-l__footer-cta {
  display: flex;
  justify-content: center;
  text-align: center;
}
.f-l__footer-cta .o-c__btn-link._orange {
  margin: 0px 10px;
}
@media screen and (max-width: 768px) {
  .f-l__footer-cta .o-c__btn-link._orange {
    min-width: 50px;
    margin: 0px 5px;
    padding: 15px 30px 12px 20px;
  }
}

.f-l__company {
  padding: 55px 0 0;
}
.f-l__company .f-l__common-inner {
  display: flex;
  flex-wrap: wrap;
}
.f-l__company img {
  width: 100%;
  height: auto;
}
.f-l__company-company-logo {
  display: block;
  width: 72px;
}
.f-l__company-textbox {
  width: 530px;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 30px;
}
.f-l__company-textbox p {
  padding: 0 0 15px;
}
.f-l__company-textbox p span.annotation {
  font-size: 10px;
  font-weight: bold;
}
.f-l__company-markbox {
  width: 390px;
  display: flex;
  flex-wrap: wrap;
}
.f-l__company-markbox_pmark {
  width: 71px;
  padding: 0 0 10px 0;
}
.f-l__company-markbox_isms {
  width: 125px;
  padding: 0 0 10px 15px;
}
.f-l__company-markbox_jiima {
  width: 95px;
  padding: 0 0 0 15px;
}
.f-l__company-markbox_jiima_denshi {
  width: 95px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .f-l__company-markbox {
    width: 100%;
    justify-content: center;
  }
  .f-l__company-markbox_pmark {
    width: 70px;
  }
  .f-l__company-markbox_isms {
    width: 110px;
  }
  .f-l__company-markbox_jiima {
    width: 75px;
  }
  .f-l__company-markbox_jiima_denshi {
    width: 75px;
  }
}
.f-l__company-copyright {
  text-align: center;
  font-size: 10px;
  color: #6e6e6e;
  padding: 20px 0 55px;
}
@media screen and (max-width: 768px) {
  .f-l__company {
    padding: 20px 0 0;
  }
  .f-l__company .f-l__common-inner {
    justify-content: center;
  }
  .f-l__company-company-logo {
    width: 12%;
  }
  .f-l__company-textbox {
    width: 88%;
    font-size: 10px;
    padding: 0 0 0 20px;
  }
  .f-l__company-textbox p {
    padding: 0 0 10px;
  }
  .f-l__company-pmark {
    width: 60px;
    padding: 10px 0 0;
  }
  .f-l__company-isms {
    width: 125px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-jiima {
    width: 80px;
    padding: 10px 0 0 15px;
  }
  .f-l__company-copyright {
    padding: 30px 0 45px;
  }
}

.o-m__onayami-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content.swiper-container {
    padding: 0 0 40px;
  }
}
.o-m__onayami-content_answer_title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #007bc7;
  position: absolute;
  z-index: 300;
  top: 140px;
  left: 0;
}
.o-m__onayami-content_answer_title img {
  width: 183px;
  height: 45px;
  display: inline-block;
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_answer_title {
    font-size: 22px;
    line-height: 1.3;
    top: 125px;
  }
  .o-m__onayami-content_answer_title img {
    width: 130px;
    height: 35px;
    padding: 0 12px;
  }
}
.o-m__onayami-content_data {
  width: 23%;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data {
    width: 100%;
    padding: 0 35px;
  }
}
.o-m__onayami-content_data_theme {
  width: 100%;
  background-color: #f6f6f6;
  padding: 25px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 135px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.o-m__onayami-content_data_theme._base_3 {
  padding: 13px 0;
}
.o-m__onayami-content_data_theme:after {
  display: block;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  border: 10px solid rgba(0, 0, 0, 0);
  border-bottom-width: 0;
  border-top: 15px solid #f6f6f6;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_theme {
    margin-bottom: 100px;
  }
}
.o-m__onayami-content_data_answer {
  width: 100%;
  min-height: 480px;
  background-color: #edf7ff;
  padding: 45px 0px 20px;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
.o-m__onayami-content_data_answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 72px;
  height: 72px;
  border-radius: 36px;
  background-color: #FFF;
}
.o-m__onayami-content_data_answer:after {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 38px;
  background-image: url(/rakurakucloud/seisan/assets/image/icon/icon_000_arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.o-m__onayami-content_data_answer h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #007bc7;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_answer {
    min-height: 0;
    padding: 45px 0px 10px;
  }
  .o-m__onayami-content_data_answer h3 {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 0 0 90px;
  }
}
.o-m__onayami-content_data_icon {
  background-color: #FFF;
  width: 116px;
  height: 116px;
  border-radius: 60px;
  margin: 0px auto 20px;
  display: grid;
  place-items: center;
}
.o-m__onayami-content_data_icon img {
  width: 80px;
  height: auto;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 15px;
    top: 35px;
  }
  .o-m__onayami-content_data_icon img {
    width: 50px;
    height: auto;
  }
}
.o-m__onayami-content_data_list {
  padding: 0px 20px 10px;
}
.o-m__onayami-note_text {
  font-size: 10px;
  padding: 15px 0 0;
}
.o-m__onayami-pager_box {
  z-index: 500;
}
.o-m__onayami .pc-only {
  display: inline-block;
}
.o-m__onayami .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.o-m__onayami .swiper-slide {
  width: 23%;
}
.o-m__onayami .swiper-pagination,
.o-m__onayami .swiper-button-prev,
.o-m__onayami .swiper-button-next {
  display: none;
}
@media screen and (max-width: 576px) {
  .o-m__onayami .pc-only {
    display: none;
  }
  .o-m__onayami .swiper-pagination {
    display: block;
    bottom: 10px !important;
  }
  .o-m__onayami .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007bc7 !important;
  }
  .o-m__onayami .swiper-button-prev {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-prev:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0px;
  }
  .o-m__onayami .swiper-button-prev:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-30%) rotate(45deg);
    transition: all ease 0.3s;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  .o-m__onayami .swiper-button-next {
    display: block;
    background-image: none !important;
    width: 35px !important;
    height: 35px !important;
    top: 200px !important;
  }
  .o-m__onayami .swiper-button-next:before {
    content: "";
    width: 35px;
    height: 35px;
    border-radius: 30px;
    background-color: #007bc7;
    position: absolute;
    left: 0;
  }
  .o-m__onayami .swiper-button-next:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
    bottom: auto;
    margin: auto;
    transform: translateY(-50%) translateX(-70%) rotate(45deg);
    transition: all ease 0.3s;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

.o-m__onayami {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .o-m__onayami {
    padding-top: 150px;
  }
}

@media screen and (max-width: 768px) {
  .o-m__onayami-content.swiper-container {
    padding: 0;
  }
}

.o-m__onayami .swiper-wrapper {
  align-items: stretch;
  height: auto;
  margin-top: 135px;
}

.o-m__onayami-content_answer_title {
  top: 40px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_answer_title {
    top: 30px;
  }
}

.o-m__onayami-content_data_answer {
  height: 100%;
}

.o-m__onayami-content_data_answer h3 {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  padding: 0 20px;
  min-height: 102px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_answer h3 {
    min-height: auto;
  }
}

.o-m__onayami-content_data_icon {
  padding: 0 20px;
  width: calc(100% - 40px);
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_icon {
    position: relative;
    left: auto;
    top: auto;
  }
}
.o-m__onayami-content_data_icon img {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .o-m__onayami-content_data_icon img {
    position: relative;
    left: auto;
    bottom: auto;
    height: 18px;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 576px) {
  .o-m__onayami-content_data_icon img {
    height: 34px;
  }
}

@media screen and (max-width: 576px) {
  .o-m__onayami-content_data {
    padding: 0;
  }
}

@media screen and (max-width: 576px) {
  .o-m__rseries .o-c__heading-lead {
    text-align: left;
  }
}
.o-m__rseries-content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list {
    display: block;
  }
  .o-m__rseries-content_list._other_series {
    display: flex;
    justify-content: space-between;
  }
  .o-m__rseries-content_list._other_series .o-m__rseries-content_list_item {
    width: 48%;
  }
}
.o-m__rseries-content_list_item {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 30px 0 25px;
  border-radius: 10px;
  text-align: center;
  transition: all ease 0.3s;
}
.o-m__rseries-content_list_item a {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item a .o-c__btn-link {
    padding: 10px 35px 7px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
    padding: 20px 0 15px;
    margin: 0 0 15px;
  }
}
.o-m__rseries-content_list_item_logo {
  display: block;
  margin: 0 auto;
  width: 175px;
  padding-bottom: 22px;
}
.o-m__rseries-content_list_item_logo.w-large {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    width: 145px;
    height: auto;
    padding-bottom: 20px;
  }
  .o-m__rseries-content_list_item_logo img {
    width: 100%;
    height: auto;
  }
}
.o-m__rseries-content_list_item_name {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #464646;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_name {
    font-size: 16px;
    line-height: 20px;
  }
}
.o-m__rseries-content_list_item_ttl {
  display: block;
  color: #323232;
  font-size: 16px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_ttl {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
.o-m__rseries-content_list_item ._sub_title {
  font-size: 14px;
  padding-bottom: 10px;
}
.o-m__rseries-content_list_item ._meisai {
  background-color: #267d00;
  border-color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover {
  background-color: #fff;
  color: #267d00;
}
.o-m__rseries-content_list_item ._meisai:hover:after {
  border-top: 2px solid #267d00;
  border-right: 2px solid #267d00;
}
.o-m__rseries-content_list_item ._hanbai {
  background-color: #f53c20;
  border-color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover {
  background-color: #fff;
  color: #f53c20;
}
.o-m__rseries-content_list_item ._hanbai:hover:after {
  border-top: 2px solid #f53c20;
  border-right: 2px solid #f53c20;
}
.o-m__rseries-content_list_item ._kintai {
  background-color: #2531b7;
  border-color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover {
  background-color: #fff;
  color: #2531b7;
}
.o-m__rseries-content_list_item ._kintai:hover:after {
  border-top: 2px solid #2531b7;
  border-right: 2px solid #2531b7;
}
.o-m__rseries-content_list_item ._keiri-plus {
  background-color: #0068b7;
  border-color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover {
  background-color: #fff;
  color: #0068b7;
}
.o-m__rseries-content_list_item ._keiri-plus:hover:after {
  border-top: 2px solid #0068b7;
  border-right: 2px solid #0068b7;
}
.o-m__rseries-content_list_item ._partner {
  background-color: #464646;
  border-color: #464646;
  padding: 10px 30px 7px;
}
.o-m__rseries-content_list_item ._partner:hover {
  background-color: #fff;
  color: #464646;
}
.o-m__rseries-content_list_item ._partner:hover:after {
  border-top: 2px solid #464646;
  border-right: 2px solid #464646;
}
.o-m__rseries-content_list_item ._denshihozon {
  background-color: #a43fd1;
  border-color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover {
  background-color: #fff;
  color: #a43fd1;
}
.o-m__rseries-content_list_item ._denshihozon:hover:after {
  border-top: 2px solid #a43fd1;
  border-right: 2px solid #a43fd1;
}
.o-m__rseries-content_list_item ._seikyu {
  background-color: #0ba578;
  border-color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover {
  background-color: #fff;
  color: #0ba578;
}
.o-m__rseries-content_list_item ._seikyu:hover:after {
  border-top: 2px solid #0ba578;
  border-right: 2px solid #0ba578;
}
.o-m__rseries-content_list_item ._saikenkanri {
  background-color: #00ad0e;
  border-color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover {
  background-color: #fff;
  color: #00ad0e;
}
.o-m__rseries-content_list_item ._saikenkanri:hover:after {
  border-top: 2px solid #00ad0e;
  border-right: 2px solid #00ad0e;
}
.o-m__rseries-content_list_item ._jinjiroumu {
  background-color: #107de8;
  border-color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover {
  background-color: #fff;
  color: #107de8;
}
.o-m__rseries-content_list_item ._jinjiroumu:hover:after {
  border-top: 2px solid #107de8;
  border-right: 2px solid #107de8;
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 40px) / 5);
}
.o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo {
    width: 145px;
  }
  .o-m__rseries-content_list_item:nth-child(n+4) .o-m__rseries-content_list_item_logo.w-large {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__rseries-content_list_item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item {
    width: 100%;
  }
}
.o-m__rseries-content_list_item:nth-child(n+4) {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item:nth-child(n+4) {
    width: 100%;
  }
}

.o-m__rseries-content_list_item_logo {
  width: auto;
  height: 54px;
  padding-bottom: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .o-m__rseries-content_list_item_logo {
    height: 45px;
    margin-bottom: 20px;
  }
}

.o-m__rseries-content_list_item_logo img {
  height: 100%;
}

.o-m__rseries-content_list_item ._seisan {
  background-color: #007bc7;
  border-color: #007bc7;
}
.o-m__rseries-content_list_item ._seisan:hover {
  background-color: #fff;
  color: #007bc7;
}
.o-m__rseries-content_list_item ._seisan:hover:after {
  border-top: 2px solid #007bc7;
  border-right: 2px solid #007bc7;
}

.o-m__rseries-content_list_item ._businesscard {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}
.o-m__rseries-content_list_item ._businesscard:hover {
  background-color: #fff;
  color: #0a0a0a;
}
.o-m__rseries-content_list_item ._businesscard:hover:after {
  border-top: 2px solid #0a0a0a;
  border-right: 2px solid #0a0a0a;
}

.p__payment-management-onayami-case {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p__payment-management-onayami-case {
    margin-top: 0;
  }
}
.p__payment-management-onayami-case-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 25px;
}
.p__payment-management-onayami-case__content {
  --triangle-height: 15px;
  --triangle-width: 20px;
  position: relative;
  padding: 20px 20px 30px;
  background-color: #f6f6f6;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p__payment-management-onayami-case__content {
    margin-top: 30px;
  }
}
.p__payment-management-onayami-case__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: var(--triangle-height) calc(var(--triangle-width) / 2) 0 calc(var(--triangle-width) / 2);
  border-color: #f6f6f6 transparent transparent;
  transform: translate(-50%, 100%);
}
.p__payment-management-onayami-case__image-wrap {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  background-color: #f6f6f6;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p__payment-management-onayami-case-content-title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  border-radius: 70px;
  margin: auto;
  z-index: 2;
}
.p__payment-management-onayami-case-content-list {
  display: flex;
  flex-direction: column;
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 35px 0 0;
}
.p__payment-management-onayami-case-content-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 14px;
  min-height: 100px;
  padding: 15px 20px;
  border-radius: 10px;
  flex: 1;
}
.p__payment-management-onayami-case-content-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.p__payment-management-alignment_overview {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p__payment-management-alignment_overview {
    padding: 20px;
  }
}
.p__payment-management-alignment_overview + .p__payment-management-alignment_overview {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p__payment-management-alignment_overview + .p__payment-management-alignment_overview {
    margin-top: 20px;
  }
}
.p__payment-management-alignment_overview-logo {
  width: auto;
  height: 100%;
}
.p__payment-management-alignment_overview-logo_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .p__payment-management-alignment_overview-logo_box {
    gap: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  .p__payment-management-alignment_overview-logo_box {
    flex-direction: column;
    gap: 5px;
  }
}
.p__payment-management-alignment_overview-logo_wrap {
  width: auto;
  height: 34px;
}
.p__payment-management-alignment_overview-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p__payment-management-alignment_overview-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .p__payment-management-alignment_overview-flow {
    text-align: center;
  }
}
.p__payment-management-alignment_overview-flow img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .p__payment-management-alignment_overview-flow img {
    width: auto;
  }
}
.p__payment-management-alignment_overview-text {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p__payment-management-alignment_overview-text {
    font-size: 14px;
  }
}
.p__payment-management-merit {
  padding: 0 0 70px;
}
@media screen and (max-width: 768px) {
  .p__payment-management-merit {
    padding: 0 0 50px;
  }
}
.p__payment-management-merit_circle_number {
  width: 68px;
  height: 68px;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -33px;
  padding: 18px 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  transform: translateX(-50%);
  background: #edf7ff;
  color: #007bc7;
}
@media screen and (max-width: 840px) {
  .p__payment-management-merit_circle_number {
    width: 58px;
    height: 58px;
    left: 50%;
    transform: translateX(-50%);
    top: -27px;
    padding: 12px 0 0;
    font-size: 22px;
  }
}
.p__payment-management-merit_circle_number__text {
  font-size: 10px;
  display: block;
}
.p__payment-management-merit_column_item {
  position: relative;
  border-radius: 10px;
  padding: 50px 40px 40px;
  margin-top: 20px;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .p__payment-management-merit_column_item {
    padding: 50px 20px 25px;
  }
}
.p__payment-management-merit_column_item + .p__payment-management-merit_column_item {
  margin-top: 40px;
}
.p__payment-management-merit_column_item_title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .p__payment-management-merit_column_item_title {
    font-size: 18px;
    text-align: center;
    order: 1;
  }
}
.p__payment-management-merit_column_item__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 15px 0 0;
}
@media screen and (max-width: 576px) {
  .p__payment-management-merit_column_item__text {
    order: 3;
    margin: 0;
  }
}
.p__payment-management-merit_column_item__column {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  grid-template-rows: 1fr;
  gap: 30px;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .p__payment-management-merit_column_item__column {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.p__payment-management-merit_column_item__image {
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 576px) {
  .p__payment-management-merit_column_item__image_wrap {
    order: 2;
  }
}
@media screen and (max-width: 576px) {
  .p__payment-management-merit_column_item__detail {
    display: contents;
    order: 3;
  }
}
@media screen and (max-width: 576px) {
  .p__payment-management-merit_column_item__note {
    order: 4;
    line-height: 1;
  }
}
.p__payment-management-rseries-content_list_item_title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #323232;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p__payment-management-rseries-content_list_item_title {
    font-size: 16px;
  }
}

.payment-management_body .js-slick-slider.slick-initialized {
  display: block;
  width: 100%;
  outline: none;
}
.payment-management_body .js-slick-slider.slick-initialized .slick-list, .payment-management_body .js-slick-slider.slick-initialized .slick-track {
  width: 100%;
  outline: none;
}/*# sourceMappingURL=payment-management.css.map */