@charset "UTF-8";
/* ===============================================================

  トップページ

=============================================================== */
.mt60 {
  margin-top: 60px !important;
}
@media (max-width: 767px) {
  .mt60 {
    margin-top: 36px !important;
  }
}

.inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/*
  お問い合わせ
=============================================================== */
input[type=text] {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

.contact-01 .txt {
  text-align: center;
  line-height: 2;
  font-size: 16px;
}

.contact-02 {
  padding: 60px 0;
  background: #eef2f6;
}

.contact-02 table {
  width: 100%;
  font-size: 16px;
}

.contact-02 table tr + tr {
  border-top: 1px solid #fff;
}

.contact-02 table th {
  white-space: nowrap;
  width: 20%;
  padding: 20px;
  text-align: left;
}

.contact-02 table th p {
  display: flex;
  align-items: center;
}

.contact-02 table th span {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 6px;
  background: #1a1a1a;
  font-size: 11px;
  color: #fff;
}

.contact-02 table td {
  padding: 20px;
}

.contact-02 table td .in_select {
  padding: 12px 50px 12px 20px;
  background: url(../img/common/arrow_bottom_link_black.png) no-repeat right 20px center #fff;
  background-size: 10px auto;
  border-radius: 4px;
  font-size: 16px;
}

.contact-02 table td .in_text {
  width: 100%;
  padding: 15px 20px;
  background: #fff;
  font-size: 16px;
  border-radius: 4px;
}

.contact-02 table td .in_area {
  width: 100%;
  height: 200px;
  padding: 15px 20px;
  background: #fff;
  font-size: 16px;
  border-radius: 4px;
  line-height: 1.8;
}

.contact-02 table td .in_select:focus,
.contact-02 table td .in_text:focus,
.contact-02 table td .in_area:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.contact-02 .send {
  margin-top: 20px;
  text-align: center;
}

.contact-02 .in_send {
  display: inline-flex;
  align-items: center;
  width: 280px;
  height: 60px;
  border-radius: 80px;
  background: linear-gradient(135deg, #aaabab, #767676);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.contact-02 table td .error {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .contact-01 {
    padding: 0 30px;
  }
  .contact-01 .txt {
    text-align: left;
    font-size: 24px;
  }
  .contact-02 {
    padding: 60px 30px;
  }
  .contact-02 table,
  .contact-02 table tbody,
  .contact-02 table tr,
  .contact-02 table th,
  .contact-02 table td {
    display: block;
  }
  .contact-02 table {
    font-size: 26px;
  }
  .contact-02 table tr + tr {
    margin-top: 40px;
    padding-top: 35px;
    border-top: 1px solid #fff;
  }
  .contact-02 table th {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  .contact-02 table th span {
    margin-left: 20px;
    padding: 10px 15px;
    font-size: 20px;
  }
  .contact-02 table td {
    padding: 0;
  }
  .contact-02 table td .in_select {
    width: 100%;
    padding: 20px;
    background-position: right 30px center;
    background-size: 20px auto;
    font-size: 26px;
  }
  .contact-02 table td .in_text {
    padding: 20px;
    font-size: 26px;
  }
  .contact-02 table td .in_area {
    height: 300px;
    padding: 20px;
    font-size: 26px;
    line-height: 2;
  }
  .contact-02 .send {
    margin-top: 50px;
  }
  .contact-02 .in_send {
    display: inline-flex;
    align-items: center;
    width: 420px;
    height: 80px;
    font-weight: 700;
    font-size: 26px;
  }
  .contact-02 table td .error {
    margin-top: 15px;
    font-size: 16px;
  }
}
/*
  お知らせ
=============================================================== */
.post-page-list {
  display: flex;
  flex-wrap: wrap;
}

.post-page-list li {
  width: 32%;
  margin-top: 40px;
}

.post-page-list li + li {
  margin-left: 2%;
}

.post-page-list li:nth-child(3n+1) {
  margin-left: 0;
}

.post-page-list li:nth-child(-n+3) {
  margin-top: 0;
}

.post-page-list li a {
  color: #1a1a1a;
}

.post-page-list li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}

.post-page-list li a .deta {
  margin-top: 15px;
  font-family: nobel, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
}

.post-page-list li a .txt {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .post-page {
    padding: 0 30px;
  }
  .post-page-list {
    justify-content: space-between;
  }
  .post-page-list li {
    width: 48%;
    margin-top: 60px;
  }
  .post-page-list li + li {
    margin-left: 0;
  }
  .post-page-list li:nth-child(-n+3) {
    margin-top: 60px;
  }
  .post-page-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .post-page-list li a .deta {
    font-size: 20px;
  }
  .post-page-list li a .txt {
    margin-top: 15px;
    font-size: 22px;
  }
}
/*
  ドクター＆スタッフ紹介
=============================================================== */
/* ドクター紹介
--------------------------------------------------------------- */
.staff-01 .flex {
  display: flex;
  align-items: center;
}

.staff-01 .flex + .flex {
  margin-top: 30px;
}

.staff-01 .flex figure img {
  border: 1px solid #aaabab;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.staff-01 .flex.staff figure img {
  width: 250px;
}

.staff-01 .flex > div {
  flex: 1;
  padding-left: 60px;
}

.staff-01 .flex > div h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
}

.staff-01 .flex > div p {
  line-height: 2;
  font-size: 16px;
}

.staff-01 .flex > div ul {
  display: flex;
  margin-top: 30px;
}

.staff-01 .flex > div ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #aaabab;
}

.staff-01 .flex > div ul li a img {
  width: 20px;
}

.staff-01 .flex > div ul li + li {
  margin-left: 15px;
}

.staff-01 dl {
  margin-top: 40px;
}

.staff-01 dl dt {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.staff-01 dl dd figure {
  text-align: center;
}

.staff-01 dl dd + dt {
  margin-top: 50px;
}

.staff-01 dl dd table {
  width: 100%;
  line-height: 1.8;
  font-size: 16px;
}

.staff-01 dl dd table tr {
  border-top: 1px solid #eee;
}

.staff-01 dl dd table th {
  white-space: nowrap;
  padding: 10px 20px;
}

.staff-01 dl dd table td {
  padding: 10px 20px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .staff-01 {
    padding: 0 30px;
  }
  .staff-01 .flex {
    position: relative;
    justify-content: flex-end;
    padding-top: 260px;
  }
  .staff-01 .flex + .flex {
    margin-top: 60px;
  }
  .staff-01 .flex figure {
    position: absolute;
    top: 0;
    left: 0;
  }
  .staff-01 .flex figure img {
    width: 300px;
    height: auto;
  }
  .staff-01 .flex.staff figure img {
    width: 300px;
    height: auto;
  }
  .staff-01 .flex > div {
    position: static;
    flex: 0 1 auto;
    width: 540px;
    padding: 40px;
    border: 2px solid #1a1a1a;
    background: #fff;
    z-index: 2;
  }
  .staff-01 .flex > div h3 {
    position: absolute;
    top: 80px;
    right: 0;
    width: 100%;
    padding-left: 60%;
    margin-bottom: 0;
    font-size: 26px;
    line-height: 1.5;
  }
  .staff-01 .flex > div p {
    font-size: 22px;
  }
  .staff-01 .flex > div ul li a {
    width: 60px;
    height: 60px;
  }
  .staff-01 .flex > div ul li a img {
    width: 25px;
  }
  .staff-01 .flex > div ul li + li {
    margin-left: 20px;
  }
  .staff-01 dl {
    margin-top: 60px;
  }
  .staff-01 dl dt {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .staff-01 dl dd + dt {
    margin-top: 60px;
  }
  .staff-01 dl dd table {
    font-size: 22px;
  }
  .staff-01 dl dd table tr {
    border-top: 1px solid #eee;
  }
  .staff-01 dl dd table th {
    vertical-align: top;
    padding: 15px 20px;
  }
  .staff-01 dl dd table td {
    padding: 15px 0 15px 20px;
  }
}
/* youtube紹介
--------------------------------------------------------------- */
.staff-02 {
  position: relative;
  padding: 60px 0;
  background: #eef2f6;
}

.staff-02 .inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.staff-02 .video {
  overflow: hidden;
  width: 800px;
  height: 420px;
  border-radius: 10px;
  border: 2px solid #fff;
}

.staff-02 .video iframe {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .staff-02 {
    padding: 40px 30px;
  }
  .staff-02 .video {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
}
/*
  キャンペーン情報
=============================================================== */
.campaign-01 .box ul {
  display: flex;
  flex-wrap: wrap;
}

.campaign-01 .box ul li {
  width: 32%;
  margin-top: 20px;
}

.campaign-01 .box ul li + li {
  margin-left: 2%;
}

.campaign-01 .box ul li:nth-child(3n+1) {
  margin-left: 0;
}

.campaign-01 .box ul li:nth-child(-n+3) {
  margin-top: 0;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .campaign-01 {
    padding: 0 30px;
  }
  .campaign-01 .box ul {
    justify-content: space-between;
  }
  .campaign-01 .box ul li {
    width: 48%;
    margin-top: 20px;
  }
  .campaign-01 .box ul li + li {
    margin-left: 0;
  }
  .campaign-01 .box ul li:nth-child(-n+3) {
    margin-top: 20px;
  }
  .campaign-01 .box ul li:nth-child(-n+2) {
    margin-top: 20px;
  }
}
/*
  アクセス
=============================================================== */
.access-01 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.access-01 .box figure {
  overflow: hidden;
  width: 50%;
  border-radius: 6px;
}

.access-01 .box ul {
  flex: 1;
  margin-left: 40px;
  font-size: 16px;
}

.access-01 .box ul li + li {
  position: relative;
  margin-top: 30px;
}

.access-01 .box ul li + li:before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50px;
  width: 12px;
  height: 12px;
  background: url(../img/common/arrow_bottom_b-short.png) no-repeat;
  background-size: contain;
  background-position: bottom center;
}

.access-01 .box ul li span {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 60px;
  background: #767676;
  font-weight: 700;
  color: #fff;
}

.access-02 {
  min-width: 1200px;
  height: 400px;
}

.access-02 iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .access-01 {
    padding: 0 30px;
  }
  .access-01 .box {
    align-items: flex-start;
    flex-direction: column;
  }
  .access-01 .box figure {
    width: 100%;
  }
  .access-01 .box ul {
    margin-top: 50px;
    margin-left: 0;
    font-size: 24px;
  }
  .access-01 .box ul li + li {
    margin-top: 40px;
  }
  .access-01 .box ul li + li:before {
    top: -32px;
    left: 100px;
    width: 22px;
    height: 22px;
  }
  .access-01 .box ul li span {
    padding: 15px 25px;
  }
  .access-02 {
    width: 640px;
    min-width: 640px;
    height: 500px;
  }
}
/*
  採用情報
=============================================================== */
.recruit-01 .txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.pro-04 .link {
  text-align: right;
  margin-top: 30px;
}

.pro-04 .link a {
  display: inline-block;
  border-radius: 80px;
  background: linear-gradient(135deg, #aaabab, #767676);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.pro-04 .link a span {
  display: flex;
  align-items: center;
  width: 280px;
  height: 60px;
  padding: 0 40px;
  background: url(https://claramedical.or.jp/wp-content/themes/swell_child/assets/images/common/arrow_left_link_white2.png) no-repeat right 30px center/12px auto;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .recruit-01 .txt {
    font-size: 24px;
  }
  .pro-04 .link a {
    margin: 20px auto 0;
    font-size: 24px;
  }
  .pro-04 .link a span {
    width: 420px;
    height: 80px;
    padding: 0 60px;
    background-position: right 40px center;
    background-size: 20px auto;
  }
}
/*
  症例写真詳細
=============================================================== */
.case-box {
  margin-top: 40px;
}

.case-box {
  margin-top: 0;
}

.case-box h3 {
  margin-top: 40px;
  font-size: 20px;
}

.case-box .h3-cate {
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1.8;
  font-size: 20px;
  border-bottom: 2px solid #4f4d58;
}

.case-box p {
  margin-top: 40px;
  line-height: 2;
  font-size: 16px;
}

/* 症例写真横幅調整220906 */
.single .case-post > img {
  max-width: 650px;
}

.case-text {
  margin-top: 50px;
}

.case-text table {
  width: 100%;
  border: solid #ccc;
  border-width: 1px 0 0 1px;
  line-height: 1.6;
}

.case-text table th {
  white-space: nowrap;
  padding: 10px;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
  background: #eee;
}

.case-text table td {
  padding: 10px;
  border: solid #ccc;
  border-width: 0 1px 1px 0;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .case-box {
    margin-top: 60px;
  }
  .case-box h3 {
    margin-top: 30px;
    font-size: 28px;
  }
  .case-box .h3-cate {
    margin-bottom: 40px;
    padding-bottom: 15px;
    line-height: 1.6;
    font-size: 28px;
  }
  .case-box p {
    font-size: 24px;
  }
  .single .case-post > img {
    max-width: 100%;
  }
  .case-text table,
  .case-text table tbody,
  .case-text table tr,
  .case-text table th,
  .case-text table td {
    display: block;
  }
  .case-text table {
    font-size: 24px;
  }
  .case-text table th {
    text-align: left;
    padding: 20px;
  }
  .case-text table td {
    padding: 20px;
  }
}
/*
  新型コロナウイルス感染症の対策について
=============================================================== */
.clinic-01 dl dt {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.clinic-01 dl dd .txt {
  margin-bottom: 40px;
  line-height: 2;
  font-size: 16px;
}

.clinic-01 dl dd div {
  padding: 40px 60px;
  background: #eef2f6;
  border-radius: 6px;
}

.clinic-01 dl dd div ul {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.8;
}

.clinic-01 dl dd div ul li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
}

.clinic-01 dl dd div ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon_check.png) no-repeat center/contain;
}

.clinic-01 dl dd div .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clinic-01 dl dd div .col2 li {
  width: 48%;
}

.clinic-01 dl dd div .col2 li:nth-child(-n+2) {
  margin-top: 0;
}

