@charset "UTF-8";
/* カラー */
/* フォント */
/* シャドウ */
/* ホバー */
.hover_opacity {
  transition: 0.2s;
}
.hover_opacity:hover {
  opacity: 0.8;
}

/* border-width */
/* letter-spacing */
/* border-radius */
/* 余白 */
.inner0_20 {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .inner0_20 {
    margin: 0 40px;
  }
}
@media (min-width: 1024px) {
  .inner0_20 {
    margin: 0 60px;
  }
}
@media (min-width: 1280px) {
  .inner0_20 {
    width: 1200px;
    margin: 0 auto;
  }
}

.mblock10_0 {
  margin: 10px 0;
}

.mblock20_0 {
  margin: 20px 0;
}

.mblock30_0 {
  margin: 30px 0;
}

.mblock40_0 {
  margin: 40px 0;
}

.mblock50_0 {
  margin: 50px 0;
}

.mblock60_0 {
  margin: 60px 0;
}

.mblock70_0 {
  margin: 70px 0;
}

.mblock80_0 {
  margin: 80px 0;
}

.mblock90_0 {
  margin: 90px 0;
}

.mblock100_0 {
  margin: 100px 0;
}

.pblock10_0 {
  padding: 10px 0;
}

.pblock20_0 {
  padding: 20px 0;
}

.pblock30_0 {
  padding: 30px 0;
}

.pblock40_0 {
  padding: 40px 0;
}

.pblock50_0 {
  padding: 50px 0;
}

.pblock60_0 {
  padding: 60px 0;
}

.pblock70_0 {
  padding: 70px 0;
}

.pblock80_0 {
  padding: 80px 0;
}

.pblock90_0 {
  padding: 90px 0;
}

.pblock100_0 {
  padding: 100px 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.8;
  /* 1 */
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 10px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
  animation: fadeIn 3.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  line-height: 1.3;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  line-height: 1;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: middle;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a,
article,
aside,
button,
dd,
div,
dl,
dt,
fieldset,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
label,
li,
main,
nav,
ol,
section,
select,
small,
span,
table,
td,
textarea,
th,
tr,
ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  word-wrap: break-word;
  /*コンテナ内に収まるように折り返す*/
}

li,
ol,
ul {
  list-style: none;
  font-size: 1.7rem;
}

p {
  margin: 10px 0 0;
}

table {
  /* border-collapse: collapse; */
  border-spacing: 0;
  width: 100%;
}

em {
  font-style: normal;
}

img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

a {
  text-decoration: none;
}

/* ヘッダー　ここから */
header .logo {
  margin: 10px 20px 5px;
}
@media (min-width: 1280px) {
  header .logo {
    width: 1100px;
    margin: 10px auto;
  }
}
header .logo img {
  width: 200px;
}
@media (min-width: 768px) {
  header .logo img {
    width: 250px;
  }
}
@media (min-width: 1024px) {
  header .logo img {
    width: 300px;
  }
}

/*==================================================
スライダーのためのcss　ここから
===================================*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  margin: 0;
}

@media (min-width: 1280px) {
  .slider {
    /* height: 50vh; */
    margin: 0;
  }
}
/*　背景画像設定　*/
.slider-item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat;
  /*背景画像をリピートしない*/
  background-position: 70% 0;
  /*背景画像の位置を中央に*/
  background-size: cover;
  /*背景画像が.slider-item全体を覆い表示*/
}

/* @media (min-width: 1280px) {
   .slider-item{
      height: 50vh;
   }
} */
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  /*border-top: 2px solid #ccc; /*矢印の色*/
  /*border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  /*ドットボタンのサイズ*/
  height: 8px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc;
  /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333;
  /*ドットボタンの現在地表示の色*/
}

/* スライダー　ここまで */
/* mv　ここから */
#mv {
  margin: 0px 20px;
  position: relative;
}
@media (min-width: 1280px) {
  #mv {
    width: 1100px;
    margin: 10px auto;
  }
}
#mv img {
  border-radius: 10px;
}
@media (min-width: 768px) {
  #mv img {
    height: 400px;
    object-fit: cover;
  }
}
#mv .slider_catchcopy {
  position: absolute;
  content: "";
  writing-mode: vertical-rl;
  top: 20px;
  right: 10px;
  z-index: 1;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  #mv .slider_catchcopy {
    font-size: 2.2rem;
    top: 30px;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  #mv .slider_catchcopy {
    font-size: 2.4rem;
  }
}
#mv .slider_catchcopy p {
  margin: 0 2px;
}
@media (min-width: 768px) {
  #mv .slider_catchcopy p {
    margin: 0 6px;
  }
}
#mv .slider_catchcopy p span {
  border-radius: 3px;
  color: #243632;
  background-color: rgba(255, 255, 255, 0.78);
  padding: 7px 2px;
  font-weight: bold;
}

