@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南健康管理クリニック(C)FureaiGroup 2021

File name:      _variable.scss
Last Update:    2021/05/15
Style Info:     湘南健康管理クリニック（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* メインカラー */
/* その他カラー */
/* メールフォーム用 */
/* フォント */
/* 蛍光カラー */
/* 背景 */
/* リンクカラー */
/* アンチエイリアス処理 */
/* section-title-h2  */
/* グラデ背景 */
/* スマホナビ用シャドウ */
/* メディアクエリ
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南健康管理クリニック(C)FureaiGroup 2021

File name:      information.scss
Last Update:    2023/03/03
Style Info:     お知らせ一覧用。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.汎用スタイル
 3.お知らせ一覧
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
/* ===========================================================
 2.汎用スタイル
=========================================================== */
.table01-thead-none thead {
  display: none;
}
@media screen and (min-width: 960px), print {
  .table01-thead-none thead {
    display: table-header-group;
  }
}

.table01-tbody-th-wrap tbody tr th {
  white-space: normal;
}

/* ===========================================================
 3.お知らせ一覧
=========================================================== */
/* 一覧表
----------------------------------------------------------- */
.information-list01 {
  border: 1px solid #c9c9c9;
  border-bottom: 2px solid #c9c9c9;
  border-radius: 2px;
}
.information-list01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (min-width: 960px), print {
  .information-list01 dl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
  }
}
.information-list01 dt, .information-list01 dd {
  padding: 5px;
}
@media screen and (min-width: 960px), print {
  .information-list01 dt, .information-list01 dd {
    padding: 10px;
  }
}
.information-list01 dl:hover {
  background: #e8e8e8;
}
.information-list01 dt.news-ico::after {
  display: inline-block;
  margin-left: 1em;
  width: 5em;
  padding: 2px 3px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.information-list01 dt.news-ico01::after {
  background: #bc00ff;
  content: "ニュース";
}
.information-list01 dt.news-ico02::after {
  background: #009b70;
  content: "コラム";
}
.information-list01 dt.news-ico03::after {
  background: #00b7de;
  content: "お知らせ";
}
.information-list01 dt.news-ico04::after {
  background: #ff0057;
  content: "重要";
}

/* GW期間 ご予約のご案内(2019/03/22)
----------------------------------------------------------- */
.info190322-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 1px;
  empty-cells: hide;
}
.info190322-table caption {
  color: #e25099;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  -webkit-transform: rotate(0.028deg);
          transform: rotate(0.028deg);
}
.info190322-table caption::before {
  display: inline-block;
  content: "■";
}
.info190322-table th, .info190322-table td {
  padding: 3px;
  text-align: center;
}
.info190322-table + .info190322-table {
  margin-top: 20px;
}

.info190322-table-apr caption {
  color: #e25099;
}
.info190322-table-apr caption::before {
  color: #edbcd3;
}
.info190322-table-apr tr {
  background: #edbcd3;
}
.info190322-table-apr tr th:nth-of-type(even), .info190322-table-apr tr td:nth-of-type(even) {
  background: #f4d3e4;
}

.info190322-table-may caption {
  color: #4ea4e5;
}
.info190322-table-may caption::before {
  color: #bcd6ed;
}
.info190322-table-may tr {
  background: #bcd6ed;
}
.info190322-table-may tr th:nth-of-type(even), .info190322-table-may tr td:nth-of-type(even) {
  background: #d2e8f9;
}

/* 大腸内視鏡コースの予約を始めました(2022/08/29)
----------------------------------------------------------- */
@media screen and (min-width: 960px), print {
  .info220829-flow-container {
    margin: 0 auto;
    width: 70%;
  }
}
.info220829-flow-container .info220829-flow-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: #def9ff;
}
.info220829-flow-container .info220829-flow-inner + .info220829-flow-inner {
  position: relative;
  margin-top: 70px;
}
.info220829-flow-container .info220829-flow-inner + .info220829-flow-inner::before {
  position: absolute;
  top: -55px;
  left: calc(50% - 40px);
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #00b7de transparent transparent transparent;
  content: "";
}
@media screen and (min-width: 960px), print {
  .info220829-flow-container .info220829-flow-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.info220829-flow-container figure {
  max-width: 70%;
}
@media screen and (min-width: 960px), print {
  .info220829-flow-container figure {
    max-width: 200px;
  }
}

.info220829-attention-container h1 {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-size: 1.8rem;
  color: #d80000;
}
.info220829-attention-container h1 em {
  display: inline-block;
}
.info220829-attention-container h1 em:before {
  content: "≪";
}
.info220829-attention-container h1 em:after {
  content: "≫";
}
.info220829-attention-container > ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.info220829-attention-container > ul li + li {
  margin-top: 0.5em;
}
.info220829-attention-container > ul li:before {
  content: "◇";
}

.photo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
} /* マンモグラフィと乳房超音波、どちらを受ければいいの？(2023/03/03)
----------------------------------------------------------- */
.info230303-01 .label-merit,
.info230303-01 .label-demerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.info230303-01 .label-merit dt,
.info230303-01 .label-demerit dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45px;
  text-align: center;
}
.info230303-01 .label-merit dd li,
.info230303-01 .label-demerit dd li {
  line-height: 1.7;
}
.info230303-01 .label-merit dd li + li,
.info230303-01 .label-demerit dd li + li {
  margin-top: 0.5em;
}
.info230303-01 .label-merit dt {
  background-color: #f4b084;
}
.info230303-01 .label-demerit dt {
  background-color: #8ea9db;
}
.info230303-01 .info230303-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
/*# sourceMappingURL=information.css.map */