@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Old+Mincho&display=swap");
body {
  --datsumo-color-pink: #f495b0;
  --datsumo-color-pink-dark: #f2698f;
  --datsumo-color-pink-bg: #fff0f5;
  --datsumo-color-pink-accent: #f58eaf;
  --datsumo-color-pink-text: #ee86a0;
  --datsumo-color-pink-table: #df8099;
  --datsumo-color-pink-faq: #e97f9b;
  --datsumo-color-flow-img-shadow: #ffc8d6;
  --datsumo-color-flow-btn-bg: #f58eaf;
  --datsumo-color-flow-btn-dark: #de6f93;
  --datsumo-color-banner-section-bg: #feedf2;
  --datsumo-color-merit-bg: #feedf2;
  --datsumo-color-merit-accent: #e1859a;
  --datsumo-color-demerit-bg: #e7eff9;
  --datsumo-color-demerit-accent: #5898e7;
  --datsumo-color-osusume-btn-border: #f7b3c6;
  --datsumo-color-osusume-btn-shadow: #f4a9c6;
  --datsumo-color-osusume-btn-text: #fe7e9d; }

body.page-Bp_00_4545 {
  --datsumo-color-pink: #579be8;
  --datsumo-color-pink-dark: rgba(28, 116, 202, 0.55);
  --datsumo-color-pink-bg: rgba(87, 155, 232, 0.12);
  --datsumo-color-pink-accent: #579be8;
  --datsumo-color-pink-text: #579be8;
  --datsumo-color-pink-table: #579be8;
  --datsumo-color-pink-faq: #579be8;
  --datsumo-color-flow-img-shadow: rgba(87, 155, 232, 0.35);
  --datsumo-color-flow-btn-bg: #579be8;
  --datsumo-color-flow-btn-dark: rgba(28, 116, 202, 0.55);
  --datsumo-color-banner-section-bg: rgba(87, 155, 232, 0.12);
  --datsumo-color-merit-bg: rgba(87, 155, 232, 0.12);
  --datsumo-color-merit-accent: #579be8;
  --datsumo-color-demerit-bg: #f1f3f5;
  --datsumo-color-demerit-accent: #6b7280;
  --datsumo-color-osusume-btn-border: #579be8;
  --datsumo-color-osusume-btn-shadow: rgba(28, 116, 202, 0.55);
  --datsumo-color-osusume-btn-text: #579be8; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px; }

#main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #4b4b4b;
  /* 汎用 */
  /* 汎用ここまで */
  /* osusume */
  /* osusumeここまで */
  /* price */
  /* priceここまで */
  /* reason */
  /* reasonここまで */
  /* price */
  /* priceここまで */
  /* difference */
  /* differenceここまで */
  /* merit */
  /* meritここまで */
  /* demerit */
  /* demeritここまで */
  /* flow */
  /* flowここまで */
  /* faq */
  /* faqここまで */
  /* banner */
  /* bannerここまで */ }
  #main .mincho {
    font-family: "Zen Old Mincho", serif; }
  #main section.contents.ac_ar_001 {
    padding-top: 60px;
    padding-bottom: 60px; }
    #main section.contents.ac_ar_001 .ac_ly_001 {
      padding-top: 40px; }
      #main section.contents.ac_ar_001 .ac_ly_001:first-child {
        padding-top: 0; }
  @media only screen and (max-width: 767px) {
    #main section.contents.ac_ar_001 {
      padding-top: 60px;
      padding-bottom: 60px; } }
  #main h2 {
    margin: 0;
    text-align: center;
    font-size: 28px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      #main h2 {
        font-size: 4.6vw; } }
  #main .ttl-line {
    background: url(/assets/clinic/okayama/datsumo/images/title-border.png) center center/contain no-repeat;
    height: 6px; }
  #main .lead {
    margin: 16px 0 0;
    text-align: center;
    line-height: 1.8;
    font-size: 2rem; }
    @media only screen and (max-width: 767px) {
      #main .lead {
        font-size: 3.6vw; } }
  #main .osusume .box-items .item {
    display: flex;
    gap: 30px; }
    #main .osusume .box-items .item:not(:first-child) {
      margin-top: 40px; }
    #main .osusume .box-items .item:nth-child(even) {
      flex-direction: row-reverse; }
    #main .osusume .box-items .item .text-area {
      flex: 1;
      display: flex;
      flex-direction: column; }
    #main .osusume .box-items .item .img {
      flex: 1; }
      #main .osusume .box-items .item .img img {
        width: 100%;
        height: auto; }
    #main .osusume .box-items .item .banner {
      margin: 0 0 20px;
      padding: 12px 20px;
      background-color: var(--datsumo-color-pink);
      color: #fff;
      font-size: 20px;
      text-align: center; }
    #main .osusume .box-items .item .text {
      margin: 0 0 20px;
      line-height: calc(29/18);
      flex-grow: 1; }
    #main .osusume .box-items .item .btn-area {
      margin: 0; }
    #main .osusume .box-items .item .btn-outline {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      width: 100%;
      max-width: 480px;
      padding: 6px 16px;
      border: 3px solid var(--datsumo-color-osusume-btn-border);
      border-radius: 9px;
      box-shadow: 4px 4px 0 0 var(--datsumo-color-osusume-btn-shadow);
      color: var(--datsumo-color-osusume-btn-text);
      font-size: 2rem;
      font-weight: 400;
      text-align: center;
      text-decoration: none; }
      #main .osusume .box-items .item .btn-outline span {
        flex: 1; }
      #main .osusume .box-items .item .btn-outline .ico-pin {
        display: inline-block;
        width: 23px;
        height: 35px;
        flex: 0 0 auto;
        background-color: currentColor;
        mask: url(/assets/clinic/okayama/datsumo/images/ico_access.png) center center/contain no-repeat;
        -webkit-mask: url(/assets/clinic/okayama/datsumo/images/ico_access.png) center center/contain no-repeat; }
      #main .osusume .box-items .item .btn-outline .ico-chevron {
        display: inline-block;
        width: 16px;
        height: 16px;
        flex: 0 0 auto;
        background-color: currentColor;
        mask: url(/assets/clinic/okayama/datsumo/images/ico-arrow.png) center center/contain no-repeat;
        -webkit-mask: url(/assets/clinic/okayama/datsumo/images/ico-arrow.png) center center/contain no-repeat; }
    @media only screen and (max-width: 767px) {
      #main .osusume .box-items .item {
        flex-direction: column;
        align-items: stretch;
        gap: 0; }
        #main .osusume .box-items .item:nth-child(even) {
          flex-direction: column; }
        #main .osusume .box-items .item .text-area {
          display: contents; }
        #main .osusume .box-items .item .img {
          order: 1;
          margin-bottom: 20px; }
        #main .osusume .box-items .item .banner {
          order: 0;
          margin-bottom: 20px;
          font-size: 4vw;
          padding-block: 6px; }
        #main .osusume .box-items .item .text {
          order: 2;
          font-size: 3.6vw; }
        #main .osusume .box-items .item .btn-area {
          order: 3; }
        #main .osusume .box-items .item .btn-outline {
          max-width: none;
          font-size: 1.4rem; }
          #main .osusume .box-items .item .btn-outline .ico-pin {
            width: 1.9rem;
            height: 2.9rem; } }
  #main .price {
    background-color: #fff; }
    #main .price.ac_ar_001 {
      padding-top: 50px;
      padding-bottom: 130px; }
    @media only screen and (max-width: 767px) {
      #main .price.ac_ar_001 {
        padding-top: 0px;
        padding-bottom: 0; } }
    #main .price .priceTable {
      margin-top: 60px; }
  #main .reason {
    background-color: var(--datsumo-color-pink-bg);
    margin-top: 130px; }
    #main .reason.ac_ar_001 {
      padding-top: 140px;
      padding-bottom: 130px; }
    @media only screen and (max-width: 767px) {
      #main .reason {
        margin-top: 80px; } }
    #main .reason .ttl-line {
      margin: 50px auto 94px;
      width: 532px;
      max-width: 100%; }
    #main .reason .reason-list {
      display: flex;
      flex-direction: column;
      gap: 80px;
      max-width: 912px;
      margin: 0 auto; }
    #main .reason .reason-item {
      position: relative; }
    #main .reason .reason-number {
      position: absolute;
      top: -37px;
      left: 20px;
      z-index: 1;
      display: flex;
      width: 76px;
      height: 76px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: var(--datsumo-color-pink-accent);
      color: #fff;
      font-size: 36px;
      font-style: italic;
      padding-right: 8px;
      padding-bottom: 2px;
      line-height: 1; }
    #main .reason .reason-card {
      padding: 43px 48px 38px;
      border-radius: 20px;
      background-color: #fff; }
      #main .reason .reason-card h3 {
        margin: 0 0 24px;
        color: var(--datsumo-color-pink-text);
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.5; }
      #main .reason .reason-card p {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: calc(28 / 18); }
      #main .reason .reason-card small {
        font-size: 12px; }
    #main .reason .reason-links {
      display: flex;
      align-items: center;
      gap: 18px;
      margin: 18px 0 0 34px;
      color: #444;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.6; }
      #main .reason .reason-links::before {
        content: "";
        display: block;
        width: 28px;
        height: 28px;
        flex: 0 0 auto;
        background-color: var(--datsumo-color-pink);
        mask: url(/assets/clinic/okayama/datsumo/images/ico_flower.png) center center/contain no-repeat;
        -webkit-mask: url(/assets/clinic/okayama/datsumo/images/ico_flower.png) center center/contain no-repeat; }
      #main .reason .reason-links a {
        color: #2f80d8;
        font-weight: 700;
        text-decoration: underline;
        text-underline-offset: 4px; }
    @media only screen and (max-width: 767px) {
      #main .reason.ac_ar_001 {
        padding-top: 60px;
        padding-bottom: 60px; }
      #main .reason .ac_ly_001 {
        padding-right: 20px;
        padding-left: 20px; }
      #main .reason h2 {
        font-size: 4.8vw;
        line-height: 1.55; }
      #main .reason .ttl-line {
        margin: 32px auto 6rem;
        width: 325px; }
      #main .reason .reason-list {
        gap: 56px;
        max-width: none; }
      #main .reason .reason-number {
        top: -24px;
        left: 10px;
        width: 4.8rem;
        height: 4.8rem;
        font-size: 2.4rem;
        padding-right: 3px; }
      #main .reason .reason-card {
        padding: 29px 20px 20px;
        border-radius: 20px; }
        #main .reason .reason-card h3 {
          margin-bottom: 14px;
          font-size: 4.2vw;
          line-height: 1.55; }
        #main .reason .reason-card p {
          font-size: 3.55vw;
          line-height: calc(23 / 15.8); }
        #main .reason .reason-card small {
          font-size: 2.7vw; }
      #main .reason .reason-links {
        flex-wrap: wrap;
        gap: 0 14px;
        margin: 11px 0 0 14px;
        padding-left: 31px;
        position: relative;
        font-size: 3.3vw;
        line-height: 1.45; }
        #main .reason .reason-links::before {
          position: absolute;
          top: 0;
          left: 0;
          width: 24px;
          height: 24px; }
        #main .reason .reason-links span {
          width: 100%; } }
  #main .charge-list {
    margin-bottom: 50px; }
  #main .price .women-price-btn-wrap,
  #main .price .mens-price-btn-wrap {
    margin: 40px 0 0;
    text-align: center; }
  #main .price .women-price-btn,
  #main .price .mens-price-btn {
    position: relative;
    display: inline-flex;
    width: 516px;
    height: 104px;
    max-width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 14px 64px 14px 42px;
    border-radius: 52px;
    background-color: #579be8;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.18);
    color: #fff;
    text-align: center;
    text-decoration: none; }
    #main .price .women-price-btn .main,
    #main .price .mens-price-btn .main {
      font-size: 28px;
      font-weight: 700;
      line-height: 1.25; }
    #main .price .women-price-btn .sub,
    #main .price .mens-price-btn .sub {
      margin-top: 4px;
      font-size: 20px;
      font-weight: 400;
      line-height: 1.25; }
    #main .price .women-price-btn i,
    #main .price .mens-price-btn i {
      position: absolute;
      top: 50%;
      right: 26px;
      display: flex;
      width: 42px;
      height: 42px;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background-color: rgba(28, 116, 202, 0.55);
      transform: translateY(-50%); }
      #main .price .women-price-btn i::before,
      #main .price .mens-price-btn i::before {
        content: "";
        width: 12px;
        height: 12px;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        transform: rotate(45deg);
        margin-left: -4px; }
  #main .price .women-price-btn {
    background-color: #f58eaf;
    box-shadow: inset 0 -6px 0 rgba(0, 0, 0, 0.18); }
    #main .price .women-price-btn i {
      background-color: #de6f93; }
  @media only screen and (max-width: 767px) {
    #main .price .women-price-btn-wrap,
    #main .price .mens-price-btn-wrap {
      margin-top: 28px; }
    #main .price .women-price-btn,
    #main .price .mens-price-btn {
      width: 100%;
      height: auto;
      min-height: 72px;
      padding: 12px 58px 12px 28px;
      border-radius: 40px; }
      #main .price .women-price-btn .main,
      #main .price .mens-price-btn .main {
        font-size: 5vw; }
      #main .price .women-price-btn .sub,
      #main .price .mens-price-btn .sub {
        font-size: 3.4vw; }
      #main .price .women-price-btn i,
      #main .price .mens-price-btn i {
        right: 18px;
        width: 34px;
        height: 34px; } }
  #main .difference {
    background-color: var(--datsumo-color-pink-bg);
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      #main .difference {
        margin-top: 60px; } }
    #main .difference.ac_ar_001 {
      padding-top: 100px;
      padding-bottom: 170px; }
    #main .difference .ttl-line {
      margin: 50px auto 94px;
      width: 532px;
      max-width: 100%; }
    #main .difference .difference-table-wrap {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    #main .difference .difference-table {
      width: 100%;
      min-width: 930px;
      border-collapse: collapse;
      table-layout: fixed;
      color: #444;
      font-size: 18px;
      line-height: calc(26 / 18); }
      #main .difference .difference-table th,
      #main .difference .difference-table td {
        box-sizing: border-box;
        padding: 16px 18px;
        vertical-align: middle; }
      #main .difference .difference-table thead th {
        width: 37%;
        height: 68px;
        border-left: 2px solid #fff;
        background-color: var(--datsumo-color-pink-table);
        color: #fff;
        font-size: 2.4rem;
        font-weight: 700;
        text-align: center; }
        #main .difference .difference-table thead th.label {
          width: 27%;
          border-left: none; }
        #main .difference .difference-table thead th.beauty {
          background-color: #8f8f8f; }
      #main .difference .difference-table tbody th {
        width: 27%;
        border-top: 2px solid #fff;
        background-color: var(--datsumo-color-pink-table);
        color: #fff;
        font-size: 25px;
        font-weight: 700;
        text-align: center; }
      #main .difference .difference-table tbody td {
        border-top: 2px solid #9f9f9f;
        border-left: 2px solid #9f9f9f;
        background-color: #fff; }
        #main .difference .difference-table tbody td.center {
          text-align: center; }
    #main .difference .difference-note {
      margin: 14px 0 0;
      color: #444;
      font-size: 17px;
      line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      #main .difference.ac_ar_001 {
        padding-top: 60px;
        padding-bottom: 60px; }
      #main .difference .ac_ly_001 {
        padding-right: 20px;
        padding-left: 20px; }
      #main .difference h2 {
        font-size: 4.2vw;
        line-height: 1.45; }
      #main .difference .ttl-line {
        margin: 42px auto 6rem;
        width: 325px; }
      #main .difference .difference-table-wrap {
        margin-right: -20px;
        margin-left: 0; }
      #main .difference .difference-table {
        width: 627px;
        min-width: 627px;
        font-size: 12px;
        line-height: calc(17 / 12); }
        #main .difference .difference-table th,
        #main .difference .difference-table td {
          padding: 9px 10px; }
        #main .difference .difference-table thead th {
          height: 47px;
          font-size: 16px; }
        #main .difference .difference-table tbody th {
          font-size: 16px; }
      #main .difference .difference-note {
        margin-top: 12px;
        font-size: 11px; } }
  #main .merit {
    background-color: #fff; }
    #main .merit.ac_ar_001 {
      padding-top: 0;
      padding-bottom: 0; }
    #main .merit .ac_ly_001 {
      padding-top: 0; }
    #main .merit h2 {
      color: #333; }
    #main .merit .ttl-line {
      margin: 50px auto 94px;
      width: 532px;
      max-width: 100%; }
    #main .merit .merit-list {
      display: flex;
      flex-direction: column;
      gap: 36px; }
    #main .merit .merit-item {
      position: relative;
      padding: 30px 60px 34px;
      border-radius: 20px;
      background-color: var(--datsumo-color-merit-bg);
      margin-inline: auto; }
      #main .merit .merit-item[data-label]::before {
        content: attr(data-label);
        position: absolute;
        top: -18px;
        left: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        min-height: 34px;
        padding: 5px 18px;
        border-radius: 6px;
        background-color: var(--datsumo-color-merit-accent);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.2; }
      #main .merit .merit-item h3 {
        display: inline-block;
        margin: 0 0 26px;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--datsumo-color-merit-accent);
        color: var(--datsumo-color-merit-accent);
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.4; }
      #main .merit .merit-item p {
        margin: 0;
        color: #444;
        font-size: 18px;
        line-height: calc(26 / 18); }
    @media only screen and (max-width: 767px) {
      #main .merit h2 {
        font-size: 4.2vw;
        line-height: 1.45; }
      #main .merit .ttl-line {
        margin: 42px auto 6rem;
        width: 325px; }
      #main .merit .merit-list {
        gap: 26px; }
      #main .merit .merit-item {
        padding: 17px 22px 36px;
        border-radius: 20px; }
        #main .merit .merit-item[data-label] {
          padding-top: 28px; }
        #main .merit .merit-item[data-label]::before {
          top: -15px;
          left: 12px;
          min-width: 96px;
          min-height: 30px;
          padding: 4px 14px;
          border-radius: 5px;
          font-size: 3.4vw; }
        #main .merit .merit-item h3 {
          margin-bottom: 18px;
          padding-bottom: 5px;
          font-size: 4.4vw;
          font-weight: 500;
          line-height: 1.45; }
        #main .merit .merit-item p {
          font-size: 3.55vw;
          line-height: calc(26 / 15.8); } }
  #main .demerit {
    background-color: #fff; }
    #main .demerit.ac_ar_001 {
      padding-top: 0;
      padding-bottom: 0; }
    #main .demerit .ac_ly_001 {
      padding-top: 0; }
    #main .demerit .ttl-line {
      margin: 50px auto 94px;
      width: 532px;
      max-width: 100%; }
    #main .demerit .demerit-list {
      display: flex;
      flex-direction: column;
      gap: 40px; }
    #main .demerit .demerit-item {
      position: relative;
      padding: 30px 60px 34px;
      border-radius: 20px;
      background-color: var(--datsumo-color-demerit-bg); }
      #main .demerit .demerit-item[data-label]::before {
        content: attr(data-label);
        position: absolute;
        top: -18px;
        left: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 120px;
        min-height: 34px;
        padding: 5px 18px;
        border-radius: 6px;
        background-color: var(--datsumo-color-demerit-accent);
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.2; }
      #main .demerit .demerit-item h3 {
        display: inline-block;
        margin: 0 0 26px;
        padding-bottom: 10px;
        border-bottom: 2px solid var(--datsumo-color-demerit-accent);
        color: var(--datsumo-color-demerit-accent);
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.4; }
      #main .demerit .demerit-item p {
        margin: 0;
        font-size: 1.8rem;
        line-height: calc(26 / 18); }
    @media only screen and (max-width: 767px) {
      #main .demerit.ac_ar_001 {
        padding-top: 60px;
        padding-bottom: 60px; }
      #main .demerit h2 {
        font-size: 4.2vw;
        line-height: 1.45; }
      #main .demerit .ttl-line {
        margin: 42px auto 6rem;
        width: 325px; }
      #main .demerit .demerit-list {
        gap: 26px; }
      #main .demerit .demerit-item {
        padding: 17px 22px 36px;
        border-radius: 20px; }
        #main .demerit .demerit-item[data-label] {
          padding-top: 28px; }
        #main .demerit .demerit-item[data-label]::before {
          top: -15px;
          left: 12px;
          min-width: 108px;
          min-height: 30px;
          padding: 4px 14px;
          border-radius: 5px;
          font-size: 3.4vw; }
        #main .demerit .demerit-item h3 {
          margin-bottom: 18px;
          padding-bottom: 5px;
          font-size: 4.4vw;
          line-height: 1.45; }
        #main .demerit .demerit-item p {
          font-size: 3.55vw;
          line-height: calc(26 / 15.8); } }
  #main .flow {
    background-color: #fdf8e9;
    margin-top: 130px; }
    #main .flow.ac_ar_001 {
      padding-top: 112px;
      padding-bottom: 130px; }
    #main .flow .ac_ly_001 {
      padding-top: 0; }
    #main .flow h2 {
      color: #444; }
    #main .flow .ttl-line {
      margin: 50px auto 86px;
      width: 532px;
      max-width: 100%; }
    #main .flow .flow-list {
      display: flex;
      flex-direction: column;
      gap: 76px;
      max-width: 850px;
      margin: 0 auto; }
    #main .flow .flow-item {
      display: grid;
      grid-template-columns: 1fr 376px;
      gap: 45px;
      align-items: center; }
      #main .flow .flow-item:nth-child(even) {
        grid-template-columns: 376px 1fr; }
        #main .flow .flow-item:nth-child(even) .flow-text {
          order: 2; }
        #main .flow .flow-item:nth-child(even) .flow-img {
          order: 1; }
    #main .flow .flow-text h3 {
      position: relative;
      display: flex;
      align-items: center;
      margin: 0 0 20px;
      color: #444;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.4; }
      #main .flow .flow-text h3::before {
        position: absolute;
        content: "";
        background-color: var(--datsumo-color-pink);
        width: 90%;
        height: 4px;
        right: 0;
        bottom: 0; }
    #main .flow .flow-text p {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      line-height: calc(26 / 16); }
    #main .flow .flow-number {
      display: flex;
      width: 76px;
      height: 76px;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      border-radius: 14px;
      background-color: var(--datsumo-color-pink);
      color: #fff;
      flex: 0 0 auto;
      font-size: 36px;
      font-style: italic;
      line-height: 1; }
    #main .flow .flow-img {
      position: relative; }
      #main .flow .flow-img img {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: auto; }
    #main .flow .flow-img-cap {
      position: relative;
      z-index: 1;
      margin: 8px 0 0;
      color: #666;
      font-size: 13px;
      line-height: 1.5; }
    #main .flow.hige-flow .flow-img-cap {
      margin-top: 22px; }
    #main .flow.hige-flow .flow-img::after {
      content: "";
      position: absolute;
      right: -16px;
      top: 16px;
      z-index: 0;
      width: 100%;
      height: auto;
      aspect-ratio: 376 / 256;
      background-color: var(--datsumo-color-flow-img-shadow); }
    #main .flow .flow-btn-wrap {
      margin: 104px 0 0;
      text-align: center; }
    #main .flow .flow-btn {
      display: inline-flex;
      min-width: 482px;
      min-height: 76px;
      align-items: center;
      justify-content: center;
      gap: 24px;
      box-sizing: border-box;
      padding: 16px 26px 16px 44px;
      border: 2px solid var(--datsumo-color-flow-btn-dark);
      border-right-width: 6px;
      border-bottom-width: 6px;
      border-radius: 999px;
      background-color: var(--datsumo-color-flow-btn-bg);
      color: #fff;
      font-size: 25px;
      font-weight: 700;
      text-decoration: none; }
      #main .flow .flow-btn i {
        position: relative;
        display: flex;
        width: 48px;
        height: 48px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: var(--datsumo-color-flow-btn-dark);
        flex: 0 0 auto; }
        #main .flow .flow-btn i::before {
          content: "";
          width: 14px;
          height: 14px;
          border-top: 4px solid #fff;
          border-right: 4px solid #fff;
          transform: rotate(45deg);
          margin-left: -4px; }
    @media only screen and (max-width: 767px) {
      #main .flow {
        margin-top: 0; }
        #main .flow.ac_ar_001 {
          padding-top: 60px;
          padding-bottom: 60px; }
        #main .flow .ac_ly_001 {
          padding-right: 28px;
          padding-left: 28px; }
        #main .flow h2 {
          font-size: 4.2vw;
          line-height: 1.55; }
        #main .flow .ttl-line {
          margin: 24px auto 4rem;
          width: 256px; }
        #main .flow .flow-list {
          gap: 54px;
          max-width: none; }
        #main .flow .flow-item,
        #main .flow .flow-item:nth-child(even) {
          display: flex;
          flex-direction: column;
          gap: 18px; }
          #main .flow .flow-item .flow-text,
          #main .flow .flow-item .flow-img,
          #main .flow .flow-item:nth-child(even) .flow-text,
          #main .flow .flow-item:nth-child(even) .flow-img {
            order: initial; }
          #main .flow .flow-item .flow-img,
          #main .flow .flow-item:nth-child(even) .flow-img {
            margin-left: 0; }
        #main .flow .flow-item:nth-child(odd) .flow-img {
          margin-right: 0;
          margin-left: auto; }
        #main .flow .flow-text {
          width: 100%; }
          #main .flow .flow-text h3 {
            margin-bottom: 14px;
            border-bottom-width: 3px;
            font-size: 4.3vw; }
          #main .flow .flow-text p {
            font-size: 3.45vw;
            line-height: calc(21 / 15.3); }
        #main .flow .flow-number {
          width: 52px;
          height: 52px;
          margin-right: 14px;
          border-radius: 12px;
          font-size: 24px; }
        #main .flow .flow-img {
          width: 78%;
          margin-right: auto;
          margin-left: auto; }
          #main .flow .flow-img::after {
            right: -12px;
            top: 12px; }
        #main .flow .flow-btn-wrap {
          margin-top: 70px; }
        #main .flow .flow-btn {
          width: 100%;
          min-width: 0;
          min-height: 56px;
          gap: 12px;
          padding: 12px 8px 12px 16px;
          border-width: 3px;
          font-size: 3.75vw; }
          #main .flow .flow-btn i {
            width: 34px;
            height: 34px; }
            #main .flow .flow-btn i::before {
              width: 10px;
              height: 10px;
              border-top-width: 3px;
              border-right-width: 3px; } }
  #main .faq {
    background-color: #fff;
    margin-top: 130px; }
    #main .faq.ac_ar_001 {
      padding-top: 0;
      padding-bottom: 0; }
    #main .faq .ac_ly_001 {
      padding-top: 0; }
    #main .faq h2 {
      color: #333; }
    #main .faq .ttl-line {
      margin: 50px auto 94px;
      width: 532px;
      max-width: 100%; }
    #main .faq .faq-list {
      display: flex;
      flex-direction: column;
      gap: 54px; }
    #main .faq .faq-item {
      margin: 0; }
      #main .faq .faq-item dt,
      #main .faq .faq-item dd {
        display: grid;
        grid-template-columns: 54px 1fr;
        -moz-column-gap: 36px;
             column-gap: 36px;
        align-items: start;
        margin: 0; }
      #main .faq .faq-item dt {
        margin-bottom: 26px; }
        #main .faq .faq-item dt .faq-text {
          color: var(--datsumo-color-pink-faq);
          font-weight: 700; }
      #main .faq .faq-item dd .faq-label {
        border: 2px solid var(--datsumo-color-pink-faq);
        background-color: #fff;
        color: var(--datsumo-color-pink-faq); }
      #main .faq .faq-item dd .faq-text {
        color: #444; }
    #main .faq .faq-label {
      display: flex;
      width: 54px;
      height: 54px;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      background-color: var(--datsumo-color-pink-faq);
      color: #fff;
      font-family: "Zen Old Mincho", serif;
      font-size: 30px;
      line-height: 1; }
    #main .faq .faq-text {
      padding-top: 7px;
      font-size: 18px;
      line-height: calc(31 / 18); }
    @media only screen and (max-width: 767px) {
      #main .faq {
        margin-top: 0; }
        #main .faq.ac_ar_001 {
          padding-top: 60px;
          padding-bottom: 60px; }
        #main .faq h2 {
          font-size: 4.2vw;
          line-height: 1.45; }
        #main .faq .ttl-line {
          margin: 31px auto 6rem;
          width: 325px; }
        #main .faq .faq-list {
          gap: 30px; }
        #main .faq .faq-item dt,
        #main .faq .faq-item dd {
          grid-template-columns: 40px 1fr;
          -moz-column-gap: 18px;
               column-gap: 18px; }
        #main .faq .faq-item dt {
          margin-bottom: 13px; }
        #main .faq .faq-label {
          width: 40px;
          height: 40px;
          font-size: 22px; }
        #main .faq .faq-text {
          padding-top: 0;
          padding-right: 18px;
          font-size: 3.55vw;
          line-height: calc(23 / 15.8); } }
  #main .banner-section {
    background-color: var(--datsumo-color-banner-section-bg); }
    #main .banner-section.ac_ar_001 {
      padding-top: 70px;
      padding-bottom: 70px; }
    #main .banner-section .ttl-line {
      margin: 32px auto 42px;
      width: 532px;
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      #main .banner-section {
        margin-top: 0; }
        #main .banner-section.ac_ar_001 {
          padding-top: 60px;
          padding-bottom: 60px; }
        #main .banner-section .ttl-line {
          margin: 24px auto 6rem;
          width: 325px; } }

