@charset "UTF-8";
#potenza_contents .gold {
  color: #ba9856;
}
.contact_notice {
  display: none;
}
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .auto {
    max-width: none;
  }
  #potenza_contents section {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 74px;
  }
  #potenza_contents .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  #potenza_contents .pc_none {
    display: none;
  }
  #potenza_contents .auto {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    clear: both;
  }
  #potenza_contents img {
    display: block;
  }
  #potenza_contents .orange {
    color: #ff5f00;
  }
  #potenza_contents .red {
    color: #af8336;
  }
  #potenza_contents .bold {
    font-weight: bold;
  }
  #potenza_contents .clear {
    clear: both;
  }
  #potenza_contents .link_bnr {
    width: 860px;
    margin: 40px auto;
    clear: both;
    padding: 40px 0;
  }
  #potenza_contents #title_conts {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
  }
  #potenza_contents #title_conts .auto {
    width: 100%;
  }
  #potenza_contents #title_conts h1 {
    width: 100%;
  }
  #potenza_contents .conts_banner {
    margin-bottom: 180px;
  }
  #potenza_contents .conts_teigaku {
    margin-bottom: 80px;
  }
  #potenza_contents .conts_teigaku .auto {
    display: flex;
    justify-content: center;
  }
  #potenza_contents .conts_teigaku a {
    width: calc(50% - 10px)
  }
  #potenza_contents .price_box h4 {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: italic;
  }
  #potenza_contents .price_box h4 .small {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  #potenza_contents .price_box .terms {
    display: inline-block;
    width: 182px;
    border-radius: 16px;
    background-color: #e43c83;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 1px;
  }
  #potenza_contents .price_box .price_wrap .range {
    display: inline-block;
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
  }
  #potenza_contents .price_box .price_wrap .price {
    display: inline-block;
    font-size: 49px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  #potenza_contents #title_conts .price_box .price_wrap .price {
    line-height: 1;
  }
  #potenza_contents .price_box .price_wrap .price .small {
    display: inline-block;
    font-size: 29px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
  }
  #potenza_contents .price_box .price_wrap .price .tax {
    position: absolute;
    font-size: 11px;
    top: 12px;
    right: -6px;
  }
  #potenza_contents #title_conts .price_box .price_wrap .price .tax {
    top: 6px;
  }
  #potenza_contents .link_btn_area {
    width: 800px;
    clear: both;
    margin: 0 auto 190px;
  }
  #potenza_contents .link_btn_area .contact_btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  #potenza_contents .link_btn_area .contact_btn a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 21px 0 18px;
    border: 2px solid #e43c83;
    box-sizing: border-box;
    background-color: #e43c83;
    color: #fff;
    font-size: 19px;
    line-height: 1.2;
    font-weight: bold;
    transition-duration: 0.6s;
  }
  #potenza_contents .link_btn_area .contact_btn a:hover {
    background-color: #fff;
    color: #e43c83;
  }
  #potenza_contents .link_btn_area .contact_btn .eng {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    transition-duration: 0.6s;
  }
  #potenza_contents .link_btn_area .contact_btn a:hover .eng {
    color: #e43c83;
  }
  #potenza_contents .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    margin: 50px 0 226px 0;
  }
  #potenza_contents .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 132px;
    background-color: #000;
    position: absolute;
    bottom: -190px;
    left: 50%;
  }
  #potenza_contents .title_box h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  #potenza_contents .title_box .jp_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  #potenza_contents .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  #potenza_contents .isPlay {
    animation-name: play;
    animation-duration: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
    animation-timing-function: ease;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  #potenza_contents .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.55s;
    animation-delay: 0.55s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  .hutaeMenu {
    width: 1200px;
    margin: 20px auto 100px;
    display: table;
    border-left: 1px solid #ccc;
  }
  .hutaeMenu a {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    width: 14%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  /*ナビの症例を非表示に*/
  #navi_wrapper .header-nav > li:nth-of-type(2) {
    display: none;
  }
  .hutaeMenu .campaign {
    color: #e43c83;
    font-size: 14px;
  }
  /* ▼▼タブ切り替え▼▼ */
  #conts_clinic .tab li a:hover,
  #conts_clinic .tab li.potenza_active a {
    color: #fff;
    border-color: transparent;
    background-color: #000;
  }
  #conts_clinic .tabContents.potenza_active {
    display: flex;
    flex-wrap: wrap;
  }
  #conts_clinic .tab .tab_yh.potenza_active a {
    background-color: var(--clinic_color_yokohama);
  }
  #conts_clinic .tab .tab_sd.potenza_active a {
    background-color: var(--clinic_color_sendai);
  }
  #conts_clinic .tab .tab_fo.potenza_active a {
    background-color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .tab li.potenza_active a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #conts_clinic .tab li.tab_yh.potenza_active a::before {
    border-color: var(--clinic_color_yokohama) transparent transparent
      transparent;
  }
  #conts_clinic .tab li.tab_sd.potenza_active a::before {
    border-color: var(--clinic_color_sendai) transparent transparent transparent;
  }
  #conts_clinic .tab li.tab_os.potenza_active a::before {
    border-color: var(--clinic_color_osaka) transparent transparent transparent;
  }
  /* ▲▲タブ切り替え▲▲ */
  /*=========================
▲▲共通▲▲
===========================*/
  #potenza_contents {
    width: 100%;
    clear: both;
    float: left;
    background-size: 100%;
    font-size: 17px;
    line-height: 35px;
    color: #000000;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  #potenza_contents #back-top {
    display: none;
    bottom: 70px;
    right: 40px;
    clear: both;
    float: left;
    position: fixed;
    width: 62px;
    z-index: 99;
  }
  #potenza_contents header {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 12px 0 8px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  #potenza_contents header .main_logo {
    width: 222px;
    float: left;
    margin-top: 16px;
  }
  #potenza_contents header .right_wrap {
    width: 524px;
    float: right;
    text-align: right;
  }
  #potenza_contents header .right_wrap .tel_box {
    width: 287px;
    text-align: left;
    display: inline-block;
  }
  #potenza_contents header .right_wrap .tel_box .box {
    margin-bottom: 8px;
  }
  #potenza_contents header .right_wrap .tel_box .box:nth-of-type(2) {
    margin-bottom: 0;
  }
  #potenza_contents header .right_wrap .tel_box .box dt {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 3px;
    margin-right: 6px;
  }
  #potenza_contents header .right_wrap .tel_box .box dd {
    display: inline-block;
    width: 220px;
    vertical-align: top;
  }
  #potenza_contents header .right_wrap .tel_box .tel_number {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.1;
    font-style: italic;
    padding-left: 28px;
    background-image: url("../images/chanel/icon_tel_g.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
  }
  #potenza_contents
    header
    .right_wrap
    .tel_box
    .box:nth-of-type(2)
    .tel_number {
    background-image: url("../images/chanel/icon_tel_y.jpg");
  }
  #potenza_contents header .right_wrap .tel_box .closed {
    font-size: 11px;
    line-height: 1.2;
    padding-left: 28px;
  }
  #potenza_contents header .right_wrap .contact_btn {
    width: 228px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 11px;
  }
  #potenza_contents header .right_wrap .contact_btn a {
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 5px;
    padding: 8px 0 5px;
    border: 2px solid #e43c83;
    box-sizing: border-box;
    background-color: #e43c83;
    color: #fff;
    font-size: 17px;
    line-height: 1.2;
    font-weight: bold;
    transition-duration: 0.6s;
  }
  #potenza_contents header .right_wrap .contact_btn a:hover {
    background-color: #fff;
    color: #e43c83;
  }
  #potenza_contents header .right_wrap .contact_btn .eng {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    transition-duration: 0.6s;
  }
  #potenza_contents header .right_wrap .contact_btn a:hover .eng {
    color: #e43c83;
  }
  #potenza_contents #conts_banner {
    margin-bottom: 0;
  }
  #potenza_contents #conts_banner .banner_box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #potenza_contents #conts_banner .banner_box .banner {
    width: calc(50% - 4px);
  }
  #potenza_contents #about_conts {
    position: relative;
  }
  #potenza_contents #about_conts .area_1 {
    width: 100%;
    float: left;
    clear: both;
  }
  #potenza_contents #about_conts .area_1 .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 100px;
    position: relative;
  }
  #potenza_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 0;
  }
  #potenza_contents #about_conts .area_1 .box .text_box {
    width: 570px;
    float: left;
    padding-top: 57px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 .box .text_box {
    width: 570px;
    float: left;
    padding-top: 57px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 .box .text_box {
    padding-top: 180px;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff,
      0 0 2px #fff;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_1
    .box:nth-child(odd)
    .text_box {
    float: right;
  }
  #potenza_contents .feature_inner .area_1 .box:nth-of-type(2n) .text_box {
    float: right;
    padding-top: 87px;
    padding-right: 35px;
  }
  #potenza_contents h4 {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: 0.2em;
  }
  #potenza_contents .feature_inner.area_1 .box .text_box .text {
    width: 570px;
    margin-bottom: 1em;
  }
  #potenza_contents .feature_inner.area_1 .box:nth-of-type(2n) .text_box .text {
    width: 570px;
    margin-bottom: 1em;
  }
  /* さわらない */
  #potenza_contents #about_conts .area_1 .box .img {
    width: 643px;
    position: absolute;
    /* top: 150px; */
    right: 0;
    overflow: hidden;
  }
  /* さわらない */
  #potenza_contents #feature_conts .feature_inner .area_1 .box .img {
    width: 643px;
    position: absolute;
    /* top: 150px; */
    right: 0;
    overflow: hidden;
  }
  #potenza_contents #feature_conts .feature_inner.type .area_1 .box .img {
    top: 30px;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_1
    .box:nth-of-type(2n)
    .img {
    right: auto;
    left: 0;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 {
    width: 100%;
    float: left;
    clear: both;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 h3 {
    background-color: rgb(176 131 56);
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 0.5em;
    margin: 50px 0;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid #0000001a;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 10px 10px 0 0 #0000001a;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_2
    .box:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .text_box {
    width: calc((100% - 50px) / 2);
    /* float: left; */
    /* padding-top: 57px; */
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_2
    .box:nth-of-type(2n)
    .text_box {
    /* float: right; */
    /* padding-top: 60px; */
    padding-right: 0;
  }
  #potenza_contents h4 {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 38px;
    letter-spacing: 0.2em;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .text_box .text {
    /* width: 570px; */
    margin-bottom: 1em;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_2
    .box:nth-of-type(2n)
    .text_box
    .text {
    /* width: 570px; */
    margin-bottom: 1em;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .img {
    width: calc((100% - 30px) / 2);
    /* position: absolute; */
    /* top: 150px; */
    /* right: 0; */
    overflow: hidden;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .img {
    top: 50px;
  }
  #potenza_contents #feature_conts .feature_inner.type .area_2 .box .img {
    top: 30px;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_2
    .box:nth-of-type(2n)
    .img {
    right: auto;
    left: 0;
  }
  #potenza_contents .shoulder_merit {
    text-align: center;
  }
  #potenza_contents .shoulder_merit h3 {
    font-size: 18px;
  }
  #potenza_contents .merit_list {
    border: 1px solid #ccc;
    padding: 40px 50px;
    margin: 60px 0;
  }
  #potenza_contents .merit_list ul {
    display: flex;
  }
  #potenza_contents .merit_list li {
    width: 30%;
    margin-right: 5%;
  }
  #potenza_contents .merit_list li p {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    padding: 15px 0;
  }
  #potenza_contents .merit_list .merit_text {
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
  }
  #potenza_contents .merit_list li:last-child {
    margin-right: 0;
  }
  #potenza_contents #merit_conts .title_box {
    margin-bottom: 221px;
  }
  #potenza_contents #merit_conts .detail_text {
    font-size: 26px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 44px;
  }
  #potenza_contents #merit_conts .detail_text .small {
    font-size: 16px;
    font-weight: bold;
  }
  #potenza_contents #merit_conts .detail_text .blue {
    color: #30b3bd;
    font-weight: bold;
  }
  #potenza_contents #merit_conts .detail_text .pink {
    color: #ff8fb4;
    font-weight: bold;
  }
  #potenza_contents #merit_conts .info_graph {
    margin-bottom: 62px;
  }
  #potenza_contents #merit_conts .bg_text {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 41px 72px 33px;
    background-color: #f8f8f8;
  }
  #potenza_contents #merit_conts .bg_text dt {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  #potenza_contents #merit_conts .bg_text dd {
    font-size: 17px;
    line-height: 35px;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 .text_box {
    width: 570px;
    /* float: left; */
    padding-top: 57px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_1
    .box:nth-child(odd)
    .img {
    left: 0;
    right: auto;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_1
    .box:nth-child(even)
    .text_box {
    float: left;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_1
    .box:nth-child(even)
    .img {
    right: 0;
    left: auto;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 .box:last-child {
    margin-top: 0;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 .box .chip-img {
    width: 600px;
  }
  #potenza_contents #treatment_conts .box {
    overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
  }
  #potenza_contents #treatment_conts .box:last-of-type {
    border: none;
  }
  #potenza_contents #treatment_conts .box h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0.5em;
  }
  #potenza_contents #treatment_conts .box h3,
  #potenza_contents #treatment_conts .box .text {
    float: left;
    width: calc((100% - 30px) * 0.7);
  }
  #potenza_contents #treatment_conts .box .img {
    float: right;
    width: calc((100% - 30px) * 0.3);
    overflow: hidden;
  }
  #potenza_contents #method_conts {
    position: relative;
  }
  #potenza_contents #method_conts .area_1 {
    width: 100%;
    /* float: left; */
    clear: both;
    overflow: hidden;
  }
  #potenza_contents #method_conts .area_1 .img_delivery {
    width: 80%;
    margin: 0 auto 60px;
  }
  #potenza_contents #method_conts .area_1 .box {
    width: 100%;
    /* float: left; */
    clear: both;
    margin-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #potenza_contents #method_conts .area_1 .box:nth-of-type(2n) {
    flex-direction: row;
  }
  #potenza_contents #method_conts .area_1 .box:last-of-type {
    border-bottom: none;
  }
  #potenza_contents #method_conts .area_1 .box .text_box {
    width: 500px;
    /* float: left; */
    /* padding-top: 57px; */
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #potenza_contents #method_conts .area_1 .box .potenza_video,
  #potenza_contents #method_conts .area_1 .box .img {
    width: calc(100% - 550px);
    /* position: absolute; */
    /* top: 150px; */
    /* right: 0; */
    overflow: hidden;
  }
  #potenza_contents #method_conts .area_1 .box .potenza_video video {
    width: 100%;
    height: auto;
  }
  #potenza_contents #method_conts .method_sub_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 0.5em;
    background: #cfe6ea;
    margin-bottom: 30px;
  }
  #potenza_contents #method_conts .area_2 {
    width: 100%;
    border: 1px solid #ccc;
    padding: 30px 30px 0;
    margin-bottom: 50px;
  }
  #potenza_contents #method_conts .area_2 .list_drug {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  #potenza_contents #method_conts .area_2 .list_drug:after {
    display: block;
    content: "";
    width: 316px;
  }
  #potenza_contents #method_conts .area_2 .box {
    width: calc((100% - 90px) / 3);
    margin-bottom: 50px;
  }
  #potenza_contents #method_conts .area_2 .box .img {
    overflow: hidden;
  }
  #potenza_contents #method_conts .area_1 .box h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 auto 1em;
    text-align: center;
    border-top: 6px #000 double;
    border-bottom: 6px #000 double;
    padding: 0.5em 0;
  }
  #potenza_contents #method_conts .area_2 .box h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 1em auto;
    text-align: center;
  }
  #difference_conts .dif-table {
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    border: 1px solid #dcdcdc;
  }
  #difference_conts .dif-table tr {
    border-bottom: 1px solid #ccc;
  }
  #difference_conts .dif-table tr:first-of-type {
    background-color: #f8f8f8;
  }
  #difference_conts .dif-table th {
    width: 140px;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
  }
  #difference_conts .dif-table tr th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #f8f8f8;
  }
  #difference_conts .dif-table tr .head-highlight {
    background-color: #24b7ba;
    color: #fff;
  }
  #difference_conts .dif-table tr .data-highlight {
    font-weight: bold;
  }
  #difference_conts .dif-table td {
    width: 160px;
    text-align: center;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
    vertical-align: middle;
  }
  #difference_conts .dif-table td .small {
    font-size: 9px;
    line-height: 1.4;
    display: block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  #difference_conts .dif-table tr:first-of-type td {
    font-weight: bold;
    vertical-align: middle;
  }
  #potenza_contents #flow_conts .auto {
    width: 1160px;
  }
  #potenza_contents #flow_conts .title_box {
    margin-bottom: 245px;
  }
  #potenza_contents #flow_conts .flow_list li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 107px;
  }
  #potenza_contents #flow_conts .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  #potenza_contents #flow_conts .flow_list li .text_box {
    width: 557px;
    min-height: 363px;
    float: left;
    position: relative;
    z-index: 9;
  }
  #potenza_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box {
    float: right;
  }
  #potenza_contents #flow_conts .flow_list li .text_box .number {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  #potenza_contents #flow_conts .flow_list li .text_box h4 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  #potenza_contents #flow_conts .flow_list li .text_box .gray_text {
    font-size: 100px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    bottom: -42px;
    left: 0;
    z-index: -1;
    letter-spacing: 0.1em;
  }
  #potenza_contents
    #flow_conts
    .flow_list
    li:nth-of-type(2n)
    .text_box
    .gray_text {
    left: auto;
    right: 0;
    text-align: right;
  }
  #potenza_contents #flow_conts .flow_list li .img {
    width: 557px;
    float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  #potenza_contents #flow_conts .flow_list li:nth-of-type(2n) .img {
    float: left;
  }
  #potenza_contents .banner_diamond {
    margin: 0 auto 90px;
  }
  #potenza_contents .banner_diamond .about_diamond {
    font-size: 26px;
    line-height: 2.1;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 20px;
  }
  #potenza_contents .conts_diamond {
    clear: both;
    margin: 0 auto 80px;
  }
  #potenza_contents .conts_diamond h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 30px;
  }
  #potenza_contents .kogao_table {
    width: 900px;
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 30px;
  }
  #potenza_contents .kogao_table th {
    background-color: #f7f7f7;
    padding: 12px 0 11px;
    font-weight: 600;
  }
  #potenza_contents .kogao_table td {
    width: 33%;
    vertical-align: middle;
    padding: 12px 5px 12px;
    border-left: 1px dotted #ddd;
  }
  #potenza_contents .kogao_table td.table_title {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    padding: 16px 5px 16px;
    border-right: 1px solid #fff;
    border-bottom: 16px solid #fff;
    background-color: #24b7ba;
  }
  #potenza_contents .kogao_table td.table_title:last-of-type {
    border-right: none;
    background-color: #ba9856;
  }
  #potenza_contents .kogao_table td ul {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 1em;
    text-indent: -1em;
  }
  #potenza_contents .kogao_table .menu_img {
    padding: 12px 0;
    border: none;
  }
  #potenza_contents .kogao_table td span {
    display: block;
    font-size: 30px;
    line-height: 1.2;
  }
  #potenza_contents .kogao_table td .double {
    color: #ff5777;
  }
  #potenza_contents .kogao_table td .circle {
    color: #ff5777;
  }
  #potenza_contents .kogao_table td .triangle {
    color: #bcbcbc;
  }
  #potenza_contents .kogao_table td:first-of-type {
    border-left: none;
  }
  #potenza_contents .conts_diamond .caution_text {
    width: 900px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }
  #potenza_contents .banner_wrapper {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 90px;
    justify-content: center;
  }
  #potenza_contents .sale_banner_box {
    width: 50%;
    margin-right: 10px;
  }
  #potenza_contents .sale_banner_box:last-of-type {
    margin-right: 0;
  }
  #potenza_contents .sale_banner_box .sale_banner {
    margin-bottom: 7px;
  }
  #potenza_contents .sale_banner_box .text {
    text-align: center;
    line-height: 1.7;
  }
  #potenza_contents #conts_price .message {
    width: 640px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    padding: 35px 5% 26px;
    border: 1px solid #ccc;
    margin: 0 auto 40px;
  }
  #potenza_contents #conts_price .message a {
    display: inline-block;
    width: auto;
    color: #30b3bd;
    text-decoration: underline;
  }
  #potenza_contents #conts_price .message a:hover {
    text-decoration: none;
  }
  #potenza_contents #conts_price .top_box {
    width: 100%;
    height: 466px;
    margin-bottom: 60px;
    position: relative;
  }
  #potenza_contents #conts_price .ttl_sub {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    background: #000;
    color: #fff;
    line-height: 32px;
    padding: 0.5em;
  }
  #potenza_contents #conts_price .top_text {
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    /* border-top: 2px solid #eee; */
    padding: 0.5em;
  }
  #potenza_contents #conts_price .top_box .img {
    width: 714px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  #potenza_contents #conts_price .top_box .text {
    padding-top: 115px;
    padding-left: 664px;
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    position: relative;
    z-index: 9;
    letter-spacing: 0.15em;
  }
  #potenza_contents #conts_price .top_box .text .small {
    font-size: 16px;
    line-height: 56px;
    font-weight: bold;
  }
  #potenza_contents #conts_price .price_wrapper {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    margin-bottom: 33px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
  }
  #potenza_contents #conts_price .price_wrapper .price_box {
    width: 470px;
    display: flex;
    margin: 0 12px 35px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #potenza_contents .price_box .box_inner {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 20px 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  #potenza_contents #conts_price .price_box .price_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #potenza_contents #conts_price .price_box h4 {
    font-size: 25px;
  }
  #potenza_contents #conts_price .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  #potenza_contents #conts_price .price_box h4 .small {
    font-size: 22px;
  }
  #potenza_contents #conts_price .price_box .terms {
    width: 223px;
    font-size: 21px;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price {
    font-size: 60px;
    line-height: 1;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price_op {
    color: #30b3bd;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price_op .small {
    color: #30b3bd;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price .tax {
    font-size: 13px;
    font-weight: bold;
    top: 16px;
  }
  #potenza_contents #conts_price .caution_text {
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
    color: #e43c83;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price_original {
    display: inline-block;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
    color: #b9b9b9;
    position: relative;
  }
  #potenza_contents
    #conts_price
    .price_box
    .price_wrap
    .price_original::before {
    content: "";
    display: block;
    width: calc(100% - 22px);
    height: 1px;
    background-color: #b9b9b9;
    transform: rotate(-8deg);
    position: absolute;
    top: 21px;
    left: 0;
  }
  #potenza_contents #conts_price .price_box .price_original .small {
    font-size: 22px;
  }
  #potenza_contents #conts_price .price_box .price_original .taxplus {
    font-size: 10px;
    display: block;
    position: absolute;
    top: 3px;
    right: -5px;
  }
  #potenza_contents .faqArea {
    margin: 0 auto 40px;
    border-top: 2px solid #40b1bf;
  }
  #potenza_contents .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  #potenza_contents .faqArea dl dt {
    padding: 10px 10px 10px 70px;
    position: relative;
  }
  #potenza_contents .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../img/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
  #potenza_contents .faqArea dl dd {
    padding: 10px 10px 10px 70px;
    background: #f3f3f3;
    position: relative;
    display: none;
  }
  #potenza_contents .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../img/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
  }
    #potenza_contents #faq .sub_message {
    text-align: center;
      font-size: 17px;
    line-height: 1.7;
  }
  #potenza_contents #faq a {
    display: inline-block;
    width: auto;
    color: #40b1bf;
    text-decoration: underline;
  }
  #potenza_contents #faq a:hover {
    text-decoration: none;
  }
  #potenza_contents #conts_price .detail_box {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 60px 50px 82px;
  }
  #potenza_contents #conts_price .detail_box table {
    width: 100%;
  }
  #potenza_contents #conts_price .detail_box h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  #potenza_contents #conts_price .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  #potenza_contents #conts_price .detail_box table th {
    width: 35%;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 23px 12px 35px;
  }
  #potenza_contents #conts_price .detail_box table td {
    font-size: 16px;
    line-height: 27px;
    padding: 15px 23px 12px 0;
  }
  #potenza_contents #option_conts {
    margin-bottom: 39px;
  }
  #potenza_contents #option_conts .title_box {
    margin-bottom: 200px;
  }
  #potenza_contents #option_conts .top_text {
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 34px;
  }
  #potenza_contents #option_conts .top_text .small {
    font-size: 16px;
  }
  #potenza_contents #option_conts .top_text .small2 {
    font-size: 14px;
  }
  #potenza_contents #option_conts .price_wrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 100px;
    text-align: center;
    box-sizing: border-box;
  }
  #potenza_contents #option_conts .price_wrapper .price_box {
    width: 475px;
    float: left;
    margin-bottom: 35px;
  }
  #potenza_contents #option_conts .price_wrapper .price_box:nth-of-type(2n) {
    float: right;
  }
  #potenza_contents #option_conts .price_box:nth-of-type(3),
  #potenza_contents #option_conts .price_box:nth-of-type(4) {
    padding: 34px 10px 22px;
  }
  #potenza_contents #option_conts .price_box h4 {
    font-size: 28px;
  }
  #potenza_contents #option_conts .price_box .text {
    height: 70px;
  }
  #potenza_contents #option_conts .price_box:nth-of-type(3) h4,
  #potenza_contents #option_conts .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  #potenza_contents #option_conts .price_box h4 .small {
    font-size: 22px;
  }
  #potenza_contents #option_conts .price_box .terms {
    width: 223px;
    font-size: 21px;
  }
  #potenza_contents #option_conts .price_box .price_wrap .price {
    font-size: 60px;
  }
  #potenza_contents #option_conts .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  #potenza_contents #option_conts .price_box .price_wrap .price .tax {
    font-size: 13px;
    font-weight: bold;
    top: 16px;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 100px;
    position: relative;
  }
  #potenza_contents #conts_price .top_text {
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 34px;
  }
  #conts_pickup h2 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  #conts_pickup #pickup2 {
    padding: 40px 0;
  }
  #conts_pickup #pickup2 li {
    margin-bottom: 30px;
    background: #eeeeee;
    padding: 40px;
    width: 100%;
    display: table;
  }
  #conts_pickup #pickup2 li .pickupLeft {
    width: 30%;
    float: left;
  }
  #conts_pickup #pickup2 li .pickupRight {
    width: 70%;
    float: right;
    text-align: left;
    padding-left: 5%;
    line-height: 1.6;
  }
  .pickupRight h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #conts_pickup #pickup2 li .pickupRight h4 {
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.6;
  }
  .pickupLink {
    display: block;
    width: 50%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin: 1em 0 0 0;
  }
  #pick_conts {
    width: 100%;
    padding: 80px 0;
    background-image: url("../img/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 40px;
  }
  #pick_conts .title_box {
    color: #fff;
  }
  .pick ul {
    display: table;
    width: 100%;
    margin-top: 30px;
  }
  .pick ul li {
    width: 32%;
    height: 70px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px 15px 60px;
    position: relative;
    float: left;
    font-weight: bold;
  }
  .pick ul li:nth-child(3n) {
    margin-right: 0;
  }
  .pick ul li:before {
    content: "";
    position: absolute;
    background-image: url(../img/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  .pick ul li:nth-child(3) {
    line-height: 2;
  }
  .pick ul li:nth-child(5) {
    line-height: 2;
  }
  .center {
    text-align: center;
  }
  .taxplus {
    font-size: 12px;
    display: block;
    position: absolute;
    top: 7px;
    right: -8px;
  }
  span.wpcf7-list-item:nth-of-type(3n) {
    margin: 0 10px 10px 0 !important;
  }
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  /*=========================
▼▼共通▼▼
===========================*/
  #potenza_contents .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  #potenza_contents .sp_none {
    display: none;
  }
  #potenza_contents .auto {
    width: 94%;
    margin: 0 auto;
  }
  #potenza_contents img {
    width: 100%;
    height: auto;
    display: block;
  }
  #potenza_contents .orange {
    color: #ff5f00;
  }
  #potenza_contents .red {
    color: #b08338;
  }
  #potenza_contents .bold {
    font-weight: bold;
  }
  #potenza_contents .link_bnr {
    width: 90%;
    margin: auto;
  }
  #potenza_contents section {
    width: 100%;
    margin-bottom: 60px;
  }
  #potenza_contents #conts_price .price_wrapper .price_box {
    width: 96%;
    margin: 0 auto 20px;
  }
  #potenza_contents #title_conts .price_box {
    padding-bottom: 18px;
  }
  #potenza_contents .price_box h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 6px;
    font-style: italic;
  }
  #potenza_contents .price_box h4 .small {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  #potenza_contents .price_box .terms {
    display: inline-block;
    width: 140px;
    border-radius: 16px;
    background-color: #e43c83;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    padding: 2px 0 1px;
  }
  #potenza_contents #conts_price .price_box .price_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #potenza_contents #title_conts .price_box .terms {
    margin-bottom: 8px;
  }
  #potenza_contents .price_box .price_wrap .range {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
  }
  #potenza_contents .price_box .price_wrap .price {
    display: inline-block;
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  #potenza_contents #title_conts .price_box .price_wrap .price {
    line-height: 1;
  }
  #potenza_contents .price_box .price_wrap .price .small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
  }
  #potenza_contents .price_box .price_wrap .price .tax {
    position: absolute;
    font-size: 10px;
    top: 8px;
    right: -10px;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price_original {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #b9b9b9;
    position: relative;
  }
  #potenza_contents
    #conts_price
    .price_box
    .price_wrap
    .price_original::before {
    content: "";
    display: block;
    width: calc(100% - 22px);
    height: 1px;
    background-color: #b9b9b9;
    transform: rotate(-8deg);
    position: absolute;
    top: 21px;
    left: 0;
  }
  #potenza_contents #conts_price .price_box .price_original .small {
    font-size: 15px;
  }
  #potenza_contents #conts_price .price_box .price_original .taxplus {
    font-size: 10px;
    display: block;
    position: absolute;
    top: 0;
    right: -12px;
  }
  #potenza_contents .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 50px;
  }
  #potenza_contents .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #fff;
    position: absolute;
    bottom: -60px;
    left: 50%;
  }
  #potenza_contents .title_box h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  #potenza_contents .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  #potenza_contents .slide_in_image {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
  }
  #potenza_contents .isPlay {
    animation-name: play;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    position: relative;
    opacity: 1 !important;
  }
  /*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
  #potenza_contents .isPlay:before {
    animation-name: maskOut;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #f3f6f7, #edf4f7);
  }
  /*//「slide_in_image」をスライドインする*/
  @keyframes play {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
  /*//マスク要素をスライドアウトする*/
  @keyframes maskOut {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(100%);
    }
  }
  /*ナビの症例を非表示に*/
  #navi_wrapper .header-nav > li:nth-of-type(2) {
    display: none;
  }
  .hutaeMenu .campaign {
    color: #e43c83;
  }
  /* ▼▼タブ切り替え▼▼ */
  #conts_clinic .tab li.potenza_active a {
    color: #fff;
    border-color: transparent;
    background-color: #000;
  }
  #conts_clinic .tabContents.potenza_active {
    display: flex;
    flex-wrap: wrap;
  }
  #conts_clinic .tab .tab_yh.potenza_active a {
    background-color: var(--clinic_color_yokohama);
  }
  #conts_clinic .tab .tab_sd.potenza_active a {
    background-color: var(--clinic_color_sendai);
  }
  #conts_clinic .tab .tab_fo.potenza_active a {
    background-color: var(--clinic_color_fukuoka);
  }
  #conts_clinic .tab li.potenza_active a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  #conts_clinic .tab li.tab_yh.potenza_active a::before {
    border-color: var(--clinic_color_yokohama) transparent transparent
      transparent;
  }
  #conts_clinic .tab li.tab_sd.potenza_active a::before {
    border-color: var(--clinic_color_sendai) transparent transparent transparent;
  }
  #conts_clinic .tab li.tab_os.potenza_active a::before {
    border-color: var(--clinic_color_osaka) transparent transparent transparent;
  }
  /* ▲▲タブ切り替え▲▲ */
  /*=========================
▲▲共通▲▲
===========================*/
  #potenza_contents {
    width: 100%;
    height: 100%;
    clear: both;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.7;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    color: #000000;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
  }
  #potenza_contents #back-top {
    display: none;
    position: fixed;
    bottom: 86px;
    right: 3%;
    width: 48px;
    z-index: 99;
    clear: both;
    float: left;
  }
  #potenza_contents header {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 20px 0 12px;
    margin: 0;
    position: relative;
  }
  #potenza_contents header .main_logo {
    width: 150px;
    float: left;
    padding-top: 8px;
  }
  #potenza_contents header .right_wrap {
    width: 120px;
    float: right;
    text-align: right;
  }
  #potenza_contents header .right_wrap .tel_box {
    width: 92px;
    text-align: left;
    display: inline-block;
    font-size: 0;
  }
  #potenza_contents header .right_wrap .tel_box .box {
    width: 38px;
    text-align: left;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 1.4;
    position: relative;
    padding-bottom: 19px;
  }
  #potenza_contents header .right_wrap .tel_box .box img {
    width: 28px;
    margin: 0 auto;
  }
  #potenza_contents header .right_wrap .tel_box .box:last-of-type {
    margin-right: 0;
  }
  #potenza_contents header .right_wrap .tel_box .box dt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #potenza_contents #title_conts {
    width: 100%;
    position: relative;
    margin-bottom: 2.4vw;
  }
  #potenza_contents #title_conts .auto {
    width: 100%;
  }
  #potenza_contents #title_conts h1 {
    width: 100%;
  }
  /* 年末年始のお知らせ */
  #potenza_contents .holiday_conts {
    margin: 0 auto;
    position: relative;
    top: -60px;
  }
  #potenza_contents #conts_banner {
    margin-bottom: 50px;
  }
  #potenza_contents #conts_banner .banner:not(:last-of-type) {
    margin-bottom: 10px;
  }
  #potenza_contents .conts_teigaku {
    width: 94%;
    margin-bottom: 40px;
  }
  #potenza_contents #about_conts {
    position: relative;
    float: left;
    clear: both;
  }
  #potenza_contents #about_conts .area_1 {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
  #potenza_contents #about_conts .area_1 .box {
    width: 100%;
    margin-bottom: 68px;
    position: relative;
  }
  #potenza_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 8vw;
  }
  #potenza_contents #about_conts .area_1 .box .text_box {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    margin: 2vw 0 0;
  }
  #potenza_contents #about_conts .area_1 .box .text_box h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    text-align: left;
  }
  #potenza_contents #about_conts .area_1 .box .text_box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  #potenza_contents #about_conts .area_1 .box .img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20vw;
  }
  #potenza_contents #about_conts .area_2 {
    width: 100%;
    float: left;
    clear: both;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 h3 {
    background-color: #b08338;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 0.5em;
    margin: 50px 0;
    font-size: 20px;
    line-height: 1.4;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 50px;
    position: relative;
    border: 1px solid #0000001a;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: 10px 10px 0 0 #0000001a;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .text_box {
    width: 100%;
    /* float: left; */
    /* padding-top: 57px; */
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_2
    .box:nth-of-type(2n)
    .text_box {
    /* float: right; */
    /* padding-top: 60px; */
    padding-right: 0;
  }
  #potenza_contents h4 {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
    /* text-align: center; */
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .text_box .text {
    /* width: 570px; */
    margin-bottom: 1em;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_2
    .box:nth-of-type(2n)
    .text_box
    .text {
    /* width: 570px; */
    margin-bottom: 1em;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .img {
    width: 100%;
    /* position: absolute; */
    /* top: 150px; */
    /* right: 0; */
    overflow: hidden;
  }
  #potenza_contents #feature_conts .feature_inner .area_2 .box .img {
    top: 50px;
  }
  #potenza_contents #feature_conts .feature_inner.type .area_2 .box .img {
    top: 30px;
  }
  #potenza_contents
    #feature_conts
    .feature_inner
    .area_2
    .box:nth-of-type(2n)
    .img {
    right: auto;
    left: 0;
  }
  #potenza_contents #feature_conts {
    clear: both;
    width: 90%;
    margin: auto;
  }
  #potenza_contents #feature_conts .bg_wrapper {
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding: 40px 5% 68px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  #potenza_contents #feature_conts .bg_wrapper h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
  }
  #potenza_contents #feature_conts .bg_wrapper .contents_box {
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
  #potenza_contents #feature_conts .bg_wrapper .contents_box dl {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
  }
  #potenza_contents #feature_conts .bg_wrapper .contents_box dt {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    color: #fff;
    background-color: #dbc040;
    border-radius: 25px;
    padding: 7px 0 5px;
    text-align: center;
    margin-bottom: 9px;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(2)
    dt {
    background-color: #7bc0c5;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(3)
    dt {
    background-color: #ea7798;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(4)
    dt {
    background-color: #72a4d8;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(5)
    dt {
    background-color: #db9b40;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(6)
    dt {
    background-color: #a78fca;
  }
  #potenza_contents #feature_conts .bg_wrapper .contents_box dd li {
    font-size: 14px;
    line-height: 1.4;
    padding-left: 1em;
    text-indent: -1em;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
    vertical-align: top;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:first-of-type
    li {
    width: 50%;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:first-of-type
    li:nth-of-type(2n) {
    width: 50%;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(4)
    li {
    width: 50%;
  }
  #potenza_contents
    #feature_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(4)
    li:nth-of-type(2n) {
    width: 50%;
  }
  #potenza_contents #feature_conts .bg_wrapper .bg_text {
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;
    font-size: 15px;
    line-height: 1.8;
    box-sizing: border-box;
    padding: 22px 5% 20px;
  }
  #potenza_contents #feature_conts .shoulder_merit {
    text-align: center;
  }
  #potenza_contents #feature_conts .merit_list li {
    margin-bottom: 5vw;
  }
  #potenza_contents #feature_conts .merit_list li p {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2vw;
  }
  #potenza_contents #flow_conts {
    width: 90%;
    margin: 0 auto 10vw;
    clear: both;
  }
  #potenza_contents #flow_conts .flow_list li {
    width: 100%;
    margin-bottom: 50px;
  }
  #potenza_contents #flow_conts .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  #potenza_contents #flow_conts .flow_list li .text_box {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  #potenza_contents #flow_conts .flow_list li .text_box .number {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  #potenza_contents #flow_conts .flow_list li .text_box h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  #potenza_contents #flow_conts .flow_list li .text_box .gray_text {
    font-size: 40px;
    line-height: 1;
    color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    text-align: right;
    letter-spacing: 0.1em;
  }
  #potenza_contents #flow_conts .flow_list li .img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
  }
  #potenza_contents #conts_price {
    padding-top: 60px;
  }
  #potenza_contents .title_box::after {
    display: none;
  }
  #potenza_contents .banner_diamond {
    margin: 0 auto 90px;
  }
  #potenza_contents .banner_diamond .about_diamond {
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.2em;
    padding-top: 20px;
  }
  #potenza_contents .conts_diamond {
    clear: both;
    margin: 0 auto 80px;
  }
  #potenza_contents .conts_diamond h2 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center;
    margin: 0 auto 30px;
  }
  #potenza_contents .kogao_table {
    text-align: center;
    margin: 0 auto 18px;
    font-size: 12px;
  }
  #potenza_contents .kogao_table th {
    background-color: #f7f7f7;
    padding: 5px 0;
    font-weight: 600;
  }
  #potenza_contents .kogao_table td {
    width: 50%;
    vertical-align: middle;
    padding: 8px 5px 8px;
    border-left: 1px dotted #ddd;
  }
  #potenza_contents .kogao_table td.ta_left {
    text-align: left;
  }
  #potenza_contents .kogao_table td.table_title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
    padding: 10px 5px 9px;
    border-right: 1px solid #fff;
    border-bottom: 16px solid #fff;
    background-color: #24b7ba;
  }
  #potenza_contents .kogao_table td.table_title:last-of-type {
    border-right: none;
    background-color: #ba9856;
  }
  #potenza_contents .kogao_table td ul {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 1em;
    text-indent: -1em;
  }
  #potenza_contents .kogao_table .menu_img {
    padding: 6px 0;
    border: none;
  }
  #potenza_contents .kogao_table td span {
    display: block;
    font-size: 26px;
    line-height: 1.2;
  }
  #potenza_contents .kogao_table td .double {
    color: #ff5777;
  }
  #potenza_contents .kogao_table td .circle {
    color: #ff5777;
  }
  #potenza_contents .kogao_table td .triangle {
    color: #bcbcbc;
  }
  #potenza_contents .kogao_table td:first-of-type {
    border-left: none;
  }
  #potenza_contents .conts_diamond .caution_text {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    text-align: center;
  }
  #potenza_contents .banner_wrapper {
    margin-bottom: 40px;
    font-size: 13px;
  }
  #potenza_contents .sale_banner_box {
    margin-bottom: 32px;
  }
  #potenza_contents .sale_banner_box:last-of-type {
    margin-bottom: 0;
  }
  #potenza_contents .sale_banner_box .sale_banner {
    margin-bottom: 6px;
  }
  #potenza_contents .sale_banner_box .text {
    text-align: center;
  }
  #potenza_contents #conts_price .message {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.6;
    padding: 25px 0 22px;
    border: 1px solid #ccc;
    margin: 0 auto 40px;
  }
  #potenza_contents #conts_price .message a {
    display: inline-block;
    width: auto;
    color: #30b3bd;
    text-decoration: underline;
  }
  #potenza_contents #conts_price .message a:hover {
    text-decoration: none;
  }
  #potenza_contents #conts_price .top_box {
    width: 100%;
    margin-bottom: 60px;
  }
  #potenza_contents #conts_price .top_box .img {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #potenza_contents #conts_price .top_box .text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
  }
  #potenza_contents #conts_price .top_box .text .small {
    font-size: 14px;
    font-weight: bold;
  }
  #potenza_contents #conts_price .ttl_sub {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    background: #000;
    color: #fff;
    line-height: 32px;
    padding: 0.5em;
  }
  #potenza_contents #conts_price .top_text {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    /* border-top: 2px solid #eee; */
    padding: 0.5em;
  }
  #potenza_contents #conts_price .price_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
  }
  #potenza_contents .box_inner {
    width: 100%;
    text-align: center;
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px 3% 12px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
  }
  #potenza_contents #conts_price .caution_text {
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 10px;
    color: #e43c83;
  }
  #potenza_contents #title_conts .price_box {
    padding-bottom: 18px;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price_op {
    color: #30b3bd;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price_op .small {
    color: #30b3bd;
  }
  #potenza_contents #conts_price .price_box .price_wrap .price .tax {
    top: 13px;
  }
  #potenza_contents #conts_price .detail_box {
    width: 100%;
    clear: both;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0px 1px 4px 3px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 30px 5% 32px;
  }
  #potenza_contents #conts_price .detail_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
  }
  #potenza_contents #conts_price .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  #potenza_contents #conts_price .detail_box table th {
    width: 30%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    padding: 12px 5% 10px 5%;
  }
  #potenza_contents #conts_price .detail_box table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 5% 10px 0;
  }
  #potenza_contents #option_conts .top_text {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    font-weight: bold;
    margin-bottom: 34px;
  }
  #potenza_contents #option_conts .top_text .small {
    font-size: 15px;
    display: inline-block;
    line-height: 1.5;
  }
  #potenza_contents #option_conts .top_text .small2 {
    font-size: 12px;
  }
  #potenza_contents #option_conts .price_wrapper {
    width: 100%;
    text-align: center;
  }
  #potenza_contents #option_conts .price_wrapper .price_box {
    padding: 34px 10px 22px;
    margin-bottom: 20px;
  }
  #potenza_contents #option_conts .price_box:nth-of-type(3) h4,
  #potenza_contents #option_conts .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  #potenza_contents #option_conts .price_box .terms {
    width: 223px;
    font-size: 21px;
  }
  #potenza_contents #option_conts .price_box .price_wrap .price .tax {
    top: 12px;
  }
  .sp_none {
    display: none;
  }
  .picolp {
    overflow: hidden;
  }
  .mainImgTop {
    height: 107vw;
  }
  .mainImgTopInner {
    width: 100%;
    margin: auto;
    padding: 0;
  }
  .mainImgTopLeft {
    float: none;
    width: 100%;
    margin-left: 0;
    position: absolute;
    z-index: 2;
  }
  .textObi {
    font-size: 2.8vw;
    /* position: absolute; */
    width: 96%;
    padding: 2%;
  }
  .h1text {
    width: 58vw;
    margin: 10px 20px;
  }
  .fives {
    width: 58vw;
    margin: 10px 20px;
  }
  .mainImgTopRight {
    float: none;
    width: 0;
    position: absolute;
    right: 184px;
    top: 100px;
  }
  .woman {
    width: 44vw;
    position: absolute;
    top: 7vw;
    left: 0;
  }
  .topPrice {
    background: url(../images/contents/picolp/pink_bg2.jpg);
    width: 100%;
    background-size: 100px;
  }
  .topPriceInner {
    width: 80vw;
    text-align: center;
    position: relative;
    top: -34vw;
    margin: auto;
  }
  .topPriceInner img.plus {
    width: 30px;
    margin: 10px 0;
  }
  .topPriceText {
    font-size: 16px;
  }
  .topPriceInner img.under {
    width: 100px;
    margin: 10px 0 20px;
  }
  .topPriceText span {
    font-size: 20px;
    color: #c74965;
    font-weight: bold;
  }
  .reserveBtn {
    width: 100%;
  }
  .midContentsImg img {
    width: 90%;
  }
  .midContentsBlock {
    width: 80%;
    position: relative;
    z-index: 2;
    background: #fff;
    box-shadow: 1px 1px 1px 1px #ccc;
    top: -30px;
    margin: 0 auto;
    padding: 20px 5%;
    display: table;
  }
  .midContentsBlock h2 {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 0.2em;
    padding: 0;
    line-height: 1.3;
    padding-left: 13px;
    border-left: 7px solid #333;
  }
  .midContentsBlockLeft img {
    width: 25%;
    float: left;
    margin-right: 1%;
  }
  .midContentsBlockLeft {
    width: 100%;
    float: none;
    display: inline-block;
  }
  .midContentsBlockLeft ul {
    padding: 0 0;
    float: right;
    width: 72%;
  }
  .midContentsBlockLeft li {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0.16em;
  }
  .midContentsBlockRight {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .midContentsBlock table th {
    background: #e7e7e7;
    font-size: 12px;
    text-align: center;
    width: 27%;
    padding: 10px 0;
  }
  .midContentsBlock table td {
    padding-left: 10px;
    font-size: 12px;
  }
  .midContentsBlock p {
    font-size: 12px;
  }
  .lineContact {
    width: 70%;
    float: none;
    margin: 15px auto 0;
  }
  .lineTel {
    width: 70%;
    float: none;
    margin: auto;
  }
  .blueLinesInner {
    width: 100%;
    padding: 20px 0;
  }
  .comparison h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .comparisonImg {
    width: 96%;
    margin: 0 auto 20px;
  }
  .comparisonImg2 {
    width: 96%;
    margin: 0 auto 20px;
  }
  .pricebox h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .pricebox {
    width: 96%;
  }
  .pricebox h3 {
    font-size: 18px;
  }
  .pricebox h3 {
    font-size: 16px;
  }
  .pricebox dl dt {
    font-size: 13px;
  }
  .pricebox dl dd {
    font-size: 20px;
  }
  .pricebox dl dd span {
    font-size: 18px;
  }
  .doctor_info {
    background: #f9f9f9;
    padding: 60px 0;
    width: 100%;
    margin: 40px 0 0;
    text-align: center;
  }
  .doctor_info img {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  .yokohamaGallary {
    padding: 0;
    margin: 20px 0 0;
  }
  .yokohamaGallary h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  .yokohamaRight {
    float: none;
    width: 90%;
    margin-top: 0;
  }
  .yokohamaImg {
    width: 90%;
    margin: auto;
  }
  .yokohamaGallary h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 10px;
  }
  .yokohamaGallary h4 {
    font-size: 12px;
  }
  .yokohamaGallary p {
    font-size: 12px;
  }
  .yokohamaGallary .yokohamaImg img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .contactForm {
    padding: 20px 2%;
    width: 96%;
  }
  .contactForm h2 {
    font-size: 20px;
    margin: 20px 0;
  }
  #potenza_contents #thanks_conts {
    width: 100%;
    clear: both;
    padding: 120px 3% 100px;
    box-sizing: border-box;
    text-align: center;
  }
  #potenza_contents #thanks_conts h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  #potenza_contents #thanks_conts p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 12px;
  }
  #potenza_contents footer {
    width: 100%;
    clear: both;
    padding: 20px 0 16px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.2em;
    margin-bottom: 68px;
    color: #000;
  }
  #bikora_contents .hutaeMenu {
    width: 100%;
    margin: 0;
    display: inline-block;
  }
  .hutaeMenu {
    margin-bottom: 24vw;
    display: table;
    margin-top: -2.2vw;
    width: 100%;
  }
  .hutaeMenu a {
    text-align: left;
    height: 15vw;
    padding: 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
    position: relative;
    margin-top: -1px;
    font-size: 3.5vw;
    line-height: 2.5;
  }
  .hutaeMenu a:nth-child(2),
  .hutaeMenu a:nth-child(3),
  .hutaeMenu a:nth-child(4) {
    line-height: 1.3;
  }
  .hutaeMenu a:nth-child(even) {
    border-left: none;
  }
  .hutaeMenu a:after {
    content: "";
    position: absolute;
    background-image: url(../img/under_arrow.png);
    background-repeat: no-repeat;
    right: 3vw;
    top: 50%;
    margin-top: -1vw;
    width: 3vw;
    height: 3vw;
    background-size: 100%;
  }
  .orange {
    color: #ff5f00;
  }
  #potenza_contents .faqArea {
    margin: 0 auto 30px;
    border-top: 2px solid #40b1bf;
  }
  #potenza_contents .faqArea dl {
    border-bottom: 2px solid #40b1bf;
    padding: 10px 0;
  }
  #potenza_contents .faqArea dl dt {
    padding: 10px 10px 10px 14vw;
    position: relative;
  }
  #potenza_contents .faqArea dl dt:before {
    position: absolute;
    content: "";
    background-image: url("../img/q.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
  }
  #potenza_contents .faqArea dl dd {
    padding: 10px 10px 10px 14vw;
    background: #f3f3f3;
    position: relative;
    display: none;
  }
  #potenza_contents .faqArea dl dd:before {
    position: absolute;
    content: "";
    background-image: url("../img/a.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
  }
    #potenza_contents #faq .sub_message {
    text-align: center;
      font-size: 16px;
    line-height: 1.7;
      margin-bottom: 30px;
  }
  #potenza_contents #faq a {
    display: inline-block;
    width: auto;
    color: #40b1bf;
    text-decoration: underline;
  }
  #potenza_contents #faq a:hover {
    text-decoration: none;
  }
  #pick_conts {
    width: 100%;
    padding: 7vw 0 3vw;
    background-image: url("../img/img_recommend_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80%;
    position: relative;
    margin-bottom: 40px;
    display: table;
  }
  #pick_conts .title_box {
    color: #fff;
  }
  #potenza_contents #pick_conts .title_box::after {
    background-color: #fff;
  }
  .pick {
    padding: 5%;
  }
  .pick ul {
    display: table;
    width: 100%;
    margin-top: 3vw;
  }
  .pick ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 3% 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
  }
  .pick ul li:before {
    content: "";
    position: absolute;
    background-image: url(../img/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
  }
  #potenza_contents #treatment_conts .area_1 {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  #potenza_contents #treatment_conts .box {
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
  #potenza_contents #treatment_conts .box:last-of-type {
    border: none;
  }
  #potenza_contents #treatment_conts .box h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-align: center;
  }
  #potenza_contents #treatment_conts .box h3,
  #potenza_contents #treatment_conts .box .text {
    width: 100%;
  }
  #potenza_contents #treatment_conts .box .img {
    width: 100%;
    margin-bottom: 20px;
  }
  #potenza_contents #method_conts {
    position: relative;
  }
  #potenza_contents #method_conts .area_1 {
    width: 100%;
    /* float: left; */
    clear: both;
    overflow: hidden;
    margin-bottom: 50px;
  }
  #potenza_contents #method_conts .area_1 .box {
    width: 100%;
    /* float: left; */
    /* clear: both; */
    margin-bottom: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  #potenza_contents #method_conts .area_1 .box:nth-of-type(1) {
    /* margin-bottom: 0; */
    padding-bottom: 30px;
  }
  #potenza_contents #method_conts .area_1 .box:nth-of-type(1) .text_box {
    border: none;
  }
  #potenza_contents #method_conts .area_1 .box h3 {
    border-top: 6px #000 double;
    border-bottom: 6px #000 double;
    padding: 0.5em 0;
  }
  #potenza_contents #method_conts .area_1 .box .text_box {
    width: 100%;
    padding-top: 7px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  #potenza_contents #method_conts .area_1 .box .img {
    width: 70%;
    margin: 0 auto;
  }
  #potenza_contents #method_conts .area_1 .box .potenza_video {
    width: 100%;
    overflow: hidden;
  }
  #potenza_contents #method_conts .area_1 .box .potenza_video video {
    width: 100%;
    height: auto;
  }
  #potenza_contents #method_conts .method_sub_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding: 0.5em;
    background: #cfe6ea;
    margin-bottom: 30px;
  }
  #potenza_contents #method_conts .area_2 {
    display: flex;
    width: 100%;
    flex-flow: column;
    justify-content: space-between;
  }
  #potenza_contents #method_conts .area_2 .box {
    width: 100%;
    margin-bottom: 50px;
  }
  #potenza_contents #method_conts .box h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 1em auto;
    text-align: center;
  }
  #potenza_contents #method_conts .area_2 .box .img {
    width: 70%;
    margin: 0 auto;
  }
  #difference_conts .dif-table {
    width: 100%;
    line-height: 1.8;
    border: 1px solid #dcdcdc;
    font-size: 12px;
  }
  #difference_conts .dif-table tr {
    border-bottom: 1px solid #dcdcdc;
  }
  #difference_conts .dif-table tr:first-of-type {
    background-color: #f8f8f8;
  }
  #difference_conts .dif-table th {
    width: 140px;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
  }
  #difference_conts .dif-table tr th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #f8f8f8;
  }
  #difference_conts .dif-table tr .head-highlight {
    background-color: #000000;
    color: #fff;
  }
  #difference_conts .dif-table tr .data-highlight {
    font-weight: bold;
  }
  #difference_conts .dif-table td {
    width: 160px;
    text-align: center;
    padding: 11px 14px 10px;
    border-right: 1px solid #dcdcdc;
    vertical-align: middle;
  }
  #difference_conts .dif-table td .small {
    font-size: 9px;
    line-height: 1.4;
    display: block;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
  }
  #difference_conts .dif-table tr:first-of-type td {
    font-weight: bold;
    vertical-align: middle;
  }
  .area_1 p {
    margin-bottom: 5vw;
  }
  #potenza_contents #feature_conts .feature_inner .area_1 .box {
    margin-bottom: 8vw;
  }
  #potenza_contents #conts_price .price_wrapper .price_box.first {
    float: none;
    text-align: center;
    margin: 4vw auto;
  }
  #conts_pickup {
    text-align: center;
  }
  #conts_pickup h2 {
    font-size: 5vw;
    font-weight: bold;
    display: block;
    margin-bottom: 2vw;
  }
  #conts_pickup #pickup2 {
    padding: 4vw 0;
  }
  #conts_pickup #pickup2 li {
    margin-bottom: 5vw;
    background: #eeeeee;
    padding: 6vw;
    width: 100%;
    display: table;
  }
  #conts_pickup #pickup2 li .pickupLeft {
    width: 70%;
    text-align: center;
    margin: auto;
  }
  #conts_pickup #pickup2 li .pickupRight {
    width: 100%;
    text-align: left;
  }
  #conts_pickup #pickup2 li .pickupRight h3 {
    font-size: 5vw;
    font-weight: bold;
    margin: 2vw 0;
    text-align: center;
  }
  #conts_pickup #pickup2 li .pickupRight h4 {
    font-size: 4vw;
    font-weight: bold;
    margin-top: 5vw;
    line-height: 1.4;
    margin-top: 2vw;
    text-align: left;
  }
  #conts_pickup #pickup2 li .pickupRight a {
    display: block;
    margin: 4vw 0 0;
  }
  .taxplus {
    font-size: 10px;
    display: block;
    position: absolute;
    top: 5px;
    right: -14px;
  }
  .pickupLink {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }
}
