@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aboreto&family=Norican&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap"); /*
    //レスポンシブの使い方 これをコピペしてくれ
    @media (max-width: $width_sp) {

    }
    @media (max-width: $width_tab) {

    }
    @media (max-width: $width_pc) {

    }
    @media (max-width: $width_wide) {

    }
*/
#utmedica_content {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Noto sans JP", sans-serif;
  scroll-behavior: smooth;
}
#utmedica_content img {
  vertical-align: middle;
}
@media (width <= 480px) {
  #utmedica_content p {
    font-size: 14px;
  }
}
#utmedica_content a {
  text-decoration: none;
}
#utmedica_content ul {
  margin-block: 16px;
}
#utmedica_content ul li {
  font-size: 18px;
}
@media (width <= 480px) {
  #utmedica_content ul li {
    font-size: 14px;
    line-height: 1.5;
  }
}
#utmedica_content .heading_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  margin-bottom: 14px;
  background: #d0b4bd;
  letter-spacing: 0.1em;
  position: relative;
  overflow: hidden;
}
@media (width <= 480px) {
  #utmedica_content .heading_box {
    height: 88px;
  }
}
#utmedica_content .heading_box::before {
  position: absolute;
  content: attr(title);
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  line-height: 1;
  font-size: 15em;
  font-family: "Aboreto", system-ui;
  letter-spacing: -0.05em;
  top: 50%;
  left: 50%;
  color: #6A3F4A;
  opacity: 0.05;
  transform: translate(-50%, -50%);
}
@media (width <= 768px) {
  #utmedica_content .heading_box::before {
    font-size: 12em;
  }
}
@media (width <= 480px) {
  #utmedica_content .heading_box::before {
    font-size: 7.2em;
  }
}
#utmedica_content .heading_box p {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.3);
  z-index: 10;
  letter-spacing: 0.075em;
}
@media (width <= 768px) {
  #utmedica_content .heading_box p {
    font-size: 40px;
  }
}
@media (width <= 480px) {
  #utmedica_content .heading_box p {
    font-size: 32px;
  }
}
#utmedica_content h2 {
  color: #fff;
  text-shadow: 1px 1px 0 #5B1F05 !important;
  width: 100%;
  height: 56px;
  background: #A26A7C !important;
  line-height: 56px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.12em;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
  margin: 50px 0px 40px 0px;
  border-radius: 4px;
}
@media (width <= 768px) {
  #utmedica_content h2 {
    padding-top: 0;
    font-size: 22px;
    letter-spacing: 0.07em;
  }
}
@media (width <= 480px) {
  #utmedica_content h2 {
    font-size: 20px;
  }
}
#utmedica_content h2::before {
  position: absolute;
  content: "";
  width: 500px;
  aspect-ratio: 4/1;
  background: url(../images/common/frame_flower.svg) no-repeat center;
  top: -50px;
  left: -170px;
  z-index: 100;
  transform: rotate(20deg);
}
@media (width <= 480px) {
  #utmedica_content h2::before {
    width: 460px;
    top: -50px;
    left: -170px;
    transform: rotate(15deg);
  }
}
#utmedica_content h2::after {
  position: absolute;
  content: "";
  width: 500px;
  aspect-ratio: 4/1;
  background: url(../images/common/frame_flower.svg) no-repeat center;
  bottom: -50px;
  right: -160px;
  z-index: 100;
  transform: rotate(-160deg);
}
@media (width <= 480px) {
  #utmedica_content h2::after {
    width: 460px;
    bottom: -50px;
    right: -180px;
    transform: rotate(-165deg);
  }
}
#utmedica_content h3 {
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #6A3F4A;
  background: #E8D1D9;
  text-align: left;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 1rem;
  margin-block: 38px 16px;
}
@media (width <= 480px) {
  #utmedica_content h3 {
    padding-left: 0.5rem;
    font-size: 16px;
  }
}
@media (width <= 768px) {
  #utmedica_content h3.h3_tab {
    font-size: 18px;
  }
}
@media (width <= 550px) {
  #utmedica_content h3.h3_tab {
    font-size: 16px;
  }
}
@media (width <= 480px) {
  #utmedica_content h3.h3_tab {
    font-size: clamp(12px, 3vw, 16px);
  }
}
#utmedica_content h4 {
  background: none;
  color: #5B1F05;
  height: 40px;
  line-height: 40px;
  border: none;
  border-bottom: dotted 1px #5B1F05;
  font-weight: 500;
  font-size: 18px;
  box-sizing: border-box;
  padding: 0 !important;
  padding-left: 1rem;
}
@media (width <= 480px) {
  #utmedica_content h4 {
    font-size: 15px;
    height: 32px;
    line-height: 32px;
  }
}
#utmedica_content table {
  width: 100%;
  margin-block: 16px;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(200, 200, 200, 0.2);
}
@media (width <= 480px) {
  #utmedica_content table {
    box-shadow: none;
  }
}
#utmedica_content table thead tr td,
#utmedica_content table thead tr th {
  background: #F4eaee;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 1rem;
  text-align: center;
  font-size: 1.05em;
}
#utmedica_content table thead tr th {
  width: 40%;
}
#utmedica_content table thead tr td {
  width: 30%;
  line-height: 1.25;
}
#utmedica_content table tbody tr th,
#utmedica_content table tbody tr td {
  text-align: left;
  background: #Faf6f7;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 1rem;
}
#utmedica_content table tbody tr td {
  text-align: center;
  background: #Fdfafd;
}
#utmedica_content table tbody tr th {
  width: 40%;
  font-size: 1.15em;
}
#utmedica_content table tbody tr td {
  width: 30%;
  font-size: 1.2em;
}
#utmedica_content .btn-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (width <= 480px) {
  #utmedica_content .btn-box {
    flex-direction: column;
  }
}
#utmedica_content .btn-box .reserve-btn,
#utmedica_content .btn-box .line_entry-btn {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto;
}
@media (width <= 768px) {
  #utmedica_content .btn-box .reserve-btn,
  #utmedica_content .btn-box .line_entry-btn {
    margin: 16px auto;
    width: 45%;
  }
}
@media (width <= 480px) {
  #utmedica_content .btn-box .reserve-btn,
  #utmedica_content .btn-box .line_entry-btn {
    width: 88%;
  }
}
#utmedica_content .btn-box .reserve-btn a,
#utmedica_content .btn-box .line_entry-btn a {
  text-align: center;
  width: 100%;
  line-height: 1;
  font-family: "Noto serif JP";
  color: #5B1F05;
  background: #CBBB7D;
  background: linear-gradient(0deg, rgb(203, 187, 125) 0%, rgb(211, 195, 132) 25%, rgb(238, 238, 238) 50%, rgb(211, 195, 132) 75%, rgb(203, 187, 125) 100%);
  text-decoration: none;
  font-size: 32px;
  border-radius: 8px;
  padding: 22px 0 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