nav {
  background-color: var(--datsumo-color-pink); }
  nav .menu-list {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    padding: 0.8em 0; }
    nav .menu-list li {
      flex: 1;
      border-right: 1px solid #fff; }
      nav .menu-list li:first-child {
        border-left: 1px solid #fff; }
      nav .menu-list li a {
        display: flex;
        height: 40px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        line-height: 1.2;
        font-size: 1.75rem;
        text-align: center;
        text-decoration: none;
        color: #fff; }
    @media only screen and (max-width: 767px) {
      nav .menu-list {
        flex-wrap: wrap;
        padding: 0; }
        nav .menu-list li {
          flex: auto;
          width: 50%;
          padding: 3vw;
          border-right: 1px solid #fff;
          border-bottom: 1px solid #fff; }
          nav .menu-list li:first-child {
            border-left: none; }
          nav .menu-list li:last-child {
            width: 100%;
            border-bottom: none; }
          nav .menu-list li a {
            height: auto;
            font-size: 3.5vw; } }

body.page-Bp_00_4545 #main .ttl-line {
  background: var(--datsumo-color-pink);
  mask: url(/assets/clinic/okayama/datsumo/images/title-border.png) center center/contain no-repeat;
  -webkit-mask: url(/assets/clinic/okayama/datsumo/images/title-border.png) center center/contain no-repeat; }

/* ============================================================================
mens
============================================================================== */
datsumo_price.table-box {
  overflow: visible;
  margin: 20px auto; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box {
    margin: 2vw auto 0; } }

#datsumo_price.table-box .priceTable {
  max-width: 980px;
  border-collapse: collapse;
  line-height: 1.4;
  background: #fff;
  margin: 0 auto;
  font-size: 16px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable {
    line-height: 1.2;
    font-size: 3vw; } }

#datsumo_price.table-box .priceTable thead tr th {
  background: #28467c;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 5px; }

#datsumo_price.table-box .priceTable thead tr th .index_gentei {
  color: #fffc6a;
  margin-left: 10px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable thead tr th {
    font-size: Min(3vw, 16px); } }

#datsumo_price.table-box .priceTable tbody tr:first-child {
  position: sticky;
  top: 0;
  z-index: 1; }

