@charset "UTF-8";
/*中央揃え*/
/*@mixin centerWidth*/
/*中央揃え*/
/*MV ------------------------*/
@media print, screen and (min-width: 769px) {
  .p-mv {
    padding: 100px 0; }
    .p-mv .ttl {
      width: 172px;
      margin: auto; }
      .p-mv .ttl img {
        width: 100%; } }
@media only screen and (max-width: 768px) {
  .p-mv {
    padding: 40px 0; }
    .p-mv .ttl {
      width: calc(292px / 2);
      margin: auto; }
      .p-mv .ttl img {
        width: 100%; } }

@media print, screen and (min-width: 769px) {
  .p-intro {
    width: 960px;
    margin: auto;
    margin-bottom: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    .p-intro .img {
      width: 508px; }
      .p-intro .img img {
        width: 100%; }
    .p-intro .txtArea {
      width: 412px; }
    .p-intro .introTtl {
      margin-bottom: 40px;
      font-size: 22px;
      font-size: 2.2rem; }
      .p-intro .introTtl span {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        margin-bottom: 10px; } }
@media only screen and (max-width: 768px) {
  .p-intro {
    width: calc(100% - 30px);
    margin: auto;
    margin-bottom: 40px; }
    .p-intro .img {
      margin-bottom: 20px; }
      .p-intro .img img {
        width: 100%; }
    .p-intro .introTtl {
      margin-bottom: 10px;
      font-size: 18px;
      font-size: 1.8rem; }
      .p-intro .introTtl span {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: normal;
        margin-bottom: 5px; } }

@media print, screen and (min-width: 769px) {
  .p-exerciseImg {
    margin-bottom: 100px; }
    .p-exerciseImg .exerciseImgTtl {
      font-size: 22px;
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 40px; }
    .p-exerciseImg .listArea {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: 960px;
      margin: auto; }
      .p-exerciseImg .listArea li {
        width: 300px; }
        .p-exerciseImg .listArea li img {
          width: 100%; }
        .p-exerciseImg .listArea li .txt {
          margin-top: 20px; } }
@media only screen and (max-width: 768px) {
  .p-exerciseImg {
    margin-bottom: 40px; }
    .p-exerciseImg .exerciseImgTtl {
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 20px; }
    .p-exerciseImg .listArea {
      width: calc(100% - 30px);
      margin: auto; }
      .p-exerciseImg .listArea li {
        width: 100%;
        margin-bottom: 20px; }
        .p-exerciseImg .listArea li img {
          width: 100%; }
        .p-exerciseImg .listArea li .txt {
          margin-top: 10px; } }

.p-shisei {
  background: #fafafa; }
  @media print, screen and (min-width: 769px) {
    .p-shisei {
      padding: 100px 0; }
      .p-shisei .inn {
        width: 700px; }
      .p-shisei .shiseiTtl {
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
        margin-bottom: 40px; }
      .p-shisei .offer-txt {
        margin-top: 10px; }
      .p-shisei .fuchoArea {
        border: solid 2px #1e1f55;
        border-radius: 8px;
        position: relative;
        margin-top: 55px;
        background: #fff; }
      .p-shisei .fuchoTtl {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        background: #1e1f55;
        padding: 5px 20px;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        width: 240px;
        border-radius: 50px;
        text-align: center; }
      .p-shisei .fucho_subTtl {
        padding: 50px 40px 40px 40px;
        text-align: center; }
      .p-shisei .fuchoList {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0px 40px 40px 40px;
        width: 620px;
        margin: auto; }
        .p-shisei .fuchoList li {
          width: 174px;
          text-align: center;
          margin-bottom: 40px; }
          .p-shisei .fuchoList li:nth-last-child(-n+3) {
            margin-bottom: 0; }
          .p-shisei .fuchoList li img {
            width: 100%; }
          .p-shisei .fuchoList li .txt {
            margin-top: 15px; } }
  @media only screen and (max-width: 768px) {
    .p-shisei {
      padding: 40px 0; }
      .p-shisei .inn {
        width: calc(100% - 30px);
        margin: auto; }
      .p-shisei .shiseiTtl {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        margin-bottom: 20px; }
      .p-shisei .offer-txt {
        margin-top: 10px; }
      .p-shisei .fuchoArea {
        border: solid 2px #1e1f55;
        border-radius: 8px;
        position: relative;
        margin-top: 55px;
        background: #fff; }
      .p-shisei .fuchoTtl {
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        background: #1e1f55;
        padding: 5px 20px;
        color: #fff;
        font-size: 14px;
        font-size: 1.4rem;
        width: 240px;
        border-radius: 50px;
        text-align: center; }
      .p-shisei .fucho_subTtl {
        padding: 40px 20px 20px 20px;
        text-align: center; }
      .p-shisei .fuchoList {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 15px;
        padding-top: 0px;
        width: 100%;
        margin: auto; }
        .p-shisei .fuchoList li {
          width: 50%;
          text-align: center;
          margin-bottom: 10px; }
          .p-shisei .fuchoList li img {
            width: 100%; }
          .p-shisei .fuchoList li .txt {
            margin-top: 15px; } }

@media print, screen and (min-width: 769px) {
  .p-movie {
    padding: 100px 0; }
    .p-movie .inn {
      width: 700px; }
    .p-movie .movieTtl {
      font-size: 22px;
      font-size: 2.2rem;
      text-align: center;
      margin-bottom: 40px; }
    .p-movie .video-content {
      margin-top: 40px; }
    .p-movie video {
      border: solid 2px #ccc;
      width: 100%;
      border-radius: 8px; } }
@media only screen and (max-width: 768px) {
  .p-movie {
    padding: 40px 0; }
    .p-movie .inn {
      width: calc(100% - 30px); }
    .p-movie .movieTtl {
      font-size: 20px;
      font-size: 2rem;
      text-align: center;
      margin-bottom: 20px; }
    .p-movie .video-content {
      margin-top: 20px; }
    .p-movie video {
      border: solid 2px #ccc;
      width: 100%;
      border-radius: 8px; } }

/*# sourceMappingURL=index.css.map */
