@charset "UTF-8";
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
湘南医療大学(C)FureaiGroup 2020

File name:      department.scss
Last Update:    2024/03/05
Style Info:     学部・学科・専攻用。
------------------------------------------------------------->
 0.初期設定
 1.共通フォーマット上書き処理
 2.基本レイアウト
 3.薬学部
 4.看護学科
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.初期設定
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ふれあいグループ標準フォーマット(C)FureaiGroup 2020

File name:      _variable.scss
Last Update:    2021/04/05
Style Info:     標準フォーマット(病院)TYPE:E（変数指定用）
------------------------------------------------------------->
 0.基本スタイル
 1.ヘッダー・フッター
 2.トップページ
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ===========================================================
 0.基本スタイル
=========================================================== */
/* テキストカラー */
/* フォント */
/* 蛍光カラー */
/* アンチエイリアス処理 */
/* メディアクエリ
----------------------------------------------------------- */
/* メインカラー
----------------------------------------------------------- */
/*濃赤*/
/*薄赤*/
/*緑*/
/*薄赤*/
/*薄赤*/
/*薄赤*/
/*紫*/
/*薄緑*/
/*SP*/
/*赤*/
/*白*/
/* 重なり
----------------------------------------------------------- */
/* ===========================================================
 2.トップページ
=========================================================== */
/* 変数読込
----------------------------------------------------------- */
/* 薬学部 */
/* ===========================================================
 1.共通フォーマット上書き処理
=========================================================== */
/* カテゴリーナビゲーション
----------------------------------------------------------- */
.page-nav-container .main-nav {
  display: block;
}
.page-nav-container .main-nav .mn-btn-container {
  display: none;
}
.page-nav-container .main-nav #mnsp02 {
  display: block;
}
.department_nursing .page-nav-container .main-nav, .department_pt .page-nav-container .main-nav, .department_ot .page-nav-container .main-nav, .department_pharmacy .page-nav-container .main-nav {
  display: none;
}

.page-nav-container .another-main-nav {
  display: block;
}
.page-nav-container .another-main-nav .mn-btn-container {
  display: none;
}
.department_nursing .page-nav-container .another-main-nav #amn02 {
  display: block;
}
.department_pt .page-nav-container .another-main-nav #amn03 {
  display: block;
}
.department_ot .page-nav-container .another-main-nav #amn04 {
  display: block;
}
.department_pharmacy .page-nav-container .another-main-nav #amn05 {
  display: block;
}

