* {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  background: white;
}

.pc-hidden {
  display: none;
}

.visually-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
  color: #1f1f1f;
}

/* header start */

.header-main {
  background: #fcfcfc;
  border-bottom: #227D51 1px solid;
  height: 90px;
  max-width: 1200px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

.header-title {
  text-align: right;
  width: 100%;
  display: inline-block;
  margin: 0px 0px -12px 0px;
  float: right;
}

.header-1 {
  width: 50%;
  display: inline-block;
}

.header-1 .name {
  margin: 5px 0px 0px 5px;
  font-size: 32px;
  color: #227D51;
}

.header-1 .department {
  margin: 0px 0px 0px 5px;
  font-size: 16px;
}

.header-2 {
  margin: 20px 0px -17px auto;
  text-align: right;
  width: 30%;
  display: inline-block;
  float: right;
}

.header-2 .address {
  margin: 0px 5px -17px 0px;
  font-size: 18px;  
  font-weight: bold;
}

.header-2 a {
  margin: 0px 5px 0px 0px;
  font-size: 24px;
  font-weight: bold;
  color: #227D51;
  text-decoration: none;
}

.header-image {
  font-size: 0;
  width: 100%;
  margin: 0px;
  padding: 80px 0px 0px 0px;
}

.header-picture {
  width: 100%;
  margin: 0px;
}

.header-3 {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  height: 590px;
  width: 220px;
  background: #e8f8e3;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}

.header-3 ul {
  margin: 10px 0px 0px -13px;
  font-size: 19px;
  line-height: 2.8;
  list-style: none;
  color: #1f1f1f;
}

.header-3 ul li {
  position: relative;
}

.header-3 a {
  text-decoration: none;
  color: #1f1f1f;
}

.header-3 a:hover {
  color: #1f1f1f;
  background: #aed9a0;
}

.main-menu.expanded {
  padding-left: 30px;
  list-style: none;
  font-size: 18px;
  line-height: 1.8;
  color: #1f1f1f;
}

.main-menu.expanded li {
  margin: 0;
}

.main-menu.expanded ul {
  margin-left: 1.4em;
  padding-left: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.8;
}

.main-menu.expanded a {
  text-decoration: none;
  color: #1f1f1f;
  display: block;
  padding: 2px 4px;
  border-radius: 4px;
  transition: background 0.2s;
}

.main-menu.expanded a:hover {
  background: #aed9a0;
}

.menu-title {
  font-weight: bold;
  margin: 6px 0 0px;
  display: inline-block;
}
/* header end */

/* decoration start */
.square {
  display: inline-block;
  margin: auto 10px 3.5px 0px;
  background-color: #000;
  content: "";
  height: 8px;
  width: 8px;
}

.square-td {
  line-height: 1.6em;
  text-align: left;
  font-size: 16px;
  padding-left: 16px;
  border: none;
}

.underline {
  border-bottom: solid 1px #1f1f1f;
}

.arrow {
    display: inline-block;
    margin: 0px 0px 2px 20px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #1f1f1f;
    border-right: solid 2px #1f1f1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.circle {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    width: 13px;
    height: 13px; 
    background-color: #525151;
    border-radius: 50%;
}

.front-arrow {
    display: inline-block;
    margin: 0px 10px 2px 0px;
    width: 8px;
    height: 8px;
    border-top: solid 2px #1f1f1f;
    border-right: solid 2px #1f1f1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.main-1 p.circle-two {
    position: relative;
    display: block;
    padding: 0.2em 0 0.2em 1.2em;
}

.main-1 p.circle-two::before {
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: #b3ebb3;
    box-shadow: 0.4em -0.4em 0 -1px #e6f8fa;
    content: "";
}

.bold {
  font-weight: bold;
}

.color-blue {
  background: #e6f8fa;
}

.color-green {
  background: #eafae6;
}

.color-gray {
  background: #f5f5f5;
}

.link {
  text-decoration: underline;
  color: #227D51;
}

.link-strong {
  text-decoration: underline;
  color: #227D51;
  font-weight: bold;
}

/* decoration end */

/* パンくずリスト stat*/
.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 20px 5px 0px;
  font-size: 14px;
  display: flex;                /* 横並びに */
  overflow-x: auto;             /* はみ出したら横スクロール */
  white-space: nowrap;         /* 折り返し防止 */
  scrollbar-width: none;       /* Firefox用スクロールバー非表示 */
}

.breadcrumb::-webkit-scrollbar {
  display: none;                /* Chrome/Safari用スクロールバー非表示 */
}

.breadcrumb li {
  display: inline;
  color: #1f1f1f;
}

.breadcrumb li + li::before {
  content: " > ";
  color: #888;
  padding: 0 5px;
}

.breadcrumb a {
  text-decoration: none;
  color: #227D51;
}

.breadcrumb a:hover {
  text-decoration: underline;
}
/* パンくずリスト end*/

/* container start */

.second-container {
  display: inline-block;
  vertical-align: top;
  width: 920px;
  margin: -590px 0px 0px 260px;
}

.contents {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  margin: 0px auto 15px 10px;
}

.each-content {
  margin: 0px 0px 40px 0px;
}

/* container end */

/* 目次 start*/
.toc-box {
  background: #f2f9f2;
  border-left: 4px solid #227D51;
  padding: 12px 16px;
  margin: 20px 0;
}

.toc-title {
  font-weight: bold;
  margin-bottom: 8px;
  color: #227D51;
}

.toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.toc-list li {
  margin: 6px 0;
}

.toc-list a {
  text-decoration: none;
  color: #1f1f1f;
}

.toc-list a:hover {
  text-decoration: underline;
}
/* 目次 end */

/* カードリンク start */
.link-card-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 20px 0;
}

