@charset "UTF-8";
/* 幅1000px以下からcss適応 */
@media only screen and (max-width: 1042px) {
  /* ヘッダー */
  .nav_wrap ul li {
    width: 100%;
    display: block;
    text-align: center;
  }
  .nav_wrap ul li a {
    padding: 14px 0.5vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  #main {
    flex-direction: column;
  }
  #conts {
    margin: 0 auto;
  }
  /* 仮削除 */
  #side {
    display: none;
  }
  .nav_pc {
    display: none;
  }
  .h_logo-access {
    display: none;
  }
  .nav_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to bottom, #ffbe4f 0%, #f79e02 100%);
  }
  .nav_sp-conts {
    width: calc(100% / 3);
    text-align: center;
    border-right: 1px solid #fff;
  }
  .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: flex;
    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;
  }
  .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;
    width: 100%;
    height: 100%;
  }
  /* ここまで */
  .sp_tel p,
  .sp_contact p {
    line-height: 0;
  }
  .hum_menu_obtn p,
  .sp_tel a,
  .sp_contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 2vw 0;

    transition: all 0.25s linear 0s;
    margin: 0 auto;
  }
  .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, #ffbe4f 0%, #f79e02 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;
    margin-top: 0;
    width: 100%;
  }
  #nav.on .hum_menu_obtn p,
  #nav.on .sp_tel a,
  #nav.on .sp_contact a {
    min-height: 70px;
    max-height: 70px;
  }
  #nav.on .hum_menu_obtn p img,
  #nav.on .sp_tel a img,
  #nav.on .sp_contact a img {
    max-height: 45px;
  }
  /* common */
  #conts {
    width: 95%;
    max-width: 730px;
    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;
  }
}

/* 幅900px以下からcss適応 */
@media only screen and (max-width: 900px) {
  .h_top-telbtn ul {
    justify-content: center;
    flex-wrap: wrap;
  }
  .h_top-telbtn ul li {
    width: calc(50% - 16px);
    margin-right: 6px;
    max-width: 137px;
  }
  .h_top-telbtn ul li:first-of-type {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .h_top-telbtn ul li:last-of-type {
    margin-right: 0;
  }
  .h_top-open dl {
    display: block;
  }
  .h_top-open dl dt,
  .h_top-open dl dd {
    width: 100%;
  }
  .f_info {
    flex-wrap: wrap;
  }
  #pagetop {
    display: none;
  }
  .list_about01:after {
    background-size: contain;
    width: 31vw;
  }
}

/* 幅800px以下からcss適応 */
@media only screen and (max-width: 800px) {
  /* common */
  .conts01 {
    padding: 0 16px;
  }
  .maincampaign_text {
    font-size: 3.5vw;
    top: 18vw;
  }
  /* top */
  .flow_step ul li {
    width: calc(50% - 4vw);
    margin-right: 8vw;
  }
  .flow_step ul li:after {
    right: -8vw;
  }
  .flow_step ul li:nth-child(2n) {
    margin-right: 0;
  }
  .offer_btn {
    width: 85%;
  }
  .ttl01 {
    width: calc(100% - 32px);
    margin-left: 16px;
  }
}

@media only screen and (max-width: 760px) {
  .list_about01 {
    padding-bottom: 240px;
  }
  .list_about01:after {
    background-position: center bottom;
    background-size: contain;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    left: 0;
  }
}

