.inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  ._pc-none {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  ._sp-none {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 980px) {
  .button-cv {
    max-width: 1200px;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .button-cv .over {
    width: 100%;
  }
}

.tt {
  margin-bottom: 50px;
}
.tt span {
  font-size: 48px;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  color: #000;
  padding-bottom: 29px;
  position: relative;
  margin-bottom: 20px;
  display: block;
}
.tt span em {
  font-style: normal;
  font-size: 28px;
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tt span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
  background: #000;
  margin: 0 auto;
}
.tt small {
  font-size: 20px;
  line-height: 1;
  display: block;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.mv {
	background: url("../images/mv.jpg") no-repeat center;
	height: 900px;
}
.mv.monitor {
	background: url("../images/mv_monitor.jpg") no-repeat center;
	height: 930px;
}
@media screen and (max-width: 979px) {
	.mv {
		background: none;
		height: inherit;
		text-align: center;
	}
	.mv.monitor {
		background: none;
		height: inherit;
		text-align: center;
	}
}

.primaribox .btn {
  margin-bottom: 28px;
  margin-top: 46px;
}
.primaribox .btn a {
  max-width: 800px;
  height: 150px;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
  background: #2b576d;
  margin: 0 auto;
  box-shadow: 0 10px 10px #00000059;
}
.primaribox .btn a:hover {
  opacity: .7;
  transition: opacity .3s ease-in-out;
}
.primaribox .phone {
  text-align: center;
  margin-bottom: 50px;
}
.primaribox .bnr {
  display: block;
  margin-bottom: 80px;
}
.primaribox .bnr img {
  width: 100%;
}
/*.treatmentone {
  background: #19303c;
  padding: 80px 0;
}
.treatmentone .treatmentone-box + .treatmentone-box {
  margin-top: 80px;
}
.treatmentone .treatmentone-box h3 {
  margin-bottom: 40px;
}
.treatmentone .treatmentone-box h3 span {
  max-width: 480px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  padding: 4px 0 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.treatmentone .treatmentone-box ul {
  padding: 0 10px;
  list-style: none;
}
.treatmentone .treatmentone-box ul li {
  display: flex;
  background: #fff;
  position: relative;
}
.treatmentone .treatmentone-box ul li + li {
  margin-top: 10px;
}
.treatmentone .treatmentone-box ul li figure {
  flex-basis: 280px;
}
.treatmentone .treatmentone-box-text {
  width: 100%;
  padding: 20px 40px 20px 20px;
  display: flex;
  align-items: center;
}
.treatmentone .treatmentone-box-text span {
  background: #19303c;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  line-height: 1.2;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  transform: translateZ(0);
  text-align: center;
  letter-spacing: -0.1em;
}
.treatmentone .treatmentone-box-text span:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid #303d64;
  border-right: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.treatmentone .treatmentone-box-text p {
  width: 100%;
  font-size: 25px;
  line-height: 40px;
  color: #19303c;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 0 25px;
}
.treatmentone .treatmentone-box-text dl {
  flex: 0 0 180px;
}
.treatmentone .treatmentone-box-text dl dt {
  border: 2px solid #303d64;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #303d64;
  font-weight: 500;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.treatmentone .treatmentone-box-text dl dd {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  color: #303d64;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  align-items: baseline;
}
.treatmentone .treatmentone-box-text dl dd small {
  font-size: 26px;
  line-height: 1;
  margin-left: 5px;
  position: relative;
}
.treatmentone .treatmentone-box-text dl dd small:before {
  content: attr(attr-sub);
  font-size: 10px;
  line-height: 1;
  color: #303d64;
  position: absolute;
  top: -13px;
}*/
.problems {
  background: #eee8df;
  padding-top: 94px;
	margin-top: 30px;
}
.problems p {
  font-size: 20px;
  line-height: 35px;
  padding: 0 10px;
  margin-bottom: 70px;
}
.problems figure {
  padding: 0 10px;
}
.ctbox {
  background: #19303c;
  padding: 177px 0 106px;
  margin-top: -100px;
}
.ctbox p {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ctbox p span {
  font-size: 48px;
  line-height: 1;
  text-decoration: underline;
  text-underline-position: under;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tenyearback {
  height: 600px;
  background: url('../images/img06.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
.tenyearback h3 {
  text-align: center;
  font-size: 45px;
  line-height: 1.8;
  font-weight: bold;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tenyearback small {
	display: block;
	line-height: 1.4;
	text-align: center;
	font-size: 33px;
	font-weight: bold;
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tenyearback small.sm01 {
	margin: 25px 0;
}

.tenyearback small.yahoo {
	margin: 0 0 25px;
	font-size: 45px;
}

.tenyearback span {
  color: #15adec;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.tenyearback img {
	vertical-align: baseline;
}
.ctblock {
  background: #fff;
  padding: 95px 0 99px;
}
.ctblock.ctblock-gray {
  background: #f2f2f2;
}
.ctblock .inner {
  padding: 0 10px;
}
.ctblock-box {
  position: relative;
  margin-bottom: 60px;
}
.ctblock-box >span {
  background: #2b576d;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 32px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
  transform: translateZ(0);
  text-align: center;
  position: absolute;
  top: -20px;
  left: 20px;
}
.ctblock-box >span small {
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ctblock-box span:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 100px solid #19303c;
  border-right: 100px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ctblock-box .ctblock-text {
  position: absolute;
  bottom: 50px;
  right: 50px;
  display: flex;
}
.ctblock-box .ctblock-text dl dt {
  font-size: 32px;
  line-height: 40px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ctblock-box .ctblock-text dl dd {
  margin-top: 16px;
  display: flex;
  align-items: center;
}
.ctblock-box.bannerVer > span {
	top: -60px;
	left: -20px;
}
.getsugaku {
  font-size: 16px;
  color: #fff;
}
.ctblock-box .ctblock-text dl dd span {
  border: 1px solid #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  padding: 8px 7px 7px;
  margin-right: 15px;
  min-width: 120px;
  text-align: center;
}
.ctblock-box .ctblock-text dl dd em {
  font-style: normal;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  align-items: baseline;
}
.ctblock-box .ctblock-text dl dd em small {
  font-size: 32px;
  line-height: 1;
  margin-left: 7px;
  position: relative;
  top: -2px;
}
.ctblock-box .ctblock-text dl dd em small:before {
  content: attr(attr-sub);
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: -13px;
}
.ctblock-box .ctblock-text.ctblock-text-sm {
  bottom: 29px;
  right: 29px;
}
.ctblock-box .ctblock-text.ctblock-text-sm dl + dl {
  padding-left: 30px;
  margin-left: 30px;
  border-left: 1px solid #fff;
}
.ctblock-box .ctblock-text.ctblock-text-sm dl dt {
  font-size: 24px;
  line-height: 30px;
}
.ctblock-box .ctblock-text.ctblock-text-sm dl dd {
  margin-top: 12px;
}
.ctblock-box .ctblock-text.ctblock-text-sm dl dd span {
  font-size: 11px;
  line-height: 14px;
  min-width: 80px;
}
.ctblock-box .ctblock-text.ctblock-text-sm dl dd em {
  font-size: 38px;
  line-height: 1;
}
.ctblock-box .ctblock-text.ctblock-text-sm dl dd em small {
  font-size: 30px;
  line-height: 1;
}
.ctblock-box .ctblock-text.ctblock-text-sm dl dd em small:before {
  font-size: 11px;
}
.ctblock-bl + .ctblock-bl {
  margin-top: 80px;
}
.ctblock-bl dt{
  max-width: 480px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #000;
  font-size: 24px;
  line-height: 35px;
  font-weight: bold;
  padding: 4px 0 5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 40px;
}
.ctblock-bl dd ul {
  border-top: 2px dashed #cccccc;
}
.ctblock-bl dd ul li {
  list-style: none;
  padding: 26px 10px 22px 109px;
  font-size: 20px;
  line-height: 1.5;
  border-bottom: 2px dashed #cccccc;
  position: relative;
  font-weight: 500;
}
.ctblock-bl dd ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/ic_tick.png') no-repeat;
  background-size: contain;
  position: absolute;
  left: 50px;
  top: 30px;
}
.ctblock-bl dd p {
  font-size: 20px;
  line-height: 35px;
}
.ctblock-bl dd .ctblock-img {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.ctblock-bl dd .ctblock-img figure + figure {
  margin-left: 43px;
  position: relative;
}
.ctblock-bl dd .ctblock-img figure + figure:before {
  content: '';
  width: 22px;
  height: 58px;
  background: url('../images/ic_arr.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  margin: auto;
}
.ctblock-bl dd .ctblock-img figure img {
  max-width: 100%;
}
.ctblock-bl dd .ctblock-img.ctblock-img-02 {
  margin-top: 63px;
}
.ctblock-bl dd .ctblock-img.ctblock-img-02 figure + figure {
  margin-left: 155px;
}
.ctblock-bl dd .ctblock-img.ctblock-img-02 figure + figure:before {
  content: none;
}
.ctblock-bl dd .ctblock-img.ctblock-img-02 figure figcaption {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.ctblock-bl dd .ctblock-if {
  display: flex;
}
.ctblock-bl dd .ctblock-if figure {
  flex: 0 0 171px;
}
.ctblock-bl dd .ctblock-if p {
  padding-left: 40px;
  font-size: 20px;
  line-height: 35px;
}
.ctblock-bl dd .ctblock-if p span {
  color: #2b576d;
}
.ctblock-bl dd .ctblock-if p span.tit strong {
	font-size: 22px;
	color: #2b576d;
}
.ctblock-bl dd .ctblock-banner {
  background: #19303c;
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 39px;
  margin-top: 65px;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ctblock-bl dd .ctblock-banner:before {
  content: '';
  width: 98.9%;
  height: 70px;
  border: 1px solid #8f96ab;
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
}
.ctblock-bl dd .ctblock-banner small {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  margin-left: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.ctblock-bl dd .ctblock-table table{
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #000;
}
.ctblock-bl dd .ctblock-table th {
  border: 1px solid #000;
  background: #19303c;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  padding: 30px 0;
}
.ctblock-bl dd .ctblock-table td {
  border: 1px solid #000;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  padding: 30px 0;
}

/*-------------clinic*/
.list-shop-area dt,
.list-shop .map{
	background: #19303c;
}
.list-shop-area dt::before {
	border-color: #fff;
}
.list-shop-area dd .list-shop {
	border-color: #19303c;
}

#yoyaku {
  background-image: none;
	background-color: #f2f2f2
}
table.form-table td.txt-white {
  background-color: #19303c !important;
}
input[type="submit"] {
  background-color: #19303c !important;
}
.footer {
  background-color: #19303c !important;
}

@media screen and (max-width: 980px) {
  img {
    max-width: 100%;
  }
  .inner {
    width: 100%;
    padding: 0 10px;
  }
  .button-cv {
    max-width: 100%;
    left: 0;
    margin: 0;
  }
  .primaribox .btn a {
    height: 20vw;
    font-size: 6vw;
  }
  /*.treatmentone {
    padding: 45px 0;
  }
  .treatmentone .treatmentone-box ul li {
    display: block;
  }
  .treatmentone .treatmentone-box ul li figure {
    flex-basis: 100%;
  }
  .treatmentone .treatmentone-box ul li figure img {
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  .treatmentone .treatmentone-box-text {
    padding: 2vw;
  }
  .treatmentone .treatmentone-box-text span {
    position: absolute;
    top: 0;
    left: 0;
    flex: 0 0 10027vwpx;
    width: 27vw;
    height: 27vw;
    font-size: 6vw;
  }
  .treatmentone .treatmentone-box-text p {
    font-size: 4vw;
    line-height: 6vw;
    padding: 0;
    padding-right: 2vw;
  }
  .treatmentone .treatmentone-box-text dl dt {
    font-size: 1.6vw;
    height: 4vw;
    margin-bottom: 1vw;
  }
  .treatmentone .treatmentone-box-text dl dd {
    font-size: 5vw;
    justify-content: center;
  }
  .treatmentone .treatmentone-box-text dl dd small {
    font-size: 3vw;
  }
  .treatmentone .treatmentone-box-text dl dd small:before {
    font-size: 1vw;
    top: -1.5vw;
  }
  .treatmentone .treatmentone-box-text dl {
    flex: 0 0 24vw;
  }
  .treatmentone .treatmentone-box ul li + li {
    margin-top: 6vw;
  }
  .treatmentone .treatmentone-box h3 {
    margin-bottom: 7vw;
  }
  .treatmentone .treatmentone-box h3 span {
    font-size: 4vw;
    line-height: 1.5;
  }
  .treatmentone .treatmentone-box ul li figure img {
    height: 36vw;
  }
  .treatmentone .treatmentone-box + .treatmentone-box {
    margin-top: 16vw;
  }*/
  .ctbox {
    margin-top: -9vw;
    padding: 20vw 0 10vw;
  }
  .problems {
    padding-top: 45px;
  }
  .tt {
    margin-bottom: 7vw;
  }
  .tt span {
    font-size: 7vw;
    line-height: 1.5;
    padding-bottom: 3vw;
    margin-bottom: 3vw;
  }
  .tt span:before {height: 0.8vw}
  .tt small {
    font-size: 5vw;
  }
  .ctbox p {
    font-size: 4vw;
  }
  .ctbox p span {
    font-size: 7vw;
    color: #fff;
  }
  .problems p {
    font-size: 4vw;
    line-height: 2;
    margin-bottom: 10vw;
  }
  .tenyearback h3 {
    font-size: 8vw;
    line-height: 1.5;
    padding-bottom: 0;
  }
  .tenyearback small {
    font-size: 7vw;
  }
  .tenyearback small.sm01 {
    margin: 0;
  }
  .tenyearback small.yahoo {
	margin: 0 0 10px;
	font-size: 9vw;
  }
  .tenyearback img {
    width: 85%;
	margin: 5px auto;
  }
  .tenyearback {
    height: 99vw;
  }
  .ctblock-box .ctblock-text {
    display: block;
    padding: 0 5vw;
    right: 0 !important;
    width: 100%;
  }
  .ctblock-box figure img {
    width: 100%;
    height: 77vw;
    object-fit: cover;
  }
  .ctblock-box figure img.face-bg{
    width: 100%;
    height: 92vw;
    object-fit: cover;
  }

  .ctblock-box .ctblock-text.ctblock-text-sm dl + dl {
    margin-left: 0;
    padding-left: 0;
    margin-top: 4vw;
    border-left: none;
  }
  .tt span em {
    display: block;
    font-size: 5vw;
  }
  .ctblock {
    padding: 45px 0;
  }
  .ctblock-box .ctblock-text dl dt {
    font-size: 5vw !important;
    line-height: 1.5 !important;
  }
  .ctblock-box .ctblock-text dl dd em {
    font-size: 11vw !important;
    line-height: 1 !important;
  }
  .ctblock-box .ctblock-text dl dd span {
    font-size: 3vw !important;
    line-height: 1.3 !important;
    min-width: 25vw !important;
    margin-right: 0;
  }
  .ctblock-box .ctblock-text dl dd em small {
    font-size: 7vw !important;
    line-height: 1 !important;
    color: #fff;
  }
  .ctblock-box .ctblock-text dl dd em small:before {
    font-size: 2.5vw !important;
    top: -2.8vw !important;
    left: 0.5vw !important;
  }
  .ctblock-box .ctblock-text dl dd {
    justify-content: space-between;
    margin-top: 1vw !important;
  }
  .ctblock-bl dt {
    font-size: 4vw;
    line-height: 1.5;
    margin-bottom: 6vw;
    max-width: 100%;
  }
  .ctblock-bl dd ul li {
    padding: 3vw 3vw 3vw 12vw;
    font-size: 4vw;
  }
  .ctblock-bl dd .ctblock-if {
    display: block;
    text-align: center;
  }
  .ctblock-bl dd .ctblock-if figure {
    margin-bottom: 2vw;
  }
  .ctblock-bl dd .ctblock-if p, .ctblock-bl dd .ctblock-if p span {
    font-size: 4vw;
    text-align: left;
    padding-left: 0;
  }
  .ctblock-bl dd .ctblock-if p span.tit strong {
	font-size: 5vw;
	color: #2b576d;
  }
  .ctblock-bl dd .ctblock-img {
    margin-top: 3vw;
    display: block;
  }
  .ctblock-bl dd .ctblock-img figure + figure {
    margin-left: 0;
    margin-top: 10vw;
    position: relative;
  }
  .ctblock-bl dd .ctblock-img figure + figure:before {
    content: '';
    width: 6vw;
    height: 15vw;
    left: 0;
    right: 0;
    top: -12.5vw;
    bottom: inherit;
    transform: rotate(90deg);
  }
  .ctblock-bl dd .ctblock-img img {
    width: 100%;
  }
  .ctblock-bl dd p {
    font-size: 4vw;
    line-height: 2;
  }
  .ctblock-bl dd ul li:before {
    width: 4vw;
    height: 4vw;
    left: 4vw;
    top: 3.5vw;
  }
  .ctblock-bl + .ctblock-bl {
    margin-top: 13vw;
  }
  .ctblock-box {
    margin-bottom: 8vw;
  }
  .ctblock-bl dd .ctblock-img.ctblock-img-02 figure + figure {
    margin-left: 11vw;
    margin-top: 0;
  }
  .ctblock-bl dd .ctblock-img.ctblock-img-02 {
    margin-top: 12vw;
    display: flex;
    justify-content: center;
  }
  .ctblock-box >span {
    background: #2b576d;
    flex: 0 0 27vw;
    width: 27vw;
    height: 27vw;
    font-size: 7vw;
    line-height: 1.3;
    top: -20px;
    left: 20px;
  }
  
  .ctblock-box.bannerVer {
  	margin-top: 13vw;
  }
  .ctblock-box.bannerVer > span {
  	width: 50vw;
    height: 10vw;
    font-size: 4.5vw;
  	top: -10vw;
  	left: 0px;
  }
  .ctblock-box.bannerVer > span small {
    font-size: 4.2vw;
  }
  .ctblock-box.bannerVer > span br {
  	display: none;
  }
  .ctblock-box.bannerVer span:before {
  	border-top-width: 10vw;
  }

  .ctblock-bl dd .ctblock-banner {
    width: 100%;
    height: 21vw;
    margin-bottom: 8vw;
    margin-top: 10vw;
    font-size: 5vw;
    flex-wrap: wrap;
    padding: 3vw 0;
  }
  .ctblock-bl dd .ctblock-banner:before {
    width: 96.9%;
    height: 18vw;
    top: 1.5vw;
    left: 1.5vw;
  }
  .ctblock-bl dd .ctblock-table th,
  .ctblock-bl dd .ctblock-table td {
    font-size: 4vw;
		padding: 3vw;
  }
  .ctblock-box span:before {
    border-top: 27vw solid #19303c;
    border-right: 27vw solid transparent;
  }
  /*.treatmentone .treatmentone-box-text span:before {
    border-top: 27vw solid #303d64;
    border-right: 27vw solid transparent;
  }*/
  .primaribox .phone {
    margin-bottom: 5vw;
  }
  .primaribox .bnr {
    margin-bottom: 12vw;
  }
  .primaribox .btn {
    margin-bottom: 9vw;
    margin-top: 8vw;
  }
  .form-area {
    margin: 5% auto 15%;
    padding: 5% 1%;
  }
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .inner {
    width: 100%;
    max-width: 769px;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
  }
  .ctbox {
    margin-top: -78px;
  }
}

.mhlw-risk {
	margin-top: 45px;
	min-height: 125px;
}
._color-bg-white {
	background-color: #fff;
}
.mhlw-risk .mhlw-risk-single {
	margin-top: 10px;
	padding: 10px;
	font-size: 12px;
	background-color: #dedede;
	overflow: hidden;
}
.mhlw-risk .mhlw-risk-single.bg-white {
	background: white;
	color: #666;
}

@media screen and (max-width: 979px) {
	.mhlw-risk {
		min-height: 200px;
	}
	.mhlw-risk > .mhlw-risk-single {
		padding: 15px;
	}
}


/* ===== 追加コンテンツ ===== */
#kuma .inner {padding: 0;}
#kuma .select_texts {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	color: #FFFFFF;
	margin-right: -100px;
    margin-left: -100px;
	background: -webkit-linear-gradient(left, transparent, #19303c 25%, #19303c 75%, transparent);
	background: linear-gradient(to right, transparent, #19303c 15%, #19303c 85%, transparent);
	font-size: 33px;
	font-weight: bold;
	line-height: 1.4em;
	padding-top: 10px;
}
#kuma .select_texts em {
	font-size: 33px;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	color: #ffff6c;
}
#kuma .select_texts .sline {
	font-size: 18px;
	display: block;
	margin-top: -10px;
	margin-bottom: 8px;
}
#kuma .txt02 {
	border: 2px solid #19303c;
	text-align: center;
	color: #19303c;
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0 30px;
	padding: 5px 0;
}
#kuma .whatmethod {
    margin: 30px 0 40px;
    padding-top: 20px;
}
#kuma .whatmethod .tit {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
#kuma .whatmethod .list {
    margin: 35px 0 0;
	list-style: none;
}
#kuma .whatmethod .list li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.whatmethod .list li + li:before {
    background: url(https://www.s-b-c-biyougeka.net/lp/menoshita/img/ico_arrow04.png) 0 0 no-repeat;
    width: 13px;
    height: 31px;
    top: 70px;
    left: -5px;
    content: "";
    z-index: 2;
    position: absolute;
}
#kuma .whatmethod .list p + p {
    margin: 20px 0 0;
}
#kuma .clearfix {
    display: block;
    min-height: 1%;
}
@media screen and (max-width: 640px) {
	#kuma .inner {padding: 0 10px;}
	#kuma .select_texts {
		margin-right: 0;
		margin-left: 0;
		background: #19303c;
		font-size: 23px;
		padding: 10px;
		margin-bottom: 10px;
		box-shadow: 0 5px 10px -3px rgb(0 0 0 / 20%), 0 -5px 10px -3px rgb(0 0 0 / 20%);
	}
	#kuma .select_texts em {
		font-size: 23px;
	}
	#kuma .select_texts .sline {
		font-size: 14px;
		color: white;
		padding-bottom: 5px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	#kuma .txt02 {
		border-width: 1px;
		font-size: 14px;
		padding: 10px;
		margin: 10px 0 15px;
	}
	#kuma .whatmethod {
		margin: 20px 0 0;
	}
	#kuma .whatmethod .tit {
		font-size: 20px;
	}
	#kuma .whatmethod .list {
		margin: 0 0 0 -30px;
	}
	#kuma .whatmethod .list li {
		float: left;
		width: 50%;
		text-align: center;
		font-size: 13px;
		position: relative;
		padding: 0 0 0 30px;
		margin: 20px 0 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	#kuma .whatmethod .list li + li:before {
		background: none;
	}
}
#tarumi .injection {
	margin-bottom: 30px;
}
#tarumi .injection .container2 {
    width: 900px;
    height: 295px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(https://www.s-b-c.net/assets/liposuction/injection/images/what02.jpg?20222815174) left top no-repeat;
    line-height: 1.5;
    filter: drop-shadow(0px 0px 10px rgba(0,0,0,0.3));
}
#tarumi .injection .container2 p {
	text-align: center;
    font-size: 34px;
	line-height: inherit;
}
#tarumi .injection .container2 p em {
    font-weight: bold;
    background: linear-gradient(transparent 70%, rgba(254,1,124,0.5) 70%);
	font-style: normal;
}
#tarumi .injection .container2 h3 {
    font-size: 70px;
    font-weight: bold;
    color: #fe007b;
}
#tarumi .injection .hdl {
    text-align: center;
    font-size: 36px;
    line-height: 1.4;
	margin-bottom: 20px;
}
#tarumi .injection .text {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
}
#tarumi .injection .container1 {
    width: 835px;
    margin: 20px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#tarumi .injection .container1 .bg_circle {
    width: 370px;
    height: 370px;
    background: url(https://www.s-b-c.net/assets/liposuction/injection/images/what01.png) left top no-repeat;
}
#tarumi .injection .container1 .bg_inner {
    margin-top: 50px;
	text-align: center;
}
#tarumi .injection .container1 div p {
    font-size: 24px;
    margin: 20px 0;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
	#tarumi .injection .container2 {
		width: 100%;
		height: inherit;
		margin: 4vw auto;
		display: flex;
		padding: 5vw 0;
		background-size: cover;
		filter: drop-shadow(0px 0px 1.5vw rgba(0,0,0,0.3));
	}
	#tarumi .injection .container2 p {
		font-size: 4vw;
	}
	#tarumi .injection .container2 h3 {    
		font-size: 6vw;
	}
	#tarumi .injection .hdl {
		font-size: 5vw;
	}
	#tarumi .injection .text {
		font-size: 16px;
	}
	#tarumi .injection .container1 {
		width: 100%;
		margin: 2.5vw auto 0;
	}
	#tarumi .injection .container1 .bg_circle {
		width: 45vw;
		height: 45vw;
		background-size: 100% auto;
	}
	#tarumi .injection .container1 .bg_inner {
		margin: 6vw auto 2vw;
		width: 30%;
	}
	#tarumi .injection .container1 div p {
		font-size: 4vw;
		margin: 4vw 0 0;
		line-height: 1.4;
	}
}
#shiwa .ctblock-bl .image {
	margin-top: 20px;
	background: #fff;
	padding: 20px 0;
	text-align: center;
}
@media screen and (max-width: 640px) {
	#shiwa .ctblock-bl .image {
		padding: 5px;
		text-align: center;
	}
}

