
.feature-card__body {
  padding-top: 14px;
}

/* pc画面 */
@media print, screen and (min-width: 768px){
  .card__head {
    width: 130;
}
  /* キャッシュレス決済端末が選ばれる理由 */
  .point-box__wrap {
    display: flex;
  }
  .feature-box__body {
    height: 530px;
    padding: 15px;
  }
 .feature-box__body_2 {
height: 460px;
}
.column{
  justify-content: center;
}
.column_2 {
  margin-top: 32px !important
}
.heading-member {
  margin-bottom: 0px;
}
.heading-member_2 {
  margin-top: 0px !important
}

/* よくあるご質問 */
.faq-column__titl {
  height: 72px;
      }
      .faq-column {
          display: flex;
          justify-content: center;
              margin: 2.8125em 0 0;
      }

/* 加盟店様にご利用いただけるサービス */
.web_desk_img {
  width: 100%;
  height: 70%;
}

/* 精算スケジュール */
.u-sp {
  display: none;
}

/* 1秒診断 */
    .button-v2 {
        padding-right: 50px!important;
        cursor: pointer;
    }
    .button {
      cursor: pointer;
    }
}

    /*１秒診断 */
    .column__item .box_wrapper .box_inner .base_form .drop_wrapper .custom_select select {
        width: 100%;
        background: url(.//../img/drop_icon.png) no-repeat;
        background-position: right;
        padding: 1rem 2rem;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-size: 1.3rem;
        background-position-x: 95%;
        background-color: #fff;
        border-radius: 6px;
        font-weight: bold;
        border: none;
        cursor: pointer;
    }
    .shindan_desc {
        width: 60%;
        margin: auto;
        padding-bottom: 2rem; }
        .shindan_desc p {
          font-weight: bold;
          text-align: center; }
      
      .column__item .box_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border: 2px solid #0099ff;
        border-radius: 12px;
        padding: 0 5rem; }
        .column__item .box_wrapper .box_inner {
          background-color: #f0f0f0;
          border-radius: 12px;
          width: 100%;
          padding: 3rem 0;
          margin: 5rem 0 0;
          /* ベースフォーム画面 STARTS */
          /* ベースフォーム画面 ENDS */
          /* 結果画面1　STARTS */
          /* 結果画面1　ENDS */
          /* 結果画面2　STARTS */
          /* 結果画面2　ENDS */ }
          .column__item .box_wrapper .box_inner .base_form {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%; }
          .column__item .box_wrapper .box_inner .base_form .select_info {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%; }
          .column__item .box_wrapper .box_inner .base_form .select_info .F_OneClick {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%; }
            .column__item .box_wrapper .box_inner .base_form .top_error {
              display: none;
              width: 50%;
              padding-bottom: 2rem;
              background-color: #fae3dd;
              margin-bottom: 1.5rem;
              padding: 2rem 0;
              text-align: center;
              border-radius: 5px;
              justify-content: center; }
              .column__item .box_wrapper .box_inner .base_form .top_error p {
                color: #C21818;
                font-size: 1.8rem;
                text-align: left;
                font-weight: bold;
                margin: 0;
                text-align: center; }
                .column__item .box_wrapper .box_inner .base_form .top_error p .error_img {
                  padding: 1rem;
                  background-size: 2rem;
                  margin-right: 1rem;
                  background-image: url(./../img/cmn_error_ic-01.png);
                  background-repeat: no-repeat;
                  background-position: center; }
            .column__item .box_wrapper .box_inner .base_form .drop_wrapper {
              display: flex;
              flex-direction: column;
              width: 50%;
              padding-bottom: 2rem; }
              .column__item .box_wrapper .box_inner .base_form .drop_wrapper .dropdown_title p {
                color: black;
                font-size: 2rem;
                margin: 0rem 0 1rem;
                font-weight: bold; }
              .column__item .box_wrapper .box_inner .base_form .drop_wrapper .custom_select {
                position: relative; }
                .column__item .box_wrapper .box_inner .base_form .drop_wrapper .custom_select select {
                  width: 100%;
                  background-position: right;
                  padding: 1rem 2rem;
                  -moz-appearance: none;
                  -webkit-appearance: none;
                  appearance: none;
                  background-size: 1.3rem;
                  background-position-x: 95%;
                  background-color: #fff;
                  border-radius: 6px;
                  font-weight: bold;
                  border: none;
                  cursor: pointer; }
                  .column__item .box_wrapper .box_inner .base_form .drop_wrapper .custom_select select option {
                    font-weight: bold; }
              .column__item .box_wrapper .box_inner .base_form .drop_wrapper .custom_select_error {
                border: 2px solid #C21818;
                border-radius: 10px; }
                .column__item .box_wrapper .box_inner .base_form .drop_wrapper .box_error p {
                  margin: 0 0 1rem;
                  color: #C21818;
                  font-weight: bold;
                  font-size: 1.8rem;
                  display: none; }
                  .column__item .box_wrapper .box_inner .base_form .drop_wrapper .box_error p .error_img {
                    padding: 1rem;
                    background-size: 2rem;
                    margin-right: 1rem;
                    background-image: url(./../img/cmn_error_ic-01.png);
                    background-repeat: no-repeat;
                    background-position: center; }
              .column__item .box_wrapper .box_inner .base_form .drop_wrapper .error_active {
                display: block; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap {
                  display: flex;
                  flex-direction: row;
                  width: 50%;
                  padding-top: 2rem;
                  justify-content: space-between;
              }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_reset {
                width: 40%;
                text-align: center;
                border-radius: 30px;
                background-color: #fff;
                cursor: pointer;
                transition: all .3s; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_reset p {
                  font-size: 1.8rem;
                  font-weight: bold;
                  margin: 0;
                  padding: 1rem 0; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_reset:hover {
                background-color: #0099ff;
                border: 2px solid transparent; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_reset:hover p {
                  color: #fff; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit {
                display: flex;
                position: relative;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 1rem 0;
                width: 55%;
                border-radius: 30px;
                background: transparent;
                transition: all 0.3s;
                border: 2px solid #F0F4F7;
                font-size: 1.8rem;
                font-weight: bold;
                margin: 0;
                color: #fff;
                cursor: pointer; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit p {
                  font-size: 1.8rem;
                  font-weight: bold;
                  margin: 0;
                  color: #fff;
                  position: relative;
                  z-index: 6;
                  cursor: pointer; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit span {
                  background-image: url(../img/white_arrow.png);
                  background-repeat: no-repeat;
                  background-position-y: center;
                  padding: 0.8rem 1.2rem;
                  background-size: 1.2rem;
                  margin: 0rem;
                  position: absolute;
                  padding-left: 0rem;
                  padding-right: 2rem;
                  right: 1.5rem;
                  z-index: 6; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit::after {
                content: '';
                z-index: 4;
                display: flex;
                position: absolute;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 2.5rem 0;
                width: 102%;
                border-radius: 30px;
                height: 50px;
                height: 53px;
                opacity: 1;
                transition: all .3s;
                cursor: pointer; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit:hover::after {
                opacity: 0; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit:hover {
                background: #fff;
                border: 2px solid #0099ff; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit:hover p {
                  color: #000; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit:hover span {
                  background-image: url(../img/black_arrow.png); }
            .column__item .box_wrapper .box_inner .base_form .error_active {
              display: block; }
          .column__item .box_wrapper .box_inner .result1 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%; }
            .column__item .box_wrapper .box_inner .result1 .white_box {
              background-color: #fff;
              border-radius: 10px;
              width: 60%;
              position: relative;
              padding: 6rem 0; }
              .column__item .box_wrapper .box_inner .result1 .white_box .img {
                position: absolute;
                width: 9rem;
                bottom: 0;
                left: 6rem; }
                .column__item .box_wrapper .box_inner .result1 .white_box .img img {
                  max-width: 100%; }
              .column__item .box_wrapper .box_inner .result1 .white_box .result_desc p {
                font-size: 2.5rem;
                font-weight: bold;
                text-align: center;
                margin: 0; }
            .column__item .box_wrapper .box_inner .result1 .result_btm_desc p {
              text-align: center; }
            .column__item .box_wrapper .box_inner .result1 .button_wrap {
              display: flex;
              flex-direction: row;
              width: 45%;
              padding-top: 2rem;
              justify-content: space-between;}
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset {
                display: flex;
                position: relative;
                flex-direction: row-reverse;
                justify-content: center;
                align-items: center;
                width: 40%;
                text-align: center;
                border-radius: 30px;
                border: 2px solid #0099ff;
                background-color: #fff;
                cursor: pointer;
                transition: all .3s; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset span {
                  background-image: url(../img/blue_arrow.png);
                  background-repeat: no-repeat;
                  background-position-y: center;
                  padding: 0.8rem 1.2rem;
                  background-size: 1.2rem;
                  margin: 0rem;
                  position: absolute;
                  padding-left: 0rem;
                  padding-right: 2rem;
                  left: 2rem;
                  z-index: 6; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset p {
                  font-size: 1.8rem;
                  font-weight: bold;
                  margin: 0;
                  padding: 1rem 0; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset:hover {
                background-color: #0099ff;
                border: 2px solid transparent; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset:hover span {
                  background-image: url(../img/left_white_arrow.png); }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset:hover p {
                  color: #fff; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit {
                display: flex;
                position: relative;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 1rem 0;
                width: 55%;
                border-radius: 30px;
                background: transparent;
                transition: all 0.3s;
                border: 2px solid #F0F4F7;
                cursor: pointer; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit p {
                  font-size: 1.8rem;
                  font-weight: bold;
                  margin: 0;
                  color: #fff;
                  position: relative;
                  z-index: 6;
                  cursor: pointer; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit span {
                  background-image: url(../img/white_arrow.png);
                  background-repeat: no-repeat;
                  background-position-y: center;
                  padding: 0.8rem 1.2rem;
                  background-size: 1.2rem;
                  margin: 0rem;
                  position: absolute;
                  padding-left: 0rem;
                  padding-right: 2rem;
                  right: 1.5rem;
                  z-index: 6; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit::after {
                content: '';
                z-index: 4;
                display: flex;
                position: absolute;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 2.5rem 0;
                width: 102%;
                border-radius: 30px;
                height: 50px;
                height: 52px;
                background: linear-gradient(90deg, #0ca3e6 0%, #0099ff 100%);
                opacity: 1;
                transition: all .3s;
                cursor: pointer; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit:hover::after {
                opacity: 0; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit:hover {
                background: #fff;
                border: 2px solid #0099ff; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit:hover p {
                  color: #000; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit:hover span {
                  background-image: url(../img/black_arrow.png); }
          .column__item .box_wrapper .box_inner .result2 {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            width: 100%; }
            .column__item .box_wrapper .box_inner .result2 .white_box {
              background-color: #fff;
              border-radius: 10px;
              width: 60%;
              position: relative;
              padding: 6rem 0; }
              .column__item .box_wrapper .box_inner .result2 .white_box .result_desc p {
                font-size: 2.5rem;
                font-weight: bold;
                text-align: center;
                margin: 0; }
                .column__item .box_wrapper .box_inner .result2 .white_box .result_desc p span {
                  display: none; }
            .column__item .box_wrapper .box_inner .result2 .result_btm_desc p {
              text-align: center; }
            .column__item .box_wrapper .box_inner .result2 .button_wrap {
              display: flex;
              flex-direction: row;
              width: 55%;
              padding-top: 2rem;
              justify-content: space-between;
            }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset {
                display: flex;
                position: relative;
                flex-direction: row-reverse;
                justify-content: center;
                align-items: center;
                width: 40%;
                text-align: center;
                border-radius: 30px;
                border: 2px solid #0099ff;
                background-color: #fff;
                cursor: pointer;
                transition: all .3s; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset span {
                  background-image: url(../img/blue_arrow.png);
                  background-repeat: no-repeat;
                  background-position-y: center;
                  padding: 0.8rem 1.2rem;
                  background-size: 1.2rem;
                  margin: 0rem;
                  position: absolute;
                  padding-left: 0rem;
                  padding-right: 2rem;
                  left: 2rem;
                  z-index: 6; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset p {
                  font-size: 1.8rem;
                  font-weight: bold;
                  margin: 0;
                  padding: 1rem 0; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset:hover {
                background-color: #0099ff;
                border: 2px solid transparent; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset:hover span {
                  background-image: url(../img/left_white_arrow.png); }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset:hover p {
                  color: #fff; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit {
                display: flex;
                position: relative;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 1rem 0;
                width: 55%;
                border-radius: 30px;
                background: transparent;
                transition: all 0.3s;
                border: 2px solid #F0F4F7;
                cursor: pointer; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit p {
                  font-size: 1.8rem;
                  font-weight: bold;
                  margin: 0;
                  color: #fff;
                  position: relative;
                  z-index: 6;
                  cursor: pointer; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit span {
                  background-image: url(../img/white_arrow.png);
                  background-repeat: no-repeat;
                  background-position-y: center;
                  padding: 0.8rem 1.2rem;
                  background-size: 1.2rem;
                  margin: 0rem;
                  position: absolute;
                  padding-left: 0rem;
                  padding-right: 2rem;
                  right: 1.5rem;
                  z-index: 6; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit::after {
                content: '';
                z-index: 4;
                display: flex;
                position: absolute;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 2.5rem 0;
                width: 102%;
                border-radius: 30px;
                height: 50px;
                height: 52px;
                background: linear-gradient(90deg, #0ca3e6 0%, #0099ff 100%);
                opacity: 1;
                transition: all .3s;
                cursor: pointer; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit:hover::after {
                opacity: 0; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit:hover {
                background: #fff;
                border: 2px solid #0099ff; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit:hover p {
                  color: #000; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit:hover span {
                  background-image: url(../img/black_arrow.png); }
          .column__item .box_wrapper .box_inner .no_display {
            display: none; }
        .column__item .box_wrapper .form_warndesc {
          font-size: 1.5rem; }
      
/* sp画面 */
      @media only screen and (max-width: 767.98px) {
        /* 共通ヘッダー */
    .logo-padding {
       padding-top: 0;
}
    .Header__body {
       align-items: center !important; 
}
    .header-utility {
       padding-top: 10px;
}

        /* 1秒診断 */
        .column__item .box_wrapper {
          padding: 0 1.5rem; }
          .column__item .box_wrapper .box_inner {
            margin: 1.5rem 0 0;
            padding: 2rem 0;
            /* 結果画面1　STARTS */
            /* 結果画面1　ENDS */
            /* 結果画面2　STARTS */
            /* 結果画面2　ENDS */ }
            .column__item .box_wrapper .box_inner .base_form .top_error {
              width: 90%; }
              .column__item .box_wrapper .box_inner .base_form .top_error p {
                font-size: 1.3rem; }
                .column__item .box_wrapper .box_inner .base_form .top_error p .error_img {
                  background-size: 1.5rem;
                  margin-right: .4rem; }
            .column__item .box_wrapper .box_inner .base_form .drop_wrapper {
              width: 90%; }
              .column__item .box_wrapper .box_inner .base_form .drop_wrapper .dropdown_title p {
                font-size: 1.5rem; }
              .column__item .box_wrapper .box_inner .base_form .drop_wrapper .custom_select select {
                font-size: 1.4rem; }
                .column__item .box_wrapper .box_inner .base_form .drop_wrapper .box_error p {
                  font-size: 1.3rem; }
                  .column__item .box_wrapper .box_inner .base_form .drop_wrapper .box_error p .error_img {
                    background-size: 1.5rem;
                    margin-right: .4rem; }
              .column__item .box_wrapper .box_inner .base_form .drop_wrapper .error_active {
                display: block; }
            .column__item .box_wrapper .box_inner .base_form .button_wrap {
              width: 90%;
              flex-direction: column-reverse;
              align-items: center; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_reset {
                width: 75%;
                height: 50px; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_reset p {
                  font-size: 1.5rem; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit {
                width: 75%;
                margin-bottom: 1rem; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit p {
                  font-size: 1.5rem; }
                .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit span {
                  background-size: 1rem; }
              .column__item .box_wrapper .box_inner .base_form .button_wrap .button_submit::after {
                height: 50px;
                width: 100%; }
            .column__item .box_wrapper .box_inner .result1 .white_box {
              width: 90%;
              padding: 5rem 0; }
              .column__item .box_wrapper .box_inner .result1 .white_box .img {
                width: 7rem;
                left: 1.5rem; }
              .column__item .box_wrapper .box_inner .result1 .white_box .result_desc {
                position: relative;
                left: 3.5rem; }
                .column__item .box_wrapper .box_inner .result1 .white_box .result_desc p {
                  font-size: 1.5rem; }
            .column__item .box_wrapper .box_inner .result1 .result_btm_desc {
              width: 90%; }
            .column__item .box_wrapper .box_inner .result1 .button_wrap {
              width: 90%;
              flex-direction: column-reverse;
              align-items: center; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset {
                width: 75%;
                height: 50px; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset span {
                  background-size: 1rem; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_reset p {
                  font-size: 1.3rem; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit {
                width: 75%;
                margin-bottom: 1rem; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit p {
                  font-size: 1.3rem; }
                .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit span {
                  background-size: 1rem;
                  right: 0.3rem; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit::after {
                width: 100%;
                height: 50px; }
              .column__item .box_wrapper .box_inner .result1 .button_wrap .button_submit:hover::after {
                opacity: 0; }
            .column__item .box_wrapper .box_inner .result2 .white_box {
              width: 90%;
              padding: 5rem 0; }
              .column__item .box_wrapper .box_inner .result2 .white_box .result_desc p {
                font-size: 1.5rem;
                line-height: 12px; }
                .column__item .box_wrapper .box_inner .result2 .white_box .result_desc p span {
                  display: block; }
            .column__item .box_wrapper .box_inner .result2 .result_btm_desc {
              width: 90%; }
            .column__item .box_wrapper .box_inner .result2 .button_wrap {
              width: 90%;
              flex-direction: column-reverse;
              align-items: center; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset {
                width: 75%;
                height: 50px; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset span {
                  background-size: 1rem; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_reset p {
                  font-size: 1.3rem; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit {
                width: 75%;
                margin-bottom: 1rem; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit p {
                  font-size: 1.3rem; }
                .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit span {
                  background-size: 1rem;
                  right: 0.3rem; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit::after {
                width: 100%;
                height: 50px; }
              .column__item .box_wrapper .box_inner .result2 .button_wrap .button_submit:hover::after {
                opacity: 0; }
          .column__item .box_wrapper .form_warndesc {
            padding: 3rem 0 3rem; }
            .column__item .box_wrapper .form_warndesc p {
              font-size: 1.3rem;
              width: 90%;
              margin: auto; }
        .shindan_desc {
          width: 100%; }                                                                
          .button-v2__type {
          top: 10px;
          }
                                                        
        /* キャッシュレス決済端末が選ばれる理由 */
.Main .heading2--center+* {
  margin-top: 2em;
}
.point-box__item--3col .point-box__sub+.point-box__main{
margin-top: 1.25em;
height: auto;
}
.point-box__main js-equal-height__main {
height: auto;
}
.cashless-img {
padding-top: 25%;
}
.point-box__main js-equal-height__main {
    height: auto;
}
.point-box__sub js-equal-height__sub {
    height: auto;
}
.Main .heading2--center+* {
margin-top: 2em;
}
.point-box {
margin: 2.1428em 0 0
}

[class*=point-box__item]+[class*=point-box__item] {
margin-top: 15px
}

.point-box__head {
padding: 10px 15px;
border-radius: 10px 10px 0 0;
background: #0ca3e6;
}

.point-box__body {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
border: 2px solid #ddd;
border-top: none;
border-radius: 0 0 10px 10px;
background: #fff
}

.point-box__main,.point-box__sub {
width: calc((100% - 15px)/ 2)
}

.point-box__title {
color: #fff;
font-size: 1.5rem;
font-weight: 700;
line-height: 1.4;
text-align: center
}

[class*=point-box__image] {
margin: 0;
text-align: right;
}

[class*=point-box__image] img {
width: 100%;
}

.point-box__image--basis img {
max-width: 143px;
}

.point-box__image--birthday img {
max-width: 127px
}

.point-box__image--bonus img {
max-width: 132px
}

.point-box__image--campaign img {
max-width: 133px
}

.point-box__text {
font-size: 1.5rem;
font-weight: 700;
line-height: 1.5
}

.point-box__highlight {
color: #005dbd;
font-size: 1.7rem;
line-height: 1.1;
}

.point-box__emphasis {
font-size: 2.3rem
}

.point-media {
display: flex;
flex-direction: column;
margin: 2em 0 0
}

.point-media__head {
order: 2;
margin: .8em 0 0
}

.point-media__body {
order: 1
}

.point-media__foot {
order: 3;
margin: 1.4285em 0 0
}

.point-media__body>:first-child,.point-media__foot>:first-child,.point-media__head>:first-child {
margin-top: 0!important
}

.point-media__body>:last-child,.point-media__foot>:last-child,.point-media__head>:last-child {
margin-bottom: 0!important
}
.point-box__body {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
border: 2px solid #ddd;
border-top: none;
border-radius: 0 0 10px 10px;
background: #fff;
}
.point-box__head js-equal-height__title{
height: 21px;
}
.point-box__main js-equal-height__main {
height: auto;
}

.feature-box__body {
  padding: 0 15px;
}

/* よくあるご質問 */
.faq-column__titl {
height: 21px;
}

/* 他にご利用いただけるサービス */
.tie-up-img {
padding-top: 15%;
}
.card__title {
  font-size: 14px;
}

/* 加盟店さまにご利用いただけるサービス */
.web_desk_img {
padding-top: 25%;
}
.web_desk_img_2{
 padding-top: 15%;
}

/* 事業者向けビジネスローン */
.business-img {
padding-top: 15%;
}

/* 精算スケジュール */
.u-pc {
  display: none;
}
 }

/* 導入までの流れ */
.entry-img {
  max-height: 100% !important
}

/* 精算スケジュール */
.blue {
color: #0099ff;
}

/* キャッシュレスが選ばれる理由 */
.column {
  margin-top: 0px;
}
.feature-column {
  padding-top: 0;
}
.feature-card-img {
  height: 200px;
}

/* グループ会社のサービス */
.group-p {
  margin-bottom: 1% !important;
}