/* 学科カラー変更
----------------------------------------------------------- */
/* 薬学部 */
.department_pharmacy .page-nav-container .mn-btn-container {
  background: url(../../images/shared/navigation/bg_side_navi_pharmacy.png) repeat-x top;
  border: 3px solid #009c6f;
}
.department_pharmacy .page-nav-container .mn-btn-container label {
  background: linear-gradient(to bottom, rgba(0, 156, 111, 0) 0, rgba(0, 156, 111, 0) 11px, #009c6f 11px, #009c6f 100%);
}
.department_pharmacy .page-nav-container .mn-btn-container li a {
  background: url(../../images/shared/icon/ico_10_pharmacy.png) no-repeat left 12px center;
  color: #51b68b;
}
.department_pharmacy .page-nav-container .mn-btn-container li :hover {
  background-color: #f3faf7;
}
.department_pharmacy .page-nav-container .mn-btn-container li + li {
  border-top: 1px dotted #009c6f;
}

.department_pharmacy .section-title-h1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#d0ebe0), to(rgba(208, 235, 224, 0.1)));
  background: linear-gradient(to bottom, #d0ebe0 0%, rgba(208, 235, 224, 0.1) 100%);
  border: 1px solid #f3faf7;
}
.department_pharmacy .section-title-h1::before {
  background-color: #f3faf7;
}
.department_pharmacy .section-title-h1 em {
  border-left: 3px solid #009c6f;
}
.department_pharmacy .section-title-h2 {
  background: #f3faf7;
  border-bottom: 1px solid #009c6f;
  border-left: 3px solid #009c6f;
}
.department_pharmacy .section-title-h3 {
  border-bottom: 1px dotted #009c6f;
  background: url(../../images/shared/icon/ico_05_pharmacy.png) no-repeat left center;
}
.department_pharmacy .section-title-h4 {
  border-bottom: 3px double #009c6f;
}
.department_pharmacy .table03 {
  border: 2px solid #009c6f;
}
.department_pharmacy .table03 th, .department_pharmacy .table03 td {
  border: 1px solid #009c6f;
}
.department_pharmacy .table03 th {
  background-image: linear-gradient(-45deg, #bde3d3 25%, #fff 25%, #fff 50%, #bde3d3 50%, #bde3d3 75%, #fff 75%, #fff);
  background-size: 8px 8px;
}
.department_pharmacy .table03 thead th {
  vertical-align: middle;
  background-image: linear-gradient(-45deg, #009c6f 25%, #51b68b 25%, #51b68b 50%, #009c6f 50%, #009c6f 75%, #51b68b 75%, #51b68b);
}
.department_pharmacy .detail-btn01 {
  background: #51b68b;
}
.department_pharmacy .detail-btn01:hover {
  background: rgba(81, 182, 139, 0.5);
}

/* ===========================================================
 2.基本レイアウト
=========================================================== */
/* 外部照会ボタン */
.external-inquiry-container {
  position: fixed;
  bottom: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 100vw;
  z-index: 1;
}
.external-inquiry-container li {
  background-color: #333;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  opacity: 85%;
}
@media screen and (min-width: 769px), print {
  .external-inquiry-container li {
    height: 181px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.external-inquiry-container li.btn-external-inquiry01 {
  background-color: #228bc8;
}
.external-inquiry-container li.btn-external-inquiry02 {
  background-color: #d7213d;
}
.external-inquiry-container li div {
  width: 100%;
  padding: 1.5em 0.8em;
}
.external-inquiry-container li span {
  position: relative;
  display: inline-block;
  color: #fff;
}
.external-inquiry-container li span::before {
  position: absolute;
  top: 50%;
  right: -15px;
  display: inline-block;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
}
.external-inquiry-container li a:link, .external-inquiry-container li a:visited, .external-inquiry-container li a:hove, .external-inquiry-container li a:active {
  color: #fff;
  text-decoration: none;
}
.external-inquiry-container li a[target=_blank] {
  display: block;
  background-image: none;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 769px), print {
  .external-inquiry-container {
    top: 200px;
    right: 0;
    bottom: auto;
    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;
    gap: 20px;
    width: 60px;
  }
  .external-inquiry-container li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: auto;
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.2em;
  }
  .external-inquiry-container li div {
    padding: 0.8em 1.5em;
  }
  .external-inquiry-container li span::before {
    display: none;
    margin-top: 0;
    width: 0;
    height: 0;
    border: 0;
    content: "";
  }
  .external-inquiry-container li a[target=_blank] {
    padding-right: 0;
    cursor: pointer;
  }
}

/* 定義コンテナ
----------------------------------------------------------- */
.definition-container01 > dl {
  padding: 20px;
  border: 3px double #00a77d;
}
.definition-container01 > dl > dt {
  margin-bottom: 0.5em;
  padding: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 167, 125, 0.3)), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to right, rgba(0, 167, 125, 0.3) 0%, rgba(125, 185, 232, 0) 100%);
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5px;
}
.definition-container01 > dl + dl {
  margin-top: 20px;
}

/*	教員詳細ページ用
----------------------------------------------------------- */
.teacher-message-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 20px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #bf3e4a;
}
.teacher-message-container figure {
  width: 100px;
}
.teacher-message-container img {
  width: 100px;
  border: 1px solid #aaa;
}

.teacher-table01 {
  width: 100%;
}
.teacher-table01 caption {
  font-weight: bold;
  text-align: left;
}
.teacher-table01 caption::before {
  padding-right: 1em;
  color: #bf3e4a;
  content: "◆";
}
.teacher-table01 th {
  background: #fbf2f3;
  font-weight: normal;
}
.teacher-table01 tr:nth-of-type(1) th {
  border-top: 1px solid #bf3e4a;
}
.teacher-table01 th, .teacher-table01 td {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #bf3e4a;
}
.teacher-table01 td {
  vertical-align: middle;
}
@media screen and (min-width: 769px), print {
  .teacher-table01 {
    width: 680px;
  }
  .teacher-table01 th, .teacher-table01 td {
    border: 1px solid #bf3e4a;
  }
  .teacher-table01 th {
    display: table-cell;
    width: 150px;
  }
  .teacher-table01 td {
    display: table-cell;
  }
}