#comparison {
	background: #f2f2f2;
	padding: 60px 0 30px;
	margin-top: 40px;
}
.price-comparison {
	position: relative;
	padding-top: 10px;
}
.price-comparison .table-box {
    overflow: auto;
}
.price-comparison .table-box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.price-comparison .table-box table thead tr th {
	text-align: center;
	color: #fff;
	background-color: #19303c;
	padding: 12px 0;
	font-size: 18px;
	width: 19%;    
	border: 1px solid #c2c2c2;
}
.price-comparison .table-box table thead tr th:first-child {
	width: 24%;
}	
.price-comparison .table-box table tbody tr th {
	padding: 12px 2px;
	font-size: 18px;
	background: #ddedf8;
	border: 1px solid #c2c2c2;
}
.price-comparison .table-box table tbody tr td {
	text-align: center;
	padding: 12px 2px;
	font-size: 18px;
	background: #FFFFFF;
	border: 1px solid #c2c2c2;
}
.price-comparison .comparison-txt {
	text-align: center;
	margin-top: 15px;
	font-size: 30px;
	font-weight: bold;
	color: #19303c;
}
.price-comparison .fukidashi {
	position: absolute;
	top: -70px;
	left: 570px;
}
.price-comparison .table-box table thead tr th.sbc {
	border-top: 2px solid #c00;
	border-left: 2px solid #c00;
	border-right: 2px solid #c00;
}
.price-comparison .table-box table tbody tr td.sbc {
	border-left: 2px solid #c00;
	border-right: 2px solid #c00;
}
.price-comparison .table-box table tbody tr:last-child td.sbc {border-bottom: 2px solid #c00;}
.toptit {
	text-align:center;
	font-size:45px;
	color:#fff;
	font-weight:bold;
	background:url(../../img/bg01.png) 0 0 no-repeat;
	background-size:100% 100%;
	padding:25px 0;
}

@media screen and (max-width: 979px) {
	#comparison {
		padding: 0 0 15px;
	}
	.price-comparison {
		padding-top: 12vw;
	}
	.price-comparison .table-box table {
		width: 100%;
	}
	.price-comparison .table-box table thead tr th {
		font-size: 16px;
	}
	.price-comparison .table-box table thead tr th:first-child {
		width: 25%;
	}
	.price-comparison .table-box table tbody tr th {
		font-size: 16px;
	}
	.price-comparison .table-box table tbody tr td {
		font-size: 16px;
	}
	.price-comparison .comparison-txt {
		font-size: 24px;
		margin-top: 0;
	}
	.price-comparison .fukidashi {
		position: absolute;
		top: 1vw;
		left: 22vw;
	}
	.price-comparison .fukidashi img {
		width: 35vw;
		max-width: 180px;
	}
	.toptit {
		font-size:25px;
		padding:15px 0;
	}
}
@media screen and (max-width: 640px) {
	.price-comparison {
		padding-top: 13vw;
	}
	.price-comparison .table-box table tbody tr th {
		font-size: 3vw;
	}
	.price-comparison .table-box table tbody tr td {
		font-size: 3vw;
	}
	.price-comparison .comparison-txt {
		font-size: 20px;
	}
	.price-comparison .fukidashi {
		position: absolute;
		top: -2.5vw;
		left: 60.5vw;
	}
	.price-comparison .fukidashi img {
		width: 35vw;
		max-width: 180px;
		height: auto;
	}  
}

