@charset "UTF-8";
/* 幅1100px以下からcss適応 */
@media only screen and (max-width: 1100px) {
  /* ヘッダー */
  #header {
    padding: 8px 0 24px;
  }
  .h_conts-r {
    margin-top: 0;
  }
  .h_conts-r-t {
    display: flex;
    flex-direction: column-reverse;
  }
  .h_conts {
    align-items: flex-start;
    margin-top: 16px;
  }
  .h_conts-btnlist {
    width: 100%;
    margin-bottom: 12px;
  }
  .h_conts-btn {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-left: 0;
  }
  .h_conts-btn:last-of-type {
    margin-right: 0;
  }
  .h_conts-btn a {
    width: 100%;
    max-width: 100%;
    min-height: 0;
  }
  .h_conts-tel-num {
    text-align: center;
  }
  .h_conts-l,
  .h_conts-r {
    display: block;
    width: calc(50% - 16px);
    box-sizing: border-box;
  }
  .h_conts-l {
    margin-right: 16px;
  }
  .h_conts-r {
    margin-left: 16px;
  }
  #nav {
    padding: 0;
  }
  .nav_pc {
    display: none;
  }
  .nav_sp {
    display: flex;
    justify-content: space-between;
  }
  .nav_sp-conts {
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #fff;
    background: linear-gradient(to bottom, #4397d1 0%, #0d6eb2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav_sp-conts:last-of-type {
    border-right: none;
  }
  /* ハンバーガーメニュー */
  .sp_hummenu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .hum_menu_obtn {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .hum_menu_obtn p {
    line-height: 0;
  }
  .hum_menu_obtn_bar {
    position: relative;
    width: 100%;
    border-top: 3px solid #fff;
    padding: 5px 0px 0;
  }
  .hum_menu_obtn_bar:before,
  .hum_menu_obtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #fff;
    padding: 5px 0 0;
  }
  .hum_menu_obtn span {
    position: relative;
    width: 100%;
    display: block;
    top: 0;
    line-height: 1;
    color: #fff;
  }
  .hum_menu_nav {
    background: rgba(253, 253, 253, 0.98);
    height: 100%;
    right: 100%;
    position: fixed;
    top: 0;
    transition-duration: 0.3s;
    transition-property: right;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 280px;
    color: #000;
  }
  .hum_menu_nav.clicked {
    right: calc(100% - 280px);
    overflow: scroll;
    z-index: 100000;
  }
  .hum_menu_nav_close {
    padding: 15px 0;
  }
  .hum_menu_cbtn {
    background: rgba(64, 166, 41, 0);
    border: none;
    color: #000;
    padding: 0;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: block;
    position: absolute;
    top: 25px;
    left: 17px;
  }
  .hum_menu_cbtn_bar {
    position: relative;
    top: 0;
    width: 100%;
    padding: 5px 0 0;
  }
  .hum_menu_cbtn_bar:before,
  .hum_menu_cbtn_bar:after {
    content: "";
    display: block;
    border-top: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 3px;
  }
  .hum_menu_cbtn_bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;
    margin-bottom: 15px;
  }
  .hum_menu_nav_menu {
    margin-top: 55px;
  }
  .hum_menu_nav_menu-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #000;
  }
  .hum_menu_nav_menu-list li {
    color: #000;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    line-height: 1.5;
    font-size: 0.85em;
    font-weight: bold;
    position: relative;
    text-align: center;
  }
  .hum_menu_nav_menu-list li:nth-child(2n+1) {
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .hum_menu_nav_menu-list li a {
    padding: 16px 0;
    display: block;
    color: #333;
    text-decoration: none;
  }
  .hum_menu_nav_menu-list li a:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 8px;
    height: 8px;
    margin-top: 3px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.3s linear 0s;
    transition: transform 0.3s linear 0s;
  }
  .hum_menu_nav_menu-list li a.more_on:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .hum_menu_nav_menu-list li.sp_nav_more_wrap a {
    padding: 16px 0;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more {
    border-top: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li {
    text-align: right;
    padding: 10px 15px 0;
    font-size: 1.05em;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:last-child {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li:after {
    content: none;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a {
    padding: 5px 0;
    text-align: center;
  }
  .hum_menu_nav_menu-list ul.sp_nav_more li a:after {
    content: none;
  }
  .hum_menu_nav-ttl01 {
    background: #81b802;
    box-sizing: border-box;
    padding: 16px 4px;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: left;
  }
  .sp_nav_more_o {
    display: none;
    width: calc(200% + 2px);
  }
  .sp_nav_more_r {
    position: relative;
    left: -100%;
    width: 200%;
  }
  .hum_open_bg_display {
    transition: all 0.25s linear 0s;
  }
  .hum_open_bg_display.active {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  /* ここまで */
  .hum_menu_obtn,
  .sp_tel,
  .sp_contact {
    min-height: 88px;
  }
  .sp_tel p,
  .sp_contact p {
    line-height: 0;
  }
  .hum_menu_obtn p,
  .sp_tel a,
  .sp_contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: all 0.25s linear 0s;
  }
  .hum_menu_obtn p img,
  .sp_tel a img,
  .sp_contact a img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .nav_side #side {
    display: block;
    margin: 24px auto 0;
    padding-bottom: 0;
  }
  #nav_side-btn {
    display: block;
    box-shadow: none;
    border: none;
    background: linear-gradient(to bottom, #ff984f 0%, #f36b09 100%);
    color: #fff;
    padding: 8px 40px 8px 60px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1em;
    font-weight: bold;
    margin: 16px auto 32px;
    position: relative;
  }
  #nav_side-btn:before {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 41px;
    bottom: 15px;
    transform: rotate(-45deg);
  }
  #nav_side-btn:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    position: absolute;
    left: 47px;
    bottom: 15px;
    transform: rotate(45deg);
  }
  #nav_side-btn.on:before {
    transform: rotate(-315deg);
  }
  #nav_side-btn.on:after {
    transform: rotate(315deg);
  }
  #nav.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
    width: 100%;
  }
  #nav.on .hum_menu_obtn p,
  #nav.on .sp_tel a,
  #nav.on .sp_contact a {
    max-height: 70px;
  }
  #nav.on .hum_menu_obtn p img,
  #nav.on .sp_tel a img,
  #nav.on .sp_contact a img {
    max-height: 50px;
  }
  /* common */
  #main {
    width: 90%;
    max-width: 800px;
    flex-direction: column;
  }
  #conts {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }
  .offer_btn {
    width: 80%;
  }
  /* top */
  .maincampaign {
    width: 95%;
  }
  .nayami_conts-text {
    width: 98.5%;
    padding: 0 23px 20px;
    box-sizing: border-box;
  }
  /* side */
  #side {
    display: none;
  }
}