.clinic-01 dl dd + dt {
  margin-top: 60px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .clinic-01 dl {
    padding: 0 30px;
  }
  .clinic-01 dl dt {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .clinic-01 dl dd .txt {
    margin-bottom: 40px;
    font-size: 24px;
  }
  .clinic-01 dl dd div {
    padding: 30px;
  }
  .clinic-01 dl dd div ul {
    font-size: 24px;
  }
  .clinic-01 dl dd div ul li {
    margin-top: 25px;
    padding-left: 35px;
  }
  .clinic-01 dl dd div ul li:before {
    top: 10px;
    width: 22px;
    height: 22px;
  }
  .clinic-01 dl dd div .col2 {
    display: block;
  }
  .clinic-01 dl dd div .col2 li {
    width: 100%;
  }
  .clinic-01 dl dd div .col2 li:nth-child(-n+2) {
    margin-top: 25px;
  }
  .clinic-01 dl dd + dt {
    margin-top: 80px;
  }
}
/*
  初めての方へ
=============================================================== */
.guide-01 dl dt {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.guide-01 dl dd + dt {
  margin-top: 40px;
}

.guide-01 dl dd > div {
  position: relative;
  text-align: right;
}

.guide-01 dl dd > div p {
  line-height: 2;
  font-size: 16px;
  text-align: left;
}

.guide-01 dl dd > div a {
  display: inline-block;
  margin-top: 30px;
  border-radius: 80px;
  background: linear-gradient(135deg, #aaabab, #767676);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.guide-01 dl dd > div a span {
  display: flex;
  align-items: center;
  width: 280px;
  height: 60px;
  padding: 0 40px;
  background: url(https://claramedical.or.jp/wp-content/themes/swell_child/assets/images/common/arrow_left_link_white2.png) no-repeat right 30px center/12px auto;
}

.guide-01 .txt {
  margin-bottom: 40px;
  line-height: 2;
  font-size: 16px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .guide-01 {
    margin-top: 40px !important;
    padding: 0 30px;
  }
  .guide-01 dl dt {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 28px;
  }
  .guide-01 dl dd + dt {
    margin-top: 80px;
  }
  .guide-01 dl dd > div p {
    line-height: 2;
    font-size: 24px;
  }
  .guide-01 .txt {
    font-size: 24px;
  }
  .guide-01 dl dd > div a {
    margin: 40px auto 0;
    font-size: 24px;
  }
  .guide-01 dl dd > div a span {
    width: 420px;
    height: 80px;
    padding: 0 60px;
    background-position: right 40px center;
    background-size: 20px auto;
  }
}
/*
  悩み別コンテンツ
=============================================================== */
.trouble-01 h2 {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.trouble-01 dd + dt {
  margin-top: 80px;
}

.trouble-01 dd + dd {
  margin-top: 60px;
}

.trouble-01 dd .txt {
  font-size: 16px;
  line-height: 2;
}

.trouble-01 dd .center {
  margin-top: 40px;
  text-align: center;
}

.trouble-01 dd .link {
  margin-top: 20px;
  font-weight: 700;
  text-align: right;
}

.trouble-01 dd .link a {
  display: inline-block;
  padding-right: 30px;
  background: url(../img/common/arrow_left_b-short.png) no-repeat right center/15px auto;
  color: #1a1a1a;
}

.trouble-01 dd .flex {
  display: flex;
}

.trouble-01 dd .flex > div {
  flex: 1;
  padding-left: 50px;
}

.trouble-01 dd .flex > div p {
  font-size: 16px;
  line-height: 2;
}

.trouble-01 .col3-flex {
  display: flex;
  justify-content: space-between;
}

.trouble-01 .col3-flex li {
  width: 31.5%;
}

.trouble-01 .col3-flex li figure {
  margin-bottom: 25px;
  padding: 30px 0;
  text-align: center;
  background: #f5f5f5;
}

.trouble-01 .col3-flex li h3 {
  margin-bottom: 15px;
  text-align: center;
  font-size: 20px;
}

.trouble-01 .col3-flex li p {
  line-height: 2;
  font-size: 16px;
}

.trouble-01 dd .txt + .trouble-list {
  margin-top: 40px;
}

.trouble-01 .trouble-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  border-radius: 6px;
  background: #eef2f6;
}

.trouble-01 .trouble-list li + li {
  margin-top: 20px;
}

.trouble-01 .trouble-list li h3 {
  width: 30%;
  line-height: 1.6;
  text-align: center;
  font-size: 20px;
}

.trouble-01 .trouble-list li p {
  flex: 1;
  padding: 10px 0 10px 30px;
  border-left: 1px solid #dfe0e0;
  line-height: 2;
  font-size: 16px;
}

.trouble-01 .trouble-list li p span {
  display: block;
  margin-top: 20px;
  text-align: right;
  font-weight: 700;
}

.trouble-01 .trouble-list li p span a {
  display: inline-block;
  padding-right: 30px;
  background: url(../img/common/arrow_left_b-short.png) no-repeat right center/15px auto;
  color: #1a1a1a;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .trouble-01 {
    padding: 0 30px;
  }
  .trouble-01 h2 {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 28px;
  }
  .trouble-01 dd + dt {
    margin-top: 60px;
  }
  .trouble-01 dd .txt {
    font-size: 24px;
  }
  .trouble-01 dd .center {
    margin-top: 40px;
    text-align: center;
  }
  .trouble-01 dd .link {
    margin-top: 30px;
  }
  .trouble-01 dd .link a {
    padding-right: 30px;
    font-size: 26px;
    background-size: 20px auto;
  }
  .trouble-01 dd .flex {
    flex-direction: column;
  }
  .trouble-01 dd .flex > figure {
    text-align: center;
  }
  .trouble-01 dd .flex > div {
    margin-top: 30px;
    padding-left: 0;
  }
  .trouble-01 dd .flex > div p {
    font-size: 24px;
  }
  .trouble-01 .col3-flex {
    flex-direction: column;
  }
  .trouble-01 .col3-flex li {
    width: 100%;
  }
  .trouble-01 .col3-flex li + li {
    margin-top: 40px;
  }
  .trouble-01 .col3-flex li figure {
    margin-bottom: 40px;
  }
  .trouble-01 .col3-flex li h3 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .trouble-01 .col3-flex li p {
    font-size: 24px;
  }
  .trouble-01 dd .txt + .trouble-list {
    margin-top: 60px;
  }
  .trouble-01 .trouble-list li {
    display: block;
    padding: 30px 40px;
  }
  .trouble-01 .trouble-list li + li {
    margin-top: 30px;
  }
  .trouble-01 .trouble-list li h3 {
    white-space: normal;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #dfe0e0;
    font-size: 28px;
  }
  .trouble-01 .trouble-list li p {
    padding: 20px 0 0;
    border-left: none;
    font-size: 24px;
  }
  .trouble-01 .trouble-list li p span {
    margin-top: 30px;
  }
  .trouble-01 .trouble-list li p span a {
    padding-right: 30px;
    font-size: 26px;
    background-size: 20px auto;
  }
}
/*
  基本理念
=============================================================== */
/* 理念
--------------------------------------------------------------- */
.philo-01 figure.center {
  text-align: center;
}

.philo-01 .read {
  margin-top: 40px;
  line-height: 2.2;
  font-size: 16px;
}

.philo-01 dl {
  margin-top: 50px;
}

.philo-01 dl dt {
  margin-bottom: 30px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.philo-01 dl dd figure {
  text-align: center;
}

.philo-01 dl dd + dt {
  margin-top: 50px;
}

.philo-01 dl dd .flex01 {
  display: flex;
  justify-content: center;
  background: url(../img/under/bg_.philo-01_x.png) no-repeat top 80px center;
}

.philo-01 dl dd .flex01 li {
  width: 460px;
  padding: 0 30px;
}

.philo-01 dl dd .flex01 li .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 230px;
  margin: 0 auto 30px;
  background: url(../img/under/bg_.philo-01.png) no-repeat center/contain;
  font-size: 20px;
  font-weight: 700;
}

.philo-01 dl dd .flex01 li .title span {
  margin-top: 10px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  color: #aaabab;
}

.philo-01 dl dd .flex01 li .txt {
  line-height: 2;
  font-size: 16px;
}

.philo-01 dl dd .txt {
  line-height: 2.2;
  font-size: 16px;
}

.philo-01 dl dd .flex02 {
  display: flex;
  margin-top: 40px;
}

.philo-01 dl dd .flex02 li {
  width: 50%;
}

.philo-01 dl dd .flex02 li figure {
  text-align: center;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .philo-01 .read {
    padding: 0 30px;
    font-size: 22px;
  }
  .philo-01 dl {
    padding: 0 30px;
  }
  .philo-01 dl dt {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .philo-01 dl dd + dt {
    margin-top: 60px;
  }
  .philo-01 dl dd .flex01 {
    background-size: 30px auto;
    background-position: top 100px center;
  }
  .philo-01 dl dd .flex01 li {
    width: 50%;
    padding: 0;
  }
  .philo-01 dl dd .flex01 li .title {
    margin: 0 auto 30px;
    line-height: 1.4;
    font-size: 26px;
  }
  .philo-01 dl dd .flex01 li .title span {
    margin-top: 5px;
    font-size: 24px;
  }
  .philo-01 dl dd .flex01 li .txt {
    font-size: 22px;
  }
  .philo-01 dl dd .flex01 li:nth-child(1) .txt {
    padding-right: 20px;
  }
  .philo-01 dl dd .flex01 li:nth-child(2) .txt {
    padding-left: 20px;
  }
  .philo-01 dl dd .txt {
    font-size: 22px;
  }
}
/* 理念：クリニックインフォ
--------------------------------------------------------------- */
.philo-02 .read {
  text-align: center;
  font-size: 16px;
  line-height: 2.2;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .philo-02 .read {
    padding: 0 30px;
    text-align: left;
    font-size: 22px;
  }
}
/* ===============================================================

  施術カテゴリページ

=============================================================== */
/*
  施術カテゴリページ : 共通
=============================================================== */
/* カテゴリリスト
--------------------------------------------------------------- */
.tr-cate-list ul {
  display: flex;
  flex-wrap: wrap;
}

.tr-cate-list ul li {
  width: 32%;
  margin-top: 30px;
}

.tr-cate-list ul li + li {
  margin-left: 2%;
}

.tr-cate-list ul li:nth-child(3n+1) {
  margin-left: 0;
}

.tr-cate-list ul li:nth-child(-n+3) {
  margin-top: 0;
}

.tr-cate-list ul li a {
  display: block;
  color: #1a1a1a;
  transition: 0.2s;
}

.tr-cate-list ul li a img {
  border-radius: 6px;
  transition: 0.2s;
}

.tr-cate-list ul li a img:hover {
  opacity: 0.8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.tr-cate-list ul li a h2 {
  margin-top: 10px;
  padding-left: 15px;
  line-height: 1.6;
  background: url(../img/common/arrow_left_link_black.png) no-repeat left center/5px auto;
  font-size: 18px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-cate-list {
    padding: 0 30px;
  }
  .tr-cate-list ul {
    justify-content: space-between;
  }
  .tr-cate-list ul li {
    width: 48%;
    margin-top: 40px;
  }
  .tr-cate-list ul li + li {
    margin-left: 0;
  }
  .tr-cate-list ul li:nth-child(-n+3) {
    margin-top: 40px;
  }
  .tr-cate-list ul li:nth-child(-n+2) {
    margin-top: 0;
  }
  .tr-cate-list ul li a img:hover {
    opacity: 1;
    box-shadow: none;
  }
  .tr-cate-list ul li a h2 {
    margin-top: 10px;
    padding-left: 20px;
    line-height: 1.5;
    background-size: 8px auto;
    font-size: 22px;
  }
}
/* ===============================================================

  [通常]施術ページ

=============================================================== */
/*
  [通常]施術ページ : 共通
=============================================================== */
/* サブビジュアル
--------------------------------------------------------------- */
.sv {
  width: 100%;
  height: 400px;
  background: url(../img/under/bg_sv.gif) no-repeat center;
}

.sv.cate {
  height: 240px;
}

.sv .flex {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.sv .flex .h1-box {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px 0 20px 50px;
  border-left: 2px solid #1a1a1a;
}

.sv .flex .h1-box p {
  margin-bottom: 20px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #aaabab;
}

.sv .flex .h1-box h1 {
  line-height: 1.4;
  font-size: 36px;
}

.sv .flex .des {
  margin-top: 30px;
  padding-left: 50px;
  line-height: 2;
  font-size: 16px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .sv {
    height: 500px;
    padding: 0 30px;
    background-image: url(../img/under/bg_sv_sp.gif);
  }
  .sv.cate {
    height: 300px;
  }
  .sv .flex .h1-box {
    padding: 15px 0 15px 40px;
  }
  .sv .flex .h1-box p {
    margin-bottom: 15px;
    font-size: 34px;
  }
  .sv .flex .h1-box h1 {
    line-height: 1.3;
    font-size: 46px;
  }
  .sv .flex .des {
    margin-top: 40px;
    padding-left: 0;
    line-height: 2;
    font-size: 22px;
  }
}
/* パンクズナビ
--------------------------------------------------------------- */
.pankz {
  width: 100%;
  height: 60px;
  margin-bottom: 0;
}

.pankz ul {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 12px;
}

.pankz ul li {
  position: relative;
}

.pankz ul li + li {
  margin-left: 30px;
}

.pankz ul li + li:before {
  content: "/";
  position: absolute;
  top: 0;
  left: -18px;
}

.pankz ul li a {
  display: inline-block;
  color: #1a1a1a;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .pankz {
    overflow: hidden;
    padding: 0 30px;
    height: 80px;
  }
  .pankz ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 12px;
  }
  .pankz ul li + li {
    margin-left: 30px;
  }
  .pankz ul li + li:before {
    left: -18px;
  }
}
/* ページ内ナビゲーション
--------------------------------------------------------------- */
.pagenav {
  margin-bottom: 60px;
}

.pagenav ul {
  display: flex;
  flex-wrap: wrap;
}

.pagenav ul li {
  width: 22%;
  margin-top: 10px;
}

.pagenav ul li + li {
  margin-left: 4%;
}

.pagenav ul li:nth-child(4n+1) {
  margin-left: 0;
}

.pagenav ul li:nth-child(-n+4) {
  margin-top: 0;
}

.pagenav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 30px 0 10px;
  border-bottom: 1px solid #aaabab;
  background: url(../img/common/arrow_bottom_link_black.png) no-repeat right 10px center/10px auto;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.6;
}

.pagenav ul li a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #1a1a1a;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.2s;
}

.pagenav ul li a:hover::after {
  transform: scale(1, 1);
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .pagenav {
    margin: 20px 0 80px;
    padding: 0 30px;
  }
  .pagenav ul {
    justify-content: space-between;
  }
  .pagenav ul li {
    width: 49%;
    margin-top: 0;
  }
  .pagenav ul li + li {
    margin-left: 0;
  }
  .pagenav ul li:nth-child(-n+4) {
    margin-top: 0;
  }
  .pagenav ul li a {
    height: 80px;
    padding: 0 30px 0 5px;
    background-size: 12px auto;
    font-size: 20px;
  }
  .pagenav ul li a::after {
    display: none;
  }
}
/* 施術ページレイアウト / h2
--------------------------------------------------------------- */
.tr-page {
  position: relative;
}

.tr-page > div + div {
  margin-top: 80px;
}

.tr-page .h2-box {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  margin-bottom: 50px;
}

.tr-page .h2-box h2 {
  line-height: 1.4;
  font-size: 18px;
}

.tr-page .h2-box p {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 48px;
  color: #aaabab;
}
@media screen and (max-width: 767px) {
  .tr-page .h2-box p {
    font-size: 28px;
    margin-bottom: 12px;
  }
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-page > div + div {
    margin-top: 36px;
  }
  .tr-page .h2-box {
    margin-bottom: 18px;
  }
  .tr-page .h2-box h2 {
    font-size: 14px;
  }
}
/* ◯◯とは
--------------------------------------------------------------- */
.tr-about {
  position: relative;
}

.tr-about figure {
  text-align: center;
}

.tr-about figure img {
  width: 640px;
}

.tr-about .txt {
  margin-top: 50px;
  padding: 0 100px;
  line-height: 2.2;
  font-size: 16px;
}

.tr-about .txt a {
  text-decoration: underline;
  color: #1a1a1a;
}

.tr-about .read {
  margin-top: -20px;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-about figure img {
    width: 100%;
  }
  .tr-about .txt {
    padding: 0 18px;
    font-size: 14px;
  }
  .tr-about .read {
    white-space: normal;
    margin-top: -10px;
    font-size: 13px;
  }
}
/* ◯◯の効果（メリット）
--------------------------------------------------------------- */
.tr-merit {
  position: relative;
  padding: 60px 0;
  background: #eef2f6;
}

.tr-merit .read {
  margin-top: -20px;
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
}

.tr-merit .merit-list {
  margin-top: 120px;
}

.tr-merit .merit-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
}

.tr-merit .merit-list ul li {
  position: relative;
  margin-top: 40px;
  padding: 100px 40px 40px;
  border-radius: 6px;
  background: #fff;
}

.tr-merit .merit-list ul li:nth-child(-n+2) {
  margin-top: 0;
}

.tr-merit .merit-list ul li .no {
  position: absolute;
  left: 40px;
  top: -46px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
}

.tr-merit .merit-list ul li figure {
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -48px;
}

.tr-merit .merit-list ul li figure img {
  border: 2px solid #1a1a1a;
  border-radius: 100%;
}

.tr-merit .merit-list ul li h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  margin-top: 0;
}

