@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@400;700;900&display=swap");
table tr,
table td {
  font-size: 14px; }

.fw-normal {
  font-weight: 400 !important; }

.c-headLogo {
  margin-bottom: 0;
  font-size: 18px; }

body #body_wrap {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif; }

.font-en {
  font-family: 'Anton', "Noto Sans JP", sans-serif; }

.l-header__inner {
  max-width: 100%; }
@media (min-width: 768px) {
  .l-header {
    box-shadow: none !important; } }

.l-fixHeader__inner {
  max-width: 100%; }

.mv {
  overflow: hidden;
  position: relative; }
  @media (min-width: 992px) {
    .mv {
      width: 100%;
      left: 0; } }
  .mv::before {
    content: "";
    width: 30vw;
    height: 30vw;
    background: #00338a;
    transform: rotate(45deg);
    position: absolute;
    left: -15vw;
    top: -15vw;
    z-index: 3; }
    @media (min-width: 768px) {
      .mv::before {
        content: none; } }
  .mv .wp-block-group__inner-container {
    position: relative;
    z-index: 2; }
  .mv .mv-image {
    height: 50vh;
    position: relative; }
    @media (min-width: 768px) {
      .mv .mv-image {
        height: calc(100vh - 72px); }
        .mv .mv-image div:first-child {
          transform-origin: right;
          transform: skew(-45deg) scale(2) translateX(10%);
          overflow: hidden; }
          .mv .mv-image div:first-child .wp-block-image {
            position: absolute;
            transform: skew(45deg);
            width: 150%; }
        .mv .mv-image div:last-child {
          transform-origin: left;
          transform: skew(-45deg) scale(2) translateX(10%);
          overflow: hidden; }
          .mv .mv-image div:last-child .wp-block-image {
            position: absolute;
            transform: skew(45deg);
            width: 150%;
            left: -50%; } }
    .mv .mv-image::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #020024;
      background: linear-gradient(0deg, #020024 0%, rgba(0, 0, 108, 0) 24%, rgba(0, 23, 73, 0) 80%);
      mix-blend-mode: multiply;
      z-index: 1; }
      @media (min-width: 768px) {
        .mv .mv-image::before {
          background: linear-gradient(0deg, rgba(3, 0, 54, 0.863) 0%, rgba(0, 0, 121, 0.18) 40%, rgba(0, 38, 121, 0.15) 100%); } }
    .mv .mv-image .wp-block-image {
      height: 25vh; }
      @media (min-width: 768px) {
        .mv .mv-image .wp-block-image {
          height: 100%; } }
    .mv .mv-image img {
      object-fit: cover;
      height: 100%; }
  .mv .mv-text {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .mv .mv-text {
        width: 100%;
        left: 0; } }
    .mv .mv-text::before {
      content: "";
      width: 50vw;
      height: 50vw;
      background: #00338a;
      transform: rotate(45deg);
      position: absolute;
      right: -25vw;
      bottom: -25vw;
      z-index: 1; }
      @media (min-width: 768px) {
        .mv .mv-text::before {
          content: none; } }
    .mv .mv-text .mv-main-text {
      font-weight: 900;
      position: relative;
      top: -5vh;
      line-height: 1.3;
      font-size: 1.8em; }
      @media (min-width: 768px) {
        .mv .mv-text .mv-main-text {
          top: 62vh;
          font-size: 3em; } }
      @media (min-width: 992px) {
        .mv .mv-text .mv-main-text {
          width: 100%;
          left: 0;
          font-size: 3.8vw;
          top: 60vh; } }
    .mv .mv-text .mv-sub-text {
      position: relative;
      top: -5vh;
      margin-top: 1em; }
      @media (min-width: 768px) {
        .mv .mv-text .mv-sub-text {
          top: 63vh;
          font-size: 1.1em;
          margin-top: 4em; } }
      @media (min-width: 992px) {
        .mv .mv-text .mv-sub-text {
          width: 100%;
          left: 0;
          top: 61vh; } }
    @media (min-width: 768px) {
      .mv .mv-text {
        position: absolute;
        top: 0;
        height: 100%;
        background-color: transparent; } }

@media (min-width: 992px) {
  .post_content .how-to-illust img {
    width: 480px; } }
.post_content .mv__bottom-nav > div > div {
  width: 100%;
  left: 0; }
