.l-main {
  width: 100%;
  min-width: 1024px;
}
.l-main__inner {
  max-width: 1196px;
  min-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
}
.l-main__inner__child {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 1rem 1.5rem 2rem;
}
.l-main__inner__child__title {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .l-main__inner--pconly {
    width: calc(100% - 20px) !important;
    max-width: 1196px;
    min-width: 1004px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .l-main {
    min-width: 100%;
  }
  .l-main__inner {
    min-width: 100%;
    padding: 0 4%;
  }
  .l-main__inner__child__title {
    text-align: left !important;
  }
  .l-main img {
    width: 100%;
  }
}

.c-title__main {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 3.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-title__cross {
  font-size: 24px;
  margin: 0 auto;
  /* padding: 0 0 0 34px; */
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  color: #646464;
  position: relative;
}
/* .c-title__cross::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  margin: auto;
  left: 0;
  width: 26px;
  height: 26px;
  background: url(../img/new/ico_cross.png) no-repeat;
  background-size: cover;
} */
.c-title__flx {
  display: flex;
  align-items: center;
  line-height: 1.5;
  padding: 0.75rem 0;
}
.c-title__flx__no {
  width: 55px;
  font-size: 30px;
  color: #004ea2;
  font-weight: 300;
}
.c-title__flx__title {
  width: calc( 100% - 55px );
  font-size: 24px;
  font-weight: 200;
  color: #666666;
}
@media (max-width: 767px) {
  .c-title__main {
    font-size: 22px;
    margin: 0 auto 2.5rem;
  }
  .c-title__cross {
    font-size: 22px;
  }
}

.c-index {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 32px 40px 25px;
  border: solid 2px #004ea2;
  /* border-radius: 5px; */
}
.c-index ul {
  padding-top: 2rem;
}
.c-index ul li {
  margin: 0.25rem 0;
  /* padding-left: 1.75rem; */
  position: relative;
  list-style: none;
}
.c-index ul li a {
  color: #666666;
  border-bottom: 1px solid #004ea2;
  line-height: 2.4;
  text-decoration: none;
  font-size: 16px;
  font-weight: 200;
}
/* .c-index ul li a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 18px;
  height: 16px;
  background: url(/service/whitening/img/new/ico_check.png) no-repeat;
  background-size: cover;
} */
.c-index ul li a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .c-index {
    margin: 0 auto 20px;
    padding: 1.25rem 3.5% 1.25rem 5%;
  }
  .c-index__title {
    width: 12vw !important;
    min-width: 45px;
    max-width: 89px;
  }
  .c-index ul {
    padding-top: 0.5rem;
  }
  .c-index ul li {
    margin: 0 0 0.25rem 0;
    /* padding-left: 1.5rem; */
  }
}

.c-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 2em 5px;
  line-height: 1.5;
}
.c-breadcrumb li {
  font-size: 12px;
  font-weight: 200;
}
.c-breadcrumb li:first-child {
  position: relative;
}
.c-breadcrumb li:not(:last-child)::after {
  content: ">";
  color: #666666;
  margin: 0 0.75em;
  font-size: 14px;
}
.c-breadcrumb li a {
  color: #666666;
  white-space: nowrap;
  text-decoration: none;
  border-bottom: 1px solid #004ea2;
}
.c-breadcrumb__current a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-breadcrumb {
    padding: 3px 0;
  }
}