.tr-merit .merit-list ul li .sub {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.tr-merit .merit-list ul li .txt {
  font-size: 16px;
  line-height: 2;
}

.tr-merit .merit-list ul li .txt + .sub {
  margin-top: 20px;
}

.tr-merit .merit-list ul.col2 li {
  width: 48%;
  margin-top: 60px;
}

.tr-merit .merit-list ul.col2 li:nth-child(-n+2) {
  margin-top: 0;
}

.tr-merit .medical-list {
  margin-top: 40px;
}

.tr-merit .medical-list + .medical-list {
  margin-top: 60px;
}

.tr-merit .medical-list.mt0 {
  margin-top: 0;
}

.tr-merit .medical-list .title {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.tr-merit .medical-list ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 40px;
  border-radius: 6px;
  background: #fff;
}

.tr-merit .medical-list ul li + li {
  margin-top: 20px;
}

.tr-merit .medical-list ul li h3 {
  white-space: nowrap;
  width: 30%;
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.tr-merit .medical-list ul li .p {
  flex: 1;
  padding: 10px 0 10px 30px;
  border-left: 1px solid #dfe0e0;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 767px) {
  .tr-merit .medical-list ul li .p {
    padding: 10px 0 0 0;
    border-left: none;
    font-size: 14px;
  }
}

.tr-merit .medical-list ul li p span {
  display: block;
  font-weight: 700;
}

.tr-merit .merit-list.noimage {
  margin-top: 80px;
}

.tr-merit .merit-list.noimage ul li {
  padding-top: 60px;
}

.tr-merit .merit-list.noimage ul li .no {
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-merit {
    padding: 48px 18px;
  }
  .tr-merit .read {
    white-space: normal;
    margin-top: -6px;
    font-size: 13px;
  }
  .tr-merit .merit-list {
    margin-top: 72px;
  }
  .tr-merit .merit-list ul {
    flex-direction: column;
  }
  .tr-merit .merit-list ul li {
    padding: 78px 24px 24px;
  }
  .tr-merit .merit-list ul li + li {
    margin-top: 60px;
  }
  .tr-merit .merit-list ul li .no {
    left: 36px;
    top: -30px;
    font-size: 36px;
  }
  .tr-merit .merit-list ul li figure {
    top: -30px;
    width: 90px;
  }
  .tr-merit .merit-list ul li h3 {
    margin-bottom: 18px;
    line-height: 1.6;
    font-size: 16px;
  }
  .tr-merit .merit-list ul li h3.left {
    text-align: left;
  }
  .tr-merit .merit-list ul li .sub {
    margin-bottom: 9px;
    padding-bottom: 6px;
    font-size: 15px;
  }
  .tr-merit .merit-list ul li .txt {
    font-size: 14px;
  }
  .tr-merit .merit-list ul li .txt + .sub {
    margin-top: 24px;
  }
  .tr-merit .merit-list ul.col2 li {
    width: 100%;
  }
  .tr-merit .merit-list ul.col2 li:nth-child(-n+2) {
    margin-top: 60px;
  }
  .tr-merit .merit-list ul.col2 li:first-child {
    margin-top: 0;
  }
  .tr-merit .merit-list ul.col2 li + li {
    margin-top: 60px;
  }
  .tr-merit .merit-list.noimage ul.col2 li + li {
    margin-top: 10px;
  }
  .tr-merit .medical-list {
    margin-top: 36px;
  }
  .tr-merit .medical-list .title {
    margin-bottom: 18px;
    font-size: 16px;
  }
  .tr-merit .medical-list ul li {
    display: block;
    padding: 18px 24px;
  }
  .tr-merit .medical-list ul li + li {
    margin-top: 18px;
  }
  .tr-merit .medical-list ul li h3 {
    white-space: normal;
    width: 100%;
    padding-bottom: 12px;
    line-height: 1.5;
    text-align: left;
    border-bottom: 1px solid #dfe0e0;
    font-size: 16px;
  }
  .tr-merit .medical-list ul li p {
    padding: 12px 0 0;
    border-left: none;
    font-size: 14px;
  }
  .tr-merit .merit-list.noimage {
    margin-top: 48px;
  }
  .tr-merit .merit-list.noimage ul li + li {
    margin-top: 36px;
  }
  .tr-merit .merit-list.noimage ul li {
    padding-top: 42px;
  }
  .tr-merit .merit-list.noimage ul li .no {
    top: -30px;
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #injections {
    margin-top: 0;
  }
}

/* ◯◯の症例写真
--------------------------------------------------------------- */
.tr-ba {
  position: relative;
}

.tr-ba .read {
  line-height: 1.8;
  margin-top: -20px;
  text-align: center;
  font-size: 16px;
}

.tr-ba .ba-list {
  margin-top: 60px;
}

.tr-ba .ba-list > ul {
  display: flex;
  flex-wrap: wrap;
}

.tr-ba .ba-list > ul > li {
  width: 22%;
  margin-top: 30px;
}

.tr-ba .ba-list > ul > li + li {
  margin-left: 4%;
}

.tr-ba .ba-list > ul > li:nth-child(4n+1) {
  margin-left: 0;
}

.tr-ba .ba-list > ul > li:nth-child(-n+4) {
  margin-top: 0;
}

.tr-ba .ba-list > ul > li > a {
  position: relative;
  display: block;
}

.tr-ba .ba-list > ul > li > a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 242px;
  transition: 0.2s;
}

.tr-ba .ba-list > ul > li > a:hover img {
  opacity: 0.8;
}

.tr-ba .ba-list > ul > li > a:before {
  content: url(../img/case/icon_glass.png);
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

.tr-ba .ba-list > ul > li ol {
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px -5px;
}

.tr-ba .ba-list > ul > li ol li {
  margin: 5px;
  border: 1px solid #1a1a1a;
}

.tr-ba .ba-list > ul > li ol li a {
  position: relative;
  display: block;
  padding: 5px 10px;
  color: #1a1a1a;
}

.tr-ba .ba-list > ul > li ol li a:before {
  content: "#";
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-ba {
    padding: 0 30px;
  }
  .tr-ba .read {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 0;
  }
  .tr-ba .ba-list {
    margin-top: 50px;
  }
  .tr-ba .ba-list > ul {
    justify-content: space-between;
  }
  .tr-ba .ba-list > ul > li {
    width: 48%;
    margin-top: 40px;
  }
  .tr-ba .ba-list > ul > li + li {
    margin-left: 0;
  }
  .tr-ba .ba-list > ul > li:nth-child(-n+4) {
    margin-top: 40px;
  }
  .tr-ba .ba-list > ul > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .tr-ba .ba-list > ul > li > a img {
    height: 278px;
  }
  .tr-ba .ba-list > ul > li > a:hover img {
    opacity: 1;
  }
  .tr-ba .ba-list > ul > li > a:before {
    right: 15px;
    bottom: 15px;
  }
  .tr-ba .ba-list > ul > li ol {
    margin: 10px -5px -5px;
  }
  .tr-ba .ba-list > ul > li ol li a {
    font-size: 18px;
  }
}
/* ◯◯の注意点（デメリットやダウンタイム）
--------------------------------------------------------------- */
.tr-dt {
  position: relative;
  padding: 60px 0;
  background: #dfe0e0;
}

.tr-dt .inner {
  padding: 40px 60px;
  border: 1px solid #1a1a1a;
  background: #fff;
}

.tr-dt .read {
  margin-top: -20px;
  text-align: center;
  font-size: 16px;
}

.tr-dt .read.left {
  text-align: left;
  line-height: 2;
}

.dt-list01,
.tr-dt .dt-list {
  margin-top: 40px;
}

.dt-list01 ul li,
.tr-dt .dt-list ul li {
  padding: 30px 0;
}

.dt-list01 ul li:first-child,
.tr-dt .dt-list ul li:first-child {
  padding-top: 0;
}

.dt-list01 ul li + li,
.tr-dt .dt-list ul li + li {
  border-top: 1px solid #dfe0e0;
}

.dt-list01 ul li .h3-box,
.tr-dt .dt-list ul li .h3-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.dt-list01 ul li .h3-box h3,
.tr-dt .dt-list ul li .h3-box h3 {
  order: 1;
  margin-left: 30px;
  font-size: 18px;
}

.dt-list01 ul li .h3-box .no,
.tr-dt .dt-list ul li .h3-box .no {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  color: #fff;
}

.dt-list01 ul li .h3-box .no:before,
.tr-dt .dt-list ul li .h3-box .no:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  transform: skewX(-20deg);
}

.dt-list01 ul li .h3-box .no span,
.tr-dt .dt-list ul li .h3-box .no span {
  position: relative;
  font-family: nobel, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  z-index: 2;
}

.dt-list01 ul li .txt,
.tr-dt .dt-list ul li .txt {
  font-size: 16px;
  line-height: 2;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-dt {
    padding: 48px 18px;
  }
  .tr-dt .h2-box h2 {
    line-height: 1.6;
    text-align: center;
  }
  .tr-dt .inner {
    padding: 24px 24px 0;
  }
  .tr-dt .read {
    margin-top: 0;
    line-height: 1.6;
    font-size: 14px;
  }
  .tr-dt .read.left {
    margin-bottom: 36px;
    line-height: 2;
  }
  .dt-list01,
  .tr-dt .dt-list {
    margin-top: 12px;
  }
  .dt-list01 ul li,
  .tr-dt .dt-list ul li {
    padding: 24px 0;
  }
  .dt-list01 ul li .h3-box,
  .tr-dt .dt-list ul li .h3-box {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .dt-list01 ul li .h3-box h3,
  .tr-dt .dt-list ul li .h3-box h3 {
    margin-left: 0;
    line-height: 1.5;
    font-size: 16px;
  }
  .dt-list01 ul li .h3-box .no,
  .tr-dt .dt-list ul li .h3-box .no {
    width: 72px;
    height: 22px;
    margin-bottom: 12px;
  }
  .dt-list01 ul li .h3-box .no span,
  .tr-dt .dt-list ul li .h3-box .no span {
    font-size: 16px;
  }
  .dt-list01 ul li .txt,
  .tr-dt .dt-list ul li .txt {
    font-size: 14px;
  }
}
/* ◯◯の料金のご案内
--------------------------------------------------------------- */
.tr-price .price-table {
  position: relative;
  margin-top: -20px;
}

.tr-price .price-table .price-title {
  margin-bottom: 20px;
  padding: 10px 0;
  text-align: center;
  border: solid #1a1a1a;
  border-width: 1px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.tr-price .price-table table + .price-title {
  margin-top: 60px;
}

.tr-price .price-table table {
  width: 100%;
  border: solid #dfe0e0;
  border-width: 1px 0 0 1px;
  font-size: 16px;
  line-height: 2;
}

.tr-price .price-table table caption {
  margin-bottom: 10px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
}

.tr-price .price-table table th {
  white-space: nowrap;
  width: 40%;
  padding: 20px;
  vertical-align: top;
  text-align: left;
  background: #efefef;
  border: solid #dfe0e0;
  border-width: 0 1px 1px 0;
}

.tr-price .price-table table th span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  text-decoration: underline;
}

.tr-price .price-table table td {
  padding: 20px;
  border: solid #dfe0e0;
  border-width: 0 1px 1px 0;
  text-align: center;
}

.tr-price .price-table table td.not {
  white-space: nowrap;
  width: 10%;
}

.tr-price .price-table table td:last-child {
  font-family: nobel, sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-price {
    padding: 0 18px;
  }
  .tr-price .price-table {
    margin-top: 48px;
  }
  .tr-price .price-table .price-title {
    margin-bottom: 36px;
    padding: 10px 0;
    font-size: 16px;
  }
  .tr-price .price-table table + .price-title {
    margin-top: 48px;
  }
  .tr-price .price-table table,
  .tr-price .price-table table tbody,
  .tr-price .price-table table tr,
  .tr-price .price-table table th,
  .tr-price .price-table table td,
  .tr-price .price-table table caption {
    display: block;
    padding: 0;
  }
  .tr-price .price-table table {
    position: relative;
    font-size: 14px;
  }
  .tr-price .price-table table caption {
    position: absolute;
    right: 0;
    top: -27px;
    margin-bottom: 0;
    font-size: 12px;
  }
  .tr-price .price-table table caption.initial-position_sp {
    position: initial;
    margin: 0;
  }
  .tr-price .price-table table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .tr-price .price-table table th,
  .tr-price .price-table table td {
    padding: 12px;
  }
  .tr-price .price-table table th {
    white-space: normal;
    width: 100%;
  }
  .tr-price .price-table table th span {
    font-size: 12px;
  }
  .tr-price .price-table table td {
    width: 50%;
  }
  .tr-price .price-table table td.not {
    white-space: normal;
    width: 50%;
  }
  .tr-price .price-table table td:last-child {
    font-size: 14px;
  }
}
/* ドクターメッセージ
--------------------------------------------------------------- */
.tr-message {
  position: relative;
  margin-top: 120px !important;
  background: #f5f7fa;
}

.tr-message .flex {
  position: relative;
  min-height: 430px;
  padding: 80px 0 60px 430px;
}

.tr-message .flex figure {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 350px;
  height: auto;
  z-index: 2;
  line-height: 0;
}

.tr-message .flex .box {
  height: 100%;
}

.tr-message .flex .box .txt {
  position: relative;
  padding: 40px 40px 60px;
  line-height: 2;
  font-size: 16px;
  background: #fff;
}

.tr-message .flex .box .txt:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 1px solid #1a1a1a;
  pointer-events: none;
}

.tr-message .flex .box .name {
  margin-top: 30px;
  font-weight: 700;
  font-size: 18px;
}

.tr-linkbtn01,
.tr-message .flex .box a {
  position: absolute;
  right: 60px;
  bottom: -30px;
  display: inline-block;
  border-radius: 80px;
  background: linear-gradient(135deg, #aaabab, #767676);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.tr-linkbtn01 span,
.tr-message .flex .box a span {
  display: flex;
  align-items: center;
  width: 280px;
  height: 60px;
  padding: 0 40px;
  background: url(https://claramedical.or.jp/wp-content/themes/swell_child/assets/images/common/arrow_left_link_white2.png) no-repeat right 30px center/12px auto;
}

.tr-linkbtn01:hover,
.tr-message .flex .box a:hover {
  opacity: 0.8;
}

.tr-linkbtn01 {
  right: auto;
  bottom: auto;
  position: relative;
}

.tr-linkbtn01 span {
  justify-content: center;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .tr-message {
    padding: 0 18px;
  }
  .tr-message .flex {
    padding: 200px 0 48px 12px;
  }
  .tr-message .flex figure {
    left: -12px;
    top: -36px;
    bottom: auto;
    width: 210px;
    z-index: 1;
  }
  .tr-message .flex .box .txt {
    padding: 24px 34px 40px 24px;
    font-size: 14px;
    z-index: 2;
  }
  .tr-message .flex .box .name {
    position: absolute;
    right: 40px;
    /* top: 180px; */
    margin-top: 0;
    text-align: right;
    line-height: 1.8;
    font-size: 14px;
    top: 84px;
    z-index: 2;
  }
  .tr-linkbtn01,
  .tr-message .flex .box a {
    right: 0;
    bottom: -24px;
    margin: 0 auto;
    font-size: 14px;
  }
  .tr-linkbtn01 span,
  .tr-message .flex .box a span {
    width: 252px;
    height: 48px;
    padding: 0 36px;
    background-position: right 24px center;
    background-size: 12px auto;
  }
}
/*
  プロモーションページ : 共通
=============================================================== */
/* スキンケアトライアルに含まれる施術と特徴
--------------------------------------------------------------- */
.pro-01 h2 {
  padding: 5px 0 5px 20px;
  border-left: 3px solid #1a1a1a;
  font-size: 20px;
}

.pro-01 ul {
  margin-top: 100px;
}

.pro-01 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pro-01 ul li + li {
  margin-top: 100px;
}

.pro-01 ul li .left {
  position: relative;
  width: 50%;
  text-align: right;
}

.pro-01 ul li .left .no {
  position: absolute;
  top: -60px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border: 1px solid #aeafaf;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pro-01 ul li .left .no em {
  font-size: 28px;
  color: #aaabab;
}

.pro-01 ul li .left .no i {
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  color: #aaabab;
  line-height: 0.8;
}

.pro-01 ul li .left .no i + i {
  font-size: 50px;
}

.pro-01 ul li > div {
  position: relative;
  width: 50%;
  padding-left: 60px;
}

.pro-01 ul li > div h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
}

.pro-01 ul li > div p {
  line-height: 2;
  font-size: 16px;
}

.pro-01 ul li > div span {
  display: block;
  margin-top: 20px;
  text-align: right;
}

.pro-01 ul li > div span a {
  display: inline-block;
  padding-right: 20px;
  background: url(../img/common/arrow_left_link_black.png) no-repeat right center/5px auto;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .pro-01 {
    padding: 0 30px;
  }
  .pro-01 h2 {
    padding: 10px 0 10px 30px;
    line-height: 1.5;
    font-size: 28px;
  }
  .pro-01 ul {
    margin-top: 80px;
  }
  .pro-01 ul li {
    flex-direction: column;
  }
  .pro-01 ul li + li {
    margin-top: 100px;
  }
  .pro-01 ul li .left {
    width: 100%;
  }
  .pro-01 ul li .left .no {
    top: -50px;
    left: 10px;
  }
  .pro-01 ul li .left .no i {
    font-size: 24px;
    line-height: 0.7;
  }
  .pro-01 ul li .left .no i + i {
    font-size: 60px;
  }
  .pro-01 ul li > div {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  .pro-01 ul li > div h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
  }
  .pro-01 ul li > div p {
    line-height: 2;
    font-size: 24px;
  }
  .pro-01 ul li > div span {
    margin-top: 30px;
  }
  .pro-01 ul li > div span a {
    padding-right: 30px;
    background-size: 8px auto;
    font-size: 24px;
  }
}
/* 「スキンケアトライアル以外」に含まれる施術と特徴
--------------------------------------------------------------- */
.pro-02 h2 {
  padding: 5px 0 5px 20px;
  border-left: 3px solid #1a1a1a;
  font-size: 20px;
}

.pro-02 ul {
  margin-top: 30px;
}

.pro-02 ul li + li {
  margin-top: 60px;
}

.pro-02 ul li h3 {
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
  background: #767676;
  font-size: 20px;
  color: #fff;
}

.pro-02 ul li .flex {
  display: flex;
}

.pro-02 ul li .flex > div {
  flex: 1;
  padding-left: 50px;
}

.pro-02 ul li .flex > div p {
  font-size: 16px;
  line-height: 2;
}

.pro-02 ul li .flex > div span {
  display: block;
  margin-top: 20px;
  text-align: right;
}

.pro-02 ul li .flex > div span a {
  display: inline-block;
  padding-right: 20px;
  background: url(../img/common/arrow_left_link_black.png) no-repeat right center/5px auto;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .pro-02 {
    padding: 0 30px;
  }
  .pro-02 h2 {
    padding: 10px 0 10px 30px;
    line-height: 1.5;
    font-size: 28px;
  }
  .pro-02 ul li h3 {
    font-size: 24px;
  }
  .pro-02 ul li .flex {
    flex-direction: column;
  }
  .pro-02 ul li .flex > figure {
    text-align: center;
  }
  .pro-02 ul li .flex > div {
    margin-top: 30px;
    padding-left: 0;
  }
  .pro-02 ul li .flex > div p {
    font-size: 24px;
  }
  .pro-02 ul li .flex > div span {
    margin-top: 30px;
  }
  .pro-02 ul li .flex > div span a {
    padding-right: 30px;
    background-size: 8px auto;
    font-size: 24px;
  }
}
/* Men's Clara おまかせセット
--------------------------------------------------------------- */
.pro-03 h2 {
  padding: 5px 0 5px 20px;
  border-left: 3px solid #1a1a1a;
  font-size: 20px;
}

.pro-03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

.pro-03 ul li {
  width: 48%;
  margin-top: 50px;
}

.pro-03 ul li:nth-child(-n+2) {
  margin-top: 0;
}

.pro-03 ul li a {
  display: block;
  color: #1a1a1a;
}

.pro-03 ul li h3 {
  margin-bottom: 15px;
  padding: 20px 0;
  text-align: center;
  background: #767676;
  font-size: 20px;
  color: #fff;
}

.pro-03 ul li a div p {
  font-size: 16px;
  line-height: 2;
}

.pro-03 ul li a div span {
  display: block;
  margin-top: 30px;
  text-align: right;
}

.pro-03 ul li a div span em {
  display: inline-block;
  padding-right: 20px;
  background: url(../img/common/arrow_left_link_black.png) no-repeat right center/5px auto;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .pro-03 {
    padding: 0 30px;
  }
  .pro-03 h2 {
    padding: 10px 0 10px 30px;
    line-height: 1.5;
    font-size: 28px;
  }
  .pro-03 ul {
    flex-direction: column;
    margin-top: 40px;
  }
  .pro-03 ul li {
    width: 100%;
    margin-top: 60px;
  }
  .pro-03 ul li:nth-child(-n+2) {
    margin-top: 60px;
  }
  .pro-03 ul li:first-child {
    margin-top: 0;
  }
  .pro-03 ul li h3 {
    font-size: 24px;
  }
  .pro-03 ul li a div p {
    font-size: 22px;
  }
  .pro-03 ul li a div span em {
    padding-right: 20px;
    background: url(../img/common/arrow_left_link_black.png) no-repeat right center/8px auto;
    font-size: 24px;
  }
}
/* アフタートリートメント
--------------------------------------------------------------- */
.pro-04 h2 {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.pro-04 h3 {
  margin-top: 40px;
  margin-bottom: 15px;
  padding: 20px 0;
  text-align: center;
  background: #767676;
  font-size: 20px;
  color: #fff;
}

.pro-04 dd .txt {
  font-size: 16px;
  line-height: 2;
}

.pro-04 dd table {
  width: 100%;
  border: solid #dfe0e0;
  border-width: 1px 0 0 1px;
  font-size: 16px;
  line-height: 2;
}

.pro-04 dd table th {
  white-space: nowrap;
  min-width: 25%;
  padding: 20px;
  border: solid #dfe0e0;
  border-width: 0 1px 1px 0;
  background: #efefef;
}

.pro-04 dd table td {
  padding: 20px;
  border: solid #dfe0e0;
  border-width: 0 1px 1px 0;
}

.pro-04 dd + dt {
  margin-top: 80px;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .pro-04 {
    padding: 0 30px;
  }
  .pro-04 h2 {
    padding: 10px 0 10px 30px;
    line-height: 1.5;
    font-size: 28px;
  }
  .pro-04 h3 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .pro-04 dd .txt {
    font-size: 24px;
  }
  .pro-04 dd table,
  .pro-04 dd table tbody,
  .pro-04 dd table tr,
  .pro-04 dd table th,
  .pro-04 dd table td {
    display: block;
  }
  .pro-04 dd table {
    font-size: 24px;
  }
  .pro-04 dd table th {
    min-width: 100%;
    padding: 20px 30px;
  }
  .pro-04 dd table td {
    padding: 20px 30px;
  }
  .pro-04 dd + dt {
    margin-top: 60px;
  }
}
/*
  [通常]施術ページ : メンズ脱毛
=============================================================== */
/* メンズクララの脱毛なら
--------------------------------------------------------------- */
.mens-dasumo01 {
  margin-top: 200px !important;
}

.mens-dasumo01 .box {
  position: relative;
  min-height: 270px;
  padding: 30px 40px 30px 370px;
  border-radius: 6px;
  background: #1a1a1a;
  color: #fff;
}

.mens-dasumo01 .box h2 {
  position: absolute;
  top: -145px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 535px;
  height: 99px;
  margin-left: -255px;
  padding: 0 10px 10px 0;
  background: url(../img/under/tr/mens-datsumo01_title.png) no-repeat;
  font-size: 28px;
  color: #1a1a1a;
  z-index: 2;
}

.mens-dasumo01 .box figure {
  position: absolute;
  left: 65px;
  bottom: 0;
}

.mens-dasumo01 .box .title {
  display: flex;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.mens-dasumo01 .box .title li {
  position: relative;
  padding-left: 1em;
}

.mens-dasumo01 .box .title li + li {
  margin-left: 40px;
}

.mens-dasumo01 .box .title li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 100%;
  background: #fff;
}

.mens-dasumo01 .box h3 {
  margin-bottom: 40px;
  font-size: 30px;
}

.mens-dasumo01 .box .masui {
  display: flex;
  margin-left: 10px;
}

.mens-dasumo01 .box .masui li {
  position: relative;
  width: 220px;
  height: 50px;
  background: #000;
}

.mens-dasumo01 .box .masui li span {
  position: absolute;
  top: -10px;
  left: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #a9aaaa;
  font-size: 20px;
  font-weight: 700;
}

.mens-dasumo01 .box .masui li + li {
  margin-left: 30px;
}

.mens-dasumo01 .box .price {
  margin-top: 20px;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}

.mens-dasumo01 .box .price span {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  font-size: 28px;
}

.mens-dasumo01 .box .price span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150px;
  width: 100px;
  height: 1px;
  background: #fff;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .mens-dasumo01 {
    margin-top: 230px !important;
  }
  .mens-dasumo01 .box {
    padding: 30px 30px 30px 250px;
    border-radius: 0;
  }
  .mens-dasumo01 .box h2 {
    top: -150px;
  }
  .mens-dasumo01 .box figure {
    left: 10px;
  }
  .mens-dasumo01 .box .title {
    flex-direction: column;
    margin-bottom: 25px;
    font-size: 20px;
  }
  .mens-dasumo01 .box .title li {
    position: relative;
    padding-left: 1em;
  }
  .mens-dasumo01 .box .title li + li {
    margin-top: 15px;
    margin-left: 0;
  }
  .mens-dasumo01 .box h3 {
    margin-left: 30px;
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 28px;
  }
  .mens-dasumo01 .box .masui li {
    width: 220px;
    height: 50px;
  }
  .mens-dasumo01 .box .price {
    font-size: 18px;
  }
  .mens-dasumo01 .box .price span {
    margin: 0 5px;
  }
  .mens-dasumo01 .box .price span:before {
    left: -100px;
    width: 50px;
  }
}
@media (max-width: 767px) {
  td.w100per_sp {
    width: 100% !important;
    display: block !important;
  }
}
/* コース */
.bodymake_txt01 {
  font-size: 20px;
}

.dermapen_course_list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 40px;
}

.dermapen_course_list01 > div {
  width: 340px;
}

.dermapen_course_list01 h2 {
  line-height: 1.5;
  padding: 5px 0 5px 20px;
  border-left: 3px solid #1a1a1a;
  font-size: 20px;
}

.dermapen_course_list01 .txt {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .dermapen_course_list01 {
    gap: 40px;
  }
  .dermapen_course_list01 .txt {
    font-size: 14px;
  }
  /* .dermapen_course_list01 h2 {font-size: 32px;} */
  .bodymake_txt01 {
    font-size: 20px;
  }
  .dermapen_course_list01 > div {
    width: 100%;
  }
}
/* スキンケア新コース */
.new-skincare-trial_title01 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #767676;
  line-height: 1.5;
  padding: 10px;
  margin: 40px 0 0;
  letter-spacing: 0.05em;
}