#datsumo_price.table-box .priceTable tbody tr:first-child th {
  position: relative;
  background: #f5f5f5;
  width: 20%; }

#datsumo_price.table-box .priceTable tbody tr:first-child th:first-child {
  width: 200px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr:first-child th:first-child {
    width: 22%; } }

#datsumo_price.table-box .priceTable tbody tr:first-child th::after {
  content: '';
  position: absolute;
  background: #c2c2c2;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px; }

#datsumo_price.table-box .priceTable tbody tr:first-child th > .icon_new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1;
  background: #c00000;
  color: #ffea00;
  padding: 3px 5px 2px;
  margin: 0 4px 0 0; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr:first-child {
    top: 77px; }
  #datsumo_price.table-box .priceTable tbody tr:first-child th:first-child {
    width: 22%; } }

#datsumo_price.table-box .priceTable tbody tr:not(:first-child) th {
  background: #f5f5f5;
  width: 18%; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr:not(:first-child) th {
    font-size: 2.6vw; } }

#datsumo_price.table-box .priceTable tbody tr th {
  font-weight: bold; }

#datsumo_price.table-box .priceTable tbody tr th .exclusive {
  display: inline-flex;
  color: #2b89cd;
  background: #fff;
  border: 1px solid #2b89cd;
  padding: 2px 5px;
  margin: 2px 0 6px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr th .exclusive {
    padding: 0.35vw 0.75vw;
    margin: 0.5vw 0 1.5vw; } }