.link-card {
  width: calc(33.33% - 40px);
  padding: 18px;
  text-align: center;
  background-color: #eafae6;
  border: 1px solid #227D51;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  color: #1f1f1f;
  text-decoration: none;
  transition: background-color 0.3s, box-shadow 0.3s;
}

.link-card:hover {
  background-color: #d6f2d2;
  box-shadow: 0 2px 8px rgba(34, 125, 81, 0.3);
}

.disease-summary {
  margin: 40px 0;
  background: #f3fbf3;
  padding: 3px 16px;
  border-left: 4px solid #227D51;
}
/* カードリンク end*/

/* 見出し start */

.heading1 {
  font-size: 26px; 
  width: 100%;
  display: inline-block;
  line-height: 48px;
  margin: 20px auto 0px auto;
  padding: 3px 15px 0px 20px;
  color: #1f1f1f;
  background: #e8f8e3;
}

.heading2 {
  width: 100%;
  display: inline-block;
  line-height: 46px;
  margin: 20px auto 0px auto;
  padding: 3px 14px 0px;
  font-size: 24px;
  background: #ebebeb;
  border-left: solid 7px #5e5e5e;
}

.heading3 {
  width: 100%;
  display: inline-block;
  line-height: 32px;
  margin: 20px auto 0px auto;
  padding: 3px 14px 0px;
  font-size: 20px;
  background: #ebebeb;
  border-left: solid 5px #5e5e5e;
}

.heading4 {
  font-size: 18px;
}
/* 見出し end */

/* image start */
.img-small1 {
  width: 100px;
  height: auto;
}

.img-small2 {
  width: 200px;
  height: auto;
}

.img-medium1 {
  width: 300px;
  height: auto;
}

.img-medium2 {
  width: 450px;
  height: auto;
}

.img-large {
  width: 100%;
  max-width: 600px;
  height: auto;
}

/* レスポンシブ対応 */
.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* image end */

/* table start */
/* 共通ベース */
.table-common {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  font-size: 16px;
  line-height: 1.5em;
}

/* 枠線とセル */
.table-common th,
.table-common td {
  border: 1px solid #1f1f1f;
  padding: 6px 5px;
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: normal;
}

/* ヘッダー背景 */
.table-common th {
  background-color: #f3f3f3;
  font-weight: bold;
}

.table-wrapper {
  margin: -10px 0px -5px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-common td, .table-common th {
  word-break: keep-all;
  white-space: normal;
}

.no-border th,
.no-border td {
  border: none;
}

.table-narrow {
  width: 50%;
  max-width: 100%;
}

.table-medium {
  width: 75%;
  max-width: 100%;
}

.table-full {
  width: 100%;
}
/* table end */

/*top-page start*/
.icon {
  display: inline-block;
  width: 100%;
  margin: 20px 30px 5px 0px;
  border: 1.5px solid #227D51;
}

.department-icon {
  display: inline-block;
  width: 13%;
  vertical-align: middle;
}

.department-icon2 {
  width: 100%;
  padding: 18px;
}

.icon-explanation {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
}

.icon-explanation h3 {
  font-size: 24px;
  margin: 20px 0px 0px 0px;
}

.icon-detail {
  margin: -5px 0px 0px 0px;
}

.icon-detail table {
  width: 75%;
  border: none;
}

.arrow-menu {
  clear: both;
}

.arrow-menu:hover {
  cursor: pointer;
}

.arrow-menu p {
  margin: -10px 0px 10px auto;
  display: block;
  width: 30%;
  height: 40px;
  padding: 8px 0px 0px 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
  background-color: #aed9a0;
}

.arrow-menu a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
}