.new-skincare-trial_title01:not(:first-of-type) {
  margin: 80px 0 0;
}

.new-skincare-trial_title02 {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding: 10px;
  border-top: 1px solid #767676;
  border-bottom: 1px solid #767676;
  margin: 40px 0 0;
}

.new-skincare-trial_flexbox01 {
  display: flex;
  gap: 40px;
  margin: 40px 0 0;
}

.new-skincare-trial_flexbox01 figure {
  flex-shrink: 0;
  width: 280px;
}

.new-skincare-trial_flexbox01 p {
  line-height: 2;
  font-size: 16px;
}

.new-skincare-trial_linkwrapper {
  display: block;
  text-align: right;
  margin: 40px 0 0;
}

.new-skincare-trial_linkwrapper a {
  display: inline-block;
  padding-right: 30px;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/new-skincare-trial_arrow01.png) no-repeat right center;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
}

.new-skincare-trial_linkwrapper a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .new-skincare-trial_about {
    padding: 0 30px;
  }
  .new-skincare-trial_title01 {
    font-size: 26px;
  }
  .new-skincare-trial_title02 {
    font-size: 24px;
  }
  .new-skincare-trial_flexbox01 {
    display: block;
  }
  .new-skincare-trial_flexbox01::after {
    content: "";
    display: block;
    clear: both;
  }
  .new-skincare-trial_flexbox01 figure {
    float: left;
    margin: 0 30px 10px 0;
  }
  .new-skincare-trial_flexbox01 p {
    font-size: 22px;
  }
  .new-skincare-trial_linkwrapper a {
    font-size: 24px;
  }
}
.dermapen_course_list01 .txt02 {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 0;
  border-radius: 6px;
  background: #efefef;
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .dermapen_course_list01 {
    gap: 60px;
  }
  .dermapen_course_list01 h2 {
    font-size: 28px;
  }
  .dermapen_course_list01 .txt02 {
    font-size: 14px;
    padding: 12px 24px;
  }
  .bodymake_txt01 {
    font-size: 14px !important;
  }
}
/* スキンケアトライアルページ修正 */
.mens-dasumo01--skincare .box {
  color: #000;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/mens-dasumo01_bg01.png) top center/cover;
  border: 1px solid #bebebe;
  padding-left: 270px;
}

.mens-dasumo01--skincare .box .masui li {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  width: auto;
  height: auto;
}

.mens-dasumo01--skincare .box .masui li p {
  position: relative;
  height: 100%;
  width: 100%;
  top: -10px;
  left: -10px;
}

.mens-dasumo01--skincare .box .masui li p span {
  position: initial;
  border: 1px solid #777777;
  padding: 20px 30px 10px 30px;
}

.mens-dasumo01--skincare .box figure {
  left: 35px;
}

.mens-dasumo01--skincare .box .masui {
  justify-content: flex-end;
}

.mens-dasumo01--skincare .box .txt01 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}

.mens-dasumo01--skincare .box .txt01 span {
  position: relative;
}

.mens-dasumo01--skincare .box .txt01 span::before,
.mens-dasumo01--skincare .box .txt01 span::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.5em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.mens-dasumo01--skincare .box .txt01 span::before {
  transform: rotate(-30deg);
}

.mens-dasumo01--skincare .box .txt01 span::after {
  transform: rotate(30deg);
}

.mens-dasumo01--skincare .box h3 {
  margin: 0 0 20px;
}

.mens-dasumo01--skincare .box .txt02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 30px;
}

.mens-dasumo01--skincare .box .price span {
  font-size: 48px;
}

.mens-dasumo01--skincare .box .price span::before {
  content: none;
}

.mens-dasumo01--skincare .box .price em {
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.667;
  background: #000;
  padding: 3px 20px;
  vertical-align: super;
}