@media only screen and (min-width: 980px) {
  #datsumo_price.table-box .priceTable tbody tr th .priceTableImg.masuicream {
    position: relative; }
  #datsumo_price.table-box .priceTable tbody tr th .priceTableImg.masuicream > .icon {
    position: absolute;
    right: 0;
    width: 120px; }
  #datsumo_price.table-box .priceTable tbody tr th .priceTableImg.masuicream > .icon.hige {
    bottom: -40px; }
  #datsumo_price.table-box .priceTable tbody tr th .priceTableImg.masuicream > .icon.perfect {
    bottom: 10px; } }

#datsumo_price.table-box .priceTable tbody tr th .priceTableImg img {
  max-width: 120px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr th .priceTableImg.masuicream > .icon {
    display: block;
    margin: 0 auto; }
  #datsumo_price.table-box .priceTable tbody tr th .priceTableImg img {
    max-width: 90%; } }

#datsumo_price.table-box .priceTable tbody tr th .smalltxt {
  font-size: 12px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr th .smalltxt {
    font-size: Min(2vw, 12px); } }

#datsumo_price.table-box .priceTable tbody tr th ul.list-note {
  margin-top: 5px;
  font-size: 12px; }

#datsumo_price.table-box .priceTable tbody tr th ul.list-note li.item {
  text-align: left;
  line-height: 1.4; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr th ul.list-note {
    font-size: Min(2vw, 12px); } }

