@charset "UTF-8";

.spn-br {
  display: block;
  height: 1em;
}

.spn-red {
  color: #AD1457;
  /*font-weight: bold;*/
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

/*============================================================*/
/* second Movie2
/*============================================================*/

.sec-mv2 {
  overflow:hidden;
  width:100%;
  padding-bottom:6vw;
  /*background:url(../ulspeno_bg.jpg) repeat;*/
  /*background-attachment:scroll;*/
  /*background-position:center;*/
  /*background-size:cover;*/
  /*background-size:100px auto;*/
  background: linear-gradient(-70deg, #ffffff 0%, #ffffff 50%, #ffffff 100%);
  background: radial-gradient(circle, #fff 0%, #fcfaf8 120%);
}

#div-mv2-thumb-cntr {
  margin:2.5vw auto 0;
  width: 94vw;
  display: flex;
  justify-content: center;
  gap: 2vw;
}

.fig-mv2-thumb {
  display: inline-block;
  width: 46vw;
}

.div-mv2-thumb-image {
  position: relative;
}

.div-mv2-thumb-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1vw;
}

.div-mv2-thumb-image::before {
  position: absolute;
  content: "";
  width: clamp(12px, 6vw, 50px);
  height: clamp(12px, 6vw, 50px);
  background-image: url("play_button.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.div-mv2-thumb-image::after {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 1.1vw 1.2vw .7vw 1.5vw;
  font-size: 2.3vw;
  text-align: center;
  border-top-left-radius: 1vw;
  border-bottom-right-radius: 1vw;
  white-space: nowrap;
}

#div-mv2-thumb-grande::after {
  content: "再生時間：2分";
}

#div-mv2-thumb-spectra::after {
  content: "再生時間：1分";
}

.figc-mv2-thumb {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  padding-top:1.5vw;
  font-weight: bold;
  font-size:3vw;
  color:#3e6250;
  text-align:center;
}

#div-mv2-thumb-cntr video {
  visibility: hidden;
  width:100%;
  aspect-ratio: 16 / 9;
}

#div-mv2-thumb-cntr video.loaded {
  visibility: visible;
}

.video-modal {
  display: none;  /* 初期状態では非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.video-content {
  position: relative;
  width: 800px;
  max-width: 92%;
  text-align: center;
}

#modalVideo {
  width: 100%;
  aspect-ratio: 16 / 9.1;
  object-fit: cover;
}

.close-btn {
  position: absolute;
  top: -35px;
  right: 0;
  width:30px;
  height:30px;
  background-color:transparent;
  cursor: pointer;
}

.close-btn:hover {
  cursor: pointer;
}

body.modal-open {
  height: 100%;
  touch-action: none; /* iOS でのスクロール防止 */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sec-mv2 {
    padding-bottom: 20px;
  }

  #h1-mv2-ttl {
    margin: 35px auto 0;
    font-size: 37px;
  }

  #h2-ulspe-movie-sttl {
    padding-top: 10px;
    font-size: 23px;
  }
}

@media only screen and (min-width: 1025px){

  #sec-mv2 {
    padding-bottom:30px;
  }

  #h1-mv2-ttl {
    margin-top:40px;
    font-size:37px;
  }

  #h2-mv2-sttl {
    padding-top:8px;
    font-size:31px;
  }

  #div-mv2-thumb-cntr {
    margin: 30px auto 0;
    width: 1000px;
    gap: 50px;
  }

  .fig-mv2-thumb {
    width: 400px;
    cursor: pointer;
    text-align: center;
    transition: transform 0.3s ease;
  }

  .div-mv2-thumb-image img {
    width: 400px;
    border-radius: 5px;
  }

  .div-mv2-thumb-image::before {
    top: 50%;
  }

  .div-mv2-thumb-image::after {
    padding: 5px 8px 4px 10px;
    font-size: 12px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .fig-mv2-thumb::after {
    bottom: 18.5%;
    padding: 5px 8px 4px 10px;
    font-size: 12px;
    border-radius: 5px;
  }

  .fig-mv2-thumb:hover {
    transform: scale(1.05);
    opacity: 0.6;
  }

  .figc-mv2-thumb {
    padding-top:15px;
    font-size:25px; 
  }

  .close-btn {
    top: -45px;
    width:40px;
    height:40px;
  }
}

/*===================================================================*/
/* second content figure-Lt p-Rt backgroud
/*===================================================================*/
.div-figPbg {
  overflow: hidden;
  margin: clamp( 1rem, 2.8vw,3rem) auto 0;
  padding-bottom: clamp(0.5rem, 1.4vw,3rem);
  width: 90vw;
  max-width: 1000px;
  background-color: #f6fafd;
}

.h3-figPbg {
  margin-top: clamp( 1.5rem, 4.2vw, 3.5rem);
  margin-bottom: clamp(1.5rem, 4.2vw, 3rem);
  font-size: clamp(18px, 5vw, 32px);
  color: #4A6484;
  text-align: center;
}

.div-figPbg-cntr {
  margin: 0 5vw 0 7vw;
  width: auto;
}

.fig-figPbg-lt {
  float: left;
  margin-top: clamp(0.8rem, 2.2vw, 1rem);
  margin-right: clamp(1.3rem, 3.6vw, 4.4rem);
  margin-bottom: clamp(0.6rem,  1.7vw, 0.95rem);
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.img-figPbg-logoM-lt {
  width: clamp(58px, 16.1vw, 90px); /* iphone 15 pro 18vw */
  height: auto;
}

.img-figPbg-logoL-lt {
  width: clamp(62px, 17.2vw, 230px); /* iphone 15 pro 18vw */
  height: auto;
}

.figc-figPbg-lt,
.figc-figPbg-logoM-lt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-top: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  margin-bottom: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  font-size: clamp(11px, 3.1vw, 15px); /* iphone 15 pro 18vw */
  text-align: center;
}

.figc-figPbg-logoL-lt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-top: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  margin-bottom: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  font-size: clamp(12px, 3.3vw, 25px); /* iphone 15 pro 13px 3vw=11.79px */
  text-align: center;
}

.figc-figPbg-mcho-lt {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  font-size: clamp(13px, 3.6vw, 16px); /* iphone 15 pro 18vw */ 
  text-align: center;
}

.img-figPbg-crcl-lt {
  margin-top: 0;
  width: clamp(97px, 26.9vw, 150px); /* iphone 15 pro 27vw 106.1px*/ 
  height: auto;
  border-radius: 50%;
  border: 1px solid #a67921;
  background-color: #eee;
}

.img-figPbg-lt {
  width: clamp(97px, 26.9vw, 200px); /* iphone 15 pro 27vw 106.1px*/ 
  height: auto;
}

.img-figPbg-mechM-lt {
  width: clamp(97px, 26.9vw, 150px); /* iphone 15 pro 27vw 106.1px*/ 
  height: auto;
}

.img-figPbg-mechL-lt {
  width: clamp(97px, 26.9vw, 300px); /* iphone 15 pro 27vw 106.1px*/ 
  height: auto;
}

.div-figPbg-rt {
  margin-left: 0;
  text-align: left; 
}

.p-figPbg-rt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  text-indent: 1em;
  font-size: clamp(13.5px, 3.75vw, 16px); /* iphone 15 pro 3.8vw = 14.93px */ 
  line-height: 1.75;
}

.p-figPbg-rt + .p-figPbg-rt {
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .h3-figPbg {
    margin-top: clamp( 1rem, 2.8vw, 3.5rem);
    margin-bottom: clamp(1rem, 2.8vw, 3rem);
    font-size: clamp(18px, 5vw, 29px);
  }

  .div-figPbg-cntr {
    margin: 0 3vw 0 6vw;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
  }

  .fig-figPbg-lt {
    float: none;
  }
}

@media only screen and (min-width: 1025px) {
  .div-figPbg-cntr {
    margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: flex-start;     
  }

  .fig-figPbg-lt {
    float: none;
  }

  .div-figPbg-rt {
    width: 675px; 
  }
}

/*==========================================================*/
/* top slider Model-Left new
/*==========================================================*/
.ul-slrMdlLt {
  margin-top: 1.5vw;
  margin-left: 0;
  display: flex;
  justify-content: center;
  gap: 3vw;
}

.li-slrMdlLt {
  padding: 2vw 0 2.7vw;
  width: 19vw;
  color: #fff;
  border-radius: 50%;
  font-size: 3.3vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.3; 
  white-space: nowrap;
  background: linear-gradient(to right, #888, #bbb);
}

.li-slrMjro {
  background: linear-gradient(to right, #0098ab, #0172aa) !important;
}

.spn-br-mjro {
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ul-slrMdlLt {
    margin-top: 3vw;
    margin-left: 0;
    gap: 2vw;
  }

  .li-slrMdlLt {
    padding: 3vw 0 0;
    width: 13vw;
    height: 13vw;
    font-size: 2.3vw; 
  }
}

@media only screen and (min-width: 1025px){
  .ul-slrMdlLt {
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .li-slrMdlLt {
    padding-top: 32px;
    width: 120px;
    height: 120px;
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
  }
}






/*===================================================================*/
/* second content figure-Lt p-Rt
/*===================================================================*/
.sec-figP {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: clamp(11px, 3vw, 30px);
  width: 100%;
}

.h1-ttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: clamp(23px, 6.4vw, 40px); /* iphone 15 pro 25px */
  width: 100%;
  font-size: clamp(21px, 5.8vw, 32px); /* iphone 15 pro 23px */
  color: #3e6c91;
  text-align: center;
  white-space: nowrap;
}

.h2-sttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: clamp(3.5px, 1vw, 6px); /* iphone 15 pro 4px */
  margin-bottom: clamp(12px, 3.3vw, 20px); /* iphone 15 pro 13px */
  font-size: clamp(13px, 3.6vw, 18px); /* iphone 15 pro 14px */
  color: #333;
  text-align: center;
}

.div-figP-cntr {
  margin: 0 5vw 0 7vw;
  width: 88vw;
}

.fig-figP-lt {
  float: left;
  margin-top: clamp(0.8rem, 2.2vw, 1rem);
  margin-right: clamp(1.3rem, 3.6vw, 4.4rem);
  margin-bottom: clamp(0.6rem,  1.7vw, 0.95rem);
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.img-figP-logoM-lt {
  width: clamp(58px, 16.1vw, 90px); /* iphone 15 pro 18vw */
  height: auto;
}

.img-figP-logoL-lt {
  width: clamp(62px, 17.2vw, 230px); /* iphone 15 pro 18vw */
  height: auto;
}

.figc-figP-lt,
.figc-figP-logoM-lt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-top: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  margin-bottom: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  font-size: clamp(11px, 3.1vw, 15px); /* iphone 15 pro 18vw */
  text-align: center;
}

.figc-figP-logoL-lt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-top: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  margin-bottom: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  font-size: clamp(12px, 3.3vw, 25px); /* iphone 15 pro 13px 3vw=11.79px */
  text-align: center;
}

