@charset "utf-8";
/*********************/
/* フォントの関係 */
/*********************/
/* 全体 */
body{
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

/* タイトルの格言 */
.special-font{
  font-weight: 700;
  font-size: 32px;
  color: #48a563;
  text-shadow:
      0 0 4px rgba(72, 165, 99, 0.30),
      0 0 8px rgba(96, 191, 123, 0.25),
      0 0 12px rgba(124, 217, 155, 0.20);
}

/* 太文字、少し大きめ */
.special-font2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 15px;
}

/* 箇条書き(ul)関係 */
.dot-right {
  font-size: 20px;
}

/**********/
/* 見出し */
/**********/

/* 大見出し */
.main-heading {
  border-left: 6px solid #48a563;
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.5rem;
}

/* 小見出し */
.sub-heading {
  border-left: 4px solid #8ac79b;
  padding-left: 8px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #555;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

/* 小見出し ver2 */
.sub-heading2 {
  border-left: 4px solid #2e40e4;
  padding-left: 8px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000000;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}


/***********/
/* itemize */
/***********/

/* itemize1 */
.itemize::before {
  content: "● ";
  padding-left: 8px;
  font-size: 1.0rem;
  font-weight: 600;
  color: #000000;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

/********************/
/* 文章レイアウト調整 */
/********************/
/* 少し右にマージン */
.content-indent{
  margin-left: 20px
}
/* 画面中央に表示 */
.center-box {
  text-align: center;
  /* 中央揃え */
  margin: 30px 0;
}

/**************/
/*  */
/**************/
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.bg-lightgreen {
	background-color: #e6ede9;
}

.header-box{
	background-image: url('../images/clinic_rogo.jpg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	height: 100px;
}

.jumbotron h1 { color: #FFF;}
.jumbotron h3 { color: #FFF;}

.message-box{
	overflow:auto;
	width:100%;
	height:200px;
	padding:5px;
	border:1px solid rgba(0, 0, 0, 0.432);
	background-color:#F9F9F9;
	color:#000;
	font-size:12px;
}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: ">"
}
.footer-copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}

/* マップの設定 */
.map iframe {
	width: 500px;
	height: 350px;
}

/* 全体背景 */
.site-bg,
.gradient {
  /* ← 同じ色ならまとめて指定 */
  background-color: #f3fff3;
  /* とても薄い緑 (お好みで変更) */
  min-height: 100vh;
  /* グラデーションを消したので固定スクロールも不要なら削除 */
  /* background-attachment: fixed; */
}

.fixed-message {
  width: 100%;
}

/*****************/
/*    SEC news   */
/*****************/

.notice-img {
  width: 120px;
  height: auto;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ▼お知らせ画像：常に左に幅200px */
.notice-img {
  width: 120px;
  /* 好みで変更 */
  height: auto;
  float: left;
  margin: 0 15px 10px 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*****************/
/*    SEC time   */
/*****************/
#sec_time .table {
  width: 500px;
  max-width: 700px;
  margin: 10px auto 10px 50px ;
}


/*****************/
/*  その他の設定  */
/*****************/
/* 大デバイス（デスクトップ, 992px 未満）
============================================== */
@media screen and (max-width: 991.98px) {
.footer-logo {
	width: 100%;
}
} /* END */

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
.gnav-item {
	display: block;
	width: 100%;
	border: none;
}
.gnav-item+ .gnav-item {
	border: none;
}
table th, table td {
	padding: .25rem !important;
}
table th:first-child {
	width: 25%;
}
} /* END */