/* あなたは何クマ？ */
.kumaSelect {padding: 60px 0;}
.selectlist {
	list-style: none;
	margin:15px 0 0;
	display:flex;
	justify-content:space-between;
}
.selectlist li {
	width:320px;
	padding:15px 10px;
	background: #fff;
	border:3px solid #d1d2d2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.selectlist dt  {
	text-align:center;
}
.selectlist dt span {
	display:block;
	font-weight:bold;
	padding:5px 0;
	font-size:36px;
}
.selectlist dt .col01 {
	color:#00479d;
}
.selectlist dt .col02 {
	color:#959595;
}
.selectlist dt .col03 {
	color:#996c33;
}
.selectlist dt i {
	display:block;
	font-style:normal;
	font-size:20px;
}
.selectbox + .selectbox {
	margin:10px 0 0;
}
.selectbox {
	font-size:18px;
}
.selectbox .tit {
	text-align:center;
	color:#fff;
	background:#626262;
	padding:3px 0;
	font-size:20px;
	margin-bottom:5px;
}
.selectbox .txt {
	text-indent:-1em;
	padding-left:1em;
}
.selectcont {
	width:980px;
	background:#19303c;
	padding:40px 30px;
	position:relative;
	margin:45px auto 0;
}
.selectcont:before {
	background:url(../images/arrow02.png) 0 0 no-repeat;
	background-size:100%;
	width:62px;
	height:29px;
	bottom:100%;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	content:"";
	z-index:2;
	position:absolute;
}
.selectcont .txt {
	float:left;
	font-size:34px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
.selectcont .btn {
	float:right;
	padding:10px 0 0;
}
@media screen and (max-width: 640px) {
	.kumaSelect {padding: 5% 0;}
	.selectlist {
		margin:15px 0 0;
		display: block;
	}
	.selectlist li {
		width:100%;
		padding:15px 10px;
		border:3px solid #d1d2d2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	}
	.selectlist li + li {
		margin:10px 0 0;
	}
	.selectlist dt  {
		float:left;
		width:120px;
	}
	.selectlist dt span {
		font-size:19px;
	}
	.selectlist dt i {
		font-size:14px;
	}
	.selectlist dd {
		overflow:hidden;
		padding:0 0 0 15px;
	}

	.selectbox {
		font-size:14px;
		padding: 5px 0;
	}
	.selectbox .tit {
		padding:3px 0;
		font-size:14px;
	}
	.selectcont {
		width:100%;
		padding:20px 10px;
		margin:25px auto 0;
	}
	.selectcont:before {
		width:32px;
		height:15px;
	}
	.selectcont .txt {
		float:none;
		font-size:23px;
	}
	.selectcont .btn {
		float:none;
		padding:10px 0 0;
	}
}

/* 目の下の脂肪除去のポイント */
.toppoint {
	padding:70px 0 80px;
}
.pointmain {
	margin:25px 0 0;
}
.pointpanel {
	display:block;
}
.point-hdl {
	background:#19303c;
	text-align:center;
	color:#fff;
	font-size:21px;
	padding:3px 0;
}
.pointbox {
	margin: 15px 0 40px;
	padding: 0 2%;
}
.pointbox.flex {
	display:flex;
	justify-content:space-between;
}
.pointbox p {
	font-size: 20px;
}
.pointbox .text {
	width:445px;
	font-size:20px;
}
.pointbox .tit,
.pointbox.flex .tit {
	font-size:34px;
	font-weight:bold;
	text-align:center;
	margin:5px 0 15px;
}
.pointbox span {
	color:#ff0000;
}
@media screen and (max-width: 640px) {
	.toppoint {
		padding:35px 0 40px;
	}
	.pointmain {
		margin:15px 0 0;
	}
	.pointpanel {
		margin-bottom: 30px;
	}
	.pointbox {
		width:100%;
		font-size:16px;
		margin-bottom:10px;
	}
	.pointbox.flex {
		display: block;
	}
	.pointbox .text {
		width: 100%;;
	}
	.point-hdl {
		font-size:15px;
	}
	.pointbox .tit,
	.pointbox.flex .tit {
		font-size:20px;
		margin:10px 0;
	}
	.pointbox p {
		font-size: 16px;
	}
	.pointbox span {
		font-size: 16px;
		color:#ff0000;
	}
	.toppoint .img {
		text-align:center;
	}
}
.jisseki {
	width: 525px;
	border: 1px solid #000;
	border-radius: 100px;
	text-align: center;
	line-height: 1.4;
	padding: 10px;
	margin: 0 auto 40px;
}
.jisseki * {font-weight: bold;}
.jisseki p,
.jisseki p span,
.jisseki p span i {
	font-family: serif;
	font-style: normal;
}
.jisseki p span i {font-size: 80%;}
.jisseki span {font-size: 120%;}
.jisseki ._text-size-38 {font-size: 38px;}
@media screen and (max-width: 640px) {
	.jisseki {
		width: 90%;
		padding: 1.5vw;
		margin: 0 auto 4vw;
	}
	.jisseki ._text-size-38 {font-size: 6vw;}
}


.ctbox.aging {
  background: #19303c;
  padding: 177px 0 106px;
  margin-top: -101px;
}
@media screen and (max-width: 980px) {
	.ctbox.aging {
		margin-top: -9.3vw;
		padding: 20vw 0 10vw;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.ctbox.aging {
		margin-top: -76px;
	}
}
#kuma .case-total {
	text-align: center;
	margin-bottom: 50px;
}
#kuma .case-total .ttl {
    max-width: 525px;
    margin: 0 auto;
    border: 1px solid #000;
    border-radius: 45px;
	font-family: serif;
	font-size: 38px;
	font-weight: bold;
}
#kuma .case-total .ttl span {
	font-size: 58px;
}
#kuma .case-total .ttl span i {
	font-style: normal;
	font-size: 34px;
}
#kuma .case-total .note {
	font-size: 15px;
}
@media screen and (max-width: 640px) {
	#kuma .case-total {
		margin-bottom: 30px;
	}
	#kuma .case-total .ttl {
		width: 90%;
		font-size: 20px;
	}
	#kuma .case-total .ttl span {
		font-size: 24px;
	}
	#kuma .case-total .ttl span i {
		font-style: normal;
		font-size: 18px;
	}
	#kuma .case-total .note {
		font-size: 14px;
	}
}
#pickup .photo-slider {
    margin-top: 75px;
	margin-bottom: 20px;
}
#pickup .photo-slider .item .item-ttl {
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #000;
}
#pickup .photo-slider .item .name {
	text-align: right;
	margin-top: 5px;
}
#pickup .photo-slider .item .name a {
	color: #000000;
	font-size: 16px;
	text-decoration: underline;
}
@media screen and (max-width: 640px) {
	#pickup .photo-slider {
		margin-top: 40px;
	}
	#pickup .photo-slider .item .name a {
		font-size: 14px;
	}
}