.figc-figP-mcho-lt {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: clamp(0.55rem, 1.4vw, 0.8rem); /* iphone 15 pro 1.5vw */
  font-size: clamp(13px, 3.6vw, 16px); /* iphone 15 pro 18vw */ 
  text-align: center;
}

.img-figP-crcl-lt {
  margin-top: 0;
  width: clamp(97px, 26.9vw, 150px); /* iphone 15 pro 27vw 106.1px*/ 
  height: auto;
  border-radius: 50%;
  border: 1px solid #a67921;
  background-color: #eee;
}

.img-figP-mechM-lt {
  width: clamp(97px, 26.9vw, 150px); /* iphone 15 pro 27vw 106.1px*/ 
  height: auto;
}

.img-figP-mechL-lt {
  width: clamp(97px, 26.9vw, 300px); /* iphone 15 pro 27vw 106.1px*/ 
  height: auto;
}

.div-figP-rt {
  margin-left: 0;
  text-align: left; 
}

.p-figP-rt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  text-indent: 1em;
  font-size: clamp(13.5px, 3.75vw, 16px); /* iphone 15 pro 3.8vw = 14.93px */ 
  line-height: 1.75;
}

.p-figP-rt + .p-figP-rt {
  margin-top: 0.5em;
}

.div-txProg {
  padding-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: #6a2c91;*/
}

.fig-txProg {
  width: fit-content;
  text-align: center;
}

.figc-txProg {
  margin-top: clamp(2rem, 5.6vw, 6rem);
  margin-bottom: clamp(1.3rem, 3.6vw, 2rem);
  font-size: clamp(18px, 5vw, 32px);
  color: #6a2c91;
}

.img-txProg {
  width: 90vw;
  max-width: 1000px;
  height: auto;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .div-figP-cntr {
    margin: 0 3vw 0 6vw;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
  }

  .fig-figP-lt {
    float: none;
  }
}

@media only screen and (min-width: 1025px) {
  .div-figP-cntr {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;     
  }

  .fig-figP-lt {
    float: none;
  }

  .div-figP-rt {
    width: 675px; 
  }
}

/*===================================================================*/
/* second content p-Lt figure-Rt
/*===================================================================*/

.sec-pFig {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: clamp(11px, 3vw, 30px);
  width: 100%;
}

.div-pFig-cntr {
  margin: 0 7vw 0;
}

.div-pFig-lt {
  width: auto;
  margin-right: 0;
  text-align: left; 
}

.p-pFig-lt {
  width: auto;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  text-indent: 1em;
  font-size: clamp(15px, 3.8vw, 16px);
  line-height: 1.75;
}

.p-pFig-lt + .p-pFig-lt {
  margin-top: 0.5em;
}

.fig-pFig-rt {
  float: right;
  margin-top: 1.3em;
  margin-left: 2em;
  margin-bottom: 1em;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.img-pFig-logoM-rt {
  width: 18vw;
  height: auto;
}

.img-pFig-logoL-rt {
  width: 18vw;
  height: auto;
}

.figc-pFig-rt,
.figc-pFig-logoM-rt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-size: clamp(13px, 3vw, 15px);
  text-align: center;
}

.figc-pFig-logoL-rt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-size: clamp(13px, 3vw, 15px);
  text-align: center;
}

.figc-pFig-mcho-rt {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 1.5vw;
  font-size: clamp(13px, 3vw, 17px);
  text-align: center;
}

.img-pFig-crcl-rt {
  margin-top: 0;
  width: 27vw;
  height: auto;
  border-radius: 50%;
  border: 1px solid #a67921;
  background-color: #eee;
}

.img-pFig-mechM-rt {
  width: 27vw;
  height: auto;
}

.img-pFig-mechL-rt {
  width: 27vw;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .div-pFig-cntr {
    margin: 0 6vw 0;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
  }

  .div-pFig-lt {
    order:1;
  }

  .fig-pFig-rt {
    order: 2;
    float: none;
    margin-left: 4em;
    margin-bottom: 1.5em;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .img-pFig-logoM-rt {
    width: 12vw;
    height: auto;
  }

  .img-pFig-logoL-rt {
    width: 13.5vw;
    height: auto;
  }

  .figc-pFig-logoM-rt {
    margin-top: 1.2vw;
    margin-bottom: 1.5vw;
    font-size: clamp(17px, 1.8vw, 18px);
  }

  .figc-pFig-logoL-rt {
    margin-top: 1.2vw;
    margin-bottom: 1.5vw;
    font-size: clamp(17px, 1.8vw, 18px);
  }

  .figc-pFig-mcho-rt {
    margin-top: 1.5vw;
  }

  .img-pFig-mechM-rt {
    width: 19vw;
    height: auto;
  }

  .img-pFig-mechL-rt {
    width: 20vw;
    height: auto;
  }

  .img-pFig-crcl-rt,
  .img-pFig-mechL-rt {
    width: 22vw;
    height: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .div-pFig-cntr {
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;     
  }

  .div-pFig-lt {
    order: 1;
    width: 675px; 
  }

  .fig-pFig-rt {
    order: 2;
    float: none;
    margin-left: 4em;
    width: auto;
  }

  .img-pFig-logoL-rt {
    width: 110px;
  }

  .img-pFig-logoM-rt {
    width: 90px;
  }

  .figc-pFig-rt,
  .figc-pFig-mcho-rt {
    margin-top: 10px;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .figc-pFig-logoM-rt {
    margin-top: 8px;
    margin-bottom: 8px;                                                                                           
    font-size: 15px;
  }

  .figc-pFig-logoL-rt {
    margin-top: 8px;
    margin-bottom: 8px;   
    font-size: 18px;
  }

  .img-pFig-crcl-rt {
    width: 150px;
  }

  .img-pFig-mechL-rt {
    width: 200px;
  }

  .img-pFig-mechM-rt {
    width: 150px;
  }
}

/*===================================================================*/
/* second main
/*===================================================================*/

.sec-sm {
  margin-top: 44px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-sm {
    margin-top: 54px;
  }
}

@media only screen and (min-width: 1025px){
  .sec-sm {
    margin-top: 0;
  }
}

/*----------------------------------------------------------------------------------*/
/* div second content gold label
/*----------------------------------------------------------------------------------*/
.p-gldlbl {
    position: relative;
    width:20vw;
    height:13vw;
    border-radius:50%;
    text-align:center;
    background:linear-gradient(to right, #E5BB44 0%, #7D0800 25%, #E5BB44 50%, #7D0800 75%, #E5BB44 100%);
    z-index:1;
}

.p-gldlbl::before {
    position: absolute;
    content:"";
    width:19.5vw;
    height:12.5vw;
    top:0.25vw;
    left:0.25vw;
    border-radius: 50%;
    background:linear-gradient(to bottom, #FFFFFF 20%, #FFF8CB 100%);
    z-index:1;
}

.spn-gldlbl-1ln {
    position: absolute;
    padding-top: 4.05vw;/*15px*/
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 3.51vw;/*13px*/
    color: #000000;
    z-index: 2;
}

.spn-gldlbl-2ln {
    position: absolute;
    padding-top: 2.5vw;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 3.7vw;
    font-weight: bold;
    color:#000000;
    z-index: 2;
}

.spn-gldlbl-num {
  display:block;
  margin-top: 0.5vw;
  font-size: 5vw;
  font-style: italic;
  text-align: center;
}

.spn-gldlbl-No2 {
    position: absolute;
    padding-top: 0.81vw;/*3px*/
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-size: 2.97vw;/*11px*/
    color: #000000;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-gldlbl {
    width:140px;
    height:60px
  }

  .p-gldlbl::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
  }

  .spn-gldlbl-1line {
    padding-top:20px;
    font-size:20px;
    letter-spacing:0.05em;
  }

  .spn-gldlbl-No2 {
    padding-top: 12px;
    font-size: 16px;
    color:#000000;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1025px) {
  .p-gldlbl {
    width:140px;
    height:60px;
  }

  .p-gldlbl::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
  }

  .spn-gldlbl-1ln {
    padding-top:20px;
    font-size: 20px;
    letter-spacing:0.05em;
  }

  .spn-gldlbl-No2 {
    padding-top: 12px;
    font-size: 16px;
    color:#000000;
    line-height:1.3;
  }
}

/*==========================================================*/
/* second main bellapro-acne
/*==========================================================*/
#sec-sm-bellapro-acne {
	font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow: hidden;
	margin-top: 44px;
	width: 100%;
	height: 70vw;
	background: linear-gradient(-70deg, #F0FBFE 0%, #ffffff 50%, #F0FBFE 100%);
}

#div-sm-bellapro-acne-cntr {
	display: flex;
  justify-content: flex-start;
}

#div-sm-bellapro-acne-left {
  width: 30%;
}

#fig-sm-bellapro-acne-model {
	display: none;
}

#fig-sm-bellapro-acne-machine-sp {
	margin-top: 3vw;
	width: 100%;
	display: flex;
  flex-direction: column;
  align-items: center;
}

#figc-sm-bellapro-acne-machine-sp {
	margin-left: -1vw ;
	padding: 1.1vw 2vw 1.1vw 2.8vw;
	font-size: 3vw;
	color: #fff;
	background-color: #921D22;
	border-radius: 3vw;
	text-align: center;
}