@media (width <= 768px) {
  #utmedica_content .btn-box .reserve-btn a,
  #utmedica_content .btn-box .line_entry-btn a {
    font-size: 28px;
  }
}
#utmedica_content .btn-box .line_entry-btn {
  display: none;
}
#utmedica_content .btn-box .line_entry-btn a {
  color: #fff;
  background: #CBBB7D;
  background: linear-gradient(0deg, #1e7f4f 0%, #2bb673 50%, #1e7f4f 100%);
  text-decoration: none;
  letter-spacing: 0.08em;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#utmedica_content .line_trial-price {
  background: #eee;
  box-sizing: border-box;
  padding: 0.5rem;
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price {
    padding: 0.3em;
  }
}
#utmedica_content .line_trial-price .line_title {
  margin: 16px auto;
  text-align: center;
  color: #5B1F05;
  font-family: "Noto serif JP";
  font-weight: 600;
  line-height: 1;
  font-size: 32px;
  padding: 5px 5px 7px;
  width: -moz-fit-content;
  width: fit-content;
  border-block: 1px solid #5B1F05;
}
@media (width <= 768px) {
  #utmedica_content .line_trial-price .line_title {
    font-size: 28px;
  }
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price .line_title {
    font-size: 22px;
  }
}
#utmedica_content .line_trial-price .price_regular-box {
  width: 72%;
  margin: 16px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
