@charset "UTF-8";
/* 幅680px以下からcss適応 */
@media only screen and (max-width: 680px) {
  /* common */
  #breadcrumb {
    display: none;
  }
  .second_mainttl {
    font-size: 24px;
    padding: 12px;
    margin-bottom: 24px;
    border-width: 2px 0;
  }
  .secondconts {
    margin-bottom: 32px;
  }
  .second_subconts02 {
    margin-top: 24px;
  }
  /* about */
  .about_mainmessage {
    font-size: 20px;
  }
  /* staff */
  .staff_info01 .img_f-r {
    float: none;
    text-align: center;
    margin: 0 auto 12px;
  }
  .staff_info01 .img_f-r img {
    width: auto;
    max-width: 160px;
    height: auto;
  }
  .staff_conts01 {
    margin-top: 24px;
  }
  .staff_conts02,
  .staff_conts03,
  .staff_conts04 {
    padding: 12px;
    margin-top: 20px;
  }
  .staff_ttl01 {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 0 !important;
  }
  /* access */
  .access_info {
    padding: 12px;
  }
  .access_info-dl dl {
    flex-direction: column;
    margin-bottom: 8px;
  }
  .access_info-dl dl:last-child {
    margin-bottom: 9;
  }
  .access_info-dl dl dt, .access_info-dl dl dd {
    display: block;
    width: 100%;
    font-size: 14px;
  }
  .acces_info-map iframe {
    min-height: 240px;
    height: 68vw;
    max-height: 320px;
  }
  /* contact */
  .reserve_telnum a {
    font-size: 18px;
  }
  .reserve_form-subconts01 {
    padding: 12px;
  }
  .reserve_form-subconts01 p {
    font-size: 14px;
  }
  .reserve_form-subconts01-dl02 dl dd a {
    word-wrap: break-word;
  }
  .reserve_btn a {
    font-size: 16px;
    padding: 8px;
  }
  .reserve_btn a img {
    width: auto;
    max-width: 16px;
    height: auto;
    margin-right: 6px;
  }
  .form_tbl {
    display: block;
  }
  .form_tbl tbody {
    display: block;
  }
  .form_tbl tbody tr {
    display: block;
  }
  .form_tbl tbody tr th, .form_tbl tbody tr td {
    width: 100%;
    padding: 10px;
  }
  .form_tbl tbody tr td.reserve_confirm {
    padding-left: 2em;
  }
  .form_tbl tbody tr td.reserve_confirm input {
    left: 4px;
    top: 14px;
  }
  .form_submit input {
    font-size: 18px;
    margin-top: 20px;
    padding: 10px 12px;
  }
  /* faq */
  .faq_q-list {
    padding: 16px;
  }
  .faq_q-list ul li {
    margin-bottom: 6px;
  }
  .faq_q-list ul li a {
    display: block;
    font-size: 14px;
    padding-left: 14px;
  }
  .faq_q-list ul li a:before {
    border-width: 5px 5px 5px 6px;
    top: 9px;
  }
  .faq_conts {
    padding-top: 4px;
  }
  .faq_a-ttl,
  .faq_texteare {
    padding-left: 44px;
  }
  .faq_a-ttl:before,
  .faq_texteare:before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    top: 2px;
  }
  .faq_a-ttl {
    font-size: 17px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    min-height: 32px;
  }
  /* case */
  .case_mainimage {
    line-height: 0;
    margin-bottom: 24px;
  }
  .case_infomovie {
    padding: 8px;
  }
  .case_infomovie iframe {
    width: 100%;
    min-height: 140px;
    max-height: 400px;
    height: 54vw;
  }
  .case_why p {
    font-size: 18px;
    margin-bottom: 0 !important;
  }
  .case_why p .br {
    display: inline;
  }
  .case_ttl01 {
    font-size: 18px;
    padding-left: 0;
    display: block;
    padding-top: 1.75em;
  }
  .case_ttl01 span {
    display: inline-block;
    font-size: 15px;
  }
  .case_ttl02 {
    font-size: 18px;
    padding-left: 40px;
    min-height: 32px;
    margin-bottom: 8px;
  }
  .case_ttl02 span {
    font-size: 15px;
    width: 32px;
    height: 32px;
  }

  /* 症状別紹介 */
  .column_single h3 {
    font-size: 18px;
    padding: 8px 12px;
    margin-bottom: 12px;
  }
  .column_single h4 {
    font-size: 16px;
    padding: 4px 6px 4px 8px;
    border-left: 6px solid #383869;
    margin-bottom: 12px;
    margin-top: 1.5em;
  }
  .column_single .alignleft,
  .column_single .alignright {
    width: 40% !important;
    margin-bottom: 0;
  }
  .column_single .alignleft {
    margin-right: 8px;
  }
  .column_single .alignright {
    margin-left: 8px;
  }
  .column_single .aligncenter {
    margin: 0 auto;
    text-align: center;
  }
  .column_single .box {
    padding: 12px;
  }
}