#img-sm-bellapro-acne-machine-sp {
	margin-top: 1vw;
	width: 18vw;
	height: auto;
}

#img-sm-bellapro-acne-machine-logo-sp {
	margin-top: 1vw;
	width: 14vw;
	height: auto;
}

#spn-sm-bellapro-acne-machine-logo-sp {
	margin-top: 1.5vw;
	font-size: 2.5vw;
}

#div-sm-bellapro-acne-center {
	margin-top: 8vw;
	width: 70%;
}

#h2-sm-bellapro-acne-title {
	margin-left:-2vw;
	font-size: 8vw;
	font-weight: bold;
	color: #527d9c;
	white-space: nowrap;
	text-align: left;
}

#ul-sm-bellapro-acne-indications {
	margin-left: -1vw;
	padding-top: 1.5vw;
  display: flex;
  gap: 1vw;
}

.li-sm-bellapro-acne-indications {
  background-color: #527d9c;
  color: #fff;
  padding: 1.1vw 2.5vw 1.2vw 2.5vw;
  border-radius: 3vw;
  font-size: 3.5vw;
  font-weight: bold;
  white-space: nowrap;
}

#div-sm-bellapro-acne-CPs-cntr {
	margin-top: 6vw;
	margin-left: -15vw;
	width: 70vw;
}

#h3-sm-bellapro-acne-CPs-title {
	padding-left: 13vw;
	font-size: 4.5vw;
	font-weight: bold;
	color: #527d9c;
	white-space: nowrap;
	text-align: left;
}

#fig-sm-bellapro-acne-CPs {
	position: relative;
	margin-top: 2vw;
	width: 70vw;
}

#fig-sm-bellapro-acne-CPs::before {
	position: absolute;
  content: "";
  top: 50%;
  left: 51%;
  width: 7vw;
  height: 4vw;
  transform: translate(-50%, -50%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  background: #fff000;
  z-index: 1;
}

#div-sm-bellapro-acne-CPs-inr {
	position: relative;
	width: 100%;
	display: flex;
}

/*
#div-sm-bellapro-acne-CPs-inr::before {
  position: absolute;
  content: "Before";
  bottom: 0;
  right: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1.2vw 1.4vw 1.1vw 1.7vw;
  font-size: 2.5vw;
  border-radius: 1vw 0 0 0;
  white-space: nowrap;
}
*/

/*
#div-sm-bellapro-acne-CPs-inr::after {
  position: absolute;
  content:"After 3回";
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 1.2vw 1.4vw 1.1vw 1.7vw;
  font-size: 2.5vw;
  border-radius: 1vw 0 0 0;
  white-space: nowrap;
}
*/

.img-sm-bellapro-acne-CPs {
	width: 35vw;
	height: auto;
}

#img-sm-bellapro-acne-treatment {
	position: absolute;
  top: -7vw;
  right: -8vw;
  width: 16vw !important;
  height: 16vw !important;
  z-index: 1;
}

#div-sm-bellapro-acne-right {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#section-sm-bellapro-acne {
		margin-top: 54px;
	}
}

@media only screen and (min-width: 1025px){
	#sec-sm-bellapro-acne {
		margin-top: 0;
		height: 424px;
	}

	#div-sm-bellapro-acne-cntr {
		margin: 0 auto;
		width: 1100px;
		height: 100%;
	}

	#div-sm-bellapro-acne-left {
		width: auto;
	}

	#fig-sm-bellapro-acne-machine-sp{
		display: none;
	}

	#fig-sm-bellapro-acne-model {
		display: block;
		margin-top: 30px;
		margin-left: 0;
		text-align: center;
	}

	#img-sm-bellapro-acne-model {
		width: auto;
		height: 450px;
	}

	#div-sm-bellapro-acne-center {
		margin-top: 40px;
		margin-left: -70px;
		width: auto;
	}

	#h2-sm-bellapro-acne-title {
		margin-left: 0;
		padding-top: 15px;
		font-size: 50px;
	}

	#ul-sm-bellapro-acne-indications {
		margin-left: 0;
		padding-top: 10px;
	  gap: 10px;
	}

	.li-sm-bellapro-acne-indications {
	  padding: 10px 20px 9px 20px;
	  border-radius: 20px;
	  font-size: 20px;
	  text-align: center;
	}

	#div-sm-bellapro-acne-CPs-cntr {
		margin: 30px auto 0;
		width: 400px;
	}

	#h3-sm-bellapro-acne-CPs-title {
		padding-left: 30px;
		font-size: 30px;
	}

	#fig-sm-bellapro-acne-CPs {
		margin-top: 10px;
		width: 400px;
	}

	#fig-sm-bellapro-acne-CPs img {
		width: 200px;
	}

	#fig-sm-bellapro-acne-CPs::before {
	  width: 35px;
	  height: 25px;
	  transform: translate(-50%, -50%);
	  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
	}

	#div-sm-bellapro-acne-CPs-inr::before,
	#div-sm-bellapro-acne-CPs-inr::after {
    padding: 5px 8px 4px 10px;
    font-size: 12px;
    border-radius: 5px 0 0 0;
  }

	#img-sm-bellapro-acne-treatment {
	  top: -47px;
	  right: -58px;
	  width: 100px !important;
	  height: 100px !important;
	}

	#div-sm-bellapro-acne-right {
		display: block;
		margin-top: 70px;
		margin-left: 40px;
	}

	.p-sm-gold-label {
		margin-left: 45px;
	}

	#fig-sm-bellapro-acne-machine {
		margin-top: 12px;
		display: flex;
    flex-direction: column;
    align-items: center;
	}

	#img-sm-bellapro-acne-machine-logo {
		width: 150px;
		height: auto;
	}

	#spn-sm-bellapro-acne-machine-logo {
		display: block;
		font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "Roboto", "Noto Sans JP", sans-serif;
		margin-top: 12px;
		font-size: 20px;
		color: #3e6c91;
	}

	#img-sm-bellapro-acne-machine {
		margin-top: 10px;
		width: auto;
		height: 150px;
	}
}