@media (max-width: 767px) {
  .mens-dasumo01--skincare .innerbox01 {
    position: absolute;
  }
  .mens-dasumo01--skincare .box {
    height: 600px;
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under/mens-dasumo01_bg01_sp.png) top center/cover;
    margin: 0 30px;
    padding: 310px 0 0 140px;
  }
  .mens-dasumo01--skincare .box figure {
    left: -60px;
    bottom: -1px;
  }
  .mens-dasumo01--skincare .innerbox01 {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .mens-dasumo01--skincare .box h3 {
    display: flex;
    justify-content: center;
    font-size: 30px;
  }
  .mens-dasumo01--skincare .box .txt02 {
    font-size: 22px;
    padding-left: 70px;
  }
  .mens-dasumo01--skincare .box .masui {
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .mens-dasumo01 .box .masui li + li {
    margin-left: 0;
  }
  .mens-dasumo01--skincare .box .txt01 span::before,
  .mens-dasumo01--skincare .box .txt01 span::after {
    margin: 0 0.5em;
  }
  .mens-dasumo01--skincare .box .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    /* padding-left: 100px; */
    padding-left: 85px;
  }
  .mens-dasumo01--skincare .box .price em {
    font-size: 22px;
  }
  .mens-dasumo01--skincare .box .price span {
    font-size: 50px;
    margin: 0;
  }
  .mens-dasumo01--skincare .box .price i {
    font-size: 20px;
  }
}
.reserve_btn01_wrapper {
  display: flex;
  justify-content: center;
}

.reserve_btn01_wrapper .btn01 {
  display: inline-block;
  border-radius: 12px;
  box-shadow: 7.388px 9.456px 22px 0px rgba(31, 31, 31, 0.18);
  transition: 0.2s;
}

.reserve_btn01_wrapper .btn01:hover {
  opacity: 0.6;
}

.h2_wrapper01 {
  display: flex;
  align-items: center;
  gap: 40px;
}

.h2_wrapper01 p {
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .h2_wrapper01 {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .h2_wrapper01 p {
    align-self: center;
  }
}
.dr-comment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 45px;
}

.dr-comment > dd {
  background: #eef2f6;
  border-radius: 6px;
  padding: 20px 47px;
  position: relative;
  max-width: 900px;
}

.dr-comment > dd::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #eef2f6;
  border-right: 0;
}

.dr-comment .txt01 {
  font-size: 18px;
  color: rgb(30, 30, 30);
  font-weight: bold;
  line-height: 1.667;
}

.dr-comment--skincare {
  margin: 20px 0 -70px;
}

@media (max-width: 767px) {
  .dr-comment {
    gap: 27px;
  }
  .dr-comment > dt {
    width: 70px;
  }
  .dr-comment > dd {
    /* max-width: 400px; */
    width: 240px;
    max-width: 540px;
    padding: 12px 19px;
  }
  .dr-comment .txt01 {
    font-size: 15px;
    width: 100% !important;
  }
  .dr-comment--skincare {
    margin: 12px 0 12px;
  }
}
.skincare-tr-list01 {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 10px !important;
}

.skincare-tr-list01 > li {
  background: #eef2f6;
  font-weight: bold;
  margin: 0 !important;
}

.skincare-tr-list01 a {
  padding: 10px 20px;
  color: #000;
}

.skincare-tr-list01 a:hover {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .skincare-tr-list01 > li {
    font-size: 24px;
  }
}
.tr-movie {
  background: #eef2f6;
  padding: 60px 0;
}

.tr-movie-wrapper {
  display: flex;
  justify-content: center;
}

.tr-movie-wrapper > * {
  aspect-ratio: 16/9;
  height: 430px;
}

.tr-movie-wrapper > * > iframe {
  border: 2px solid #fff;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .tr-movie {
    padding: 80px 30px;
  }
  .tr-movie-wrapper > * {
    width: 100%;
    height: auto;
  }
}
.tr-contact .txt01 {
  text-align: center;
  line-height: 2;
}

@media (max-width: 767px) {
  .tr-contact {
    padding: 0 30px;
  }
  .tr-contact .txt01 {
    font-size: 22px;
  }
}
/* /スキンケアトライアルページ修正 */
/* 男性ホルモンジェル・ピュアフロウページ */
.h2_title01 {
  padding: 5px 0 5px 20px;
  border-left: 3px solid #1a1a1a;
  font-size: 24px;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .h2_title01 {
    margin-bottom: 30px;
    font-size: 28px;
  }
}
.about_list01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about_list01 > li {
  width: 48%;
  position: relative;
  margin-top: 20px;
  padding: 60px 40px 40px;
  border-radius: 6px;
  background: #f5f5f5;
}

.about_list01 .no {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  font-family: freight-neo-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 60px;
}

.about_list01 h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

.about_list01 .txt01 {
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 767px) {
  .about_list01_wrapper01 {
    padding: 0 30px;
  }
  .about_list01 {
    gap: 30px;
  }
  .about_list01 > li {
    width: 100%;
  }
  .about_list01 h3 {
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 28px;
  }
  .about_list01 .txt01 {
    font-size: 24px;
  }
}
.checklist01 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.checklist01 li {
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 30px 10px 80px;
  width: 350px;
  font-size: 20px;
  color: rgb(30, 30, 30);
  font-weight: bold;
  line-height: 1.4;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/ico_checkbox01.png) no-repeat center left 30px, #eef2f6;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .checklist01_wrapper01 {
    padding: 0 30px;
  }
  .checklist01 {
    gap: 20px;
  }
  .checklist01 li {
    width: 280px;
    font-size: 22px;
  }
}
.merit_box01 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 6px;
  /* gap: 30px; */
  gap: 50px 30px;
  padding: 70px 30px;
}

.merit_box01 > * {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 310px;
  gap: 20px;
}

.merit_box01 p {
  font-size: 22px;
  color: rgb(30, 30, 30);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.merit_box01 p small {
  font-size: 16px;
  font-weight: normal;
  display: block;
}

@media (max-width: 767px) {
  .merit_box01 p {
    font-size: 24px;
  }
  .merit_box01 p small {
    font-size: 20px;
  }
  .merit_box01 > * {
    width: 245px;
  }
}
.flow_box01 {
  display: flex;
  gap: 60px;
}

.flow_box01 > *:first-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flow_box01 > *:first-of-type > figure {
  flex-shrink: 0;
}

.flow_list01_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flow_list01 {
  display: flex;
  border-radius: 3px;
  border: 2px solid #989898;
  position: relative;
}

.flow_list01 dt {
  font-family: nobel;
  background: #989898;
  color: #fff;
  width: 160px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.flow_list01 dd {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  flex-grow: 1;
  border-radius: 3px;
  padding: 20px 30px;
}

.flow_list01 + .flow_list01 {
  margin-top: 50px;
}

.flow_list01 + .flow_list01::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #989898;
  border-right: 3px solid #989898;
  transform: rotate(135deg) translateX(-50%);
}

.flow_box01 .txt01 {
  line-height: 2.2;
  font-size: 16px;
}

.flow_list01_wrapper--pureflow {
  width: 700px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .flow_box01 {
    flex-direction: column;
  }
  .flow_box01 > figure {
    text-align: center;
  }
  .flow_list01 dd {
    font-size: 22px;
    padding: 20px 30px;
  }
  .flow_box01 .txt01 {
    font-size: 22px;
  }
  .flow_list01_wrapper--pureflow {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .tr-flow {
    padding: 0 30px;
  }
}
.tr-note {
  position: relative;
  padding: 60px 0;
  background: #dfe0e0;
}

.tr-note .inner {
  padding: 40px 60px;
  border: 1px solid #1a1a1a;
  background: #fff;
}

.tr-note .read {
  margin-top: -20px;
  text-align: center;
  font-size: 16px;
}

.tr-note hr {
  border-top: 1px solid #dfe0e0;
}

.note_list01 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}

.note_list01 > li {
  width: 470px;
}

.note_list01 p {
  font-size: 16px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}

.note_list01 p::before {
  content: "■";
  color: #989898;
}

.tr-note .note01 {
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tr-note {
    padding: 80px 30px;
  }
  .tr-note .inner {
    padding: 40px 40px 40px;
  }
  .tr-note .read {
    margin-top: -20px;
    line-height: 1.6;
    font-size: 22px;
  }
  .note_list01 p {
    font-size: 22px;
  }
  .tr-note .note01 {
    font-size: 20px;
  }
}
.tr-merit .title01 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

.merit-list--pureflow > ul {
  gap: 40px 0;
}

.merit-list--pureflow > ul > li {
  padding: 100px 30px 50px !important;
  width: 49% !important;
}

.merit-list--pureflow h3 {
  font-size: 22px !important;
}

.tr-merit .note01 {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.merit_list02_wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.merit_list02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.merit_list02 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-indent: -40px;
  padding-left: 40px;
}

.merit_list02 p::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/ico_arrow01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.merit-list ul.col1 > li {
  width: 100% !important;
}

@media (max-width: 767px) {
  .merit-list--pureflow {
    margin-top: 100px !important;
  }
  .merit-list--pureflow > ul {
    gap: 0;
  }
  .merit-list--pureflow > ul > li {
    width: 100% !important;
    padding: 130px 40px 60px !important;
  }
  .merit-list--pureflow h3 {
    line-height: 1.6;
    font-size: 28px !important;
  }
  .tr-merit .note01 {
    font-size: 20px;
  }
  .merit_list02 p {
    font-size: 26px;
  }
  .tr-merit .title01 {
    font-size: 24px;
  }
}
.price-table .note01 {
  white-space: normal;
  text-align: left;
  font-size: 14px;
}

.price-table .note01.w300px {
  width: 300px;
}

@media (max-width: 767px) {
  .price-table .note01 {
    font-size: 18px;
  }
  .price-table .note01.w300px {
    width: auto;
  }
}
/* /男性ホルモンジェル・ピュアフロウページ */
/* リンクボタン01 */
.linkbtn01 {
  /* position: absolute; */
  /* right: 60px; */
  /* bottom: -30px; */
  display: inline-block;
  border-radius: 80px;
  background: linear-gradient(135deg, #aaabab, #767676);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}

.linkbtn01 span {
  display: flex;
  align-items: center;
  /* width: 280px; */
  /* height: 60px; */
  min-height: 60px;
  /* padding: 0 40px; */
  padding: 10px 70px 10px 40px;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/common/arrow_left_link_white2.png) no-repeat right 30px center/12px auto;
}

@media (max-width: 767px) {
  .linkbtn01 {
    /* right: 0; */
    /* bottom: -40px; */
    margin: 0 auto;
    font-size: 24px;
  }
  .linkbtn01 span {
    /* width: 420px; */
    /* height: 80px; */
    padding: 10px 90px 10px 60px;
    background-position: right 40px center;
    background-size: 20px auto;
  }
}
/* /リンクボタン01 */
/* ページナビゲーション  */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000;
  margin-top: 50px;
  padding-top: 30px;
  font-size: 20px;
  color: #000;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi .prevpostlink,
.wp-pagenavi .nextpostslink {
  display: none;
}

.wp-pagenavi a {
  color: #000;
}

.wp-pagenavi span,
.wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border-radius: 100%;
}

.wp-pagenavi span.current {
  border: 1px solid rgba(0, 0, 0, 0.8);
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 20px;
  }
  .wp-pagenavi span,
  .wp-pagenavi a {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    font-size: 28px;
  }
}
/* https://mens-clara.com/giftcard/ */
.tr-about.giftcard .txt {
  padding: 0;
}

.giftcard_txt02 {
  font-size: 12px;
}

.giftcard_list01 {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin: 20px 0 0;
}

.giftcard_list01 > li {
  width: 300px;
  text-align: center;
}

.giftcard_list01 > li > .txt01 {
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0 0;
}

.giftcard_list01 > li > .txt02 {
  font-size: 14px;
  color: #aaabab;
  text-transform: uppercase;
  font-weight: 100;
  line-height: 2;
}

.giftcard_list01 > li > .txt03 {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0;
  line-height: 2;
}

.giftcard_list01 > li > .giftcard_txt > img {
  width: auto;
}

.giftcard_list02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 75px;
  padding: 40px 0 0;
}

.giftcard_list02 > li {
  width: 315px;
  background: #eef2f6;
  border-radius: 10px;
  text-align: center;
  padding: 0 0 20px;
  min-height: 220px;
}

.giftcard_list02 > li > figure {
  margin: -40px 0 0;
}

.giftcard_list02 > li > figure > img {
  width: auto;
}

.giftcard_list02 > li > .txt01 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 0;
}

.giftcard_notebox01 {
  border: 2px solid #787878;
  padding: 40px 80px;
}

.giftcard_notebox01 > h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 30px;
}

.giftcard_notebox01 > h2 > span {
  position: relative;
}

.giftcard_notebox01 > h2 > span::before,
.giftcard_notebox01 > h2 > span::after {
  content: "";
  height: 2px;
  width: 80px;
  background: #666666;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.giftcard_notebox01 > h2 > span::before {
  left: -100px;
}

.giftcard_notebox01 > h2 > span::after {
  right: -100px;
}

.giftcard_list03 {
  padding-left: 1rem;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.giftcard_list03 > li {
  list-style-type: disc;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .tr-about.giftcard .txt {
    padding: 0 30px;
  }
  .tr-about .wrapper {
    padding: 0 30px;
  }
  .giftcard_list01 {
    flex-direction: column;
  }
  .giftcard_list01 > li {
    width: 100%;
  }
  .giftcard_list01 > li > .giftcard_img01 {
    width: 100%;
    text-align: center;
  }
  .giftcard_list01 > li > .giftcard_img01 > img {
    width: 480px;
  }
  .giftcard_list01 > li > .txt01 {
    font-size: 32px;
  }
  .giftcard_list01 > li > .txt02 {
    font-size: 22px;
  }
  .giftcard_list01 > li > .txt03 {
    font-size: 24px;
  }
  .giftcard_txt02 {
    font-size: 16px;
  }
  .giftcard_list02 {
    gap: 75px 20px;
  }
  .giftcard_list02 > li {
    width: 280px;
  }
  .giftcard_list03 > li {
    font-size: 22px;
  }
  .giftcard_notebox01 {
    padding: 40px 60px;
  }
}
/* 毛穴スッキリ！肌再生トライアルセット */
.hadasaisei_txt01 {
  text-align: center;
}

.hadasaisei_list01 {
  display: flex;
  gap: 60px;
}

.hadasaisei_list01 > li > .txt {
  margin: 0;
  padding: 0;
}

.hadasaisei_list01 > li.x img {
  width: auto;
  margin: 150px 0 0;
}

.hadasaisei_list01 > li:not(.x) {
  width: 460px;
}

.hadasaisei_list01 .hadasaisei_set {
  position: relative;
  width: 450px;
  margin: 0 0 10px;
}

.hadasaisei_list01 .hadasaisei_set::before {
  content: "";
  border: 1px solid #838484;
  height: 100%;
  width: 100%;
  top: 10px;
  right: -10px;
  position: absolute;
}

.hadasaisei_list01 .hadasaisei_set img {
  position: relative;
  z-index: 2;
}

.hadasaisei_list01 .hadasaisei_step {
  margin: 0 0 -50px 30px;
  position: relative;
  z-index: 3;
  text-align: left;
}

.hadasaisei_list01 .hadasaisei_step img {
  width: auto;
}

.hadasaisei_list01 > li > .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 40px 0 0;
}

.hadasaisei_list01 > li > .txt {
  font-size: 16px;
  line-height: 1.8;
  margin: 20px 0 0;
}

.hadasaisei_merit01 .link_wrap,
.hadasaisei_list01 .link_wrap {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 0;
}

.hadasaisei_link01 {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 20px;
}

.hadasaisei_link01::after {
  content: "";
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/hadasaisei_arrow01.png) no-repeat;
  display: inline-block;
  height: 19px;
  width: 19px;
}

.hadasaisei_link01:hover {
  opacity: 0.5;
}

