@charset "utf-8";
/* -------------------------------------------------------
/* CSS Document by Rakus https://form.keiriplus.jp/
/* for HubSpot Form .
/*   common portalId: '2263214' 
/* -------------------------------------------------------*/
/*
CSS Document only for url(thema_workshop)
Theme Name: 経理プラス
Description: 経理プラス HubSpotフォーム固定ページ　専用テーマ
Author: rakus
*/
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@500;700&display=swap");

/* ---------------------------------------------------------
form setting
--------------------------------------------------------- */

.p__form-cont_heading {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 0.8rem;
  margin: 2rem auto 0.8rem auto;
  background-color:  #68ad33;
  margin: 0 0 40px;
  @media screen and (max-width:768px) {
    margin: 0;
    font-size: 1rem;
  }
}
.p__form-cont_heading--form {
  margin: 0 auto;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #267D00;
  font-weight: bold;
  background-color: unset;
  justify-content: center;
  @media screen and (max-width:768px) {
    font-size: 1rem;
  }
}
/* ---------------------------------------------------------
contents setting
--------------------------------------------------------- */
body * {
  line-height: 1.5;
  box-sizing: border-box;
}
body {
  margin: 73px auto 0;
  box-sizing: border-box;
  @media screen and (max-width:768px) {
    margin: 53px auto 0;
  }
}
.ly-inner {
  width: 100%;
  margin: 0 auto;
  background-color: #f4f9f1;
  padding: 80px 50px;
  @media screen and (max-width: 576px) {
    padding: 30px 20px;
  }
}
.ly-wrap {
  max-width: 1000px;
  margin: 50px auto;
}
.u-text-highlight {
  color: #267d00;
  text-decoration: underline;
  text-underline-offset: -0.09em;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #F7D65B;
  text-decoration-skip-ink: none;
}
.u-text-note {
  display: block;
  font-size: 10px;
  padding-top: 10px;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
.f__common-color_seisan {
  color: #267D00;
}
.f__common-text_bold {
  font-weight: 700;
}
.f__common-text_highlighter {
  text-decoration: underline;
  text-underline-offset: -0.15em;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #F7D65B;
}
.f__common-bgcolor_blue {
  background: #F4F9F1;
}
.f__common-bgcolor_gray {
  background: #f6f6f6;
}



/*------ benefit ------*/

.p__form-complete_meisai_benefit {
  margin-top: 70px;
}
.p__form-complete_meisai_benefit_heading {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit_heading {
    font-size: 22px;
  }
}

.p__form-complete_meisai_benefit .payment-flow {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 100px;
  background: #fff;
  max-width: 1000px;
  border-radius: 10px;
  padding: 70px 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p__form-complete_meisai_benefit .payment-flow {
    gap: 80px;
  }
}
@media screen and (max-width: 860px) {
  .p__form-complete_meisai_benefit .payment-flow {
    grid-template-columns: 1fr 4fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow {
    grid-template-columns: 1fr;
    gap: 60px;
    margin: 0;
    padding: 30px 20px;
  }
}

.p__form-complete_meisai_benefit .payment-flow__item {
  border-radius: 10px;
  padding: 30px 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p__form-complete_meisai_benefit .payment-flow__item {
    padding: 20px 10px;
  }
}

.p__form-complete_meisai_benefit .payment-flow__item--system {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow__item--system {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow__item--system .o-c__list-check {
    text-align: left;
    display: inline-block;
  }
}

.p__form-complete_meisai_benefit .payment-flow__item--system .payment-flow__icon {
  margin: 0 30px 0 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p__form-complete_meisai_benefit .payment-flow__item--system .payment-flow__icon {
    margin: 0 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow__item--system .payment-flow__icon {
    margin: 0 auto 10px;
  }
}

.p__form-complete_meisai_benefit .payment-flow__label {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow__label {
    margin-bottom: 5px;
  }
}

.p__form-complete_meisai_benefit .payment-flow__icon {
  margin: 0px auto;
  text-align: center;
}
.p__form-complete_meisai_benefit .payment-flow__icon--circle {
  background-color: #fff;
  border-radius: 60px;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
}
.p__form-complete_meisai_benefit .payment-flow__caption {
  width: 90px;
  text-align: center;
  font-size: 15px;
  position: absolute;
  left: -100px;
  top: calc(50% - 30px);
  color: #267D00;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .p__form-complete_meisai_benefit .payment-flow__caption {
    width: 70px;
    left: -80px;
  }
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow__caption {
    width: 100%;
    height: 50px;
    top: -60px;
    left: 0;
    font-size: 16px;
    text-align: left;
    padding: 15px 0 0 calc(50% - 100px);
  }
}

.p__form-complete_meisai_benefit .payment-flow__caption::before {
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  left: 0;
  width: calc(100% + 2px);
  height: 1px;
  background-color: #267D00;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow__caption::before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    transform: translateX(-50%);
  }
}

.p__form-complete_meisai_benefit .payment-flow__caption::after {
  content: "";
  position: absolute;
  top: calc(50% + 30px);
  right: 0;
  width: 20px;
  height: 20px;
  border-top: 1px solid #267D00;
  border-right: 1px solid #267D00;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p__form-complete_meisai_benefit .payment-flow__caption::after {
    top: auto;
    bottom: 4px;
    left: 50%;
    right: auto;
    width: 25px;
    height: 25px;
    transform: translateX(-50%) rotate(135deg);
  }
}