/*==========================================================*/
/* gold label
/*==========================================================*/
.p-sm-gold-label {
	font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position:relative;
  width:21.6vw;/*80px*/
  height:11.34vw;/*42px*/
  border-radius:50%;
  -webkit-border-radius:50%;
  text-align:center;
  background:linear-gradient(to right, #E5BB44 0%, #7D0800 25%, #E5BB44 50%, #7D0800 75%, #E5BB44 100%);
  background:-webkit-linear-gradient(right, #E5BB44 0%, #7D0800 25%, #E5BB44 50%, #7D0800 75%, #E5BB44 100%);
}

.p-sm-gold-label::before {
  position:absolute;
  content:"";
  width:20.52vw;/*76px*/
  height:10.26vw;/*38px*/
  top:0.54vw;/*2px*/
  left:0.54vw;/*2px*/
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background:linear-gradient(to bottom, #FFFFFF 20%, #FFF8CB 100%);
  background:-webkit-linear-gradient(top, #FFFFFF 20%, #FFF8CB 100%);
  z-index:1;
}

.spn-sm-gold-label-1line {
  position:absolute;
  padding-top:4.05vw;/*15px*/
  width:100%;
  height:100%;
  display:block;
  text-align:center;
  font-size:3.51vw;/*13px*/
  color:#000000;
  z-index:2;
}

.spn-sm-gold-label-2line {
  position:absolute;
  padding-top:2vw;
  font-size:2.97vw;/*11px*/
  width:100%;
  height:100%;
  display:block;
  text-align:center;
  color:#000000;
  line-height:1.2;
  z-index:2;
}

.spn-sm-gold-label-No1 {
  position:absolute;
  padding-top:0.81vw;/*3px*/
  width:100%;
  height:100%;
  display:block;
  text-align:center;
  font-size:2.97vw;/*11px*/
  color:#000000;
  z-index:2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-sm-gold-label {
    width:140px;
    height:60px;
  }

  .p-sm-gold-label::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
  }

  .spn-sm-gold-label-1line {
    padding-top:20px;
    font-size:20px;
  }

  .spn-sm-gold-label-2line {
    padding-top:11px;
    font-size:16px;/*11px*/
    line-height: 1.3;
  }

  .spn-sm-gold-label-No1 {
    padding-top:12px;
    font-size:16px;
    color:#000000;
    line-height: 1.3;
  }
}

@media only screen and (min-width: 1025px) {
	.p-sm-gold-label {
    width:140px;
    height:60px;
	}

	.p-sm-gold-label::before {
    width:136px;
    height:56px;
    top:2px;
    left:2px;
	}

	.spn-sm-gold-label-1line {
    padding-top:20px;
    font-size:20px;
	}

	.spn-sm-gold-label-2line {
    padding-top:12px;
    font-size:16px;/*11px*/
    line-height: 1.3;
	}

	.spn-sm-gold-label-No1 {
    padding-top:12px;
    font-size:16px;
    color:#000000;
    line-height:1.3;
	}
}

/*===============================================================*/
/* second content sp-pc bellapro acne faq
/*===============================================================*/

#sec-agAc-faq {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
  /*background-color:#faf8f5;*/
  background-color: #f6fafd;
  /*background: linear-gradient(-70deg, #e0e0e0 0%, #ffffff 50%, #e0e0e0 100%);*/
  /*background: -webkit-linear-gradient(-70deg, #e0e0e0 0%, #ffffff 50%, #e0e0e0 100%);*/
  /*background: radial-gradient(circle, #ffffff 0%, #e0e0e0 120%);*/
  /*background: -webkit-radial-gradient(circle, #ffffff 0%, #e0e0e0 120%);*/
}

.h1-faq-ttl {
  font-size: 7.5vw !important;
}

.spn-faq-ttl {
  padding: 0 1.5vw;
  font-size: 5.5vw;
}

.dl-agAc-faq {
  overflow: hidden;
  margin: 0 4%;
  width: 92%;
  -moz-user-select:none;
  -webkit-user-select:none;
  -ms-user-select:none;
  user-select:none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

.dl-agAc-faq > .label-faq {
  display: block;
}

.dl-agAc-faq > .label-faq:not(:first-of-type) {
  margin-top: 1rem;
}

.input-agAc-faq {
  display: none;
}

.dt-agAc-faq {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.75em 2em 0.75em 3.75em;
  width: 100%;
  font-size: clamp(15px, 3.8vw, 16px);
  line-height: 1.5;
  background-color: #d8e8f3;
  color: #333;
  border-radius: 6px;
  cursor: pointer;
}

.dt-agAc-faq:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2px;
  padding-bottom: 2px;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  content: "Q";
  top: 0;
  left: 0;
  width: 11vw;
  height: 100%;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background-color: #507c9f;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.dt-agAc-faq::after {
  position: absolute;
  content:"";
  margin: auto;
  top: 0;
  bottom: 1vw;
  right: 3.5vw;
  width: 3.5vw;
  height: 4vw;
  clip-path: polygon(8.5% 41.25%, 50% 83%, 91.5% 41.25%, 100% 50%, 50% 100%, 0 50%);
  background-color: #3a6fa6;
  transition: all 0.3s ease;
  z-index:1;
}

.input-agAc-faq:checked ~ .dt-agAc-faq:after {
  top: .8vw;
  bottom: 0;
  transform: rotate(-180deg);
}

.dd-agAc-faq {
  overflow: hidden;
  position: relative;
  background: #f6fafd;
  /*border-top:1px solid #FFFFFF;*/
  width: 100%;
  max-height: 0;
  backface-visibility: hidden;
  transition: max-height .5s ease;
  transform: translateZ(0);
}

.dd-agAc-faq:before {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  padding-top: 1.1rem;
  padding-left: 1rem;
  width: 11vw;
  height: 100%;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  color: #3e6c91;
  background-color: #f6fafd;
}

.input-agAc-faq:checked ~ .dd-agAc-faq {
  max-height: 500px;
  transition: max-height .5s ease;
}

.p-agAc-faq {
  padding: 1em 1em 0.4em 3.5em;
  text-indent: 1em;
  font-size: clamp(15px, 3.8vw, 16px);
  line-height: 1.6;
  text-align: left;
  color: #333;
}

/* 768inch 0.13vw/px 7.68px/vw */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sec-agAc-faq {
    padding-bottom: 30px;
  }

  .h1-faq-ttl {
    font-size:45px !important;;
  }

  .spn-faq-ttl {
    font-size: 35px;
    padding: 0 10px;
  }

  .dl-agAc-faq {
    margin: 0 auto;
  }

  .dl-agAc-faq > .label-faq:not(:first-of-type) {
    margin-top: 1rem;
  }

  .dt-agAc-faq {
    padding: 19px 60px 17px 70px;
    border-radius: 6px;
  }

  .dt-agAc-faq:before {
    width: 56px;
  }

  .dt-agAc-faq:after {
    top: 0;
    bottom: 8px;
    right: 20px;
    width: 19px;
    height: 21px;
  }

  .input-agAc-faq:checked ~ .dt-agAc-faq:after {
    top: 3px;
    bottom: 0;
  }

  .dd-agAc-faq:before {
    padding-top: 12px;
    padding-left: 20px;
    width: 64px;
    font-size: 27px;
  }

  .p-agAc-faq {
    padding: 0.9em 3em 0 4.4em;
  }
}

@media only screen and (min-width: 1025px) {
  #sec-agAc-faq {
    padding-bottom: 30px;
  }

  .h1-faq-ttl {
    font-size: 45px !important;
  }

  .spn-faq-ttl {
    font-size: 35px;
    padding: 0 10px;
  }

  .dl-agAc-faq {
    margin: 0 auto;
    width: 960px;
  }

  .dl-agAc-faq > .label-faq:not(:first-of-type) {
    margin-top: 15px;
  }

  .dt-agAc-faq {
    padding-left: 70px;
    padding: 1em 60px 1em 70px;
  }
  
  .dt-agAc-faq:before {
    width: 56px;
    font-size: 21px;
  }

  .dt-agAc-faq:after {
    top: 0;
    bottom: 8px;
    right: 20px;
    width: 19px;
    height: 21px;
  }

  .input-agAc-faq:checked ~ .dt-agAc-faq:after {
    top: 3px;
    bottom: 0;
  }

  .dd-agAc-faq:before {
    padding-top: 12px;
    padding-left: 20px;
    width: 64px;
    font-size: 27px;
  }

  .p-agAc-faq {
    padding: 0.9em 3em 0 4.4em;
  }
}

/*========================================================================*/
/* second content sp-pc bellapro Acne price button
/*========================================================================*/

#div-agAc-prc-btn {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  overflow: hidden;
  width: 100%;
  margin: 7vw 0 3vw;
  background-color: #f6fafd;
  text-align: center;
}

#a-agAc-prc-btn {
  display: inline-block;
  width: 43vw;
  height: 11vw;
  font-size: 3.8vw;
  color: #fff;
  line-height: 11vw;
  text-align: center;
  border-radius: 1vw;
  background-color: #527d9c;
  transition: opacity 0.3s;
}

#a-agAc-prc-btn:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #div-agAc-prc-btn {
    margin: 50px 0 0;
  }

  #a-agAc-prc-btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    border-radius: 6px;
  }
}

@media only screen and (min-width: 1025px) {
  #div-agAc-prc-btn {
    margin: 50px 0 0;
  }

  #a-agAc-prc-btn {
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 19px;
    border-radius: 6px;
  }
}

/*========================================================================*/
/* second content sp-pc bellapro Acne Case Photos
/*========================================================================*/

.sec-CPs {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  overflow: hidden;
  padding-bottom: clamp(11px, 3vw, 30px);
  width: 100%;
  background: radial-gradient(circle, #fff 0%, #E4F5FD 120%);
}

.div-CPs-cntr {
  margin: 0 auto;
  width: 90vw;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  border-radius: 4px;
}

.div-CPs-cntr + .div-CPs-cntr {
  margin-top: 2.5rem;
}

.h3-CPs-ttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 2vw;
  padding: 0.5em 0;
  font-size: clamp(17px, 4.2vw, 22px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #7aa7c0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.fig-CPs {
  width: 100%;
}

.div-CPs {
	position: relative;
	display: flex;
}

#div-CPs-syringoma-B1 {
	position: relative;
  display: flex;
  width: 100%;
}

#div-CPs-syringoma-B1::before {
  position: absolute;
  content: "";
  width: 13vw;
  height: 7vw;
  bottom: 3.5vw;
  left: 2vw;
  border: 2px dashed #fff;
  border-radius: 50%;
  transform: rotate(25deg);
}

#div-CPs-syringoma-B1::after{
  position: absolute;
  content: "";
  width: 13vw;
  height: 7vw;
  bottom: 3.5vw;
  left: 32vw;
  border: 2px dashed #fff;
  border-radius: 50%;
  transform: rotate(-45deg);
}

#div-CPs-syringoma-B2 {
	position: relative;
  display: flex;
  width: 100%;
}

#div-CPs-syringoma-B2::before {
  position: absolute;
  content: "";
  width: 10vw;
  height: 7vw;
  bottom: 8.5vw;
  left: 11vw;
  border: 2px dashed #fff;
  border-radius: 50%;
  transform: rotate(45deg);
}

#div-CPs-syringoma-B2::after {
  position: absolute;
  content: "";
  width: 10vw;
  height: 7vw;
  bottom: 8.5vw;
  left: 24vw;
  border: 2px dashed #fff;
  border-radius: 50%;
  transform: rotate(-45deg);
}

#div-CPs-B-faceline::before {
  position: absolute;
  content: "";
  width: 24vw;
  height: 11vw;
  bottom: 1vw;
  left: 12vw;
  border: 2px dashed #fff;
  border-radius: 50%;
  transform: rotate(-15deg);
}

#div-CPs-B-neck::before {
  position: absolute;
  content: "";
  width: 19vw;
  height: 13vw;
  bottom: .5vw;
  left: 10vw;
  border: 2px dashed #fff;
  border-radius: 50%;
}

.div-CPs::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 51%;
  width: 7vw;
  height: 4vw;
  transform: translate(-50%, -50%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  background: #fff000;
  z-index: 1;
}

.img-CPs {  
  width: 45vw;
}

.figc-CPs {
  /*font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;*/
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  display: flex;
}

.spn-CPs-Bf {
  padding: 0.6em 0;
  width: 45vw;
  font-size: clamp(14px, 3.5vw, 20px);
  color: #000;
  background-color: #eaeaea;
  text-align: center;
  border-left: 1px solid #ccc;
}

.spn-CPs-Af {
  padding: 0.6em 0;
  width: 45vw;
  font-size: clamp(14px, 3.5vw, 20px);
  color: #AF1E23;
  background-color: #ffdce3;
  text-align: center;
  border-right: 1px solid #ccc;
}

.dl-CPs {
  overflow: hidden;
  margin: 0 0 2vw;
  width: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #fff;
}

.input-CPs {
  display:none;
}