.c-flx__col2, .c-flx__col3 {
  min-width: 1024px;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
}
.c-flx__col2 {
  padding-top: 30px;
  max-width: 1020px;
  justify-content: space-between;
}
.c-flx__col2__item{
  width: 46%;
  font-size: clamp(16px,6vw,20px);
  line-height: 1.5;
  letter-spacing: .05em;
}
.c-flx__col2__item.--left{
  border-radius: 50px 0 50px 0;
  overflow: hidden;
}
.c-flx__col2__item--span{
  font-size: clamp(16px,7vw,24px);
  color:#034995;
}
.c-flx__col2 img {
  width: 100%;
}
.c-flx__col3, .c-flx__col3-pc {
  max-width: 1216px;
}
.c-flx__col3__item, .c-flx__col3-pc__item {
  width: 31.6%;
}
.c-flx__col3 img, .c-flx__col3-pc img {
  width: 100%;
  max-width: 480px;
}
@media (min-width: 768px) {
  .c-flx__col3__item:not(:last-child), .c-flx__col3-pc__item:not(:last-child) {
    margin-right: 2.5%;
  }
  .c-flx__col3-pc {
    display: flex;
  }
  .c-flx__col3-pc__item {
    padding: 20px 10px !important;
  }
  .c-flx__col2-pc {
    display: flex;
    justify-content: space-between;
  }
  .c-flx__col2-pc__item {
    width: 48%;
  }
  .c-flx__col2-pc__item img {
    width: 100%;
  }
  .c-flx__col2-pc__item.fixbox, .c-flx__col3-pc__item.fixbox {
    position: relative;
    padding-bottom: 65px !important;
  }
  .c-flx__col2-pc__fixbtm, .c-flx__col3-pc__fixbtm {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .c-flx__col2, .c-flx__col3, .c-flx__col3-pc {
    min-width: 100%;
    flex-wrap: wrap;
  }
  .c-flx__col2__item {
    width: 100%;
  }
  .c-flx__col2__item:last-child {
    margin-top: 2.5rem;
  }
  .c-flx__col3__item {
    width: 100%;
    text-align: center;
  }
  .c-flx__col3__item:not(:first-child) {
    margin-top: 2.5rem;
  }
  .c-flx__col3 img, .c-flx__col3__img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .c-flx__col3-pc {
    padding: 0;
  }
  .c-flx__col3-pc__item {
    width: 100%;
  }
}

.c-box {
  border-top: 6px solid #004ea2;
  border-bottom: 6px solid #004ea2;
}
.c-box__point, .c-box__heading {
  color: #004ea2;
}
.c-box__point sup, .c-box__heading sup {
  font-size: 10px;
  position: relative;
  top: -9px;
}

.c-boxpink {
  border-top: 6px solid #ec6d81;
  border-bottom: 6px solid #ec6d81;
}
.c-boxpink__point, .c-boxpink__heading {
  color: #ec6d81;
}

.c-box,
.c-boxpink {
  padding: 0.75rem 1.5rem 1.5rem;
  background: #fff;
}
.c-box__point, .c-box__heading,
.c-boxpink__point,
.c-boxpink__heading {
  font-size: 20px;
  text-align: left;
  line-height: 1.8;
}
.c-box__point,
.c-boxpink__point {
  letter-spacing: 0.08em;
  font-weight: 500;
}
.c-box__point span,
.c-boxpink__point span {
  font-size: 1.4em;
}
.c-box__heading,
.c-boxpink__heading {
  font-weight: 500;
}
@media (max-width: 767px) {
  .c-box,
.c-boxpink {
    padding: 0.75rem 1rem 1.75rem;
  }
  .c-box__heading,
.c-boxpink__heading {
    font-size: 24px;
  }
}

.c-box__more {
  border: 2px solid #004ea2;
  padding: 25px 4% 15px;
  position: relative;
  font-size: 16px;
}
.c-box__more__boad {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: -5px;
  background: #004ea2;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 8px;
}
.c-box__more__boad::after {
  content: "";
  position: absolute;
  right: 0;
  top: 27px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #004ea2 transparent transparent transparent;
  border-width: 13px 2px 0 10px;
  transform: rotate(345deg);
}
.c-box__line--green {
  padding: 8px 12px;
  line-height: 1.8 !important;
  border: 1px solid #004ea2;
}
.c-box__line--pink {
  padding: 8px 12px;
  line-height: 1.8 !important;
  border: 1px solid #ec6d81;
}

.c-flow {
  width: 100%;
  display: flex;
}
.c-flow__box {
  width: 21%;
  background: #fff;
  padding: 1.5rem 1rem;
  border: 1px solid #004ea2;
  color: #004ea2;
  position: relative;
}
.c-flow__box dl {
  width: 100%;
}
.c-flow__box.is-strong {
  border-color: #ec6d81;
  color: #ec6d81;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.c-flow__heading {
  font-weight: bold;
}
.c-flow__text {
  width: 100%;
  line-height: 1.6;
  font-size: 17px;
  font-weight: 300;
}
.c-flow__photo {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.c-flow__photo__box {
  position: relative;
  width: 43%;
}
.c-flow__photo__box:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -34%;
  transform: translate(0, -50%);
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 32px;
  height: 24px;
  border: 12px solid transparent;
  border-left: 20px solid #ec6d81;
}
@media (min-width: 768px) {
  .c-flow {
    justify-content: space-between;
  }
  .c-flow__box:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: -23.5%;
    transform: translate(0, -50%);
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 32px;
    height: 24px;
    border: 12px solid transparent;
    border-left: 20px solid #004ea2;
  }
  .c-flow__heading {
    margin-bottom: 0.5rem;
  }
}
.c-flow__vertical {
  max-width: 800px;
  margin: 0 auto;
}
.c-flow__vertical__box {
  width: 100%;
  background: #fff;
  margin-bottom: 47px;
  padding: 1rem 0;
  border: 1px solid #004ea2;
  color: #004ea2;
  text-align: center;
  position: relative;
}
.c-flow__vertical__box dl {
  width: 100%;
  display: flex;
  align-items: center;
}
.c-flow__vertical__box:not(:last-child):not(.leftbox)::after {
  position: absolute;
  bottom: -45px;
  right: 0;
  left: 0;
  margin: auto;
  content: "";
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 12px solid transparent;
  border-left: 20px solid #004ea2;
  transform: rotate(90deg);
}
.c-flow__vertical__box.is-strong {
  border-color: #ec6d81;
  color: #ec6d81;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
}
.c-flow__vertical__text {
  display: inline-block;
  max-width: 80%;
  font-weight: 300;
  text-align: left;
  margin: 0 auto;
}
.c-flow__vertical__container {
  display: flex;
  justify-content: space-between;
}
.c-flow__vertical__container__left {
  width: 26%;
}
.c-flow__vertical__container__right {
  width: 72%;
}
@media (max-width: 767px) {
  .c-flow {
    flex-wrap: wrap;
  }
  .c-flow__box {
    width: 100%;
    margin-bottom: 47px;
    padding: 0.5rem 1.5rem;
  }
  .c-flow__box dl {
    display: flex;
    align-items: center;
  }
  .c-flow__box:not(:last-child)::after {
    position: absolute;
    bottom: -45px;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 12px solid transparent;
    border-left: 20px solid #004ea2;
    transform: rotate(90deg);
  }
  .c-flow__box.is-strong p {
    width: 100% !important;
    text-align: center;
  }
  .c-flow__heading {
    width: 30%;
    font-weight: bold;
    font-size: 16px;
  }
  .c-flow__text {
    width: 70%;
    font-weight: 300;
  }
  .c-flow__vertical__box {
    padding: 1.2rem 0;
  }
  .c-flow__vertical__container__left {
    width: 120px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .c-flow__vertical__container__right {
    width: calc( 100% - 135px );
  }
  .c-flow__spC {
    text-align: center !important;
    margin: 0 auto !important;
  }
}

.c-table {
  width: 100%;
  border-top: 1px solid #666666;
  border-collapse: separate;
  border-spacing: 0;
  color: #666666;
}
.c-table tr th {
  width: 28%;
  font-weight: bold;
  padding: 1.5rem 0;
  background: #e5e5e5;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-table tr th {
    padding: 1rem 0 !important;
  }
}
.c-table tr td {
  width: 72%;
  font-size: 14px;
  padding: 1rem 1.5rem;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-table tr td {
    padding: 0.7rem 1.2rem !important;
  }
}
.c-button__cv {
  width: 290px;
  height: 68px;
  background: #ec6d81;
  margin: 0 auto;
  padding-right: 26px;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.c-button__cv::before {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.c-button__cv:hover {
  background: #ec6d81 url("/common/img/header_menu_online_bg.png") repeat-y;
  background-size: contain;
}
.c-button__cv__ico {
  width: 49px !important;
  margin-right: 0.5rem;
}
.c-button__cv__right-col--1:first-child {
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #fff;
}
.c-button__cv__right-col--2:last-child {
  font-size: 28px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 200;
}
.c-button__cv-mini {
  width: 100%;
  height: 45px;
  background: #ec6d81;
  margin: 0 auto;
  padding-right: 10%;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.c-button__cv-mini::before {
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 11px;
  height: 11px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.c-button__cv-mini:hover {
  background: #ec6d81 url("/common/img/header_menu_online_bg.png") repeat-y;
  background-size: contain;
}
.c-button__cv-mini__ico {
  width: 40px !important;
  margin-right: 0.3rem;
}
.c-button__cv-mini__right-col {
  font-size: 18px;
  color: #fff;
  line-height: 2.2 !important;
  letter-spacing: 0.06em;
  font-weight: 100;
}
.c-button__100 {
  width: 100%;
  margin: auto;
}
.c-button__arrow {
  position: relative;
}
.c-button__arrow::after {
  position: absolute;
  top: 0;
  right: 8%;
  bottom: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  transform: rotate(45deg);
}
.c-button__push__container {
  display: inline-block;
  padding: 0 1em;
  height: 45px;
  text-align: center;
  position: relative;
  margin-left: 3px;
}
.c-button__push__container::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.c-button__push__btn {
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 2.4;
  letter-spacing: 0.07em;
  font-weight: 200;
  padding: 0 0.5em;
  text-decoration: none;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
}
.c-button__push__btn span {
  position: relative;
  top: 0;
  left: -0.5em;
}
.c-button__push__btn:hover {
  top: 1px;
  left: 1px;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .c-button__cv {
    width: 100%;
    max-width: 380px;
    height: 68px;
  }
  .c-button__cv__text {
    width: 115px !important;
    height: auto;
  }
}

.c-search__container {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-search__button {
  width: 31.9%;
  border: 2px solid #004ea2;
  box-sizing: border-box;
  margin-bottom: 0.75rem;
  position: relative;
  text-align: center;
}
.c-search__button dt,
.c-search__button dd {
  padding: 1rem;
  background: #fff;
  position: relative;
  color: #353535;
}
.c-search__button dt::after,
.c-search__button dd::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-weight: 100;
}
.c-search__button dt.is-view::after {
  content: "";
  font-size: 2.6em;
  /* top: calc( 50% - 4px ); */
  top: calc( 50% + 1px );
  right: 16px;
  width: 11px;
  height: 2px;
  background: #004ea2;
  display: block;
}
.c-search__button dt::after {
  content: "+";
  font-size: 1.8em;
  right: 15px;
  color: #004ea2;
  font-weight: 400;
}
.c-search__button dt:hover {
  opacity: 0.8;
  cursor: pointer;
}
.c-search__button dd::after {
  content: "";
  font-size: 1.2em;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #004ea2;
  border-right: 1px solid #004ea2;
  transform: rotate(45deg);
}
.c-search__button dd a {
  text-decoration: none;
}
.c-search__button dd a:hover {
  opacity: 0.8;
  cursor: pointer;
}
.c-search__button dd:not(:first-child) {
  border-top: 1px solid #004ea2;
}
.c-search__block {
  position: absolute;
  top: 100%;
  left: -2px;
  width: calc( 100% + 4px );
  border: 2px solid #004ea2;
}
.c-search__button:nth-child(-n+3) > .c-search__block {
  z-index: 5;
}
.c-search__button:nth-child(4) > .c-search__block, .c-search__button:nth-child(5) > .c-search__block, .c-search__button:nth-child(6) > .c-search__block {
  z-index: 4;
}
.c-search__button:nth-child(7) > .c-search__block {
  z-index: 3;
}
@media (max-width: 767px) {
  .c-search__button {
    width: 48%;
  }
}

.js-prefView {
  display: none;
}

.c-list {
  font-weight: 200;
}
.c-list__title {
  font-size: 24px;
  margin-bottom: 0.75rem;
  text-indent: -1.3em;
  padding-left: 1.5em;
}
.c-list__title::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #004ea2;
  margin-right: 0.5rem;
}
.c-list li {
  padding: 0.75rem 0 1rem;
}
.c-list li:not(:first-child) {
  border-top: 1px solid #666666;
}
@media (max-width: 767px) {
  .c-list__title {
    font-size: 22px;
  }
}

.c-txt__small {
  width: 100%;
  margin: 0.5em 0 0;
  text-align: left;
  font-size: 10px;
  line-height: 1.2;
  word-break: break-all;
}
.c-hr--green {
  width: 92%;
  height: 1px;
  background: #004ea2;
  margin: 0 auto;
  border: none;
}

.c-switch__tab {
  width: 100%;
  display: flex;
  margin: 0 auto;
}
.c-switch__tab__label {
  width: 32.62%;
  margin-right: 1.1%;
  padding: 7px 5px;
  background: #cecece;
  color: #fff;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.c-switch__tab__label.is-current {
  color: #004ea2;
  border-top: 4px solid #004ea2;
  border-left: 4px solid #004ea2;
  border-right: 4px solid #004ea2;
  background: #fff;
  position: relative;
}
.c-switch__tab__label.is-current::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  background: #fff;
}
@media (min-width: 768px) {
  .c-switch__tab__label {
    padding: 12px 5px 10;
  }
  .c-switch__tab__label.is-current {
    border-width: 5px;
  }
  .c-switch__tab__label.is-current::after {
    height: 5px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .c-switch__tab__label:first-child {
    border-left: none !important;
  }
  .c-switch__tab__label:last-child {
    border-right: none !important;
    margin-right: 0;
  }
}
.c-switch__tab__label:last-child {
  margin-right: 0;
}
.c-switch__tab__label span {
  display: inline-block;
  text-align: left;
  line-height: 1.3;
}
.c-switch__container {
  border-top: 4px solid #004ea2;
  border-bottom: 4px solid #004ea2;
  padding: 40px 8% 50px;
}
@media (min-width: 768px) {
  .c-switch__container {
    border-width: 5px;
    border-left: 5px solid #004ea2;
    border-right: 5px solid #004ea2;
  }
}
.c-switch__panel {
  display: none;
}
.c-switch__panel.is-current {
  display: block;
}

.p-whitening {
  font-size: 16px;
  color: #666666;
}
.p-whitening__ttlbox {
  margin-top: 40px;
  padding-top: 40px;
}
.p-whitening__secttl {
  color: #666666;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  font-size: 26px;
}
.p-whitening p {
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 767px) {
  .p-whitening p {
    line-height: 1.6;
  }
}
.p-whitening > section, .p-whitening > div section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.p-whitening__priceTable__pd-small {
  padding: 1rem 1.5rem !important;
}
@media (max-width: 767px) {
  .p-whitening__priceTable__pd-small {
    padding: 0.7rem 1.2rem !important;
  }
}
.p-whitening__point {
  padding: 1.5rem 2rem;
}
.p-whitening__creaning {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-whitening__creaning__col {
  padding: 15px 25px 20px;
}
.p-whitening__creaning__col__ttl {
  font-size: 16px;
}
.p-whitening__creaning__col img {
  width: 100%;
}
.p-whitening__creaning--bgGreen {
  background: #d3f0f2;
}
.p-whitening__creaning--bgYellowGreen {
  background: #dff1e3;
}
.p-whitening__rank__ico {
  width: 40px;
  padding-right: 5px;
}
.p-whitening__rank__ico img {
  width: 100%;
  position: relative;
  top: 2px;
}
.p-whitening__rank__icono {
  width: 68px;
  padding-right: 12px;
}
.p-whitening__rank__icono img {
  width: 100%;
}
.p-whitening__rank__ttl {
  display: inline-block;
  border-bottom: 1px solid #ec6d81;
  line-height: 1.6;
  font-size: 14px;
  text-decoration: none;
}
.p-whitening__rank__cate {
  width: calc( 100% - 70px );
}
.p-whitening__rank__cate span {
  display: inline-block;
  background: #004ea2;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
}
.p-whitening__star {
  font-size: 20px;
  color: #ffd93b;
  letter-spacing: 0.4em;
}
.p-whitening__fqalist li {
  padding: 20px 30px 20px 45px;
  background: #fff;
}
.p-whitening__fqalist li .fqa-ttl {
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
}
.p-whitening__fqalist li .fqa-ttl::before {
  content: "Q.";
  color: #ec6d81;
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 0;
  left: -1.5em;
}
.p-whitening__fqalist li:nth-child(even) {
  background: #FDF3F5;
}
.p-whitening__fqalist li:nth-child(even) .fqa-ttl::before {
  color: #004ea2;
}
.p-whitening__about {
  padding: 2rem 0.5rem 0;
}
@media (min-width: 768px) {
  .p-whitening__max-wPc {
    max-width: 230px !important;
    margin: 0 auto;
  }
  .p-whitening__max-wPc img {
    width: 100%;
  }
  .p-whitening__priceTable {
    width: 80%;
    margin: 0 auto;
  }
  .p-whitening__priceTable .--td{
    text-align: left;
  }
  .p-whitening__inner-ttlbox {
    padding: 0 20px;
  }
  .p-whitening__creaning__col {
    width: 48%;
  }
  .p-whitening__about {
    padding: 40px;
  }
  .p-whitening__about__sec {
    max-width: 900px;
    min-width: 900px !important;
    margin: 0 auto;
    padding-bottom: 0 !important;
  }
  .p-whitening__about__sec:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-whitening__about__flx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-whitening__about__flx img {
    width: 100%;
  }
  .p-whitening__about__col {
    width: 60%;
    padding-left: 40px;
  }
  .p-whitening__about__col--left {
    width: 40%;
    order: -1;
  }
  .p-whitening__rank__ttl {
    font-size: 16px;
  }
  .p-whitening__rank__ttl__inline {
    display: inline-block;
    margin-right: 1em;
  }
}
@media (max-width: 767px) {
  .p-whitening {
    font-size: 14px;
  }
  .p-whitening > section, .p-whitening > div section {
    padding: 3rem 4%;
  }
  .p-whitening__ttlbox {
    margin-top: 20px;
    padding-top: 20px;
  }
  .p-whitening__inner-ttlbox {
    padding: 0 10px;
  }
  .p-whitening__secttl {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .p-whitening__inner--w {
    padding: 0 4%;
  }
 
  .p-whitening__rank__ico img {
    top: 0;
  }
  .p-whitening__creaning__col {
    width: 48.5%;
    padding: 10px;
  }
  .p-whitening__creaning__col__ttl {
    font-size: 14px;
  }
  .p-whitening__topBorderSp {
    border-top: 1px solid #666666;
  }
  .p-whitening__topBorderSp--green {
    border-top: 1px solid #004ea2;
  }
  .p-whitening__point {
    padding: 0 10px 2rem;
  }
}

/* utility *************************/
.u-secColor--1 {
  background: #fff !important;
}
.u-secColor--2 {
  background: #e5e5e5 !important;
}
.u-secColor--3 {
  background: #f0f3f9 !important;
}
.u-secColor--4 {
  background: #d6dff1 !important;
}
.u-secColor--6 {
  background: #edf3ff !important;
}

.u-fcGreen {
  /* color: #004ea2 !important; */
  color: #004ea2 !important;
}


.u-fcGray {
  color: #666666 !important;
}

.u-fcPink {
  /* color: #ec6d81 !important; */
  color: #ec6d81 !important;
}

.u-fcBlack {
  color: #000 !important;
}

.u-fcOrange {
  color: #ef8016 !important;
}

.u-fcWhite {
  color: #ffffff !important;
}

.u-fs10 {
  font-size: 10px !important;
}

.u-fs11 {
  font-size: 11px !important;
}

.u-fs12 {
  font-size: 12px !important;
}

.u-fs13 {
  font-size: 13px !important;
}

.u-fs14 {
  font-size: 14px !important;
}

.u-fs15 {
  font-size: 15px !important;
}

.u-fs16 {
  font-size: 16px !important;
}

.u-fs17 {
  font-size: 17px !important;
}

.u-fs18 {
  font-size: 18px !important;
}

.u-fs20 {
  font-size: 20px !important;
}

.u-fs22 {
  font-size: 22px !important;
}

.u-fs24 {
  font-size: 24px !important;
}

.u-fs26 {
  font-size: 26px !important;
}

.u-fs28 {
  font-size: 28px !important;
}

.u-fs30 {
  font-size: 30px !important;
}

.u-fs48 {
  font-size: 48px !important;
}

.u-txtC {
  text-align: center !important;
}

.u-txtR {
  text-align: right !important;
}

.u-txtL {
  text-align: left !important;
}

.u-weight400 {
  font-weight: 400 !important;
}

.u-weight500 {
  font-weight: 500 !important;
}

.u-weightB {
  font-weight: bold !important;
}

.u-flx {
  display: flex !important;
}

.u-flxwrap {
  flex-wrap: wrap !important;
}

.u-flxMiddle {
  align-items: center !important;
}

.u-flxCenter {
  -webkit-justify-content: center !important;
  -webkit-box-align: center !important;
  justify-content: center !important;
  -ms-flex-pack: center !important;
}

.u-flxJust {
  justify-content: space-between !important;
}

.u-flxLeft {
  justify-content: flex-start !important;
}

.u-flxRight {
  justify-content: flex-end !important;
}

.u-flxtop {
  align-items: flex-start !important;
}

.u-flxbottom {
  align-items: flex-end !important;
}

.u-block {
  display: block !important;
}

.u-inlineb {
  display: inline-block !important;
}

.u-inline {
  display: initial !important;
}

.u-m025 {
  margin: 0.25rem !important;
}

.u-m05 {
  margin: 0.5rem !important;
}

.u-m075 {
  margin: 0.75rem !important;
}

.u-m1 {
  margin: 1rem !important;
}

.u-m15 {
  margin: 1.5rem !important;
}

.u-m2 {
  margin: 2rem !important;
}

.u-m3 {
  margin: 3rem !important;
}

.u-mt025 {
  margin-top: 0.25rem !important;
}

.u-mt05 {
  margin-top: 0.5rem !important;
}

.u-mt075 {
  margin-top: 0.75rem !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1 {
  margin-top: 1rem !important;
}

.u-mt15 {
  margin-top: 1.5rem !important;
}

.u-mt2 {
  margin-top: 2rem !important;
}

.u-mt25 {
  margin-top: 2.5rem !important;
}

.u-mt3 {
  margin-top: 3rem !important;
}

.u-mt4 {
  margin-top: 4rem !important;
}

.u-mt5 {
  margin-top: 5rem !important;
}

.u-mb025 {
  margin-bottom: 0.25rem !important;
}

.u-mb05 {
  margin-bottom: 0.5rem !important;
}

.u-mb075 {
  margin-bottom: 0.75rem !important;
}

.u-mb1 {
  margin-bottom: 1rem !important;
}

.u-mb15 {
  margin-bottom: 1.5rem !important;
}

.u-mb2 {
  margin-bottom: 2rem !important;
}

.u-mb3 {
  margin-bottom: 3rem !important;
}

.u-mb4 {
  margin-bottom: 4rem !important;
}

.u-mb5 {
  margin-bottom: 5rem !important;
}

.u-ml025 {
  margin-left: 0.25rem !important;
}

.u-ml05 {
  margin-left: 0.5rem !important;
}

.u-ml075 {
  margin-left: 0.75rem !important;
}

.u-ml1 {
  margin-left: 1rem !important;
}

.u-ml15 {
  margin-left: 1.5rem !important;
}

.u-ml2 {
  margin-left: 2rem !important;
}

.u-ml3 {
  margin-left: 3rem !important;
}

.u-ml4 {
  margin-left: 4rem !important;
}

.u-ml5 {
  margin-left: 5rem !important;
}

.u-mr025 {
  margin-right: 0.25rem !important;
}

.u-mr05 {
  margin-right: 0.5rem !important;
}

.u-mr075 {
  margin-right: 0.75rem !important;
}

.u-mr1 {
  margin-right: 1rem !important;
}

.u-mr15 {
  margin-right: 1.5rem !important;
}

.u-mr2 {
  margin-right: 2rem !important;
}

.u-mr3 {
  margin-right: 3rem !important;
}

.u-mr4 {
  margin-right: 4rem !important;
}

.u-mr5 {
  margin-right: 5rem !important;
}

.u-mw025 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.u-mw05 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.u-mw075 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.u-mw1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.u-mw15 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.u-mw2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.u-mw3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.u-mw4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.u-mw5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.u-mtb025 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.u-mtb05 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-mtb075 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.u-mtb1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-mtb15 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-mtb2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-mtb3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-mtb4 {
  margin-top: 3rem !important;
  margin-bottom: 4rem !important;
}

.u-mtb5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-mAuto {
  margin: 0 auto;
}

.u-p025 {
  padding: 0.25rem !important;
}

.u-p05 {
  padding: 0.5rem !important;
}

.u-p075 {
  padding: 0.75rem !important;
}

.u-p1 {
  padding: 1rem !important;
}

.u-p15 {
  padding: 1.5rem !important;
}

.u-p2 {
  padding: 2rem !important;
}

.u-p3 {
  padding: 3rem !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt025 {
  padding-top: 0.25rem !important;
}

.u-pt05 {
  padding-top: 0.5rem !important;
}

.u-pt075 {
  padding-top: 0.75rem !important;
}

.u-pt1 {
  padding-top: 1rem !important;
}

.u-pt15 {
  padding-top: 1.5rem !important;
}

.u-pt2 {
  padding-top: 2rem !important;
}

.u-pt3 {
  padding-top: 3rem !important;
}

.u-pt4 {
  padding-top: 4rem !important;
}

.u-pt5 {
  padding-top: 5rem !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb025 {
  padding-bottom: 0.25rem !important;
}

.u-pb05 {
  padding-bottom: 0.5rem !important;
}

.u-pb075 {
  padding-bottom: 0.75rem !important;
}

.u-pb1 {
  padding-bottom: 1rem !important;
}

.u-pb15 {
  padding-bottom: 1.5rem !important;
}

.u-pb2 {
  padding-bottom: 2rem !important;
}

.u-pb3 {
  padding-bottom: 3rem !important;
}

.u-pb4 {
  padding-bottom: 4rem !important;
}

.u-pb5 {
  padding-bottom: 5rem !important;
}

.u-pL025 {
  padding-left: 0.25rem !important;
}

.u-pL05 {
  padding-left: 0.5rem !important;
}

.u-pL075 {
  padding-left: 0.75rem !important;
}

.u-pL1 {
  padding-left: 1rem !important;
}

.u-pL15 {
  padding-left: 1.5rem !important;
}

.u-pL2 {
  padding-left: 2rem !important;
}

.u-pL3 {
  padding-left: 3rem !important;
}

.u-pR025 {
  padding-right: 0.25rem !important;
}

.u-pR05 {
  padding-right: 0.5rem !important;
}

.u-pR075 {
  padding-right: 0.75rem !important;
}

.u-pR1 {
  padding-right: 1rem !important;
}

.u-pR15 {
  padding-right: 1.5rem !important;
}

.u-pR2 {
  padding-right: 2rem !important;
}

.u-pR3 {
  padding-right: 3rem !important;
}

.u-pw0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.u-pw025 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.u-pw05 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.u-pw075 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.u-pw1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.u-pw15 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.u-pw2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u-pw3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.u-ptb0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-ptb025 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.u-ptb05 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-ptb075 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.u-ptb1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-ptb15 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-ptb2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-ptb3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w33 {
  width: 33.33% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-w100vw {
  width: 100vw !important;
}

.u-border--n {
  border: none !important;
}

.u-borderT--n {
  border-top: none !important;
}

.u-borderB--n {
  border-bottom: none !important;
}

.u-borderL--n {
  border-left: none !important;
}

.u-borderR--n {
  border-right: none !important;
}

.u-borderT {
  border-top: 1px solid #666666;
}

.u-sup {
  font-size: 10px !important;
  position: relative !important;
  top: -5px !important;
}

.u-lh--14 {
  line-height: 1.4 !important;
}

.u-lh--16 {
  line-height: 1.6 !important;
}

.u-only__pc {
  display: none;
}
@media (min-width: 768px) {
  .u-only__pc {
    display: block;
  }
}
.u-only__sp {
  display: none;
}
@media (max-width: 767px) {
  .u-only__sp {
    display: block;
  }
}
.u-only__sp--inline {
  display: none;
}
@media (max-width: 767px) {
  .u-only__sp--inline {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .u-only__pcCenter {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-only__pc-inner {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .u-only__pc-inner img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .u-only__pcW--10 {
    width: 10% !important;
  }
  .u-only__pcW--20 {
    width: 20% !important;
  }
  .u-only__pcW--30 {
    width: 30% !important;
  }
  .u-only__pcW--40 {
    width: 40% !important;
  }
  .u-only__pcW--45 {
    width: 45% !important;
  }
  .u-only__pcW--50 {
    width: 50% !important;
  }
  .u-only__pcW--60 {
    width: 60% !important;
  }
  .u-only__pcW--70 {
    width: 70% !important;
  }
  .u-only__pcW--80 {
    width: 80% !important;
  }
  .u-only__pcW--90 {
    width: 90% !important;
  }
  .u-only__pcW--100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .u-only__spPB3 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .u-only__spPB3 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 768px) {
  .u-only__pcPB4 {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .u-only__pcPB4 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .u-only__spPW2 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
@media (min-width: 768px) {
  .u-only__pcPW2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.js-fadeInSection {
  opacity: 0;
  transform: translate(0, 15px);
  transition: all 800ms;
}

.js-fadeInSection.is-scrollIn {
  transform: translate(0, 0);
  opacity: 1;
}

.js-fadeInNext1,
.js-fadeInNext2,
.js-fadeInNext3,
.js-fadeInNext4 {
  opacity: 0;
}

.guide_doctor {
  padding: 2rem 0 !important;
}
.guide_doctor .p-whitening__secttl {
  margin-bottom: 2rem;
}
.guide_doctor .p-whitening__secttl span {
  display: block;
}
.guide_doctor .profile * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.guide_doctor .profile {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.guide_doctor .profile .img {
  width: 35%;
}
.guide_doctor .profile .img figure img {
  width: 100%;
  height: auto;
}
.guide_doctor .profile .img p {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .08em;
}
.guide_doctor .profile .txt {
  width: 60%;
  padding: 15px 0;
}
.guide_doctor .profile .txt p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .guide_doctor {
    width: 92%;
    margin: 2rem auto 0;
    padding: 2rem 0.5rem !important;
  }
  .guide_doctor .profile {
    flex-wrap: wrap;
  }
  .guide_doctor .profile .img {
    width: 100%;
  }
  .guide_doctor .profile .img figure {
    width: 65%;
    margin: 0 auto;
  }
  .guide_doctor .profile .img p {
    margin-top: 1.25em;
  }
  .guide_doctor .profile .txt {
    width: 100%;
  }
}
/* 20220919 */
.c-img-fv{
  background-color: #BBE2F5;
}
.c-img-fv-office{
  background: linear-gradient(90deg, #BAE1F4 0%, #BAE1F4 50%, #B1DEF2 50%, #B0DDF1 100%);
  min-width: 100%;
}
@media screen and (max-width:767px){
  .c-img-fv{
    min-width: 100%;
  }
}
.for-PC{
  display: block;
  height: auto;
  margin: 32px auto 0;
}
@media screen and (max-width:767px) {
  .for-PC{
    display: none;
  }
}
.for-SP{
  display: none;
}
@media screen and (max-width:767px) {
  .for-SP{
    display: block;
    height: auto;
    margin: 16px auto 0;
  }
}
.price_mv_note {
  color: #7C7C7C !important;
  font-size: 12px;
  text-align: left !important;
  padding: 0 6.75vw;
  line-height: 1.6;
}
@media screen and (max-width:767px) {
  .price_mv_note {
    font-size: 10px;
    padding: 2px 0.75em;
    text-align: left !important;
  }
}
.pt30{
  padding-top: 30px;
}
.pt40{
  padding-top: 40px;
}
.pt50{
  padding-top: 50px;
}
.pl30{
  padding-left: 30px;
}
.mt-adjust{
  margin-top: 32px;
}
.mt40{
  margin-top: 40px;
}
.blue-fv{
  color:#004ea2;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  user-select: none;
}
.blue-fv-span{
  color:#004ea2;
  font-size: 25px;
  font-weight: bold;
}
.ttl-flex{
  display: flex;
  justify-content: flex-start;
}
.ttl-flex2{
  display: flex;
  justify-content: flex-start;
}
.ttl-ul{
  list-style: none;
}
.ttl-li-span{
}
.ttl-li-img{
  width: 17px;
  height: 17px;
}
.ttl-li{
  color:#004ea2;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  user-select: none;
}

.ttl-inner {
  position: relative;
}
.ttl-img {
 object-fit: cover;
 object-position: 70% 0;
 height: 453px;
 width: 100%;
 margin: 0!important;
 display: block;
}
@media (max-width: 768px) {
  .ttl-img {
    display: none;
  }
}
.ttl-img-sp {
  display:none;
 }
 @media (max-width: 768px) {
  .ttl-img-sp {
    display:block;
   }
}
.ttl-div{
 margin-left: 5%;
}
.ttl-wrapper{
  position: absolute;
  left:5%;
  top:0;
  height: 100%;
  width:50%;
  align-items: center;
}
.ttl-img-sub:first-of-type{
  margin: 40px 0 0 0!important;
}
.ttl-img-sub{
  height: 150px;
  width: auto;
  margin: 40px 0 0 20px!important;
}
/* /20220919 */
/* 0921dual */
.dual{
  background-color: #C6E1F2;
  width: 100%;
}
.dual-inner{
  max-width: 1216px;
  max-height: 332px;
  height:100%;
}
.dual-img{
  max-width: 90px;
  width: 100%;
  height: auto;
}
.dual-p__under{
  color: #9E7123;
  font-size: 14px;
  margin-top: 16px;
}
.dual-wrap__img{
  text-align: center;
}
.dual-wrap{
  margin-left: 30px;
}
.dual-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.dual-li{
  display: flex;
}
.dual-span{
  display: flex;
  align-items: center;
  padding:0 16px;
}
.dual-li-img{
  max-width: 30px;
  width: 100%;
  height: auto;
}
.blue-fv__dual{
  font-size: 24px;
  color:#004ea2;
  font-weight: bold;
  text-align: center;
  user-select: none;
}
.blue-fv-span__dual{
  font-size: 30px;
  color:#004ea2;
  font-weight: bold;
}
/* /0921dual */

  /***from service price**/
.section_price_intro {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
	padding-bottom: 50px;
}
.section_price_intro h2 {
	color: #004EA2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 0.8em;
    border-bottom: 2px solid #004EA2;	
	font-family: 'Noto Sans Japanese';
}
.spi_div_cont {
	display:flex;
}
.spi_div_cont div{
	padding-top:25px;
	width:calc(100%/2);
}
.spi_div_cont-img {
	padding-right:10px;
}
.spi_div_cont-txt {
	padding-left:10px;
	font-size: 14px;
	text-align:justify;
}
.spi_div_cont-txt span {
	color:#EC6D81;
}
.price_btn {
    display: flex;
    width: 90%;
    padding-bottom: 20px;
    margin: auto;
}
.price_btn > div {
	width: calc(100% / 2);
}
.newbtn_blue::after {
    background: url(/img_new/common/btn_arrow_white_down.png) no-repeat center;
}
.newbtn_white, .newbtn_blue{
	text-align:center;
}
h2.h-sec {
	padding-top:25px;
}
.section_promo {
	background-color: #FCE9EA;
    padding-bottom:50px;
}
.section_promo .contentbox-brdr {
	border: 2px solid #004ea2;
	background-color: #fff;
}
.d-promo-cnt {
	margin:auto;
	text-align: center;
}
.d-promo-cnt img {
	width:unset;
}
.contentbox-brdr .d-inner {
	width:52%;
	margin:auto;
	padding-bottom:30px;
}
.contentbox-brdr .div-bnr {
	padding-top:25px;
}
.div-bnr p:first-child{
	background-color: #EC6D81;
    width: 156px;
    padding: 3px;
    color: #fff;
}
.div-bnr p:nth-child(2){
    color: #EC6D81;
	padding-bottom:5px;
}
.d-inner img {
	width:unset;
}
.d-inner .p-txt {
	text-align:justify;
	font-size:14px;
	padding-top:10px;
}
.section_pricebox2 {
	padding-top:15px;
}
.section_pricebox2 .contentbox {
    margin-top: 35px;
}
.section_pricebox2.cleaning {
  background-color: #CCE5F4;
}
@media (max-width: 767px) {
  .section_pricebox2 {
    padding-top: 0;
  }
  .section_pricebox2.beauty {
    padding-top: 35px;
  }
}
.contentbox {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
}
.section_pricebox2 .contentbox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #004EA2;
  text-align: center;
  padding: 0.5em;
  position: relative;
}
.section_pricebox2.cleaning .contentbox h3 {
  background-color: #007BC7;
}
.section_pricebox2 .details {
  background-color: #fff;
  border: 2px solid #004EA2;
  border-top: 0;
  padding: 30px 25px 35px;
}
.section_pricebox2.cleaning .details {
  border: 2px solid #007BC7;
}
.section_pricebox2 .details h4 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 0.8em;
  border-bottom: 2px solid #004EA2;
}
.section_pricebox2.cleaning .details h4 {
  border-bottom: 2px solid #007BC7;
}
.section_pricebox2 .details .imgbox {
  margin-top: 30px;
  text-align: center;
}
.section_pricebox2 .details .imgbox.home_img {
  max-width: 320px;
  margin: 30px auto auto;
}
.section_pricebox2 .details .imgbox .img01 p {
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background-color: #DEF1F9;
  padding: 0 0.5em;
  margin-top: 6px;
}
.section_pricebox2 .details .txt {
  font-size: 14px;
  margin-top: 20px;
}
.price_logos {
    margin-top: 20px;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
}
.price_logos img {
    padding-right: 5px;
    max-height: 30px;
    width: auto;
    margin: 2px;
}
.price_logos img:last-child {
	padding-right:unset;
}
.price_note {
	text-align:center!important;
	font-size:20px;
	margin:10px 0 20px;
}
.price_note span {
	padding-left:10px;
	color:#EC6D81;
	text-decoration:underline;
}
.price_note2 {
	text-align:center!important;
	font-size:20px;
	margin:10px 0 20px;
	margin-left: -50px;
}
.price_note2 span {
	padding-left:10px;
	color:#EC6D81;
	text-decoration:underline;
	margin-left: 113px;
}
.price_note2 sup {
	padding-left:20px;
	font-size:20px;
}
.section_pricebox2 .img01 {
	text-align:center;
}
.section_pricebox2 .img01 p {
	font-size:14px;
}
.section_pricebox2 .desc {
  width: 100%;
  background-color: #E7F5FB;
  padding: 0.5em 0.75em 0.75em;
  margin-top: 25px;
  display: flex;
}
.section_pricebox2 .desc div{
	line-height:1!important;
}
.desc_half div:first-child {
    width: 275px;
}
.desc_full div:first-child {
    width: 338px;
}
.section_pricebox2 .desc_half div:first-child {
	padding-right: 0;
}
.desc_p_title {
	font-size:13px;
}
.desc_p_title_pTop {
	padding-top:15px;
}
.desc_p_value {
	font-size:15px;
	padding-left:7px;
}
.price_btn {
	display:flex;
	width:100%;
	padding-bottom:20px;
}	
.price_btn > div {
	width: calc(100% / 2);
}
.section_pricebox2 .pricenum {
    width: 100%;
    margin: 45px 0 0 10px;
    display: flex;
}
.section_pricebox2 .pricenum dt {
  color: #004EA2;
  font-size: 20px;
  display: inline;
  position: relative;
}
.section_pricebox2 .pricenum dt span {
  font-family: 'Noto Sans Japanese';
  font-size: 35px;
  margin-right: 0.1em;
  position: relative;
  bottom: -2px;
}
.section_pricebox2 .pricenum .tag {
  align-self: center;
  color: #fff;
  background-color: #004EA2;
  font-size: 20px;
  padding: 0.24em;
  margin-left: 0.5em;
}
.section_pricebox2 .pricenum.dualprice {
  flex-direction: row-reverse;
}
.section_pricebox2 .pricenum.dualprice .taglist {
  display: flex;
}
.section_pricebox2 .pricenum.dualprice .tag {
  padding: 0 0.24em;
}
.section_pricebox2 .imgbox img {
	width: 100%;
    max-width: 100%;
}
.officepro .imgbox .img01 {
    width: 400px;
}
.officepro .imgbox .img02 {
    width: 200px;
}
.desc_li_value {
	padding:10px 0;
	padding-left:50px;
}
.desc_li_value li{
	font-size: 14px;	
}
.contentbox .desc ul li::before {
  content: "\2022";
  font-weight: bold;
  display: inline-block; 
  width: 0.7em;
  margin-left: -1em;
  font-size: 30px;
  vertical-align: sub;
}
.contentbox .desc ul li:first-child::before {
  color: #0087FF;
}
.contentbox .desc ul li:nth-child(2)::before {
  color: #14BFA1;
}
.contentbox .desc ul li:nth-child(3)::before {
  color: #FFABBA;
}
.contentbox .desc ul li:nth-child(4)::before {
  color: #AAAAAA;
}
.contentbox .desc ul li:nth-child(5)::before {
  color: #AAAAAA;
}
.contentbox .desc ul li.light_pink::before {
	color:#F7C3C9!important;
}
.contentbox .desc ul li.green::before {
	color:#14C0A2!important;
}
.desc-note {
	font-size:10px;
}
.price_btn2 {
	display:flex;
	width:100%;
	margin-top:20px;
}	
.price_btn2 > div {
	width: calc(100% / 2);
}
.price_old_new {
	padding-top:15px;
}
.price_old_new-t-red {
	display: none;
	font-size:18px;
	color:#E76D80!important;
}
.price_old_new-tr-value {
	display: none;
	font-size:30px;
	color:#E76D80!important;
	position: relative;
	white-space: nowrap;
}
.price_old_new-tr-value span,.price_old_new-tn-b-value span {
	font-size:20px;
}
.price_old_new-tr-value:before {
    border-top: 2px solid #E76D80;
    position: absolute;
    content: "";
    right: 0;
    top:45%;
    left: 4%;
	width:150px;
}
.price_old_new-tr-value:after {
    border-top: 2px solid #E76D80;
    position: absolute;
    content: "";
    right: 0;
    top:55%;
    left: 4%;
	width:150px;
}
.price_old_new-t-blue {
	font-size:18px;
	color:#004EA2!important;
}
.price_old_new-tn-b-value {
	font-size:35px;
	color:#004EA2!important;
	padding-left:20px;
}
.desc_full {
	max-width:unset!important;
}
.section_pricebox2 .desc div:first-child {
    padding-right: 20px;
}
.desc_half div:first-child {
    width: 275px;
}
.desc_full div ul li {
	font-size:12px;
}
.desc_full div ul li::before {
	color: #ABABAB!important;
    margin-left: 15px!important;
	font-size:20px!important;
	 height: 20px;
}
.desc_full div ul.bl_blue li::before {
	color: #0088FF!important;
}
ul.bl_blue li span {
	padding-left:20px;
}
.desc_full div:last-child {
    margin-left: -15px;
    margin-top: 15px;
    text-align: right;
}
.desc_full div:last-child img{
	width:85%;
}
.desc_p_value img {
	display: block;
    margin-left: 160px;
    margin-top: -45px;
    padding-bottom: 15px;
	width:unset;
}
.desc_p_value-pad {
	padding-left:40px;
}
.p_ul_li {
	padding-left:35px;
}
.p-01-pad {
	padding-top:15px;
}
.toggle_content .contentbox {
	margin-top:0px!important;
}
.inj_img {
	width:56%!important;
}
.toggle_other {
    width: 100%;
    max-width: 680px;
    margin: 50px auto 0;
}
.p-whitening .contentbox {
	color:#000000!important;
}
.sp_only {
    display: none!important;
}
@media (max-width: 767px) {
	.section_price_intro {
		width: 92%;
		max-width: 100%;
	}
	.d-promo-cnt img {
		width: 75%;
	}
	.contentbox-brdr .d-inner {
		width: 85%;
	}
	.section_pricebox2 .details {
		padding: 15px 25px 35px 30px;
	}
	.desc_p_title {
		font-size:12px;
	}
	.desc_p_value {
		padding: 0 7px;
	}
	.desc_p_value img {
		width:unset;
		display:inline;
		margin-left: 33px;
		margin-top: -29px;
		padding-bottom: 0;
	}
	.section_pricebox2 .desc div:first-child {
		padding-right:0;
		padding-bottom:15px;
	}
	.section_pricebox2 .desc {
		padding: 0.5em 0 0.5em 0.75em;
		margin-top: 13px;
	}
	.price_btn {
		display:inline;
	}
	.price_btn > div {
		width: 100%;
	}
	.section_pricebox2 .pricenum {
		margin: 20px 0 0 10px;
	}
	.price_btn .u-mt3 {
		margin-top:1rem!important;
	}
	.price_note {
		text-align: left!important;
		font-size: 16px;
		margin: 10px 0;
	}
	.desc div ul li::before {
		color: #ABABAB!important;
		margin-left: 15px!important;
		font-size:20px!important;
		 height: 20px;
	}
	.desc_p_value-img-01 img {
		margin-left: 160px;
		width: 34%;
		margin-top: -67px;
	}
	.desc_p_value-img-02 {
		margin-left: 136px;
		width: 50%!important;
		margin-top: -100px;
	}
	.desc_p_value-img-03 {
		margin-left: 150px;
		width: 45%!important;
		margin-top: -140px;
	}
	.desc_li_value {
		padding-left: 5px;
	}
	.price_old_new {
		padding:15px 0 0 15px;
	}
	.price_note2 span {
		padding-left: 88px;
		margin-left:unset;
	}
	.price_note2 sup {
		padding-left: 5px;
	}
	.desc_p_value {
		font-size: 14px;
	}
	.toggle_other .contentbox {
		padding:unset;
	}
	.section_promo {
		padding:0 12px 20px;
	}
	.spi_div_cont {
		display:inline;
	}
	.spi_div_cont div {
		width: 100%;
	}
	.spi_div_cont-txt {
		padding-left: 0;
	}
	.spi_div_cont-img {
		padding-right:0;
	}
	.spi_pad_sp {
		padding-top:20px;
	}
	h4.h-sec {
		padding-top: 40px;
	}
	.spi_pad_sp h2 {
		text-align: center;
	}
	.desc div ul li {
	}
	.desc_p_value-padSP img{
		margin-left:95px;
	}
	.u-mt2-1 {
		margin-top:1rem!important;
	}
	.section_pricebox2 .contentbox h3 {
		font-size: 16px;
	}
	.section_pricebox2 .details h4 {
		font-size: 14px;
		padding-bottom: 0.4em;
	}
	.price_logos {
		margin-top: 10px;
	}
	.desc-note {
		font-size:8px!important;
	}	
	.price_note2 sup {
		font-size:16px;
	}
	.price_note2 {
		font-size: 16px;
		margin: 5px 0 10px -50px;
	}
	.price_old_new-t-red {
		font-size: 14px;
	}
	.price_old_new-tr-value {
		font-size: 20px;
	}
	.price_old_new-t-blue {
		font-size: 14px;
	}
	.price_old_new-tn-b-value {
		font-size: 20px;
		padding-left:13px;
	}
	.price_old_new-tr-value-sp:before {
		width:100px;
	}
	.price_old_new-tr-value-sp:after {
		width:100px;
	}
	.inj_img {
		width:100%!important;
	}
	.sp_only {
		display: block!important;
	}
	.pc_only {
		display: none!important;
	}
}
.toggle_other {
  padding-bottom:50px;
}
.toggle_other .toggle_btn {
  width: 100%;
  /* max-width: 330px; */
  height: 80px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  background-color: #004ea2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s;
  margin: 0 auto;
  cursor: pointer;
}
.cleaning .toggle_other .toggle_btn {
  background-color: #007BC7;
}
.toggle_other .toggle_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
.toggle_other .toggle_btn::after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/service/price/img/btn_arrow_down_white.svg") no-repeat center;
  background-size: 22px auto;
  position: absolute;
  top: 0;
  right: 5.5%;
  bottom: 0;
  margin: auto;
}
.toggle_other .toggle_btn.active {
  background-color: #7FA6D0;
}
.cleaning .toggle_other .toggle_btn.active {
  background-color: #7FBDE3;
}
.toggle_other .toggle_content {
  /* display: none; */
}
.toggle_other .contentbox {
  margin-top: 0;
}
.toggle_other .contentbox + .contentbox {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .toggle_other {
    margin-top: 35px;
  }
  .toggle_other .toggle_btn {
    width: 100%;
    max-width: 100%;
  }
  .toggle_other .contentbox + .contentbox {
    margin-top: 15px;
  }
}

.section_counseling {
  background-color: #FCE9EA;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section_counseling {
    padding-top: 0;
    padding-bottom: 35px;
  }
  .section_counseling.free_counseling {
    padding-top: 35px;
  }
}
.section_counseling .contentbox {
  margin-top: 35px;
}
.section_counseling.free_counseling .contentbox {
  margin-top: 0;
}
.section_counseling .contentbox h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background-color: #EC6D81;
  text-align: center;
  padding: 0.5em;
  position: relative;
}
.section_counseling .contentbox h3::after {
  content: "";
  width: 35px;
  height: 20px;
  background: url("/service/price/img/counseling_triangle.png") no-repeat center;
  background-size: 35px auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.section_counseling.free_counseling .contentbox h3::after {
  display: none;
}
.section_counseling .details {
  background-color: #fff;
  border: 2px solid #EC6D81;
  border-top: 0;
  padding: 25px 35px 15px;
}
.section_counseling .details .imgbox {
  display: flex;
  justify-content: space-between;
}
.section_counseling .details .imgbox li {
  width: 49%;
}
.section_counseling .details .imgbox li:nth-child(2) {
  width: 47%;
}
.section_counseling .details .imgbox li:nth-child(2) .img_txt {
  width: 100%;
  max-width: 442px;
  margin: 10px auto 0;
}
.section_counseling .details .imgbox li:nth-child(2) .txt {
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
}
.section_counseling .details .imgbox li:nth-child(2) .img {
  margin-top: 15px;
}
.section_counseling .details .txt {
  font-size: 17px;
  text-align: center;
  margin-top: 20px;
}
.section_counseling .details .txt_bnr {
  width: 100%;
  max-width: 442px;
  margin: 10px auto 0;
  padding: 0.75em 0.5em;
  background-color: #FDEDEE;
}
.section_counseling .details .txt_bnr p {
  color: #666;
  text-align: center;
}
.section_counseling .details .txt_bnr p span {
  color: #EC6D81;
  display: block;
}
.section_counseling .details .remark {
  font-size: 10px;
  margin-top: 15px;
}
.section_counseling.free_counseling .details {
  padding: 40px 35px 40px;
}
.section_counseling.free_counseling .details .free_title {
  width: 80%;
  margin: 0 auto;
}
.section_counseling.free_counseling .details .txt_up {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.section_counseling.free_counseling .details .img {
  width: 45%;
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .section_counseling .contentbox {
    margin-top: 25px;
  }
  .section_counseling .details {
    padding: 25px 4vw 10px;
  }
  .section_counseling .details .imgbox {
    flex-wrap: wrap;
  }
  .section_counseling .details .imgbox li {
    width: 100%;
  }
  .section_counseling .details .imgbox li:nth-child(2) {
    padding-top: 3%;
    width: 100%;
  }
  .section_counseling .details .txt {
    font-size: 14px;
  }
  .section_counseling .details .txt_bnr p {
    font-size: 13px;
  }
  .section_counseling.free_counseling .details {
    padding: 25px 4vw;
  }
  .section_counseling.free_counseling .details .free_title {
    width: 77vw;
  }
  .section_counseling.free_counseling .details .txt_up,
  .section_counseling.free_counseling .details .txt {
    text-align: left;
  }
  .section_counseling.free_counseling .details .img {
    width: 100%;
  }
}
/* 221130後藤 */
.u-pt8{
  padding-top: 8px;
}