@media (min-width: 992px) {
  .post_content .mv__bottom-nav .c-bannerLink img {
    height: calc((100vh - 72px) / 2); } }
.post_content .mv__bottom-nav .c-bannerLink__text {
  padding: 8px;
  height: auto;
  bottom: 0;
  top: unset;
  display: block;
  line-height: 1; }
  @media (min-width: 992px) {
    .post_content .mv__bottom-nav .c-bannerLink__text {
      height: 100%;
      display: flex; } }
  .post_content .mv__bottom-nav .c-bannerLink__text::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #02236cc7;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
    @media (min-width: 992px) {
      .post_content .mv__bottom-nav .c-bannerLink__text::before {
        background: #02236c99; } }
  .post_content .mv__bottom-nav .c-bannerLink__text::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%); }
    @media (min-width: 992px) {
      .post_content .mv__bottom-nav .c-bannerLink__text::after {
        font-size: 1.8vw;
        right: 22%;
        top: 49%; } }
.post_content .mv__bottom-nav .c-bannerLink__title {
  display: inline-block;
  width: auto;
  line-height: 1;
  font-size: 1em !important; }
  @media (min-width: 992px) {
    .post_content .mv__bottom-nav .c-bannerLink__title {
      font-size: 2vw !important; } }
.post_content .mv__bottom-nav .c-bannerLink__description {
  display: inline-block;
  width: auto;
  line-height: 1;
  border: none;
  margin: 0 0 0 .5em;
  font-size: 0.6em; }
  @media (min-width: 992px) {
    .post_content .mv__bottom-nav .c-bannerLink__description {
      font-size: 0.8vw !important; } }

[class*=is-style-btn_] a {
  padding: .5em 1.5em .75em; }

/*ページタイトルまわり*/
.l-mainContent .c-pageTitle {
  display: none; }
  .l-mainContent .c-pageTitle + .post_content {
    margin-top: 0; }

.c-postTitle__ttl {
  font-weight: 400;
  font-family: 'Anton', "Noto Sans JP", sans-serif;
  font-size: 2em; }
  .c-postTitle__ttl .sub_title {
    font-size: 15px;
    font-weight: 400;
    margin-left: 8px; }

.p-articleMetas__group .c-categoryList::before {
  content: none; }
.p-articleMetas__group .c-categoryList .c-categoryList__link {
  border: none;
  padding: 0; }
  .p-articleMetas__group .c-categoryList .c-categoryList__link::after {
    content: "・"; }
  .p-articleMetas__group .c-categoryList .c-categoryList__link:last-child::after {
    content: none; }

.p-articleFoot {
  display: none; }

