.colorTitle {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 10px;
	margin-top: 40px;
	font-weight: 500;
}

.colorTitle .sub {
	font-size: 16px;
	font-size: 1.6rem;
	color: #736357;
}

.descBlock {
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 600px) {

.colorTitle {
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 30px;
}

.colorTitle_mt0 {
	margin-top: 0;
}

.dotList li {
	padding: 10px 0 10px 15px;
	font-size: 15px;
	font-size: 1.5rem;
}

.dotList li:before {
	width: 5px;
	height: 5px;
	top: calc(10px + 0.5em);
}

.dotList li.spColumn02 {
	width: 100%;
}

.descBlock {
	margin-bottom: 40px;
}

}

/* hinyouki */

.highlight-box {
  background-color: #e9d0d0;
  border-left: 5px solid #bd8784;
  padding: 1em;
  font-weight: bold;
  font-size: 1.1em;
  color: #554645;
  margin-bottom: 1em;
  border-radius: 4px;
}

.checkbox-box {
  border: 2px solid #ddbcbb;
  background-color: #ffffff;
  padding: 1em;
  border-radius: 8px;
  max-width: 900px;
  margin: 3em auto;
  font-size: 1em;
  color: #4e4444;
}

.checkbox-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #a55b6d;
}

.checkbox-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.custom-checkbox {
  display: flex;
  align-items: center; /* ← ここが重要 */
  flex: 1 1 calc(50% - 1em);
  margin-bottom: 0.8em;
}

.check-icon {
  margin-right: 0.5em;
  font-size: 1.1em;
  color: #4CAF50; /* 緑色などに調整可 */
  line-height: 1;
  display: inline-block;
  vertical-align: middle; /* ← ここも大事 */
}

.custom-checkbox input[type="checkbox"] {
  margin-top: 4px;
  margin-right: 0.5em;
}

.checkbox-text {
  line-height: 1.4;
}

/* 医師 */
.doctor-card {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
  border: 2px solid #e8caca;
  font-size: 1em;
  color: #4e4444;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.doctor-photo {
  flex: 0 0 300px;
  margin-right: 20px;
}

.doctor-photo img {
  width: 400px;
  margin-top: 20px;
  object-fit: cover;
}

.doctor-details {
  flex: 1;
  min-width: 200px;
}

.doctor-details h2 {
  margin-top: 0;
  color: #b46e6e;
  font-size: 1.6em;
}

.department {
  font-weight: bold;
  margin-bottom: 10px;
}

.history,
.message {
  margin-bottom: 10px;
  line-height: 1.8;
}

.btn-detail {
  display: inline-block;
  padding: 10px 25px;
  background-color: #d99c9c;
  color: white;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s;
}

.btn-detail:hover {
  background-color: #c88484;
}

.doctor-flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.doctor-flex > p {
  width: 49%;
}

.hinyouki-txt {
  padding: 2em;
  background-color: #f9f9f9;
  border-radius: 12px;
  line-height: 1.8;
  font-family: "Helvetica Neue", sans-serif;
  color: #333;
}

.kakomi {
  padding: 10px 0 5px;
  border-bottom: 5px dashed #c98db3;
  background-color: #fbf9f9;
  color: #333333;
}

.hinyouki-txt p {
  padding:  10px 0 30px; 
}

.hinyouki-txt ul {
  margin: 0 0 1em 1.2em;
  padding: 0;
}

.hinyouki-txt li {
  margin-bottom: 0.5em;
}

.bold, strong {
  font-weight: bold;
  color: #222;
}
.center-bold {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 1em;
  color: #a55b6d;
  text-align: center;
}

.button-center {
  display: flex;
  justify-content: center;  /* 中央に配置 */
  margin: 1em 0;
}

.more-button {
  padding: 1em 2em;
  background-color: #e29a98;  /* ピンク系 */
;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 30px;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 1.5rem;
}

/* ホバー効果 */
.more-button:hover {
  background-color: #ebbbb9;  /* ピンク系 */
;
  transform: translateY(-2px);
}

/* ✅ スマホでは1列表示にする */
@media screen and (max-width: 600px) {
  .custom-checkbox {
    flex: 1 1 100%;
  }

/* スマホ対応 */
@media screen and (max-width: 600px) {
  .more-button {
    width: 90%;         /* スマホでは幅広に */
    text-align: center; /* ボタン内のテキストも中央に */
    font-size: 1.1rem;
  }

@media screen and (max-width: 600px) {
  .doctor-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .doctor-photo {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .doctor-details h2 {
    font-size: 1.4em;
  }

  .doctor-details {
    text-align: center;
  }

  .doctor-photo img {
    max-width: 100%;
    height: auto;
    display: block;
  }

}

/*# sourceMappingURL=maps/fujinka.css.map */