/* 学科カラー変更
----------------------------------------------------------- */
/* 薬学部 */
.department_pharmacy .teacher-message-container {
  border: 1px solid #009c6f;
}
.department_pharmacy .teacher-table01 caption::before {
  color: #009c6f;
}
.department_pharmacy .teacher-table01 th {
  background: #f3faf7;
}
.department_pharmacy .teacher-table01 tr:nth-of-type(1) th {
  border-top: 1px solid #009c6f;
}
.department_pharmacy .teacher-table01 th, .department_pharmacy .teacher-table01 td {
  border-bottom: 1px solid #009c6f;
}
@media screen and (min-width: 769px), print {
  .department_pharmacy .teacher-table01 th, .department_pharmacy .teacher-table01 td {
    border: 1px solid #009c6f;
  }
}

/* ===========================================================
 3.薬学部
=========================================================== */
.table_pharmacy table {
  width: 100%;
}

.table_pharmacy th {
  line-height: 1.428571429;
  font-size: 1.4rem;
  background-color: #F8F8F8;
}

.table_pharmacy td, .table_pharmacy th {
  border: #c4c4c4 1px solid;
  padding: 8px 10px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.table_pharmacy .td-1 {
  width: 20%;
}

.table_pharmacy .td-2 {
  width: 15%;
}

.table_pharmacy .td-3 {
  width: 5%;
}

.section-title-h4 {
  font-size: 1.8rem;
  padding: 10px;
  color: white;
  background: #00a77d;
  border: none;
}

.section-title-h5 {
  font-size: 1.6rem;
  padding: 0 0 0 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #00a77d;
}

/* コンテナ
----------------------------------------------------------- */
.definition-sub-container01 h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}
.definition-sub-container01 h1::before {
  display: block;
  width: 16px;
  height: 16px;
  background: #00a77d;
  border-radius: 16px;
  content: "";
  clear: both;
}

.definition-sub-container01 dl + dl {
  margin-top: 1em;
}
.definition-sub-container01 dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.definition-sub-container01 dl dt::before {
  display: block;
  content: "◯";
  clear: both;
}
.definition-sub-container01 dl dd {
  padding-left: 1em;
}

/* 病院一覧
----------------------------------------------------------- */
/*
.facility-photo-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  figure {
    border: 1px solid variable.$main-color02;
  }
  figcaption {
    padding: 3px 0;
    background-size: auto auto;
    background-color: variable.$main-color02;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, rgba(variable.$main-color06, 1) 2px, rgba(variable.$main-color06, 1) 3px);
    color: variable.$text-color-white;
    text-align: center;
  }
  p {
    padding: 3px 0;
    background-color: variable.$main-color04;
    color: variable.$default-text-color;
    text-align: center;
  }
  @include variable.mq() {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
*/
.facility-photo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 769px), print {
  .facility-photo-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 8px;
  }
}

/* 研究室
----------------------------------------------------------- */
.labo-hp-link-btn {
  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;
}
.labo-hp-link-btn:hover {
  opacity: 0.8;
}
.labo-hp-link-btn a:link, .labo-hp-link-btn a:visited, .labo-hp-link-btn a:hover, .labo-hp-link-btn a:active {
  color: #fff;
  text-decoration: none;
}
.labo-hp-link-btn a[target=_blank] {
  min-height: auto;
  padding-right: 0;
  background: none;
}
.labo-hp-link-btn div {
  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: 240px;
  padding: 10px 20px;
  background-color: #009c6f;
}
.labo-hp-link-btn div em {
  position: relative;
  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;
  gap: 12px;
}
.labo-hp-link-btn div em::before {
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #fff;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  content: "";
}

