@charset "UTF-8";
.display_yokohama,
.web_reserve_yokohama,
.web_reserve_nagoya,
.display_nagoya,
.web_reserve_osaka,
.display_osaka {
  display: none;
}
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px) {
  /*=========================
▼▼共通▼▼
===========================*/
  .ninoude_contents section {
    width: 100%;
    clear: both;
  }
  .ninoude_contents p {
    font-size: 15px;
  }
  .ninoude_contents .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  .ninoude_contents .pc_none {
    display: none;
  }
  .ninoude_contents .auto {
    width: 1140px;
    margin: 0 auto;
    position: relative;
  }
  .ninoude_contents img {
    display: block;
  }
  .ninoude_contents .orange {
    color: #ff5f00;
  }
  .ninoude_contents #title_conts {
    width: 100%;
    height: 49vw;
    background-position: 50% 50%;
    position: relative;
    margin-bottom: 0;
    float: none;
  }
  .ninoude_contents #title_conts h1 {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0;
  }
  /* 年末年始のお知らせ */
  .ninoude_contents .holiday_conts {
    margin-top: 60px;
  }
  .ninoude_contents .price_box {
    width: 100%;
    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);
  }
  .ninoude_contents #title_conts .price_box {
    padding-bottom: 18px;
  }
  .ninoude_contents .price_box h4 {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    font-style: italic;
  }
  .ninoude_contents .price_box h4 .small {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  .ninoude_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;
  }
  .ninoude_contents .price_box .price_wrap .range {
    display: inline-block;
    font-size: 21px;
    line-height: 1.3;
    font-weight: bold;
  }
  .ninoude_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;
  }
  .ninoude_contents #title_conts .price_box .price_wrap .price {
    line-height: 1;
  }
  .ninoude_contents .price_box .price_wrap .price .small {
    display: inline-block;
    font-size: 29px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
  }
  .ninoude_contents .price_box .price_wrap .price .tax {
    position: absolute;
    font-size: 11px;
    top: 12px;
    right: -6px;
  }
  .ninoude_contents #title_conts .price_box .price_wrap .price .tax {
    top: 6px;
  }
  .ninoude_contents .link_btn_area {
    width: 800px;
    clear: both;
    margin: 0 auto 190px;
  }
  .ninoude_contents .link_btn_area .contact_btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .ninoude_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;
  }
  .ninoude_contents .link_btn_area .contact_btn a:hover {
    background-color: #fff;
    color: #e43c83;
  }
  .ninoude_contents .link_btn_area .contact_btn .eng {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    transition-duration: 0.6s;
  }
  .ninoude_contents .link_btn_area .contact_btn a:hover .eng {
    color: #e43c83;
  }
  .ninoude_contents .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 226px;
  }
  .ninoude_contents .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 132px;
    background-color: #000;
    position: absolute;
    bottom: -190px;
    left: 50%;
  }
  .ninoude_contents .title_box h2 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  .ninoude_contents .title_box .jp_title {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.2em;
  }
  .ninoude_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;
  }
  .ninoude_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の疑似要素にマスクとマスクを外すアニメーションを設定 */
  .ninoude_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: 1100px;
    margin: 20px auto 100px;
    display: table;
    border-left: 1px solid #ccc;
  }
  .hutaeMenu a {
    padding: 0 15px;
    border-right: 1px solid #ccc;
    width: 20%;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .ninoude_contents {
    width: 100%;
    clear: both;
    float: left;
    background-size: 100%;
    line-height: 2;
    color: #000000;
    text-align: left;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
      sans-serif;
    font-weight: 500;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
  }
  .ninoude_contents #back-top {
    display: none;
    bottom: 70px;
    right: 40px;
    clear: both;
    float: left;
    position: fixed;
    width: 62px;
    z-index: 99;
  }
  .ninoude_contents header {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 12px 0 8px;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
  }
  .ninoude_contents header .main_logo {
    width: 222px;
    float: left;
    margin-top: 16px;
  }
  .ninoude_contents header .right_wrap {
    width: 524px;
    float: right;
    text-align: right;
  }
  .ninoude_contents header .right_wrap .tel_box {
    width: 287px;
    text-align: left;
    display: inline-block;
  }
  .ninoude_contents header .right_wrap .tel_box .box {
    margin-bottom: 8px;
  }
  .ninoude_contents header .right_wrap .tel_box .box:nth-of-type(2) {
    margin-bottom: 0;
  }
  .ninoude_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;
  }
  .ninoude_contents header .right_wrap .tel_box .box dd {
    display: inline-block;
    width: 220px;
    vertical-align: top;
  }
  .ninoude_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("../img/icon_tel_g.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
  }
  .ninoude_contents
    header
    .right_wrap
    .tel_box
    .box:nth-of-type(2)
    .tel_number {
    background-image: url("../img/icon_tel_y.jpg");
  }
  .ninoude_contents header .right_wrap .tel_box .closed {
    font-size: 11px;
    line-height: 1.2;
    padding-left: 28px;
  }
  .ninoude_contents header .right_wrap .contact_btn {
    width: 228px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 11px;
  }
  .ninoude_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;
  }
  .ninoude_contents header .right_wrap .contact_btn a:hover {
    background-color: #fff;
    color: #e43c83;
  }
  .ninoude_contents header .right_wrap .contact_btn .eng {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    transition-duration: 0.6s;
  }
  .ninoude_contents header .right_wrap .contact_btn a:hover .eng {
    color: #e43c83;
  }
  .ninoude_contents #about_conts {
    position: relative;
  }
  .ninoude_contents #about_conts .area_1 {
    width: 100%;
    float: left;
    clear: both;
  }
  .ninoude_contents #about_conts .area_1 .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 164px;
    position: relative;
  }
  .ninoude_contents #about_conts .area_1 .box:last-child {
    margin-top: 250px;
  }
  .ninoude_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 0;
  }
  .ninoude_contents #about_conts .area_1 .box .text_box {
    width: 650px;
    float: left;
    padding-top: 57px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .ninoude_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box {
    float: right;
    padding-top: 87px;
    padding-right: 35px;
  }
  .ninoude_contents #about_conts .area_1 .box .text_box h4 {
    font-size: 26px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 28px;
    letter-spacing: 0.2em;
  }
  .ninoude_contents #about_conts .area_1 .box .text_box .text {
    width: 480px;
  }
  .ninoude_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box .text {
    width: 570px;
  }
  .ninoude_contents #about_conts .area_1 .box .img {
    width: 643px;
    position: absolute;
    top: 40px;
    right: 28px;
    overflow: hidden;
  }
  .ninoude_contents #about_conts .area_1 .box:nth-of-type(2n) .img {
    right: auto;
    left: 0;
  }
  .ninoude_contents #about_conts .area_2 {
    width: 1100px;
    float: left;
    clear: both;
    position: relative;
  }
  .ninoude_contents #about_conts .area_2 .img {
    width: 340px;
    float: left;
    margin-top: 60px;
    margin-right: 500px;
    margin-bottom: 256px;
    overflow: hidden;
  }
  .ninoude_contents #about_conts .area_2 .img2 {
    width: 660px;
    margin-top: -420px;
    float: right;
    overflow: hidden;
  }
  .ninoude_contents #about_conts .area_2 .img3 {
    width: 371px;
    float: left;
    margin-left: 100px;
    overflow: hidden;
    margin-top: -60px;
  }
  .ninoude_contents #about_conts .area_2 p {
    box-sizing: border-box;
    padding: 0 27px 0;
    font-size: 23px;
    line-height: 47px;
    position: absolute;
  }
  .ninoude_contents #about_conts .area_2 p.small {
    width: 210px;
    height: 210px;
    padding: 0 25px 0;
  }
  .ninoude_contents #about_conts .area_2 p .inner {
    display: block;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
  }
  .ninoude_contents #about_conts .area_2 p .inner:before {
    position: absolute;
    content: "";
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 40px;
    height: 30px;
    left: -50px;
    top: 7px;
  }
  .ninoude_contents #about_conts .area_2 p.b_text1 {
    top: 80px;
    left: 410px;
  }
  .ninoude_contents #about_conts .area_2 p.b_text2 {
    top: 70px;
    right: 189px;
  }
  .ninoude_contents #about_conts .area_2 p.b_text3 {
    top: 280px;
    right: 369px;
  }
  .ninoude_contents #about_conts .area_2 p.b_text4 {
    top: 385px;
    left: 40px;
  }
  .ninoude_contents #about_conts .area_2 p.b_text5 {
    bottom: 55px;
    left: 550px;
  }
  .ninoude_contents #about_conts .area_2 p.b_text6 {
    bottom: 64px;
    right: 156px;
  }
  .ninoude_contents .shoulder_merit {
    text-align: center;
  }
  .ninoude_contents .shoulder_merit h3 {
    font-size: 18px;
  }
  .ninoude_contents .merit_list {
    border: 1px solid #ccc;
    padding: 40px 50px;
    margin: 60px 0;
  }
  .ninoude_contents .merit_list ul {
    display: flex;
  }
  .ninoude_contents .merit_list li {
    width: 30%;
    margin-right: 5%;
  }
  .ninoude_contents .merit_list li p {
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    padding: 15px 0;
  }
  .ninoude_contents .merit_list .merit_text {
    text-align: center;
    font-size: 25px;
    padding-top: 20px;
  }
  .ninoude_contents .merit_list li:last-child {
    margin-right: 0;
  }
  .ninoude_contents #merit_conts .title_box {
    margin-bottom: 221px;
  }
  .ninoude_contents #merit_conts .detail_text {
    font-size: 26px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 44px;
  }
  .ninoude_contents #merit_conts .detail_text .small {
    font-size: 16px;
    font-weight: bold;
  }
  .ninoude_contents #merit_conts .detail_text .blue {
    color: #30b3bd;
    font-weight: bold;
  }
  .ninoude_contents #merit_conts .detail_text .pink {
    color: #ff8fb4;
    font-weight: bold;
  }
  .ninoude_contents #merit_conts .info_graph {
    margin-bottom: 62px;
  }
  .ninoude_contents #merit_conts .bg_text {
    width: 1000px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 41px 72px 33px;
    background-color: #f8f8f8;
  }
  .ninoude_contents #merit_conts .bg_text dt {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .ninoude_contents #merit_conts .bg_text dd {
    font-size: 17px;
    line-height: 35px;
  }
  .ninoude_contents
    #ingredient_conts
    #about_conts
    .area_1
    .box:nth-child(odd)
    .text_box {
    float: right;
  }
  .ninoude_contents
    #ingredient_conts
    #about_conts
    .area_1
    .box:nth-child(odd)
    .img {
    left: 0;
    right: auto;
  }
  .ninoude_contents
    #ingredient_conts
    #about_conts
    .area_1
    .box:nth-child(even)
    .text_box {
    float: left;
  }
  .ninoude_contents
    #ingredient_conts
    #about_conts
    .area_1
    .box:nth-child(even)
    .img {
    right: 0;
    left: auto;
  }
  .ninoude_contents #ingredient_conts #about_conts .area_1 .box:last-child {
    margin-top: 0;
  }
  .ninoude_contents #flow_conts .auto {
    width: 1160px;
  }
  .ninoude_contents #flow_conts .title_box {
    margin-bottom: 245px;
  }
  .ninoude_contents #flow_conts .flow_list li {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 107px;
  }
  .ninoude_contents #flow_conts .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .ninoude_contents #flow_conts .flow_list li .text_box {
    width: 557px;
    min-height: 363px;
    float: left;
    position: relative;
    z-index: 9;
  }
  .ninoude_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box {
    float: right;
  }
  .ninoude_contents #flow_conts .flow_list li .text_box .number {
    font-size: 90px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  .ninoude_contents #flow_conts .flow_list li .text_box h4 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .ninoude_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;
  }
  .ninoude_contents
    #flow_conts
    .flow_list
    li:nth-of-type(2n)
    .text_box
    .gray_text {
    left: auto;
    right: 0;
    text-align: right;
  }
  .ninoude_contents #flow_conts .flow_list li .img {
    width: 557px;
    float: right;
    position: relative;
    z-index: 9;
    overflow: hidden;
  }
  .ninoude_contents #flow_conts .flow_list li:nth-of-type(2n) .img {
    float: left;
  }
  .ninoude_contents #conts_price .top_box {
    width: 100%;
    height: 466px;
    margin-bottom: 60px;
    position: relative;
  }
  .ninoude_contents #conts_price .top_box .img {
    width: 714px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
  }
  .ninoude_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;
  }
  .ninoude_contents #conts_price .top_box .text .small {
    font-size: 16px;
    line-height: 56px;
    font-weight: bold;
  }
  .ninoude_contents #conts_price .price_wrapper {
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 0 100px;
    box-sizing: border-box;
    margin-bottom: 33px;
  }
  .ninoude_contents #conts_price .price_wrapper .price_box {
    width: 475px;
    float: left;
    margin-bottom: 35px;
  }
  .ninoude_contents #conts_price .price_wrapper .price_box.boxlast {
    margin: auto;
  }
  .ninoude_contents #conts_price .price_wrapper .price_box:nth-of-type(2n) {
    float: right;
  }
  .ninoude_contents #conts_price .price_box:nth-of-type(3),
  .ninoude_contents #conts_price .price_box:nth-of-type(4) {
    padding: 34px 10px 22px;
  }
  .ninoude_contents #conts_price .price_box h4 {
    font-size: 25px;
  }
  .ninoude_contents #conts_price .price_box:nth-of-type(5) h4,
  .ninoude_contents #conts_price .price_box:nth-of-type(5) h4 {
    margin-bottom: 0;
  }
  .ninoude_contents #conts_price .price_box h4 .small {
    font-size: 22px;
  }
  .ninoude_contents #conts_price .price_box .terms {
    width: 223px;
    font-size: 21px;
  }
  .ninoude_contents #conts_price .price_box .price_wrap .price {
    font-size: 60px;
  }
  .ninoude_contents #conts_price .price_box:nth-of-type(5) .price_wrap .price,
  .ninoude_contents #conts_price .price_box:nth-of-type(5) .price_wrap .price {
    color: #30b3bd;
  }
  .ninoude_contents #conts_price .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  .ninoude_contents
    #conts_price
    .price_box:nth-of-type(5)
    .price_wrap
    .price
    .small,
  .ninoude_contents
    #conts_price
    .price_box:nth-of-type(5)
    .price_wrap
    .price
    .small {
    color: #30b3bd;
  }
  .ninoude_contents #conts_price .price_box .price_wrap .price .tax {
    font-size: 15px;
    font-weight: bold;
    top: auto;
    right: auto;
    position: relative;
  }
  .ninoude_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;
  }
  .ninoude_contents #conts_price .detail_box h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
  }
  .ninoude_contents #conts_price .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .ninoude_contents #conts_price .detail_box table {
    width: 100%;
  }
  .ninoude_contents #conts_price .detail_box table th {
    width: 275px;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    padding: 15px 23px 12px 35px;
  }
  .ninoude_contents #conts_price .detail_box table td {
    font-size: 15px;
    line-height: 27px;
    padding: 15px 23px 12px 0;
  }
  .ninoude_contents #option_conts {
    margin-bottom: 39px;
  }
  .ninoude_contents #option_conts .title_box {
    margin-bottom: 200px;
  }
  .ninoude_contents #option_conts .top_text {
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .ninoude_contents #option_conts .top_text .small {
    font-size: 16px;
  }
  .ninoude_contents #option_conts .top_text .small2 {
    font-size: 14px;
  }
  .ninoude_contents #option_conts .price_wrapper {
    width: 100%;
    float: left;
    clear: both;
    padding: 0 100px;
    text-align: center;
    box-sizing: border-box;
  }
  .ninoude_contents #option_conts .price_wrapper .price_box {
    width: 475px;
    float: left;
    margin-bottom: 35px;
  }
  .ninoude_contents #option_conts .price_wrapper .price_box:nth-of-type(2n) {
    float: right;
  }
  .ninoude_contents #option_conts .price_box:nth-of-type(3),
  .ninoude_contents #option_conts .price_box:nth-of-type(4) {
    padding: 34px 10px 22px;
  }
  .ninoude_contents #option_conts .price_box h4 {
    font-size: 28px;
  }
  .ninoude_contents #option_conts .price_box .text {
    height: 70px;
  }
  .ninoude_contents #option_conts .price_box:nth-of-type(3) h4,
  .ninoude_contents #option_conts .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  .ninoude_contents #option_conts .price_box h4 .small {
    font-size: 22px;
  }
  .ninoude_contents #option_conts .price_box .terms {
    width: 223px;
    font-size: 21px;
  }
  .ninoude_contents #option_conts .price_box .price_wrap .price {
    font-size: 60px;
  }
  .ninoude_contents #option_conts .price_box .price_wrap .price .small {
    font-size: 36px;
  }
  .ninoude_contents #option_conts .price_box .price_wrap .price .tax {
    font-size: 13px;
    font-weight: bold;
    top: 16px;
  }
  .ninoude_contents #doctor_conts {
    margin-bottom: 23px;
  }
  .ninoude_contents #doctor_conts .box {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 51px;
  }
  .ninoude_contents #doctor_conts .box .name_box {
    width: 100%;
    float: left;
    clear: both;
    background-color: #f2f2f2;
    margin-bottom: 38px;
  }
  .ninoude_contents #doctor_conts .box .name_box .name {
    width: 580px;
    float: left;
    box-sizing: border-box;
    padding-left: 190px;
    padding-top: 106px;
  }
  .ninoude_contents #doctor_conts .box .name_box .eng {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    color: #afafaf;
  }
  .ninoude_contents #doctor_conts .box .name_box dt {
    font-size: 17px;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
    vertical-align: bottom;
  }
  .ninoude_contents #doctor_conts .box .dr_img {
    width: 290px;
    float: right;
    margin-right: 200px;
  }
  .ninoude_contents #doctor_conts .box .name_box dd {
    font-size: 35px;
    line-height: 1.3;
    font-weight: bold;
    margin-right: 20px;
    display: inline-block;
  }
  .ninoude_contents #doctor_conts .box .history_box {
    width: 100%;
    float: left;
    clear: both;
  }
  .ninoude_contents #doctor_conts .box .history_box dl {
    width: 600px;
    float: left;
    box-sizing: border-box;
  }
  .ninoude_contents #doctor_conts .box .history_box dl:first-of-type {
    width: 600px;
    float: left;
    padding-left: 100px;
  }
  .ninoude_contents #doctor_conts .box .history_box dt {
    width: 90px;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.3;
    display: table-cell;
    vertical-align: top;
  }
  .ninoude_contents #doctor_conts .box .history_box dl:nth-of-type(2) dt {
    width: 133px;
  }
  .ninoude_contents
    #doctor_conts
    .box
    .history_box
    dl:nth-of-type(2)
    dt
    .small {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
  }
  .ninoude_contents #doctor_conts .box .history_box dd {
    border-left: 1px solid #e9e9e9;
    display: table-cell;
    vertical-align: top;
    font-size: 17px;
    line-height: 1.4;
    padding-left: 35px;
    padding-right: 20px;
  }
  .ninoude_contents #doctor_conts .box .history_box dd th {
    width: 80px;
  }
  .ninoude_contents #doctor_conts .box .history_box dd td,
  .ninoude_contents #doctor_conts .box .history_box dd li {
    padding-bottom: 11px;
  }
  .ninoude_contents #clinic_conts {
    width: 100%;
    min-width: 1000px;
    margin: 0 auto 34px;
    overflow: hidden;
  }
  .ninoude_contents #clinic_conts .pc_top {
    width: 100%;
    clear: both;
    height: 342px;
  }
  .ninoude_contents #clinic_conts .pc_top .slide_in_image {
    width: 100%;
    background-image: url("../img/img_14.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .ninoude_contents #clinic_conts .cl_2 .slide_in_image {
    background-image: url("../img/img_15.jpg");
  }
  .ninoude_contents #clinic_conts .auto {
    width: 1000px;
    clear: both;
  }
  .ninoude_contents #clinic_conts .box {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    padding-top: 44px;
    margin-bottom: 135px;
  }
  .ninoude_contents #clinic_conts .box .bg_text {
    font-size: 140px;
    line-height: 0.7;
    color: #fbfbfb;
    position: absolute;
    left: -50px;
    top: 0;
  }
  .ninoude_contents #clinic_conts .box .text_box {
    width: 500px;
    float: left;
    padding-top: 10px;
    position: relative;
  }
  .ninoude_contents #clinic_conts .box .text_box h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .ninoude_contents #clinic_conts .box .text_box dl {
    width: 100%;
    display: table;
    font-size: 16px;
    line-height: 33px;
  }
  .ninoude_contents #clinic_conts .box .text_box dl dt {
    width: 84px;
    display: table-cell;
  }
  .ninoude_contents #clinic_conts .box .text_box dl dd {
    display: table-cell;
  }
  .ninoude_contents #clinic_conts .box .text_box p.tel-link {
    font-size: 28px;
    margin-top: 8px;
    padding-left: 37px;
    background-image: url("../img/icon_tel_g.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 29px;
    font-style: italic;
  }
  .ninoude_contents #clinic_conts .box_2 .text_box p.tel-link {
    background-image: url("../img/icon_tel_y.jpg");
  }
  .ninoude_contents #clinic_conts .box .text_box p.tel-link a {
    font-size: 28px;
    color: #b5833a;
    text-decoration: none;
    font-style: italic;
  }
  .ninoude_contents #clinic_conts .box .gmap {
    width: 462px;
    height: 256px;
    float: right;
    position: relative;
  }
  .ninoude_contents #clinic_conts .box .gmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  /*
