@charset "utf-8";

/*=================================================================================================================================*/
/**  個別指定 for PC	*/
/*=================================================================================================================================*/
@media screen and (min-width: 980px) and (max-width: 1279px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }
  .sp_br {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  /* fook */
  .only_pc_none {
    display: none !important;
  }
  .sp_br {
    display: none;
  }

  /* float */
  .float_L {
    float: left !important;
  }
  .float_R {
    float: right !important;
  }

  /* 見出し h */
  /*---------------------------------------------
 ** h2
---------------------------------------------*/
  h2 {
    margin-bottom: 10px;
  }
  .h_mb_a {
    margin-bottom: 19px;
  }
  /*---------------------------------------------
 ** h3
---------------------------------------------*/
  h3 {
    font-size: 26px;
  }

  /*---------------------------------------------
 ** width
---------------------------------------------*/
  .w1100 {
    width: 1100px !important;
  }

  /*---------------------------------------------
 ** margin
---------------------------------------------*/
  .mb0 {
    margin-bottom: 0 !important;
  }
  /*---------------------------------------------
 ** padding
---------------------------------------------*/
  .pLR_9050 {
    padding-left: 90px;
    padding-right: 60px;
  }
  .mB_01 {
    margin-bottom: 40px !important;
  }
  .mB_02 {
    margin-bottom: 90px !important;
  }

  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .display_flex {
    display: flex;
  }
  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex_item_clounm_3 {
    width: 31.5%;
  }
  .flex_item_clounm_2 {
    width: 48.5%;
  }
  .flex_item_clounm_4 {
    width: 23.5%;
    margin-bottom: 25px;
  }
  /*=================================================================================================================================*/
  /**  共通部分	*/
  /*=================================================================================================================================*/

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  /* ヘッダー */

  /* ロゴ */
  #logo {
    width: 130px;
    height: 100px;
    display: block;
    position: absolute;
    left: -213px;
    top: 0px;
  }

  /* ヘッダー */
  .header_inner {
    padding: 15px 0 0 0;
    position: relative;
  }

  /*---------------------------------------------
 **  ナビゲーション
---------------------------------------------*/
  .nav-toggle {
    display: none !important;
  }
  #nav {
    position: relative;
  }
  #nav ul {
    width: 1200px;
    height: auto;
    _zoom: 1;
    overflow: hidden;
    margin: 0 auto 0;
    border-bottom: 2px solid #164a5c;
    padding: 34px 0 39px;
  }
  #index #nav ul {
    margin: 0 auto 20px;
  }
  #nav ul li {
    height: auto;
    display: block;
    text-align: center;
    float: left;
    z-index: 1;
    background: #fff;
    line-height: 1.6;
    font-size: 16px;
    font-weight: bold;
    _zoom: 1;
    overflow: hidden;
  }
  #nav ul li:after,
  #nav06:before {
    margin: 0 14px;
    content: "";
    width: 21px;
    height: 21px;
    display: block;
    float: left;
    background: url(../img/nav/slash.png) 0 0 no-repeat;
  }
  #nav06:before {
    float: right;
  }
  #nav ul li#nav00:after,
  #nav ul li#nav07:after {
    display: none;
  }
  #nav ul li:last-of-type {
    margin-right: 0px;
  }
  #nav ul li a {
    width: 100%;
    height: 100%;
    padding: 25px 0 10px 0;
    position: relative;
    color: #444;
    text-decoration: none;
  }
  #nav ul li a:hover {
    color: #ff8000;
  }
  #nav ul li#nav00 a {
    width: 31px;
    height: 27px;
    background: url(../img/common/icon_home.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  #nav ul li#nav07 a {
    width: 26px;
    height: 27px;
    background: url(../img/common/icon_mail.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
  }
  /*---------------------------------------------
 **  フッター
---------------------------------------------*/
  .contct_wrapper {
    padding: 48px 63px 32px;
  }
  #footer {
    margin-top: 45px;
  }
  #footer .bt_02 {
    margin: 11px 0 0 13px;
    font-size: 20px;
    padding: 27px 16px 29px;
  }
  .fa-envelope {
    font-size: 120%;
    margin: 0px 8px 0 0;
  }
  /* ページTOPへ */
  #pageTop a {
    width: 55.5px;
    height: 67px;
  }
  /* 開業をお考えの方は、お気軽にご相談ください。 */
  .contct_wrapper .inner_box:nth-of-type(1) {
    width: 60%;
  }
  .contct_wrapper .inner_box:nth-of-type(2) {
    width: 400px;
  }
  #footer .btn_base {
    box-shadow: 4px 4px #000;
  }
  #footer .icon_tri:after {
    bottom: 6px;
    right: 7px;
    border-width: 0 0 15px 13px;
  }

  .h3_footer_01 {
    width: 605px;
    height: 35px;
    margin-bottom: 13px;
    background: url(../img/titile/h3_footer_01.png) 0 0 no-repeat;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }

  #copyright {
    margin: 90px 0 0 0;
  }

  /*=================================================================================================================================*/
  /**  フッター広告エリア	*/
  /*=================================================================================================================================*/

  .footer_bt {
    position: fixed;
    top: 335px !important;
    bottom: unset !important;
    left: 0;
    right: 0%;
    z-index: 2;
    background: url(../img/common//support_bt.jpg) 0 0 no-repeat;
    text-indent: -999em;
    width: 61px;
    height: 242px;
  }

  .footer_bt_slide:after {
    width: 39px;
    height: 201px;
    content: "";
    position: absolute;
    top: 55px;
    left: 0;
    left: -39px;
    z-index: 2;
    background: url(../img/common/support_bt.jpg) 0 0 no-repeat;
    text-indent: -999em;
  }
  .footer_bt.btn_close {
    top: -35px !important;
  }
  .footer_bt.btn_close {
    position: fixed;
    top: 335px;
    left: 0;
    right: 0%;
    z-index: 2;
    background: url(../img/common//support_close.jpg) 0 0 no-repeat;
    text-indent: -999em;
    width: 39px;
    height: 201px;
  }

  /*スクロールバーの横幅指定*/
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  }
  ::-webkit-scrollbar-thumb {
    background-color: #807F94;
    border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
  }

  .footer_bt_slide ul {
    width: 300px;
  }

  .footer_bt_slide img {
    width: 300px !important;
  }
  #support_bottom_slide {
    width: 671px;
    height: 100%;
    bottom: 0;
    top: 0;
    left: 0;
    right: unset;
  }
  .support_bottom_slide_wrapper {
    -webkit-overflow-scrolling: touch;
  }
  .footer_bt.btn_close {
    top: 335px !important;
  }

  .support_bottom_slide_inner {
    width: 81.5%;
    margin: 0 auto;
    padding: 47px 0 38px;
  }

  .support_bottom_slide_inner a {
    display: block;
    margin-bottom: 10px;
  }

  .support_banner_size_L {
    width: 530px;
  }
  .support_banner_size_M {
    width: 260px;
  }
  .support_banner_size_S {
    width: 260px;
  }

  .support_bottom_slide_inner a {
    position: relative; /* 相対位置指定 */
    float: left;
  }
  .support_banner_margin_r {
    margin-right: 10px;
  }

  .support_bottom_slide_inner .caption {
    font-size: 100%;
    text-align: center;
    padding: 20px;
    color: #fff;
  }

  /* 広告バナーのコメントが来たら消す */
  .caption {
    padding: 70px 20px 0 !important;
  }
  .support_banner_size_S .caption {
    padding: 20px 20px 0 !important;
  }
  .caption p {
    text-align: unset !important;
  }
  /* 広告バナーのコメントが来たら消す */

  .caption h3 {
    font-size: 16px;
    border-bottom: 2px solid #ffff;
    display: inline-block;
    line-height: 1.4;
    _zoom: 1;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 0px 0 9px;
  }
  .caption p {
    font-size: 14px;
    text-align: left;
  }

  .support_banner_size_S .caption p {
    font-size: 11px;
    text-align: left;
  }
  .support_banner_size_M .caption p {
    font-size: 13px;
    text-align: left;
  }

  .support_bottom_slide_inner .mask {
    width: 100%;
    height: 100%;
    position: absolute; /* 絶対位置指定 */
    top: 0;
    left: 0;
    opacity: 0; /* マスクを表示しない */
    background-color: rgba(0, 0, 0, 0.8); /* マスクは半透明 */
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .support_bottom_slide_inner a:hover .mask {
    opacity: 1; /* マスクを表示する */
  }

  /*=================================================================================================================================*/
  /**  TOPコンテンツ	*/
  /*=================================================================================================================================*/
  .section_bg_01 {
    padding: 110px 0 124px;
  }
  .section_bg_01 .inner_box:nth-of-type(1) {
    width: 550px;
  }
  .section_bg_01 .inner_box:nth-of-type(2) {
    width: 350px;
  }
  .top_hara {
    width: 264px;
    position: absolute;
    top: -17px;
    left: 70px;
    right: 0;
    margin: 0 auto;
  }
  /* 私自身の体験と想いが、他の先生方のお役に立てれば幸いです */
  .w400 {
    width: 400px;
  }
  /* 2.私自身、勤務医から開業する際に、大変な思いをしたことを覚えています。 */
  .section_bg_02 {
    padding: 80px 0 75px;
  }
  /* 3.当時、業者から提示された患者予測数はなんと1日20人でした。 */
  .section_bg_03 {
    padding: 60px 0 85px;
  }

  .mb70 {
    margin-bottom: 70px !important;
  }

  /*4.孤独な開業医にとっての同ジ立場の友人として*/

  .ex_clounm_1 {
    width: 180px !important;
  }
  .ex_clounm_4 {
    width: 770px !important;
  }
  .ex_clounm_5 {
    width: 980px !important;
  }
  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/
  /* 開業をお考えの先生方へ */
  /* 冒頭の2カラム */
  .flex_wrapper_64 > div:nth-of-type(1) {
    width: 60%;
  }
  .flex_wrapper_64 > div:nth-of-type(2) {
    width: 40%;
  }

  #management .flex_wrapper_top > div:nth-of-type(1) {
    width: 70%;
  }
  #management .flex_wrapper_top > div:nth-of-type(2) {
    width: 30%;
  }

  .h2_number_base {
    margin-bottom: 36px;
  }

  .img_full_half {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    max-height: 453px;
  }
  .img_full_half_Left > img {
    left: 0;
  }
  .img_full_half_Left.content_message_base::before {
    left: 4%;
  }
  /* 2.年々増える個人クリニック。他のクリニックとの「差別化」を考えるには… */
  .img_ptn_01 {
    padding: 9px 60px 50px 0;
  }

  .flex_wrapper_block::before {
    content: "";
    display: block;
    width: 48.5%;
  }

  .tal_pc {
    text-align-last: left;
  }
  .pc_consal_bt {
    float: left;
    width: 430px;
    margin-left: 50px;
  }

  /*=================================================================================================================================*/
  /**  安定したクリニック経営とは	*/
  /*=================================================================================================================================*/
  .management_flow_img_tegaru,
  .management_flow_img_shouhin,
  .management_flow_img_mittyaku {
    width: 323px;
  }

  /*=================================================================================================================================*/
  /**  プロフィール紹介	*/
  /*=================================================================================================================================*/
  #profile nav#breadcrumbs ol {
    margin-bottom: 130px;
  }

  .doctor_img {
    width: 365px;
    margin: -35px auto 0;
    display: block;
  }

  .doctor_clounm {
    width: 550px;
  }

  .case_list_mb > .ex_clounm_4 {
    margin-bottom: 40px;
    position: relative;
  }
  .case_list_mb > .ex_clounm_4:last-of-type {
    margin-bottom: 0;
  }
  .bt_03 {
    width: 26%;
  }

  /*=================================================================================================================================*/
  /**  事例紹介	*/
  /*=================================================================================================================================*/
  .start_clinic_common dt {
    height: 130px;
    overflow: hidden;
  }
  .start_clinic_common dt img {
    height: 100%;
    width: auto;
  }

  /* 開業済みのクリニック様 */
  .start_clinic_common {
    justify-content: unset;
  }
  .start_clinic_common dl {
    margin-right: 20px;
  }
  .start_clinic_common dl:nth-of-type(5n) {
    margin-right: 0;
  }

  /* 事例紹介　3件表示用 */
  .start_clinic dd {
    min-height: 72px;
  }
  .opening_bottom_wrapper_2 {
    padding: 23px 10px 21px;
  }

  .support_bottom_slide_wrapper a.icon_tri::after {
    display: none;
  }
  .support_bottom_slide_wrapper a:hover.icon_tri::after {
    display: block;
    border-color: transparent transparent #fff transparent;
  }
  .footer_banner_area{ width: 980px; margin: 0 auto; padding: 30px 0 0 0; margin-bottom: 30px; _zoom: 1; overflow: hidden; text-align: center; }
  .footer_banner_area img {
    width: 454px;
    height: 115px;
  }

  /* お知らせ */
  .top_news{
    max-width: 1100px;
    margin: 15px auto 33px !important;
  }
.top_news_L{
  width: 180px !important;
  min-height: 180px;
  max-height: 223px;
}

.news_clounm{
  width: 80%;
  margin-bottom: 0 !important;
}

.news_bt{
  float: right;
  margin-top: 20px;
}


.news_ar{
  max-width: 200px;
}

} /* ここまで */

/*=================================================================================================================================*/
/**  ノートPC	*/
/*=================================================================================================================================*/

@media screen and (min-width: 1280px) and (max-width: 1700px) {
  /* ロゴ */
  #logo {
    width: 100px !important;
    height: 100px;
    left: -132px;
  }

  @media screen and (min-width: 1280px) and (max-width: 1530px) {
    #logo {
      position: relative;
      margin: 0 auto;
      left: 0;
      top: -17px;
      height: 80px;
    }
  }
}

/*=================================================================================================================================*/
/**  1920px以上	*/
/*=================================================================================================================================*/
@media screen and (min-width: 1750px) {
  /* 画面に対して半分　の画像 */
  .hara_message_img_wrapper {
    margin-bottom: 30px;
  }
}