#datsumo_price.table-box .priceTable tbody tr th, #datsumo_price.table-box .priceTable tbody tr td {
  padding: 7px 5px; }

#datsumo_price.table-box .priceTable tbody tr th a.button-normal, #datsumo_price.table-box .priceTable tbody tr td a.button-normal {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-width: 50%;
  min-height: 0;
  margin: 10px auto 0;
  padding: 7px 20px;
  font-size: 13px;
  line-height: 1; }

#datsumo_price.table-box .priceTable tbody tr th a.button-normal.vioClinic, #datsumo_price.table-box .priceTable tbody tr td a.button-normal.vioClinic {
  width: 90%;
  margin-top: 5px; }

#datsumo_price.table-box .priceTable tbody tr th a.button-normal::after, #datsumo_price.table-box .priceTable tbody tr td a.button-normal::after {
  background-position: center;
  background-size: 6px auto;
  width: 28px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr th a.button-normal, #datsumo_price.table-box .priceTable tbody tr td a.button-normal {
    font-size: 1.6vw;
    padding: 1.2vw 1.5vw 1.2vw 1vw;
    margin: 1vw auto 0;
    border-radius: 2vw; }
  #datsumo_price.table-box .priceTable tbody tr th a.button-normal.vioClinic, #datsumo_price.table-box .priceTable tbody tr td a.button-normal.vioClinic {
    margin: 1vw auto 0;
    border-radius: 2vw; }
  #datsumo_price.table-box .priceTable tbody tr th a.button-normal::after, #datsumo_price.table-box .priceTable tbody tr td a.button-normal::after {
    background-size: 0.8vw auto;
    width: 3vw; } }