右から左へ
----------------------------*/
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  /*
IE11対策
----------------------------*/
  _:-ms-lang(x)::-ms-backdrop,
  .d-demo {
    display: -ms-grid;
    overflow: hidden;
  }
  /*----------------------------*/
  .d-demo__wrap {
    display: flex;
    overflow: hidden;
  }
  .d-demo__list {
    display: flex;
    list-style: none;
  }
  .d-demo__list--left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
  }
  .d-demo__item {
    width: calc(100vw / 6);
    margin-right: 100px;
    width: 78vw;
    margin-top: 3vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  .ninoude_contents .ninoude_box {
    position: relative;
    float: none;
    margin-bottom: -25vw;
  }
  .ninoude_backpink {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0;
    padding-left: 0;
    background-image: url(../img/ninoude_bg_pink_02.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    display: block;
  }
  .ninoude_contents h2 {
    font-size: 2.5vw;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
      "sans-serif";
  }
  .ninoude_contents h2 .yellow {
    color: #ffb6c1;
  }
  .ninoude_contents h2.mb3 {
    margin-bottom: 3vw;
  }
  .ninoude_box_left {
    width: 36vw;
    position: relative;
    top: 10vw;
    left: 14vw;
  }
  .ninoude_box .ninoude_box_left h2 {
    margin-bottom: 3vw;
  }
  .ninoude_box_left p {
    margin-bottom: 2vw;
  }
  .ninoude_box .ninoude_img01 {
    width: 40vw;
    position: relative;
    top: 10vw;
    left: 5vw;
  }
  .ninoude_box .ninoude_img02 {
    width: 46vw;
    position: relative;
    left: 48vw;
    top: -17vw;
  }
  .ninoude_box .ninoude_img03 {
    width: 60vw;
    position: relative;
    left: 20vw;
    top: -35vw;
  }
  .ninoude_box_left2 {
    width: 36vw;
    position: relative;
    top: -36vw;
    left: 14vw;
  }
  .ninoude_box_left3 {
    width: 60vw;
    position: relative;
    top: -34vw;
    left: 14vw;
  }
  .ninoude_contents .youtube {
    padding: 0 0 180px;
    text-align: center;
    float: none;
    clear: both;
    margin: -28vw auto 0;
  }
  .ninoude_contents .youtube_inner {
    width: 800px;
    height: 450px;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  .ninoude_contents .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ninoude_title {
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
    top: 0;
  }
  .ninoude_title img {
    position: absolute;
    width: 30vw;
    left: 50%;
    margin-left: -15vw;
    margin-top: -2.5vw;
  }
  .method_img {
    width: 80vw;
    margin: 13vw auto 2vw;
  }
  .method {
    background: #cddbeb;
    width: 100%;
    padding: 3vw 0 1vw;
  }
  .method .method_rank {
    display: flex;
    width: 60vw;
    margin: 0 auto 4vw;
  }
  .method .method_rank li {
    width: 28%;
    margin-right: 8%;
  }
  .method .method_rank li:last-child {
    margin-right: 0;
  }
  .method p {
    width: 66vw;
    margin: 0 auto 0;
  }
  .method_img2 {
    width: 50vw;
    margin: 2vw auto;
    padding: 0 0 4vw;
  }
  .ninoude_box_left4 {
    width: 65vw;
    position: relative;
    margin: 4vw auto;
  }
  .recommend_bg {
    width: 100%;
    height: 41vw;
    position: relative;
    padding: 0 0 70px;
    overflow: hidden;
  }
  .recommend_bg .bg_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto, auto, auto, auto);
    overflow: hidden;
  }
  .recommend_bg .bg_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/ninoude_bg_02.jpg?20231011) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0;
    left: 0;
  }
  .recommend_card {
    width: 50vw;
    margin: 10vw auto 4vw;
  }
  .recommend_card p {
    text-align: center;
    padding: 2vw 0;
  }
  .recommend_box {
    width: 75vw;
    height: 130vw;
    display: table;
    margin: auto;
    position: relative;
  }
  .recommend01 {
    width: 45vw;
    position: absolute;
    left: 5vw;
  }
  .recommend02 {
    width: 34vw;
    position: absolute;
    top: 22vw;
    right: 0;
  }
  .recommend03 {
    width: 45vw;
    position: absolute;
    top: 52vw;
    left: 9vw;
  }
  .recommend04 {
    width: 24vw;
    position: absolute;
    top: 30vw;
    left: 1vw;
  }
  .recommend05 {
    width: 28vw;
    position: absolute;
    top: 67vw;
    right: 0vw;
  }
  .recommend06 {
    width: 40vw;
    position: absolute;
    top: 86vw;
    left: 2vw;
  }
  .case {
    background: #f2d7d0;
    width: 100%;
    background-size: 100%;
    background-position: top;
    position: relative;
  }
  .case_top {
    width: 65vw;
    margin: 0 auto;
    display: flex;
  }
  .case_top .case_before {
    width: 28%;
    margin-right: 2%;
  }
  .case_top .case_before p {
    text-align: right;
    font-size: 0.9vw;
    margin-top: 2vw;
  }
  .case_top .case_after {
    width: 28%;
    margin-right: 2%;
    position: relative;
    top: 6vw;
  }
  .case_top .case_after p {
    color: #a592e2;
    text-align: right;
    padding: 0 1vw;
    font-size: 0.9vw;
    margin-top: 2vw;
  }
  .case_top .caselogo {
    width: 29%;
    left: 4vw;
  }
  .case_top .caselogo h3 {
    text-align: center;
  }
  .case_top .caselogo {
    position: relative;
    top: 12vw;
    text-align: right;
  }
  .caselogo h4 {
    margin-bottom: 4vw;
  }
  .case_list {
    display: flex;
    flex-wrap: wrap;
    width: 65vw;
    margin: 10vw auto 0px;
  }
  .case_list li {
    width: 45%;
    margin-right: 10%;
    margin-bottom: 3vw;
    text-align: center;
    font-size: 0.9vw;
    float: left;
  }
  .case_list li:nth-of-type(2n) {
    margin-right: 0;
  }
  .case_list li img {
    margin-bottom: 1vw;
  }
  .case_list li p {
    font-size: 0.9vw;
  }
  .case .detail_block {
    margin: 0 auto 40px;
  }
  .ninoude_block1 {
    width: 7vw;
    position: absolute;
    top: -21vw;
    left: 8vw;
  }
  .ninoude_block2 {
    width: 10vw;
    position: absolute;
    top: -4vw;
    right: 0;
  }
  .ninoude_block3 {
    width: 8vw;
    position: absolute;
    top: 46vw;
    left: -1vw;
  }
  .ninoude_block4 {
    width: 6vw;
    position: absolute;
    top: 53vw;
    left: 8vw;
  }
  .ninoude_block5 {
    width: 9vw;
    position: absolute;
    top: 57vw;
    right: -4vw;
  }
  .ninoude_block6 {
    width: 8vw;
    position: absolute;
    top: 118vw;
    left: 50vw;
  }
  .more_case {
    width: 34vw;
    font-size: 1.3vw;
    font-weight: bold;
    color: #333;
    background: #fff;
    border-radius: 50px;
    padding: 1vw;
    text-align: center;
    margin: 2vw auto 6vw;
    display: block;
    position: relative;
  }
  .more_case .plus {
    position: absolute;
    right: 2vw;
    font-size: 2vw;
    top: 0.2vw;
    font-weight: bold;
  }
  .downtime {
    position: relative;
  }
  .downtime_top {
    position: absolute;
    top: 6vw;
    right: 10vw;
    width: 40vw;
  }
  .downtime_top p {
    text-align: right;
  }
  .downtime_box {
    padding-top: 22vw;
  }
  .downtime_box .box_top {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .downtime_box .imgList {
    display: flex;
    width: 100%;
  }
  .downtime_box .imgList li {
    width: 25%;
    border: 1px solid #000;
    background: #f4eeea;
  }
  .downtime_box .imgList li .sub {
    padding: 2.2vw;
  }
  .downtime_box .imgList li .sub p {
    font-size: 1vw;
  }
  .downtime_box .imgList li .sub h3 {
    font-size: 1.8vw;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-bottom: 1vw;
  }
  .detail_block {
    width: 800px;
    font-size: 14px;
    line-height: 1.7;
    padding: 40px 40px 40px;
    border-radius: 16px;
    background-color: #f7f7f7;
    margin: 50px auto 0;
  }
  .detail_block .detail {
    display: flex;
    margin-bottom: 14px;
  }
  .detail_block .detail:last-of-type {
    margin-bottom: 0;
  }
  .detail_block .detail > dt {
    width: 140px;
    padding-right: 10px;
  }
  .detail_block .detail > dd {
    width: calc(100% - 160px);
  }
  .detail_block .detail_child {
    display: flex;
    margin-bottom: 8px;
  }
  .detail_block .detail_child:last-of-type {
    margin-bottom: 0;
  }
  .type .ninoude_type {
    width: 86vw;
    margin: 6vw auto 2vw;
  }
  .type .ninoude_type p {
    text-align: center;
    font-weight: bold;
  }
  .type_choice {
    padding: 2vw 0;
    margin-bottom: -15vw;
  }
  .type_choice .straight_type {
    background: linear-gradient(-20deg, #f2c0bc 0%, #f6e2cc 100%);
    width: 100%;
    padding: 3vw 0 7vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 92%, 0 100%);
  }
  .type_choice .straight_type h3 {
    width: 42vw;
    margin: 2vw auto 3vw;
    text-align: center;
  }
  .straight_type p.imgtext {
    width: 40vw;
    margin: 1vw auto 0;
    text-align: center;
  }
  .straight_box {
    width: 75vw;
    background: url(../img/straight_img.png) no-repeat;
    background-size: 42%;
    background-position: center;
    height: 40vw;
    padding: 0 0 2vw;
    margin: auto;
    position: relative;
  }
  .straight_box_text {
    position: absolute;
  }
  .straight_box_text h4 {
    font-size: 1.6vw;
    padding: 1vw 0 1vw 0;
    border-bottom: 1px solid #000;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
  }
  .straight_box_text h4 img {
    width: 2.5vw;
    margin-right: 0.3vw;
  }
  .straight_box_text p {
    padding: 1vw 0 0 0;
  }
  .straight_heart {
    right: -3vw;
    bottom: 2vw;
    width: 30vw;
  }
  .straight_uzu {
    top: 2vw;
    width: 24vw;
    left: 3vw;
  }
  .ninoude_contents .type_choice h2 {
    text-align: center;
    font-size: 1.8vw;
    margin: auto;
    display: block;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
      "sans-serif";
  }
  .type_choice .wave_type {
    background: linear-gradient(-20deg, #9acbd0 0%, #bfecd7 100%);
    width: 100%;
    padding: 3vw 0 7vw;
    -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 92%);
    clip-path: polygon(0% 7%, 100% 0%, 100% 100%, 0 92%);
    position: relative;
    top: -6.5vw;
  }
  .type_choice .wave_type h3 {
    width: 36vw;
    margin: 5vw auto 3vw;
    text-align: center;
  }
  .wave_type p.imgtext {
    width: 40vw;
    margin: 1vw auto 0;
    text-align: center;
  }
  .wave_box {
    width: 75vw;
    background: url(../img/wavetype_img.png) no-repeat;
    background-size: 42%;
    background-position: center;
    height: 40vw;
    padding: 0 0 2vw;
    margin: auto;
    position: relative;
  }
  .type_choice .natural_type {
    background: linear-gradient(-20deg, #fbf5d0 0%, #d0dbb8 100%);
    width: 100%;
    padding: 3vw 0 7vw;
    -webkit-clip-path: polygon(0 0%, 100% 8%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 100%);
    position: relative;
    top: -13vw;
  }
  .type_choice .natural_type h3 {
    width: 36vw;
    margin: 5vw auto 3vw;
    text-align: center;
  }
  .natural_type p.imgtext {
    width: 40vw;
    margin: 1vw auto 0;
    text-align: center;
  }
  .natural_box {
    width: 75vw;
    background: url(../img/natural_img.png) no-repeat;
    background-size: 42%;
    background-position: center;
    height: 40vw;
    padding: 0 0 2vw;
    margin: auto;
    position: relative;
  }
  .point_bg {
    width: 100%;
    height: 41vw;
    position: relative;
    padding: 0 0 70px;
  }
  .point_bg .bg_inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto, auto, auto, auto);
    overflow: hidden;
  }
  .point_bg .bg_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/point_bg_02.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: fixed;
    top: 0;
    left: 0;
  }
  #ninoude_point {
    width: 100%;
    padding-bottom: 20px;
    background: url(../img/point_box_bg.jpg) center;
    background-size: 100%;
    background-position: top;
    height: auto;
  }
  .point_bg_text {
    width: 1140px;
    background: url(../img/ninoude_text_bg.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 12vw;
    position: relative;
  }
  #ninoude_point h2 {
    text-align: center;
    margin: 40px auto;
    display: table;
    line-height: 1.6;
    font-size: 40px;
  }
  .point_box_ul {
    width: 1140px;
    margin: auto;
    display: table;
  }
  .point_box_ul li {
    width: 100%;
    margin-bottom: 250px;
    position: relative;
  }
  .point_box_ul li.noimg {
    margin-bottom: 70px;
  }
  .point_box_ul li img {
    width: 800px;
    position: absolute;
    right: 0;
    bottom: -180px;
  }
  .point_box_ul li:nth-of-type(2n) img {
    width: 800px;
    position: absolute;
    left: 0;
    bottom: -180px;
  }
  .point_box_li {
    width: 80%;
    border: 2px solid #000;
    padding: 50px 60px 100px 120px;
    background: #fff;
    position: relative;
    margin: auto;
  }
  .point_box_ul li:nth-of-type(2n) .point_box_li {
    padding: 50px 120px 100px 60px;
  }
  .point_box_li h3 {
    color: #da9292;
    font-size: 28px;
    font-weight: bold;
  }
  .point_box_li p {
    font-size: 18px;
  }
  .point_box_ul li:before {
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 1;
    top: 72px;
    left: 17px;
    background: url(../img/ninoude_point01.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(2):before {
    background: url(../img/ninoude_point02.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 17px;
    left: auto;
  }
  .point_box_ul li:nth-of-type(3):before {
    background: url(../img/ninoude_point03.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 17px;
  }
  .point_box_ul li:nth-of-type(4):before {
    background: url(../img/ninoude_point04.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 77px;
    right: 17px;
    left: auto;
  }
  .point_box_ul li:nth-of-type(5):before {
    background: url(../img/ninoude_point05.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 17px;
  }
  .point_box_ul li:nth-of-type(6):before {
    background: url(../img/ninoude_point06.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    right: 17px;
    left: auto;
  }
  .point_box_ul li:nth-of-type(7):before {
    background: url(../img/ninoude_point07.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 40px;
    left: 17px;
  }
  .point_box_ul li:nth-of-type(8):before {
    background: url(../img/ninoude_point08.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    right: 17px;
    left: auto;
  }
  .point_box_ul li:nth-of-type(9):before {
    background: url(../img/ninoude_point09.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 55px;
    left: 17px;
  }
  .point_link {
    width: 580px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    background: #d7c3c8;
    border: 1px solid #666;
    border-radius: 50px;
    padding: 20px 0;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: absolute;
    right: 190px;
    bottom: -35px;
  }
  .point_link span {
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
  }
  .price_boxes {
    width: 800px;
    margin: auto;
  }
  .price_boxes p {
    text-align: center;
  }
  .price_boxes img {
    margin: 40px 0;
  }
  .price_item {
    width: 1000px;
    margin: 40px auto;
    border-radius: 30px;
    padding: 40px;
    border: 1px solid #000;
  }
  .price_item.gray {
    background: #efefef;
  }
  .price_item.yellow {
    background: #f4eadd;
  }
  .price_item.pink {
    background: #f5e0e9;
  }
  .price_item_title {
    text-align: center;
    border-bottom: 1px solid #333;
    width: 705px;
    padding: 0 0 15px;
    margin: auto;
    color: #333;
  }
  .price_item_title p {
    font-size: 20px;
  }
  .price_item_title h3 {
    font-size: 28px;
    font-weight: bold;
  }
  .price_item_under {
    width: 705px;
    margin: auto;
    font-weight: bold;
    text-align: center;
  }
  .price_item_under .cercle {
    background: #fff;
    padding: 0px 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    border-radius: 50px;
    font-size: 20px;
  }
  .price_item_under.red {
    color: #ca0000;
  }
  .price_text {
    font-size: 32px;
  }
  .price_text span {
    font-size: 20px;
  }
  .price_advance {
    width: 700px;
    margin: 40px auto;
  }
  .price_advance .price_ad_title {
    font-size: 24px;
    text-align: center;
  }
  .price_advance p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ninoude_contents #faq h2 {
    font-size: 44px;
    text-align: center;
    margin: 70px auto;
    display: block;
  }
  #faq {
    background: #efece3;
    padding: 70px 0;
    margin: 60px 0;
    letter-spacing: 0.1em;
  }
  #faq .auto {
    width: 800px;
  }
  #faq .faqArea {
    margin-bottom: 30px;
  }
  .faqArea dl {
    margin-bottom: 38px;
    cursor: pointer;
  }
  .faqArea dd {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 20px calc(20px + 2.2em);
    margin: 20px;
    font-size: 20px;
    text-indent: -2.2em;
    display: none;
  }
  .faqArea dt {
    font-size: 20px;
    font-weight: bold;
    background-image: url("../img/icon_plus.png");
    background-repeat: no-repeat;
    background-position: right 58px center;
    background-size: 16px;
  }
  .ninoude_contents .price_h2 {
    display: table;
    margin: 70px auto;
  }
  #faq a {
    display: inline-block;
    width: auto;
    color: #da9292;
    text-indent: 0;
    text-decoration: underline;
  }
  #faq a:hover {
    text-decoration: none;
  }
  #faq .sub_message {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
  }
  .red {
    color: #ff0000;
  }
  .none_area {
    display: none;
    margin-bottom: 50px;
  }
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width: 760px) {
  /*
右から左へ
----------------------------*/
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  /*
IE11対策
----------------------------*/
  _:-ms-lang(x)::-ms-backdrop,
  .d-demo {
    display: -ms-grid;
    overflow: hidden;
  }
  /*----------------------------*/
  .d-demo__wrap {
    display: flex;
    overflow: hidden;
  }
  .d-demo__list {
    display: flex;
    list-style: none;
  }
  .d-demo__list--left {
    animation: infinity-scroll-left 95s infinite linear 0.5s both;
  }
  .d-demo__item {
    width: calc(100vw / 6);
    margin-right: 100px;
    width: 800px;
    margin-top: 3vw;
    margin-bottom: 7vw;
  }
  .d-demo__item > img {
    width: 100%;
  }
  /*=========================
▼▼共通▼▼
===========================*/
  p {
    font-size: 3.8vw;
    line-height: 2;
  }
  .ninoude_contents .lato_font {
    font-family: "Lato", sans-serif;
    font-weight: 700;
  }
  .ninoude_contents .sp_none {
    display: none;
  }
  .ninoude_contents .auto {
    width: 100%;
    margin: 0 auto;
  }
  .detail_block {
    width: 90%;
    font-size: 13px;
    line-height: 1.7;
    padding: 30px 5% 30px;
    border-radius: 12px;
    background-color: #f7f7f7;
    margin: 50px auto 0;
  }
  .detail_block .detail {
    display: flex;
    margin-bottom: 12px;
  }
  .detail_block .detail:last-of-type {
    margin-bottom: 0;
  }
  .detail_block .detail > dt {
    width: 70px;
    padding-right: 10px;
  }
  .detail_block .detail > dd {
    width: calc(100% - 70px);
  }
  .detail_block .detail_child {
    margin-bottom: 10px;
  }
  .detail_block .detail_child:last-of-type {
    margin-bottom: 0;
  }
  .detail_block .detail_child dt {
    margin-bottom: 2px;
  }
  .ninoude_contents img,
  .ninoude_contents picture {
    width: 100%;
    height: auto;
    display: block;
  }
  .ninoude_contents section {
    width: 100%;
    margin-bottom: 60px;
  }
  .ninoude_contents .price_box {
    width: 100%;
    text-align: center;
    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);
  }
  .ninoude_contents #title_conts .price_box {
    padding-bottom: 18px;
  }
  .ninoude_contents .price_box h4 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 6px;
    font-style: italic;
  }
  .ninoude_contents .price_box h4 .small {
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  .ninoude_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;
  }
  .ninoude_contents #title_conts .price_box .terms {
    margin-bottom: 8px;
  }
  .ninoude_contents .price_box .price_wrap .range {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
  }
  .ninoude_contents .price_box .price_wrap .price {
    display: inline-block;
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    font-style: italic;
    color: #e43c83;
    position: relative;
  }
  .ninoude_contents #title_conts .price_box .price_wrap .price {
    line-height: 1;
  }
  .ninoude_contents .price_box .price_wrap .price .small {
    display: inline-block;
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    color: #e43c83;
  }
  .ninoude_contents .price_box .price_wrap .price .tax {
    position: absolute;
    font-size: 10px;
    top: 8px;
    right: -10px;
  }
  .ninoude_contents .title_box {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    margin-bottom: 80px;
  }
  .ninoude_contents .title_box::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    background-color: #000;
    position: absolute;
    bottom: -60px;
    left: 50%;
  }
  .ninoude_contents .title_box h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
  .ninoude_contents .title_box .jp_title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .ninoude_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;
  }
  .ninoude_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の疑似要素にマスクとマスクを外すアニメーションを設定 */
  .ninoude_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%);
    }
  }
  /*=========================
▲▲共通▲▲
===========================*/
  .ninoude_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;
  }
  .ninoude_contents #back-top {
    display: none;
    position: fixed;
    bottom: 86px;
    right: 3%;
    width: 48px;
    z-index: 99;
    clear: both;
    float: left;
  }
  .ninoude_contents header {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    padding: 20px 0 12px;
    margin: 0;
    position: relative;
  }
  .ninoude_contents header .main_logo {
    width: 150px;
    float: left;
    padding-top: 8px;
  }
  .ninoude_contents header .right_wrap {
    width: 120px;
    float: right;
    text-align: right;
  }
  .ninoude_contents header .right_wrap .tel_box {
    width: 92px;
    text-align: left;
    display: inline-block;
    font-size: 0;
  }
  .ninoude_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;
  }
  .ninoude_contents header .right_wrap .tel_box .box img {
    width: 28px;
    margin: 0 auto;
  }
  .ninoude_contents header .right_wrap .tel_box .box:last-of-type {
    margin-right: 0;
  }
  .ninoude_contents header .right_wrap .tel_box .box dt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .ninoude_contents #title_conts {
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom: 0;
  }
  .ninoude_contents #title_conts .text_box {
    padding-left: 40%;
    padding-top: 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .ninoude_contents #title_conts .title_jp {
    font-size: 3vw;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.7em;
    margin-bottom: 11px;
    text-align: center;
  }
  .ninoude_contents #title_conts h1 {
    font-size: 8vw;
    line-height: 1.1;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
  }
  /* 年末年始のお知らせ */
  .ninoude_contents .holiday_conts {
    margin-top: 40px;
  }
  .ninoude_contents #title_conts h1 .small {
    font-size: 3vw;
    display: block;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.4em;
    margin-top: 8px;
    padding-left: 5px;
  }
  .ninoude_contents #title_conts .title_line {
    font-size: 4vw;
    font-weight: bold;
    text-align: right;
    position: relative;
    margin-bottom: 10px;
    display: none;
  }
  .ninoude_contents #title_conts .title_line::after {
    content: "";
    display: block;
    width: 29vw;
    height: 3px;
    background-color: #000;
    position: absolute;
    top: 16px;
    left: 0;
  }
  .ninoude_contents #title_conts .sub_title {
    font-size: 2.9vw;
    line-height: 1.4;
    text-align: left;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .ninoude_contents #title_conts .sub_title .small {
    font-size: 1.8vw;
    letter-spacing: 0.3em;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 4px;
  }
  .ninoude_contents #title_conts #slider_bg {
    width: 45vw;
    height: calc(100% - 135px);
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .ninoude_contents #title_conts #slider {
    width: auto;
    height: 100%;
    display: block;
  }
  .ninoude_contents #title_conts #slider .slide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .ninoude_contents #title_conts #slider .slide_01 {
    background-image: url("../img/main_slide_01.jpg");
  }
  .ninoude_contents #title_conts #slider .slide_02 {
    background-image: url("../img/main_slide_02.jpg");
    background-position: right 20% center;
  }
  .ninoude_contents #title_conts #slider .slide_03 {
    background-image: url("../img/main_slide_03.jpg");
    background-position: right 20% center;
  }
  .ninoude_contents #title_conts .price_box {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .ninoude_contents #about_conts {
    position: relative;
    float: left;
    clear: both;
  }
  .ninoude_contents #about_conts .area_1 {
    width: 90%;
    margin: auto;
    margin-bottom: 40px;
  }
  .ninoude_contents #about_conts .area_1 .box {
    width: 100%;
    margin-bottom: 68px;
    position: relative;
  }
  .ninoude_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 8vw;
  }
  .ninoude_contents #about_conts .area_1 .box .text_box {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
  }
  .ninoude_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;
  }
  .ninoude_contents #about_conts .area_1 .box .text_box .text {
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .ninoude_contents #about_conts .area_1 .box .img {
    width: 100%;
    overflow: hidden;
  }
  .ninoude_contents #about_conts .area_2 {
    width: 100%;
    position: relative;
  }
  .ninoude_contents #about_conts .area_2 .column {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 30px;
    position: relative;
  }
  .ninoude_contents #about_conts .area_2 .column:nth-of-type(2) {
    margin-bottom: 90px;
  }
  .ninoude_contents #about_conts .area_2 .column:last-of-type {
    margin-bottom: 0;
  }
  .ninoude_contents #about_conts .area_2 .img {
    width: 50%;
    float: left;
    overflow: hidden;
  }
  .ninoude_contents #about_conts .area_2 .img2 {
    width: 60%;
    float: right;
    overflow: hidden;
  }
  .ninoude_contents #about_conts .area_2 .img3 {
    width: 65%;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
  }
  .ninoude_contents #about_conts .area_2 p {
    display: table;
    box-sizing: border-box;
    padding: 0 10px 0;
    font-size: 13px;
    line-height: 1.8;
    position: absolute;
  }
  .ninoude_contents #about_conts .area_2 p.small {
    width: 100px;
    height: 100px;
    padding: 0 10px 0;
  }
  .ninoude_contents #about_conts .area_2 p .inner:before {
    position: absolute;
    content: "";
    background-image: url("../img/check.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100%;
    width: 17px;
    height: 17px;
    left: 0;
    top: 3px;
  }
  .ninoude_contents #about_conts .area_2 p.b_text1 {
    top: 3vw;
    right: 7vw;
  }
  .ninoude_contents #about_conts .area_2 p.b_text2 {
    bottom: -125px;
    left: calc(50% - 70px);
  }
  .ninoude_contents #about_conts .area_2 p.b_text3 {
    top: -125px;
    right: 15%;
  }
  .ninoude_contents #about_conts .area_2 p.b_text4 {
    left: 0;
    top: 6vw;
  }
  .ninoude_contents #about_conts .area_2 p.b_text5 {
    top: -65px;
    left: 15%;
  }
  .ninoude_contents #about_conts .area_2 p.b_text6 {
    top: -125px;
    right: calc(50% - 50px);
  }
  .ninoude_contents #about_conts .area_2 p .inner {
    display: block;
    font-weight: bold;
    padding: 0 0 7px 28px;
    position: relative;
  }
  .ninoude_contents #ingredient_conts {
    clear: both;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
  }
  .ninoude_contents #ingredient_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);
  }
  .ninoude_contents #ingredient_conts .bg_wrapper h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: center;
  }
  .ninoude_contents #ingredient_conts .bg_wrapper .contents_box {
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
  .ninoude_contents #ingredient_conts .bg_wrapper .contents_box dl {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
  }
  .ninoude_contents #ingredient_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;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(2)
    dt {
    background-color: #7bc0c5;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(3)
    dt {
    background-color: #ea7798;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(4)
    dt {
    background-color: #72a4d8;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(5)
    dt {
    background-color: #db9b40;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(6)
    dt {
    background-color: #a78fca;
  }
  .ninoude_contents #ingredient_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;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:first-of-type
    li {
    width: 50%;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:first-of-type
    li:nth-of-type(2n) {
    width: 50%;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(4)
    li {
    width: 50%;
  }
  .ninoude_contents
    #ingredient_conts
    .bg_wrapper
    .contents_box
    dl:nth-of-type(4)
    li:nth-of-type(2n) {
    width: 50%;
  }
  .ninoude_contents #ingredient_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;
  }
  .ninoude_contents #ingredient_conts .shoulder_merit {
    text-align: center;
  }
  .ninoude_contents #ingredient_conts .merit_list li {
    margin-bottom: 5vw;
  }
  .ninoude_contents #ingredient_conts .merit_list li p {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 2vw;
  }
  .ninoude_contents #merit_conts .detail_text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
  }
  .ninoude_contents #merit_conts .detail_text .small {
    font-size: 15px;
    font-weight: bold;
  }
  .ninoude_contents #merit_conts .detail_text .blue {
    color: #30b3bd;
    font-weight: bold;
  }
  .ninoude_contents #merit_conts .detail_text .pink {
    color: #ff8fb4;
    font-weight: bold;
  }
  .ninoude_contents #merit_conts .info_graph {
    margin-bottom: 48px;
  }
  .ninoude_contents #merit_conts .bg_text {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 24px 5% 20px;
    background-color: #f8f8f8;
  }
  .ninoude_contents #merit_conts .bg_text dt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .ninoude_contents #merit_conts .bg_text dd {
    font-size: 15px;
    line-height: 1.8;
  }
  .ninoude_contents #flow_conts {
    width: 90%;
    margin: 0 auto 10vw;
  }
  .ninoude_contents #flow_conts .flow_list li {
    width: 100%;
    margin-bottom: 50px;
  }
  .ninoude_contents #flow_conts .flow_list li:last-of-type {
    margin-bottom: 0;
  }
  .ninoude_contents #flow_conts .flow_list li .text_box {
    width: 100%;
    position: relative;
    z-index: 9;
  }
  .ninoude_contents #flow_conts .flow_list li .text_box .number {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .ninoude_contents #flow_conts .flow_list li .text_box h4 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .ninoude_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;
  }
  .ninoude_contents #flow_conts .flow_list li .img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
  }
  .ninoude_contents #conts_price .top_box {
    width: 100%;
    margin-bottom: 60px;
  }
  .ninoude_contents #conts_price .top_box .img {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .ninoude_contents #conts_price .top_box .text {
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .ninoude_contents #conts_price .top_box .text .small {
    font-size: 14px;
    font-weight: bold;
  }
  .ninoude_contents #conts_price .price_wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: 33px;
  }
  .ninoude_contents #conts_price .price_wrapper .price_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .ninoude_contents #conts_price .price_box:nth-of-type(5) h4,
  .ninoude_contents #conts_price .price_box:nth-of-type(6) h4 {
    margin-bottom: 0;
  }
  .ninoude_contents #conts_price .price_box:nth-of-type(5) .price_wrap .price,
  .ninoude_contents #conts_price .price_box:nth-of-type(6) .price_wrap .price {
    color: #30b3bd;
  }
  .ninoude_contents
    #conts_price
    .price_box:nth-of-type(5)
    .price_wrap
    .price
    .small,
  .ninoude_contents
    #conts_price
    .price_box:nth-of-type(6)
    .price_wrap
    .price
    .small {
    color: #30b3bd;
  }
  .ninoude_contents #conts_price .price_box .price_wrap .price .tax {
    top: 0;
    right: auto;
    font-size: 14px;
    display: block;
    position: relative;
  }
  .ninoude_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;
  }
  .ninoude_contents #conts_price .detail_box h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
  }
  .ninoude_contents #conts_price .detail_box table tr:nth-of-type(2n) {
    background-color: #f8f8f8;
  }
  .ninoude_contents #conts_price .detail_box table th {
    width: 30%;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    padding: 12px 5% 10px 5%;
  }
  .ninoude_contents #conts_price .detail_box table td {
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 5% 10px 0;
  }
  .ninoude_contents #option_conts .top_text {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    font-weight: bold;
    margin-bottom: 34px;
  }
  .ninoude_contents #option_conts .top_text .small {
    font-size: 15px;
    display: inline-block;
    line-height: 1.5;
  }
  .ninoude_contents #option_conts .top_text .small2 {
    font-size: 12px;
  }
  .ninoude_contents #option_conts .price_wrapper {
    width: 100%;
    text-align: center;
  }
  .ninoude_contents #option_conts .price_wrapper .price_box {
    padding: 34px 10px 22px;
    margin-bottom: 20px;
  }
  .ninoude_contents #option_conts .price_box:nth-of-type(3) h4,
  .ninoude_contents #option_conts .price_box:nth-of-type(4) h4 {
    margin-bottom: 0;
  }
  .ninoude_contents #option_conts .price_box .terms {
    width: 223px;
    font-size: 21px;
  }
  .ninoude_contents #option_conts .price_box .price_wrap .price .tax {
    top: 12px;
  }
  .ninoude_contents #doctor_conts {
    margin-bottom: 0;
  }
  .ninoude_contents #doctor_conts .box {
    width: 100%;
    margin-bottom: 51px;
  }
  .ninoude_contents #doctor_conts .box .name_box {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f2f2f2;
    margin-bottom: 68px;
    position: relative;
  }
  .ninoude_contents #doctor_conts .box .name_box .name {
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
    padding: 17px 5% 18px;
    margin-bottom: 20px;
    position: absolute;
    bottom: -61px;
    left: 5%;
    box-shadow: 0px 1px 4px 4px rgba(0, 0, 0, 0.04);
    text-align: center;
  }
  .ninoude_contents #doctor_conts .box .name_box .eng {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    color: #afafaf;
  }
  .ninoude_contents #doctor_conts .box .name_box dt {
    font-size: 13px;
    font-weight: bold;
    margin-right: 12px;
    display: inline-block;
    vertical-align: bottom;
  }
  .ninoude_contents #doctor_conts .box .dr_img {
    width: 200px;
    margin: 0 auto;
  }
  .ninoude_contents #doctor_conts .box .name_box dd {
    font-size: 23px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
  }
  .ninoude_contents #doctor_conts .box .history_box {
    width: 90%;
    margin: 0 auto;
  }
  .ninoude_contents #doctor_conts .box .history_box dl {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .ninoude_contents #doctor_conts .box .history_box dt {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
  }
  .ninoude_contents #doctor_conts .box .history_box dl dt .small {
    font-size: 14px;
    display: inline-block;
    padding-bottom: 4px;
    vertical-align: middle;
  }
  .ninoude_contents #doctor_conts .box .history_box dd {
    width: 100%;
    padding-top: 12px;
    border-top: 1px solid #e9e9e9;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.3;
  }
  .ninoude_contents #doctor_conts .box .history_box dd th {
    width: 70px;
  }
  .ninoude_contents #doctor_conts .box .history_box dd td,
  .ninoude_contents #doctor_conts .box .history_box dd li {
    padding-bottom: 11px;
  }
  .ninoude_contents #clinic_conts {
    width: 100%;
    padding-top: 74px;
    overflow: hidden;
  }
  .ninoude_contents #clinic_conts .title_box {
    margin-bottom: 90px;
  }
  .ninoude_contents #clinic_conts .pc_top {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .ninoude_contents #clinic_conts .pc_top .slide_in_image {
    width: 100%;
    background-image: url("../img/img_14.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
  }
  .ninoude_contents #clinic_conts .cl_2 .slide_in_image {
    background-image: url("../img/img_15.jpg");
  }
  .ninoude_contents #clinic_conts .box {
    width: 100%;
    position: relative;
    padding-top: 40px;
    margin-bottom: 85px;
  }
  .ninoude_contents #clinic_conts .box .bg_text {
    font-size: 80px;
    line-height: 0.7;
    color: #fbfbfb;
    position: absolute;
    left: -5%;
    top: 0;
  }
  .ninoude_contents #clinic_conts .box .text_box {
    margin-bottom: 24px;
    position: relative;
  }
  .ninoude_contents #clinic_conts .box .text_box h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  .ninoude_contents #clinic_conts .box .text_box dl {
    width: 100%;
    display: table;
    font-size: 14px;
    line-height: 1.9;
  }
  .ninoude_contents #clinic_conts .box .text_box dl dt {
    width: 84px;
    display: table-cell;
  }
  .ninoude_contents #clinic_conts .box .text_box dl dd {
    display: table-cell;
  }
  .ninoude_contents #clinic_conts .box .text_box p.tel-link {
    font-size: 28px;
    margin-top: 4px;
    padding-left: 32px;
    background-image: url("../img/icon_tel_g.jpg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    font-style: italic;
  }
  .ninoude_contents #clinic_conts .box_2 .text_box p.tel-link {
    background-image: url("../img/icon_tel_y.jpg");
  }
  .ninoude_contents #clinic_conts .box .text_box p.tel-link a {
    font-style: italic;
    color: #000;
  }
  .ninoude_contents #clinic_conts .box .gmap {
    width: 100%;
    height: 240px;
    position: relative;
  }
  .ninoude_contents #clinic_conts .box .gmap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .orange {
    color: #ff5f00;
  }
  .text_g {
    text-align: center;
    margin: 4vw 0;
  }
  .ninoude_contents .ninoude_box {
    position: relative;
    float: none;
    margin-bottom: 0;
  }
  .ninoude_backpink {
    margin-top: 0;
    padding-left: 0;
    background-size: 100%;
    height: auto;
    display: block;
  }
  .ninoude_contents h2 {
    font-size: 7.4vw;
    line-height: 1.6;
    font-weight: bold;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
      "sans-serif";
  }
  .ninoude_contents h2 .yellow {
    color: #ffb6c1;
  }
  .ninoude_contents h2.mb3 {
    margin-bottom: 3vw;
  }
  .ninoude_box_left {
    width: 90%;
    margin: -23vw auto 2vw;
  }
  .ninoude_box .ninoude_box_left h2 {
    margin-bottom: 4vw;
  }
  .ninoude_box_left p {
    margin-bottom: 4vw;
  }
  .ninoude_box .ninoude_img01 {
    position: relative;
    top: 0;
    left: 0;
  }
  .ninoude_box .ninoude_img02 {
    position: relative;
    left: 0;
    top: 5vw;
  }
  .ninoude_box .ninoude_img03 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 7vw auto 7vw 4%;
  }
  .ninoude_box_left2 {
    width: 90%;
    margin: 4vw auto 15vw;
    position: relative;
    top: 4vw;
    left: 0;
  }
  .ninoude_box_left3 {
    width: 90%;
    position: relative;
    top: 0;
    left: 0;
    margin: 4vw auto;
  }
  .ninoude_contents .youtube {
    padding: 60px 0 0;
    text-align: center;
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .ninoude_contents .youtube .auto {
    width: 90%;
    margin: 0 auto;
  }
  .ninoude_contents .youtube_inner {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    text-align: center;
    margin: 0 auto;
    position: relative;
  }
  .ninoude_contents .youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ninoude_title {
    width: 100%;
    border-bottom: 1px solid #000;
    position: relative;
    top: 0;
    margin: 25vw auto 15vw;
  }
  .ninoude_contents .ninoude_title img {
    position: absolute;
    width: 80%;
    left: 10%;
    margin-left: 0;
    margin-top: -6vw;
  }
  .method_img {
    width: 80vw;
    margin: 20vw auto 0;
  }
  .method {
    background: #cddbeb;
    width: 100%;
    padding: 3vw 0 1vw;
  }
  .method .method_rank {
    display: table;
    width: 50%;
    margin: 2vw auto 4vw;
  }
  .method .method_rank li {
    width: 100%;
    margin-bottom: 6vw;
  }
  .method .method_rank li:last-child {
    margin-right: 0;
  }
  .method p {
    width: 90%;
    margin: 4vw auto;
  }
  .ninoude_contents .method_img2 {
    width: 90%;
    margin: 6vw auto;
    padding: 0 0 4vw;
  }
  .ninoude_box_left4 {
    width: 100%;
    position: relative;
    margin: 4vw auto;
  }
  .ninoude_box_left4 h2 {
    margin-left: 5%;
  }
  .recommend_bg {
    width: 100%;
    background: url(../img/ninoude_bg_sp_02.jpg) center /*fixed*/;
    background-size: cover;
    background-position: 50% 50%;
    height: 118vw;
    position: relative;
    padding: 0 0 7vw;
  }
  .recommend_card {
    width: 80vw;
    margin: 10vw auto 4vw;
  }
  .recommend_card p {
    text-align: center;
    padding: 2vw 0;
  }
  .recommend_box {
    width: 90%;
    height: 414vw;
    display: table;
    margin: auto;
    position: relative;
  }
  .recommend01 {
    width: 100%;
    position: relative;
    left: 0;
  }
  .recommend02 {
    width: 80%;
    position: relative;
    top: 5vw;
    left: 20%;
  }
  .recommend03 {
    width: 100%;
    position: relative;
    top: 15vw;
  }
  .recommend04 {
    width: 60%;
    position: relative;
    top: 25vw;
  }
  .recommend05 {
    width: 80%;
    position: relative;
    top: 39vw;
    left: 10%;
  }
  .recommend06 {
    width: 100%;
    position: relative;
    top: 45vw;
    left: 0;
  }
  .case {
    background: #f2d7d0;
    width: 100%;
    background-size: 100%;
    background-position: top;
    height: auto !important;
    position: relative;
    padding: 0;
  }
  .case_top {
    width: 90%;
    margin: 0 auto;
    display: table;
  }
  .case_top .case_before {
    width: 90%;
    margin: 4vw auto;
  }
  .ninoude_contents .case_top .case_before img {
    width: 80%;
    margin: auto;
  }
  .case_top .case_before p {
    text-align: center;
    font-size: 3.6vw;
    margin-top: 2vw;
  }
  .case_top .case_after {
    width: 90%;
    margin: 8vw auto;
  }
  .ninoude_contents .case_top .case_after img {
    width: 80%;
    margin: auto;
  }
  .case_top .case_after p {
    text-align: center;
    font-size: 3.6vw;
    margin-top: 2vw;
    color: #a592e2;
  }
  .case_top .caselogo {
    width: 70%;
    margin: 6vw auto 14vw;
  }
  .case_top .caselogo h3 {
    text-align: center;
  }
  .case_top .caselogo {
    position: relative;
    top: 5vw;
    text-align: center;
  }
  .caselogo h4 {
    margin: 10%;
    width: 80%;
  }
  .case_list {
    display: table;
    width: 90%;
    margin: 10vw auto 4vw;
  }
  .case_list li {
    width: 100%;
    margin-right: 10%;
    margin-bottom: 8vw;
    text-align: center;
    font-size: 3.6vw;
    float: none;
  }
  .case_list li img {
    margin-bottom: 1vw;
  }
  .case_list li p {
    font-size: 3.4vw;
  }
  .ninoude_block1 {
    width: 7vw;
    position: absolute;
    top: -21vw;
    left: 8vw;
  }
  .ninoude_block2 {
    width: 10vw;
    position: absolute;
    top: -4vw;
    right: 0;
  }
  .ninoude_block3 {
    width: 8vw;
    position: absolute;
    top: 46vw;
    left: -1vw;
  }
  .ninoude_block4 {
    width: 6vw;
    position: absolute;
    top: 53vw;
    left: 8vw;
  }
  .ninoude_block5 {
    width: 9vw;
    position: absolute;
    top: 57vw;
    right: -4vw;
  }
  .ninoude_block6 {
    width: 8vw;
    position: absolute;
    top: 118vw;
    left: 50vw;
  }
  .more_case {
    width: 100%;
    font-size: 5vw;
    font-weight: bold;
    color: #333;
    background: #fff;
    border-radius: 50px;
    padding: 5vw 0;
    text-align: center;
    margin: 2vw auto 6vw;
    display: block;
    position: relative;
  }
  .more_case .plus {
    position: absolute;
    right: 5vw;
    font-size: 7vw;
    top: 3vw;
    font-weight: bold;
  }
  .downtime {
    position: relative;
  }
  .downtime_top {
    position: relative;
    margin: auto;
    width: 80%;
  }
  .downtime_top p {
    text-align: center;
  }
  .box_top_div {
    padding: 6vw;
    background: #f4eeea;
  }
  .ninoude_contents .box_top_div p {
    text-align: center;
    font-size: 6vw;
    padding: 4vw 0;
    font-weight: bold;
    color: #333;
  }
  .downtime_box {
    padding-top: 22vw;
  }
  .downtime_box .box_top {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .downtime_box .imgList {
    display: table;
    width: 100%;
  }
  .downtime_box .imgList li {
    width: 100%;
    padding: 6vw;
    border: 1px solid #000;
    background: #f4eeea;
  }
  .downtime_box .imgList li .sub {
    padding: 4vw 0;
  }
  .downtime_box .imgList li .sub p {
    font-size: 3.6vw;
  }
  .downtime_box .imgList li .sub h3 {
    font-size: 6vw;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin-bottom: 1vw;
  }
  .type .ninoude_type {
    width: 86vw;
    margin: 6vw auto 2vw;
  }
  .type .ninoude_type p {
    font-weight: bold;
  }
  .ninoude_contents .type_choice {
    padding: 2vw 0;
    margin-bottom: 0;
  }
  .type_choice .straight_type {
    background: linear-gradient(-20deg, #f2c0bc 0%, #f6e2cc 100%);
    width: 100%;
    padding: 7vw 0 7vw;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);
    height: 294vw;
  }
  .type_choice .straight_type h3 {
    width: 80%;
    margin: 2vw auto 3vw;
    text-align: center;
  }
  .straight_type p.imgtext {
    width: 90%;
    margin: 1vw auto 0;
    text-align: center;
  }
  .straight_box {
    width: 90vw;
    background: url(../img/straight_img.png) no-repeat;
    background-size: 65%;
    background-position: center;
    height: 70vw;
    padding: 0 0 2vw;
    margin: auto;
    position: relative;
  }
  .straight_box_text {
    position: absolute;
  }
  .straight_box_text h4 {
    font-size: 4.6vw;
    padding: 1vw 0 1vw 0;
    border-bottom: 1px solid #000;
    letter-spacing: 0.01em;
    display: flex;
    align-items: center;
  }
  .ninoude_contents .straight_box_text h4 img {
    width: 6.5vw;
    margin-right: 0.6vw;
  }
  .straight_box_text p {
    padding: 1vw 0 0 0;
  }
  .straight_heart {
    right: 0;
    top: 127vw;
    width: 100%;
  }
  .natural_box .straight_heart {
    top: 142vw;
  }
  .straight_uzu {
    top: 70vw;
    width: 100%;
    left: 0;
  }
  .ninoude_contents .type_choice h2 {
    text-align: center;
    font-size: 1.8vw;
    margin: auto;
    display: block;
    line-height: 1.6;
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
      "sans-serif";
    position: relative;
  }
  .ninoude_contents .type_choice .straight_type h2 {
    font-size: 6vw;
    top: 128vw;
  }
  .type_choice .wave_type {
    background: linear-gradient(-20deg, #9acbd0 0%, #bfecd7 100%);
    width: 100%;
    padding: 3vw 0 7vw;
    -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);
    clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0 98%);
    position: relative;
    top: -6.5vw;
    height: 300vw;
  }
  .ninoude_contents .type_choice .wave_type h2 {
    font-size: 6vw;
    top: 135vw;
  }
  .type_choice .wave_type h3 {
    width: 66%;
    margin: 12vw auto 6vw;
    text-align: center;
  }
  .wave_type p.imgtext {
    width: 90%;
    margin: 1vw auto 0;
    text-align: center;
  }
  .wave_box {
    width: 90vw;
    background: url(../img/wavetype_img.png) no-repeat;
    background-size: 65%;
    background-position: center;
    height: 70vw;
    padding: 0 0 2vw;
    margin: auto;
    position: relative;
  }
  .type_choice .natural_type {
    background: linear-gradient(-20deg, #fbf5d0 0%, #d0dbb8 100%);
    width: 100%;
    padding: 3vw 0 7vw;
    -webkit-clip-path: polygon(0 0%, 100% 1%, 100% 100%, 0 100%);
    clip-path: polygon(0% 0%, 100% 1%, 100% 100%, 0% 100%);
    position: relative;
    top: -13vw;
    height: 310vw;
  }
  .ninoude_contents .type_choice .natural_type h2 {
    font-size: 5.4vw;
    top: 140vw;
  }
  .type_choice .natural_type h3 {
    width: 70%;
    margin: 7vw auto 6vw;
    text-align: center;
  }
  .natural_type p.imgtext {
    width: 90vw;
    margin: 1vw auto 0;
    text-align: center;
  }
  .natural_box {
    width: 90vw;
    background: url(../img/natural_img.png) no-repeat;
    background-size: 65%;
    background-position: top;
    height: 70vw;
    padding: 0 0 2vw;
    margin: auto;
    position: relative;
  }
  .ninoude_contents .point_bg {
    width: 100%;
    background: url(../img/point_bg_sp_02.png) center /*fixed*/;
    background-size: 100%;
    background-position: top;
    height: 130vw;
    position: relative;
    padding: 0 0 7vw;
    margin-top: -30vw;
    margin-bottom: 0;
  }
  #ninoude_point {
    width: 100%;
    background: url(../img/point_box_bg.jpg) center;
    background-size: 100%;
    background-position: top;
    height: auto;
  }
  .point_bg_text {
    width: 90%;
    background: url(../img/ninoude_text_bg.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 18vw;
    position: relative;
    margin-left: 5%;
  }
  #ninoude_point h2 {
    text-align: center;
    margin: 40px auto;
    display: table;
    line-height: 1.6;
    font-size: 34px;
  }
  .point_box_ul {
    width: 100%;
    margin: 20vw auto;
    display: table;
  }
  .point_box_ul li {
    width: 100%;
    margin-bottom: 0;
    position: relative;
  }
  .point_box_ul li:nth-of-type(9) {
    margin-bottom: 20vw;
  }
  .point_box_ul li img {
    width: 100%;
    position: relative;
    margin: 3vw 0;
  }
  .point_box_li {
    width: 100%;
    border-top: 2px solid #000;
    padding: 18vw 0px;
    background: #fff;
    position: relative;
    margin: auto;
  }
  .point_box_li h3 {
    color: #da9292;
    font-size: 6.5vw;
    font-weight: bold;
    text-align: center;
  }
  .ninoude_contents .point_box_li p {
    font-size: 3.6vw;
    width: 90%;
    margin: auto;
  }
  .point_box_ul li:before {
    content: "";
    width: 30vw;
    height: 30vw;
    position: absolute;
    z-index: 1;
    top: -14.5vw;
    left: 50%;
    margin-left: -15vw;
    background: url(../img/ninoude_point01.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(2):before {
    background: url(../img/ninoude_point02.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(3):before {
    background: url(../img/ninoude_point03.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(4):before {
    background: url(../img/ninoude_point04.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(5):before {
    background: url(../img/ninoude_point05.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(6):before {
    background: url(../img/ninoude_point06.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(7):before {
    background: url(../img/ninoude_point07.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(8):before {
    background: url(../img/ninoude_point08.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_box_ul li:nth-of-type(9):before {
    background: url(../img/ninoude_point09.png) center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .point_link {
    width: 90%;
    font-size: 4vw;
    font-weight: bold;
    color: #333;
    background: #d7c3c8;
    border: 1px solid #666;
    border-radius: 50px;
    padding: 4vw 0;
    text-align: center;
    margin: 14vw auto;
    display: block;
    position: relative;
  }
  .point_link span {
    right: 15px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    font-size: 18px;
  }
  .price_boxes {
    width: 100%;
    margin: 0 auto 4vw;
  }
  .price_boxes p {
    text-align: center;
  }
  .price_boxes img {
    margin: 40px 0;
  }
  .price_item {
    width: 100%;
    margin: 0 auto;
    padding: 30px 4% 32px;
    border: 1px solid #000;
  }
  .price_item.gray {
    background: #efefef;
  }
  .price_item.yellow {
    background: #f4eadd;
  }
  .price_item.pink {
    background: #f5e0e9;
  }
  .price_item_title {
    text-align: center;
    border-bottom: 1px solid #333;
    width: 90%;
    padding: 0 0 15px;
    margin: auto;
    color: #333;
  }
  .price_item_title p {
    font-size: 20px;
  }
  .price_item_title h3 {
    font-size: 28px;
    line-height: 1.4;
    font-weight: bold;
  }
  .price_item_under {
    width: 90%;
    margin: auto;
    font-weight: bold;
    text-align: center;
  }
  .price_item_under .cercle {
    background: #fff;
    padding: 0px 15px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-top: 15px;
    border-radius: 50px;
    font-size: 20px;
  }
  .price_item_under.red {
    color: #ca0000;
  }
  .price_text {
    font-size: 6vw;
    line-height: 1.4;
    margin-top: 4vw;
  }
  .price_text span {
    font-size: 3.6vw;
  }
  .price_advance {
    width: 90%;
    margin: 40px auto;
  }
  .price_advance .price_ad_title {
    font-size: 24px;
    text-align: center;
  }
  .price_advance p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .ninoude_contents #faq h2 {
    font-size: 44px;
    text-align: center;
    margin: 70px auto;
    display: block;
  }
  #faq {
    background: #efece3;
    padding: 70px 0;
    margin: 60px 0;
    letter-spacing: 0.1em;
  }
  .faqArea dl {
    margin-bottom: 40px;
    cursor: pointer;
  }
  .faqArea dl:last-of-type {
    margin-bottom: 0;
  }
  .faqArea dd {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 20px calc(20px + 2.1em);
    font-size: 20px;
    text-indent: -2.1em;
    display: none;
    margin-top: 20px;
  }
  .faqArea dt {
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    text-indent: -2.2em;
    padding: 0 27px 0 2.2em;
    background-image: url("../img/icon_plus.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 13px;
  }
  #faq a {
    display: inline-block;
    width: auto;
    color: #da9292;
    text-indent: 0;
    text-decoration: underline;
  }
  #faq .sub_message {
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
  }
  .ninoude_contents .price_h2 {
    display: table;
    margin: 6vw auto;
  }
  .red {
    color: #ff0000;
  }
  .none_area {
    display: none;
  }
  #conts_price .text_c {
    width: 90%;
    text-align: left;
    margin: auto;
  }
  .faqArea {
    width: 90%;
    margin: 0 auto 40px;
  }
}