@media (width <= 768px) {
  #utmedica_content .line_trial-price .price_regular-box {
    width: 86%;
  }
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price .price_regular-box {
    width: 90%;
  }
}
#utmedica_content .line_trial-price .price_regular-box .price_regular-1,
#utmedica_content .line_trial-price .price_regular-box .price_regular-2 {
  width: -moz-fit-content;
  width: fit-content;
}
@media (width <= 768px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 {
    height: 88px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 {
    height: 78px;
  }
}
#utmedica_content .line_trial-price .price_regular-box .price_regular-1 p,
#utmedica_content .line_trial-price .price_regular-box .price_regular-2 p {
  text-align: right;
  font-size: 17px;
  margin-bottom: 3px;
}
@media (width <= 768px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1 p,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 p {
    font-size: 14px;
  }
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1 p,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 p {
    font-size: 13px;
  }
}
#utmedica_content .line_trial-price .price_regular-box .price_regular-1 .price_regular-p,
#utmedica_content .line_trial-price .price_regular-box .price_regular-2 .price_regular-p {
  font-size: 32px;
  position: relative;
  display: block;
}
@media (width <= 768px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1 .price_regular-p,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 .price_regular-p {
    font-size: 28px;
  }
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1 .price_regular-p,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 .price_regular-p {
    font-size: 22px;
  }
}
#utmedica_content .line_trial-price .price_regular-box .price_regular-1 .price_regular-p::after,
#utmedica_content .line_trial-price .price_regular-box .price_regular-2 .price_regular-p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.8em;
  width: 100px;
  height: 1px;
  transform: translatey(-50%) rotate(12deg);
  background: #000;
}
@media (width <= 768px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1 .price_regular-p::after,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 .price_regular-p::after {
    width: 80px;
  }
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price .price_regular-box .price_regular-1 .price_regular-p::after,
  #utmedica_content .line_trial-price .price_regular-box .price_regular-2 .price_regular-p::after {
    width: 65px;
  }
}
#utmedica_content .line_trial-price .line_initial-price p {
  font-size: 56px;
  font-weight: 700;
  color: #A26A7C;
  -webkit-text-stroke: 7px #fff;
  paint-order: stroke;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 0.02em;
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price .line_initial-price p {
    font-size: 40px;
    -webkit-text-stroke: 4px #fff;
  }
}
#utmedica_content .line_trial-price > p:last-child {
  text-align: right;
  font-size: 0.875em;
  margin-top: 0.3em;
  padding-right: 2em;
}
@media (width <= 768px) {
  #utmedica_content .line_trial-price > p:last-child {
    font-size: 0.7em;
  }
}
@media (width <= 480px) {
  #utmedica_content .line_trial-price > p:last-child {
    text-align: center;
    padding-right: 0;
  }
}
#utmedica_content .br_wide {
  display: block;
}
@media (width <= 768px) {
  #utmedica_content .br_wide {
    display: none;
  }
}
#utmedica_content .br_tab {
  display: none;
}
@media (width <= 600px) {
  #utmedica_content .br_tab {
    display: block;
  }
}
#utmedica_content .br_sp {
  display: none;
}
@media (width <= 480px) {
  #utmedica_content .br_sp {
    display: block;
  }
}
#utmedica_content .none_tab {
  display: inline;
}
@media (width <= 600px) {
  #utmedica_content .none_tab {
    display: none;
  }
}
#utmedica_content .none_sp {
  display: inline;
}
@media (width <= 480px) {
  #utmedica_content .none_sp {
    display: none;
  }
}
#utmedica_content .yen {
  font-size: 0.65em;
  margin-left: 0.2em;
  position: relative;
}
#utmedica_content .yen::after {
  position: absolute;
  content: "(税込)";
  white-space: nowrap;
  font-size: 0.4em;
  top: -2.65em;
  left: -0.2em;
}
#utmedica_content .font_large {
  font-size: 1.3em;
}
#utmedica_content .font_middle-large {
  font-size: 1.1em;
}
#utmedica_content .font_small-middle {
  font-size: 0.65em;
}
#utmedica_content .font_small {
  font-size: 0.5em;
}
#utmedica_content .font_strong {
  color: #A26A7C;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.018em;
  text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.1);
  padding-bottom: 0.2em;
}
@media (width <= 480px) {
  #utmedica_content .font_strong {
    font-size: 1.1em;
  }
}
#utmedica_content section {
  margin-bottom: 80px;
}
#utmedica_content ul.check-list li {
  padding-left: 1.85em;
  padding-bottom: 8px;
  position: relative;
}
#utmedica_content ul.check-list li::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_check_square.svg) no-repeat center;
  width: 0.85lh;
  height: 0.85lh;
  top: 3px;
  left: 0;
}
#utmedica_content ul.line-list li {
  padding-left: 1.7em;
  padding-bottom: 8px;
  position: relative;
}
#utmedica_content ul.line-list li::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_line.svg) no-repeat center;
  width: 0.65lh;
  height: 0.65lh;
  top: 4px;
  left: 1px;
}
#utmedica_content ul.disc-list li {
  padding-left: 1.3em;
  padding-bottom: 8px;
  position: relative;
}
#utmedica_content ul.disc-list li::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_disc.svg) no-repeat center;
  width: 0.3lh;
  aspect-ratio: 1/1;
  background-size: contain;
  top: 27%;
  left: 1px;
}
#utmedica_content ul.flower-list li {
  padding-left: 1.7em;
  padding-bottom: 8px;
  position: relative;
}
#utmedica_content ul.flower-list li::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_flower.svg) no-repeat center;
  width: 0.6lh;
  aspect-ratio: 1/1;
  top: 7px;
  left: 1px;
}
@media (width <= 480px) {
  #utmedica_content ul.flower-list li::before {
    top: 4px;
    width: 0.7lh;
  }
}
#utmedica_content img.img_middle-hight {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 20px;
}
@media (width <= 480px) {
  #utmedica_content img.img_middle-hight {
    height: 270px;
  }
}
#utmedica_content .toggle_menu {
  cursor: pointer;
}
#utmedica_content #nav_toc h2.h2_toc {
  background: #E8D1D9 !important;
  color: #A26A7C;
  padding-left: 1.8em;
  text-shadow: none !important;
  text-align: left;
  position: relative;
  border-bottom: 1px solid #A26A7C;
  border-right: 1px solid #A26A7C;
  margin-bottom: 0px;
  border-radius: 0px;
}
@media (width <= 768px) {
  #utmedica_content #nav_toc h2.h2_toc {
    padding-top: 0;
  }
}
@media (width <= 480px) {
  #utmedica_content #nav_toc h2.h2_toc {
    padding-left: 2.2em;
  }
}
#utmedica_content #nav_toc h2.h2_toc:hover {
  cursor: pointer;
}
#utmedica_content #nav_toc h2.h2_toc::before {
  position: absolute;
  content: "";
  background: url(../images/common/icon_toc.svg) no-repeat center;
  top: 3px;
  left: 0;
  width: 1lh;
  height: 1lh;
  transform: rotate(0deg);
}
#utmedica_content #nav_toc h2.h2_toc::after {
  background: none;
  content: "[閉じる]";
  margin: 0px 0px 0px -20px;
  padding: 0px;
  transform: rotate(0deg);
  left: 30px;
  top: 0px;
  right: auto;
  position: relative;
  font-size: 16px;
  right: bottom;
}
@media (width <= 480px) {
  #utmedica_content #nav_toc h2.h2_toc::after {
    width: auto;
    bottom: auto;
    right: auto;
    transform: rotate(0deg);
  }
}
#utmedica_content #nav_toc h2.h2_toc.close::after {
  content: "[開く]";
}
#utmedica_content #nav_toc ul.toc-list {
  overflow: hidden;
  transition: height 0.2s ease;
}
#utmedica_content #nav_toc ul.toc-list li {
  padding: 4px 0.8em 5px;
  border-bottom: dotted 1px #6A3F4A;
  list-style-type: disc !important;
  list-style-position: inside;
}
#utmedica_content #nav_toc ul.toc-list li:last-child {
  border-bottom: none;
}
#utmedica_content #nav_toc ul.toc-list.is_close {
  height: 0;
}
#utmedica_content #recommended-for .recommennded-box {
  position: relative;
}
#utmedica_content #recommended-for .recommennded-box::after {
  position: absolute;
  content: "";
  background: url(../images/botox/recommended-for01.webp) no-repeat center center;
  width: 250px;
  aspect-ratio: 1/1;
  background-size: contain;
  bottom: 0;
  right: 20px;
  z-index: -1;
}
@media (width <= 768px) {
  #utmedica_content #recommended-for .recommennded-box::after {
    width: 220px;
    right: 0;
  }
}
@media (width <= 480px) {
  #utmedica_content #recommended-for .recommennded-box::after {
    width: 180px;
    right: 0;
  }
}
#utmedica_content #recommended-for .recommennded-box ul li {
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8), 0 0 3px rgba(255, 255, 255, 0.8);
}
@media (width <= 480px) {
  #utmedica_content #comparison h2 {
    font-size: clamp(14px, 4vw, 20px);
  }
}
#utmedica_content #comparison table.table_comparison-pc {
  display: table;
  width: 100%;
}
@media (width <= 480px) {
  #utmedica_content #comparison table.table_comparison-pc {
    display: none;
  }
}
#utmedica_content #comparison table.table_comparison-pc tr td {
  text-align: center;
}
@media (width <= 768px) {
  #utmedica_content #comparison table.table_comparison-pc tr th,
  #utmedica_content #comparison table.table_comparison-pc tr td {
    font-size: 0.875em;
  }
}
#utmedica_content #comparison table.table_comparison-pc tr th {
  width: 20%;
}
#utmedica_content #comparison table.table_comparison-pc tr td {
  width: 40%;
}
#utmedica_content #comparison table.table_comparison-sp {
  display: none;
}
@media (width <= 480px) {
  #utmedica_content #comparison table.table_comparison-sp {
    display: table;
    margin-block: 0;
  }
  #utmedica_content #comparison table.table_comparison-sp thead th {
    font-weight: 400;
    padding: 0.8rem;
    font-size: 16px;
  }
  #utmedica_content #comparison table.table_comparison-sp tbody tr th {
    font-weight: 400;
    width: 45%;
    font-size: 14px;
    padding: 0.5rem;
  }
  #utmedica_content #comparison table.table_comparison-sp tbody tr td {
    width: 55%;
    font-size: 13px;
    padding: 1rem 0.5rem;
  }
}
#utmedica_content #comparison .strengths-natural-botox {
  position: relative;
  z-index: 0;
}
#utmedica_content #comparison .strengths-natural-botox::before {
  content: "";
  position: absolute;
  inset: 0 30px 0 0;
  background: url(../images/botox/strengths-natural-botox01.webp) no-repeat bottom right;
  background-size: contain;
  opacity: 0.35;
  z-index: -1;
}
@media (width <= 768px) {
  #utmedica_content #comparison .strengths-natural-botox::before {
    width: 200px;
    inset: 0 0 0 auto;
  }
}
#utmedica_content #comparison .strengths-botox {
  position: relative;
  z-index: 0;
}
#utmedica_content #comparison .strengths-botox::before {
  content: "";
  position: absolute;
  inset: 0 1em -2em 0;
  background: url(../images/botox/about-botox01.webp) no-repeat bottom right;
  background-size: auto;
  opacity: 0.35;
  z-index: -1;
}
@media (width <= 768px) {
  #utmedica_content #comparison .strengths-botox::before {
    width: 170px;
    inset: 0 1em -2em auto;
    background-size: contain;
  }
}
@media (width <= 480px) {
  #utmedica_content #reasons h2 {
    font-size: clamp(13px, 4vw, 18px);
  }
}
#utmedica_content #reasons img {
  margin: 0 auto 16px;
}
#utmedica_content #reasons img.img-right-bottom {
  display: block;
  margin: 0 0 16px auto;
  border-radius: 10px;
}
@media (width <= 480px) {
  #utmedica_content #effects h2, #utmedica_content #medication-and-physician h2 {
    font-size: clamp(14px, 4.5vw, 20px);
  }
}
#utmedica_content #treatment_flow h3 {
  background: #fff;
  border-bottom: 4px double #5B1F05;
  border-radius: 0;
}
@media (width <= 480px) {
  #utmedica_content #treatment_flow h3 {
    margin-top: 5px;
    line-height: 30px;
    height: 32px;
  }
}
#utmedica_content #treatment_flow .flow-item {
  margin-bottom: 100px;
  position: relative;
}
#utmedica_content #treatment_flow .flow-item::after {
  position: absolute;
  content: "";
  width: 60px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_arrow-down.svg) no-repeat center;
  background-size: contain;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
}
#utmedica_content #treatment_flow .flow-item .flow-img {
  width: 80%;
  aspect-ratio: 3/1.8;
}
#utmedica_content #treatment_flow .flow-item .flow-number {
  font-family: "Norican", cursive;
  width: 180px;
  aspect-ratio: 1/1;
  font-size: 40px;
  color: #808050;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #808050;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 10;
}
@media (width <= 480px) {
  #utmedica_content #treatment_flow .flow-item .flow-number {
    width: 90px;
    font-size: 24px;
    border: 2px solid #808050;
  }
}
#utmedica_content #treatment_flow .flow-item .flow-number::after {
  position: absolute;
  content: "・・・";
  writing-mode: vertical-lr;
  font-weight: black;
  letter-spacing: -0.5em;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