#datsumo_price.table-box .priceTable tbody tr td {
  color: #28467c;
  text-align: right;
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 10px; }

#datsumo_price.table-box .priceTable tbody tr td .price_yen {
  font-size: 80%; }

#datsumo_price.table-box .priceTable tbody tr td .once {
  font-size: 12px; }

#datsumo_price.table-box .priceTable tbody tr td .priceBalloon {
  font-size: 14px;
  text-align: center;
  color: #000;
  padding: 15px 0 10px;
  margin: 20px 0 0;
  border-top: 1px solid #666; }

#datsumo_price.table-box .priceTable tbody tr td .priceBalloon a {
  color: #000;
  text-decoration: none; }

#datsumo_price.table-box .priceTable tbody tr td.mens_cheapest {
  background: #C8EDFF;
  text-align: center;
  color: #ea294c;
  font-size: 30px;
  line-height: 1.3;
  padding: 20px 10px; }

#datsumo_price.table-box .priceTable tbody tr td.mens_cheapest .cheapest_icon {
  margin: 0 0 5px; }

#datsumo_price.table-box .priceTable tbody tr td.mens_cheapest .newicon {
  display: inline-block;
  font-size: 21px;
  background: #fcdc36;
  color: #cf0000;
  padding: 2px 10px;
  margin-bottom: 5px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr td {
    padding: 2.5vw 0.5vw;
    font-size: 3vw; }
  #datsumo_price.table-box .priceTable tbody tr td .once {
    font-size: 2vw; }
  #datsumo_price.table-box .priceTable tbody tr td .priceBalloon {
    font-size: 2vw;
    padding: 2.5vw 0 1vw;
    margin: 2.5vw auto 0; }
  #datsumo_price.table-box .priceTable tbody tr td.mens_cheapest {
    font-size: 3.6vw;
    padding: 2vw; }
  #datsumo_price.table-box .priceTable tbody tr td.mens_cheapest .cheapest_icon {
    margin: 0 0 1vw; }
  #datsumo_price.table-box .priceTable tbody tr td.mens_cheapest .newicon {
    font-size: 2.8vw;
    padding: 0.5vw 10px 0.1vw;
    margin-bottom: 1vw; } }

#datsumo_price.table-box .priceTable tbody tr td .masui_cam_icon {
  background-color: #fff;
  margin: 5px auto;
  padding: 8px 5px;
  font-size: 16px;
  text-align: center;
  color: #2c477c; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable tbody tr td .masui_cam_icon {
    font-size: 10px;
    margin: 4px auto;
    padding: 3px; } }

#datsumo_price.table-box .priceTable .priceTableTitleS, #datsumo_price.table-box .priceTable .priceTableTitleL {
  background-color: #fb637e;
  color: #fff;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  font-size: 85%; }

#datsumo_price.table-box .priceTable .priceTableTitleL {
  background-color: #33c1df; }

#datsumo_price.table-box .priceTable a.loan-pop {
  font-weight: normal;
  background-color: #f0f0f0;
  margin-top: 10px; }

@media only screen and (max-width: 979px) {
  #datsumo_price.table-box .priceTable a.loan-pop {
    font-weight: normal;
    display: flex;
    margin-top: 1.2vw;
    text-align: center;
    font-size: 2vw; } }
