article {
  line-height: 1.6; }
  article em {
    font-style: normal; }
  article header {
    line-height: 1.2;
    text-align: center;
    padding: 35px 0 0; }
    article header h2 {
      display: inline-flex;
      font-size: 50px;
      font-weight: normal;
      color: #465770;
      padding-bottom: 5px;
      position: relative;
      margin-bottom: 55px;
      font-family: 'Century Gothic','Futura'; }
      article header h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 140px;
        height: 1px;
        background-color: #465770;
        transform: translateX(-50%); }
    @media screen and (max-width: 979px) {
      article header {
        padding: 4vw 0 0; }
        article header h2 {
          font-size: 8vw;
          margin: 0 0 8vw; }
          article header h2:after {
            width: 21.33333vw; } }
  article #mv {
    position: relative;
    max-width: 2000px;
    margin: 0 auto; }
    article #mv .mv-wrap {
      position: relative; }
      @media screen and (min-width: 980px) {
        article #mv .mv-wrap {
          height: 498px;
          background: url(/assets/datsumo/splendor-x/images/mv_bg.jpg) center top no-repeat; } }
      @media screen and (max-width: 979px) {
        article #mv .mv-wrap img {
          width: 100%; } }
    article #mv .nav-inner {
      max-width: 980px;
      margin: 0 auto;
      font-family: 'Century Gothic','Futura'; }
    article #mv .nav-wrap {
      position: absolute;
      bottom: 0;
      width: 100%; }
      @media screen and (max-width: 979px) {
        article #mv .nav-wrap {
          border-top-right-radius: 4vw 4vw; } }
      article #mv .nav-wrap nav {
        position: relative;
        display: inline-flex;
        z-index: 1; }
        article #mv .nav-wrap nav:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          width: 200vw;
          height: 100%;
          background-color: #fff;
          z-index: -1;
          border-top-right-radius: 30px 30px; }
        article #mv .nav-wrap nav ul {
          display: inline-flex;
          padding: 30px 52px 20px 4px; }
          @media screen and (max-width: 979px) {
            article #mv .nav-wrap nav ul {
              justify-content: flex-start;
              flex-wrap: wrap;
              padding: 3.86667vw 7.2vw 2.66667vw 4vw; } }
          article #mv .nav-wrap nav ul li:not(:last-child) {
            margin-right: 75px; }
          @media screen and (max-width: 979px) {
            article #mv .nav-wrap nav ul li:not(:last-child) {
              margin-right: 10vw; } }
          @media screen and (max-width: 450px) {
            article #mv .nav-wrap nav ul li:not(:last-child) {
              margin-right: 6vw; } }
          article #mv .nav-wrap nav ul li a {
            position: relative;
            display: block;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            padding-bottom: 3px;
            color: #465770; }
            article #mv .nav-wrap nav ul li a:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 50%;
              width: 53px;
              height: 1px;
              background-color: #465770;
              transform: translateX(-50%); }
            @media screen and (max-width: 979px) {
              article #mv .nav-wrap nav ul li a {
                padding: 0 0 0.53333vw;
                font-size: calc(max(2.13333vw, 12px)); }
                article #mv .nav-wrap nav ul li a:after {
                  width: 7.06667vw; } }
  article .what {
    text-align: center;
    padding: 60px 0 86px; }
    article .what .text01 {
      font-size: 70px;
      font-weight: 600;
      color: #0d3662; }
    article .what .text02 {
      font-size: 28px;
      font-weight: 600;
      color: #465770; }
    article .what .text03 {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.875; }
      article .what .text03 .strong {
        color: #414141;
        font-weight: 600; }
      article .what .text03 .under {
        display: inline-block;
        line-height: 1.1;
        border-bottom: 1px solid #414141; }
      article .what .text03 .clr01 {
        color: #f9637e; }
    article .what .what-container {
      margin: 15px 0 40px; }
    @media screen and (max-width: 979px) {
      article .what {
        padding: 8vw 10px 13.33333vw; }
        article .what .text01 {
          font-size: 9.33333vw; }
        article .what .text02 {
          font-size: 4.26667vw; }
        article .what .text03 {
          font-size: 3.73333vw; }
        article .what .what-container {
          margin: 3.33333vw 0 6.66667vw; } }
  article .point {
    background: #f6f9fb url(/assets/datsumo/splendor-x/images/bg01.png) center top repeat-y;
    background-size: 100% auto;
    text-align: center;
    padding: 52px 0 165px;
    margin-top: 0; }
    article .point .point-list {
      margin-top: 35px; }
      article .point .point-list > li {
        padding: 38px 40px 65px;
        font-size: 18px;
        background: #fff;
        border-radius: 25px;
        text-align: left;
        position: relative;
        box-shadow: 0px 0px 87px 15px rgba(116, 190, 210, 0.2); }
        article .point .point-list > li:not(:last-child) {
          margin-bottom: 95px; }
        article .point .point-list > li .point-num {
          position: absolute;
          top: -50px;
          left: 40px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          color: #fff;
          width: 127px;
          height: 212px;
          padding-top: 50px;
          font-size: 21px;
          line-height: 1;
          background: url(/assets/datsumo/splendor-x/images/point_num.png);
          background-size: 127px 212px; }
          @media screen and (max-width: 979px) {
            article .point .point-list > li .point-num {
              top: -8.5vw !important; } }
          article .point .point-list > li .point-num .txt {
            margin-bottom: 10px;
            color: #fff;
            padding: 0px;
            font-size: 18px;
            font-weight: bold;
            text-shadow: 0 0 2px #0d3662, 0 0 10px #fff, 0 0 15px #FFF; }
            @media screen and (max-width: 979px) {
              article .point .point-list > li .point-num .txt {
                margin-bottom: 4px;
                font-size: 14px;
                padding: 3px; } }
          article .point .point-list > li .point-num .num {
            font-size: 58px;
            margin-top: 2px; }
        article .point .point-list > li .text01 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          min-height: 80px;
          font-size: 36px;
          font-weight: 600;
          line-height: 1.5;
          color: #0d3662;
          margin: 0 0 62px 190px; }
        article .point .point-list > li .text02 {
          font-size: 20px;
          font-weight: 500;
          line-height: 2.25; }
          article .point .point-list > li .text02:not(:last-child) {
            margin-bottom: 36px; }
        article .point .point-list > li .text03 {
          font-size: 11px;
          margin: 5px 0 0; }
        article .point .point-list > li .img01 {
          margin: 20px 0 0; }
        article .point .point-list > li .bold {
          font-weight: bold; }
        article .point .point-list > li .under {
          text-decoration: underline;
          text-underline-position: under; }
        article .point .point-list > li .clr01 {
          color: #f9637e; }
        article .point .point-list > li .col-image {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        article .point .point-list > li .text-image > :last-child {
          margin-left: 35px; }
        article .point .point-list > li .text-image .text {
          padding-top: 10px; }
        article .point .point-list > li .point-box {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-bottom: 40px; }
          article .point .point-list > li .point-box .col-text {
            width: 450px; }
            article .point .point-list > li .point-box .col-text .box-bdr {
              font-size: 18px;
              font-weight: 500;
              letter-spacing: -0.4px;
              color: #465770;
              padding: 20px 28px 26px;
              border: 2px solid #9ad2d2;
              border-radius: 10px;
              background-color: #f0f8f8; }
              article .point .point-list > li .point-box .col-text .box-bdr:not(:last-of-type) {
                margin-bottom: 17px; }
              article .point .point-list > li .point-box .col-text .box-bdr .box-c {
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 0;
                text-align: center;
                margin-bottom: 19px;
                color: #37a6a6;
                border-bottom: 2px solid #9bbed1; }
              article .point .point-list > li .point-box .col-text .box-bdr--clr01 {
                border-color: #eeb1d1;
                background-color: #fcf5f9; }
                article .point .point-list > li .point-box .col-text .box-bdr--clr01 .box-c {
                  color: #df6ca8;
                  border-color: #dfaec3; }
          article .point .point-list > li .point-box .col-img {
            width: 415px; }
    article .point .table-box > table th.splendor_b_left,
    article .point .table-box > table td.splendor_b_left {
      border-left: 4px solid #f8f01e; }
    article .point .table-box > table th.splendor_b_right,
    article .point .table-box > table td.splendor_b_right {
      border-right: 4px solid #f8f01e; }
    article .point .table-box > table th.splendor_b_top,
    article .point .table-box > table td.splendor_b_top {
      border-top: 4px solid #f8f01e; }
    article .point .table-box > table th.splendor_b_btm,
    article .point .table-box > table td.splendor_b_btm {
      border-bottom: 4px solid #f8f01e; }
    article .point .table-box > table > thead > tr > th {
      background: #224d7a; }
    @media screen and (max-width: 979px) {
      article .point {
        padding: 9.33333vw 0 22.66667vw; }
        article .point .point-list {
          margin-top: 8vw; }
          article .point .point-list > li {
            width: 100%;
            padding: 5.33333vw 4vw 6.66667vw;
            font-size: 4vw;
            border-radius: 3vw; }
            article .point .point-list > li:not(:last-child) {
              margin-bottom: 16vw; }
            article .point .point-list > li .point {
              font-size: 4vw; }
              article .point .point-list > li .point-num {
                top: -10.66667vw;
                left: 4vw;
                padding-top: 8vw;
                font-size: 3.73333vw;
                width: 20.93333vw;
                height: 35.06667vw;
                background-size: 20.93333vw 35.06667vw; }
                article .point .point-list > li .point-num .num {
                  font-size: 9.33333vw; }
              article .point .point-list > li .point p:first-child {
                padding: 1vw 2vw 1vw 0;
                margin-right: 2vw; }
              article .point .point-list > li .point p.num {
                font-size: 8vw; }
            article .point .point-list > li .text01 {
              margin: 0 0 5.33333vw 26.66667vw;
              font-size: 5.33333vw;
              min-height: 20vw; }
            article .point .point-list > li .text02 {
              font-size: 3.73333vw;
              line-height: 1.875; }
              article .point .point-list > li .text02:not(:last-child) {
                margin-bottom: 5.33333vw; }
            article .point .point-list > li .point-box {
              margin-bottom: 5.33333vw; }
              article .point .point-list > li .point-box .col-text {
                width: 100%;
                margin-bottom: 4vw; }
                article .point .point-list > li .point-box .col-text .box-bdr {
                  font-size: 3.46667vw; }
                  article .point .point-list > li .point-box .col-text .box-bdr:not(:last-of-type) {
                    margin-bottom: 4vw; }
                  article .point .point-list > li .point-box .col-text .box-bdr .box-c {
                    font-size: 4vw; }
              article .point .point-list > li .point-box .col-img {
                width: 100%;
                text-align: center; }
            article .point .point-list > li .col-image {
              flex-direction: column;
              align-items: center; }
              article .point .point-list > li .col-image .col:not(:last-child) {
                margin-bottom: 4vw; }
            article .point .point-list > li .text-image {
              flex-direction: column; }
              article .point .point-list > li .text-image > :last-child {
                margin-left: 0; }
              article .point .point-list > li .text-image .text {
                padding-top: 0;
                margin-bottom: 4vw; }
        article .point .table-box > table tr th.splendor_b_left,
        article .point .table-box > table tr td.splendor_b_left {
          border-left: 0.8vw solid #f8f01e; }
        article .point .table-box > table tr th.splendor_b_right,
        article .point .table-box > table tr td.splendor_b_right {
          border-right: 0.8vw solid #f8f01e; }
        article .point .table-box > table tr th.splendor_b_top,
        article .point .table-box > table tr td.splendor_b_top {
          border-top: 0.8vw solid #f8f01e; }
        article .point .table-box > table tr th.splendor_b_btm,
        article .point .table-box > table tr td.splendor_b_btm {
          border-bottom: 0.8vw solid #f8f01e; }
        article .point .table-box > table tr th.splendor_b_btm,
        article .point .table-box > table tr td.splendor_b_btm {
          border-bottom: 0.8vw solid #f8f01e; } }
    article .point .how-wrap h3 {
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      line-height: 1.5;
      color: #0d3662;
      margin-bottom: 40px; }
      article .point .how-wrap h3 span {
        font-size: 50px;
        letter-spacing: 1.2px; }
    @media screen and (max-width: 979px) {
      article .point .how-wrap h3 {
        font-size: 4.5vw;
        margin-bottom: 3vw; }
        article .point .how-wrap h3 span {
          font-size: 8vw; } }
    article .point .point-wrap {
      margin-top: 80px; }
      article .point .point-wrap h3 {
        text-align: center;
        font-size: 40px;
        font-weight: 600;
        line-height: 1.1;
        color: #fff;
        padding: 10px 0;
        background: #7d7fa9;
        background: linear-gradient(135deg, #7d7fa9 0%, #6d99b7 35%, #6d8ab3 100%);
        width: 90%;
        border-radius: 20px;
        margin: 0 auto;
        position: relative; }
        article .point .point-wrap h3::before {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -20px;
          border: 20px solid transparent;
          border-top: 45px solid #6D94B5; }
        article .point .point-wrap h3 span {
          font-size: 50px;
          letter-spacing: 1.2px; }
      article .point .point-wrap .point-list {
        margin-top: 70px; }
      @media screen and (max-width: 979px) {
        article .point .point-wrap {
          margin-top: 8vw; }
          article .point .point-wrap h3 {
            font-size: 6vw;
            margin-bottom: 3vw;
            width: 86%; }
            article .point .point-wrap h3::before {
              content: "";
              top: 100%;
              margin-left: -15px;
              border: 15px solid transparent;
              border-top: 30px solid #6D94B5; }
            article .point .point-wrap h3 span {
              font-size: 7vw;
              letter-spacing: 0; }
          article .point .point-wrap .point-list {
            margin-top: 8vw; } }
  article .catch {
    margin-top: 70px; }
    article .catch .container {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 980px;
      height: 566px;
      background: url(/assets/datsumo/splendor-x/images/catch_bg.png) center top no-repeat;
      text-align: center;
      margin: 0 auto;
      position: relative;
      box-shadow: 0 0 15px 10px rgba(0, 0, 0, 0.07);
      border-radius: 25px; }
      article .catch .container p {
        font-size: 28px;
        line-height: 1.785; }
        article .catch .container p.text01 {
          margin-top: 24px; }
          article .catch .container p.text01 span {
            font-weight: 600;
            padding: 5px 15px 3px;
            background: linear-gradient(to bottom, rgba(250, 247, 44, 0.7), rgba(250, 247, 44, 0.7));
            background-size: 100% 15px;
            background-position: bottom 5px left 0;
            background-repeat: no-repeat; }
        article .catch .container p.text02 {
          font-weight: 600;
          line-height: 1.5;
          background: linear-gradient(to bottom, rgba(250, 247, 44, 0.7), rgba(250, 247, 44, 0.7));
          background-size: 100% 15px;
          background-position: bottom 5px left 0;
          background-repeat: no-repeat; }
          article .catch .container p.text02 span {
            font-size: 42px;
            color: #f9637e; }
        article .catch .container p strong {
          color: #fb627e; }
      article .catch .container .note {
        font-size: 18px; }
      article .catch .container .img {
        position: absolute;
        right: 16px;
        bottom: -80px; }
    article .catch .container02 {
      margin-top: 50px; }
      article .catch .container02 p {
        font-size: 28px;
        line-height: 1.785; }
        article .catch .container02 p.text01 {
          margin-top: 24px; }
          article .catch .container02 p.text01 span {
            font-weight: 600;
            padding: 5px 15px 3px;
            background: linear-gradient(to bottom, rgba(250, 247, 44, 0.7), rgba(250, 247, 44, 0.7));
            background-size: 100% 15px;
            background-position: bottom 5px left 0;
            background-repeat: no-repeat; }
      article .catch .container02 .movie_wrap {
        margin-top: 30px; }
        article .catch .container02 .movie_wrap p.movie-ttl {
          font-weight: bold;
          font-size: 28px; }
        article .catch .container02 .movie_wrap video {
          margin: auto;
          max-width: 800px;
          width: 100%;
          height: auto; }
    @media screen and (max-width: 979px) {
      article .catch {
        margin-top: 9.33333vw; }
        article .catch .container {
          width: 100%;
          height: auto;
          padding: 8vw 0;
          background-position: left top;
          box-shadow: 0 0 2vw 2vw rgba(0, 0, 0, 0.07);
          border-radius: 5vw;
          background-size: cover; }
          article .catch .container p {
            font-size: 4vw; }
            article .catch .container p.text01 {
              margin-top: 4vw; }
            article .catch .container p.text02 span {
              font-size: 5.33333vw; }
          article .catch .container .note {
            font-size: 2.93333vw; }
          article .catch .container .img {
            width: 19vw;
            right: -2vw;
            bottom: -12vw; }
        article .catch .container02 {
          margin-top: 8vw; }
          article .catch .container02 p {
            font-size: 4vw; }
            article .catch .container02 p.text01 {
              margin-top: 4vw; }
          article .catch .container02 .movie_wrap {
            margin-top: 4vw; }
            article .catch .container02 .movie_wrap p.movie-ttl {
              font-size: 3.5vw; } }
  article .price {
    padding: 65px 0 118px; }
    article .price header h2 {
      margin-bottom: 45px; }
    article .price .text01 {
      font-size: 15px;
      line-height: 2; }
    article .price .datsumoContainer {
      width: 980px;
      margin: 0 auto; }
      article .price .datsumoContainer .charge-list {
        margin: 0;
        text-align: center; }
        article .price .datsumoContainer .charge-list .charge-header,
        article .price .datsumoContainer .charge-list .body {
          display: none; }
      article .price .datsumoContainer .form_banner {
        display: none; }
      article .price .datsumoContainer .bodycare_mens {
        margin-top: 60px; }
      article .price .datsumoContainer .priceTable {
        text-align: center; }
      article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title,
      article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title {
        height: 60px;
        min-height: inherit;
        text-align: center;
        justify-content: center;
        align-items: center;
        padding: 0;
        margin: 0;
        line-height: 1.2;
        font-size: 24px;
        position: relative;
        border-radius: 10px; }
        article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title::before,
        article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title::before {
          content: "";
          width: 32px;
          height: 32px;
          background: #fff;
          border-radius: 100%;
          position: absolute;
          right: 20px;
          top: 50%;
          transform: translate(0, -50%); }
        article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title::after,
        article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title::after {
          width: 12px;
          height: 12px;
          border-top: 3px solid #fb637e;
          border-right: 3px solid #fb637e;
          transform: rotate(135deg) translate(0, 12px);
          background: none;
          position: absolute;
          right: 21px;
          top: 50%;
          border-radius: 0;
          margin: 0; }
        article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title.-open::after,
        article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title.-open::after {
          transform: rotate(-45deg) translate(0, -5px);
          right: 26px; }
      article .price .datsumoContainer .tabacc.-pc-accordion .contents > .content,
      article .price .datsumoContainer .tabacc.-sp-accordion .contents > .content {
        position: relative;
        background: #fff;
        border-top: none;
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        border: none;
        margin: 0 !important; }
      article .price .datsumoContainer .tabacc.-pc-accordion .contents.mens > .title,
      article .price .datsumoContainer .tabacc.-sp-accordion .contents.mens > .title {
        background: #51b0e7;
        color: #fff !important; }
        article .price .datsumoContainer .tabacc.-pc-accordion .contents.mens > .title::after,
        article .price .datsumoContainer .tabacc.-sp-accordion .contents.mens > .title::after {
          border-color: #51b0e7; }
    @media screen and (max-width: 979px) {
      article .price {
        padding: 9.33333vw 0 13.33333vw; }
        article .price .text01 {
          font-size: calc(max(2.5vw, 12px)); }
        article .price .datsumoContainer {
          width: 96%; }
          article .price .datsumoContainer .bodycare_mens {
            margin-top: 5vw; }
          article .price .datsumoContainer .tabacc.-pc-accordion :target:before,
          article .price .datsumoContainer .tabacc.-sp-accordion :target:before {
            height: 0;
            margin-top: 0; }
          article .price .datsumoContainer .tabacc.-pc-accordion .contents + .contents,
          article .price .datsumoContainer .tabacc.-sp-accordion .contents + .contents {
            margin-top: 6vw; }
          article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title,
          article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title {
            height: 10vw;
            font-size: 4vw;
            border-radius: 1.5vw; }
            article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title::before,
            article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title::before {
              width: 7vw;
              height: 7vw;
              right: 3vw; }
            article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title::after,
            article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title::after {
              width: 2.5vw;
              height: 2.5vw;
              border-top: 0.6vw solid #fb637e;
              border-right: 0.6vw solid #fb637e;
              transform: rotate(135deg) translate(0, 2.5vw);
              right: 3.5vw; }
            article .price .datsumoContainer .tabacc.-pc-accordion .contents > .title.-open::after,
            article .price .datsumoContainer .tabacc.-sp-accordion .contents > .title.-open::after {
              transform: rotate(-45deg) translate(0, -1vw);
              right: 4.4vw; }
          article .price .datsumoContainer .tabacc.-pc-accordion .contents > .content,
          article .price .datsumoContainer .tabacc.-sp-accordion .contents > .content {
            margin: 3vw 0 0;
            font-size: 3vw; } }
  article .reason {
    padding: 42px 0 125px;
    background-color: #e5eef5; }
    article .reason header h2 {
      margin-bottom: 32px; }
    article .reason > p {
      text-align: center;
      font-size: 38px; }
    article .reason ul {
      width: 980px;
      margin: 60px auto 0;
      padding: 0 10px 0 5px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      article .reason ul li {
        width: 450px;
        background: #fff;
        text-align: center;
        position: relative;
        box-shadow: 0 0 10px 5px rgba(137, 152, 187, 0.5);
        border-radius: 25px;
        line-height: 1.5; }
        article .reason ul li:nth-child(n + 3) {
          margin-top: 80px; }
        article .reason ul li h3 {
          position: absolute;
          top: -28px;
          left: 50%;
          transform: translateX(-50%);
          width: 315px;
          padding: 10px;
          border-radius: 38px;
          background: url(/assets/datsumo/splendor-x/images/text_bg.png);
          background-size: cover; }
          article .reason ul li h3 span {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 55px;
            font-size: 25px;
            line-height: 1;
            color: #fff;
            border-radius: 28px;
            padding: 3px 0 0; }
        article .reason ul li a {
          display: block;
          height: 100%;
          position: relative;
          padding: 74px 20px 20px;
          text-decoration: none;
          font-size: 26px;
          overflow: hidden;
          border-radius: 25px;
          position: relative; }
          article .reason ul li a::before {
            content: "";
            display: block;
            width: 150px;
            height: 150px;
            background: #7d88b1;
            position: absolute;
            right: -90px;
            bottom: -90px;
            transform: rotate(47deg); }
          article .reason ul li a::after {
            content: "";
            display: block;
            width: 12px;
            height: 12px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            transform: rotate(45deg);
            position: absolute;
            right: 20px;
            bottom: 18px; }
          article .reason ul li a .img {
            position: relative;
            display: block;
            width: 310px;
            margin: 0 auto; }
            article .reason ul li a .img .img-cation {
              position: absolute;
              top: 23px;
              left: -52px; }
          article .reason ul li a p {
            min-height: 100px;
            font-weight: bold;
            line-height: 1.35;
            margin: 24px 0 0; }
    article .reason .banner {
      margin: 76px auto 0; }
      article .reason .banner .heading-image.-resp {
        margin-top: 20px; }
    @media screen and (max-width: 979px) {
      article .reason {
        padding: 9.33333vw 0 13.33333vw; }
        article .reason .text01 {
          font-size: 4.8vw; }
        article .reason ul {
          width: 100%;
          margin: 9.33333vw auto 0;
          padding: 0 10px; }
          article .reason ul li {
            width: 48%;
            border-radius: 4vw; }
            article .reason ul li:nth-child(n + 3) {
              margin-top: 10.66667vw; }
            article .reason ul li h3 {
              top: -3.73333vw;
              width: 38vw;
              padding: 1vw;
              border-radius: 6vw; }
              article .reason ul li h3 span {
                height: 7vw;
                font-size: 3.5vw;
                border-radius: 5vw;
                padding: 0.2vw 0 0; }
            article .reason ul li a {
              padding: 9.33333vw 1vw 4vw;
              font-size: 3.5vw;
              border-radius: 2.5vw; }
              article .reason ul li a::before {
                width: 25vw;
                height: 25vw;
                right: -16vw;
                bottom: -16vw; }
              article .reason ul li a::after {
                width: 2.5vw;
                height: 2.5vw;
                border-top: 0.6vw solid #fff;
                border-right: 0.6vw solid #fff;
                right: 2.2vw;
                bottom: 2.2vw; }
              article .reason ul li a .img {
                padding: 0 5vw;
                width: 100%; }
                article .reason ul li a .img .img-cation {
                  width: 17.46667vw;
                  top: 3.06667vw;
                  left: 1.33333vw; }
              article .reason ul li a p {
                min-height: inherit;
                height: 16vw;
                margin: 2.5vw 0 0; }
        article .reason .banner {
          margin: 6.66667vw 10px 0; }
          article .reason .banner .heading-image.-resp {
            margin-top: 4vw; } }
  article #clinic {
    margin-top: 0;
    padding-top: 75px; }
    article #clinic .container01 {
      width: 980px;
      margin: 35px auto 0; }
      article #clinic .container01 .bc_01_047 .bc-item > .info > .name,
      article #clinic .container01 .bc_01_047 .bc-item > .info > .tel > .number {
        color: #0d3662; }
    article #clinic #clinic-map {
      min-height: 1000px; }
      article #clinic #clinic-map #tokai {
        top: 427px;
        left: 213px; }
      article #clinic #clinic-map #chugoku {
        top: 393px;
        left: 14px; }
        article #clinic #clinic-map #chugoku #fukidashi-chugoku {
          top: 103px; }
      article #clinic #clinic-map #tohoku {
        top: 417px; }
        article #clinic #clinic-map #tohoku #fukidashi-tohoku {
          top: 50px; }
      article #clinic #clinic-map #fukidashi-kyusyu {
        transform: rotate(247deg); }
    @media screen and (max-width: 979px) {
      article #clinic {
        padding: 9.33333vw 10px 0; }
        article #clinic .container01 {
          width: 100%;
          margin-top: 0; } }
