.news-list {
	list-style: none outside;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.news-list .item a {
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 20px 20px;
}

.news-list .item:first-child a {
	border-top: 1px solid #CCC;
}

.news-list .item .date {
	margin: 0;
	min-width: 500px;
	font-size: 16px;
	color: #999;
	padding: 0 20px 0 0;
}

.news-list .item .category {
	margin: 0;
	min-width: 140px;
	padding: 0 20px 0 0;
}

.news-list .item .category span {
	background: #e66428;
	color: #FFF;
	text-align: center;
	display: inline-block;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1;
}
.news-list .item .title {
	margin: 0;
	width: 100%;
}

.news-list .item a:hover .title {
	color: #00F;
}

@media screen and (max-width: 767px) {
	.news-list .item a {
		flex-wrap: wrap;
	}

	.news-list .item .date {
		min-width: 100px;
	}

	.news-list .item .title {
		margin-top: 10px;
	}
}

.time-table {
	display: block;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
  }
  
  .time-table {
	display: block;
	border-collapse: collapse;
  }
  
  .time-table th {
	border-top: 1px solid #d2d2d2;
  }
  
  .time-table th, .time-table td {
	padding: 0px 10px;
	text-align: center;
	height:50px;
	border-bottom: 1px solid #d2d2d2;
  }
  
  .time-table td {
		width: 100%;
	  min-width: 100px;
	  color:#1ba1e6;
	  font-weight: bold;
      font-size: 1.8em;   /* お好みで調整（1.5em〜2emくらい） */
      line-height: 1.4;  
  }

  .time-table .circle {
  font-size: 2.2em;        /* Windowsで小さく見える分を補正 */
  font-family: "Arial Unicode MS", "Segoe UI Symbol", "Yu Gothic", sans-serif;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

  /* ×だけ大きくする 
.time-table td:has(> .cross),
.time-table td:has(> .cross) {
  color: #1ba1e6;
  font-size: 40px;
  font-weight: bold;
}*/

.time-table .cross {
  color: #1ba1e6;
  font-size: 2.5em;     /* 数値はお好みで。40pxにしたいなら 2.5em など */
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}

  
  .time-table td .time {
   color:#3c3c3c;
  }
  
  @media screen and (max-width: 764px)  {
   .time-table td {
	min-width: auto;
	width:100%;
	max-width:5%;
	font-size:12px;
   }
  
   .time-table th, .time-table td {
	min-width: 40px;
	width:100%;
	padding:0px 15px;
	font-size:10px;
   }
  }
  
  
  
  .rectable-nav-list {
    list-style: none;
    display: flex;
    justify-content: center;
}

.rectable-nav-list li {
    margin: 0 1rem;
}

.rectable-nav-link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.rectable-hero {
    background: url('hero-image.jpg') no-repeat center center/cover;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0; /* マージンをリセット */
    padding: 0; /* パディングをリセット */
}

.rectable-hero-content {
    max-width: 600px;
    margin: 0; /* スペースを削除 */
    padding: 0; /* パディングをリセット */
}

.rectable-hero-title {
    font-size: 3rem;
    margin: 0; /* マージンをリセット */
}

.rectable-hero-text {
    font-size: 1.2rem;
    margin-bottom: 1.5rem; /* 文章の下に1.5remのスペースを追加 */
}

.rectable-btn {
    background: #f04e4e;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.rectable-btn:hover {
    background: #d43a3a;
}

.rectable-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.rectable-about, .rectable-positions, .rectable-contact {
    padding: 2rem 0;
}

.rectable-section-title {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.rectable-job-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.rectable-job {
    background: #f9f9f9;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 250px;
}

.rectable-job-title {
    margin-top: 0;
}

.rectable-job-desc {
    margin: 1rem 0;
}

.rectable-job-details {
    display: none;
    color: #555;
}

.rectable-job-btn {
    background: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    cursor: pointer;
    border: none;
}

.rectable-job-btn:hover {
    background: #00bcd4;
}

.rectable-label {
    display: block;
    margin-top: 1rem;
}

.rectable-input, .rectable-textarea {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
}

.rectable-form-btn {
    background: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    margin-top: 1rem;
    cursor: pointer;
    transition: background 0.3s;
}

.rectable-form-btn:hover {
    background: #555;
}

.rectable-footer {
    text-align: center;
    padding: 1rem 0;
    background: #333;
    color: #fff;
}

.rectable-footer-text {
    margin: 0;
}


.rectable-gallery {
    padding: 2rem 0;
}

.rectable-gallery-img:hover {
    transform: scale(1.05); /* ホバー時の拡大率を適切に調整してください */
}

.rectable-gallery-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between; /* 画像を横に均等に配置 */
}

.rectable-gallery-img {
    width: calc(25% - 0.75rem); /* 画像を4つ横に並べるために幅を調整 */
    max-width: 200px; /* 画像の最大幅を指定 */
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

@media (max-width: 480px) {
    .rectable-hero {
        height: 50vh; /* スマートフォンの表示に適した高さを設定 */
    }
    .rectable-hero-title {
        font-size: 2rem; /* タイトルのフォントサイズを調整 */
    }
    .rectable-hero-text {
        font-size: 0.9rem; /* テキストのフォントサイズを調整 */
    }
}

@media (max-width: 576px) {
    .rectable-gallery-img {
        width: calc(50% - 0.75rem); /* 画像を2つ横に並べるために幅を調整 */
    }
}

@media (max-width: 768px) {
    .rectable-hero {
        height: 50vh; /* スマートフォンの表示に適した高さを設定 */
    }
    .rectable-hero-title {
        font-size: 2.5rem; /* 幅が小さい場合のタイトルのフォントサイズを調整 */
    }
    .rectable-hero-text {
        font-size: 1rem; /* 幅が小さい場合のテキストのフォントサイズを調整 */
    }
}

/* Media Queries for Responsive Design */
@media (max-width: 1200px) {
    .rectable-container {
        padding: 1rem;
    }
}

.job-description {
    text-align: left; /* 文章を左揃えにする */
  }
  
  .job-description h3 {
    margin-top: 1em;
    font-size: 1.2em;
  }
  
  .job-description p {
    margin-left: 1em;
    font-size: 1em;
    text-align: left; /* 文章を左揃えにする */
  }
  
  @media (max-width: 600px) {
    .job-description h3 {
      font-size: 1em;
    }
  
    .job-description p {
      margin-left: 0.5em;
      font-size: 0.9em;
    }
  }

  .rec-nurse-tabs {
	display: flex;
  	justify-content: center;
  	margin-bottom: 20px;
  	background: #ffffff;
  	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  	border-radius: 8px;
  	overflow: hidden;
}
  
.rec-nurse-tab-button {
	background: #ffffff;
	border: none;
  	padding: 15px 30px;
  	cursor: pointer;
  	margin: 0;
  	flex-grow: 1;
  	text-align: center;
  	font-size: 16px;
  	font-weight: bold;
  	color: #333;
  	transition: all 0.3s ease;
  	position: relative;
}
  
  .rec-nurse-tab-button:hover,
  .rec-nurse-tab-button.active {
	background: #00bcd4;
  	color: #ffffff;
  }

  .rec-nurse-tab-button::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #00bcd4;
	transform: scaleX(0);
	transition: transform 0.3s ease;
  }
  .rec-nurse-tab-button:hover::before,
  .rec-nurse-tab-button.active::before {
	transform: scaleX(1);
	}
  
  @media (max-width: 600px) {
	.rec-nurse-tabs {
	  flex-direction: column;
	}
  
	.rec-nurse-tab-button {
	  margin: 5px 0;
	  width: 100%;
	  text-align: center;
	  padding: 15px 0;
	}
}

