@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 320px
---------------------------------------------*/
@media screen and (max-width: 320px) {
}

/*---------------------------------------------
 ** 740px
---------------------------------------------*/
@media screen and (max-width: 1279px) {
  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }
  body {
    font-size: 14px;

    color: #444;
  }
  p {
    font-size: 14px;
  }

  /* fook */
  .only_sp_none {
    display: none !important;
  }
  .sp_br {
    display: inline;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  .tsz_M {
    font-size: 17px;
  }

  /*---------------------------------------------
 **  ボタン
---------------------------------------------*/
  .btn_base {
    width: 90%;
    font-size: 14px;
    padding: 10px 10px;
  }
  .fa-book {
    color: #ff8000;
    font-size: 150%;
    padding-right: 8px;
  }
  .icon_tri:after {
    bottom: 3px;
    right: 3px;
  }
  .icon_tri:after{
    display: none;
  }

  /*---------------------------------------------
 ** 各ブロック
---------------------------------------------*/
  .section_block {
    margin-bottom: 30px;
    padding: 35px 0 0;
  }

  .section_bg_01,
  .section_bg_02,
  .section_bg_03,
  .section_bg_04 {
    padding: 50px 0 50px;
  }

  /*---------------------------------------------
 **  ナビ
---------------------------------------------*/

  /*---------------------------------------------
 **  メイン画像
---------------------------------------------*/
  .main_img {
    width: 100%;
    height: 140px;
    position: relative;
    background-size: cover;
    text-align: center;
    _zoom: 1;
    overflow: hidden;
  }
  #index .main_img {
    height: 269px;
  }
  .main_img {
    background-size: cover !important;
  }

  .main_h1 {
    text-align: center;
    font-size: 20px;
    padding: 5px 0 0 0;
    z-index: 1;
    position: relative;
    width: 100%;
    top: 53px;
  }

  .tsz_S_16 {
    font-size: 14px !important;
  }

  /*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
  .header_inner {
    width: 100% !important;
    height: 87px;
    margin: 0 !important;
    position: absolute !important;
    top: 0;
    border-top: 2px solid #003040;
    border-bottom: 1px solid #bfcbcf;
  }
  .header_wrapper {
    padding-top: 87px;
  }

  /* メイン */
  /* 前の半々のやつ */
  /*   #index .main_img .top_main_L {
    width: 80%;
    max-width: 270px;
    height: 197px;
    float: left;
    background-size: 100%;
  } */

  /* #index .main_img .top_main_R {
    width: 85%;
    height: auto;
    float: right;
    margin: -20px -30px 0px 0;
    padding: 20px 0 30px 20px;
  }
  #index .main_img .top_main_R {
    position: relative;
    padding-right: 30px;
  }
  #index .main_img .top_main_R:before {
    margin: 0 0%;
  } */
  /* 前の半々のやつ */
  .top_main_R {
    text-align: center;
  }
  .top_main_R > div {
    display: none;
  }
  #index .main_img .top_main_R:before {
    display: none;
  }
  #index .main_img .top_main_R {
    width: 100%;
    height: 111px;
    float: right;
    margin-left: -50px;
    z-index: 1;
    background: url(../img/main_img/top_main_bg.png) 0 0;
    padding-right: 0;
  }

  .geneki_sp {
    width: 270px;
    margin: 10px auto 0;
  }

  #index .main_img .top_main_L {
    width: 100%;
    max-width: 232px;
    height: 157px;
    float: left;
    background-size: 130%;
    background-position: -43px -42px;
  }
  /* 新しいやつ */

  .top_main_inner {
    width: 65%;
    margin: 20px 21% 0px 0;
    float: right;
  }
  .top_main_inner p {
    font-size: 12px !important;
  }

  .top_main_inner:after {
    width: 66px;
    height: 68px;
    top: -26px;
    left: -75px;
    background-size: 100%;
    background: url(../img/main_img/free_sp.png) 0 0 no-repeat;
    background-size: contain;
  }

  /* 先生メッセージ */
  .hara_message_01 {
    width: 68px;
    height: 138px;
    top: 130px;
    right: 8%;
    left: unset;
    margin: 0;
  }

  /*---------------------------------------------
 **  ロゴ
---------------------------------------------*/
  #logo {
    width: 81px;
    height: 62px;
    margin: 0px auto 0px;
  }
  #footer #logo {
    width: 224px;
    height: 77px;
    margin: 0 auto 15px;
  }
  .sp_tel {
    width: 51px;
    height: 51px;
    position: absolute;
    top: 14px;
    left: 3%;
  }

  /*---------------------------------------------
 **  タイトル
---------------------------------------------*/
  h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }

  h3 {
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 8px;
  }

  .h4_01 {
    font-size: 16px;
  }
  /*---------------------------------------------
 **  flexbox
---------------------------------------------*/
  .display_flex {
    display: flex;
  }
  .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex_item_clounm_3 {
    width: 100%;
  }
  .flex_item_clounm_2 {
    width: 100%;
    margin-bottom: 25px;
  }
  .flex_item_clounm_4 {
    width: 100%;
    margin-bottom: 25px;
  }

  /*=================================================================================================================================*/
  /**  フッター	*/
  /*=================================================================================================================================*/
  .footer_wrapper {
    margin: 0;
    padding-bottom: 10px;
  }

  .footer_p {
    padding-left: 0;
    padding-bottom: 12px;
  }
  .footer_p:before {
    position: relative;
  }

  .footer_bt {
    top: 60px;
    font-size: 13px !important;
    width: 95%;
    background:#ff8000;
    padding: 15px 0;
  }
  .btn_close {
    top: 10px;
    bottom: 0;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 50px;
  }

  /* フッターナビ */
  #footer nav ul {
    background: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1px 0 1px 0;
  }
  #footer nav li {
    width: 49.3%;
    margin: 1px;
  }
  #footer nav a {
    width: 100%;
    background: #fff;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    display: block;
    position: relative;
  }
  #footer nav a:after {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 15px;
    right: 11px;
    background: url(../img/common/bt_icon_blue.png) 0 0 no-repeat;
    background-size: 100%;
    content: "";
  }
  #footer .bt_02 {
    font-size: 12px;
    padding: 15px 0px;
  }

  #copyright {
    font-size: 10px !important;
  }
  /* コピーライト */
  #copyright {
    font-size: 0.9em;
    width: 100%;
    text-align: center;
    letter-spacing: 3px;
    padding: 30px 0 40px;
    color: #003040;
    font-weight: bold;
    position: relative;
    border-bottom: 5px solid #003040;
    margin: 0px 0 0 0;
  }

  /* ページTOPへ */
  #pageTop {
    right: 6%;
    bottom: 0;
  }
  #pageTop a {
    width: 40px;
    height: 57px;
  }

  /* 開業をお考えの方は、お気軽にご相談くださ */
  .contct_wrapper {
    padding: 7% 8% 8% !important;
    border: 5px solid #698c00;
    padding: 15px 3% 20px;
  }
  .contct_wrapper h3 {
    color: #688c00;
    font-weight: bold;
  }

  /*=================================================================================================================================*/
  /**  TOP	*/
  /*=================================================================================================================================*/

  .touji {
    width: 100% !important;
    float: unset;
  }

  .top_hara {
    width: 50%;
    max-width: 200px;
    margin: 15px auto 0;
  }

  .section_bg_01 {
    background: url(../img/top/bg_01.jpg) top center no-repeat;
    background-size: 50%;
    background-repeat: repeat;
  }
  /* 1.私自身の体験と思いが、他の先生方のお役に立てれば幸いです。 */
  .ul_info {
    width: auto;
    margin-bottom: 6px;
    line-height: 1.8;
  }
  .ul_info:nth-of-type(2) {
    margin-bottom: 20px;
  }

  /*4.孤独な開業医にとっての同ジ立場の友人として…*/
  /* コンサル無料 */
  .top_kodoku:after {
    display: none;
  }
  .top_kodoku {
    display: none;
  }
  .bt_03 {
    position: relative;
  }

  /* 現在進行中のクリニックさま */
  .ex_clounm_1 {
    margin: 0 auto 17px;
  }
  .now_clinic {
    padding-top: 30px;
  }

  .h4_01 {
    margin-bottom: 20px;
  }

  /* 画像 */
  .now_sp {
    width: 80px;
  }

  /* 進捗報告 */
  .now_clinic dl {
    padding: 8px 5%;
  }
  .now_clinic dl dt {
    float: unset;
  }
  .now_clinic dl dd {
    margin-left: 0;
    font-weight: bold;
    font-size: 14px;
  }
  .now_clinic dl dd a {
    text-decoration: none;
  }

  /* 開業済みのクリニック様 */
  .start_clinic > .ex_clounm_1 {
    width: 45%;
    margin: 0 auto 15px;
  }

  .h3_01 h3,
  .h3_02 h3 {
    margin-bottom: 8px;
  }

  /*=================================================================================================================================*/
  /**  内部ページ	*/
  /*=================================================================================================================================*/
  .tsz_S_puls p {
    font-size: unset;
  }

  .ta_unset {
    text-align: unset;
  }
  .support_bottom_slide_inner {
    width: 90%;
  }

  /* 内部メインイメージ */
  #opening .main_img {
    background-size: 185%;
  }

  /*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
  nav#breadcrumbs ol {
    margin: 10px 0 0px;
  }

  .section_bdb_div {
    padding: 20px 0 30px;
  }
  .tar {
    text-align: center;
  }

  /* チャプター　h */
  .h2_number_base {
    padding-top: 60px;
    padding-left: 22px;
  }
  .icon_chapter:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .icon_chapter:after {
    top: 60px;
    left: 0;
    right: 0;
  }

  /* 思ったよりも辛い… */
  .content_message_base {
    _zoom: 1;
    overflow: unset;
  }
  .content_message_01 {
    position: relative;
  }
  .content_message_base {
    position: relative;
  }
  .content_message_base::before {
    width: 70px;
    height: 100%;
    position: absolute;
    top: -22px;
    right: 5%;
    z-index: 1;
    background-size: contain;
  }

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

  .img_full_half_Left {
    margin-bottom: 20px;
  }
  .img_full_half_Left.content_message_base::before{
    left: 2%;
  }
  
  .mB_01 {
    margin-bottom: 20px !important;
  }
  .mB_02 {
    margin-bottom: 45px !important;
  }

  .h3_dgreen_bold {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #00303f;
  }
  .bgbdr {
    background: unset;
  }
  .bgbdr span {
    background: #ffffff;
    padding-right: 15px;
  }

  .h4_bg_orange_base {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 7px 0 0 44px;
  }

  .hiyou0en p {
    padding: 10px 34px 10px;
    margin-bottom: 0;
  }
  /* 費用0円 */
  .hiyou0en {
    margin: 0 0 25px;
  }

  .opening_bottom_wrapper_2 {
    padding: 17px 10px 7px;
  }

  /*---------------------------------------------
 **  プロフィール紹介
---------------------------------------------*/
  .doctor_img_sp {
    width: 80%;
    height: auto;
    margin: 0 auto 15px;
    display: block;
  }

  /*=================================================================================================================================*/
  /**  安定したクリニック経営とは	*/
  /*=================================================================================================================================*/
  .management_flow_img_tegaru,
  .management_flow_img_shouhin,
  .management_flow_img_mittyaku {
    width: 90%;
    margin: 0 auto 30px;
  }

  .management_flow_img_mittyaku {
    margin-bottom: 0;
  }

  #trader .management_flow_img_tegaru,
  #trader .management_flow_img_shouhin,
  #trader .management_flow_img_mittyaku {
    margin: 0 auto 0;
  }

  /*=================================================================================================================================*/
  /**  開業進捗レポート	*/
  /*=================================================================================================================================*/
  /* 詳細ページ */
  .h3_report {
    margin-bottom: 30px;
    text-align: center;
  }
  .h3_report span {
    background: unset;
    padding: 0 0 10px 0;
    color: #003040;
  }
  .h3_report span:after {
    display: none;
  }

  /*=================================================================================================================================*/
  /**  クリニック開業に携わる業者さまへ	*/
  /*=================================================================================================================================*/

  .h4_bot_base {
    font-size: 16px;
  }
  .h4_bot_base:before {
    margin: 0 7px 0px 0;
  }

  /* 進捗レポート　案件ページ */
  .flex_item_clounm_report_2 {
    width: 100%;
    float: unset;
  }
  .pink_dl dt {
    width: 100%;
    border-left: 3px solid #003040;
    border-right: none;
    float: left;
    border-bottom: 1px dashed #003040;
    padding: 4px 10px;
  }
  
  .pink_dl dt h4{
    font-size: 18px;
  }
  .pink_dl dd {
    border-left: 3px solid #003040;
    padding: 10px 10px 8px;
    float: left;
    min-width: 100%;
    text-align: center;
  }
  .flex_item_clounm_report_2 {
    width: 100%;
    float: unset;
  }
  .flex_item_clounm_report_2:nth-of-type(2n) {
    width: 100%;
    float: unset;
  }

  .pink_dl:nth-of-type(1n) {
    border-left: none;
  }