.hadasaisei_merit01 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hadasaisei_merit01 > figure {
  width: 400px;
  flex-shrink: 0;
  margin-right: -200px;
  z-index: 2;
}

.hadasaisei_merit01 > div {
  background: #fff;
  border-radius: 10px;
  padding: 80px 40px 60px 280px;
}

.hadasaisei_merit01 .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

.hadasaisei_merit01 .txt {
  font-size: 16px;
  line-height: 1.875;
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .hadasaisei_txt01 {
    text-align: left;
  }
  .hadasaisei_list01 {
    flex-direction: column;
  }
  .hadasaisei_list01 > li > .title {
    font-size: 30px;
  }
  .hadasaisei_list01 > li > .txt {
    font-size: 24px;
  }
  .hadasaisei_box01 {
    padding: 0 30px;
  }
  .hadasaisei_list01 .hadasaisei_set,
  .hadasaisei_list01 > li:not(.x) {
    width: 100%;
  }
  .hadasaisei_list01 .hadasaisei_step {
    margin-bottom: -70px;
  }
  .hadasaisei_list01 .hadasaisei_step img {
    width: 140px;
  }
  .hadasaisei_list01 > li.x img {
    margin: 0;
  }
  .hadasaisei_link01 {
    font-size: 22px;
  }
  .hadasaisei_merit01 {
    flex-direction: column;
  }
  .hadasaisei_merit01 > figure {
    margin-right: 0;
    margin-bottom: -130px;
  }
  .hadasaisei_merit01 > div {
    padding: 180px 60px 60px;
  }
  .hadasaisei_merit01 .title {
    font-size: 30px;
    text-align: center;
  }
  .hadasaisei_merit01 .txt {
    font-size: 24px;
    margin: 30px 0 0;
  }
}
/* メンズ脱毛ページ改修20221011 */
.sv.mens-datsumo {
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/mens-datsumo_mv01_pc.png) no-repeat top center;
  height: 750px;
}

.sv.mens-datsumo .h1-box {
  border: 0;
}

.sv.mens-datsumo .h1-box p:empty,
.sv.mens-datsumo .des:empty {
  display: none;
}

@media (max-width: 767px) {
  .sv.mens-datsumo {
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/mens-datsumo_mv01_sp.png) no-repeat top center;
    position: relative;
  }
  .sv.mens-datsumo .inner {
    position: initial;
  }
  .sv.mens-datsumo .h1-box {
    padding: 0;
  }
  .sv.mens-datsumo .h1-box img {
    width: 599px;
    position: absolute;
    bottom: -90px;
    left: 0;
  }
}
.pankz.blue01 {
  background: #eef2f6;
}

.staff-02.mens-datsumo {
  padding-top: 0;
}

.cta01 {
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/mens-datsumo_bg01.png) no-repeat top center/cover;
  padding: 70px 0 60px;
  margin: 0;
}

.cta01 h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.6;
  margin: 0 0 30px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .cta01 h2 {
    font-size: 17px;
    margin: 0 0 18px;
  }
}

.cta_list01 {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.cta_list01 a {
  border-radius: 6px;
  box-shadow: 0px 7px 16px 0px rgba(4, 0, 0, 0.22);
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  width: 480px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  font-weight: bold;
  transition: 0.2s;
}

.cta_list01 a:hover {
  opacity: 0.6;
}

.cta_list01 a::after {
  content: "";
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/mens-datsumo_arrow01.png) no-repeat;
  height: 20px;
  width: 20px;
}

.cta_list01 a.web {
  background-image: linear-gradient(20deg, rgb(9, 60, 123) 0%, rgb(4, 38, 83) 100%);
}

.cta_list01 a.line {
  background-image: linear-gradient(20deg, rgb(6, 199, 85) 0%, rgb(1, 185, 76) 100%);
}

@media (max-width: 767px) {
  .cta01 {
    padding: 42px 20px 36px;
  }
  .cta_list01 {
    flex-direction: column;
    gap: 18px;
  }
  .cta_list01 a {
    width: 100%;
    height: 72px;
    font-size: 19px;
  }
}
.tr-about.mens-datsumo-point {
  padding: 80px 0 80px;
}

.mens-datsumo-point_list01 {
  display: flex;
  margin: 60px 0 0;
}

.mens-datsumo-point_list01 > li {
  width: 33.3333333333%;
  border-bottom: 1px solid #cccccc;
  padding: 15px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mens-datsumo-point_list01 > li:nth-child(2) {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

.mens-datsumo-point_list01 figure img {
  width: auto;
}

.mens-datsumo-point_list01 .txt01 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.mens-datsumo-point_list01 > li > div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mens-datsumo-point_list01 .txt01 strong {
  color: #0a3a7a;
  font-size: 34px;
}

.mens-datsumo-point .txt {
  text-align: center;
  padding: 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .mens-datsumo_img01 {
    padding: 0 30px;
  }
  .mens-datsumo-point_list01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mens-datsumo-point_list01 > li {
    border: none !important;
    width: 300px;
  }
  .mens-datsumo-point .txt {
    padding: 0 30px;
    font-size: 24px;
    text-align: left;
  }
  .mens-datsumo-point .txt small {
    line-height: 1.5;
  }
}
.mens-datsumo-select {
  background: #eef2f6;
  margin-top: 0 !important;
  padding: 40px 0 100px;
}

.mens-datsumo-select_list01 {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.mens-datsumo-select_list01 > li {
  width: 340px;
  background: #fff;
}

.mens-datsumo-select_list01 > li > .title {
  color: #fff;
  background: #0a3a7a;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
  padding: 10px;
}

.mens-datsumo-select_list01 > li > .txt {
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.875;
}

.mens-datsumo-select_dl01 {
  display: flex;
  align-items: center;
  margin: 50px 0 0;
}

.mens-datsumo-select_dl01 > dt {
  color: #fff;
  background: #0a3a7a;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  flex-direction: column;
  z-index: 2;
  gap: 5px;
}

.mens-datsumo-select_dl01 > dt strong {
  font-size: 26px;
}

.mens-datsumo-select_dl01 > dd {
  flex-grow: 1;
  margin-left: -50px;
}

.mens-datsumo-select_dl01 > dd > div {
  background: #fff;
  padding: 30px 30px 30px 120px;
  font-size: 18px;
  line-height: 1.875;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (max-width: 767px) {
  .mens-datsumo-select_list01_wrapper {
    /* overflow-x: scroll; */
  }
  .mens-datsumo-select_list01 {
    padding: 0 30px;
    /* width: 2220px; */
    /* justify-content: flex-start; */
    flex-direction: column;
  }
  .mens-datsumo-select_list01 > li {
    /* width: 400px; */
    width: 100%;
  }
  .mens-datsumo-select_list01 > li > figure > img {
    width: 100%;
  }
  .mens-datsumo-select_list01 > li > .title {
    /* font-size: 24px; */
    font-size: 16px;
    padding: 6px;
  }
  .mens-datsumo-select_list01 > li > .txt {
    /* font-size: 20px; */
    padding: 12px 18px;
    font-size: 14px;
  }
  .mens-datsumo-select_dl01 {
    flex-direction: column;
    padding: 0 30px;
  }
  .mens-datsumo-select_dl01 > dd {
    margin: -120px 0 0;
  }
  .mens-datsumo-select_dl01 > dd > div {
    font-size: 20px;
    border-radius: 5px;
    padding: 150px 50px 40px;
  }
}
.mens-datsumo-masui_list01 {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mens-datsumo-masui_list01 > li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.mens-datsumo-masui_list01 > li > .title01 {
  background: #0a3a7a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  width: 150px;
  flex-shrink: 0;
}

.mens-datsumo-masui_list01 > li > .santen01 {
  font-size: 18px;
  line-height: 2;
  white-space: nowrap;
}

.mens-datsumo-masui_list01 > li > .txt01 {
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 767px) {
  .mens-datsumo-masui_list01 {
    padding: 0 30px;
  }
  .mens-datsumo-masui_list01 > li > .txt01 {
    font-size: 20px;
  }
}
.pro-02.mens-datsumo-machine h2 {
  padding: 0;
  border: none;
  font-size: 18px;
}

.pro-02.mens-datsumo-machine ul {
  display: flex;
  gap: 60px;
}

.pro-02.mens-datsumo-machine ul li {
  width: 520px;
}

.pro-02.mens-datsumo-machine ul li + li {
  margin-top: 0;
}

.pro-02.mens-datsumo-machine ul li .flex {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.pro-02.mens-datsumo-machine ul li .flex > div {
  padding-left: 0;
}

.pro-02.mens-datsumo-machine ul li strong {
  color: #0a3a7a;
}

.mens-datsumo-machine_title01 {
  margin: 80px 0 50px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  background: #0a3a7a;
  padding: 10px;
}

.mens-datsumo-machine_table01 {
  margin: 100px 0 0;
}

.mens-datsumo-machine_table01 thead th {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 20px;
  position: relative;
}

.mens-datsumo-machine_table01 thead th:nth-child(2) {
  background: #767676;
}

.mens-datsumo-machine_table01 thead th:nth-child(3) {
  background: #222222;
}

.mens-datsumo-machine_table01 thead th figure {
  position: absolute;
  right: 30px;
  bottom: 0;
}

.mens-datsumo-machine_table01 tbody th {
  font-size: 22px;
  font-weight: bold;
  background: #efefef;
  border: 1px solid #dfe0e0;
  width: 300px;
  line-height: 1.5;
}

.mens-datsumo-machine_table01 tbody td {
  padding: 30px;
  border: 1px solid #dfe0e0;
  vertical-align: top;
  width: 400px;
}

.mens-datsumo-machine_table01 tbody td p {
  font-size: 16px;
  line-height: 1.8;
}

.mens-datsumo-machine_table01 tbody td figure {
  text-align: center;
}

.mens-datsumo-machine_table01 tbody td figure + p {
  text-align: center;
  margin: -1rem 0 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.mens-datsumo-machine_table01 tbody td .txt01 {
  text-align: center;
}

.mens-datsumo-machine_table01 tbody td .txt01 i {
  font-size: 60px;
  color: rgb(10, 58, 122);
}

.mens-datsumo-machine_table01 tbody td .txt01 strong {
  color: #0a3a7a;
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 767px) {
  .pro-02.mens-datsumo-machine ul {
    flex-direction: column;
  }
  .pro-02.mens-datsumo-machine ul li {
    width: 100%;
  }
  .mens-datsumo-machine_table01_wrapper {
    /* overflow-x: scroll; */
    margin: 0 -30px;
  }
  .mens-datsumo-machine_table01 {
    /* width: 1200px; */
    width: 100%;
  }
  .mens-datsumo-machine_table01 tbody th {
    font-size: 26px;
  }
  .mens-datsumo-machine_table01 tbody td p {
    font-size: 20px;
  }
  .mens-datsumo-machine_table01 thead th figure {
    right: 20px;
  }
  .mens-datsumo-machine_table01 thead th p {
    margin-right: 50px;
  }
}
.mens-datsumo-parts {
  padding: 90px 0 0;
}

.mens-datsumo-parts h3 {
  margin: 80px 0 50px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  background: #0a3a7a;
  padding: 10px;
}

.mens-datsumo-parts figure {
  text-align: center;
}

@media (max-width: 767px) {
  .mens-datsumo-parts {
    padding: 0 30px;
  }
  .mens-datsumo-parts h3 {
    font-size: 28px;
  }
}
.mens-datsumo-price-table01 ul > li {
  display: flex;
  justify-content: flex-end;
}

.mens-datsumo-price-table01 ul > li > p:first-of-type::after {
  content: "/";
  margin: 0 10px 0;
}

.flow_dl01 > dt:not(:first-of-type) {
  margin: 30px 0 0;
}

.flow_dl01 > dd {
  display: flex;
  margin: -100px 0 0 240px;
  position: relative;
  z-index: 2;
}

.flow_dl01 > dd:not(:last-of-type)::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #989898;
  border-right: solid 3px #989898;
  position: absolute;
  transform: rotate(135deg);
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
}

.flow_dl01 > dd .title01 {
  background: #989898;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Nobel;
  font-size: 24px;
  width: 180px;
  flex-shrink: 0;
}

.flow_dl01 > dd > div {
  border: 2px solid #989898;
  padding: 30px;
  flex-grow: 1;
}

.flow_dl01 > dd .title02 {
  font-size: 20px;
  color: rgb(30, 30, 30);
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.flow_dl01 > dd .txt01 {
  font-size: 16px;
  color: rgb(30, 30, 30);
  line-height: 1.875;
}

@media (max-width: 767px) {
  .flow_dl01 > dt:not(:first-of-type) {
    margin: 60px 0 0;
  }
  .flow_dl01 > dd {
    flex-direction: column;
    margin: -30px 0 0 60px;
  }
  .flow_dl01 > dd .title01 {
    width: 100%;
    padding: 20px;
  }
  .flow_dl01 > dd .title02 {
    font-size: 24px;
  }
  .flow_dl01 > dd .txt01 {
    font-size: 20px;
  }
  .flow_dl01 > dd:not(:last-of-type)::after {
    bottom: -30px;
  }
}
.faq_list01 > dd + dt {
  margin: 20px 0 0;
}

.faq_list01 > dt {
  color: #fff;
  background: #747474;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 10px 70px 10px 70px;
  font-weight: bold;
  position: relative;
}

.faq_list01 > dt::before {
  content: "Q.";
  font-family: Nobel;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  display: inline-block;
  width: 40px;
  margin-left: -40px;
}

.faq_list01 > dd {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 20px 0 20px 90px;
  position: relative;
}

.faq_list01 > dd::before {
  content: "A.";
  font-family: Nobel;
  color: #000;
  font-size: 26px;
  font-weight: normal;
  display: inline-block;
  width: 40px;
  margin-left: -40px;
}

@media (max-width: 767px) {
  .faq_list01 {
    padding: 0 30px;
  }
  .faq_list01 > dd {
    font-size: 20px;
    padding: 10px 10px 10px 70px;
  }
}
@media (max-width: 767px) {
  .tr-column {
    padding: 0 30px;
  }
}
.dr-comment.mens-datsumo {
  /* margin: 90px 0 0; */
  flex-direction: row-reverse;
  margin: 0 0 20px;
}

.dr-comment.mens-datsumo > dd::after {
  transform: translateY(-50%) scale(-1, -1);
  left: -15px;
  right: initial;
}

.dr-comment.bg_white > dd {
  background: #fff;
}

.dr-comment.bg_white > dd::after {
  border-left-color: #fff;
}

.tr-merit .merit-list ul li h3 {
  line-height: 1.5;
}

/* /メンズ脱毛ページ改修20221011 */
/* インタビュー部分 */
#interview a {
  transition: 0.2s;
}

#interview a:hover {
  opacity: 0.8;
}

.tsururi_box01 {
  margin-top: 30px;
}

.mt30 {
  margin-top: 30px;
}

#interview {
  margin-bottom: 100px;
}

#interview .h3-interview {
  background: #f0f0f0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 60px 0 0;
  position: relative;
  text-align: left;
  padding: 10px 20px 10px 35px;
}

#interview .h3-interview::before {
  content: "";
  background: #000000;
  display: inline-block;
  width: 9px;
  height: auto;
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
}

.interview_list01 {
  display: flex;
  margin: 20px 0 0;
  flex-direction: column;
  gap: 10px;
}

.interview_list01 > li {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.interview_list01 > li a {
  color: #000;
  text-decoration: underline;
}

.interview_list01 > li a:hover {
  opacity: 0.5 !important;
}

@media (max-width: 767px) {
  #interview .h3-interview {
    font-size: 22px;
  }
  .interview_list01 p {
    font-size: 20px;
  }
}
/* ダーマペンページ改修
--------------------------------------------------------------- */
.sv.dermapen {
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/dermapen_mv01_pc_01.png) no-repeat top center;
  /* height: 750px; */
  height: 560px;
}

.sv.dermapen h1 {
  position: absolute;
  bottom: -40px;
  right: -50px;
}

.sv.dermapen .h1-box,
.sv.dermapen h1 img {
  display: none;
}

@media (max-width: 767px) {
  .sv.dermapen {
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/dermapen_mv01_sp_01.png) no-repeat top center;
    height: 753px;
  }
  .sv.dermapen h1 {
    right: 0;
    bottom: -30px;
  }
}
.bg_white01 {
  background-color: #fff;
}

