@charset "utf-8";
/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
} /* 10px */
body {
  font-size: 1.6rem;
  color: #000;
  line-height: 1.9;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP";
} /* 16px */
p {
  font-size: 1.6rem;
} /* 16px */
img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------
 **  border box
---------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*---------------------------------------------
 **  フォント
---------------------------------------------*/
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", Georgia, serif;
}

/*---------------------------------------------
 **  フッターナビ
---------------------------------------------*/
#footer #nav ul li ul {
  display: none;
}

.font_col_blue {
  color: #00303f;
}

/*=================================================================================================================================*/
/**  フッター広告エリア	*/
/*=================================================================================================================================*/
.btn {
  line-height: 44px;
  text-align: center;
  border: none;
}

#support_bottom_slide {
  
  display: none;
  position: fixed;
  overflow-y: auto;
  z-index: 2;
  width: 100%;
  bottom: 0;
  background: #003040;
  border-top: 5px solid #003040;
}
.support_bottom_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.btn_close,
.btn_open {
  cursor: pointer;
}

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

/*---------------------------------------------
 **  メイン画像
---------------------------------------------*/

/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}
a:link {
  text-decoration: none;
  color: #003040;
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
  color: #003040;
}
a:hover {
  color: color-mod(#003040 shade(50%));
  text-decoration: none;
}
a:active {
  text-decoration: none;
  color: #003040;
}
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*---------------------------------------------
 **  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_2 + div {
  margin-bottom: 25px;
}

.flex_item_clounm_4 {
  width: 23.5%;
  margin-bottom: 25px;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1.5em;
}
p + a {
  margin-top: 1em !important ;
}
p + div {
  margin-top: 1.5em !important ;
}
p:last-of-type {
  margin-bottom: 0em !important;
}

/*---------------------------------------------
 ** padding
---------------------------------------------*/
.pLR_1em {
  padding-left: 1em;
  padding-right: 1em;
}
.pLR_2em {
  padding-left: 2em;
  padding-right: 2em;
}

/*---------------------------------------------
 ** margin
---------------------------------------------*/
.m0a {
  margin: 0 auto;
}

/*---------------------------------------------
 ** フォント
---------------------------------------------*/
.fwb {
  font-weight: bold;
}

/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hover:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
}

/*---------------------------------------------
 **  ページトップ
---------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
#pageTop a {
  display: block;
  padding: 5px 3px 0px 3px;
  border-radius: 30px;
  background-color: #02529c;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background: url(../img/common/page_top.png) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*---------------------------------------------
 **   text-align
---------------------------------------------*/
.ter {
  text-align: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}

/*---------------------------------------------
 **  position
---------------------------------------------*/
.por {
  position: relative;
}

/*---------------------------------------------
 ** display
---------------------------------------------*/
.db {
  display: block !important;
}

/*---------------------------------------------
 ** パンくずリスト
---------------------------------------------*/
nav#breadcrumbs ol {
  padding: 0;
  margin: 8px 0 44px;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
  font-size: 80%;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content: "";
}

/*---------------------------------------------
 **  ボタン
---------------------------------------------*/
.bt_01_ful_w {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*=================================================================================================================================*/
/**  共通部分	*/
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 見出し
---------------------------------------------*/
/*---------------------------------------------
 ** h2
---------------------------------------------*/
h2 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝",
    "ＭＳ 明朝", Georgia, serif;
  color: #00303f;
}

/*---------------------------------------------
 ** h3
---------------------------------------------*/
h3 {
  margin-bottom: 1.5rem;
}