.labo-category-container {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr;
}
.labo-category-container .labo-category-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px;
  border: 1px solid #009b70;
}
.labo-category-container .labo-category-box.no-labo-page {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.labo-category-container .labo-category-box a:link {
  color: #00a77d;
  text-decoration: none;
}
.labo-category-container .labo-category-box a:visited {
  color: #00a77d;
  text-decoration: none;
}
.labo-category-container .labo-category-box a:hover {
  color: #00a77d;
  text-decoration: none;
}
.labo-category-container .labo-category-box a:active {
  color: #00a77d;
  text-decoration: underline;
}
.labo-category-container .labo-category-box h1 {
  margin-bottom: 0.5em;
  padding: 0.2em;
  background: #009b70;
  color: #fff;
  font-weight: bold;
}
.labo-category-container .labo-category-box ul {
  margin: 0 0 0.5em 0;
}
.labo-category-container .labo-category-box .detailed-link-btn {
  padding: 0.3em;
  border: 1px solid #009b70;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 155, 112, 0.3);
          box-shadow: 1px 1px 2px 0px rgba(0, 155, 112, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.labo-category-container .labo-category-box a {
  position: relative;
}
.labo-category-container .labo-category-box a:active .detailed-link-btn {
  border: 1px solid #ea867c;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 769px), print {
  .labo-category-container {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

/* よくある質問
----------------------------------------------------------- */
.sec02__faqlist {
  border-bottom: 1px solid #000;
  font-weight: normal;
}
.sec02__faqlist input {
  display: none;
}
.sec02__faqlist input:checked + .sec02__faqlist_q + .sec02__faqlist_a {
  height: auto;
  opacity: 1;
}
.sec02__faqlist input:checked + .sec02__faqlist_q:before {
  content: "－";
  position: absolute;
  font-size: 4rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bf3e4a;
}
.sec02__faqlist_q {
  position: relative;
  display: block;
  padding: 1rem 4rem;
  border-top: 1px solid #000;
  font-weight: normal;
  width: calc(100% - 8rem);
}
.sec02__faqlist_q:after {
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 2.2rem;
  content: "Q.";
  color: #a53ebf;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.sec02__faqlist_q:before {
  content: "＋";
  position: absolute;
  font-size: 4rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
}
.sec02__faqlist_a {
  position: relative;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sec02__faqlist_a > div {
  padding: 1rem 1rem 2rem 4rem;
}
.sec02__faqlist_a:after {
  position: absolute;
  top: 0;
  left: 1rem;
  font-size: 2.2rem;
  content: "A.";
  color: #bf3e4a;
  font-family: "Noto Serif JP", serif;
}
.sec02__faqlist_a_column {
  margin-top: 0.5rem;
  background: #cfebe1;
  padding: 15px;
}
.sec02__faqlist_a_column-strong {
  color: #bf3e4a;
  font-weight: bold;
}
.sec02__faqlist_a_table {
  width: 100%;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec02__faqlist_a_table caption {
  caption-side: top;
  color: #000;
}
.sec02__faqlist_a_table th,
.sec02__faqlist_a_table td {
  border: 1px solid #000;
  text-align: center;
  padding: 0.5em 1em;
}
.sec02__faqlist_a_table th {
  color: white;
  background: #bf3e4a;
}
.sec02__faqlist_a_list {
  list-style: none;
  padding-left: 0;
}
.sec02__faqlist_a_list_item:before {
  content: "■ ";
}
.sec02__faqlist_a a:link {
  color: #bf3e4a;
}
.sec02__faqlist .sec02__faqlist_q.active:before {
  content: "－";
  position: absolute;
  font-size: 4rem;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bf3e4a;
}

/* エントリーコンテナ
----------------------------------------------------------- */
.department-entry-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media screen and (min-width: 769px), print {
  .department-entry-container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.department-entry-container article {
  padding: 20px;
  border: 1px solid #009b70;
}
.department-entry-container article h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #009b70;
  line-height: 1.7;
}

/* ===========================================================
 4.看護学科
=========================================================== */
.table-nursing01 tr td.yamate {
  width: 1.5em;
  background: #ffc9fc;
}

.table-nursing01 tr td.totsuka {
  width: 1.5em;
  background: #b4c6e7;
}

.catch-txt {
  color: #ea4a58;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.7;
}

.buttun-section {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 20px;
}

a.btn_pharmacy {
  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: 100%;
  height: 50px;
  position: relative;
  background: #009b70;
  border: 1px solid #009b70;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a.btn_pharmacy:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

a.btn_pharmacy:hover {
  background: #fff;
  color: #009b70;
}

a.btn_pharmacy:hover:before {
  border-top: 2px solid #009b70;
  border-right: 2px solid #009b70;
}
/*# sourceMappingURL=department.css.map */