.post_content {
  /*
  .trainer-list {
    figure {
      margin: 0;
      position: relative;

      figcaption {
        position: absolute;
        top: 0;
        left: 0;
        background: $c-main-color;
        color: #fff;
        margin: 0;
        padding: 2px 8px;
        opacity: 1;
        font-size: 10px;
      }
    }

    h3 {
      margin: 0.5em 0 1em 0;
      color: $c-main-color;
      text-align: center;
    }
  }
  */ }
  .post_content p {
    font-size: 14px; }
    @media (min-width: 992px) {
      .post_content p {
        font-size: 16px; } }
  .post_content .has-medium-font-size {
    font-size: 16px; }
  .post_content .has-huge-font-size {
    font-size: 36px; }
    @media (min-width: 576px) {
      .post_content .has-huge-font-size {
        font-size: 52px; } }
  .post_content h3 {
    font-size: 18px;
    color: #02236C; }
    .post_content h3.page-h3 {
      margin-bottom: 1.5em;
      padding: 4px 0 4px 16px;
      position: relative; }
      .post_content h3.page-h3::before {
        content: "";
        position: absolute;
        left: 10px;
        top: 0;
        height: 100%;
        width: 10px;
        background: rgba(130, 113, 230, 0.171);
        transform: skew(-45deg);
        z-index: -1; }
  .post_content hr {
    margin: 4.5em 0; }
    .post_content hr:not(.is-style-wide):not(.is-style-dots) {
      margin: 2em auto; }
  .post_content .sp-full-width {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
    @media (min-width: 576px) {
      .post_content .sp-full-width {
        margin: 0; } }
  .post_content .c-pageTitle {
    font-weight: 700; }
  .post_content .news-list-wrap {
    max-width: 790px;
    margin: 0 auto 2em;
    padding-top: 2em !important;
    padding-bottom: 2em !important; }
    @media (min-width: 992px) {
      .post_content .news-list-wrap {
        padding-top: 0 !important; } }
    .post_content .news-list-wrap .news-title {
      margin: 0;
      background: #02236C;
      color: #fff;
      padding: 2px 8px;
      font-size: 13px;
      font-weight: 400; }
      .post_content .news-list-wrap .news-title::after {
        content: none; }
    .post_content .news-list-wrap .p-postList.-type-simple .p-postList__body {
      display: flex;
      align-items: center; }
    .post_content .news-list-wrap .p-postList.-type-simple .p-postList__meta {
      margin: 0 16px 0 0; }
    .post_content .news-list-wrap .p-postList.-type-simple .p-postList__title {
      font-size: 14px;
      font-weight: 400; }
  .post_content .program {
    display: grid;
    grid-template-rows: min-content min-content min-content;
    grid-template-columns: 80px auto 60px;
    max-width: 100%;
    border-top: 1px solid #ddd;
    padding: 32px 0; }
    .post_content .program:hover {
      background: #f3f3f3;
      transition: background 0.2s ease-out; }
    .post_content .program__icon-wrap {
      grid-row: 1 / 3;
      grid-column: 1 / 2;
      position: relative; }
      .post_content .program__icon-wrap::before {
        content: "";
        width: 52px;
        height: 52px;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #a2b4dc;
        border-radius: 50%;
        transform: translate(-50%, -50%); }
      .post_content .program__icon-wrap img {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    .post_content .program__title {
      grid-row: 1 / 2;
      grid-column: 2 / 3;
      margin: 0 0 8px 0;
      font-weight: 900; }
    .post_content .program__acd-btn {
      grid-row: 1 / 3;
      grid-column: 3 / 4;
      background: #d1d1d1;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      align-self: center;
      margin: 0 16px 0 auto;
      display: flex;
      justify-content: center;
      align-items: center; }
      .post_content .program__acd-btn.on {
        background: #fff; }
      .post_content .program__acd-btn i {
        transition: all 0.2s ease-out;
        color: #8c8b8b; }
      .post_content .program__acd-btn.on i {
        transform: rotate(180deg); }
    .post_content .program__meta {
      grid-row: 2 / 3;
      grid-column: 2 / 3;
      margin-bottom: 0.4em; }
      .post_content .program__meta span {
        font-size: 14px;
        margin-right: 16px;
        display: inline-block; }
        .post_content .program__meta span::before {
          background: #02236C;
          color: #fff;
          font-size: 12px;
          border-radius: 1em;
          padding: 1px 8px 2px;
          margin-right: 4px;
          display: inline-block;
          min-width: 60px;
          text-align: center; }
      .post_content .program__meta--coach::before {
        content: "講師"; }
      .post_content .program__meta--target::before {
        content: "対象者"; }
      .post_content .program__meta--time::before {
        content: "時間"; }
    .post_content .program__text {
      grid-row: 3 / 4;
      grid-column: 1 / 4;
      display: none;
      padding: 16px 16px 0; }
    .post_content .program .repeat_title {
      margin: 16px 0 0 0;
      font-size: 16px; }
    .post_content .program .repeat_text {
      margin: 0; }
  @media (min-width: 992px) {
    .post_content .program {
      grid-template-rows: min-content auto;
      grid-template-columns: 96px 200px auto 60px; }
      .post_content .program__icon-wrap {
        grid-row: 1 / 3;
        grid-column: 1 / 2; }
        .post_content .program__icon-wrap::before {
          width: 48px;
          height: 48px; }
        .post_content .program__icon-wrap img {
          width: 28px;
          height: 28px; }
      .post_content .program__title {
        grid-row: 1 / 3;
        grid-column: 2 / 3;
        font-size: 20px;
        margin: 0;
        display: flex;
        align-items: center; }
      .post_content .program__acd-btn {
        grid-row: 1 / 3;
        grid-column: 4 / 5; }
      .post_content .program__meta {
        grid-row: 1/ 2;
        grid-column: 3 / 4;
        margin-left: 0px; }
        .post_content .program__meta span {
          display: inline-block; }
          .post_content .program__meta span::before {
            width: 60px;
            text-align: center; }
        .post_content .program__meta--coach::before {
          content: "講師"; }
        .post_content .program__meta--target::before {
          content: "対象者"; }
        .post_content .program__meta--time::before {
          content: "時間"; }
      .post_content .program__text {
        grid-row: 1 / 3;
        grid-column: 3 / 4;
        margin-top: 0;
        margin-left: 0px;
        padding-top: 0; } }
  .post_content .course {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 32px 0;
    border-bottom: 1px solid #02236c; }
    .post_content .course__icon-wrap {
      width: 60px;
      height: 60px;
      background: #02236c;
      padding: 16px;
      border-radius: 50%; }
    .post_content .course__title-wrap {
      display: flex;
      align-items: center; }
    .post_content .course__title {
      margin: 0 0 0 16px;
      font-size: 26px; }
    .post_content .course__sub-title {
      font-size: 14px; }
    .post_content .course h4 {
      margin: 0;
      font-size: 16px;
      padding: 8px;
      color: #02236c;
      position: relative; }
      .post_content .course h4::after {
        content: "";
        width: 98%;
        height: 15px;
        background: #eff1f7;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
        transform: skew(-45deg); }
    .post_content .course__text {
      width: 100%;
      margin-top: 16px;
      font-size: 14px; }
      .post_content .course__text-inner {
        padding: 8px; }
    @media (min-width: 576px) {
      .post_content .course .course {
        flex-wrap: nowrap; }
        .post_content .course .course__title-wrap {
          width: 40%; }
        .post_content .course .course__text {
          width: 60%; } }
  .post_content .methods .method {
    display: flex;
    align-items: center;
    margin-bottom: 16px !important; }
    @media (min-width: 576px) {
      .post_content .methods .method {
        margin-top: 32px; } }
    .post_content .methods .method__circle {
      display: flex;
      background: #eee;
      color: #02236C;
      font-size: 18px;
      font-weight: 700;
      text-align: center;
      align-items: center;
      justify-content: center;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin-right: 16px;
      flex: 0 0 120px; }
      @media (min-width: 576px) {
        .post_content .methods .method__circle {
          width: 160px;
          height: 160px;
          flex: 0 0 160px; } }
  .post_content .coach {
    position: relative;
    margin-left: -16px;
    margin-right: -16px; }
    .post_content .coach--right .coach__image-wrap {
      left: auto;
      right: 0; }
    .post_content .coach--right .coach__name-layout::before {
      width: 0; }
    .post_content .coach__image-wrap {
      width: 28%;
      position: absolute;
      top: 0;
      left: 0; }
    .post_content .coach__name-layout {
      display: flex; }
      .post_content .coach__name-layout::before {
        content: "";
        display: block;
        width: 28%;
        padding-top: 28%;
        height: 0; }
    .post_content .coach__name-wrap {
      width: 72%;
      background: #02236C;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 16px; }
    .post_content .coach__name {
      margin: 0;
      color: #fff; }
    .post_content .coach__title {
      color: #fff;
      font-size: 11px; }
    .post_content .coach__explanation {
      padding: 16px; }
  @media (min-width: 576px) {
    .post_content .coach {
      display: flex; }
      .post_content .coach--right .coach__image-wrap {
        order: 1; }
      .post_content .coach--right .coach__text {
        order: 0; }
      .post_content .coach__image-wrap {
        position: relative; }
      .post_content .coach__name-layout::before {
        content: none; }
      .post_content .coach__name-wrap {
        width: 100%; }
      .post_content .coach__name {
        font-size: 20px; }
      .post_content .coach__title {
        font-size: 14px; }
      .post_content .coach__text {
        width: 72%;
        display: flex;
        flex-direction: column; } }
  .post_content h2 {
    font-size: 16px;
    font-weight: 400;
    color: #02236C;
    margin: 1em 0 1.5em;
    position: relative; }
    @media (min-width: 992px) {
      .post_content h2 {
        margin: 0 0 5em !important; } }
    .post_content h2.page-section-title {
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 0.2em; }
      @media (min-width: 992px) {
        .post_content h2.page-section-title {
          margin: 0 0 0.5em 0 !important;
          font-size: 32px; } }
      .post_content h2.page-section-title::after {
        content: none; }
    .post_content h2.accent::before {
      content: "";
      display: block;
      background: rgba(150, 150, 180, 0.2);
      position: absolute;
      top: -60px;
      left: -60vw;
      width: 100%;
      height: 23px;
      transform: skew(-45deg); }
      @media (min-width: 576px) {
        .post_content h2.accent::before {
          top: -98px;
          left: -50vw;
          height: 62px; } }
    .post_content h2.-white {
      color: #fff; }
      .post_content h2.-white::after {
        background: #fff; }
    .post_content h2.add-sub-title {
      margin-top: 0; }
    .post_content h2::after {
      content: "";
      width: 42px;
      height: 2px;
      display: block;
      margin: 1.2em auto 1.2em;
      background: #02236C; }
  .post_content .sub-title {
    font-weight: 900;
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    display: inline-block;
    background: #02236C;
    padding: 0 8px; }
    @media (min-width: 992px) {
      .post_content .sub-title {
        margin: 0 auto 3em; } }
  .post_content .hr-short {
    border-bottom: solid 7px #02236C; }
  .post_content .wp-block-table.sp_scroll_ > table {
    width: 1168px;
    max-width: 1168px;
    font-size: 15px;
    background: #f1f7fd; }
    .post_content .wp-block-table.sp_scroll_ > table th {
      border-right: 1px solid #ccc; }
      .post_content .wp-block-table.sp_scroll_ > table th:last-child {
        border: none; }
    .post_content .wp-block-table.sp_scroll_ > table td {
      border-right: 1px solid #ddd; }
      .post_content .wp-block-table.sp_scroll_ > table td:last-child {
        border: none; }
  .post_content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #e3eef9; }
  .post_content .section-wrap {
    padding-top: 4em;
    padding-bottom: 4em; }
    @media (min-width: 576px) {
      .post_content .section-wrap {
        padding-top: 6em;
        padding-bottom: 6em; } }
  .post_content .check-list {
    list-style: none;
    padding-left: 2em;
    margin-top: 2em; }
    .post_content .check-list li {
      margin-bottom: 24px;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      line-height: 1.8; }
      @media (min-width: 992px) {
        .post_content .check-list li {
          font-size: 16px; } }
      .post_content .check-list li::before {
        content: "□";
        position: absolute;
        left: -30px; }
  .post_content .o-list li {
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8; }
  .post_content .sports-links .c-bannerLink__figure {
    background-color: rgba(0, 62, 143, 0.35);
    mix-blend-mode: multiply; }
  .post_content .wp-block-embed-twitter {
    padding: 0 16px;
    margin: 1em auto 0;
    margin-top: 4em !important;
    max-width: 520px; }
    .post_content .wp-block-embed-twitter .wp-block-embed__wrapper {
      border: 1px solid #999; }
      .post_content .wp-block-embed-twitter .wp-block-embed__wrapper::before {
        content: "Twitter";
        display: block;
        background: #02236C;
        color: #fff;
        text-align: left;
        font-size: 17px;
        font-weight: 700;
        padding: 8px 12px; }
  .post_content .wp-block-separator.is-style-wide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw); }
  .post_content .vk_flow .vk_flow_frame_text_title {
    color: #02236C;
    font-weight: 700; }
  .post_content .coach-list {
    padding-bottom: 16px; }
    .post_content .coach-list__name {
      font-size: 12px;
      color: #fff;
      margin: 4px 0 8px 0;
      text-align: center; }
      @media (min-width: 992px) {
        .post_content .coach-list__name {
          font-size: 16px;
          padding-bottom: 1em; } }
  .post_content .circles-3 {
    justify-content: center;
    max-width: 790px;
    margin: auto; }
    .post_content .circles-3 .circle {
      position: relative; }
      .post_content .circles-3 .circle:first-child {
        margin: 0 calc(100vw - 50%); }
        @media (min-width: 576px) {
          .post_content .circles-3 .circle:first-child {
            margin: auto; } }
      .post_content .circles-3 .circle::before {
        content: "";
        padding-top: 100%;
        display: block;
        width: 100%;
        background: linear-gradient(138deg, #020381 0%, #001371 48%, #00338a 48%);
        border-radius: 50%; }
      .post_content .circles-3 .circle p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        width: 100%; }
  .post_content .swell-block-step.is-style-small .swell-block-step__item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1em; }
  .post_content .swell-block-step.is-style-small .swell-block-step__title {
    margin: 0 0 0 16px; }
  .post_content .swell-block-step.is-style-small .swell-block-step__body {
    width: 100%;
    margin-top: 0; }
  .post_content .price-box {
    max-width: 500px;
    margin: 2em auto 0;
    border: 1px solid #ccc; }
    .post_content .price-box strong {
      font-size: 1.2em;
      color: #666; }
    .post_content .price-box h4 {
      margin: 0.5em 0 0.5em 0;
      font-size: 0.9em; }
    .post_content .price-box ul li {
      font-size: 0.8em; }
  .post_content .trainer-row {
    background: #02236C;
    color: #fff;
    align-items: center; }
    .post_content .trainer-row figure {
      height: 100%;
      margin-left: -15px;
      margin-right: -15px; }
      .post_content .trainer-row figure::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .post_content .trainer-row figure img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .post_content .trainer-row h3 {
      font-size: 16px;
      margin: 0;
      font-weight: 900;
      color: #fff; }
    .post_content .trainer-row p {
      font-size: 11px;
      font-weight: 700; }
  .post_content .policy-card {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0.5em 1.5em; }
    .post_content .policy-card h3 {
      font-size: 16px;
      font-weight: 900;
      margin: 0;
      color: #555252; }
    .post_content .policy-card p {
      font-size: 14px;
      font-weight: 700;
      color: #817C7C;
      margin-left: 16px; }
    @media (min-width: 576px) {
      .post_content .policy-card {
        margin: auto; } }
  .post_content .is-style-btn_line span {
    font-size: 15px; }
  .post_content .c-bannerLink__title {
    line-height: .7;
    font-size: 1.8em; }
    .post_content .c-bannerLink__title strong {
      letter-spacing: 0.05em; }
    .post_content .c-bannerLink__title .u-fz-xs {
      font-size: 0.5em; }
  .post_content .c-bannerLink__description {
    margin-top: 1em;
    font-size: .95em;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    position: relative; }

.sports-list .wp-block-column {
  margin-top: 1em; }

.wpcf7 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em !important; }

.wpcf7-form input {
  max-width: 100%;
  border: 1px solid #555252; }
.wpcf7-form textarea {
  max-width: 100%;
  width: 100%;
  border: 1px solid #555252; }
.wpcf7-form input[type="submit"] {
  width: 300px;
  background: #02236C;
  border: none;
  color: #fff;
  margin: 0 auto;
  display: block; }

#footer .is-style-btn_line {
  margin: 2em auto 1em; }
  #footer .is-style-btn_line a {
    font-size: 16px;
    font-weight: 700;
    color: #fff; }
#footer .c-widget__title {
  font-size: 20px;
  margin-bottom: 0.5em; }
#footer .c-iconList {
  margin-bottom: 1.5em; }
  #footer .c-iconList .c-iconList__link {
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px; }
    #footer .c-iconList .c-iconList__link:hover {
      text-decoration: none; }
    #footer .c-iconList .c-iconList__link .c-iconList__icon {
      color: #02236C;
      font-size: 28px; }
#footer .l-footer__nav .menu-item a {
  border-right: 1px solid #fff;
  line-height: 1;
  padding: 2px 8px; }
#footer .l-footer__nav .menu-item:last-child a {
  border: none; }

#fix_bottom_menu {
  background: linear-gradient(138deg, #020381 0%, #001371 48%, #00338a 48%); }
  #fix_bottom_menu::before {
    background: transparent; }
  #fix_bottom_menu .menu_list {
    padding: 2em 0;
    margin: 0; }
  #fix_bottom_menu .menu-item a {
    display: flex;
    color: #fff;
    justify-content: center; }
    #fix_bottom_menu .menu-item a span {
      width: auto;
      margin-left: 8px;
      font-size: 15px;
      margin-top: 1px; }

@media (max-width: 959px) {
  #fix_bottom_menu + .p-fixBtnWrap {
    bottom: 38px;
    z-index: 100; }
    #fix_bottom_menu + .p-fixBtnWrap .c-fixBtn {
      opacity: 1; } }

/*# sourceMappingURL=style.css.map */
