@charset "UTF-8";
/* ------------------------------------
  追加CSS
-------------------------------------- */
/* パンくず
---------------------------------- */
.breadcrumbs ul li:not(:last-child)::after {
  content: '-';
  color: #BABABA;
  padding-left: 20px;
  padding-right: 20px;
}
/* 医院情報
---------------------------------- */
.l-top-clinic-information-inner {
  background: #F2F6F7;
}
.medical-time, .medical-time02 {
  align-items: center;
}
.xo-event-calendar table.xo-month caption {
  padding-bottom: 1em;
}
.xo-event-calendar table.xo-month>thead th {
  padding: 0.5em 0 !important;
  background: #dfdfdf;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: inherit;
}


/* お知らせ タブ変更
---------------------------------- */
.tab-news a.tab {
  position: relative;
  display: block;
  width: calc(100%/2);
  max-width: 280px;
  margin: 0 auto 60px;
  padding: 15px 25px;
  background: #48C4B8;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 15px 35px #d7d7d7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tab-news a.tab.active {
  background: #4DBCCE;
}
.tab-news a.tab:hover {
  opacity: 0.75;
}
@media screen and (max-width: 559px) {
  .tab-news a.tab {
    width: 100%;
    max-width: none;
    margin: 0 auto 10px;
    padding: 10px;
    font-size: 2.0rem;
  }
}
/* 採用情報
---------------------------------- */
.l-recruit {
  background: #F2F6F7;
}
.l-recruit .shape-m-time {
  background: #fff;
}
.btn-entry-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  padding: 15px 40px;
}
.btn-entry-form::before {
  content: '';
  display: inline-block;
  width: 99px;
  height: 53px;
  background: url('../images/common/icon-entry.png');
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 7px;
}
.btn-entry-confirm,
.btn-entry-submit {
  width: 40%;
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 40px;
  text-align: center;
  color: #fff;
  background: #4DBCCE;
  border-radius: 10px;
  font-size: 2.4rem;
  border: none;
}
.btn-entry-confirm:hover,
.btn-entry-submit:hover {
  -webkit-animation: pulse 5s infinite;
  animation: ripple 1.5s infinite;
  background: #60C7D8;
}

.thanks .btn-link {
  margin-top: 5em;
}
.thanks .btn-link:hover {
  color: #fff;
}
/* 個別ページ
---------------------------------- */
.single .mv-headding {
  justify-content: flex-end;
}
.single .mv-title h1 {
  margin-left: 0;
}
.l-single-inner {
  max-width: 940px;
  margin: 0 auto;
}
.p-post-date {
  margin-top: 1em;
}
.p-post {
  margin: 5em 0;
}


/* 記事部分
---------------------------------- */
/* 見出しスタイル */
.p-post h2 {
  font-size: 1.8em;
  margin: 20px 0 30px;
  color: #ddd;
}

.p-post h3 {
  font-size: 1.5em;
  margin: 15px 0 20px;
  border-left: 5px solid #ddd;
  padding-left: 12px;
}

.p-post h4 {
  font-size: 1.2em;
  margin: 10px 0 15px;
  border-left: 2px solid #ddd;
  padding-left: 10px;
  line-height: 1.3;
}

/* テキストスタイル */
.p-post p {
  margin: 0 0 1.2em;
  font-size: 1em;
  color: #555;
}

/* リストスタイル */
.p-post ul {
  padding-left: 36px;
  list-style-type: disc;
  margin-bottom: 15px;
}

.p-post ol {
  padding-left: 20px;
  margin-bottom: 15px;
}
.p-post ol li {
  list-style-type: decimal;
}

.p-post ul li, .p-post ol li {
  margin-bottom: 5px;
}

/* テーブルスタイル */
.p-post table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.p-post table thead {
  border-bottom: 2px #ddd;
}
.p-post table th,
.p-post table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}

.p-post table th {
  background-color: #f7f7f7;
  font-weight: bold;
}

/* 画像スタイル */
.p-post figure {
  margin: 20px 0;
  text-align: center;
}

.p-post figure img {
  max-width: 100%;
  height: auto;
}

.p-post figcaption {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

/* カテゴリ「news」のワンポイント */
.single.news .p-post h2 {
  color: #4DBCCE;
}
.single.news .p-post h3,
.single.news .p-post h4 {
  border-left-color: #4DBCCE;
}

.single.news .p-post ul li::before {
  content: '●';
  color: #4DBCCE;
  font-size: 0.8em;
  margin-right: 5px;
}
.single.news .p-post table thead {
  border-bottom: 2px solid #4DBCCE;
}

/* カテゴリ「blog」のワンポイント */
.single.blog .p-post h2 {
  color: #48C4B8;
}
.single.blog .p-post h3,
.single.blog .p-post h4 {
  border-left-color: #48C4B8;
}

.single.blog .p-post ul li::before {
  content: '●';
  color: #48C4B8;
  font-size: 0.8em;
  margin-right: 5px;
}

.single.blog .p-post table thead {
  border-bottom: 2px solid #48C4B8;
}

/* 引用スタイル */
.p-post blockquote {
  border-left: 5px solid #ddd;
  margin: 20px 0;
  padding-left: 15px;
  font-style: italic;
  color: #666;
}

/* コードブロックスタイル */
.p-post pre {
  background-color: #f4f4f4;
  padding: 15px;
  overflow-x: auto;
  margin: 20px 0;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.9em;
}

.p-post code {
  background-color: #eee;
  padding: 2px 5px;
  border-radius: 3px;
  font-family: 'Courier New', Courier, monospace;
}



/* 前後リンク
---------------------------------- */
.p-post-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
.p-post-nav__next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-post-nav__next a span {
  margin-right: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-post-nav__prev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-post-nav__prev a span {
  margin-left: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-post-nav .pagination-item-link-icon {
  width: 42px;
}