#utmedica_content #treatment_flow .flow-item .flow-right {
  position: relative;
}
#utmedica_content #treatment_flow .flow-item .flow-right .flow-img {
  position: relative;
  margin: 0 10px 16px auto;
}
#utmedica_content #treatment_flow .flow-item .flow-right .flow-img::after {
  content: "";
  position: absolute;
  inset: 10px -10px -10px 10px;
  background: #808050;
  z-index: 0;
}
@media (width <= 480px) {
  #utmedica_content #treatment_flow .flow-item .flow-right .flow-img::after {
    inset: 7px -7px -7px 7px;
  }
}
#utmedica_content #treatment_flow .flow-item .flow-right .flow-img .flow-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#utmedica_content #treatment_flow .flow-item .flow-right .flow-img .flow-img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#utmedica_content #treatment_flow .flow-item .flow-right .flow-number {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
#utmedica_content #treatment_flow .flow-item .flow-left {
  position: relative;
}
#utmedica_content #treatment_flow .flow-item .flow-left .flow-number {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
#utmedica_content #treatment_flow .flow-item .flow-img {
  position: relative;
  margin-bottom: 16px;
}
#utmedica_content #treatment_flow .flow-item .flow-img::after {
  content: "";
  position: absolute;
  inset: 10px -10px -10px 10px;
  background: #808050;
  top: 10px;
  right: -10px;
  z-index: 0;
}
#utmedica_content #treatment_flow .flow-item .flow-img .flow-img-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#utmedica_content #treatment_flow .flow-item .flow-img .flow-img-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#utmedica_content #treatment_flow .flow_05::after {
  display: none !important;
}
#utmedica_content #case .case-box .case_img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  position: relative;
}
@media (width <= 480px) {
  #utmedica_content #case .case-box .case_img {
    flex-direction: column;
  }
}
#utmedica_content #case .case-box .case_img::after {
  position: absolute;
  content: "";
  width: 80px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_arrow-down.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  transform: rotate(-90deg) translateX(50%);
}
@media (width <= 480px) {
  #utmedica_content #case .case-box .case_img::after {
    left: 50%;
    transform: rotate(0deg) translateX(-50%) translateY(-50%);
  }
}
#utmedica_content #case .case-box .case_img img {
  width: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 480px) {
  #utmedica_content #case .case-box .case_img img {
    width: 100%;
  }
}
#utmedica_content #case .case-box table.table_case tr th {
  width: 25%;
}
@media (width <= 480px) {
  #utmedica_content #case .case-box table.table_case tr th {
    text-align: center;
  }
}
#utmedica_content #case .case-box table.table_case tr td {
  width: 75%;
}
@media (width <= 480px) {
  #utmedica_content #case .case-box table.table_case tr th, #utmedica_content #case .case-box table.table_case tr td {
    display: block;
    width: 100%;
    font-size: 0.875em;
    box-sizing: border-box;
  }
}
#utmedica_content dl.faq dt {
  cursor: pointer;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-inline: 1em;
  box-sizing: border-box;
  color: #6A3F4A;
  margin-bottom: 6px;
  border-radius: 4px;
  background: #F0E8EB;
  position: relative;
}
#utmedica_content dl.faq dt::after {
  position: absolute;
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_arrow-down_02.svg) no-repeat center;
  background-size: contain;
  top: 50%;
  right: 1em;
  transition: 0.3s;
}
#utmedica_content dl.faq dt.open::after {
  transform: rotate(180deg);
  top: 29%;
}
#utmedica_content dl.faq dd {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: height 0.2s ease;
}
#utmedica_content dl.faq dd.is_close {
  height: 0;
}
@media (width <= 480px) {
  #utmedica_content dl.faq dd {
    font-size: 14px;
  }
}
#utmedica_content #price table.table_price th {
  width: 34%;
  font-weight: 400;
}
@media (width <= 768px) {
  #utmedica_content #price table.table_price th {
    font-size: 16px;
  }
}
@media (width <= 480px) {
  #utmedica_content #price table.table_price th {
    font-size: 13px;
  }
}
#utmedica_content #price table.table_price td.td_thin {
  width: 29%;
}
#utmedica_content #price table.table_price td {
  width: 37%;
  font-weight: 400;
}
@media (width <= 768px) {
  #utmedica_content #price table.table_price td {
    font-size: 15px;
  }
}
@media (width <= 480px) {
  #utmedica_content #price table.table_price td {
    font-size: 12px;
  }
}
#utmedica_content #treatment-menu p.treatment-nav {
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 1.7em;
  padding-bottom: 8px;
  border-bottom: 1px solid #5B1F05;
  margin-bottom: 0;
}
#utmedica_content #treatment-menu p.treatment-nav::before {
  position: absolute;
  content: "";
  width: 1.2lh;
  aspect-ratio: 1/1;
  background: url(../images/common/icon_flower02.svg) no-repeat center;
  background-size: contain;
  top: 0;
  left: 0;
}
#utmedica_content #treatment-menu .grid_treatment-menu {
  padding-block: 20px 30px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 3px;
}
@media (width <= 768px) {
  #utmedica_content #treatment-menu .grid_treatment-menu {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}
#utmedica_content #treatment-menu .grid_treatment-menu a {
  height: 60px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0.875em;
  background-color: #F0E8EB;
  color: #A26A7C;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  transition: 0.3s;
}
#utmedica_content #treatment-menu .grid_treatment-menu a:hover {
  background-color: #5B1F05;
  color: #fff;
}
#utmedica_content #about-botox img {
  display: block;
  margin: 16px auto 80px;
}
@media (width <= 480px) {
  #utmedica_content #about-botox img {
    margin: 16px auto;
  }
}
#utmedica_content #about-botox .image-box {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
#utmedica_content #about-botox .image-box img {
  width: 48%;
  min-width: 150px;
  max-width: 450px;
}
@media (width <= 480px) {
  #utmedica_content #about-botox .image-box img {
    width: 60%;
  }
}
#utmedica_content #about-botox .image-box img:last-of-type {
  max-width: 230px;
}
@media (width <= 480px) {
  #utmedica_content #about-botox .image-box img:last-of-type {
    max-width: 100px;
    min-width: auto;
  }
}
#utmedica_content #about-botox .image-box {
  margin-bottom: 16px;
}
#utmedica_content #natural-botox img {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#utmedica_content #natural-botox img.img-right {
  width: 400px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