/* 幅980px以下からcss適応 */
@media only screen and (max-width: 980px) {
  /* common */
  .conts01 {
    margin-top: 40px;
  }
  /* ba */
  .ba_area {
    padding: 24px;
  }
  /* 最適な施術を正しい順序で行うことで、身体は痛みや緊張を手放して『回復のサイクル』に入ります！  */
  .curecycle {
    min-height: 100%;
    max-height: 242px;
  }
  /* common_contact */
  .common_contactconts {
    padding: 40px 0;
  }
  .common_contact-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .common_contact-l {
    margin: 0 auto 24px;
  }
  .common_contact-fukidashi:before {
    border: 28px solid transparent;
    border-top: 20px solid #fff;
    bottom: -48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
  }
  .common_contact-r {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 12px;
  }
  .common_contact-r-tel {
    text-align: center;
  }
  .common_contact-r-tel img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .common_contact-r-info {
    justify-content: center;
  }
  .nayami_menulist-list {
    width: 100%;
    margin: 0 auto;
  }
  .nayami_menulist-list ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  .campaign_conts {
    width: clamp(320px, 77vw, 620px);
    padding: 24px;
  }
  .campaign_offer-limit {
    position: absolute;
    top: 44px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .campaign_offer-price {
    position: relative;
  }
  .drtseitai_mainttl-main {
    display: flex;
    flex-direction: column-reverse;
  }
  .drtseitai_mainttl-mainttl01 {
    margin-top: 8px;
  }
  .drtseitai_mainttl-mainttl02 {
    margin: 0 auto;
  }
  .drtseitai_official-textarea {
    width: clamp(320px, 71.5vw, 576px);
  }
  .drt_result-text03 p {
    text-align: left;
  }
}

/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* common */
  body {
    font-size: 15px;
    overflow-x: hidden;
  }
  /* header */
  #header {
    margin-top: 64px;
  }
  .h_wrap {
    width: 100%;
  }
  .h_h1-t {
    padding: 0 2.5% 4px;
    border-bottom: 1px dashed #ddd;
    line-height: 1.5;
  }
  .h_conts {
    width: 95%;
    margin: 16px auto 0;
  }
  .h_conts {
    flex-direction: column;
  }
  .h_conts-l {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .h_conts-r {
    display: none;
  }
  .h_logo {
    text-align: center;
  }
  .h_logo .h_logo-pc {
    display: none;
  }
  .h_logo .h_logo-sp {
    display: block;
  }
  .h_logo .h_logo-sp img {
    max-width: 90%;
  }
  .h_access {
    margin-top: 8px;
  }
  .h_access p {
    font-size: 12px;
    line-height: 1.65;
    text-align: center;
  }
  .h_access p span.h_access-memo {
    display: none;
  }
  /* nav */
  #nav {
    display: block;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
  }
  .hum_menu_obtn,
  .sp_tel,
  .sp_contact {
    min-height: 64px;
  }
  .hum_menu_obtn img,
  .sp_tel img,
  .sp_contact img {
    max-height: 40px !important;
  }
  /* mainimage */
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
    line-height: 0;
  }
  .mainimage_sp img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* main */
  #main {
    margin: 24px auto;
  }
  .conts01 {
    margin-top: 32px;
  }
  .ttl01 {
    padding: 12px 12px 8px;
  }
  .ttl01 span {
    font-size: 18px;
    padding-left: 8px;
    padding-top: 2px;
  }
  .ttl02 {
    font-size: 16px;
    padding: 12px 16px;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .ttl04 {
    font-size: 20px;
  }
  .ttl06 {
    margin-bottom: 0;
  }
  .img_f-r {
    width: 40%;
    margin: 0 0 8px 12px;
  }
  .img_f-r img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* キャンペーン */
  .campaign_ttl {
    width: 110%;
    position: relative;
    left: -5%;
  }
  .campaign_conts {
    width: 95%;
    padding: 0 12px 12px;
  }
  .campaign_offer {
    min-height: 0;
  }
  .campaign_offer-limit {
    position: absolute;
    left: 0;
    top: 20%;
  }
  .campaign_offer-limit span {
    font-size: clamp(15px, 4.5vw, 30px);
    padding: 0 8px;
  }
  .campaign_offer-detail {
    padding: 8px;
    margin: 8px auto;
  }
  .campaign_offer-detail p {
    font-size: 13px;
  }
  .campaign_offer-text01 p {
    font-size: 15px;
  }
  .campaign_message {
    margin-top: 8px;
    padding-top: 12px;
  }
  .campaign_message-text {
    width: calc(100% - 88px);
    margin-right: 8px;
  }
  .campaign_message-text p {
    font-size: 14px;
  }
  .campaign_message-ttl {
    width: 90%;
    margin: 0 auto 8px;
  }
  .campaign_message-img {
    display: flex;
    align-items: flex-end;
    max-width: 80px;
  }
  .campaign_message-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* 驚きの変化！ あなたも実感してください！ */
  .ba {
    padding: 12px;
  }
  .ba_mainttl {
    margin-top: clamp(-12px, -2vw, 0px);
  }
  .ba_subttl {
    margin: 0 auto;
  }
  .ba_subttl img {
    width: 32vw;
    max-width: 200px;
    height: auto;
  }
  .ba_area {
    padding: 16px;
    margin-top: 0;
  }
  .ba_conts01 {
    width: 100%;
    margin: 0 auto;
    margin-top: 51px;
  }
  .ba_conts02 {
    margin-top: 89px;
  }
  .ba_conts03 {
    margin-top: 84px;
  }
  .ba_conts-fukidashi {
    width: max-content;
    height: auto;
    max-height: 95px;
  }
  .ba_conts-fukidashi p {
    line-height: 0;
  }
  .ba_conts-fukidashi p img {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: 95px;
  }
  .ba_conts-fukidashi01 {
    top: -55px;
    right: -5%;
  }
  .ba_conts-fukidashi02 {
    top: -77px;
    right: -10%;
  }
  .ba_conts-fukidashi03 {
    top: -72px;
    right: 0%;
  }
  .ba_conts-ba {
    width: 100%;
  }
  .ba_conts-arrow {
    margin: 0 8px;
  }
  .ba_conts-arrow img {
    width: auto;
    max-width: 22px;
    height: auto;
  }
  .ba_conts-text {
    padding: 8px;
  }
  .ba_conts-text01 {
    display: block;
    width: 100%;
  }
  .ba_conts-text01 img {
    width: auto;
    max-width: max-content;
    min-height: 10px;
    height: 10vw;
    max-height: 15px;
  }
  .ba_conts-memo {
    margin-top: 16px;
    text-align: left;
    font-size: 12px;
    padding-left: 1em;
    line-height: 1.5;
  }
  .ba_conts-memo:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .ba_conts-memo p:before {
    content: none;
  }
  /* お客様の声 */
  .voice_ttl {
    padding: 12px;
  }
  .voice_ttl:after {
    border-width: 12px;
    bottom: -24px;
  }
  .voice_memo {
    margin: 20px 0 8px;
  }
  .voice_memo p {
    font-size: 12px;
  }
  .voice_contslist {
    margin-top: 0;
  }
  .voice_conts {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
    border-width: 1px;
    padding: 8px;
  }
  .voice_conts:nth-of-type(2n) {
    margin-right: 0;
  }
  .voice_img {
    text-align: center;
    margin: 0 auto;
  }
  .voice_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .voice_text {
    margin: 12px 0;
  }
  .voice_text p {
    font-size: 13px;
  }
  .voice_info {
    padding: 4px;
  }
  .voice_info p {
    font-size: 13px;
  }
  .voice_message {
    margin-top: 10px;
  }
  /* 医師も推薦！ */
  .recommend_ttl {
    padding: 12px 12px;
  }
  .recommend_ttl02 {
    margin: 0 auto 8px;
  }
  .recommend_ttl02 img {
    width: auto;
    max-width: 160px;
  }
  .recommend_mainconts {
    padding: 16px;
  }
  .recommend_conts-wrap {
    display: flex;
    flex-direction: column;
  }
  .recommend_img {
    float: none;
    margin: 0 auto 12px;
  }
  .recommend_text-ttl {
    background-size: 64px auto;
    padding-left: 72px;
    min-height: 80px;
    padding-top: 4px;
    margin-bottom: 8px;
  }
  .recommend_text-ttl,
  .recommend_text-ttl-info {
    font-size: 15px;
  }
  .recommend_text-ttl-name {
    font-size: 1.25em;
  }
  /* お悩みリスト */
  .nayami {
    padding: 4px;
  }
  .nayami_wrap {
    padding: 12px 12px 0;
  }
  .nayami_conts {
    display: flex;
    flex-direction: column-reverse;
  }
  .nayami_ttl {
    margin-bottom: 12px;
  }
  .nayami_ttl img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
  .nayami_text {
    width: 100%;
    margin: 0 auto 0;
  }
  .nayami_img {
    width: 100%;
    max-width: 120px;
    margin: 0 auto;
  }
  .nayami_img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .naymai_list {
    margin-bottom: 0;
  }
  .naymai_list li {
    background-size: 22px auto;
    padding-left: 30px;
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .nayami_ans {
    margin-top: 12px;
  }
  /* 5つの安心をお約束 */
  .promise {
    padding: 16px;
  }
  .promise_conts-ttl {
    left: 0;
    right: 0;
    top: -24px;
    width: 200px;
    margin: 0 auto;
  }
  .promise_conts-ttl-num {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .promise_conts-ttl-text {
    width: 149px;
    font-size: 16px;
    max-height: 36px;
    left: 32px;
    padding-left: 22px;
    top: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .promise_conts-ttl-text:before, .promise_conts-ttl-text:after {
    right: -10px;
  }
  .promise_conts-wrap {
    padding: 32px 16px 12px;
    flex-direction: column;
  }
  .promise_conts-img {
    text-align: center;
    margin: 0 auto 8px;
  }
  .promise_conts-text {
    width: 100%;
    margin: 0 auto;
  }
  /* 3つの未来 */
  .mirai_infomovie-ttl {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .mirai_infomovie-memo {
    margin-bottom: 20px;
    font-size: 15px;
  }
  .mirai_movie iframe {
    min-height: 260px;
    height: 69vw;
    max-height: 290px;
  }
  /* このようなお悩みの方が来られています */
  .top_link-ttl {
    padding: 12px;
  }
  .top_link-ttl:after {
    border-width: 16px;
    bottom: -32px;
  }
  .top_link-mainttl img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
  .top_link-list {
    margin-top: 32px;
  }
  .top_link-list ul li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .top_link-list ul li:nth-of-type(3n) {
    margin-right: 8px;
  }
  .top_link-list ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  /* リプラス整体院は「根本改善」を目指す整体院です */
  .konpon {
    padding: 24px 16px;
  }
  .konpon_ttl {
    padding: 12px 0;
    border-width: 2px 0;
  }
  .konpon_textarea {
    margin-top: 20px;
    padding: 20px 16px;
  }
  .konpon_textarea p {
    margin-bottom: 1em;
  }
  /* このようなお悩みの方が来られています */
  .mistake_ttl {
    padding: 12px;
  }
  .mistake_listconts {
    padding: 16px;
  }
  .mistake_listconts li {
    background-size: 20px auto;
    padding-left: 28px;
    font-size: 15px;
    padding-top: 0;
    line-height: 1.5;
    min-height: 20px;
    margin-bottom: 16px;
  }
  .mistake_listconts li:last-of-type {
    margin-bottom: 0;
  }
  .arrow_conts {
    margin: 1em auto;
  }
  .arrow_conts img {
    max-width: 60%;
  }
  .mistake_reason {
    margin-top: 5em;
    padding: 16px;
  }
  .mistake_reason-list {
    padding: 32px 16px 16px;
  }
  .mistake_reason-list-text01 {
    top: -9%;
    right: 10%;
  }
  .mistake_reason-list-text01 img {
    width: auto;
    max-width: 140px;
    height: auto;
  }
  .mistake_reason-listarea {
    margin-top: 4px;
  }
  .mistake_reason-listarea ul li {
    padding-left: 40px;
    min-height: 32px;
    margin-bottom: 8px;
    padding-bottom: 0;
    border-bottom: 2px dotted #ededea;
    font-size: 15px;
    padding-top: 4px;
  }
  .mistake_reason-listarea ul li:before {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
  .mistake_reason-text {
    margin-top: 12px;
    padding: 16px;
  }
  /* こんな痛みや不調でお困りではありませんか？ */
  .condition_ttl {
    margin-top: -9%;
  }
  .condition_conts01 {
    padding: 16px 16px 10%;
  }
  .condition_subttl {
    text-align: center;
  }
  .condition_subttl img {
    width: auto;
    max-width: 70%;
    height: auto;
  }
  .condition01_list {
    margin-top: 0px;
  }
  .condition01_list ul li {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .condition01_list ul li img {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.24));
  }
  .condition_cause-ttl:after {
    border: 30px solid transparent;
    border-top: 20px solid #66a3d1;
    bottom: -50px;
  }
  .condition_cause-conts {
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .condition_result-ttl {
    padding: 16px 0;
  }
  .condition_result-conts {
    margin: 8px auto 0;
  }
  /* 具体的にはどうするの？ */
  .detail_mainttl {
    padding-top: 32px;
  }
  .detail_mainttl:after {
    border: 30px solid transparent;
    border-top: 20px solid #0065b2;
    bottom: -50px;
  }
  .detail_mainttl-sub {
    top: -24px;
  }
  .detail_mainttl-sub img {
    width: auto;
    max-width: 240px;
    height: auto;
  }
  .detail_conts {
    margin-top: 32px;
  }
  .detail_conts-ttl-num {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    top: -24px;
    left: 0;
    right: 0;
    font-size: 24px;
    font-weight: bold;
  }
  .detail_conts-ttl-text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    min-height: 0;
    margin-bottom: 16px;
  }
  .detail_conts-ttl-text01,
  .detail_conts-ttl-text02 {
    font-size: 16px;
    padding: 8px;
  }
  .detail_conts-ttl-text01:after {
    border-left: 14px solid #d7edfa;
    right: -42px;
  }
  .detail_conts-ttl-text02 {
    padding-left: 24px;
  }
  .detail_conts-area-img {
    line-height: 1;
    text-align: center;
    margin: 0 auto 1em;
  }
  .detail_conts-area-img img {
    max-height: 200px;
  }
  /* 認定 */
  .authorization {
    padding: 12px;
  }
  .authorization_wrap {
    flex-direction: column-reverse;
  }
  .authorization_text {
    width: 100%;
    margin: 0 auto;
  }
  .authorization_img {
    margin: 0 auto 1em;
  }
  .authorization_icon {
    top: -40px;
    right: -32px;
  }
  .authorization_icon img {
    width: auto;
    max-width: 80px;
    height: auto;
  }
  /* DRT整体 */
  .drtseitai_conts {
    padding: 12px;
  }
  .drtseitai_mainttl-mainttl01 {
    font-size: 32px;
  }
  .drtseitai_mainttl-mainttl02 {
    font-size: 18px;
    padding: 8px 1em;
    line-height: 1.5;
    margin-bottom: 6px;
    height: auto;
  }
  .drtseitai_mainttl-subttl {
    font-size: 18px;
    font-size: clamp(15px, 4.5vw, 18px);
    text-align: center;
  }
  .drtseitai_sec {
    margin-bottom: 24px;
  }
  .drtseitai_about {
    padding: 12px;
  }
  .drtseitai_about-wrap {
    flex-direction: column-reverse;
  }
  .drtseitai_about-text {
    width: 100%;
    margin: 0 auto;
  }
  .drtseitai_about-text p {
    font-size: 18px;
    line-height: 1.65;
  }
  .drtseitai_about-text p strong {
    font-size: 1.15em;
  }
  .drtseitai_about-img {
    margin-bottom: 8px;
  }
  .drtseitai_about-img01 {
    text-align: center;
  }
  .drtseitai_about-img02 {
    right: 50px;
  }
  .drtseitai_info-ttl {
    padding: 12px;
  }
  .drtseitai_info-ttl-text,
  .drt_result-mainttl {
    font-size: clamp(18px, 5vw, 20px);
  }
  .drtseitai_info-ttl-text span.drtseitai_info-ttl-text-point01 {
    font-size: 16px;
  }
  .drtseitai_info-textarea {
    padding: 16px;
  }
  .drt_result-ttl01 {
    font-size: clamp(16px, 4vw, 18px);
    text-align: left;
    text-decoration-thickness: 8px;
    line-height: 1.85;
    text-underline-offset: -2px;
  }
  .drt_result-ttl01 .br {
    display: inline;
  }
  .drt_result {
    padding: 12px;
  }
  .drt_result-mainttl {
    margin-bottom: 16px;
  }
  .drt_result-conts {
    margin-top: 16px;
  }
  .drt_result-textarea {
    padding: 0 12px;
  }
  .drt_result-text01 {
    font-size: 18px;
  }
  .drt_result-text02 {
    font-size: 15px;
  }
  .drtseitai_official-mainttl-text {
    width: calc(100% - 36px);
  }
  .drtseitai_official-mainttl-text span {
    font-size: 20px;
    padding: 12px 8px 16px;
  }
  .drtseitai_official-mainttl-l,
  .drtseitai_official-mainttl-r {
    bottom: -10px;
  }
  .drtseitai_official-mainttl-l img,
  .drtseitai_official-mainttl-r img {
    width: auto;
    max-width: 32px;
    height: auto;
  }
  .drtseitai_official-mainttl-l {
    left: -4px;
  }
  .drtseitai_official-mainttl-r {
    right: -4px;
  }
  .drtseitai_official-textarea {
    width: 90%;
    padding: 24px 16px 16px;
  }
  .drtseitai_official-conts01-wrap {
    flex-direction: column-reverse;
  }
  .drtseitai_official-conts01-text {
    margin: 1em auto;
  }
  .drtseitai_official-conts01-text p {
    font-size: 16px;
    line-height: 1.75;
  }
  .drtseitai_official-conts01-text p span {
    display: inline;
  }
  .drtseitai_official-conts01-img01 {
    text-align: center;
  }
  .drtseitai_official-conts01-img01 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .drtseitai_official-conts02 {
    margin-top: 0;
  }
  .drtseitai_official-conts02list ul {
    flex-direction: column;
  }
  .drtseitai_official-conts02list ul li {
    width: 100%;
    margin: 0 auto 8px;
    text-align: center;
    line-height: 1;
  }
  .drtseitai_official-conts02list ul li:last-of-type {
    margin-bottom: 0;
  }
  .drtseitai_official-conts02list ul li img {
    width: auto;
    max-width: 200px;
    height: auto;
  }
  .drtseitai_kuchikomi {
    margin-bottom: 0;
  }
  .drtseitai_kuchikomi-ttl {
    font-size: 20px;
  }
  .drtseitai_kuchikomi-ttl .br {
    display: inline;
  }
  .drtseitai_kuchikomi-ttl-wrap {
    padding: 0 1.2em;
  }
  .drtseitai_kuchikomi-ttl-wrap:before, .drtseitai_kuchikomi-ttl-wrap:after {
    width: 9vw;
    height: 14vw;
    max-width: 42px;
    max-height: 78px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .drtseitai_kuchikomi-ttl-wrap:before {
    left: 0;
  }
  .drtseitai_kuchikomi-ttl-wrap:after {
    right: 0;
  }
  .drtseitai_kuchikomi-img {
    margin-top: 12px;
  }
  .drtseitai_mainttl-mainttl01-drtseitai02 {
    font-size: 24px;
  }
  .drt_result-text03 p {
    font-size: 16px;
  }
  .drt_result-img02 {
    margin-top: 1em;
  }
  .drtseitai_ba-mainttl {
    font-size: 20px;
  }
  .drtseitai_ba-mainttl .br {
    display: inline;
  }
  .drtseitai_ba-img {
    line-height: 0;
  }
  /* リプラス整体院で改善する ３つの理由 */
  .reason {
    padding: 16px;
  }
  .reason_conts {
    padding: 12px;
  }
  .reason_ttl {
    min-height: 48px;
  }
  .reason_ttl-num {
    width: 40px;
    height: 40px;
    top: auto;
    font-size: 10px;
  }
  .reason_ttl-num .reason_ttl-num-point {
    font-size: 1.25em;
    margin-top: 2px;
  }
  .reason_ttl-text {
    font-size: clamp(15px, 4.85vw, 18px);
    margin-left: 48px;
    line-height: 1.25;
  }
  /* common_conts */
  .select_mainttl-main-wrap {
    padding: 12px 12px 16px;
  }
  .select_mainttl-main-text {
    flex-direction: column;
    font-size: 20px;
  }
  .select_mainttl-main-text02 {
    font-size: 1.5em;
  }
  .select_ttl-main {
    width: 100%;
    margin: 0 auto 16px;
    border-radius: 4px;
    padding: 40px 16px 16px;
    min-height: 0;
  }
  .select_ttl-main span {
    font-size: 20px;
  }
  .select_mainttl-sub {
    margin: 0 auto;
    text-align: center;
    max-width: 220px;
  }
  .select_conts {
    margin-top: 56px;
  }
  .select_area {
    padding: 72px 16px 24px;
  }
  .select_ttl-num {
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -36px;
    font-size: 16px;
  }
  .select_ttl-num-point {
    font-size: 1.35em;
    margin-top: 1px;
  }
  .select_clinic-common {
    padding: 16px;
    margin-top: 16px;
  }
  .select_clinic-common-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .select_clinic-common-list li {
    font-size: 15px;
    background-size: 22px auto;
    padding-left: 30px;
  }
  .select_clinic-arrow {
    margin: 12px auto;
  }
  .select_clinic-arrow img {
    width: auto;
    max-width: 60%;
    height: auto;
  }
  .select_clinic-our {
    padding: 16px;
  }
  .select_clinic-our-ttl {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .select_clinic-our-list {
    padding: 8px 12px;
    border-width: 1px;
  }
  .select_clinic-our-list li {
    font-size: 15px;
    background-size: 22px auto;
    padding-left: 30px;
  }
  /* 相性チェック */
  .checklist_mainttl {
    min-height: 0;
    height: 34vw;
    margin-bottom: 16px;
  }
  .checklist_mainttl span {
    display: block;
    text-align: center;
    top: 6px;
  }
  .checklist_mainttl span img {
    width: auto;
    max-width: 90%;
    height: auto;
  }
  .checklist_conts-mainttl {
    margin-bottom: 12px;
  }
  .checklist_conts-mainttl span {
    font-size: clamp(13px, 4vw, 16px);
    line-height: 1.5;
    padding: 0 0.75em;
  }
  .checklist_conts-mainttl span:before, .checklist_conts-mainttl span:after {
    width: 1px;
    height: 80%;
  }
  .checklist_conts-mainttl span:before {
    left: 0;
    transform: rotate(-15deg);
  }
  .checklist_conts-mainttl span:after {
    right: 0;
    transform: rotate(15deg);
  }
  .checklist_conts {
    margin-top: 32px;
  }
  .checklist_listconts-ttl {
    padding: 8px;
    font-size: 24px;
    line-height: 1.5;
  }
  .checklist_listconts-conts {
    border-width: 4px;
    padding: 12px;
  }
  .checklist_listconts-conts ul li {
    background-size: 22px auto;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 12px;
  }
  .checklist_listconts-conts ul li:last-of-type {
    margin-bottom: 0;
  }
  .checklist_conts-text01 p {
    font-size: 18px;
    line-height: 1.5;
  }
  .checklist_conts-arrow {
    max-width: 60%;
    margin: 8px auto 16px;
  }
  .checklist_conts-arrow img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .checklist_conts-caution {
    padding: 16px;
  }
  .checklist_conts-caution-ttl {
    margin-bottom: 12px;
  }
  .checklist_conts-caution-mainttl {
    font-size: 24px;
    margin-left: 8px;
  }
  .checklist_conts-caution-subttl {
    font-size: 18px;
    padding: 8px 16px 4px;
  }
  /* 推薦を頂いています！ */
  .suisen_mainttl {
    margin-bottom: 16px;
  }
  .suisen_conts {
    padding: 12px;
    margin-top: 24px;
  }
  .suisen_profile {
    flex-direction: column-reverse;
  }
  .suisen_profile-img {
    position: relative;
    width: 100%;
    max-width: 186px;
    margin: 0 auto;
    line-height: 0;
  }
  .suisen_profile-text {
    box-sizing: border-box;
    padding: 12px;
    margin: 0 auto 12px;
  }
  .suisen_profile-text p {
    line-height: 1.5;
  }
  .suisen_profile-text01 {
    font-size: 16px;
  }
  .suisen_profile-text-name {
    font-size: 1.25em;
    margin-top: 0;
  }
  .suisen_textarea {
    margin-top: 12px;
  }
  .suisen_ttl {
    font-size: 17px;
    padding-bottom: 4px;
    margin-bottom: 8px;
  }
  .suisen_img {
    width: 100%;
    margin: 1em auto 0;
  }
  /* 代表ごあいさつ */
  .aisatsu_ttl {
    font-size: 24px;
    padding: 12px;
    border-top: 2px solid #0065b2;
    border-bottom: 2px solid #0065b2;
    margin-bottom: 16px;
  }
  .aisatsu_img {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
  }
  .aisatsu_img img {
    width: auto;
    max-width: 160px;
    height: auto;
  }
  .aisatsu_info {
    margin-top: 1.5em;
  }
  .aisatsu_info-text01,
  .aisatsu_info-name {
    font-size: 16px;
  }
  .aisatsu_info-name {
    margin-top: 4px;
  }
  .aisatsu_info-name span img {
    max-width: 96px;
  }
  /* お問い合わせコンテンツ */
  .contact_mainttl {
    padding: 16px 12px;
  }
  .contact_mainttl img {
    width: auto;
    max-width: 40px;
    height: auto;
  }
  .contact_mainttl span {
    font-size: 22px;
    line-height: 1.35;
  }
  .contact_conts {
    border-width: 4px;
    padding: 48px 16px 16px;
  }
  .contact_btn {
    margin-bottom: 20px;
  }
  .contact_btn a {
    min-height: 0;
    padding: 12px 0;
  }
  .contact_btn a .contact_btn-tel-img {
    left: 24px;
    width: auto;
    max-width: 60px;
    height: auto;
  }
  .contact_btn a .contact_btn-tel-text {
    padding-right: 2em;
    padding-left: 90px;
  }
  .contact_btn a .contact_btn-tel-text01 {
    font-size: 12px;
  }
  .contact_btn a .contact_btn-tel-text02 {
    margin-top: 4px;
  }
  .contact_btn a .contact_btn-tel-text02 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .contact_btn-reserve a {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px 2em;
  }
  .contact_btn-reserve-icon {
    width: 38px;
    height: 38px;
    border-radius: 100px;
  }
  .contact_btn-reserve-icon img {
    width: auto;
    max-width: 20px;
    height: auto;
    max-height: 20px;
  }
  .contact_btn-reserve-text {
    width: calc(100% - 50px);
    margin-left: 12px;
    font-size: clamp(18px, 4.5vw, 20vw);
    line-height: 1.3;
  }
  .contact_hb {
    margin: 24px auto;
    border-width: 4px;
    padding: 16px;
  }
  .contact_hb-l {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .contact_hb-logo {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 12px;
  }
  .contact_hb-text .br {
    display: inline;
  }
  .contact_hb-text {
    font-size: 15px;
    margin: 1em 0;
  }
  .contact_hb-btn a {
    font-size: 17px;
    padding: 12px;
  }
  .contact_hb-btn a span {
    padding-left: 16px;
  }
  .contact_hb-btn a span:before {
    border: 6px solid transparent;
    border-left: 8px solid #fff;
    top: calc(50% - 7px);
  }
  .contact_hb-r {
    display: none;
  }
  .contact_open-wrap {
    flex-direction: column;
  }
  .contact_open-img {
    margin: 0 auto 12px;
  }
  .contact_open-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .contact_open-text {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
  }
  .contact_info dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
  }
  .contact_info dl:last-of-type {
    margin-bottom: 8px;
  }
  .contact_info dl dt:after {
    content: none;
  }
  .contact_map iframe {
    min-height: 320px;
  }
  /* 施術の流れ */
  .flow_ttl {
    border-top: 2px solid #0065b2;
    border-bottom: 2px solid #0065b2;
    padding: 12px 0;
  }
  .flow_ttl-main {
    font-size: 20px;
  }
  .flow_list {
    margin-top: 24px;
  }
  .flow_listconts {
    width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .flow_listconts:after {
    width: 12px;
    height: 34px;
    right: -15px;
    top: 54%;
  }
  .flow_listconts:nth-of-type(3n) {
    margin-right: 16px;
  }
  .flow_listconts:nth-of-type(3n):after {
    content: "";
    display: block;
    position: absolute;
    background: url("../images/top/flow_arrow.png") no-repeat left top;
    background-size: contain;
    width: 12px;
    height: 34px;
    right: -15px;
    top: 54%;
  }
  .flow_listconts:nth-of-type(2n) {
    margin-right: 0;
  }
  .flow_listconts:nth-of-type(2n):after {
    content: none;
  }
  .flow_list-img {
    text-align: center;
  }
  .flow_list-ttl {
    min-height: 40px;
    margin-bottom: 8px;
  }
  .flow_list-num {
    width: 40px;
    height: 40px;
  }
  .flow_list-num-point {
    margin-top: 0;
  }
  .flow_list-mainttl {
    padding-left: 44px;
    font-size: 13px;
  }
  .flow_list-num-step {
    font-size: 9px;
  }
  /* 最後に… */
  .last_mainttl {
    min-height: 0;
    box-sizing: border-box;
    padding: 24px 12px;
    margin-bottom: 0;
  }
  .last_textarea-conts {
    margin-bottom: 16px;
  }
  .last_textarea-ttl {
    font-size: 18px;
  }
  .last_textarea-message p {
    font-size: 18px;
  }
  /* スタッフ募集 */
  .recruit {
    margin-top: 48px;
    padding: 0 16px 16px;
  }
  .recruit_mainttl {
    justify-content: flex-start;
    min-height: 80px;
  }
  .recruit_mainttl-text {
    width: calc(100% - 80px);
    margin-right: 8px;
  }
  .recruit_mainttl-text02 {
    width: 50vw;
    max-width: 200px;
    top: clamp(-34px, -9vw, -24px);
    left: 24px;
  }
  .recruit_mainttl-img {
    max-width: 72px;
    right: 0;
    bottom: 3px;
  }
  .recruit_textarea {
    padding: 16px;
  }
  .recruit_img01 {
    margin-top: 16px;
  }
  .recruit_img02 {
    margin-top: 0;
  }
  /* common_conts */
  .common_contact-r-info {
    flex-direction: column;
    justify-content: flex-start;
  }
  .common_contact-infoconts {
    margin: 0 auto 0 0;
  }
  .common_contact-infoconts:last-of-type {
    margin: 12px auto 0 0;
  }
  /* common_conts */
  /* pagetop */
  #pagetop img {
    width: 48px;
    height: 48px;
  }
  .common_contact-wrap {
    width: 90%;
  }
  .common_contactconts {
    padding: 24px 0 calc(48px + 2.5%);
  }
  .common_contact-fukidashi {
    padding: 16px 16px 12px;
  }
  .common_contact-fukidashi:before {
    border: 20px solid transparent;
    border-top: 16px solid #fff;
    bottom: -36px;
  }
  .common_contact-r {
    margin-top: 0;
  }
  /* footer */
  #footer {
    padding: 24px 0;
    margin-bottom: 16vw;
  }
  .f_info {
    flex-direction: column;
    justify-content: center;
    margin: 16px auto;
    padding: 16px 0;
  }
  .f_info p {
    text-align: center;
  }
  .f_menu ul li {
    border-left: none;
    border-right: 1px solid #433519;
    margin: 0 0 8px 0;
    padding: 0 8px;
  }
  .f_menu ul li:last-of-type {
    margin: 0 0 8px 0;
    border-right: none;
  }
  .f_menu ul li a {
    font-size: 14px;
  }
  /* 下層ページ */
  .second_mainttl {
    font-size: 20px;
    padding: 12px 16px;
    margin-bottom: 16px;
  }
  #second #main {
    margin-top: 0;
  }
  /* 施術内容・料金 */
  .price_tbl {
    display: block;
  }
  .price_tbl tbody {
    display: block;
  }
  .price_tbl tbody tr {
    display: flex;
    flex-direction: column;
    border: none;
    border-bottom: 1px solid #d4d0c5;
  }
  .price_tbl tbody tr:last-of-type {
    border-bottom: none;
  }
  .price_tbl tbody tr th, .price_tbl tbody tr td {
    display: block;
    width: 100%;
    border: none;
    padding: 8px 16px;
    text-align: left;
  }
  .price_tbl tbody tr th span.br {
    display: inline;
  }
  .price_tbl tbody tr th ul {
    margin-top: 4px;
    padding-top: 4px;
  }
  .price_tbl tbody tr th ul li {
    font-size: 13px;
    padding-left: 10px;
  }
  .price_tbl tbody tr th ul li:before {
    top: 8px;
  }
  /* スタッフ紹介 */
  .staff_conts-wrap {
    flex-direction: column;
  }
  .staff_img {
    margin: 0 auto 16px;
  }
  .staff_text {
    width: 100%;
    margin: 0 auto;
  }
  /* スタッフ募集 */
  .second_recruit {
    margin-top: 64px;
  }
  /* 地図・行き方 */
  .access_info {
    padding: 16px;
  }
  .access_info-text01 dl {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .access_info-text01 dl:last-of-type {
    margin-bottom: 0;
  }
  .access_info-text01 dl dt, .access_info-text01 dl dd {
    font-size: 14px;
  }
  .access_info-map iframe {
    min-height: 240px;
  }
  .access_root-conts {
    width: 100%;
    margin: 0 auto 16px;
    padding: 12px;
  }
  .access_root-ttl {
    margin-bottom: 8px;
    min-height: 44px;
  }
  .access_root-ttlnum {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  .access_root-ttltext {
    padding-left: 44px;
    font-size: 16px;
    line-height: 1.45;
  }
  .access_root-textarea {
    text-align: center;
  }
  /* ご予約・お問い合わせ */
  .contact_telnum a span {
    font-size: clamp(28px, 7vw, 32px);
  }
  .contact_mailconts {
    padding: 16px;
    margin-top: 16px;
  }
  .contact_mailconts p a {
    word-break: break-all;
  }
  .contact_reservebtn-wrap {
    flex-direction: column;
  }
  .contact_reservebtn-conts {
    width: 100%;
    margin: 0 auto 12px;
  }
  .contact_reservebtn-conts:last-of-type {
    margin-bottom: 0;
  }
  .contact_reservebtn-conts a {
    padding: 8px;
  }
  .contact_formtbl {
    display: block;
    border: none;
  }
  .contact_formtbl tbody {
    display: block;
  }
  .contact_formtbl tbody tr {
    display: flex;
    flex-direction: column;
  }
  .contact_formtbl tbody tr th, .contact_formtbl tbody tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .contact_formtbl tbody tr th {
    padding: 12px 12px 0;
    margin-bottom: 8px;
  }
  .contact_formtbl tbody tr td {
    padding: 0 12px 12px;
  }
  .contact_formtbl tbody tr td .contact_form-datetime-wrap {
    flex-direction: column;
  }
  .contact_formtbl tbody tr td .contact_form-datetime-wrap .contact_form-date {
    margin-bottom: 4px;
  }
  .contact_formtbl tbody tr td .contact_form-datetime-wrap .contact_form-time {
    margin-top: 4px;
    margin-left: 0;
  }
  .contact_formtbl tbody tr td input[type='date'],
  .contact_formtbl tbody tr td select,
  .contact_formtbl tbody tr td option {
    width: 100% !important;
  }
  .contact_formtbl tbody tr th,
  .contact_formtbl tbody tr td {
    border: none;
  }
  .required {
    margin-left: 6px;
  }
  .contact_formtbl-submit {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  /* お客様の声 */
  .voice_detailconts {
    margin-top: 24px;
  }
  .voice_detailconts-wrap {
    flex-direction: column;
  }
  .voice_detailconts-img {
    margin: 0 auto 24px;
  }
  .voice_detailconts-text {
    width: 100%;
  }
  /* よくある質問 */
  .faq_qlist {
    margin-top: 16px;
  }
  .faq_qlist li {
    font-size: 15px;
    font-weight: bold;
  }
  .faq_qlist-conts {
    padding: 12px;
  }
  .faq_a-ttl {
    padding: 12px 16px;
    font-size: 16px;
    padding-left: 3em;
  }
  .faq_a-ttl span {
    left: 16px;
    top: 12px;
  }
  .faq_aconts {
    padding-bottom: 0;
    padding-top: 24px;
  }
  .faq_aconts:first-of-type {
    padding-top: 0;
  }
  /* 症状別紹介 */
  .case_mainimage h2 img {
    max-width: calc(110% + 4px);
    position: relative;
    left: calc(-5% - 2px);
  }
  .why_text01 p {
    font-size: 22px;
    line-height: 1.65;
  }
  .why_text01 p .br {
    display: inline;
  }
  .case_voice_ttl img {
    max-width: 240px;
  }
  .konpon_mainttl-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }
  .konpon_mainttl-text .strong04 {
    font-weight: 700;
  }
  .column_single h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .column_single h4 {
    font-size: 15px;
    border-left: 5px solid #0065b2;
    padding: 4px 0 4px 8px;
  }
  .alignleft,
  .alignright {
    width: 40% !important;
    margin-bottom: 0;
  }
  .alignleft {
    margin-right: 8px;
  }
  .alignright {
    margin-left: 8px;
  }
  .aligncenter {
    margin: 0 auto;
    text-align: center;
  }
}