.h3_wrapper_01 {
  _zoom: 1;
  overflow: hidden;
}
.h3_dgreen_bold {
  font-size: 30px;
  font-weight: bold;
  color: #00303f;
  margin-bottom: 25px;
}
.bgbdr {
  background: url(../img/titile/h3_bdr.png) 0 28px repeat-x;
  width: 100%;
  z-index: -1;
}
.bgbdr span {
  background: #ffffff;
  padding-right: 15px;
}
.h3_bold {
  font-weight: bold;
}
/*---------------------------------------------
 ** h4
---------------------------------------------*/
.h4_bg_orange_base {
  width: 100%;
  height: 40px;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 8px;
  padding: 0 0 0px 50px;
}
.h4_bg_orange_01 {
  background: url(../img/titile/h4_bg_orange_01.png) 0 0 no-repeat;
}
.h4_bg_orange_02 {
  background: url(../img/titile/h4_bg_orange_02.png) 0 0 no-repeat;
}

.h4_bg_orange_base_nth > div:nth-of-type(2n) .h4_bg_orange_base {
  background: url(../img/titile/h4_bg_orange_02.png) 0 0 no-repeat;
}

.h4_bot_base {
  width: 100%;
  color: #ff7f00;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0 0 0px;
  background: #fff !important;
}
.h4_bot_base:before {
  content: "●";
  margin: 0 13px 0px 0;
  font-size: 10px;
}

.col_green {
  color: #00303f;
}

/*---------------------------------------------
 ** コンテンツ全体
---------------------------------------------*/
#content {
  width: 100%;
}
#main {
  width: 100%;
  margin: 0 auto;
  padding: inherit;
}
/*---------------------------------------------
 ** セクション
---------------------------------------------*/
.section_block {
  margin-bottom: 70px;
}

/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header {
  width: 100%;
}
.header_wrapper {
  position: relative;
}
#logo > a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/common/logo.png) no-repeat;
  background-size: 100%;
  z-index: 0;
  position: relative;
}
/* メインイメージ */
.main_img {
  width: 100%;
  position: relative;
  _zoom: 1;

  border-bottom: 1px solid #dcdcdc;
}
#index .main_img {
  overflow: hidden;
}

#index .main_img .top_main_L {
  width: 100%;
  background: url(../img/main_img/top_main.jpg) top left no-repeat;
}
#index .main_img .top_main_R {
  width: 100%;
}
.top_main_R p {
  color: #fff;
}

/* メインイメージ */
.main_img {
  height: 400px;
  text-align: center;
  position: relative;
}
#index .main_img {
  height: 730px;
}
#index .main_img .top_main_L {
  width: 60%;
  height: 730px;
  float: left;
}
#index .main_img .top_main_R {
  width: 42%;
  height: 650px;
  float: right;
  margin-left: -50px;
  z-index: 1;
}
#index .main_img .top_main_R {
  position: relative;
  padding-right: 30px;
}
#index .main_img .top_main_R:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  margin: 0% -10% 0 0;
  background: url(../img/main_img/top_main_bg.png) repeat;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: skew(-15deg, 0deg);
  -ms-transform: skew(-15deg, 0deg);
  transform: skew(-10deg, 0deg);
  z-index: -1;
}
.top_main_inner {
  width: 50%;
  margin: 140px auto 0;
}
.top_main_inner:after {
  width: 173px;
  height: 173px;
  position: absolute;
  top: -51px;
  right: -180px;
  background: url(../img/main_img/free.png) no-repeat;
  content: "";
}
/*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
#footer {
  clear: both;
  position: relative;
}
/* footerロゴ */
#footer #logo {
  margin: 0 auto 25px;
  position: relative;
  top: 0;
}

/* フッターインナー */
.footer_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 0 0 0;
}

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

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

/*=================================================================================================================================*/
/**  サイト共通パーツ（本サイト固有）	*/
/*=================================================================================================================================*/
/*---------------------------------------------
 ** ボタン
---------------------------------------------*/
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs li > span {
  color: #ff7f00;
  font-weight: bold;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff7f00;
}