/* 幅660px以下からcss適応 */
@media only screen and (max-width: 660px) {
  /* header */
  #nav {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: none;
    width: 100%;
    z-index: 9999;
  }
  #nav .hum_menu_obtn p,
  #nav .sp_tel a,
  #nav .sp_contact a {
    min-height: 55px;
    max-height: 55px;
  }
  #nav .hum_menu_obtn p img,
  #nav .sp_tel a img,
  #nav .sp_contact a img {
    max-height: 35px;
  }
  #header {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: #fff;
  }
  .h_top {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
  }
  .h_top-l {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    margin-left: 16px;
    width: 70%;
    max-width: 100%;
  }
  .h_top-l .h_logo,
  .h_top-l .h_access {
    text-align: left;
  }
  .h_top-l .h_logo {
    margin-bottom: 2vw;
  }
  .h_top-l .h_access br {
    display: none;
  }
  .h_top-c {
    margin-left: 0;
    margin-top: 0;
    width: 40%;
    max-width: 80px;
  }
  .h_top-c .h_top-medal {
    margin-top: 0;
  }
  .h_top-r {
    display: none;
  }
  .h_h1-t {
    margin-top: 64px;
    padding-top: 4px;
    padding-bottom: 8px;
    line-height: 1.5;
    border-bottom: 1px dotted #a7835f;
    margin-bottom: 0;
  }
  .h_h1-t h1 {
    font-size: 12px;
  }
  .h_logo {
    margin-right: 0;
    text-align: center;
    margin-bottom: 3vw;
  }
  .h_logo p img {
    width: 95%;
    max-width: 200px;
    height: auto;
  }
  .h_access {
    font-size: 11px;
    line-height: 1.5;
  }
  .h_access p {
    margin-bottom: 0;
  }
  .h_top {
    margin: 3vw auto;
  }
  .mainimage_pc {
    display: none;
  }
  .mainimage_sp {
    display: block;
  }
  #main {
    margin-top: 0;
    border-top: 2px solid #f0f0f0;
    padding: 5vw 0;
  }
  /* common */
  #conts {
    padding: 16px 0 32px;
  }
  .conts01 {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .ttl02 {
    margin-bottom: 1em;
  }
  .list02 {
    padding: 16px;
  }
  .strong07 {
    font-size: 1.2em;
  }
  /* top */
  .maincampaign {
    margin-top: 16px;
  }
  .mainiamge_pc {
    display: none;
  }
  .mainiamge_sp {
    display: block;
  }
  /* こんなお悩みはありませんか？ */
  .nayami_list {
    padding: 0;
    z-index: 2;
  }
  .nayami_list01 {
    padding: 0;
  }
  .nayami_list01 li {
    font-size: 15px;
  }
  .nayami_img {
    top: 30px;
    bottom: 0;
    z-index: 1;
    opacity: 0.15;
  }
  /* ３つの特徴 */
  .tokutyou_ttl {
    font-size: 17px;
    background-size: auto 64px;
    background-position-x: 8px;
    padding-left: 80px;
    min-height: 72px;
    padding-right: 8px;
  }
  .tokutyou_conts {
    margin-top: 1em;
  }
  .tokutyou_conts:last-of-type {
    margin-bottom: 2em;
  }
  .tokutyou_text {
    padding: 16px;
    box-sizing: border-box;
  }
  /* 正しい姿勢の作り方等の講演 */
  .shisei_img {
    margin-top: 1em;
  }
  /* 原因 */
  .cause_conts02,
  .cause_conts03 {
    margin-top: 1em;
  }
  .cause_conts02 {
    background: #ff6c03;
  }
  .cause_ttl01 {
    font-size: 18px;
    padding: 12px;
    padding-right: 72px;
  }
  .cause_ttl01:after {
    right: 0;
    top: -30px;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 100%;
    background-size: 60px auto;
  }
  .cause_conts02-text {
    padding: 12px;
  }
  /* 医師が推薦 */
  .suisen_ttl{
    width: 90%; 
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .suisen_conts-wrap{
    position: relative;
    margin-top: -15vw;
    padding: 12px 12px 16px;
    padding-top: 16vw;

    flex-direction: column;
  }
  .suisen_img{
    margin: 0 auto 24px;
  }

  .suisen_text{
    width: 100%;
    margin: 0 auto;
  }

  .suisen_img-info{
    margin-top: 8px;
  }

  .suisen_text-ttl{
    font-size: 20px;
    margin-bottom: 12px;
    border-width: 1px;
    padding-bottom: 4px;
  }

  .suisen_text-textarea p{
    font-size: 15px;
  }

  .suisen_text-textarea .br{
    display: inline;
  }

  /* 選ばれる7つの理由 */
  .select_ttl {
    font-size: 18px;
    background-size: auto 64px;
    background-position-x: 8px;
    padding-left: 80px;
    min-height: 92px;
  }
  /* 患者様の声 */
  .voice_ttl01 {
    font-size: 18px;
    padding: 16px;
  }
  .voice_ttl01 span {
    font-size: 15px;
  }
  .voice_ttl01:after {
    border-width: 20px;
    bottom: -32px;
  }
  .voice_text {
    padding: 16px;
  }
  .voice_text p.voice_memo {
    text-align: left;
  }
  .voice_btn p a {
    font-size: 15px;
    padding: 16px 8px;
  }
  .voice_btn p a span {
    margin-left: 8px;
  }
  .voice_btn p a span img {
    width: auto;
    max-width: 7px;
    height: auto;
  }
  /* 推薦の声 */
  .recommend_conts {
    padding: 12px;
    margin-top: 1em;
  }
  .recommend_conts:first-of-type {
    margin-top: 0;
  }
  .recommned_medal {
    left: 0;
    top: 0;
  }
  .recommned_medal img {
    width: auto;
    max-width: 64px;
    height: auto;
  }
  .recommend_ttl {
    margin-top: 0;
    min-height: auto;
  }
  .recommend_ttl01 {
    font-size: 16px;
    padding-left: 80px;
    border-width: 1px;
  }
  .recommend_img {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 1em;
    margin-top: 1em;
  }
  .recommend_img img {
    margin-bottom: 8px;
    max-width: 180px !important;
  }
  .recommend_info {
    margin: 0 auto;
  }
  /* 院長ごあいさつ */
  .greeting_img {
    text-align: center;
    float: none;
    margin: 0 auto;
  }
  .greeting_img img {
    max-width: 194px !important;
    margin-bottom: 8px;
  }
  .greeting_profile {
    margin: 0 auto;
    max-width: 194px;
    padding: 16px;
    margin-bottom: 1em;
  }
  /* こんなことでお悩みではありませんか？ */
  .nayami_conts-text {
    width: 97.9%;
    padding: 0 2.95vw 20px;
  }
  /* 院長プロフィール */
  .profile_conts-img01 {
    width: 150px;
  }
  .profile_conts-img01 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  /* 地図・行き方 */
  .access_lr .access_conts {
    width: 100%;
    margin: 0 auto 2em;
    padding: 12px;
  }
  .access_conts {
    padding: 12px;
  }
  .access_ttl02 {
    padding-left: 40px;
    min-height: 32px;
    line-height: 1.5;
    padding-top: 0;
    margin-bottom: 1em;
  }
  .access_ttl02:before {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .access_lr-img {
    text-align: center;
  }
  /* line@ */
  .line_conts-btn img {
    max-width: 90%;
  }
  /* contactconts */
  .contact_conts {
    padding: 24px 16px;
  }
  .contact_open {
    flex-direction: column;
    padding: 16px 0;
  }
  .contact_open {
    margin-top: 8px;
  }
  .contact_open-info dl,
  .contact_closed-info dl {
    flex-direction: column;
  }
  .contact_open-info dl dt,
  .contact_closed-info dl dt {
    font-size: 14px;
  }
  .contact_open-info dl dd,
  .contact_closed-info dl dd {
    width: 100%;
    font-size: 13px;
  }
  .contact_closed-info {
    margin-top: 1em;
  }
  .contact_btn-mail p a {
    padding: 16px;
    font-size: 15px;
    line-height: 1.5;
  }
  .contact_btn-mail p a img {
    width: 30px;
    height: auto;
    margin-right: 12px;
  }
  .contact_open-tbl01 {
    display: table;
    font-size: 11px;
    padding: 4px;
    border-collapse: collapse;
    border-width: 1px;
  }
  .contact_open-tbl01 tbody {
    display: table-cell;
  }
  .contact_open-tbl01 tbody tr {
    display: table-row;
  }
  .contact_access-info {
    flex-direction: column;
  }
  .contact_access-info dd {
    width: 100%;
    margin: 0 auto;
  }
  .contact_access p {
    font-size: 13px;
  }
  /* 最後に... */
  .last_ttl01 {
    margin-bottom: 12px;
  }
  .last_ttl01 span {
    font-size: 18px;
  }
  .last_conts {
    margin-bottom: 1em;
  }
  /* pagetop */
  #pagetop {
    width: 40px;
    height: 40px;
  }
  #pagetop p a img {
    width: 40px;
    height: 40px;
  }
  /* commoncontact */
  .common_contact {
    line-height: 1.5;
  }
  .common_contact-pc {
    display: none;
  }
  .common_contact-sp {
    display: block;
    width: 100%;
    padding: 24px 2.5%;
    box-sizing: border-box;
  }
  .common_contact-sp p {
    line-height: 1.5;
    color: #fff;
  }
  .common_contact-sp p a {
    font-size: 8vw;
    font-weight: bold;
    color: #fff;
  }
  .common_contact-sp p a img {
    width: 26px;
    height: auto;
    margin-right: 4px;
    position: relative;
    top: 3px;
  }
  .common_contact-sp .common_contact-sptel {
    margin: 4px auto 8px;
  }
  .common_contact-sp .common_contact-sptext {
    font-size: 1.1em;
    font-weight: bold;
  }
  .common_contact-open {
    padding: 0 2.5%;
  }
  .common_contact-open p {
    margin-bottom: 6px;
  }
  .common_contact-open p:last-of-type {
    margin-bottom: 0;
  }
  .sp_btm {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    bottom: -100px;
    z-index: 9998;
    left: 0;
    right: 0;
    line-height: 0;
    transition: all 0.1s linear 0s;
    box-sizing: border-box;
    width: 100%;
    padding: 8px;
    margin: 0 auto;
  }
  .sp_btm .sp_btm-tel {
    margin-right: 8px;
  }
  .sp_btm .sp_btm-tel img,
  .sp_btm .sp_btm-line img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  .sp_btm.on {
    bottom: 0;
  }
  /* footer */
  #footer {
    margin: 16px auto 23vw;
  }
  .f_menu ul {
    justify-content: center;
    padding: 0 2.5%;
  }
  .f_menu ul li {
    line-height: 1.5;
    margin-bottom: 4px;
  }
  .f_menu ul li:first-of-type:before {
    content: "|";
    margin: 0 6px 0 0;
  }
  .f_menu ul li:before {
    content: "|";
    margin: 0 6px 0 0;
  }
  .f_menu ul li:after {
    content: "";
    margin: 0 0 0 6px;
  }
  .f_menu ul li:last-of-type:after {
    content: "|";
  }
  .f_menu ul li a {
    font-size: 13px;
    line-height: 1.5;
  }
  .f_info {
    margin: 12px auto;
    padding: 12px 0;
  }
  .f_info p {
    font-size: 12px;
  }
  .f_copy {
    font-size: 11px;
    margin-bottom: 0;
  }
  /*下層ページ
  ----------------------------------------------------*/
  .ttl01 {
    margin: 0 16px 1em;
    width: calc(100% - 32px);
    padding: 10px 12px;
    font-size: 18px;
  }
  .ttl02 {
    font-size: 16px;
    padding: 12px 16px;
    line-height: 1.5;
  }
  .ttl02:after {
    left: 10px;
  }
  .img_f-r {
    margin-left: 16px;
  }
  .img_f-r img {
    max-width: 120px;
  }
  .img_f-l {
    margin-right: 16px;
  }
  .img_f-l img {
    max-width: 120px;
  }
  .list01 li {
    background-size: 18px auto;
    padding-left: 28px;
  }
  .list02 {
    flex-wrap: wrap;
  }
  .list02 li {
    width: auto;
    background-size: 18px auto;
    padding-left: 14px;
    margin-right: 30px !important;
    font-size: 14px;
  }
  .list03 {
    padding: 16px;
  }
  .list03 li {
    margin-right: 24px;
  }
  #breadcrumb {
    padding: 0 16px;
    margin-bottom: 12px;
  }
  /* 初めての方へ */
  .list01 {
    padding: 16px;
  }
  .list01 li {
    padding-left: 16px;
    font-size: 14px;
  }
  .list_about01 {
    padding-bottom: 190px;
  }
  .list_about01:after {
    background-size: auto 170px;
  }
  .about_ttl02 {
    font-size: 18px;
    padding: 12px;
  }
  .about_tf-list {
    padding: 16px;
  }
  .about_tf-list li {
    font-size: 15px;
    padding-left: 30px;
  }
  .about_ttl03 {
    font-size: 20px;
    min-height: 80px;
  }
  .about_ttl04 {
    padding: 32px 12px 16px;
  }
  /* 施術料金 */
  /* 施術について */
  .about_symptoms {
    padding: 16px;
  }
  .about_symptoms dl {
    flex-direction: column;
  }
  .about_symptoms dl dt {
    margin-right: 0;
    margin-bottom: 4px;
  }
  .about_symptoms dl dd {
    width: 100%;
  }
  .about_symptoms dl dd ul li {
    position: relative;
    padding-left: 14px;
  }
  .about_symptoms dl dd ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #fddc65;
    border-radius: 100px;
  }
  .about_reason-conts {
    padding: 0 0 12px;
    margin-bottom: 12px;
  }
  .about_reason-ttl {
    font-size: 16px;
    min-height: 30px;
    padding-left: 40px;
  }
  .about_reason-ttl:after {
    background-size: 30px auto;
    width: 30px;
    height: 51px;
  }
  .about_reason-img {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
  }
  /* ご予約・お問い合わせ */
  .contact_form-tbl,
  .contact_form-tbl tbody {
    display: block;
  }
  .contact_form-tbl tr,
  .contact_form-tbl tbody tr {
    display: flex;
    flex-direction: column;
  }
  .contact_form-tbl tr th,
  .contact_form-tbl tr td,
  .contact_form-tbl tbody tr th,
  .contact_form-tbl tbody tr td {
    width: 100%;
    padding: 10px 16px;
  }
  .contact_form-tbl tr td span,
  .contact_form-tbl tbody tr td span {
    font-size: 14px;
  }
  /* 初めての方へ */
  .first_strong01 {
    text-align: left;
    font-size: 16px;
  }
  .flow_text {
    padding-left: 0;
  }
  .flow_ttl {
    font-size: 16px;
  }
  .flow_ttl:before {
    width: 80px;
    align-items: flex-start;
    padding: 8px 14px;
  }
  .flow_conts {
    margin-top: 16px;
  }
  .contact_memo {
    padding: 12px;
  }
  .contact_memo .ttl {
    font-size: 16px;
  }
  .contact_memo .ttl span {
    padding: 0 8px;
  }
  .contact_memo ul {
    flex-direction: column;
  }
  .contact_memo ul li {
    margin-bottom: 1em;
    font-size: 14px;
  }
  .contact_memo ul li:last-of-type {
    margin-bottom: 0;
  }
  .flow_img01 ul {
    flex-direction: column;
  }
  .flow_img01 ul li {
    margin: 0 auto;
  }
  .point_conts-ttl {
    padding-left: 64px;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    min-height: 54px;
    margin-bottom: 14px;
  }
  .point_conts-ttl:before {
    background-size: 50px auto;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    align-items: flex-start;
  }
  .first-okotowari dl dt {
    font-size: 15px;
  }
  /* スタッフ紹介 */
  .staff_list li {
    margin-right: 12px;
  }
  .staff_conts01 {
    padding: 16px;
    flex-direction: column;
  }
  .staff_conts-img {
    text-align: center;
    margin: 0 auto 1.5em;
  }
  .staff_conts-text {
    width: 100%;
  }
  /* 地図・行き方 */
  .access_info {
    padding: 16px;
  }
  .access_info-text01 {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .access_info-text01 dt,
  .access_info-text01 dd {
    width: 100%;
  }
  /* ご予約・お問い合わせ */
  .contacttel_num {
    font-size: 16px;
  }
  .contact_tbl {
    display: block;
  }
  .contact_tbl tbody {
    display: block;
  }
  .contact_tbl tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .contact_tbl tbody tr th, .contact_tbl tbody tr td {
    width: 100%;
    padding: 12px;
  }
  /* 症状解説 */
  .case_list {
    border-radius: 4px;
    border-width: 3px;
  }
  .case_list li {
    background-size: 20px auto;
    background-position-y: 4px;
    padding-left: 30px;
  }
  /* よくある質問 */
  .faq_list {
    padding: 14px;
  }
  .faq_list-ttl01 {
    font-size: 15px;
  }
  .faq_list-ttl02 {
    font-size: 17px;
  }
  .faq-a dt {
    font-size: 16px;
    padding-left: 26px;
  }
  .faq-a dt:before {
    font-size: 18px;
    top: -2px;
  }

  /* 症状コラム */
  .report_single h3{
    font-size: 16px;
    padding: 8px;
  }

  .report_single h4{
    font-size: 15px;
  }

  .report_single img.alignleft{
    float: left;
    margin-right: 1em;
    max-width: 50%;
  }
  
  .report_single img.aligncenter{
    text-align: center;
    margin: 0 auto;
  }
  
  .report_single img.alignright{
    float: right;
    margin-left: 1em;
    max-width: 50%;
  }
}