.dt-CPs {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  position: relative;
  padding: 0.8em 0;
  width: 100%;  
  font-size: clamp(13px, 3vw, 18px);
  color: #333;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

.dt-CPs:before {
  position:absolute;
  content:"";
  top: 35%;
  right: 18vw;
  width: 3.5vw;
  height: 4vw;
  clip-path: polygon(8.5% 41.25%, 50% 83%, 91.5% 41.25%, 100% 50%, 50% 100%, 0 50%);
  background-color: #2D3B4D;
  transform: translateY(-35%);
  transition: all 0.3s ease;
  z-index: 1;
}

.input-CPs:checked ~ .dt-CPs:before {
  right: 18vw;
  transform: rotate(-180deg);
}

.dd-CPs {
  overflow: hidden;
  position: relative;
  width:100%;
  max-height:0;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all .3s ease;
}

.input-CPs:checked ~ .dd-CPs {
  max-height: 500px;
  transition: max-height .5s ease;
  transform: translateZ(0);
}

.table-CPs {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin: 0 auto 1em;
  width: 100%;
  font-size: clamp(13px, 3vw, 14px);
  line-height: 1.5;
  border-collapse: collapse;
}

.tr-CPs:first-child .td-CPs-ttl {
  padding: 0 1em 0 0;
}

.tr-CPs:first-child .td-CPs-txt {
  padding: 0 1em 0 0;
}

.td-CPs-ttl {
  padding: 0.5em 1em 0 0;
  width: 20%;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
}

.td-CPs-txt {
  padding: 0.5em 1em 0 0;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .div-CPs-cntr {
    margin: 0 auto;
    box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    border-radius: 8px;
  }

  .h3-CPs-ttl {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  #div-CPs-syringoma-B1::before {
    width: 120px;
    height: 50px;
    bottom: 30px;
    left: 20px;
  }

  #div-CPs-syringoma-B1::after{
    width: 120px;
    height: 50px;
    bottom: 35px;
    left: 260px;
  }

  #div-CPs-syringoma-B2::before {
    width: 100px;
    height: 50px;
    bottom: 80px;
    left: 90px;
  }

  #div-CPs-syringoma-B2::after{
    width: 100px;
    height: 50px;
    bottom: 80px;
    left: 200px;
  }

  .div-CPs::after {
    width: 55px;
    height: 28px;
  }

  #div-CPs-B-faceline::before {
    width: 240px;
    height: 110px;
    bottom: 10px;
    left: 100px;
  }

  #div-CPs-B1::before {
    width: 200px;
    height: 120px;
    bottom: 5px;
    left: 50px;
  }

  #div-CPs-B-neck::before {
    width: 210px;
    height: 130px;
    bottom: 5px;
    left: 60px;
  }

  .img-CPs {  
    width: 45vw;
  }

  .spn-CPs-Bf {
    width: 45vw;
  }

  .spn-CPs-Af {
    width: 45vw;
  }

  .dl-CPs {
    margin: 0 auto;
    width: 90vw;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }

  .dt-CPs {
    padding: 0.8em 0;
  }

  .dt-CPs:before {
    top: 40%;
    right: 27vw;
    width: 18px;
    height: 20px;
    transform: translateY(-40%);
  }

  .input-CPs:checked ~ .dt-CPs:before {
    right: 27vw;
  }

  .table-CPs {
    margin: 0 auto 1em;
    width: 100%;
  }

  .tr-CPs:first-child .td-CPs-ttl {
    padding: 0 2em 0 0;
  }

  .tr-CPs:first-child .td-CPs-txt {
    padding: 0 2em 0 0;
  }

  .td-CPs-ttl {
    padding: 0.5em 2em 0 0;
  }

  .td-CPs-txt {
    padding: 0.5em 2em 0 0;
  }
}

@media only screen and (min-width: 1025px) {
  .div-CPs-cntr {
    margin: 0 auto;
    width: 800px;
    box-shadow: 0 5px 7px rgba(0,0,0,0.2);
    border-radius: 8px;
  }

  .h3-CPs-ttl {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

	#div-CPs-syringoma-B1::before {
	  width: 120px;
	  height: 50px;
	  bottom: 30px;
	  left: 20px;
	}

	#div-CPs-syringoma-B1::after{
	  width: 120px;
	  height: 50px;
	  bottom: 35px;
	  left: 260px;
	}

	#div-CPs-syringoma-B2::before {
	  width: 100px;
	  height: 50px;
	  bottom: 80px;
	  left: 90px;
	}

	#div-CPs-syringoma-B2::after{
	  width: 100px;
	  height: 50px;
	  bottom: 80px;
	  left: 200px;
	}

  .div-CPs::after {
    width: 55px;
    height: 28px;
  }

  #div-CPs-B-faceline::before {
    width: 240px;
    height: 110px;
    bottom: 10px;
    left: 100px;
  }

  #div-CPs-B1::before {
    width: 200px;
    height: 120px;
    bottom: 5px;
    left: 50px;
  }

  #div-CPs-B-neck::before {
    width: 210px;
    height: 130px;
    bottom: 5px;
    left: 60px;
  }

  .img-CPs {  
    width: 400px;
  }

  .spn-CPs-Bf {
    width: 400px;
  }

  .spn-CPs-Af {
    width: 400px;
  }

  .dl-CPs {
    margin: 0 auto;
    width: 800px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .dt-CPs {
  }

  .dt-CPs:before {
    bottom: 17px;
    right: 245px;
    width: 18px;
    height: 20px;
  }

  .input-CPs:checked ~ .dt-CPs:before {
    bottom: 9px;
    right: 245px;
  }

  .table-CPs {
    width: 100%;
    margin: 0 auto 2em;
  }

  .tr-CPs:first-child .td-CPs-ttl {
    padding: 0 20px 0 0;
  }

  .tr-CPs:first-child .td-CPs-txt {
    padding: 0 6px 0 0;
  }

  .td-CPs-ttl {
    padding: 6px 20px 0 0;
  }

  .td-CPs-txt {
    padding: 6px 6px 0 0;
  }
}

/*========================================================================*/
/* second content sp-pc bellapro Acne Treatment details
/*========================================================================*/

.sec-txInfo {
  overflow: hidden;
  width: 100%;
  padding-bottom: 3vw;
  background-color: #f6fafd;
}

.table-txInfo {
  margin: 0 auto;
  width: 92vw;
  font-size: clamp(15px, 3.8vw, 16px);
}

.th-txInfo {
  padding: 1em 0.5em 1em 0.5em;
  width: 27%;
  font-weight: bold;
  line-height: 1.7;
  background-color: #5a8bad;
  border-right: 1px solid #f8f0ea;
  border-bottom: 1px solid #f8f0ea;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.td-txInfo {
  padding: 0.75em 0.5em 0.75em 0.75em;
  width: auto;
  color: #333;
  line-height: 1.7;
  background: #f5f5f5;
  border-bottom: 1px solid #f8f0ea;
  text-align: left;
}

.tr-txInfo:nth-child(odd) td {
  background-color: #fff;
}

.ul-cau {
  margin-top: -0.5em;
  color: #333;
}

.li-cau {
  display: flex;
  align-items: flex-start;
  padding: .5em 0 0 0;
  line-height: 1.7;
  overflow-wrap: break-word;
}

.li-cau:before {
  padding-right: 0.3em;
  content: "●";
  flex-shrink: 0;
  font-size: 0.9em;
  line-height: 1;
  transform: translateY(0.55em);
  color: #7ba4c1;
}

.p-txInfo-note {
  width: 100%;
  padding: 3vw 4vw 0 0;
  font-size: clamp(15px, 3.8vw, 16px);
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table-txInfo {
    width: 90vw; 
  }

  .th-txInfo {
  }

  .td-txInfo {
    padding: 1em 0.75em 1em 1em;
  }

  .p-txInfo-note {
    padding: 12px 5vw 0 0;
  }
}

@media only screen and (min-width: 1025px) { 
  .table-txInfo {
    width: 960px;   
  }

  .th-txInfo {
    font-size: 16px;
    line-height: 1.5;
  }

  .td-txInfo {
    padding: 1.25em 1em 1.25em 1.25em;
    font-size: 16px;
  }

  .p-txInfo-note {
    margin: 0 auto;
    width : 960px;
    padding: 20px 0 0 0;
  }
}

/*===================================================================*/
/* second content sp-pc fat bellapro acne Related Treatments
/*===================================================================*/
#sec-agAc-relTxs {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: 4vw;
  width: 100%;
}

#ul-agAc-relTxs {
  margin: 3vw auto 0;
  width: 92vw;
}

.li-agAc-relTxs {
  position: relative;
  width:100%;
  border: 1px solid #d8e8f3;
  border-radius: 5px;
  background-color: #f6fafd;
}

.li-agAc-relTxs:not(:first-child) {
  margin-top:3vw;
}

.li-agAc-relTxs::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  width: 6vw;
  height: 6vw;
  transform: translateY(-50%);
  clip-path: polygon(80% 50%, 45% 0, 100% 50%, 45% 100%);
  background-color: #3e6c91;
  z-index: 1;
}

.a-agAc-relTxs {
  width:100%;
}

.h3-agAc-relTxs {
  position: relative;
  margin: 0 auto;
  padding: 1rem 1rem 1rem 1rem;
  font-size: clamp(14px, 5vw, 23px);
  color: #4A6484;
  line-height: 1.3;
  /*background-color: #d8e8f3;*/
  border-radius: 4px;
}

/*
.h3-agAc-relTxs::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #70b3e0;
  border-radius: 5px;
}
*/

.div-agAc-relTxs-cntr {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  width:100%;
  padding: 0 7vw 2vw 3vw;
}

#div-agAc-relTxs-cntr-elt {
  margin-top: 2vw;
}

#div-agAc-relTxs-cntr-act2 {
}

#div-agAc-relTxs-cntr-eco2 {
  margin-top: 2vw;
}

.fig-agAc-relTxs {
  float: left;
}

#fig-agAc-relTxs-elt {
  margin-top: 1.5vw;
}

#fig-agAc-relTxs-act2 {
  margin-top: 1vw;
}

#fig-agAc-relTxs-eco2 {
  margin-top: 1vw;
}

#img-agAc-relTxs-elt {
  margin-right: 3vw;
  width: 24vw;
  height: auto;
}

#img-agAc-relTxs-act2 {
  margin-left: 4vw;
  margin-right: 4vw;
  width: 11vw;
  height: auto;
  transform: rotate(-0.4deg);
}

#img-agAc-relTxs-eco2 {
  margin-left: 1vw;
  margin-right: 5vw;
  width: 13vw;
  height: auto;
  transform: rotate(-0.2deg);
}