.equipment {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin: 0px 30px 40px 0px;
}

.equipment-title {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0px -10px 0px;
  padding: 0px 0px 0px 10px;
  border-left: solid 5px #1f1f1f;
  border-bottom: #1f1f1f 1px solid;
}

.equipment img {
  width: 100%;
}

.table-time table {
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  overflow: hidden;
  border: solid 1px #b8b8b8;
}

.table-time th, td {
  font-size: 18px;
  text-align: center;
  line-height: 2.5em;
  padding: 0px 25px 0px 25px;
  border: solid 1px #b8b8b8;
}

.doctor-introduction {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.doctor-image {
  display: inline-block;
  vertical-align: top;
  margin: 15px auto 0px 15px;
  width: 20%
}

/*top-page end*/

/*self-page start*/

.private {
  margin: 0px 0px 40px 0px;
}

.table-tumor table {
  font-size: 16px;
  margin: 20px 0px 0px 0px;
  padding: 0;
  border-collapse: collapse;
  border-width: 0.5px 0px; 
  border-color: #1f1f1f;
  border-style: solid;
}

.table-tumor th {
  text-align: center;
  font-weight: normal;
}

.table-tumor td {
  text-align: left;
  color: #1f1f1f;
  padding: 5px 20px;
  border-width: 0.5px 0px; 
  border-color: #1f1f1f;
  border-style: solid;
  font-size: 16px;
  line-height: 1.5em;
}

.table-tumor .center {
  text-align: center;
  font-weight: bold;
}

.table-tumor td:nth-child(1) {
  width: 130px;
}

.table-tumor td:nth-child(3) {
  width: 110px;
}

/*self-page end*/


/*parkinson-page start*/
.parkinson-page .icon {
  border: none;
}

.margin-decrease {
  margin: 0px 30px -20px 0px;
}

.icon-explanation .font-size-18px {
  font-size: 18px;
}
/*parkinson-page end*/

/*haitsu-page start*/
.slideshow-container {
  position: relative;
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.slide {
  display: none;
  position: relative;
}

.slide img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: block;
}

.slide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  font-size: 40px;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  text-shadow:  2px  2px 20px #FFF ,
               -2px  2px 20px #FFF ,
                2px -2px 20px #FFF ,
               -2px -2px 20px #FFF;
  line-height: 1.5;
  z-index: 2;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  padding: 16px;
  margin-top: -22px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  background-color: rgba(0,0,0,0.4);
  border-radius: 3px;
  user-select: none;
  z-index: 3;
  transition: 0.3s;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.6);
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.sup {
  padding: 0px;
  font-size: 8px;
  vertical-align: super;
}

.img-small3 {
  width: auto;
  height: 180px;
}

.img-small4 {
  width: auto;
  height: 140px;
}

.cta-box { 
 text-align: center;
 margin: 10px 0; 
 background: #f3fbf3;
 border: 1px solid #227D51;
}

/*haitsu-page end*/

/*recruit-page start*/
.cta-box { 
 text-align: center;
 margin: 10px 0; 
 background: #f3fbf3;
 border: 1px solid #227D51;
}

/* アコーディオンボタン */
.accordion-btn {
  width: 98%;
  text-align: left;
  background-color: #f2f9f2;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: bold;
  padding: 14px 16px;
  border: none;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
}

.accordion-btn:hover {
  background-color: #d6f2d2;
}

/* プラス／マイナス アイコン */
.accordion-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 18px;
  color: #227D51;
}

/* アコーディオン中身 */
.accordion-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  padding: 0 16px;
}

.timeline-box {
  border-left: 3px solid #227D51;
  margin-left: 0.8em;
  padding-left: 1em;
}

.timeline-item {
  margin-bottom: 1em;
}

.timeline-time {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}

.timeline-item ul {
  margin-top: 0;
}

.simple-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 20px 0;
}