/*---------------------------------------------
 ** ボタン
---------------------------------------------*/
.nt_w_full {
  width: 100% !important;
  max-width: 100% !important;
}
.btn_base {
  border: 3px solid #00303f;
  width: 90%;
  max-width: 400px;
  text-align: center;
  color: #00303f !important;
  display: inline-block;
  padding: 20px 16px 18px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none !important;
  box-shadow: 2px 2px #000;
  background: #fff;
  position: relative;
}
.btn_base:hover {
  background: #00303f;
  color: #fff !important;
}
.btn_base_size_M {
  max-width: 300px;
  padding: 7px 16px 8px;
  font-size: 20px;
}
.icon_tri:after {
  position: absolute;
  bottom: 6px;
  right: 7px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 8px;
  border-color: transparent transparent #00303f transparent;
}
/* アイコン本 */
.fa-book {
  color: #ff8000;
  font-size: 130%;
  padding-right: 10px;
}

/* ボタンパターン */
.bt_02 {
  background-color: #698c00;
  border-color: #698c00;
  color: #fff !important;
}
.bt_02:hover {
  background-color: #fff;
  color: #698c00 !important;
}

.bt_02.icon_tri:after {
  border-color: transparent transparent #fff transparent;
}
.bt_02.icon_tri:hover:after {
  border-color: transparent transparent #698c00 transparent;
}
/* ボタンパターン */
.bt_03 {
  background-color: #ff8000;
  border-color: #ff8000;
  color: #fff !important;
  border: unset !important;
  box-shadow: unset !important;
  border: 1px solid #ff8000 !important;
  font-size: 16px;
  padding: 8px 16px 8px !important;
  width: 16%;
  position: absolute;
  top: 0;
  right: 0;
}
.bt_03:hover {
  background-color: #fff;
  color: #ff8000 !important;
  border: 1px solid #ff8000 !important;
}
.bt_03.icon_tri:after {
  border-color: transparent transparent #fff transparent;
}
.bt_03.icon_tri:hover:after {
  border-color: transparent transparent #ff8000 transparent;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*=================================================================================================================================*/
/**  TOPコンテンツ	*/
/*=================================================================================================================================*/
/* 先生メッセージ */
.hara_message_01 {
  width: 211px;
  height: 364px;
  background: url(../img/main_img/main_h.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  right: 0;
  left: 0;
  top: 41px;
  margin: 0 auto;
  z-index: 1;
}
.footer_bt {
  position: fixed;
  top: unset !important;
  bottom: -2px;
  right: 7px;
  background: #003040;
  color: #fff !important;
  text-decoration: none !important;
  padding: 6px 15px 8px;
  border: none;
  font-family: "Noto Sans JP";
  font-size: 16px !important;
  z-index: 2;
}
.footer_p {
  font-weight: bold;
  line-height: 1.6;
  padding-left: 1.1em;
  position: relative;
  font-feature-settings: "palt";
}
.footer_p:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "※";
}

.section_bg_01,
.section_bg_02,
.section_bg_03,
.section_bg_04 {
  margin-bottom: 0 !important;
  padding: 50px 0 70px;
  background-size: contain;
}

.section_bg_01 {
  background: url(../img/top/bg_01.jpg) top center repeat-x;
}
.section_bg_02 {
  background: url(../img/top/bg_02.jpg) top center no-repeat;
}
.section_bg_03 {
  background: url(../img/top/bg_03.jpg) top center no-repeat;
}
.section_bg_04 {
  background: url(../img/common/bg_hougan.jpg);
}
.section_bg_04 {
  padding: 100px 0 79px;
}
.section_bg_white {
  padding: 100px 0 79px;
  margin-bottom: 0;
}
.section_bg_white_02 {
  padding: 69px 0 50px;
  margin-bottom: 0;
}
.ul_info {
  width: 350px;
  margin-bottom: 7px;
  justify-content: flex-start !important;
}
.ul_info:nth-of-type(2) {
  margin-bottom: 30px;
}
.ul_info li {
  font-weight: bold;
  color: #003040;
}
.ul_info li:before {
  position: relative;
  color: #003040;
  margin-right: 8px;
  content: "■";
  font-size: 15px;
}
.mr20 {
  margin-right: 20px;
}
.tsz_S {
  font-size: 14px;
}
.tsz_S_puls p {
  font-size: 18px;
  margin-bottom: 1.4em;
}
.tsz_S_16 {
  font-size: 16px !important;
}
.tsz_M {
  font-size: 20px;
}
.icn_pink li:before {
  color: #ff007f;
}

/* アイコン本 */
.icon_book {
  width: 40px;
  height: 26px;
  display: inline-block;
  background: url(../img/common/icn_book.png) 0 0 no-repeat;
  background-size: contain;
  margin: 0px 12px 0 0;
}

.touji {
  width: 600px !important;
  float: right;
}

.oz {
  _zoom: 1;
  overflow: hidden;
}

/*4.孤独な開業医にとっての同ジ立場の友人として…*/
/* コンサル無料 */
.top_kodoku:after {
  top: -25px;
  right: 0;
}
.p_ptn_01 {
  color: #003040;
  font-weight: bold;
}

.h3_01,
.h3_02 {
  color: #ffffff;
  text-align: center;
  height: auto;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
}

.h3_01 h3,
.h3_02 h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.h3_01 {
  background: #ff8000;
  margin-bottom: 25px;
}
.h3_02 {
  background: #003040;
}

.w180 {
  width: 180px;
}

.h4_01 {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
}
.h4_01 span {
  font-size: 14px;
  display: block;
  font-weight: normal;
}

.col_orange {
  background: #ff8000;
}

/* 現在進行中のクリニックさま */
.now_clinic {
  border-bottom: 1px dashed #d6d6d6;
  padding-top: 15px;
}
.now_clinic dl {
  border-top: 1px dashed #d6d6d6;
  padding: 8px 30px;
}
.now_clinic dl dt {
  font-size: 14px;
  float: left;
}
.now_clinic dl dd {
  font-size: 16px;
  margin-left: 150px;
}
.new:after {
  width: ■;
  height: ■;
  display: inline-block;
  content: "new";
  font-size: 14px;
  margin-left: 10px;
  color: #ff0000;
  font-weight: bold;
}
.icon_sq:before {
  position: relative;
  color: #003040;
  margin-right: 5px;
  content: "■";
  font-size: 10px;
}
.fon_col_orange:before {
  color: #ff8000;
}
/*開業済味のクリニック様*/
.start_clinic dl {
  text-align: center;
  margin-bottom: 20px;
}
.start_clinic dt {
  margin-bottom: 5px;
}
.start_clinic dd span {
  display: block;
  margin-top:10px
}

.start_clinic dd {
   /* text-align: left; */
 padding-top:8px;
  line-height: 1.2;
  letter-spacing: -0.5px;
  

}

/*=================================================================================================================================*/
/**  内部ページ	*/
/*=================================================================================================================================*/

.header_top {
  border-bottom: 1px solid #dcdcdc;
}

.main_h1 {
  width: 600px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  background: #000;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  padding: 10px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00303f+1,00303f+38,00303f+61,00303f+100&0+1,1+38,1+59,0+100 */
  background: -moz-linear-gradient(
    left,
    rgba(0, 48, 63, 0) 1%,
    rgba(0, 48, 63, 1) 38%,
    rgba(0, 48, 63, 1) 59%,
    rgba(0, 48, 63, 0.95) 61%,
    rgba(0, 48, 63, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(0, 48, 63, 0) 1%,
    rgba(0, 48, 63, 1) 38%,
    rgba(0, 48, 63, 1) 59%,
    rgba(0, 48, 63, 0.95) 61%,
    rgba(0, 48, 63, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(0, 48, 63, 0) 1%,
    rgba(0, 48, 63, 1) 38%,
    rgba(0, 48, 63, 1) 59%,
    rgba(0, 48, 63, 0.95) 61%,
    rgba(0, 48, 63, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000303f', endColorstr='#0000303f',GradientType=1 ); /* IE6-9 */
}

/* 内部メイン画像 */
#clinic .main_img {
  background: url(../img/main_img/clinic.jpg) top center no-repeat;
}
#management .main_img {
  background: url(../img/main_img/management.jpg) top center no-repeat;
}
#profile .main_img {
  background: url(../img/main_img/profile.jpg) top center no-repeat;
}
#case .main_img {
  background: url(../img/main_img/case.jpg) top center no-repeat;
}
#report .main_img {
  background: url(../img/main_img/case.jpg) top center no-repeat;
}
#archive .main_img {
  background: url(../img/main_img/case.jpg) top center no-repeat;
}
#single .main_img {
  background: url(../img/main_img/case.jpg) top center no-repeat;
}
#trader .main_img {
  background: url(../img/main_img/trader.jpg) top center no-repeat;
}
#contact .main_img {
  background: url(../img/main_img/contact.jpg) top center no-repeat;
}
#news .main_img {
  background: url(../img/main_img/profile.jpg) top center no-repeat;
}