.p-agAc-relTxs {
  width: auto;
  font-size: clamp(15px, 3.8vw, 16px);
  line-height: 1.6;
  color: #333;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 1025px) {
  #sec-agAc-relTxs {
    padding-bottom: 30px;
  }

  #ul-agAc-relTxs {
    margin: 0 auto 0;
    width: 900px;
  }

  .li-agAc-relTxs {  
    width: 100%;
    border: 1px solid #ddd;
    /*padding: 20px 10px 20px 0;*/
  }

  .li-agAc-relTxs::before {
    right: 2.5%;
    width: 30px;
    height: 30px;
  }

  .li-agAc-relTxs:not(:first-child) {
    margin-top: 15px;
  }

  .h3-agAc-relTxs {
    margin: 20px 0 0 190px;
    padding-left: 20px;
    font-size: 23px;
    line-height: 1.0;
  }

  .h3-agAc-relTxs::before {
    width: 0;
    height: 0;
  }

  .div-agAc-relTxs-cntr {
    display: flex;
    padding: 0 65px 10px 30px;
    width: 100%;
  }

  #div-agAc-relTxs-cntr-elt {
    margin-top: 0;
  }

  #div-agAc-relTxs-cntr-act2 {
    margin-top: 0;
  }

  #div-agAc-relTxs-cntr-eco2 {
    margin-top: 0;
  }

  .fig-agAc-relTxs {
    margin-top: -20px;
  }

  #fig-agAc-relTxs-elt {
    margin-top: -20px;
  }

  #fig-agAc-relTxs-act2 {
    margin-top: -30px;
  }

  #fig-agAc-relTxs-eco2 {
    margin-top: -30px;
  }

  #img-agAc-relTxs-elt {
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 30px;
    width: 150px;
    height: auto;
  }

  #img-agAc-relTxs-act2 {
    margin-top: 0;
    margin-left: 60px;
    margin-right: 70px;
    width: 50px;
    height: auto;
    transform: rotate(-0.4deg);
  }

  #img-agAc-relTxs-eco2 {
    margin-top: 0;
    margin-left: 50px;
    margin-right: 80px;
    width: 50px;
    height: auto;
    transform: rotate(-0.2deg);
  }

  .p-agAc-relTxs {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
  }
}

/*========================================================================*/
/* second content sp-pc bellapro acne flow
/*========================================================================*/
.sec-flw {
  overflow:hidden;
  width: 100%;
  padding-bottom: clamp(11px, 3vw, 30px);
  /*background-color: #f6fafd;*/
  background-color: #fff;
}

.ul-flw {
  margin: 0 3vw 0;
  counter-reset: counter;
}

.li-flw {
  position: relative;
}

.li-flw::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: clamp(16.5px, 4.6vw, 24px);
  border-right: 2px solid #70b3e0;
  z-index: 0;
}

.li-flw:last-of-type {
  padding-bottom: 0;
}

.li-flw:last-of-type::after {
  border-right: none;
}

.h3-flw {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  height: clamp( 26px, 7.2vw, 44px);
  font-size: clamp(16.5px, 4vw, 21px);
  color: #333;
  /*background-position: 55vw 0;*/
  padding-left: clamp( 4rem, 11.1vw, 6rem);
  background: linear-gradient(to right, transparent 0, transparent clamp(18px, 4vw, 35px), #d8e8f3 clamp(18px, 4vw, 35px), #d8e8f3 100%);
  border-radius: 0 clamp(13px, 3.6vw, 22px) clamp(13px, 3.6vw, 22px) 0;
}

.h3-flw::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  counter-increment:counter 1;
  content: counter(counter);
  width: clamp( 33px, 9.2vw, 48px);
  height: clamp( 33px, 9.2vw, 48px);
  background-color: #5a8bad;
  border-radius: 50%;
  font-size: clamp(21px, 5.5vw, 30px);
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.div-flw-cntr {
  padding: 1rem 1rem 1rem 3.5rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.fig-flw {
  margin-top: 0.5rem;
  width: auto;
  text-align: center;
}

.img-flw {
  width: clamp(100px, 23vw, 130px);
  height: auto;
  border-radius: 50%;
  border: 1px solid #a67921;
}

.p-flw {
  padding-left: 1em;
  width: 100%;
  text-indent: 1em;
  font-size: clamp(15px, 3.8vw, 16px);
  line-height: 1.8;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .ul-flw {
    margin: 0 5vw 0;
  }

  .div-flw-cntr {
    padding: 2rem 0 3rem 7rem;
  }

  .p-flw {
    padding: 1rem 3rem 0 3.5rem;
  }
}

@media only screen and (min-width: 1025px){
  .ul-flw {
    margin: 0 auto;
    width: 960px;
    counter-reset:counter 0;
  }

  .div-flw-cntr {
    padding: 2rem 0 3rem 7rem;
  }

  .p-flw {
    padding: 1rem 3rem 0 3.5rem;
  }
}

/*===================================================================*/
/* second content sp-pc bellapro acne Advice
/*===================================================================*/

.sec-agAc-adv {
  background-color: #f6fafd;
}

.fig-figP-dr-lt {
    margin-left: 0 !important;
    margin-right: 3em !important;
  }

.img-figP-dr-lt {
  margin-top: 0 !important;
  width: 22vw !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-agAc-adv {
  }

  .fig-figP-dr-lt {
    margin-left: 3em !important;
    margin-right: 7em !important;
  }

  .img-figP-dr-lt {
    width: 16vw !important;
  }
}

@media only screen and (min-width: 1025px) {
  .sec-agAc-adv {
  }

  .fig-figP-dr-lt {
    margin-left: 4em !important;
    margin-right: 9em !important;
  }

  .img-figP-dr-lt {
    width: 110px !important;
  }
}

/*===================================================================*/
/* second content sp-pc bellapro acne About
/*===================================================================*/

#sec-agAc-Abt {
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sec-agAc-Abt {
  }
}

@media only screen and (min-width: 1025px) {
  #sec-agAc-Abt {
  }
}

/*===================================================================*/
/* second content sp-pc bellapro acne mechanism
/*===================================================================*/

#sec-agAc-mech {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: 3vw;
  width: 100%;
  background-color: #f6fafd;
}

#h1-agAc-mech-ttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 3.5svw;
  width: 100%;
  font-size: 5.5vw;
  color: #3e6c91;
  text-align: center;
  white-space: nowrap;
}

#h2-agAc-mech-sttl {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  margin-top: 1.5vw;
  font-size: 4.5vw;
  color: #333;
  text-align: center;
}

.div-agAc-mech-cntr {
  margin: 4vw auto 0;
  width: 92vw;
}

#fig-agAc-mech {
  float: right;
  width: 35vw;
  margin-top: 0;
  margin-left: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#img-agAc-mech {
  margin-top: 1.5vw;
  width: 35vw;
  height: auto;
}

#p-agAc-mech {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-left: 0;
  margin-right: 0;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1.8;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
  #sec-agAc-mech {
    padding-bottom: 30px;
  }

  #h1-agAc-mech-ttl {
    margin-top: 30px;
    width: 100%;
    font-size: 30px;
  }

  #h2-agAc-mech-sttl {
    margin: 10px 0 25px;
    font-size: 23px;
  }

  .div-agAc-mech-cntr {
    margin: 0 auto 0;
    width: 900px;
    display: flex;
    flex-direction: row-reverse;
  }

  #fig-agAc-mech {
    float: right;
    width: 170px;
    margin-top: 0;
    margin-left: 3em;
  }

  #img-agAc-mech {
    margin-top: 5px;
    width: 170px;
  }

  #p-agAc-mech {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    line-height: 1.7;
  }
}


/*===================================================================*/
/* second content sp-pc bellapro acne Treatment
/*===================================================================*/

.sec-agnsTx {
}

.fig-figP-agnsTx-lt {
  margin-top: 0 !important;
  margin-right: 3em !important;
}

.img-figP-agnsTx-lt {
  width: 25vw !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-agnsTx {
  }

  .fig-figP-agnsTx-lt {
    margin-right: 5em !important;
  }

  .img-figP-agnsTx-lt {
    width: 18vw !important;
  }
}

@media only screen and (min-width: 1025px) {
  .sec-agnsTx {
  }

  .fig-figP-agnsTx-lt {
    margin-right: 5em !important;
  }

  .img-figP-agnsTx-lt {
    width: 130px !important;
  }
}

/*===================================================================*/
/* second content sp-pc bellapro acne difference
/*===================================================================*/

.sec-agAc-diff {
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  padding-bottom: 3vw;
  width: 100%;
  background-color: #fff;
}

#img-agAc-diff-logo {
  margin-top: 1vw;
  width: 20vw;
  height: auto;
}

#spn-agAc-diff-logo-ttl {
  display: block;
  margin-top: 1.5vw;
  font-size: 3vw;
  text-align: center;
}

#img-agAc-diff-mc {
  margin-top: 1.5vw;
  width: 35vw;
  height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

@media only screen and (min-width: 1025px) {
  #sec-agAc-diff {
    padding-bottom: 30px;
  }

  #h1-agAc-diff-ttl {
    margin-top: 30px;
    width: 100%;
    font-size: 30px;
  }

  #h2-agAc-diff-sttl {
    margin-top: 8px;
    font-size: 25px;
  }

  .div-agAc-diff-cntr {
    margin: 20px auto 0;
    width: 850px;
    display: flex;
    flex-direction: row-reverse;
  }

  #fig-agAc-diff {
    float: none;
    width: 130px;
    margin-top: -5px;
    margin-right: 0;
    margin-left: 2em;
  }

  #img-agAc-diff-logo {
    width: 110px;
  }

  #spn-agAc-diff-logo-ttl {
    margin-top: 10px;
    width: 150px;
    font-size: 18px;
  }

  #img-agAc-diff-mc {
    margin-top: 10px;
    width: 150px;
  }

  #p-agAc-diff {
    margin-left: 0;
    margin-right: 0;
  }
}

/*===================================================================*/
/* second content sp-pc agAc recommend
/*===================================================================*/
#sec-agAc-rcmd {
  overflow: hidden;
  padding-bottom: 1vw;
  width: 100%;
  /*background: linear-gradient(135deg, #f0f0f0 0%, #ffffff 50%, #f0f0f0 100%);*/
  background-color: #fff;
}

#ul-agAc-rcmd {
  margin: 0 5vw 0 5vw;
  width: 90vw;
}

.li-agAc-rcmd {
  width:100%;
}

.li-agAc-rcmd:not(:first-child) {
  margin-top: 1.5rem;
}