/* パンくずリスト　ここから */
.breadcrumbs {
  margin: 10px 20px;
}
@media (min-width: 1024px) {
  .breadcrumbs {
    width: 1100px;
    margin: 10px 20px;
  }
}
@media (min-width: 1280px) {
  .breadcrumbs {
    width: 1100px;
    margin: 10px auto;
  }
}

/* パンくずリスト　ここまで */
/* 右矢印ボタンのスタイル */
.btn {
  margin: 20px 0;
}
.btn a {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

/* アイコンのスタイル */
.btn_arrow_right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #51DB44;
  border-right: 2px solid #51DB44;
  transform: rotate(45deg);
  box-sizing: border-box;
}

/* フッターここから */
footer .img {
  margin-top: 0;
}
footer {
  border-top: 3px solid #73C46B;
  margin-top: 100px;
}
footer .copyright {
  text-align: center;
  padding-bottom: 30px;
}

/* フッターここから */
#sidebar #new_article li {
  margin: 2px 0;
}

/* アーカイブページ　ここから */
.archive_block .archive article {
  border-bottom: 1px solid #CACACA;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .archive_block .archive article a {
    display: flex;
  }
}
.archive_block .archive article a .ttl {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .archive_block .archive article a .ttl {
    margin: 10px 0 0 10px;
  }
}
.archive_block {
  /*wp-pagenavi 17*/
}
.archive_block .wp-pagenavi {
  clear: both;
  margin: 30px 0;
}
.archive_block .wp-pagenavi a,
.archive_block .wp-pagenavi span {
  color: #B4ED92;
  background-color: #FFFFFF;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: thin dotted #73C46B;
}
.archive_block .wp-pagenavi a:hover {
  color: #fff;
  background-color: #73C46B;
}
.archive_block .wp-pagenavi span.current {
  color: #fff;
  background-color: #73C46B;
}