/*=================================================================================================================================*/
/**  開業をお考えの方	*/
/*=================================================================================================================================*/
.section_bdb_div {
  border-bottom: 1px solid #0e3b4a;
  padding: 0 50px 35px;
}
.section_bdb_section {
  margin-bottom: 0 !important;
}

.col_gray {
  color: #a5a5a5;
}

.p_ptn_02 {
  padding-top: 27px;
}

.mt10 {
  margin-top: 10px;
}

/* h2番号 */
.h2_number_base:after {
  position: absolute;
  top: 0px;
  left: 59px;
}
.h2_number_01:after {
  content: "1.";
}
.h2_number_02:after {
  content: "2.";
}
.h2_number_03:after {
  content: "3.";
}
.h2_number_04:after {
  content: "4.";
}
.h2_number_05:after {
  content: "5.";
}
.h2_number_06:after {
  content: "6.";
}
.icon_chapter:before {
  width: 44px;
  height: 48px;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  background: url(../img/common/icon_chapter.png) 0 0 no-repeat;
  background-size: 100%;
}

.content_message_base {
  _zoom: 1;
  overflow: hidden;
}
.content_message_base::before {
  width: 136px;
  height: 478px;
  content: "";
  position: absolute;
  top: -60px;
  right: 5%;
  z-index: 1;
}