.h3-agAc-rcmd {
  display: flex;
  align-items: center;
  font-family: 'Noto Serif Japanese', 'Source Han Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: relative;
  padding: 1rem;
  font-size: clamp(18px, 4.2vw, 23px);
  color: #2d4f6e;
  line-height: 1.4;
  background-color: #f6fafd;
  border-radius: 5px;
  /*border: 1px solid #d8e8f3;*/
}

.img-agAc-rcmd-chk {
  margin-right: 0.5em;
  width: clamp(34.2px, 9.5vw, 35px);
  height: auto;
  transform: translateY(-0.15em);
}

.div-agAc-rcmd-cntr {
  margin-top: 1rem;
  padding: 0;
}

.fig-agAc-rcmd {
  float: left;
  margin-top: 0.75em;
  margin-left: 1em;
  margin-right: 2em;
  margin-bottom: 0.5em;
}

.img-agAc-rcmd {
  width: clamp(108px, 30vw, 210px);
  height: auto;
}

.p-agAc-rcmd {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  padding-left: 1em;
  text-indent: 1em;
  font-size: clamp(15px, 3.8vw, 16.5px);
  line-height: 1.75;
  color: #333;
}

.p-agAc-rcmd + .p-agAc-rcmd {
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #sec-agAc-rcmd {
    padding-bottom: 30px;
  }

  #ul-agAc-rcmd {
    margin: 0 5vw 0 5vw;
    width: 90vw;
  }

  .li-agAc-rcmd {  
    width: 100%;
  }

  .li-agAc-rcmd:not(:first-child) {
    margin-top: 40px;
  }

  .h3-agAc-rcmd {
    margin: 0;
    padding: 1rem;
    width: calc(90vw - 190px);
    font-size: 23px;
    transform: translateX(190px);
    background-color: #fff;
  }

  .img-agAc-rcmd-chk {
    margin-top: 0.3rem;
  }

  .div-agAc-rcmd-cntr {
    margin-top: 0;
    padding: 0; 
  }

  .fig-agAc-rcmd {
    margin-top: -45px;
    margin-right: 40px;
  }

  .img-agAc-rcmd {
  }

  .div-agAc-rcmd-rt {
  }

  .p-agAc-rcmd {
    padding-left: 12.2em;
    color: #333;
  }
}

@media (min-width: 1025px) {
  #sec-agAc-rcmd {
    padding-bottom: 30px;
  }

  #ul-agAc-rcmd {
    margin: 0 auto;
    width: 960px;
  }

  .li-agAc-rcmd {  
    width: 100%;
  }

  .li-agAc-rcmd:not(:first-child) {
    margin-top: 40px;
  }

  .h3-agAc-rcmd {
    margin: 0;
    padding: 0 0 5px 5px;
    width: 770px;
    transform: translateX(245px);
    background-color: #fff;
  }

  .img-agAc-rcmd-chk {
    margin-top: 1px;
  }

  .div-agAc-rcmd-cntr {
    margin-top: 0;
    padding: 0; 
    width: 100%;
  }

  .fig-agAc-rcmd {
    margin-top: -35px;
    margin-right: 40px;
  }

  .img-agAc-rcmd {
  }

  .p-agAc-rcmd {
    padding-left: 12em;
    color: #333;
  }
}

/*========================================================================*/
/* breadcrumbs color CLARITY2 Genesis  — #3a6fa6 系ブルーで統一 */
/*========================================================================*/

#nav-breadcrumbs {
  border-top: 1px solid #5a8bad !important;   /* 明るめブルー枠 */
  border-bottom: 1px solid #6b9bb7 !important;/* 中間ブルー枠 */
  background-color: #e1ecf3 !important;       /* 淡いブルー背景 */
}

.li-breadcrumbs-item {
  color: #325d8b !important; /* ベースカラーを統一 */
}

.a-breadcrumbs-item {
  color: #3a6fa6 !important;
}

.a-breadcrumbs-item:before,
#li-breadcrumbs-item-home a:hover:before {
  background-color: #3a6fa6 !important;
}

.a-breadcrumbs-item:after {
  background-color: #e1ecf3 !important;
}

.li-breadcrumbs-item:last-child {
  background-color: #c7d8e2 !important; /* 淡ブルーより少し濃い */
}

.li-breadcrumbs-item:last-child:after {
  background-color: #c7d8e2 !important;
}

#li-breadcrumbs-item-home a:hover:after {
  background-color: #99b6cc !important; /* hover時の少し濃いブルー */
}

.a-breadcrumbs-item:hover {
  background-color: #99b6cc !important;
}

.a-breadcrumbs-item:hover:after {
  background-color: #99b6cc !important;
}

/*==========================================================*/
/* second main Needle new
/*==========================================================*/
.sec-smNeedle {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 61vw;
}

.div-smNeedle-cntr {
  display: flex;
  justify-content: flex-start;
}

.div-smNeedle-lt {
  margin: 0 auto;
  width: 32vw;
}

.fig-smNeedle-mdl-ipPc {
  display: none;
}

.p-smGL-sp {
  display: block;
  margin: 20vw auto 0;
}

.fig-smNeedle-machine-sp {
  margin-top: 1vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.img-smNeedle-logo-sp {
  margin-top: 1vw;
  width: 16vw;
  margin-left: auto;
  margin-right: auto;
}

.img-smNeedle-machine-sp {
  margin-top: 1vw;
  width: 22vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.figc-smNeedle-machine-sp {
  margin-top: 1.5vw;
  font-size: 3vw;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.div-smNeedle-ctr {
  width: 65vw;
}

.h2-smNeedle-ttl {
  margin-top: 8vw;
  margin-left: -20vw;
  font-size: 8vw;
  font-weight: bold;
  color: #555;
  text-align: center;
  white-space: nowrap;
}

.div-smNeedle-CPs {
  position: relative;
  margin-top: 5.8vw;
  width: 60vw;
}

.h3-smNeedle-CPs-ttl {
  font-size: 5.2vw;
  font-weight: bold;
  color: #333;
  text-align: center;
  white-space: nowrap;
}

.img-smNeedle-txScene-ipPc {
  display: none;
}

.fig-smNeedle-CPs {
  position: relative;
  overflow: hidden;
  display: flex;
  margin-top: 1.5vw;
  width: 60vw;
  border-radius: 1vw;
}

.img-smNeedle-CPs {
  width: 30vw;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.fig-smNeedle-CPs::before {
  position: absolute;
  content: "";
  width: 7vw;
  height: 4vw;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  clip-path: polygon(0% 25%, 60% 25%, 60% 0%, 100% 50%, 60% 100%, 60% 75%, 0% 75%);
  background: #fff000;
}

/*--
.fig-smNeedle-CPs::after { 
  position: absolute;
  content: "";
  width: 9vw;
  height: 11vw;
  border: 2px dashed #fff;
  border-radius: 50%;
  top: 6.5vw;
  left: 10.7vw;
}
--*/

.div-smNeedle-rt-ipPc {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sec-smNeedle {
    height: 40vw;
  }

  .div-smNeedle-lt {
    width: 34vw;
  }

  .fig-smNeedle-mdl-ipPc {
    display: block;
    margin-top: 2vw;
    margin-left: -8vw;
    text-align: center;
  }

  .img-smNeedle-mdl-ipPc {
    width: auto;
    height: 45vw;
  }

  .fig-smNeedle-machine-sp {
    display: none;
  }

  .div-smNeedle-ctr {
    width: 41vw;
  }

  .h2-smNeedle-ttl {
    margin-top: 7vw;
    margin-left: -5.5vw;
    font-size: 5.4vw;
  }

  .div-smNeedle-CPs {
    position: relative;
    margin: 3vw auto 0;
    width: 40vw;
  }

  .h3-smNeedle-CPs-ttl {
    margin-left: -2vw;
    font-size: 3.1vw;
  }

  .img-smNeedle-txScene-ipPc {
    display: block;
    position: absolute;
    top: 0;
    right: -5vw;
    width: 10vw;
    height: 10vw;
    z-index: 1;
  }

  .fig-smNeedle-CPs {
    margin-top: 0.9vw;
    width: 40vw;
    border-radius: 5px;
  }

  .img-smNeedle-CPs {
    width: 20vw;
  }

  .fig-smNeedle-CPs::before {
    width: 5vw;
    height: 3vw;
  }

  /*--
  .fig-smNeedle-CPs::after { 
    width: 6vw;
    height: 7.5vw;
    top: 4vw;
    left: 6.5vw;
  }
  --*/

  .div-smNeedle-rt-ipPc {
    display: block;
    width: 25vw;
  }

  .p-smNeedle-ipPc {
    display: block;
    margin-top: 10vw;
    margin-right: 2.5vw;
    margin-left: auto;
  }

  .fig-smNeedle-machine-ipPc {
    position: relative;
    margin-top: 1vw;
    width: auto; 
    text-align: right;
  }

  .img-smNeedle-logo-ipPc {
    margin-top: 1vw;
    margin-right: 5.5vw;
    width: 11vw;
  }

  .figc-smNeedle-machine-ipPc {
    margin-top: 1vw;
    margin-left: 3vw;
    font-size: 2vw;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }

  .img-smNeedle-machine-ipPc {
    margin-top: 0.5vw;
    margin-right: 2vw;
    width: 18vw;
    height: auto;
  }
}

@media only screen and (min-width: 1025px){
  .sec-smNeedle {
    height: 400px;
  }

  .div-smNeedle-cntr {
    margin: 0 auto;
    width: 1000px;
  }

  .div-smNeedle-lt {
    overflow: hidden;
    width: 340px;
  }

  .fig-smNeedle-machine-sp {
    display: none;
  }

  .fig-smNeedle-mdl-ipPc {
    display: block;
    margin-top: 20px;
    margin-left: -80px;
    text-align: left;
  }

  .img-smNeedle-mdl-ipPc { 
    width: auto;
    height: 490px;
  }

  .div-smNeedle-ctr {
    margin-left: 0;
    width: 440px;
  }

  .h2-smNeedle-ttl {
    margin-top: 90px;
    margin-left: -10px;
    font-size: 50px;
  }

  .div-smNeedle-CPs {
    margin: 30px auto 0;
    width: auto;
  }

  .h3-smNeedle-CPs-ttl {
    margin-right: 35px;
    font-size: 28px;
  }

  .img-smNeedle-txScene-ipPc {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -10px;
    right: -40px;
    z-index: 1;
  }

  .fig-smNeedle-CPs {
    margin-top: 8px;
    width: 400px;
    border-radius: 5px;
  }

  .img-smNeedle-CPs {
    width: 200px;
  }

  .fig-smNeedle-CPs::before {
    width: 35px;
    height: 25px;
  }

  .fig-smNeedle-CPs::after { 
    width: 60px;
    height: 70px;
    top: 43px;
    left: 64px;
  }

  .div-smNeedle-rt-ipPc {
    display: block;
    width: 220px;
    text-align: right;
  }

  .p-smNeedle-ipPc {
    margin-top: 70px;
    margin-right: 30px;
    margin-left: auto;
  }

  .fig-smNeedle-machine-ipPc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
    width: fit-content;
  }

  .img-smNeedle-logo-ipPc {
    margin-top: 20px;
    /*margin-right: 28px;*/
    width: 150px;
  }

  .figc-smNeedle-machine-ipPc {
    margin-top: 8px;
    /*margin-left: 45px;*/
    font-size: 19px;
    color: #333;
    line-height: 1.2;
    text-align: center;
  }

  .img-smNeedle-machine-ipPc {
    margin-top: 5px;
    width: 220px;
    height: auto;
  }
}

/*==========================================================*/
/* second main bellapro new
/*==========================================================*/
#sec-smbellapro {
  background: linear-gradient(-70deg, #E4F5FD 0%, #ffffff 50%, #E4F5FD 100%);
}

#h2-smbellapro-ttl {
  margin-left: -33vw;
  font-size: 8vw;
  color: #527d9c;
}

#h3-smbellapro-ttl {
  color: #3e6c91;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #h2-smbellapro-ttl {
    margin-left: -2.5vw;
    font-size: 5vw;
    color: #527d9c;
  }
}