.simple-gallery img {
  width: 95%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.form-basic {
  padding-bottom: 80px; /* 応募ボタンの高さ＋余白 */
}

.form-basic input,
.form-basic select,
.form-basic textarea {
  width: 100%;
  max-width: 500px;
  padding: 8px;
  margin-top: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

.form-basic button {
  background-color: #227D51;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}

.form-basic button:hover {
  background-color: #1b5e3f;
}

/*recruit-page end*/

/*ｂ タブレット向けレイアウト */
@media all and (max-width: 1000px) {

}

/* モバイル向けレイアウト */
@media all and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  
  .hidden {
  display: none;
  }
  
  .pc-hidden {
  display: inline-block;
  }
  
  .container {
  max-width: 670px;
  width: 100%;
  padding: 0 0px;
  margin: 0 auto;
  color: #1f1f1f;
}

/* header start */

.header-main {
  background: #fcfcfc;
  border-bottom: #227D51 1px solid;
  height: 72px;
  max-width: 670px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

.header-title {
  text-align: right;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 3px 0px;
  float: right;
}    
    
.header-1 {
  width: 55%;
  display: inline-block;
}

.header-1 .name {
  margin: 4px 0px 0px 5px;
  font-size: 24px;
  color: #227D51;
  height: 30px;
}

.header-1 .department {
  margin: 3px 0px 0px 5px;
  font-size: 12px;
}

.header-2 {
  display: none;
}

.header-smartphone {
  display: inline-block;
  float: right;
  width: 40%;
  position: relative
}

.tel-icon,
.menu-icon {
  display: inline-block;
  width: 55px;
  height: 50px;
  margin: 7px 20px 0 0; /* 右に寄せて少し余白 */
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 50px; /* 縦中央揃え */
  text-align: center;
  color: #1f1f1f;
  text-decoration: none;
  background-color: #e1f5e1;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  box-shadow: none;
  float: right;
}

 .tel-icon a {
    color: #1f1f1f;
    text-decoration: none;
  }
  
.header-image {
  font-size: 0;
  width: 100%;
  margin: 0px;
  padding: 60px 0px 0px 0px;
}

.header-picture {
  width: 100%;
  margin: 0px;
}

.header-3 {
  display: none;
}

/* オーバーレイ */
.menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 90;
}

.menu-overlay.active {
  visibility: visible;
  opacity: 1;
}  
  
/* メニュー本体 */
.smartphone-menu {
  position: fixed;
  top: 0; right: 0;
  width: 80vw;
  height: 100vh;
  background: #f9fff9;
  box-shadow: -2px 0 10px rgba(0,0,0,0.15);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.smartphone-menu.active {
  transform: translateX(0);
}

.smartphone-menu details summary {
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 0px;
  padding: 12px 0;
}

.smartphone-menu details ul {
  margin-left: 20px;
  padding-left: 0;
  list-style: none;
}  
  
/* ヘッダー */
.menu-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.menu-title {
  font-size: 20px;
  font-weight: bold;
  color: #227D51;
}

.menu-close {
  font-size: 24px;
  font-weight: bold;
  color: #227D51;
  cursor: pointer;
}

/* メニューリスト */
.menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-list li {
  margin: 0;
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
}
  
.menu-list a {
  text-decoration: none;
  font-size: 18px;
  color: #1f1f1f;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 4px;
  transition: background 0.2s;
}

.menu-list a:hover {
  background: #eafae6;
}

/* header end */

/* decoration start */

.square {
  display: inline-block;
  margin: auto 10px 2px 0px;
  background-color: #000;
  content: "";
  height: 6px;
  width: 6px;
}

.arrow {
    display: inline-block;
    margin: 0px 0px 2px 10px;
    width: 7px;
    height: 7px;
    border-top: solid 2px #1f1f1f;
    border-right: solid 2px #1f1f1f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
  
/* decoration end */

/* container start */

.second-container {
  display: inline-block;
  width: 100%;
  margin: 0px;
}

.contents {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin: 0px auto 15px 0px;
}

.each-content {
  margin: 0px 0px 40px 0px;
}

/* container end */

/* カードリンク start*/
.link-card-wrapper {
    justify-content: space-between; /* 両端に揃える（中央寄せなら center に） */
  }

  .link-card {
    width: calc(50% - 8px); /* gapが16pxなので半分から差し引く */
    font-size: 16px;
    padding: 14px;
  }
/* カードリンク end*/  
  
/* 見出し start */    
    
.heading1 {
  font-size: 22px; 
  width: 100%;
  display: inline-block;
  line-height: 45px;
  margin: 20px auto 0px auto;
  padding: 2px 8px 0px 8px;
  color: #1f1f1f;
  background: #e8f8e3;
}

.heading2 {
  width: 100%;
  display: inline-block;
  line-height: 40px;
  margin: 10px auto 0px auto;
  padding: 0px 14px 0px;
  font-size: 20px;
  background: #ebedeb;
  border-left: solid 7px #5e5e5e;
}

.heading3 {
  width: 100%;
  display: inline-block;
  line-height: 32px;
  margin: 10px auto 0px auto;
  padding: 0px 14px 0px;
  font-size: 18px;
  background: #ebedeb;
  border-left: solid 5px #5e5e5e;
}  
  
.heading4 {
  font-size: 16px;
}
    
/* 見出し end */

/* table start */
.table-common td, .table-common th {
    font-size: 14px;
    padding: 6px 5px;
  }  
  
.table-narrow {
  width: 75%;
  max-width: 100%;
}
  
.table-medium {
  width: 100%;
}
/* table end */  
  
/*top-page start*/
  
.icon {
  margin: 20px 0px 6px 0px;
}

.department-icon {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
}

.department-icon2 {
  width: 100%;
  padding: 15px;
}

.icon-explanation {
  display: inline-block;
  width: 78%;
  vertical-align: middle;
}

.icon-explanation h3 {
  font-size: 22px;
  margin: 16px 0px -5px 0px;
}

.icon-detail {
  margin: -5px 0px 0px 0px;
}

.icon-detail table {
  width: 100%;
  border: none;
}

.arrow-menu {
  clear: both;
}

.arrow-menu:hover {
  cursor: pointer;
}

.arrow-menu p {
  margin: -5px 5px 10px auto;
  display: block;
  width: 55%;
  height: 30px;
  padding: 2px 8px 0px 15px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #1f1f1f;
  background-color: #b5e6a5;
}

.arrow-menu a {
  display: block;
  text-decoration: none;
  color: #1f1f1f;
}

.equipment {
  display: inline-block;
  vertical-align: top;
  width: 43%;
  margin: 0px 5% 20px 0px;
}

.equipment-title {
  font-size: 16px;
  font-weight: bold;
  margin: 25px 0px -10px 0px;
  padding: 0px 0px 0px 10px;
  border-left: solid 5px #1f1f1f;
  border-bottom: #1f1f1f 1px solid;
}

.equipment img {
  width: 100%;
}

.table-time table {
  border-collapse: separate;
  border-radius: 5px;
  border-spacing: 0;
  overflow: hidden;
  border: solid 1px #b8b8b8;
}

.table-time th, td {
  font-size: 16px;
  text-align: center;
  line-height: 1.5em;
  padding: 0px 10px 0px 10px;
  border: solid 1px #b8b8b8;
}
  
.doctor-introduction {
  display: inline-block;
  margin: 10px 0px 0px 0px;
  width: 100%;
}

.doctor-image {
  display: block;
  margin: 15px auto 0px auto;
  width: 40%
}

/*top-page end*/

/*self-page start*/
  
.table-tumor table {
  font-size: 14px;
  margin: 20px 0px 0px 0px;
  padding: 0;
  border-collapse: collapse;
  border-width: 0.5px 0px; 
  border-color: #1f1f1f;
  border-style: solid;
}

.table-tumor td {
  text-align: left;
  color: #1f1f1f;
  padding: 5px 1px;
  border-width: 0.5px 0px; 
  border-color: #1f1f1f;
  border-style: solid;
  font-size: 14px;
  line-height: 1.5em;
}

.table-tumor td:nth-child(1) {
  text-align: center;
  font-size: 14px;
  width: 100px;
}

.table-tumor td:nth-child(3) {
  text-align: center;
  font-size: 14px;
  width: 90px;
}

/*self-page end*/

/*parkinson-page start*/

.margin-decrease {
  margin: 0px 0px 0px 0px;
}  
  
/*parkinson-page end*/  


/*haitsu-page start*/
  .slide-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    font-size: 1.2rem;
    line-height: 1.4;
    padding: 20px 10px;
    max-width: 90%;
    word-break: keep-all;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 20px #FFF, -2px 2px 20px #FFF,
                 2px -2px 20px #FFF, -2px -2px 20px #FFF;
  }

  .slideshow-container {
    margin-top: 72px;
  }

  .slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: top;
  }
  
   .prev, .next {
    font-size: 24px;
    padding: 10px;
    top: 40%;
  }
  
/*haitsu-page end*/
  
/*recruit-page start*/
   .simple-gallery {
    grid-template-columns: repeat(2, 1fr); /* スマホでは2列に固定 */
  }

.fixed-apply-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f8f9f8; /* 落ち着いたグレー背景 */
  padding: 10px 0;
  text-align: center;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.apply-footer-button {
  display: inline-block;
  background-color: #2d6a4f; /* 落ち着いた深緑 */
  color: white;
  padding: 12px 32px;
  font-size: 15px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.apply-footer-button:hover {
  background-color: #245843;
}
/*recruit-page end*/
  
  .hidden {
  display: none;
  }