.content_message_01:before {
  background: url(../img/clinic/content_message_01.png) 0 0 no-repeat;
}
.content_message_02:before {
  background: url(../img/clinic/content_message_02.png) 0 0 no-repeat;
}

/* 画像 */
.img_ptn_01 {
  width: 94%;
  margin: 0 auto;
  padding: 0 0 15px;
}

/* 費用0円 */
.hiyou0en {
  margin: 0 auto;
  display: inline-block;
  border-top: 2px solid #0e3b4a;
  border-bottom: 2px solid #0e3b4a;
  text-align: center;
  margin: 0px 0 40px;
}
.hiyou0en p {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 84px 24px;
  margin: 0;
}
.hiyou0en p span {
  font-size: 30px;
}

.w90 {
  width: 90% !important;
  margin: 0 auto;
}

/* 安定したクリック経営とは */
.opening_bottom_wrapper {
  padding: 0px 10px 30px;
}
.opening_bottom_wrapper_2 {
  padding: 30px 10px 30px;
}
.opening_img img {
  height: 294px;
}

.consulting_p p {
  font-size: 14px;
  margin-bottom: 5px !important;
}

/*---------------------------------------------
 **  安定したクリニック経営とは
---------------------------------------------*/
.management_message_01:before {
  background: url(../img/management/message_01.png) 0 0 no-repeat;
}

/*---------------------------------------------
 **  ドクタープロフィール
---------------------------------------------*/
.doctor_info ul.doc_det {
  width: 100%;
  padding: 15px 30px;
}
.bdb_a {
  border-bottom: 1px solid #003040;
}
.bdt_a {
  border-top: 1px solid #003040;
}