@media only screen and (min-width: 1025px) {
  #h2-smbellapro-ttl {
    margin-left: -40px;
    font-size: 48px;
  }
}

/*==========================================================*/
/* second main gold label
/*==========================================================*/
.p-smGL {
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  position: relative;
  width: 22vw;
  height: 11vw;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(to right, #E5BB44 0%, #7D0800 25%, #E5BB44 50%, #7D0800 75%, #E5BB44 100%);
}

.p-smGL::before {
  position: absolute;
  content: "";
  width: 21.2vw;/*76px*/
  height: 10.2vw;/*38px*/
  top: 0.4vw;/*2px*/
  left: 0.4vw;/*2px*/
  border-radius: 50%;
  background: linear-gradient(to bottom, #FFFFFF 20%, #FFF8CB 100%);
  z-index: 1;
}

.spn-smGL-1line {
  position: absolute;
  padding-top: 3.9vw;/*15px*/
  padding-left: 0.5vw;/*15px*/
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 3.51vw;/*13px*/
  color: #000000;
  z-index: 2;
}

.spn-smGL-2line {
  position: absolute;
  padding-top: 2vw;
  font-size: 2.97vw;/*11px*/
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #000000;
  line-height: 1.2;
  z-index: 2;
}

.spn-smGL-No1 {
  position: absolute;
  padding-top: 0.81vw;/*3px*/
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  font-size: 2.97vw;/*11px*/
  color: #000000;
  z-index:2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-smGL {
    width: 140px;
    height: 60px;
  }

  .p-smGL::before {
    width: 136px;
    height: 56px;
    top: 2px;
    left: 2px;
  }

  .spn-smGL-1line {
    padding-top: 20px;
    font-size: 20px;
  }

  .spn-smGL-2line {
    padding-top: 11px;
    font-size: 16px;/*11px*/
    line-height:  1.3;
  }

  .spn-smGL-No1 {
    padding-top: 12px;
    font-size: 16px;
    color: #000000;
    line-height:  1.3;
  }
}

@media only screen and (min-width: 1025px) {
  .p-smGL {
    width: 140px;
    height: 60px;
  }

  .p-smGL::before {
    width: 136px;
    height: 56px;
    top: 2px;
    left: 2px;
  }

  .spn-smGL-1line {
    padding-top: 20px;
    font-size: 20px;
  }

  .spn-smGL-2line {
    padding-top: 12px;
    font-size: 16px;/*11px*/
    line-height:  1.3;
  }

  .spn-smGL-No1 {
    padding-top: 12px;
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
  }
}

/*===================================================================*/
/* second content sp-pc bellapro scar features
/*===================================================================*/
.sec-ftrs {
  overflow: hidden;
  width: 100%;
  padding-bottom: clamp(11px, 3vw, 30px);
  background-color: #f6fafd;
}

.ul-ftrs {
  margin: 0 auto;
  width: 90vw;
  max-width: 960px;
}

.li-ftrs {
  width:100%;
}

.li-ftrs:not(:first-child) {
  margin-top: clamp(1.5rem, 4.2vw, 3rem);
}

.h3-ftrs {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Hiragino Mincho ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", "Source Han Serif JP", "MS PMincho", "MS Mincho", serif;
  padding: 1rem 1rem 0.9rem clamp(10.2rem, 28.3vw, 19.5rem);
  border-radius: 6px;
  font-size: clamp(18px, 4.2vw, 22px);
  color: #333;
  background-color: #d8e8f3;
  line-height: 1.4;
}

.spn-h3-ftrs {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: clamp(79px, 22vw, 170px);
  height: 100%;
  font-size: clamp(18px, 4.2vw, 23px);
  color: #fff;
  background-color: #5a8bad;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  /*font-size: 4.5vw;*/
}

.spn-h3-ftrs-num {
  margin-left: clamp(1px, 0.3vw, 3px);
  margin-bottom: 2px;
  font-size: clamp(25px, 4.6vw, 27px);
  /*font-size: 1.3em;*/
  font-style: italic;
}

.div-ftrs-cntr {
  margin-top: clamp(1.5rem, 4.2vw, 2rem);
  margin-right: clamp(0.5rem, 1.4vw, 1rem);
}

.fig-ftrs-lt {
  float: left;
  margin-top: 0.5rem;
  margin-left: clamp(0.5rem, 1.4vw, 4rem);
  margin-right: clamp(2rem, 5.6vw, 3.5rem);
}

.img-ftrs-lt {
  width: clamp(90px , 25vw, 150px);
  height: auto;
}

.p-ftrs-rt {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  margin-left: 0.5em;
  margin-right: 0;
  text-indent: 1em;
  font-size: clamp(15px, 3.8vw, 16px);
  color: #333;
  line-height: 1.75;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .spn-h3-ftrs-num {
    margin-top: 3px;
  }
  
  .div-ftrs-cntr {
    float: none;
  }
}

@media (min-width: 1025px) {
  .spn-h3-ftrs-num {
    margin-top: 3px;
  }

  .div-ftrs-cntr {
    float: none;
  }
}

/*==============================*/
/* Needle Mechanism Illustration */
/*==============================*/
.div-rf-mech {
  overflow: hidden;
  margin: clamp( 1rem, 2.8vw,3rem) auto 0;
  padding-bottom: clamp(0.5rem, 1.4vw,3rem);
  width: 90vw;
  max-width: 1000px;
  background-color: #f6fafd;
}

.h3-rf-mech {
  margin-top: clamp( 1.5rem, 4.2vw, 3.5rem);
  margin-bottom: clamp(1.5rem, 4.2vw, 3rem);
  font-size: clamp(18px, 5vw, 32px);
  color: #4A6484;
  text-align: center;
}

.fig-rf {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.div-rf-ipdPc {
  display: none;
}

.div-rf-pair {
  position: relative;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(29px, 8.1vw, 120px);
  flex-wrap: wrap;
}

.div-rf-bf,
.div-rf-af {
  width: 35vw;
  max-width: 220px;
  text-align: center;
}

.img-rf {
  width: 28vw;
  max-width: 210px;
  height: auto;
}

.figc-rf-bf,
.figc-rf-af {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
  width: 35vw;
  max-width: 220px;
  margin: clamp(0.5rem, 1.4vw ,1rem) auto 0;
  text-align: left;
  font-size: clamp(13px, 2vw, 15px);
  line-height: 1.6;
  color: #333;
}

.div-rf-pair::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10vw;
  max-width: 100px;
  height: 5vw;
  max-height: 130px;
  background-color: #3a6fa6;
  clip-path: polygon(0% 25%, 70% 25%, 70% 0%, 100% 50%, 70% 100%, 70% 75%, 0% 75%);
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .div-rf-ipdPc {
    display: flex;
    margin-top: 4rem;
    margin-right: 3rem;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
  }

  .h3-rf-mech {
    margin-top: clamp( 1rem, 2.8vw, 3.5rem);
    margin-bottom: clamp(1rem, 2.8vw, 3rem);
    font-size: clamp(18px, 5vw, 29px);
  }

  .img-rf-ipdPc {
    width: 130px;
    border-radius: 5px;
    /*border-radius: 50%;*/
    /*border: 1px solid #5a8bad;*/
  }

  .figc-rf-ipdPc {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
    margin: 1rem auto 0;
    text-align: center;
    font-size: clamp(13px, 2vw, 15px);
    line-height: 1.6;
    color: #333;
  }

  .img-rf {
    width: 160px;
    max-width: 210px;
  }

  .div-rf-pair {
    gap: 30px;
  }

  .div-rf-bf,
  .div-rf-af {
    width: 30vw;
  }
}

@media only screen and (min-width: 1025px) {
  .div-rf-ipdPc {
    display: flex;
    margin-top: 5rem;
    margin-right: 5rem;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
  }

  .figc-rf-ipdPc {
    font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "メイリオ", Meiryo, "Noto Sans JP", "Roboto", sans-serif;
    margin: 1rem auto 0;
    text-align: center;
    font-size: clamp(13px, 2vw, 15px);
    line-height: 1.6;
    color: #333;
  }

  .img-rf-ipdPc {
    width: 250px;
    border-radius: 5px;
    /*border: 1px solid #5a8bad;*/
  }
}