/* アーカイブページ　ここまで */
h2 {
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
h2:before {
  position: absolute;
  content: "";
  background-color: #73C46B;
  width: 8%;
  height: 4px;
  top: -15px;
  left: 0;
}

h3 {
  margin-bottom: 20px;
  font-weight: bold;
}

.wp-block-columns {
  margin: 60px 0;
}

.wp-block-group {
  border-left: 3px solid #CACACA;
  padding-left: 30px;
  margin: 80px 0;
}

.wp-block-group:first-of-type {
  margin-top: 60px;
}

.wp-block-group:last-of-type {
  margin-bottom: 100px;
}

/* 設備について　ここから　*/
.p_about_facilities_block {
  margin: 80px 0;
}
.p_about_facilities_block .wp-block-group {
  border: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .p_about_facilities_block .wp-block-image img {
    object-fit: cover;
    height: 250px;
  }
}

/* 設備について　ここまで　*/
/* 訪問診療の申し込み方法　ここから　*/
.wp-block-group.p_how_to_apply_for_home_medical_care_services {
  padding-left: 0;
  border-left: none;
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services ol li {
  font-size: 1.8rem;
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services ol img {
  width: 50px;
  margin-right: 5px;
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services .wp-block-group:first-of-type {
  border-left: none;
  padding: 0;
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services .wp-block-group:first-of-type li {
  margin: 20px 0;
  text-indent: -1em;
  padding-left: 1em;
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services .cost_block p {
  margin-bottom: 10px;
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services .pdf_btn {
  text-decoration: underline;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  .wp-block-group.p_how_to_apply_for_home_medical_care_services .pdf_btn {
    flex-direction: row;
  }
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services .pdf_btn a {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .wp-block-group.p_how_to_apply_for_home_medical_care_services .pdf_btn a {
    flex-direction: row;
  }
}
.wp-block-group.p_how_to_apply_for_home_medical_care_services .pdf_btn a img {
  width: 60px;
}
@media (min-width: 1024px) {
  .wp-block-group.p_how_to_apply_for_home_medical_care_services .pdf_btn a img {
    width: 50px;
  }
}

/* 訪問診療の申し込み方法　ここまで　*/
/* 外来診療の予約方法　ここから　*/
.wp-block-group.p_outpatient_appointment {
  border-left: none;
  padding: 0;
}
.wp-block-group.p_outpatient_appointment .wp-block-group:last-of-type {
  position: relative;
  padding-left: 30px;
  border-left: none;
  font-size: 2rem;
}
.wp-block-group.p_outpatient_appointment .wp-block-group:last-of-type:before {
  position: absolute;
  content: "";
  background: #8DC556;
  background: linear-gradient(146deg, rgb(141, 197, 86) 46%, rgb(238, 234, 62) 100%);
  width: 4px;
  height: 95%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-group.p_outpatient_appointment .tel_link {
  font-weight: bold;
}

/* 外来診療の予約方法　ここまで　*/
/* シングルページ　ここから */
.single_block .single h1 {
  margin-bottom: 30px;
}
.single_block .single article {
  margin: 10px 0;
}

.previous_next_post .postlink {
  margin: 30px 0;
  text-decoration: underline;
}
.previous_next_post .postlink .previous {
  margin-bottom: 5px;
}

/* シングルページ　ここまで */
.img {
  margin: 20px 0;
}

.inner {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .inner {
    margin: 0 30px;
  }
}
@media (min-width: 1024px) {
  .inner {
    width: 900px;
    margin: 0 auto;
  }
}

.inside {
  margin: 0 20px;
}
@media (min-width: 1024px) {
  .inside {
    margin: 0 40px;
  }
}

/* HTML_css */
html {
  font-family: "Yu Gothic", YuGothic, 游ゴシック, 游ゴシック体, sans-serif;
  text-align: justify;
  color: #243632;
  scroll-behavior: smooth;
  word-break: break-word;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  color: #243632;
}

/* 各パーツ */
/* 見出し */
.index_h2 {
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
.index_h2:before {
  position: absolute;
  content: "";
  background-color: #73C46B;
  width: 8%;
  height: 4px;
  top: -15px;
  left: 0;
}

.index_h3 {
  margin-bottom: 20px;
  display: inline-block;
  border-bottom: 2px solid #8DC46B;
  padding-bottom: 5px;
  font-weight: bold;
}

/* 各固定ページの見出し　ここから */
.p_h1 {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  font-weight: bold;
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .p_h1 {
    padding: 100px 0;
  }
}

/* 各固定ページの見出し　ここまで */
/* 目次　ここから */
.table_of_contents {
  padding: 30px;
  margin: 40px;
  background-color: #f9fff6;
  position: relative;
}
@media (min-width: 1024px) {
  .table_of_contents {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 50px auto;
    max-width: 850px;
  }
}
.table_of_contents .about_block,
.table_of_contents .about_home_medical_care_block,
.table_of_contents .about_outpatient_services_block {
  padding: 0 0 20px 30px;
}
@media (min-width: 1024px) {
  .table_of_contents .about_block,
  .table_of_contents .about_home_medical_care_block,
  .table_of_contents .about_outpatient_services_block {
    padding-right: 30px;
  }
}
.table_of_contents .about_outpatient_services_block {
  padding: 0 0 0 30px;
}
@media (min-width: 1024px) {
  .table_of_contents .about_outpatient_services_block {
    padding-right: 30px;
  }
}
.table_of_contents .about_outpatient_services_block .btn {
  margin: 10px 0 0;
}
.table_of_contents .dashed {
  background-image: linear-gradient(to right, #6d6d6d, #6d6d6d 2px, transparent 2px, transparent 8px);
  /* 幅2の線を作る */
  background-size: 8px 1px;
  /* グラデーションの幅・高さを指定 */
  background-position: left bottom;
  /* 背景の開始位置を指定 */
  background-repeat: repeat-x;
  /* 横向きにのみ繰り返す */
}
@media (min-width: 1024px) {
  .table_of_contents .dashed {
    background-image: linear-gradient(to bottom, #6d6d6d, #6d6d6d 2px, transparent 2px, transparent 8px);
    background-size: 1px 8px;
    background-position: right top;
    background-repeat: repeat-y;
  }
}
.table_of_contents p {
  margin-bottom: 5px;
}
.table_of_contents ul li {
  position: relative;
}
.table_of_contents ul li:before {
  position: absolute;
  content: "●";
  color: #CACACA;
  font-size: 1.2rem;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

/* 目次　ここまで */
/* ※や注意の時の色 */
.caution {
  color: #e71313;
}

/* 黄色い下線 */
.border_under {
  border-bottom: 4px solid #D7E246;
}

/* 下線にマーカーを引く */
.marker_under_1 {
  font-weight: bold;
  font-size: 1.8rem;
  background: linear-gradient(transparent 70%, #f3f025 0%);
  display: inline;
  padding: 0 1px 0px;
}

/* 下線リンク */
.underline_link {
  text-decoration: underline;
}

/* 文字を左寄せ　ここから */
.txt_left {
  text-align: left;
}

/* 文字を左寄せ　ここまで */
/* 文字を中央寄せ　ここから */
.txt_center {
  text-align: center;
}

/* 文字を中央寄せ　ここまで */
/* 文字を右寄せ　ここから */
.txt_right {
  text-align: right;
}

/* 文字を右寄せ　ここまで */
/* 太文字　ここから */
.fontweight_bold {
  font-weight: bold;
}

/* 太文字　ここまで */
/* フォントサイズ　ここから */
.fontsize_big {
  font-size: 2rem;
}

.fontsize_bigger {
  font-size: 2.4rem;
}

.fontsize_biggest {
  font-size: 2.8rem;
}

/* フォントサイズ　ここまで */
/* リスト */
/* リスト　ここから */
.circle_ul_purple {
  margin: 20px 0;
  font-size: 2rem;
  background-color: #B4ED92;
  padding: 20px 20px 20px 50px;
  border: 2px solid #B4ED92;
  border-radius: 10px;
}
.circle_ul_purple li {
  position: relative;
  margin: 2px 0;
}
.circle_ul_purple li:before {
  position: absolute;
  content: "●";
  color: #51DB44;
  left: -25px;
}

/* リスト　ここまで */
/* 番号リスト　ここから */
.number_ol {
  background-color: #B4ED92;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
  /* カウントしたい要素の親要素で、カウンターをリセットさせる。
  値は任意の名前をつける（ここでは「sample」）。 */
  counter-reset: counter_reset;
}
.number_ol li {
  text-indent: -1em;
  padding-left: 1em;
  margin: 10px 0;
}
.number_ol .list_1 {
  font-weight: bold;
}

.number_ol li::before {
  /* 先ほど名前をつけたカウンター（ここでは「sample」）のカウントを開始 */
  counter-increment: counter_reset;
  /* カウンターの番号を表示させる */
  content: counter(counter_reset);
  /* 以下、番号のスタイル */
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  background-color: #B4ED92;
  color: #B4ED92;
  border-radius: 100%;
  margin-right: 5px;
  text-indent: 0em;
}

/* 番号リスト　ここまで */
/* dlリスト1 */
.description_li .description_term {
  text-align: center;
  margin-top: 1em;
  padding: 5px;
  background-color: #B4ED92;
}
.description_li .definition_descri {
  padding: 10px;
  margin-left: 0;
  border-width: 0 1px 1px;
  border-style: none;
  background-color: #B4ED92;
}

/* dlリスト2 */
.description_li_2 {
  font-size: 1.8rem;
  background-color: #EE3E3E;
  padding: 20px;
  margin: 20px 0;
  border-radius: 10px;
}
.description_li_2 .block {
  margin: 10px 0;
}
@media (min-width: 1024px) {
  .description_li_2 .block {
    display: flex;
    padding-left: 0;
  }
}
.description_li_2 .block .description_term_2 {
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .description_li_2 .block .description_term_2 {
    margin-right: 15px;
    border-left: none;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}

/* 当クリニックの理念・特徴　ここから　*/
.index_philosophy_block {
  border-top: 1px solid #636363;
  border-bottom: 1px solid #636363;
  padding: 80px 0 40px 0;
}

/* 当クリニックの理念・特徴　ここまで　*/
/* お知らせ、アクセス　ここから　*/
@media (min-width: 1024px) {
  .index_news_access_block {
    display: flex;
    gap: 30px;
  }
}
@media (min-width: 1024px) {
  .index_news_access_block .news_columns {
    width: 40%;
  }
}
.index_news_access_block .news_columns article {
  border-bottom: 1px solid #CACACA;
  margin: 10px 0;
}
.index_news_access_block .news_columns article a .news_ttl {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .index_news_access_block .access_columns {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .index_news_access_block .access_columns img {
    object-fit: cover;
    height: 300px;
    object-position: top;
  }
}

/* お知らせ、アクセス　ここまで　*/
/* 院長挨拶 略歴　ここから　*/
.index_greeting_block {
  border: 2px solid #CACACA;
}
.index_greeting_block h2 {
  color: #FFFFFF;
  background-color: #73C46B;
  text-align: center;
  width: 80%;
  display: flex;
  justify-content: center;
  margin: -20px auto 0;
}
.index_greeting_block h2:before {
  display: none;
}
@media (min-width: 1024px) {
  .index_greeting_block .greeting_block {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .index_greeting_block .greeting_block img {
    width: 300px;
    float: left;
  }
}
@media (min-width: 1024px) {
  .index_greeting_block .greeting_block .greeting_text h3 {
    margin-bottom: 5px;
  }
}
.index_greeting_block .biography_block dl div {
  position: relative;
  margin: 15px 0 0 10px;
  line-height: 1.5;
}
.index_greeting_block .biography_block dl div:before {
  position: absolute;
  content: "";
  background-color: #A8A8A8;
  width: 1px;
  height: 85%;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.index_greeting_block .biography_block dl div dt {
  font-weight: bold;
}
.index_greeting_block .qualification_block ul {
  position: relative;
  padding-left: 15px;
}
.index_greeting_block .qualification_block ul:before {
  position: absolute;
  content: "";
  background: #8DC556;
  background: linear-gradient(146deg, rgb(141, 197, 86) 46%, rgb(238, 234, 62) 100%);
  width: 4px;
  height: 95%;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

/* 院長挨拶 略歴　ここまで　*/

/*# sourceMappingURL=style.css.map */