/* 進捗レポート　各種ステータス */
.report_clinic_status {

  padding: 7px 11px 4px;
}
  .report_clinic_status dt {
    float: unset;
  }
  .report_clinic_status dd {

    width:100%;
    float: unset;
    border-left:unset;
    padding:7px 11px 10px;
  }

  .report_clinic_status dt:before {
    margin: 5px 5px 0 0;
  }

  .report_commont_bg {
    padding: 20px 10%;
  }
  .report_commont_bg:after {
    top: -22px;
  left: 30px;
  }

  /*---------------------------------------------
 **  開業進捗レポート　一覧ページ
---------------------------------------------*/
.report_article {
  float: unset;
  width: 100%;
}
.report_archive_wrapper{
  padding: 22px 5%;
}

.report_archive_wrapper div img{
  width: 100%;
}
.report_archive_wrapper div {
  float: unset;
  margin-right: 0;
}

/*---------------------------------------------
 **  開業進捗レポート　詳細ページ
---------------------------------------------*/
.wp_main {
  width: 100%;
  float: unset;
}
.wp_sub {
  width: 100%;
  float: unset;
}
.wp_main_content {

  margin-top: 30px;
}
.wp_main img {
  width: 100%;
}

.report_article_info_single {
  width: 90%;
}
.wp_main_content {
  padding-bottom: 23px;
  margin-bottom: 20px;
}
.wp_main_content h3{
  margin-bottom: 13px;
  font-size: 28px;
}

.archive_bottom {
  padding: 30px 0 80px 0;
}

.archive_bottom div  a {
  width: 51%;
}


.support_bottom_slide_inner {
}

.support_banner_size_L {
  width: 100%;
}
.support_banner_size_M {
  width: 48%;
}
.support_banner_size_S {
  width: 48%;

}
.support_bottom_slide_inner a {
  position: relative; /* 相対位置指定 */
  float: left;
  display: block;
  margin-bottom: 10px;
}
#support_bottom_slide {
  height: 100% !important;
}

.support_banner_margin_r {
  margin-right: 10px;
}

.support_bottom_slide_inner {padding: 17px 0 38px;}

.support_bottom_slide_inner .caption {
  display: none;
}


.h3_02{
  background:#FFF;
  border-bottom:3px solid #003040;
  color:#003040;
  margin-bottom:15px;
}
#index .now_clinic.report {
  margin: 0 0 10px 0;
}

h3.h3_02{
  border-bottom:none;
  
}

.news_bt {
  margin: 0 auto;
  display: block;
}






}