#profile .ul_info:nth-of-type(2) {
  margin-bottom: 0;
}

ul.doc_det_2 {
  width: 100%;
  padding: 0px 30px 30px;
}

/*---------------------------------------------
 **  4.開業進捗レポート
---------------------------------------------*/
.bdt_3px {
  border-top: 3px solid #003040;
  padding-bottom: 60px;
}

.h3_report {
  border-bottom: 3px solid #003040;
  padding: 0;
  margin-bottom: 50px;
}
.h3_report span {
  background: #003040;
  margin-bottom: 0;
  padding: 11px 18px 10px 36px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.9;
  display: inline-block;
  position: relative;
}
.h3_report span:after {
  position: absolute;
  top: 0px;
  right: -32px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 32px;
  border-color: transparent transparent transparent #003040;
}

/* 現在進行中のクリニックさま */
.now_clinic.report {
  padding-top: 0;
}
.now_clinic.report dl {
  padding: 12px 30px;
}

.more_bt {
  top: unset;
  bottom: -30px !important;
}

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

/* このクリニックの進捗レポート */
.pink_dl {
  display: table;
  width: 100%;
  text-align: center;
  border: 3px solid #003040;
  background: #fff;
  border-bottom: none;
}
.pink_dl:nth-of-type(2n) {
  border-left: none;
}
.pink_dl dt {
  width: 181px;
  border-right: 3px solid #003040;
  display: table-cell;
  padding: 28px 10px;
  background: #fffee1;
  color: #003040;
}
.pink_dl dt h4 {
  font-size: 20px;
  font-weight: bold;
}
.pink_dl dd + dt {
  border-left: 3px solid #003040 !important;
}
.pink_dl dd {
  font-size: 16px;
  min-width: 150px;
}

.report_clinic_wrapper {
  border-bottom: 3px solid #003040;
  _zoom: 1;
  overflow: hidden;
  margin-bottom: 67px;
}

.flex_item_clounm_report_2 {
  width: 60%;
  float: left;
}
.flex_item_clounm_report_2:nth-of-type(2n) {
  width: 40%;
  float: left;
}

/* 進捗レポート　各種ステータス */
.report_clinic_status {
  font-size: 18px;
  border-top: 1px solid #00303f;
  padding: 15px 31px 15px;
  _zoom: 1;
  overflow: hidden;
}
.report_clinic_status:last-of-type {
  border-bottom: 1px solid #00303f;
}
.report_clinic_status dt {
  font-weight: bold;
  color: #00303f;
  float: left;
}
.report_clinic_status dd {
  color: #678c00;
  float: right;
  border-left: 1px solid #00303f;
  padding-left: 40px;
  padding: 6px 0 5px 40px;
}
.report_clinic_status dt:before {
  top: 0px;
  left: 0px;
  content: "■";
  font-size: 12px;
  margin: 5px 15px 0 0;
}

/* ボタン */
.bt_mini {
  width: 170px;
  height: 50px;
  font-size: 16px;
  padding: 6px 16px 0;
  box-shadow: unset;
}

.report_commone_prof {
  _zoom: 1;
  overflow: hidden;
  margin-bottom: 24px;
}
.report_commone_prof dt {
  width: 88px;
  float: left;
  margin-right: 30px;
}
.report_commone_prof dd span {
  color: #ff7f00;
  font-weight: bold;

  padding-bottom: 3px;
  border-bottom: 1px solid #ff7f00;
  margin-right: 10px;
}
.report_commone_prof dd {
  color: #00303f;
  padding-top: 15px;
}
.comment_date {
  font-size: 12px;
}
.report_commont_bg {
  background: #f4f4f4;
  box-shadow: 2px 2px #d9d9d9;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  padding: 50px 60px;
  margin-bottom: 58px;
  position: relative;
}
.report_commont_bg:after {
  position: absolute;
  top: -24px;
  left: 120px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 28px 15px;
  border-color: transparent transparent #f4f4f4 transparent;
  content: "";
}

