@charset "UTF-8";
.div-price {
  padding-top: 100px; }
  @media only screen and (max-width: 1024px) {
    .div-price {
      padding-top: 30px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price {
      padding-top: 20px; } }

  .div-price .icon-r {
    position: relative;
    display: inline-block;
    margin-left: 20px; }
    .div-price .icon-r:before {
      content: "";
      width: 12px;
      height: 12px;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      transform: rotate(-45deg);
      display: block; }
  .div-price .icon-ctr {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin-left: 15px;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .div-price .icon-ctr {
        width: 18px;
        height: 18px; } }
    .div-price .icon-ctr:before {
      content: "";
      border-style: solid;
      border-color: transparent transparent transparent #44B610;
      border-width: 5px 6px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -3px;
      margin-top: -5px; }
      @media only screen and (max-width: 767px) {
        .div-price .icon-ctr:before {
          border-width: 3px 4px;
          margin-left: -2px;
          margin-top: -3px; } }
  .div-price_btn {
    padding: 20px 5%;
    max-width: 480px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .div-price_btn {
        padding: 15px 10px 5px; } }
    .div-price_btn a {
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #db0012;
      color: #fff;
      font-size: 18px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .div-price_btn a {
          font-size: 14px;
          height: 60px; } }
      .div-price_btn a:hover {
        text-decoration: none; }
      .div-price_btn a:after {
        content: "";
        box-sizing: border-box;
        border: 1px solid #fff;
        position: absolute;
        left: 5px;
        top: 5px;
        width: calc(100% - 10px);
        height: calc(100% - 10px); }
  .div-price section {
    padding-bottom: 150px; }
    @media only screen and (max-width: 767px) {
      .div-price section {
        padding-bottom: 50px; } }
  .div-price .div-message {
    text-align: center;
    font-weight: 700;
    color: #db0012;
    padding: 80px 0; }
    @media only screen and (max-width: 767px) {
      .div-price .div-message {
        padding: 60px 0 30px; } }
    .div-price .div-message p span {
      font-size: 32px;
      display: inline-block;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .div-price .div-message p span {
          font-size: 24px; } }
      .div-price .div-message p span:before {
        content: "「";
        font-size: 50px;
        line-height: 1;
        position: absolute;
        left: -1em;
        top: 0;
        font-weight: 400; }
        @media only screen and (max-width: 1024px) {
          .div-price .div-message p span:before {
            font-size: 40px; } }
      .div-price .div-message p span:after {
        content: "」";
        font-size: 50px;
        line-height: 1;
        position: absolute;
        right: -1em;
        bottom: 0;
        font-weight: 400; }
        @media only screen and (max-width: 1024px) {
          .div-price .div-message p span:after {
            font-size: 40px; } }
  .div-price .div-course {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .div-price .div-campaign {
    max-width: 1000px;
    margin: 0 auto 50px;
    border: 10px solid #db0012;
    background: url("/commons/img/gym/logomark.svg") no-repeat 100% 0%;
    background-size: 160px auto;
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .div-price .div-campaign {
        margin: 0 40px 30px;
        border-width: 5px;
        padding: 20px 15px 10px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-campaign {
      margin: 0 10px 15px;
      padding: 15px 15px 5px; } }

    .div-price .div-campaign_ttl {
      font-size: 60px;
      line-height: 1;
      color: #db0012;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 700;
      border-bottom: 3px solid #db0012;
      margin-bottom: 20px; }
      @media only screen and (max-width: 1024px) {
        .div-price .div-campaign_ttl {
          flex-wrap: wrap;
          font-size: 30px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-campaign_ttl {
      font-size: 20px;
      align-items: baseline;
      padding-bottom: 5px;
      margin-bottom: 5px; } }

      .div-price .div-campaign_ttl span {
        background: #db0012;
        color: #fff;
        font-size: 24px;
        padding: 10px 20px;
        margin-right: 5px; }
        @media only screen and (max-width: 1024px) {
          .div-price .div-campaign_ttl span {
            font-size: 14px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-campaign_ttl span {
      font-size: 12px;
      padding: 5px 10px; } }

      .div-price .div-campaign_ttl b {
        font-size: 100px;
        line-height: 1;
        display: inline-block; }
        @media only screen and (max-width: 1024px) {
          .div-price .div-campaign_ttl b {
            font-size: 50px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-campaign_ttl b {
      font-size: 36px; } }

    .div-price .div-campaign p {
      line-height: 1; }
      .div-price .div-campaign p small {
        font-size: 16px; }
        @media only screen and (max-width: 1024px) {
          .div-price .div-campaign p small {
            font-size: 12px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-campaign p small {
      font-size: 9px; } }

      .div-price .div-campaign p span {
        font-size: 28px;
        position: relative; }
        @media only screen and (max-width: 1024px) {
          .div-price .div-campaign p span {
            font-size: 20px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-campaign p span {
      font-size: 14px;
      bottom: -8px; } }

        .div-price .div-campaign p span b {
          color: #db0012; }
        .div-price .div-campaign p span:before {
          content: "＼";
          color: #db0012;
          display: inline-block; }
        .div-price .div-campaign p span:after {
          content: "／";
          color: #db0012;
          display: inline-block; }
  .div-price .div-catch {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto 100px; }
    @media only screen and (max-width: 1024px) {
      .div-price .div-catch {
        margin: 0 10px 50px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-catch {
      flex-direction: column; } }

    .div-price .div-catch_fig {
      width: 70%;
      height: 80vh;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .div-price .div-catch_fig {
          max-height: 400px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-catch_fig {
      width: 100%;
      max-height: 375px; } }

      .div-price .div-catch_fig span {
        border: 1px solid rgba(219, 0, 18, 0.5);
        position: absolute;
        width: calc( 100% - 30px);
        height: calc( 100% - 30px);
        left: 15px;
        top: 15px; }
        @media only screen and (max-width: 767px) {
          .div-price .div-catch_fig span {
            width: calc( 100% - 14px);
            height: calc( 100% - 14px);
            left: 7px;
            top: 7px; } }
      .div-price .div-catch_fig:before, .div-price .div-catch_fig:after {
        content: "";
        width: 100px;
        height: 100px;
        background: url("/commons/img/gym/dot.png") no-repeat 50% 50%;
        background-size: 100% 100%;
        position: absolute; }
        @media only screen and (max-width: 767px) {
          .div-price .div-catch_fig:before, .div-price .div-catch_fig:after {
            width: 60px;
            height: 60px; } }
      .div-price .div-catch_fig:before {
        right: 30px;
        top: 30px; }
        @media only screen and (max-width: 767px) {
          .div-price .div-catch_fig:before {
            right: 15px;
            top: 15px; } }
      .div-price .div-catch_fig:after {
        left: 30px;
        bottom: 30px;
        transform: scale(-1, -1); }
        @media only screen and (max-width: 767px) {
          .div-price .div-catch_fig:after {
            left: 15px;
            bottom: 15px; } }
    .div-price .div-catch p {
      width: 50%;
      background: rgba(219, 0, 18, 0.9);
      font-size: 36px;
      font-weight: 700;
      color: #fff;
      margin-left: -20%;
      padding: 40px;
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 1024px) {
        .div-price .div-catch p {
          width: 55%;
          font-size: 20px;
          padding: 30px;
          margin-left: -15%; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-catch p {
      width: 100%;
      background: none;
      color: #db0012;
      text-align: center;
      padding: 0; }
      .div-price .div-catch p:before {
        content: "";
        width: 1px;
        height: 60px;
        background: #db0012;
        margin: 0 auto 10px;
        display: block; } }

      .div-price .div-catch p mark {
        font-size: 48px;
        color: #fff;
        border-bottom: 2px solid #fff;
        background: none; }
        @media only screen and (max-width: 1024px) {
          .div-price .div-catch p mark {
            font-size: 30px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .div-catch p mark {
      border-color: #db0012;
      color: #db0012; } }

  .div-price .section-reason {
    background: #fdefef;
    padding: 80px 0; }
    @media only screen and (max-width: 1024px) {
      .div-price .section-reason {
        padding: 50px 15px 20px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .section-reason {
      padding: 30px 15px 15px; } }

    .div-price .section-reason_ttl {
      text-align: center;
      font-size: 36px;
      font-weight: 700;
      color: #db0012;
      border: none;
      margin-bottom: 80px; }
      @media only screen and (max-width: 1024px) {
        .div-price .section-reason_ttl {
          font-size: 28px;
          margin-bottom: 40px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .section-reason_ttl {
      margin-bottom: 20px;
      line-height: 1.6; } }

      .div-price .section-reason_ttl b {
        border-bottom: 3px solid #db0012; }
        @media only screen and (max-width: 767px) {
          .div-price .section-reason_ttl b {
            border-width: 1px; } }
      .div-price .section-reason_ttl:after {
        display: none; }
  .div-price .section-compensation {
    max-width: 1200px;
    margin: 0 auto 50px;
    padding-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .div-price .section-compensation {
        margin-bottom: 20px; } }
    .div-price .section-compensation_ttl {
      font-size: 40px;
      color: #db0012;
      border-top: none;
      border-bottom: 3px solid #db0012;
      padding: 0 0 20px;
      text-align: center;
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        .div-price .section-compensation_ttl {
          font-size: 20px; } }
    .div-price .section-compensation_txt {
      padding: 10px 0 0; }
    .div-price .section-compensation_btn {
      padding: 20px 5%;
      max-width: 480px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .div-price .section-compensation_btn {
          padding: 15px 0 5px; } }
      .div-price .section-compensation_btn a {
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #db0012;
        color: #fff;
        font-size: 18px;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .div-price .section-compensation_btn a {
            font-size: 14px;
            height: 60px; } }
        .div-price .section-compensation_btn a:hover {
          text-decoration: none; }
        .div-price .section-compensation_btn a:after {
          content: "";
          box-sizing: border-box;
          border: 1px solid #fff;
          position: absolute;
          left: 5px;
          top: 5px;
          width: calc(100% - 10px);
          height: calc(100% - 10px); }
    .div-price .section-compensation_wrap {
      background: #fff;
      border: 40px solid #BFC2BF;
      padding: 40px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .div-price .section-compensation_wrap {
          padding: 20px;
          border-width: 15px; } }
      .div-price .section-compensation_wrap:before, .div-price .section-compensation_wrap:after {
        content: "";
        width: 100px;
        height: 100px;
        background: url("/commons/img/gym/dot.png") no-repeat 50% 50%;
        background-size: 100% 100%;
        position: absolute;
        opacity: 0.5; }
        @media only screen and (max-width: 767px) {
          .div-price .section-compensation_wrap:before, .div-price .section-compensation_wrap:after {
            width: 50px;
            height: 50px; } }
      .div-price .section-compensation_wrap:before {
        right: 10px;
        bottom: 10px;
        transform: scale(1, -1); }
      .div-price .section-compensation_wrap:after {
        left: 10px;
        top: 10px;
        transform: scale(-1, 1); }
  .div-price .section-payment {
    max-width: 600px;
    margin: 0 auto 100px;
    padding: 0;
    border: 3px solid #db0012; }
    @media only screen and (max-width: 1024px) {
      .div-price .section-payment {
        max-width: 400px;
        margin-bottom: 50px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .section-payment {
      border-width: 2px;
      margin: 0 15px 30px; } }

    .div-price .section-payment_ttl {
      border: none;
      font-weight: 700;
      font-size: 24px;
      background: rgba(219, 0, 18, 0.2);
      text-align: center;
      padding: 10px;
      color: #db0012; }
      @media only screen and (max-width: 1024px) {
        .div-price .section-payment_ttl {
          font-size: 20px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .section-payment_ttl {
      font-size: 16px; } }

    .div-price .section-payment_inner {
      padding: 20px 40px;
      font-size: 18px; }
      @media only screen and (max-width: 1024px) {
        .div-price .section-payment_inner {
          font-size: 16px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .section-payment_inner {
      font-size: 14px;
      padding: 10px 10px 10px 35px; } }

      .div-price .section-payment_inner ul {
        padding: 0;
        margin: 0; }
  .div-price .section-service {
    max-width: 800px;
    margin: 0 auto 100px;
    padding: 30px 50px;
    background: rgba(219, 0, 18, 0.3); }
    @media only screen and (max-width: 1024px) {
      .div-price .section-service {
        margin-bottom: 50px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .section-service {
      padding: 30px 15px;
      margin-bottom: 30px; } }

    .div-price .section-service_header {
      display: flex;
      justify-content: center;
      margin-bottom: -56px; }
      @media only screen and (max-width: 1024px) {
        .div-price .section-service_header {
          margin-bottom: -40px; } }
      .div-price .section-service_header-ttl {
        border: none;
        font-weight: 700;
        font-size: 24px;
        background: #db0012;
        text-align: center;
        padding: 10px;
        color: #fff; }
        @media only screen and (max-width: 1024px) {
          .div-price .section-service_header-ttl {
            font-size: 18px; } }
    .div-price .section-service_inner {
      border: 6px solid #db0012;
      padding: 50px 60px 30px;
      font-size: 22px;
      background: #fff; }
      @media only screen and (max-width: 1024px) {
        .div-price .section-service_inner {
          font-size: 18px;
          border-width: 3px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .section-service_inner {
      padding: 45px 20px 20px 40px;
      font-size: 16px; } }

      .div-price .section-service_inner ol {
        padding: 0;
        margin: 0;
        color: #db0012; }
        .div-price .section-service_inner ol b {
          font-weight: 400;
          color: #000; }
  .div-price .article-reason {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1200px;
    margin: 0 auto 100px; }
    @media only screen and (max-width: 1024px) {
      .div-price .article-reason {
        flex-wrap: wrap;
        margin-bottom: 50px; } }
    .div-price .article-reason:nth-of-type(2n) {
      flex-direction: row-reverse; }
      .div-price .article-reason:nth-of-type(2n) .article-reason_inner {
        margin-left: 0;
        margin-right: -5%; }
        @media only screen and (max-width: 1024px) {
          .div-price .article-reason:nth-of-type(2n) .article-reason_inner {
            margin-right: 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .article-reason:nth-of-type(2n) .article-reason_inner {
      margin-right: auto;
      margin-left: auto; } }

    .div-price .article-reason_fig {
      width: 60%;
      flex-shrink: 0; }
      @media only screen and (max-width: 1024px) {
        .div-price .article-reason_fig {
          width: 100%;
          margin-bottom: -30px; } }
    .div-price .article-reason_inner {
      width: 100%;
      padding: 20px 40px;
      background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      margin-left: -5%;
      position: relative; }
      @media only screen and (max-width: 1024px) {
        .div-price .article-reason_inner {
          width: 80%;
          margin: -30px 0 0 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .article-reason_inner {
      width: 95%;
      margin: -15px auto 0 auto;
      padding: 15px; } }

      .div-price .article-reason_inner:before, .div-price .article-reason_inner:after {
        content: "";
        width: 100px;
        height: 100px;
        background: url("/commons/img/gym/dot.png") no-repeat 50% 50%;
        background-size: 100% 100%;
        position: absolute; }
        @media only screen and (max-width: 1024px) {
          .div-price .article-reason_inner:before, .div-price .article-reason_inner:after {
            width: 60px;
            height: 60px; } }
        @media only screen and (max-width: 767px) {
          .div-price .article-reason_inner:before, .div-price .article-reason_inner:after {
            width: 40px;
            height: 40px; } }
      .div-price .article-reason_inner:before {
        right: -10px;
        top: -10px; }
        @media only screen and (max-width: 767px) {
          .div-price .article-reason_inner:before {
            right: -5px;
            top: -5px; } }
      .div-price .article-reason_inner:after {
        left: -10px;
        bottom: -10px;
        transform: scale(-1, -1); }
        @media only screen and (max-width: 767px) {
          .div-price .article-reason_inner:after {
            left: -5px;
            bottom: -5px; } }
      .div-price .article-reason_inner h3 {
        font-size: 24px;
        font-weight: 700;
        color: #db0012;
        border: none;
        margin: 0;
        padding: 20px 0 15px; }
        .div-price .article-reason_inner h3:after {
          display: none; }
        @media only screen and (max-width: 1024px) {
          .div-price .article-reason_inner h3 {
            font-size: 20px; } }
      .div-price .article-reason_inner p {
        font-size: 16px; }
  .div-price .article-course {
    width: 50%;
    padding: 20px 2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media only screen and (max-width: 1024px) {
      .div-price .article-course {
        width: 90%;
        margin: 0 auto; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .div-price .article-course {
      width: 95%; } }

    .div-price .article-course_header {
      text-align: center;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%; }
      @media only screen and (max-width: 1024px) {
        .div-price .article-course_header {
          flex-direction: column; } }
      .div-price .article-course_header-fig {
        width: 120px;
        position: absolute;
        left: 50%;
        margin-left: -220px;
        top: 50%;
        margin-top: -60px; }
        @media only screen and (max-width: 1024px) {
          .div-price .article-course_header-fig {
            max-width: 120px;
            margin: 0 auto;
            position: static; } }
      .div-price .article-course_header-ttl {
        font-size: 28px;
        color: #db0012;
        line-height: 1.1;
        border: none;
        margin: 0 0 1.2em;
        padding-top: 1.5em; }
        @media only screen and (max-width: 1024px) {
          .div-price .article-course_header-ttl {
            padding-top: 10px; } }
        .div-price .article-course_header-ttl:after {
          display: none; }
        .div-price .article-course_header-ttl b {
          font-size: 34px; }
      .div-price .article-course_header span {
        font-size: 12px;
        display: block;
        font-weight: 400;
        color: #000; }
    .div-price .article-course_inner mark {
      background: #db0012;
      display: block;
      text-align: center;
      color: #fff;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .div-price .article-course_inner mark {
          font-size: 16px; } }
    .div-price .article-course_inner dl {
      display: flex;
      justify-content: space-between;
      position: relative; }
      .div-price .article-course_inner dl:nth-of-type(1) {
        border: 3px solid #db0012;
        height: 72px; }
        @media only screen and (max-width: 767px) {
          .div-price .article-course_inner dl:nth-of-type(1) {
            height: 60px; } }
        .div-price .article-course_inner dl:nth-of-type(1) dd {
          width: 100%;
          padding: 0 20px;
          margin: auto 0; }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl:nth-of-type(1) dd {
              padding: 0 10px; } }
        .div-price .article-course_inner dl:nth-of-type(1) dt {
          width: 30%;
          height: 100%;
          padding: 20px; }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl:nth-of-type(1) dt {
              width: 20%;
              padding: 0 10px;
              display: flex;
              align-items: center;
              justify-content: center; } }
      .div-price .article-course_inner dl > div {
        width: 100%;
        border: 3px solid #db0012;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 190px; }
        @media only screen and (max-width: 1024px) {
          .div-price .article-course_inner dl > div {
            height: auto; } }
        .div-price .article-course_inner dl > div:nth-of-type(2):after {
          content: "+";
          width: 40px;
          height: 40px;
          background: #db0012;
          border-radius: 50%;
          position: absolute;
          font-size: 36px;
          line-height: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          flex-shrink: 0;
          right: 50%;
          top: 50%;
          margin-right: -20px;
          margin-top: -20px; }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl > div:nth-of-type(2):after {
              width: 30px;
              height: 30px;
              font-size: 24px;
              margin-right: -15px;
              margin-top: -15px; } }
      .div-price .article-course_inner dl dt {
        font-size: 20px;
        background: rgba(219, 0, 18, 0.2);
        text-align: center;
        border: none;
        padding: 10px;
        color: #db0012; }
        @media only screen and (max-width: 767px) {
          .div-price .article-course_inner dl dt {
            font-size: 16px; } }
      .div-price .article-course_inner dl dd {
        font-size: 20px;
        border: none;
        text-align: center;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        color: #db0012; }
        @media only screen and (max-width: 767px) {
          .div-price .article-course_inner dl dd {
            font-size: 14px; } }
        .div-price .article-course_inner dl dd .div-arrow {
          width: 46px;
          height: 30px;
          background: #db0012;
          color: #fff;
          font-weight: 700;
          font-size: 12px;
          line-height: 30px;
          position: relative;
          text-align: center;
          margin-right: 20px; }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl dd .div-arrow {
              font-size: 10px;
              line-height: 16px;
              width: auto;
              padding: 0 1px 0 3px;
              height: 16px; } }
          .div-price .article-course_inner dl dd .div-arrow:after {
            content: "";
            border-width: 20px;
            border-style: solid;
            border-color: transparent transparent transparent #db0012;
            position: absolute;
            right: -38px;
            top: 50%;
            margin-top: -20px; }
            @media only screen and (max-width: 767px) {
              .div-price .article-course_inner dl dd .div-arrow:after {
                border-width: 12px;
                right: -23px;
                margin-top: -12px; } }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl dd .div-arrow.down {
              width: 12px;
              height: auto;
              padding: 3px 0 1px;
              line-height: 1;
              margin: 0 auto 8px auto;
              display: block; }
              .div-price .article-course_inner dl dd .div-arrow.down + .price {
                width: 100%; }
              .div-price .article-course_inner dl dd .div-arrow.down:after {
                border-color: #db0012 transparent transparent transparent;
                right: 50%;
                top: auto;
                bottom: -23px;
                margin-top: 0;
                margin-right: -12px; } }
        .div-price .article-course_inner dl dd .price {
          display: flex;
          justify-content: center;
          align-items: baseline; }
        .div-price .article-course_inner dl dd u {
          text-decoration: line-through;
          color: #666;
          width: 100%; }
        .div-price .article-course_inner dl dd b {
          font-size: 32px;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl dd b {
              font-size: 20px; } }
        .div-price .article-course_inner dl dd strong {
          font-size: 40px;
          font-weight: 400; }
        .div-price .article-course_inner dl dd span {
          font-size: 12px; }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl dd span {
              font-size: 10px; } }
        .div-price .article-course_inner dl dd small {
          font-size: 10px;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .div-price .article-course_inner dl dd small {
              font-size: 9px; } }

		.div-price .section-gym_btn {
 			max-width: 1200px;
  			margin: 0 auto 60px;
  			padding: 0 5%; }
  			@media only screen and (max-width: 767px) {
    	.div-price .section-gym_btn {
     		 padding: 0;
      		margin-bottom: 30px; } }
  		.div-price .section-gym_btn a {
    		height: 100px;
    		display: flex;
    		background-color: #44B610;
            background: linear-gradient(180deg, #44B610 0%, #006F35 100%);
   			 color: #fff;
    		font-size: 20px;
   			letter-spacing: 2px;
    		text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    		font-weight: 700;
    		justify-content: center;
    		border-radius: 10px;
    		align-items: center; }
    	@media only screen and (max-width: 767px) {
      .div-price .section-gym_btn a {
        	letter-spacing: 0;
        	text-align: center; } }
    .div-price .section-gym_btn a:hover {
      		text-decoration: none;
            background: linear-gradient(0deg, #44B610 0%, #006F35 100%); }
    .div-price .section-gym_btn a i {
            flex-shrink: 0;
            margin-right: 10px; }
