@charset "UTF-8";

.section-gym .icon-r {
  position: relative;
  display: inline-block;
  margin-left: 20px; }
  .section-gym .icon-r:before {
    content: "";
    width: 12px;
    height: 12px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    display: block; }
.section-gym .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) {
    .section-gym .icon-ctr {
      width: 18px;
      height: 18px; } }
  .section-gym .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) {
      .section-gym .icon-ctr:before {
        border-width: 3px 4px;
        margin-left: -2px;
        margin-top: -3px; } }
.section-gym_bnr {
  padding: 0 5%; }
  @media only screen and (max-width: 767px) {
    .section-gym_bnr {
      padding: 0; } }
  .section-gym_bnr ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0; }
    .section-gym_bnr ul li {
      width: 48%;
      list-style: none !important;
      margin-left: 0 !important; }
      @media only screen and (max-width: 767px) {
        .section-gym_bnr ul li {
          width: 100%; } }
.section-gym_nav {
  padding-bottom: 150px; }
  @media only screen and (max-width: 767px) {
    .section-gym_nav {
      padding-bottom: 50px; } }
  .section-gym_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .section-gym_nav ul {
        padding-left: 0; } }
    .section-gym_nav ul li {
      margin-bottom: 25px;
      width: 30%;
      list-style: none !important;
      margin-left: 0 !important; }
      @media only screen and (max-width: 767px) {
        .section-gym_nav ul li {
          width: 100%;
          margin-bottom: 15px; } }
      .section-gym_nav ul li a {
        background: #db0012 !important;
        color: #fff !important;
        border-radius: 5px;
        display: block;
        padding: 15px;
        text-align: center; }
        .section-gym_nav ul li a:hover {
          text-decoration: none !important;
          opacity: 0.8; }
      .section-gym_nav ul li:nth-last-of-type(1) {
        margin: 0 auto !important; }
        .section-gym_nav ul li:nth-last-of-type(1) a {
          background: #ffc107 !important; }
.section-gym_btn {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 5%; }
  @media only screen and (max-width: 767px) {
    .section-gym_btn {
      padding: 0;
      margin-bottom: 30px; } }
  .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) {
      .section-gym_btn a {
        letter-spacing: 0;
        text-align: center; } }
    .section-gym_btn a:hover {
      text-decoration: none;
      background: linear-gradient(0deg, #44B610 0%, #006F35 100%); }
    .section-gym_btn a i {
      flex-shrink: 0;
      margin-right: 10px; }
.section-gym_header {
  max-width: 1200px;
  margin: 0 auto 30px;
  background: #db0012; }
  .section-gym_header-p {
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 10px;
    background: rgba(219, 0, 18, 0.8); }
    @media only screen and (max-width: 767px) {
      .section-gym_header-p {
        font-size: 12px; } }
  .section-gym_header-photo {
    background-position: 50% 20%;
    background-size: cover;
    background-repeat: no-repeat; }
  .section-gym_header-name {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 3px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    margin: 0;
    border: none;
    padding: 35px 0; }
    .section-gym_header-name small {
      font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .section-gym_header-name {
        font-size: 20px;
        padding: 18px 0; }
        .section-gym_header-name small {
          font-size: 12px; } }
  .section-gym_header-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 40px; }
    @media only screen and (max-width: 1024px) {
      .section-gym_header-inner {
        padding: 25px;
        align-items: flex-start; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym_header-inner {
      padding-bottom: 35px; } }

    .section-gym_header-inner:after {
      content: "";
      background: url("/commons/img/gym/logomark.svg") no-repeat;
      width: 250px;
      height: 300px;
      background-size: 250px auto;
      position: absolute;
      right: 0;
      top: 0;
      z-index: -1;
      opacity: 0.15; }
      @media only screen and (max-width: 767px) {
        .section-gym_header-inner:after {
          background-size: 125px auto;
          width: 125px; } }
  .section-gym_header-fig {
    width: 55%;
    flex-shrink: 0;
    position: relative;
    margin: auto 0; }
    @media only screen and (max-width: 1024px) {
      .section-gym_header-fig {
        width: 50%;
        margin: 0;
        height: 100%;
        display: flex; }
        .section-gym_header-fig span {
          background: url("/commons/img/gym/fig_gym.jpg") no-repeat 50% 50%;
          background-size: cover;
          padding: 100% 0 0;
          width: 100%; }
        .section-gym_header-fig img {
          display: none; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym_header-fig {
      width: 55%;
      padding-top: 100px; }
      .section-gym_header-fig span {
        background: url("/commons/img/gym/fig_gym-sp.jpg") no-repeat 50% 50%;
        background-size: cover;
        padding: 100% 0; } }

    .section-gym_header-fig:before, .section-gym_header-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: 1024px) {
        .section-gym_header-fig:before, .section-gym_header-fig:after {
          width: 70px;
          height: 70px; } }
      @media only screen and (max-width: 767px) {
        .section-gym_header-fig:before, .section-gym_header-fig:after {
          width: 40px;
          height: 40px; } }
    .section-gym_header-fig:before {
      right: 10px;
      top: 10px; }
      @media only screen and (max-width: 767px) {
        .section-gym_header-fig:before {
          right: 5px;
          top: 5px; } }
    .section-gym_header-fig:after {
      left: 10px;
      bottom: 10px;
      transform: scale(-1, -1); }
      @media only screen and (max-width: 767px) {
        .section-gym_header-fig:after {
          left: 5px;
          bottom: 5px; } }
  .section-gym_header-info {
    width: 100%;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .section-gym_header-info {
        padding-top: 100px; } }
    @media only screen and (max-width: 1024px) {
      .section-gym_header-info ul {
        padding-left: 20px;
        margin: 0; } }
    .section-gym_header-info ul li {
      list-style: none !important;
      border-bottom: 1px solid #fff;
      margin: 0 !important;
      padding: 15px 0; }
      @media only screen and (max-width: 767px) {
        .section-gym_header-info ul li:nth-of-type(2) {
          border-top: 1px solid #fff;
          padding-top: 15px; } }
      .section-gym_header-info ul li:nth-of-type(1) {
        padding-top: 0; }
        @media only screen and (max-width: 767px) {
          .section-gym_header-info ul li:nth-of-type(1) {
            position: absolute;
            left: 20px;
            top: 20px;
            border: none; }
            .section-gym_header-info ul li:nth-of-type(1) p {
              display: flex;
              align-items: flex-end; } }
        .section-gym_header-info ul li:nth-of-type(1) small {
          font-size: 18px;
          letter-spacing: 6px; }
          @media only screen and (max-width: 1024px) {
            .section-gym_header-info ul li:nth-of-type(1) small {
              font-size: 12px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym_header-info ul li:nth-of-type(1) small {
      font-size: 10px;
      letter-spacing: 3px;
      width: 45px;
      position: absolute;
      left: 240px;
      bottom: 20px; } }

      .section-gym_header-info ul li:nth-of-type(3) {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: none; }
        @media only screen and (max-width: 767px) {
          .section-gym_header-info ul li:nth-of-type(3) {
            width: 100%;
            align-items: flex-start;
            flex-direction: column; }
            .section-gym_header-info ul li:nth-of-type(3) small {
              position: absolute;
              left: 20px;
              bottom: 20px; } }
        .section-gym_header-info ul li:nth-of-type(3) p {
          line-height: 1.6; }
      .section-gym_header-info ul li .googlemap {
        width: 160px;
        height: 160px;
        background: #fff;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
        color: #000;
        z-index: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        @media only screen and (max-width: 1024px) {
          .section-gym_header-info ul li .googlemap {
            width: 120px;
            height: 120px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym_header-info ul li .googlemap {
      margin: 5px auto 0;
      width: 130px;
      height: 130px; } }

        .section-gym_header-info ul li .googlemap:after {
          content: "";
          width: 150px;
          height: 150px;
          position: absolute;
          left: 5px;
          top: 5px;
          box-sizing: border-box;
          border: 1px solid #db0012;
          z-index: -1;
          border-radius: 50%; }
          @media only screen and (max-width: 1024px) {
            .section-gym_header-info ul li .googlemap:after {
              width: 110px;
              height: 110px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym_header-info ul li .googlemap:after {
      width: 120px;
      height: 120px; } }

        .section-gym_header-info ul li .googlemap_num {
          position: relative;
          font-size: 36px;
          line-height: 50px;
          letter-spacing: 0; }
          @media only screen and (max-width: 1024px) {
            .section-gym_header-info ul li .googlemap_num {
              line-height: 36px; } }
          .section-gym_header-info ul li .googlemap_num b {
            font-size: 50px;
            font-weight: 400;
            display: inline-block; }
          .section-gym_header-info ul li .googlemap_num sup {
            font-size: 10px;
            position: absolute;
            right: 0;
            top: .5em; }
          @media only screen and (max-width: 1024px) {
            .section-gym_header-info ul li .googlemap_num {
              font-size: 20px; }
              .section-gym_header-info ul li .googlemap_num b {
                font-size: 30px; } }
        .section-gym_header-info ul li .googlemap p {
          font-weight: 700;
          line-height: 1.2;
          font-size: 16px;
          text-align: center;
          margin-bottom: 2px; }
          @media only screen and (max-width: 1024px) {
            .section-gym_header-info ul li .googlemap p {
              font-size: 12px; } }
      .section-gym_header-info ul li p {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 0; }
        .section-gym_header-info ul li p sup {
          font-size: 10px; }
        .section-gym_header-info ul li p small {
          font-size: 10px;
          display: inline-block; }
        .section-gym_header-info ul li p span {
          font-size: 28px; }
        .section-gym_header-info ul li p b {
          font-size: 40px;
          font-weight: 400; }
        .section-gym_header-info ul li p strong {
          font-size: 48px;
          font-weight: 400; }
        @media only screen and (max-width: 1024px) {
          .section-gym_header-info ul li p {
            font-size: 16px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym_header-info ul li p small {
      position: absolute;
      right: 28px; } }
        @media only screen and (max-width: 1024px) {
            .section-gym_header-info ul li p span {
              font-size: 20px; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .section-gym_header-info ul li p span {
        font-size: 24px; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym_header-info ul li p b {
      font-size: 32px; } }
        @media only screen and (max-width: 1024px) {
            .section-gym_header-info ul li p strong {
              font-size: 30px; } }
    @media only screen and (max-width: 1024px) and (max-width: 767px) {
      .section-gym_header-info ul li p strong {
        font-size: 40px; } }

.section-gym section {
  margin-bottom: 150px; }
  @media only screen and (max-width: 767px) {
    .section-gym section {
      margin-bottom: 50px; } }
.section-gym .section-reason_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.section-gym .section-price_catch {
  text-align: center;
  font-size: 24px;
  font-weight: 700; }
  .section-gym .section-price_catch p {
    line-height: 1.3; }
  .section-gym .section-price_catch strong {
    font-size: 36px;
    color: #db0012; }
  .section-gym .section-price_catch small {
    font-size: 10px;
    font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .section-gym .section-price_catch {
      font-size: 17px; }
      .section-gym .section-price_catch strong {
        font-size: 28px; } }
.section-gym .section-price_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .section-gym .section-price_inner {
      margin-bottom: 30px; } }
@media only screen and (max-width: 767px) {
  .section-gym .section-comparison_txt {
    overflow-x: auto; }
    .section-gym .section-comparison_txt:before {
      content: "▼横にスクロールして下さい";
      font-size: 10px;
      display: block; } }
@media only screen and (max-width: 767px) {
  .section-gym .section-comparison table {
    width: 200%; } }
.section-gym .section-comparison table tr:nth-of-type(2n+1) {
  background: rgba(238, 238, 238, 0.5); }
.section-gym .section-compensation {
  max-width: 1200px;
  margin: 0 auto 100px; }
  @media only screen and (max-width: 767px) {
    .section-gym .section-compensation {
      margin-bottom: 50px; } }
  .section-gym .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) {
      .section-gym .section-compensation_ttl {
        font-size: 20px; } }
  .section-gym .section-compensation_txt {
    padding: 10px 0 0; }
  .section-gym .section-compensation_btn {
    padding: 20px 5%;
    max-width: 480px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-gym .section-compensation_btn {
        padding: 15px 0 5px; } }
    .section-gym .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) {
        .section-gym .section-compensation_btn a {
          font-size: 14px;
          height: 60px; } }
      .section-gym .section-compensation_btn a:hover {
        text-decoration: none; }
      .section-gym .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); }
  .section-gym .section-compensation_wrap {
    background: #fff;
    border: 40px solid #BFC2BF;
    padding: 40px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .section-gym .section-compensation_wrap {
        padding: 20px;
        border-width: 15px; } }
    .section-gym .section-compensation_wrap:before, .section-gym .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) {
        .section-gym .section-compensation_wrap:before, .section-gym .section-compensation_wrap:after {
          width: 50px;
          height: 50px; } }
    .section-gym .section-compensation_wrap:before {
      right: 10px;
      bottom: 10px;
      transform: scale(1, -1); }
    .section-gym .section-compensation_wrap:after {
      left: 10px;
      top: 10px;
      transform: scale(-1, 1); }
.section-gym .section-outline_dl div {
  font-size: 14px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  padding: 20px; }
  @media only screen and (max-width: 767px) {
    .section-gym .section-outline_dl div {
      padding: 15px 0; } }
  .section-gym .section-outline_dl div dt {
    width: 20%;
    border: none;
    flex-shrink: 0;
    margin: 0; }
  .section-gym .section-outline_dl div dd {
    width: 100%;
    border: none;
    margin: 0; }
.section-gym .section-gallery .gallery img {
  border: none !important; }
.section-gym .article-trainer {
  border: 5px solid #db0012;
  max-width: 1000px;
  margin: 0 auto 15px;
  padding: 40px;
  background: url("/commons/img/gym/logomark.svg") no-repeat 100% 0%;
  background-size: 250px auto;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .section-gym .article-trainer {
      flex-direction: column;
      border-width: 4px;
      padding: 40px 20px; } }
  .section-gym .article-trainer_fig {
    width: 40%;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .section-gym .article-trainer_fig {
        width: 80%;
        margin: 0 auto 15px; } }
  .section-gym .article-trainer_inner {
    width: 100%;
    padding-left: 30px; }
    @media only screen and (max-width: 767px) {
      .section-gym .article-trainer_inner {
        padding-left: 0; } }
    .section-gym .article-trainer_inner dl {
      margin-bottom: 0;
      font-size: 16px; }
      .section-gym .article-trainer_inner dl div {
        margin-bottom: 10px; }
        .section-gym .article-trainer_inner dl div dt {
          border-left-width: 8px; }
          @media only screen and (max-width: 767px) {
            .section-gym .article-trainer_inner dl div dt {
              border-left-width: 4px; } }
        .section-gym .article-trainer_inner dl div dd {
          border: none;
          padding-left: 0; }
  .section-gym .article-trainer_name {
    font-size: 30px;
    font-weight: 700;
    border-bottom: 1px solid #db0012;
    margin-top: 0;
    padding-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .section-gym .article-trainer_name {
        font-size: 20px;
        text-align: center; } }
    .section-gym .article-trainer_name small {
      font-size: 20px;
      color: #db0012;
      font-weight: 400;
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        .section-gym .article-trainer_name small {
          display: block;
          font-size: 12px; } }
.section-gym .article-reason {
  width: 46%;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .section-gym .article-reason {
      width: 100%; } }
  .section-gym .article-reason:nth-of-type(1) .article-reason_header:before {
    content: "01"; }
  .section-gym .article-reason:nth-of-type(2) .article-reason_header:before {
    content: "02"; }
  .section-gym .article-reason:nth-of-type(3) .article-reason_header:before {
    content: "03"; }
  .section-gym .article-reason:nth-of-type(4) .article-reason_header:before {
    content: "04"; }
  .section-gym .article-reason:nth-of-type(5) .article-reason_header:before {
    content: "05"; }
  .section-gym .article-reason:nth-of-type(6) .article-reason_header:before {
    content: "06"; }
  .section-gym .article-reason:nth-of-type(7) .article-reason_header:before {
    content: "07"; }
  .section-gym .article-reason:nth-of-type(8) .article-reason_header:before {
    content: "08"; }
  .section-gym .article-reason:nth-of-type(9) .article-reason_header:before {
    content: "09"; }
  .section-gym .article-reason:nth-of-type(10) .article-reason_header:before {
    content: "10"; }
  .section-gym .article-reason_header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media only screen and (max-width: 1024px) {
      .section-gym .article-reason_header {
        flex-direction: column;
        justify-content: center; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym .article-reason_header {
      justify-content: space-between;
      flex-direction: row; } }

    .section-gym .article-reason_header:before {
      content: "";
      width: 36px;
      height: 36px;
      background: #db0012;
      color: #fff;
      border-radius: 50%;
      margin-right: 10px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .section-gym .article-reason_header:before {
          width: 24px;
          height: 24px;
          font-size: 12px; } }
  .section-gym .article-reason_ttl {
    font-size: 20px;
    font-weight: 700;
    color: #db0012;
    text-align: left;
    width: 100%;
    border-bottom: none;
    margin: 0;
    padding: 0; }
    .section-gym .article-reason_ttl:after {
      display: none; }
    @media only screen and (max-width: 1024px) {
      .section-gym .article-reason_ttl {
        text-align: center;
        min-height: 2em;
        margin: 8px 0; } }
  @media only screen and (max-width: 1024px) and (max-width: 767px) {
    .section-gym .article-reason_ttl {
      font-size: 15px;
      text-align: left;
      min-height: 0;
      margin: 0; } }

  .section-gym .article-reason_fig {
    width: 100px;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .section-gym .article-reason_fig {
        width: 100%;
        max-width: 200px; } }
  @media only screen and (max-width: 767px) and (max-width: 767px) {
    .section-gym .article-reason_fig {
      width: 60px; } }

.section-gym .article-price {
  width: 46%;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1024px) {
    .section-gym .article-price {
      width: 100%; } }
  .section-gym .article-price_ttl {
    font-size: 32px;
    padding: 5px 0;
    margin: 0;
    border-bottom: none; }
    .section-gym .article-price_ttl:after {
      display: none; }
    @media only screen and (max-width: 767px) {
      .section-gym .article-price_ttl {
        font-size: 22px; } }
  .section-gym .article-price_header {
    border-left: 8px solid #db0012;
    padding-left: 20px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .section-gym .article-price_header {
        border-width: 6px; } }
    .section-gym .article-price_header p {
      font-size: 16px;
      line-height: 1.1;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .section-gym .article-price_header p {
          font-size: 12px; } }
    .section-gym .article-price_header strong {
      font-size: 20px;
      color: #db0012; }
      @media only screen and (max-width: 767px) {
        .section-gym .article-price_header strong {
          font-size: 16px; } }
  .section-gym .article-price_inner table {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee; }
    .section-gym .article-price_inner table td, .section-gym .article-price_inner table th {
      border: none;
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee; }
    .section-gym .article-price_inner table th {
      background: rgba(238, 238, 238, 0.5);
      text-align: center;
      font-size: 16px;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-gym .article-price_inner table th {
          font-size: 11px; } }
    .section-gym .article-price_inner table td {
      font-size: 20px;
      display: flex;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .section-gym .article-price_inner table td {
          font-size: 14px; } }
      .section-gym .article-price_inner table td b {
        font-size: 30px;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .section-gym .article-price_inner table td b {
            font-size: 22px; } }
      .section-gym .article-price_inner table td strong {
        font-size: 42px;
        font-weight: 400; }
        @media only screen and (max-width: 767px) {
          .section-gym .article-price_inner table td strong {
            font-size: 28px; } }
      .section-gym .article-price_inner table td small {
        font-size: 10px;
        padding-top: .5em; }
      .section-gym .article-price_inner table td span {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #db0012;
        color: #fff;
        font-size: 18px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px; }
        @media only screen and (max-width: 767px) {
          .section-gym .article-price_inner table td span {
            font-size: 13px;
            width: 40px;
            height: 40px; } }
      .section-gym .article-price_inner table td .div-campaign {
        color: #db0012; }
      .section-gym .article-price_inner table td .div-arrow {
        background: #db0012;
        color: #fff;
        padding: 0 6px;
        font-size: 12px;
        position: relative;
        flex-shrink: 0;
        margin-right: 20px;
        margin-left: 5px; }
        @media only screen and (max-width: 767px) {
          .section-gym .article-price_inner table td .div-arrow {
            padding: 0 2px;
            font-size: 10px; } }
        .section-gym .article-price_inner table td .div-arrow:after {
          content: "";
          border-style: solid;
          border-width: 15px;
          border-color: transparent transparent transparent #db0012;
          position: absolute;
          right: -30px;
          top: 50%;
          margin-top: -15px; }

.wp-block-columns a, .section-news a {
  color: #337ab7; }
  .wp-block-columns a:hover, .section-news a:hover {
    text-decoration: underline; }

.wp-block-vk-blocks-faq {
  font-size: 16px; }

.cp_box01 label {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block !important;
  width: 80%;
  margin: auto;
  padding: 0.3em 1em;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
  color: #da3c41;
  border-radius: 3px; }