/* 開業進捗レポート　archiveページ */
.archive_top_icn_img {
  width: 180px;
  margin-bottom: 19px;
}

.bt_medium {
  width: 300px;
  font-size: 20px;
  padding: 8px 0;
  border: 2px solid;
}
div.bt_medium a { display:block; width:100%; text-decoration:none; }
div.bt_medium:hover a{ color:#FFF !important;}
.bt_side {
  width: 260px;
  font-size: 20px;
  padding: 8px 0;
  border: 2px solid;
}

.report_archive_wrapper {
  padding: 22px 54px;
}
.report_archive_wrapper div img {
  width: 250px;
}
.report_archive_wrapper div {
  float: left;
  margin-right: 30px;
}

.report_article {
  float: left;
  width: 700px;
}

.report_article h4 {
  font-size: 20px;
  margin-bottom: 14px;
}

.report_article p {
  margin-bottom: 30px !important;
}

.report_article_info {
  color: #666666;
}

.report_article_info {
  display: flex;
  flex-wrap: wrap;
}
.report_article_info li {
  position: relative;
  margin-right: 25px;
}
.report_article_info li:last-of-type {
  margin-right: 0;
}
.report_article_info_date:before {
  width: 9px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/case/archive/report_icon_01.png) no-repeat;
  background-size: contain;
  content: "";
}
 
.report_article_info_tag a {
  padding: 0 5px;
}
.report_article_info_tag:before {
  width: 17px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  background: url(../img/case/archive/report_icon_02.png) no-repeat;
  background-size: contain;
  content: "";
}

.archive_bottom {
  padding: 50px 0 70px 0;
}

/*---------------------------------------------
 **  開業進捗レポート　詳細ページ
---------------------------------------------*/
.wp_main {
  width: 850px;
  float: left;
}
.wp_sub {
  width: 305px;
  float: right;
}
.article_content { 
  padding-bottom: 30px;
}
.report_article_info_single {
  margin: 0 auto;
  _zoom: 1;
  /* overflow: hidden; */
  width: 50%;
  font-size: 14px;
}

.wp_main_content {
  border-bottom: 3px solid #003040;
  padding-bottom: 43px;
  margin-bottom: 30px;
}
.wp_main_content h3{
  margin-bottom:2px;
  font-size:30px;
}

.wp_main img {
  width: 80%;
  margin: 0 auto;
  display: block;
}

.wp_sub_01 {
  background-color: #003040;
  padding: 35px 0 25px;
  margin-bottom: 15px;
}
.wp_sub_01 img {
  margin-bottom: 10px;
}

.wp_sub_01 span {
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.wp_sub_02 {
  text-align: center;
  color: #666666;
  margin-bottom: 75px;
}

.report_single_h4 {
  background-color: #ff8000;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 11px 0;
}
.report_article_info_date_white:before {
  width: 12px;
  height: 20px;
  display: inline-block;
  margin: 8px 10px 0 0;
  background: url(../img/case/archive/report_icon_01_white.png) no-repeat;
  background-size: contain;
  content: "";
}

.wp_sub_04 dl {
  border-bottom: 1px dashed #a3a3a3;
  padding: 10px 15px;
}
.wp_sub_04 dl dt {
  color: #a3a3a3;
  font-size: 12px;
  font-weight: bold;
}
.wp_sub_04 dl dd {
  color: #00303f;
  font-weight: bold;
}
.wp_sub_04 dl dd:before {
  display: inline-block;
  content: "■";
  font-size: 10px;
  color: #ff8000;
  margin: 0 7px 0;
}

.news_bt{
  position: relative;
}


.news_ar{
  font-size: 1.6rem !important;
  padding: 4px 13px 5px;
  width: 100%;
  margin: 22px 0 10px 0;
}

.report_article_info_single_news {
  width: auto;
  display: inline-block;
}
.report_article_info_single_news li {
  display: inline-block;
}