/********** 目袋3脂肪 **********/
.m-fa .main-visual {
	margin-bottom: 0;
}
.m-fa .main-visual figure {
	margin: 0;
}
@media screen and (min-width: 980px) {
	.m-fa .main-visual {
		position: relative;
		text-align: center;
		height: 600px;
		background: url(https://www.s-b-c-biyougeka.net/lp/menoshita/middlemen/images/mv_bg.jpg) no-repeat center;
	}
	.m-fa .main-visual figure {
		position: absolute;
		top: 0;
		left: 50%;
		min-width: fit-content;
		margin-left: -500px;
	}
}

.treatmentone.treatmentone-02 {
	background: #19303c;
	padding: 10px 0;
	margin-bottom: 30px;
}
.treatmentone .treatmentone-box ul {
	padding: 0;
	list-style: none;
}
.treatmentone .treatmentone-box ul li {
    display: flex;
    background: #fff;
    position: relative;
}

.treatmentone .treatmentone-box-text.treatmentone-box-text-03 {
	width: 100%;
	display: block;
	padding: 3.5vw;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 p {
    width: 100%;
    font-size: 4vw;
    line-height: 2;
    color: #07385a;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	margin-bottom: 3vw;
	padding: 0;
    text-align: left;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .cam_txt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: inline-block;
	background-color: #15adec;
	color: #FFFFFF;
	width: 100%;
	padding: 0.5em 3em;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	border-radius: 25px;
	margin-bottom: 5px;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .sub_txt {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: block;
	color: #07385a;
	font-size: 13px;
	line-height: 1.8;
	margin-top: 10px;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price {
    flex: 0 0 370px;
    margin: 0;
    display: flex;
    align-items: center;
}

.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct span {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	background: #15adec;
    border: none;
    text-align: center;
	width: 100px;
    padding: 8px 0;
	flex: 0 0 130px;
	margin-right: 20px;
    height: 9vw;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 21px;
	font-size: 3.5vw;
	font-weight: 600;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct span.treatmentone-price-normal {
    background: #07385a;
}
.treatmentone .treatmentone-box-text .treatmentone-ct em {
	font-style: normal;
	font-size: 9vw;
	line-height: 1;
	font-weight: bold;
	color: #07385a;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin: 0;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct em {
	justify-content: flex-end;
	width: 100%;
	font-size: 9vw;
	padding-right: 13px;
}
.treatmentone .treatmentone-box-text .treatmentone-ct em small {
  line-height: 1;
  margin-left: 5px;
  position: relative;
	font-size: 6vw;
  color: #07385a;
}
.treatmentone .treatmentone-box-text .treatmentone-ct em small:before {
    content: attr(attr-sub);
    line-height: 1;
    color: #07385a;
    position: absolute;
    top: -11px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
	font-size: 10px;
    white-space: nowrap;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price .txt {
	width: 100%;
	font-weight: bold;
	text-align: right;
	color: #07385a;
	margin-top: 10px;
	font-size: 12px;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price .ticket {
	font-weight: bold;
	color: #07385a;
	font-size: 3vw;
}
.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price + .treatmentone-price {
    border-top: 2px dotted #114060;
    margin-top: 18px;
    padding-top: 18px;
}

@media screen and (min-width: 979px) {
	.treatmentone.treatmentone-02 {
		padding: 30px 0;
		margin-bottom: 60px;
	}
	.treatmentone .treatmentone-box ul {
		padding: 0 20px;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 {
		padding: 25px 30px;
		display: flex;
		align-items: center;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .cam_txt {
		width: 70%;
		font-size: 18px;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 p {
		width: 100%;
		font-size: 28px;
		line-height: 45px;
		padding: 0 15px 0 15px;
		margin: 0;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .sub_txt {
		font-size: 18px;
		line-height: 1.8;
		margin-top: 10px;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct {
		flex: 0 0 450px;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct span {
		width: 140px;
		font-size: 17px;
		height: 40px;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price {
		margin: 0;
		display: flex;
		align-items: center;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price .txt {
		font-size: 14px;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price .ticket {
		font-size: 16px;
	}
	.treatmentone .treatmentone-box-text .treatmentone-ct em {
		font-size: 42px;
	}
	.treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct em {
		font-size: 48px;
	}
	.treatmentone .treatmentone-box-text .treatmentone-ct em small {
		font-size: 33px;
	}
	.treatmentone .treatmentone-box-text .treatmentone-ct em small:before {
		top: -13px;
		font-size: 11px;
	}
	
}
.eyebag-content {
	padding-bottom: 30px;
}
.eyebag-content p {
	font-size: 16px;
}
.eyebag-content p.content-ttl {
	font-size: 24px;
}
.eyebag-content p.note {
	font-size: 14px;
}
.eyebag-content p.catch-txt {
	font-size: 20px;
}
.eyebag-content p.catch-txt-lg {
	font-size: 36px;
}
#comparison {
	margin: 60px 0 20px;
}
#comparison p.note {
	font-size: 16px;
}
#comparison .price-comparison .fukidashi {
    top: -90px;
}
@media screen and (max-width: 979px) {
	.eyebag-content p {
		font-size: 16px;
	}
	.eyebag-content p.content-ttl {
		font-size: 16px;
	}
	.eyebag-content p.note {
		font-size: 14px;
	}
	.eyebag-content p.catch-txt {
		font-size: 18px;
	}
	.eyebag-content p.catch-txt-lg {
		font-size: 20px;
	}
	#comparison {
		margin: 60px 0 20px;
	}
	#comparison p.note {
		font-size: 14px;
	}
	#comparison .price-comparison table {
		margin-bottom: 0;
	}
	#comparison .price-comparison .fukidashi {
		top: -2vw;
	}
}
@media screen and (max-width: 640px) {
	#comparison .price-comparison .fukidashi {
		top: -6vw;
	}
}



.treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 {
  width: 100%;
  display: block;
}
.treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 p {
  text-align: center;
  line-height: 1.2;
}
.treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 .sub_txt {
  margin: 0;
  display: inline;
}
.treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct {
  margin-top: 20px;
}
.treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price {
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
}
.treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct em {
  font-size: 60px;
}
.price-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 20px;
  margin: 0 2% 60px;
  border-radius: 20px;
  font-size: 16px;
}
@media screen and (max-width: 979px) {
  .treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-price {
    padding-left: 0;
    padding-right: 0;
  }
  .treatmentone.new2404 .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct em {
    font-size: 10vw;
  }
  .price-desc {
    padding: 2.5vw;
    margin: 0 2.5vw;
    font-size: 3vw;
  }
}


/*********** Monitor 15%OFF  ***********/
.treatmentone-ct .treatmentone-price-monitor {
  border-bottom: 2px dotted #114060;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}
.treatmentone-ct .treatmentone-price-monitor .fukidashi {
  position: absolute;
  z-index: 3;
  top: -80px;
  left: -10px;
}
@media screen and (min-width: 979px) {
  .treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct .treatmentone-price-monitor span {  
    margin: auto;
    margin-bottom: 25px;
  }
}
.treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex {
  display: flex;
  justify-content: center;
}
.treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .normal {
  position: relative;
  margin-right: 30px
}
.treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .normal::before {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #dd001f;
  width: 100%;
  height: 4px;
  top: 45%;
  left: 0;
}
.treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .discount {
  padding-left: 70px;
  position: relative;
}
.treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .discount::before {
  position: absolute;
  content: '';
  top: 20%;
  left: 0;
  display: inline-block;
  width: 50px;
  height: 40px;
  background: #dd001f;
  clip-path: polygon(0 31%, 63.2% 31%, 63.2% 0, 100% 50%, 63.2% 100%, 63.2% 69%, 0 69%);
}
@media screen and (max-width: 979px) {
  .treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct .treatmentone-price-monitor span {  
    margin: auto;
    margin-bottom: 4vw;
  }
  .treatmentone-ct .treatmentone-price-monitor {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
  .treatmentone-ct .treatmentone-price-monitor .fukidashi {
    width: 17vw;
    top: -5vw;
    left: -1vw;
  }
  .treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex {
    display: block;
  }
  .treatmentone .treatmentone-box-text.treatmentone-box-text-03 .treatmentone-ct .treatmentone-price-monitor em {
    justify-content: flex-start;
    width: auto;
    padding-right: 0;
  }
  .treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .normal {
    margin-right: 0;
    margin-left: 3vw;
    margin-bottom: 4vw;
    padding-left: 10px;
  }
  .treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .normal::before {
    width: 60%;
    height: 3px;
  }
  .treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .discount {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 5vw;
  }
  .treatmentone-ct .treatmentone-price-monitor .treatmentone-price-monitor-flex .discount::before {
    top: 2vw;
    left: 24vw;
    width: 8vw;
    height: 7vw;
  }
  
}
/*********** //Monitor 15%OFF  ***********/