@media (max-width: 767px) {
  .cta01.dermapen {
    padding: 80px 30px 80px;
  }
}
.tr-select {
  background: #eef2f6;
  padding: 80px 0 160px;
}

.dermapen_select01 {
  position: absolute;
  right: 0;
  bottom: -160px;
}

.tr-select-dermapen_box01 {
  background: #fff;
  border-radius: 10px;
  position: relative;
  margin: 100px 340px 0 0;
  padding: 50px 70px 70px 70px;
}

.tr-select-dermapen_box01::before {
  content: "";
  border: 1px solid #000;
  border-radius: 10px;
  position: absolute;
  top: -10px;
  left: -10px;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.tr-select-dermapen_box01 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tr-select-dermapen_box01 li {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-indent: -1.5rem;
  padding-left: 1rem;
}

.tr-select-dermapen_box01 li::before {
  content: "●";
  color: #0a3a7a;
  font-size: 14px;
  margin-right: 0.5rem;
}

.tr-select-dermapen_box01 li strong {
  color: #0a3a7a;
}

@media (max-width: 767px) {
  .tr-select {
    padding: 80px 30px 120px;
  }
  .tr-select-dermapen_box01 {
    margin: 430px 0 0 !important;
    z-index: 2;
    padding: 50px;
  }
  .tr-select-dermapen_box01 li {
    font-size: 26px;
  }
  .dermapen_select01 {
    z-index: 1;
    left: 0;
    right: 0;
    top: 300px;
    bottom: initial;
    text-align: center;
  }
  .dt-list01 ul li .h3-box .no {
    margin-bottom: 20px !important;
  }
}
.tr-about.dermapen p {
  padding: 0 !important;
  margin: 0 !important;
}

.tr-about.dermapen figure img {
  width: 100%;
}

.tr-about-dermapen_box01 {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 70px;
  align-items: center;
}

.tr-about-dermapen_box01 figure {
  flex-shrink: 0;
}

.tr-about-dermapen_box01.tr-about-dermapen_box01--aga {
  margin-top: 30px;
}

.tr-about-dermapen_box01.tr-about-dermapen_box01--aga .txt {
  padding: 0;
  margin: 0;
}

.tr-about-dermapen_box01.tr-about-dermapen_box01--aga .txt a {
  display: inline-block;
  margin-top: 20px;
}

.tr-about-dermapen_box02 {
  padding: 40px;
  border: 1px solid #1a1a1a;
}

.tr-about-dermapen_box03 {
  display: flex;
}

.tr-about-dermapen_box03 > li {
  width: 33.3%;
  padding: 0 38px;
  border-left: 1px solid #dfe0e0;
  border-right: 1px solid #dfe0e0;
}

.tr-about-dermapen_box03 > li:not(:first-of-type) {
  border-left: 0;
}

.tr-about-dermapen_box03 > li figure > img {
  width: auto !important;
}

.tr-about-dermapen_box03 > li .ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin: 20px 0 10px !important;
}

@media (max-width: 767px) {
  .tr-about.dermapen {
    padding: 0 18px;
  }
  .tr-about-dermapen_box01 {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .mens-datsumo-machine_title01.dermapen {
    font-size: 18px;
    margin-top: 48px;
    margin-bottom: 30px;
  }
  .tr-about-dermapen_box03 {
    flex-direction: column;
    gap: 24px;
  }
  .tr-about-dermapen_box03 > li {
    width: 100%;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
  }
  .tr-about-dermapen_box03 > li > div {
    flex-shrink: 0;
    width: 120px;
  }
  .tr-about-dermapen_box03 > li > div img {
    width: 64px !important;
  }
  .tr-about-dermapen_box03 > li .ttl {
    font-size: 13px;
  }
  .tr-about-dermapen_box03 > li .txt {
    border-left: 1px solid #dfe0e0;
    padding-left: 12px !important;
  }
}
.mens-datsumo-parts_box01 {
  display: flex;
  justify-content: space-between;
}

.mens-datsumo-parts_box01 h3 {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  .mens-datsumo-parts_box01 {
    flex-direction: column;
    gap: 18px;
  }
}
.tr-ba_box01 {
  display: flex;
  justify-content: center;
}

.tr-flow .tel01 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #1e1e1e;
  pointer-events: none;
}

.tr-flow .tel01 > span {
  font-weight: bold;
  color: #0a3a7a;
  font-size: 24px;
}

.tr-flow .link01 {
  color: #0a3a7a;
  text-decoration: underline;
}

.tr-flow a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .tr-flow .tel01 {
    pointer-events: all;
  }
}
.tr-supervise .careerbox p {
  line-height: 2;
  font-size: 16px;
}

.tr-supervise .official_position {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .tr-supervise {
    padding: 0 30px;
  }
  .tr-supervise .careerbox p {
    font-size: 24px;
  }
}
.faq_list01.js dt {
  cursor: pointer;
}

.faq_list01.js dt::after {
  content: "";
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/faq_ico01_plus.png) no-repeat top center;
  width: 17px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

.faq_list01.js dt.open::after {
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/faq_ico01_minus.png) no-repeat top center;
}

.faq_list01.js dd {
  display: none;
}

/*
メソガンページ改修20221205
切らない目の下のクマとり改修20221205
=============================================================== */
.sv02 {
  position: relative;
  overflow-x: hidden;
  /* height: 750px; */
  height: 560px;
  margin-bottom: 0;
}

.sv02 h1 .mainv {
  position: absolute;
  top: 0;
  left: 50%;
  width: 2000px;
  margin-left: -1000px;
  z-index: 1;
}

@media (max-width: 767px) {
  .sv02 {
    height: auto;
    line-height: 0;
  }
  .sv02 h1 .mainv {
    position: initial;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
/* select */
.tr-select-dermapen_box01.kuma-tori {
  margin-top: 250px;
}

/* about */
.kuma-tori_flexbox02 {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  text-align: center;
}

.kuma-tori_flexbox02 > div {
  width: 226px;
}

.kuma-tori_flexbox02 img {
  width: auto !important;
}

.kuma-tori_flexbox02 .num {
  font-family: freight-neo-pro, sans-serif;
  font-size: 32px;
  letter-spacing: 0.025em;
  margin: 20px 0 0;
}

.kuma-tori_flexbox02 .txt01 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  margin: 10px 0 0;
}

@media (max-width: 767px) {
  .kuma-tori_flexbox02 {
    padding: 0 30px;
  }
  .kuma-tori_flexbox02 > div {
    width: 260px;
  }
  .kuma-tori_flexbox02 .num {
    font-size: 36px;
    margin: -20px 0 0;
  }
  .kuma-tori_flexbox02 .txt01 {
    font-size: 22px;
  }
  .kuma-tori_flexbox02 img {
    width: 100% !important;
  }
}
/* reason */
.tr-reason {
  background: #eef2f6;
  padding: 100px 0 100px;
}

.kuma-tori_flexbox01 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.kuma-tori_txt01 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.8;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

.kuma-tori_txt01 strong {
  color: #0a3a7a;
}

.tr-reason.trouble-01 h2 {
  border: none;
  padding: 0;
  margin: 0;
}

.kuma-tori_txt02 {
  font-size: 18px;
  line-height: 1.8;
}

.trouble-01 .col3-flex.kuma-tori > li {
  background: #fff;
  padding: 20px;
  width: 350px;
}

@media (max-width: 767px) {
  .kuma-tori_flexbox01 {
    padding: 0 30px;
  }
  .kuma-tori_flexbox01 figure,
  .kuma-tori_flexbox01 figure img {
    width: 100%;
  }
  .kuma-tori_txt02 {
    padding: 0 30px;
    font-size: 24px;
    line-height: 2;
  }
  .trouble-01 .col3-flex.kuma-tori {
    padding: 0 30px;
  }
  .trouble-01 .col3-flex.kuma-tori > li {
    width: 100%;
    padding: 30px;
  }
  .trouble-01 .col3-flex.kuma-tori li + li {
    margin-top: 30px;
  }
  .kuma-tori_txt01 {
    margin: 30px 30px 0;
    font-size: 26px;
  }
}
.recommend_flexbox01 {
  display: flex;
  gap: 90px;
  align-items: center;
}

.recommend_flexbox01 > figure {
  flex-shrink: 0;
}

.recommend_list01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.recommend_list01 > li {
  display: flex;
  gap: 20px;
}

.recommend_list01 > li::before {
  content: "";
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/ico_recommend01.png) no-repeat;
  width: 29px;
  height: 28px;
  display: inline-block;
  flex-shrink: 0;
}

.recommend_list01 > li > p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .recommend_flexbox01 {
    flex-direction: column;
    gap: 50px;
    padding: 0 30px;
  }
  .recommend_flexbox01 figure img,
  .recommend_flexbox01 figure {
    width: 100%;
  }
  .recommend_list01 > li > p {
    font-size: 26px;
  }
  .recommend_list01 > li::before {
    margin-top: 5px;
  }
}
/* price */
.kuma-tori_txt03 {
  margin: 20px 0 0;
  font-weight: bold;
}

@media (max-width: 767px) {
  .kuma-tori_txt03 {
    font-size: 22px;
  }
}
.mens-datsumo-select_list01.mesogun > li {
  width: 528px;
}

.mesogun_box01 {
  border: 1px solid #000;
  padding: 50px;
}

.mesogun_box01 > p {
  line-height: 2;
  font-size: 16px;
}

.mesogun_box01 > p strong {
  color: #0a3a7a;
}

.dt-list.mesogun ul li .h3-box,
.dt-list01.mesogun ul li .h3-box {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .mesogun_box01 > p {
    font-size: 22px;
  }
  .mens-datsumo-select_list01.mesogun {
    padding: 0;
  }
  .mens-datsumo-select_list01.mesogun > li {
    width: 100%;
  }
}
/* 男性力アップコース
--------------------------------------------------------------- */
#course {
  margin-top: 80px;
}

#course .inner {
  border: 1px solid #1e1e1e;
}

#course h2 {
  padding: 18px;
  text-align: center;
  color: #fff;
  background: #1e1e1e;
}

#course .course_inner {
  padding: 30px 60px;
}

#course div.course_list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#course div.course_list01 > div:nth-child(1) {
  width: 25%;
}

#course div.course_list01 > div:nth-child(2) {
  width: 70%;
}

#course div.course_list01 > div:nth-child(2) p {
  margin: 10px 0 20px;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2em;
}

#course div.course_list01 > div:nth-child(2) p span {
  font-size: 18px;
  font-weight: bold;
}

#course div.course_list01 > div:nth-child(2) ul {
  margin-top: 6px;
  font-size: 16px;
}

#course div.course_list01 > div:nth-child(2) ul li {
  margin-bottom: 1em;
  padding-left: 1.4em;
  position: relative;
}

#course div.course_list01 > div:nth-child(2) ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 2px solid #1e1e1e;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

#course div.course_list01 > div:nth-child(2) ul li:after {
  content: "";
  border-bottom: 2px solid #1e1e1e;
  border-left: 2px solid #1e1e1e;
  position: absolute;
  top: 4px;
  left: 5px;
  transform: rotate(-45deg);
  width: 6px;
  height: 4px;
}

#course h3 {
  background: #767676;
  color: #fff;
  padding: 10px 10px 10px 16px;
  position: relative;
  margin-bottom: 14px;
  font-size: 18px;
}

#course h3::before {
  content: "";
  background: #1e1e1e;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
}

#course .course_list02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#course .course_list02 ul li {
  width: 49%;
  background: #efefef;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}

#course .course_list02 ul li h4 {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.06em;
}

#course .course_list02 ul li p {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2em;
}

#course .tr-price {
  margin-top: 40px;
}

#course .tr-price .price-table table td {
  text-align: left;
}

#course .tr-price .price-table table td:last-child span {
  font-size: 14px;
  font-weight: 300;
}

/* --------------------------------------------------------- sp */
@media (max-width: 767px) {
  #course {
    margin-top: 48px;
    padding: 0 18px;
  }
  #course .inner {
    border: 1px solid #1e1e1e;
  }
  #course h2 {
    font-size: 18px;
    padding: 12px;
  }
  #course .course_inner {
    padding: 18px;
  }
  #course div.course_list01 {
    display: block;
  }
  #course div.course_list01 > div:nth-child(1) {
    width: 70%;
    margin: 0 auto 12px;
  }
  #course div.course_list01 > div:nth-child(2) {
    width: initial;
  }
  #course div.course_list01 > div:nth-child(2) p {
    margin: 6px 0 12px;
    font-size: 14px;
    line-height: 1.8em;
  }
  #course div.course_list01 > div:nth-child(2) p span {
    font-size: 16px;
    font-weight: bold;
  }
  #course div.course_list01 > div:nth-child(2) ul {
    margin-top: 0px;
    font-size: 14px;
  }
  #course div.course_list01 > div:nth-child(2) ul li {
    margin-bottom: 0.6em;
    padding-left: 0.84em;
    position: relative;
  }
  #course div.course_list01 > div:nth-child(2) ul li:before {
    width: 14px;
    height: 14px;
  }
  #course div.course_list01 > div:nth-child(2) ul li:after {
    top: 4px;
    left: 5px;
    width: 6px;
    height: 4px;
  }
  #course h3 {
    padding: 10px 6px 10px 12px;
    margin-bottom: 12px;
    font-size: 16px;
  }
  #course h3::before {
    width: 2px;
  }
  #course .course_list02 ul {
    display: block;
  }
  #course .course_list02 ul li {
    width: initial;
    padding: 12px;
  }
  #course .course_list02 ul li h4 {
    font-size: 14px;
  }
  #course .course_list02 ul li p {
    font-size: 14px;
  }
  #course .tr-price {
    padding: 0;
  }
  #course .tr-price .price-table {
    margin-top: 0;
  }
  #course .tr-price .price-table table td.not {
    width: 100%;
  }
  #course .tr-price .price-table table td:last-child span {
    font-size: 12px;
    font-weight: 300;
  }
  #course .tr-price .price-table table td:last-child {
    width: 100%;
    text-align: right;
  }
}
/* コラムtable */
.column_layout table {
  width: 100%;
  border: solid #dfe0e0;
  border-width: 1px 0 0 1px;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}

.column_layout table th {
  white-space: nowrap;
  /* width: 40%; */
  padding: 20px;
  vertical-align: top;
  text-align: left;
  background: #efefef;
  border: solid #dfe0e0;
  border-width: 0 1px 1px 0;
}

.column_layout table td.not {
  white-space: nowrap;
  /* width: 10%; */
}

.column_layout table td {
  /* padding: 20px; */
  border: solid #dfe0e0;
  border-width: 0 1px 1px 0;
  /* text-align: center; */
  text-align: left;
  padding: 20px;
}

@media (max-width: 767px) {
  .column_layout table {
    font-size: 20px;
  }
}
.column_layout *:not(.column_golinkbox) a {
  color: #1e1e1e;
  text-decoration: underline;
}

/* 料金表ページ */
.page-id-474 .tr-price .price-table table td.not {
  white-space: normal;
}

.page-id-474 .tr-price .price-table table td strong {
  display: block;
}

.page-id-474 .tr-price .price-table table td:last-child {
  white-space: nowrap;
}