#utmedica_content #natural-botox .myths-bubble-box {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  aspect-ratio: 6/4;
}
#utmedica_content #natural-botox .myths-bubble-box .myths-blob {
  position: absolute;
  inset: 0;
  background: url(../images/botox/myths-bg.webp) no-repeat center;
  background-size: contain;
  opacity: 0.25;
}
#utmedica_content #natural-botox .myths-bubble-box .bubbles {
  position: absolute;
  width: 20%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #eeece9;
  background: linear-gradient(180deg, rgb(238, 236, 233) 0%, rgb(214, 211, 207) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: clamp(10px, 2vw, 18px);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
#utmedica_content #natural-botox .myths-bubble-box .bubbles.bubble01 {
  top: 12%;
  left: 32%;
}
#utmedica_content #natural-botox .myths-bubble-box .bubbles.bubble02 {
  top: 8%;
  right: 20%;
}
#utmedica_content #natural-botox .myths-bubble-box .bubbles.bubble03 {
  top: 45%;
  right: 33%;
}
#utmedica_content #natural-botox .myths-bubble-box .myths-figure {
  position: absolute;
  width: 50%;
  bottom: 5%;
  left: 5%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width <= 480px) {
  #utmedica_content #natural-botox .myths-bubble-box .myths-figure {
    width: 55%;
    left: 0;
  }
}
#utmedica_content #natural-botox p.recommend-natural-botox {
  text-align: center !important;
  font-size: 24px;
  font-family: "Noto serif JP";
}
@media (width <= 480px) {
  #utmedica_content #natural-botox p.recommend-natural-botox {
    font-size: 22px;
  }
}
#utmedica_content #natural-botox .doctor {
  margin-inline: auto;
  width: 80%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (width <= 768px) {
  #utmedica_content #natural-botox .doctor {
    justify-content: space-between;
    width: 86%;
  }
}
@media (width <= 480px) {
  #utmedica_content #natural-botox .doctor {
    flex-direction: column-reverse;
    position: relative;
  }
}
@media (width <= 768px) {
  #utmedica_content #natural-botox .doctor img {
    width: 300px;
    margin-inline: 0;
  }
}
#utmedica_content #natural-botox .doctor p {
  font-size: 45px;
  font-family: "Noto serif JP";
  line-height: 1.1;
  text-align: justify;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9), 0 0 5px rgba(255, 255, 255, 0.9);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (width <= 768px) {
  #utmedica_content #natural-botox .doctor p {
    font-size: 32px;
  }
}
@media (width <= 600px) {
  #utmedica_content #natural-botox .doctor p {
    font-size: 28px;
    white-space: nowrap;
  }
}
@media (width <= 480px) {
  #utmedica_content #natural-botox .doctor p {
    position: absolute;
    bottom: -5px;
    z-index: 10;
  }
}
#utmedica_content #natural-botox .doctor p::before {
  position: absolute;
  content: "";
  width: 340px;
  aspect-ratio: 2/1;
  background: url(../images/common/line_pink.svg) no-repeat center;
  opacity: 0.5;
  z-index: -1;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (width <= 768px) {
  #utmedica_content #natural-botox .doctor p::before {
    width: 270px;
    top: -28%;
  }
}
@media (width <= 480px) {
  #utmedica_content #natural-botox .doctor p::before {
    top: -40%;
    opacity: 0.65;
  }
}
#utmedica_content #natural-botox .about-natural-botox_img-box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  flex-wrap: wrap;
}
#utmedica_content #natural-botox .about-natural-botox_img-box img {
  width: 30% !important;
  aspect-ratio: 1/1;
}
@media (width <= 480px) {
  #utmedica_content #natural-botox .about-natural-botox_img-box img {
    width: 45% !important;
  }
}
#utmedica_content #recommended-for.fotona .recommennded-box {
  position: relative;
}
#utmedica_content #recommended-for.fotona .recommennded-box::after {
  position: absolute;
  content: "";
  background: url(../images/botox/about-botox01.webp) no-repeat center center;
  width: 250px;
  aspect-ratio: 1/1;
  background-size: contain;
  bottom: 0;
  right: 20px;
  z-index: -1;
}
@media (width <= 768px) {
  #utmedica_content #recommended-for.fotona .recommennded-box::after {
    width: 220px;
    right: 0;
  }
}
@media (width <= 480px) {
  #utmedica_content #recommended-for.fotona .recommennded-box::after {
    width: 180px;
    right: 0;
  }
}/*# sourceMappingURL=utmedica_style.css.map */