.page-id-474 .tr-price .price-table table td.not {
  width: -moz-fit-content;
  width: fit-content;
}

.page-id-474 .tr-price .price-table table td.not {
  white-space: normal;
  width: 50%;
}

.page-id-474 .tr-price .downtime + .price-title {
  margin-top: 60px;
}

.page-id-474 .tr-price .downtime {
  line-height: 2;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .page-id-474 .tr-price .downtime {
    font-size: 18px;
  }
}
/* 20240626w */
.h3_ttl01 {
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  border-left: 3px solid #1a1a1a;
  font-weight: 700;
  font-size: 20px;
}

.h3_ttl02 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  line-height: 2;
  padding-bottom: 0.5em;
}

.nad-plus_list01 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 100px;
  margin-top: 30px;
}

.nad-plus_list01 > li {
  font-weight: 700;
  font-size: 16px;
  display: flex;
  gap: 20px;
  line-height: 2;
}

.nad-plus_list01 > li::before {
  content: "";
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/nad-plus_ico01.svg) no-repeat top center;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .nad-plus_list01 {
    padding: 0 30px;
  }
  .nad-plus_list01 > li {
    font-size: 22px;
  }
  .nad-plus_list01 > li::before {
    margin-top: 8px;
  }
}
.nad-plus_box01 {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 700;
  line-height: 2;
}

.nad-plus_box01 > figure {
  flex-shrink: 0;
  width: 350px;
}

.nad-plus_box01 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.8;
}

.nad-plus_box01 ul > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media (max-width: 767px) {
  .nad-plus_box01 {
    flex-direction: column;
    font-size: 22px;
  }
  .nad-plus_box01 > figure {
    width: auto;
  }
  .nad-plus_box01_wrapper {
    padding: 0 30px;
  }
}
.nad-plus_about02 {
  display: flex;
  justify-content: center;
}

.nad-plus_about02 img {
  width: auto !important;
}

.nad-plus_meritbox01 {
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 60px;
}

.nad-plus_list03 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.nad-plus_list03 > li {
  display: flex;
  align-items: center;
  gap: 50px;
}

.nad-plus_list03 > li .ttl {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 2;
}

.nad-plus_list03 > li p {
  line-height: 2;
}

.nad-plus_list03 > li figure {
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .nad-plus_meritbox01 {
    padding: 60px 30px;
  }
  .nad-plus_list03 > li {
    flex-direction: column;
    gap: 20px;
  }
  .nad-plus_list03 > li .ttl {
    font-size: 26px;
    text-align: center;
  }
  .nad-plus_list03 > li p {
    font-size: 22px;
  }
}
.nad-plus_list02 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.nad-plus_list02 small {
  font-size: 10px;
}

.nad-plus_list02 > li {
  border-radius: 10px;
  background: #eef2f6;
  font-size: 20px;
  font-weight: 700;
  width: 475px;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  gap: 20px;
  line-height: 2;
}

.nad-plus_list02 > li::before {
  content: "";
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/tr/nad-plus_ico01.svg) no-repeat top center, #fff;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .nad-plus_list02 {
    gap: 10px;
  }
  .nad-plus_list02 > li {
    width: 100%;
    font-size: 22px;
  }
}
/* メンズクララの人気メニュー */
.sig_box01 {
  display: flex;
  gap: 60px;
  line-height: 1.8;
}

.sig_box01 > figure {
  flex-shrink: 0;
}

.sig_box01 .price-table {
  margin-top: 20px;
}

.sig_box01 .price-table table th,
.sig_box01 .price-table table td {
  padding: 10px;
  text-align: center !important;
}

.sig_box01 .price-table table td {
  background-color: #fff;
}

.sig_box01 .price-table table caption {
  caption-side: bottom;
  margin-top: 10px;
}

.h2-box.sig h2 {
  color: #00224e;
  font-size: 50px;
}

.h2-box.sig p {
  font-weight: 700;
  font-size: 20px;
  color: #1e1e1e;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  text-transform: none;
  line-height: 1.6;
}

.sig_linkbox {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.sig_link {
  display: inline-block;
  border-radius: 80px;
  background-color: #00224e;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

.sig_link:hover {
  opacity: 0.8;
}

.sig_link span {
  display: flex;
  align-items: center;
  height: 60px;
  /* padding: 0 60px; */
  padding: 10px 60px;
  padding-right: 100px;
  background: url(https://claramedical.or.jp/wp-content/themes/swell_child/assets/images/common/arrow_left_link_white2.png) no-repeat right 60px center/12px auto;
}

.bg_gray01 {
  background-color: #eef2f6;
}

@media (max-width: 767px) {
  .sig_box01 .price-table {
    margin-top: 40px;
  }
  .sig_box01 .price-table table caption {
    top: initial;
    bottom: -40px;
  }
  .sig_box01 {
    flex-direction: column;
    gap: 40px;
  }
  .sig_box01 > figure img {
    width: 100%;
  }
  .sig_box01 p {
    font-size: 22px;
    line-height: 2;
  }
  .sig_link {
    font-size: 22px;
    min-height: 80px;
  }
  .sig_link span {
    height: 100%;
    background-position: right 40px center;
    background-size: 20px auto;
    padding-left: 40px;
    padding-right: 80px;
  }
}
.sig_step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.sig_step::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  transform: skewX(-20deg);
}

.sig_step span {
  position: relative;
  font-family: nobel, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  z-index: 2;
}

@media (max-width: 767px) {
  .sig_step {
    height: 40px;
    width: 120px;
  }
  .sig_step span {
    font-size: 20px;
  }
}
.sig_ba_ul01 {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-top: 80px;
}

.sig_ba_ul01.type02 {
  gap: 60px;
}

.sig_ba_ul01.type02 > * {
  width: 520px;
}

.sig_ba_ul01 > * {
  width: 480px;
}

.sig_ba_ul01 p {
  line-height: 1.8;
  font-size: 16px;
}

@media (max-width: 767px) {
  .sig_ba_ul01 {
    flex-wrap: wrap;
  }
  .sig_ba_ul01 p {
    font-size: 22px;
    line-height: 2;
  }
  .sig_ba_ul01.type02 > * {
    width: 100%;
  }
}
.sig_ba_ttl {
  padding: 10px 10px;
  color: #fff;
  background-color: #767676;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 55px;
  font-weight: 700;
  line-height: 1.5;
}

.sig_ba_desc {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 20px;
}

.sig_img06 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

@media (max-width: 767px) {
  .sig_ba_ttl {
    min-height: 70px;
    font-size: 24px;
  }
  .sig_ba_desc {
    font-size: 20px;
  }
}
.sig_ba_ul01 .before_after_slider img {
  width: 100%;
}

/* パスワード保護ページ */
.page-id-27252 .post-password-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 30px;
  gap: 20px;
}

.page-id-27252 .post-password-form input[type=password] {
  border: 1px solid #ddd;
  padding: 0.5em 1em;
  min-height: 30px;
}

.page-id-27252 .post-password-form input[type=submit] {
  border: none;
  color: #ffffff;
  background: #000000;
  min-height: 30px;
  padding: 0 1em;
}

.page-id-27252 .post-password-form p {
  line-height: 2;
}

.page-id-27252 .post-password-form p:last-of-type {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .page-id-27252 .post-password-form {
    padding: 100px 30px 0;
  }
  .page-id-27252 .post-password-form p {
    font-size: 20px;
  }
  .page-id-27252 .post-password-form p label {
    display: block;
  }
  .page-id-27252 .post-password-form input[type=password] {
    min-height: 50px;
    padding: 10px 1em;
    font-size: 20px;
  }
  .page-id-27252 .post-password-form input[type=submit] {
    min-height: 50px;
    font-size: 18px;
  }
}
/* Clara Clinic Private Club */
.vip_header {
  position: absolute;
  top: 0;
  left: 0;
}

.vip_header .logo {
  margin-left: 60px;
  padding-left: 20px;
  border-left: 2px solid #d5d5d5;
  height: 90px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .vip_header .logo {
    border-left: 4px solid #d5d5d5;
    margin-left: 30px;
  }
}
.vip_mv {
  height: 800px;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under//vip_mv01_pc.png) no-repeat center center;
}

.vip_mv .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 50px;
  height: 100%;
  padding-bottom: 40px;
}

.vip_mv .txt {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
  color: #fff;
  text-align: center;
}

.vip_mv .txt02 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .vip_mv {
    height: 800px;
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under//vip_mv01_sp.png) no-repeat center center;
  }
  .vip_mv .flex {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.vip_sec01 {
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_bg01_pc.png) no-repeat center center/cover;
}

.vip_sec01 .flex {
  display: flex;
  flex-wrap: wrap;
}

.vip_sec01 .flex > * {
  width: 550px;
  padding: 100px 50px 200px;
}

.vip_sec01 .ttl {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #d9e1e5;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.vip_sec01 .txt {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  margin-top: 40px;
}

.vip_sec01 .ul {
  margin-top: 70px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 2;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

@media (max-width: 767px) {
  .vip_sec01 {
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_bg01_sp.png) no-repeat center center/cover;
  }
  .vip_sec01 .flex > * {
    width: 100%;
    padding: 80px 70px 100px;
  }
  .vip_sec01 .flex > * + *::before {
    content: "";
    width: 500px;
    height: 1px;
    background-color: #d9e1e5;
    display: block;
    top: -90px;
    position: relative;
  }
  .vip_sec01 .ttl {
    font-size: 70px;
  }
  .vip_sec01 .txt {
    font-size: 28px;
  }
  .vip_sec01 .ul {
    font-size: 24px;
  }
}
.vip_sec02 {
  height: 290px;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_img01_pc.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .vip_sec02 {
    height: 870px;
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_img01_sp.png) no-repeat center center/cover;
  }
}
.vip_sec03 {
  padding: 120px 0 140px;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_bg02_pc.png) no-repeat center center/cover;
}

.vip_sec03 .ttl {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  color: #abb0b3;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.vip_sec03 .txt {
  font-size: 20px;
  color: rgb(26, 26, 26);
  font-weight: 700;
  line-height: 2;
  margin-top: 20px;
}

.vip_sec03 .txt02 {
  margin-top: 80px;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media (max-width: 767px) {
  .vip_sec03 {
    padding: 100px 70px 140px;
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_bg02_sp.png) no-repeat center center/cover;
  }
  .vip_sec03 .ttl {
    font-size: 70px;
  }
  .vip_sec03 .txt {
    font-size: 28px;
  }
  .vip_sec03 .txt02 {
    font-size: 24px;
  }
}
.vip_sec04 {
  height: 815px;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_img02_pc.png) no-repeat center center/cover;
}

.vip_sec04 .flex {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.vip_sec04 .tel {
  pointer-events: none;
}

.vip_sec04 .ookii {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.vip_sec04 .txt {
  font-size: 16px;
  color: rgb(243, 243, 243);
  line-height: 2;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

@media (max-width: 767px) {
  .vip_sec04 {
    height: 720px;
    background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_img02_sp.png) no-repeat center center/cover;
  }
  .vip_sec04 .tel {
    pointer-events: all;
  }
  .vip_sec04 .ookii {
    font-size: 24px;
  }
}
.vip_footer {
  height: 100px;
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/vip_bg03_pc.png) no-repeat center center/cover;
}

.vip_footer .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.vip_footer .copy {
  font-size: 12px;
  color: rgb(231, 233, 233);
  line-height: 2;
}

@media (max-width: 767px) {
  .vip_footer .copy {
    font-size: 20px;
  }
}
/* Men's Clara Signature Treatments */
.mcst_box01 {
  display: flex;
  justify-content: flex-end;
}

.mcst_box01 .mcst_link {
  border: 1px solid #aaabab;
  min-height: 60px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1e1e1e;
  padding: 10px 30px;
  position: relative;
  gap: 20px;
  line-height: 1.8;
}

.mcst_box01 .mcst_link:hover {
  opacity: 0.6;
}

.mcst_box01 .mcst_link::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #1e1e1e;
  border-right: solid 1px #1e1e1e;
  /* position: absolute; */
  left: 10px;
  top: 8px;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .mcst_box01 {
    justify-content: center;
  }
  .mcst_box01 .mcst_link {
    font-size: 20px;
    gap: 40px;
  }
}
.mcst_yoyaku_box01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #00224e;
  border-bottom: 1px solid #00224e;
  padding: 50px 30px;
}

.mcst_yoyaku_box01 .ttl01 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.5;
}

.mcst_yoyaku_box01 .txt01 {
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

.mcst_yoyaku_box01 .link01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background-color: #00224e;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  min-width: 400px;
  min-height: 80px;
  padding: 30px 10px;
  margin-top: 20px;
}

.mcst_yoyaku_box01 .link01::before {
  content: "";
  background: url(https://mens-clara.com/wp-content/themes/clara/img/under/mcst_ico01_mail.png) no-repeat;
  width: 25px;
  height: 19px;
  display: inline-block;
}

.mcst_yoyaku_box01 .link01:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .mcst_yoyaku_box01 .ttl01 {
    font-size: 52px;
  }
  .mcst_yoyaku_box01 .txt01 {
    font-size: 22px;
    text-align: center;
  }
  .mcst_yoyaku_box01 .link01 {
    font-size: 22px;
  }
}
/* 20250717w */
.diagnosis-reservation-box01 {
  background-color: #b6a872;
  border-radius: 10px;
  padding: 30px;
}

.diagnosis-reservation-box01 .box01 {
  display: flex;
  align-items: center;
  gap: 30px;
  word-break: keep-all;
  margin-bottom: 20px;
}

.diagnosis-reservation-box01 .box01 .ttl01 {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  flex-shrink: 0;
}

.diagnosis-reservation-box01 .box01 .txt01 {
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}

.diagnosis-reservation-box01 .box02 a {
  color: #bc0101;
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .diagnosis-reservation-box01 {
    padding: 30px 20px;
  }
  .diagnosis-reservation-box01 .box01 {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .diagnosis-reservation-box01 .box02 a {
    font-size: 20px;
  }
}
.top-diagnosis-reservation-wrapper {
  display: none;
}

@media (max-width: 767px) {
  .top-diagnosis-reservation-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 30px;
    width: 100%;
    margin-top: 40px;
  }
  .top-diagnosis-reservation-wrapper > .diagnosis-reservation-box01 {
    width: 100%;
    padding: 30px;
  }
  .top-diagnosis-reservation-wrapper > .diagnosis-reservation-box01 .ttl01 {
    /* font-size: 30px; */
    font-size: 34px;
  }
  .top-diagnosis-reservation-wrapper > .diagnosis-reservation-box01 .txt01 {
    /* font-size: 20px; */
    font-size: 24px;
    margin-top: 10px;
  }
  .top-diagnosis-reservation-wrapper > .diagnosis-reservation-box01 a {
    /* font-size: 24px; */
    font-size: 28px;
  }
}
/* トップページ */
.l-article,
#main_content .post_content {
  max-width: 100%;
  padding: 0;
}

.l-container {
  max-width: 100%;
  margin: 0;
}

.top #content {
  padding-top: 80px !important;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .top #content {
    padding-top: 54px !important;
  }
}

body.home .post_content h2 {
  background: none !important;
  color: inherit !important;
  padding: 0 !important;
  margin-bottom: 0;
}

body.home .post_content h2::after {
  content: none;
}

body.home ul {
  list-style: none;
  padding-left: 0;
}

body.home .post_content .mens-datsumo-machine_title01 {
  margin: 80px 0 30px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  background: #0a3a7a;
  padding: 10px;
}

body.home .post_content .mens-datsumo-select_list01.aga figure,
.mens-datsumo-select_list01.aga figure {
  line-height: 0;
}

body.home .post_content h3::before {
  content: none;
}/*# sourceMappingURL=under.css.map */