@charset "UTF-8";
/* ==========================================================================
  foundation
========================================================================== */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 2 */
}

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

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ==========================================================================
  variables
========================================================================== */
:root {
  --color-black: #1D1D1D;
  --color-green: #10AC67;
  --color-theme-main: #4A7FA4;
  --color-theme-sub: #F2F5F7;
  --color-cat-ribbons_house: #D75690;
  --color-cat-news: #3E749A;
  --color-cat-cancer_treatment: #1E93AC;
  --color-cat-series: #74AF49;
  --color-cat-go_muh: #DF8340;
  --color-cat-paper_mews: #32AC8D;
  --header-h-pc: 146px;
  --header-h-sp: 18.6666666667vw;
  --padding-sec-pc:20px;
  --padding-sec-sp:77px;
  --padding-sec-side-sp:24px;
  --padding-main-top-pc: 5rem;
  --padding-main-top-sp: 3rem;
  --font-size-pc: 16px;
  --line-height-default: 1.3;
  --letter-spacing-default: 0;
  --container-width: 1140px;
  --container-min-width: 976px;
  --hover-opacity: 0.7;
  --hover-transition: opacity 0.3s;
}

/* -----------------------------------------
  親テーマを元にした設定
----------------------------------------- */
/**/
/* ==========================================================================
  base
========================================================================== */
/* -----------------------------------------
  親テーマからの上書き 
----------------------------------------- */
html {
  font-size: var(--font-size-pc);
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: var(--line-height-default);
  letter-spacing: var(--letter-spacing-default);
}

.blog #main .column {
  padding-right: 0;
}

.single #main .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .single #main .column {
    display: block;
  }
}
.single aside.sidebar {
  width: 326px;
  margin-left: 50px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .single aside.sidebar {
    width: 100%;
    margin-left: 0;
  }
}
.single article.entry {
  width: min(66%, 720px);
}
@media only screen and (max-width: 768px) {
  .single article.entry {
    width: 100%;
  }
}

.archive #main .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .archive #main .column {
    display: block;
  }
}
.archive #main .archives {
  width: min(66%, 720px);
}
@media only screen and (max-width: 768px) {
  .archive #main .archives {
    width: 100%;
  }
}
.archive #main .sidebar {
  width: 326px;
  margin-left: 50px;
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .archive #main .sidebar {
    width: 100%;
    margin-left: 0;
  }
}

.container {
  width: 94%;
}
.container.column.custom-column-mtmb0 {
  margin-top: 0;
  margin-bottom: 0;
}

a:hover {
  color: var(--color-black);
}

/* -----------------------------------------
  子テーマから
----------------------------------------- */
/* ==========================================================================
  component
========================================================================== */
/* -----------------------------------------
  親テーマからの上書き 
----------------------------------------- */
/* -----------------------------------------
  子テーマから
----------------------------------------- */
/* ---------------------------
  img w100
--------------------------- */
.c-img-w100 {
  width: 100%;
}

/* ---------------------------
  hover
--------------------------- */
.c-hover {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
}
.c-hover:hover {
  opacity: var(--hover-opacity);
}
.c-hover:hover .c-cat:hover,
.c-hover:hover .wpp-taxonomy:hover {
  opacity: 0.5;
}

/* ---------------------------
  h系
--------------------------- */
.c-header--bdr {
  margin-bottom: 1.875rem;
  border-bottom: 1px var(--color-theme-main) solid;
}

.c-header, .c-header--bdr {
  padding-bottom: 0.625rem;
  font-size: 1.5rem;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .c-header-title {
    font-size: 1.25rem;
  }
}

.c-header-title--large {
  font-size: 1.25em;
}

.c-header-title, .c-header-title--large {
  position: relative;
}
.c-header-title-icon--pickup.c-header-title::before, .c-header-title-icon--pickup.c-header-title--large::before {
  background-image: url(../img/front/icon/pickup.svg);
}
.c-header-title-icon--glass.c-header-title::before, .c-header-title-icon--glass.c-header-title--large::before {
  background-image: url(../img/front/icon/search.svg);
}

.c-header-title-icon--pickup.c-header-title, .c-header-title-icon--pickup.c-header-title--large, .c-header-title-icon--glass.c-header-title, .c-header-title-icon--glass.c-header-title--large {
  padding-left: 2.875rem;
}
@media only screen and (max-width: 768px) {
  .c-header-title-icon--pickup.c-header-title, .c-header-title-icon--pickup.c-header-title--large, .c-header-title-icon--glass.c-header-title, .c-header-title-icon--glass.c-header-title--large {
    padding-left: 2.25rem;
  }
}
.c-header-title-icon--pickup.c-header-title::before, .c-header-title-icon--pickup.c-header-title--large::before, .c-header-title-icon--glass.c-header-title::before, .c-header-title-icon--glass.c-header-title--large::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .c-header-title-icon--pickup.c-header-title::before, .c-header-title-icon--pickup.c-header-title--large::before, .c-header-title-icon--glass.c-header-title::before, .c-header-title-icon--glass.c-header-title--large::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}

/* ---------------------------
  カテゴリ部分
--------------------------- */
.c-cat-items .c-cat-bgcolor--ribbons_house,
.c-cat-items .category-111, .c-cat-items .c-cat-bgcolor--cancer_treatment,
.c-cat-items .category-22, .c-cat-items .c-cat-bgcolor--go_muh,
.c-cat-items .category-149,
.c-cat-items .category-58,
.c-cat-items .category-119,
.c-cat-items .category-64, .c-cat-items .c-cat-bgcolor--paper_mews,
.c-cat-items .category-21, .c-cat-items .c-cat-bgcolor--news,
.c-cat-items .category-20,
.c-cat-items .category-27,
.c-cat-items .category-28,
.c-cat-items .category-29,
.c-cat-items .category-30, .c-cat-items .c-cat-bgcolor--series,
.c-cat-items .category-31,
.c-cat-items .category-32,
.c-cat-items .category-33,
.c-cat-items .category-34,
.c-cat-items .category-35,
.c-cat-items .category-36 {
  color: #fff;
  font-weight: 700;
}

.c-cat-items .c-cat,
.c-cat-items .wpp-taxonomy {
  background-color: #555;
}
.c-cat-items .c-cat-bgcolor--series,
.c-cat-items .category-31,
.c-cat-items .category-32,
.c-cat-items .category-33,
.c-cat-items .category-34,
.c-cat-items .category-35,
.c-cat-items .category-36 {
  background-color: var(--color-cat-series);
}
.c-cat-items .c-cat-bgcolor--news,
.c-cat-items .category-20,
.c-cat-items .category-27,
.c-cat-items .category-28,
.c-cat-items .category-29,
.c-cat-items .category-30 {
  background-color: var(--color-cat-news);
}
.c-cat-items .c-cat-bgcolor--paper_mews,
.c-cat-items .category-21 {
  background-color: var(--color-cat-paper_mews);
}
.c-cat-items .c-cat-bgcolor--go_muh,
.c-cat-items .category-149,
.c-cat-items .category-58,
.c-cat-items .category-119,
.c-cat-items .category-64 {
  background-color: var(--color-cat-go_muh);
}
.c-cat-items .c-cat-bgcolor--cancer_treatment,
.c-cat-items .category-22 {
  background-color: var(--color-cat-cancer_treatment);
}
.c-cat-items .c-cat-bgcolor--ribbons_house,
.c-cat-items .category-111 {
  background-color: var(--color-cat-ribbons_house);
}

/* ---------------------------
  タグ部分
--------------------------- */
.c-tag-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.875rem;
}
.c-tag-items li a {
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .c-tag-items li a {
    font-size: 0.625rem;
  }
}

/* ---------------------------
  記事一覧
--------------------------- */
.c-lists--pickup, .c-lists {
  display: grid;
  gap: 2.5rem 2rem;
}
@media only screen and (max-width: 768px) {
  .c-lists--pickup, .c-lists {
    display: block;
  }
}

.c-lists {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.c-lists.c-lists--archive {
  grid-template-columns: repeat(auto-fit, 100%);
}
@media only screen and (max-width: 768px) {
  .c-lists.c-lists--archive .c-list {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0.9375rem;
  }
}
.c-lists.c-lists--archive .c-list__linkarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-lists.c-lists--archive .c-list__linkarea .c-list__photo {
  width: 30%;
  aspect-ratio: 345/230;
}
@media only screen and (max-width: 768px) {
  .c-lists.c-lists--archive .c-list__linkarea .c-list__photo {
    aspect-ratio: auto;
  }
}
.c-lists.c-lists--archive .c-list__linkarea .c-list__photo .c-list__category {
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .c-lists.c-lists--archive .c-list__linkarea .c-list__photo .c-list__category {
    position: relative;
    width: 100%;
    font-size: 0.625rem;
  }
  .c-lists.c-lists--archive .c-list__linkarea .c-list__photo .c-list__category a {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1em;
  }
}
.c-lists.c-lists--archive .c-list__linkarea .c-list__dates {
  width: 67%;
  padding-top: 0;
}
.c-lists.c-lists--archive .c-list__linkarea .c-list__dates .c-list__title {
  padding-top: 0.5em;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .c-lists.c-lists--archive .c-list__linkarea .c-list__dates .c-list__title {
    padding-top: 0.25em;
    font-size: 0.9375rem;
  }
}
.c-lists.c-lists--archive .c-list__linkarea .c-list__dates .c-list__summary {
  padding-top: 1em;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .c-lists.c-lists--archive .c-list__linkarea .c-list__dates .c-list__summary {
    padding-top: 0.5em;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-lists.c-lists--archive .c-tag-items {
    padding-top: 0.5em;
  }
}
.c-lists.c-lists--archive .c-tag-items li a {
  font-size: 0.75rem;
}

.c-lists--pickup {
  grid-template-columns: minmax(210px, 1fr) minmax(210px, 1fr) minmax(210px, 1fr);
}
@media only screen and (max-width: 768px) {
  .c-lists--pickup {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1.25rem;
  }
}

@media only screen and (max-width: 768px) {
  .c-list {
    width: 100%;
    /*&:not(:nth-last-of-type(1)) {
      padding-bottom: f.px2vw(60);
    }*/
  }
}

@media only screen and (max-width: 768px) {
  .splide .c-list:not(:nth-last-of-type(1)) {
    padding-bottom: 0;
  }
}

.c-list__linkarea {
  position: relative;
}
.c-list__linkarea .c-list__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-list__photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.c-list__photo img {
  aspect-ratio: 345/230;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-list__category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 0.875rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-list__category {
    font-size: 0.75rem;
  }
}
.c-list__category a {
  display: inline-block;
  padding: 0.4em 1em;
}

.c-list__dates {
  padding-top: 0.625rem;
}

.c-list__date {
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}

.c-list__title {
  font-size: 1.1875rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .c-list__title {
    font-size: 0.9375rem;
  }
}

/* ---------------------------
  記事一覧 front => mv
--------------------------- */
.c-list.c-list-mv {
  overflow: hidden;
  height: auto;
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .c-list.c-list-mv {
    border-radius: 0;
  }
}
.c-list.c-list-mv .c-list__linkarea {
  height: 100%;
  background-color: #fff;
}
.c-list.c-list-mv .c-list__dates {
  padding: 1.0625rem 0.9375rem;
}
.c-list.c-list-mv .c-list__photo {
  border-radius: 0;
}
.c-list.c-list-mv .c-list__title {
  font-size: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .c-list.c-list-mv .c-list__title {
    font-size: 1.25rem;
  }
}

/* ---------------------------
  人気の記事一覧 => WordPress Popular Posts
--------------------------- */
.c-list-popular {
  border-bottom: 1px #D9D9D9 solid;
}
.c-list-popular:nth-of-type(1) .c-list-popular__linkarea {
  padding-top: 0;
}

.c-list-popular__linkarea {
  position: relative;
  padding: 1.25rem 0;
}
.c-list-popular__linkarea .c-list-popular__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-list-popular__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.c-list-popular__photo {
  width: 30%;
}
.c-list-popular__photo img {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}

.c-list-popular__titles {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 67%;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-list-popular__titles {
    font-size: 0.9375rem;
  }
}

.c-list-popular__title {
  padding-top: 0.25em;
  line-height: 1.25;
}

.c-list-popular__category {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.c-list-popular__category a {
  display: inline-block;
  margin: 0 1px 1px 0;
  padding: 0.1875rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.25;
}
.wpp-thumbnail {
  margin-right: 0;
}

/* ---------------------------
  検索バー

  .custom-search-parent => 
--------------------------- */
.c-search.c-search--sidebar .c-search__input {
  padding: 0.6em 3em 0.6em 1.25em;
}
.c-search.c-search--bdrcolor-theme-main .c-search__input {
  border: 1px var(--color-theme-main) solid;
}
.c-search .c-search__form {
  position: relative;
}
.c-search .c-search__input {
  padding: 0.9em 3em 0.95em 1.25em;
  color: var(--color-black);
  font-size: 1rem;
  border: none;
  border-radius: 50px;
  background-color: #fff;
}
.c-search .c-search__button {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}
.c-search .c-search__button img {
  vertical-align: middle;
}
.c-search .c-search__button:hover {
  background-color: rgba(0, 0, 0, 0);
}

.entry-content .pagination, .archives .pagination {
  margin-top: 2.5rem;
}

/* ---------------------------
  RSSボタン
--------------------------- */
.c-rss {
  display: block;
  width: 50px;
  height: 50px;
  padding: 12px 12px 14px 14px;
  border-radius: 50%;
  background-color: #fff;
}

/* --------------------------------------------------------------------------
  c-ap-container 
-------------------------------------------------------------------------- */
/* ==========================================================================
  layout
========================================================================== */
/* ==========================================================================
  header
========================================================================== */
/* -----------------------------------------
  header 親テーマからの上書き 
----------------------------------------- */
@media only screen and (max-width: 768px) {
  body.scrolled #masthead {
    background-color: rgba(0, 0, 0, 0);
  }
  body.scrolled #masthead .icon {
    border-color: var(--color-theme-main);
    background-color: #fff;
    color: var(--color-theme-main);
  }
  body.scrolled .site-info {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}

#masthead {
  height: var(--header-h-pc);
}
@media only screen and (max-width: 768px) {
  #masthead {
    height: var(--header-h-sp);
  }
}
#masthead.fixed {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #masthead.fixed {
    background: var(--color-theme-main);
  }
}
#masthead .icon {
  border-radius: 4px;
}
#masthead .site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4vw;
}
@media only screen and (max-width: 768px) {
  #masthead .site-info a img {
    width: 42.6666666667vw;
    height: auto;
    max-height: inherit;
  }
}
@media only screen and (max-width: 768px) {
  #masthead .site-info a.hospital-banner {
    width: 32vw;
  }
}
@media only screen and (min-width: 769px) {
  #masthead .flex {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #masthead .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#masthead nav {
  display: block;
}
#masthead nav.global-nav {
  -ms-flex-preferred-size: 52px;
      flex-basis: 52px;
}

.overlay {
  background-color: rgba(64, 90, 106, 0.975);
}
@media only screen and (max-width: 768px) {
  .overlay .close {
    position: absolute;
    top: 4.2666666667vw;
    right: 2.9333333333vw;
    margin: 0;
    padding: 1.8666666667vw;
    border: 1px solid #fff;
    border-radius: 4px;
    background: transparent;
    color: #fff;
  }
}
.overlay ul {
  font-size: 1.125rem;
  max-height: 100dvh;
  overflow-y: auto;
}
.overlay ul li {
  border-bottom: rgb(96, 127, 146) solid 1px;
}
.overlay ul li:first-child {
  border-top: rgb(96, 127, 146) solid 1px;
}
.overlay ul li:last-child {
  border-bottom: rgb(96, 127, 146) solid 1px;
}
.overlay ul li a {
  padding: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .overlay ul li i {
    display: inline-block;
    top: 0.5em;
    width: 10.6666666667vw;
    height: 1.6em;
    border-radius: 4px;
  }
  .overlay ul li i::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
.overlay ul li ul {
  font-size: 1rem;
}
.overlay ul li ul li {
  padding: 0.4em 0;
}
.overlay ul li ul li:last-child {
  border-bottom: none;
}

/* -----------------------------------------
  header 子テーマから

  .custom-header-content > l-header-⚪︎⚪︎⚪︎⚪︎
----------------------------------------- */
.custom-header-content--nav, .custom-header-content--top {
  padding: 0 0.625rem 0 1.25rem;
  background-color: #fff;
}
.bgcolor--theme-main.custom-header-content--nav, .bgcolor--theme-main.custom-header-content--top {
  background-color: var(--color-theme-main);
}

.custom-header-content--top {
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .custom-header-content--top {
    display: none;
  }
}
.custom-header-content--top .l-header-toparea {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.custom-header-content--top .l-header-logo {
  width: 248px;
}
.custom-header-content--top .l-header-banner {
  width: 468px;
}

.custom-header-content--nav {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .custom-header-content--nav {
    display: none;
  }
}
.custom-header-content--nav .l-header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.custom-header-content--nav .l-header-menu > li {
  padding: 12px 0;
  text-align: center;
}
.custom-header-content--nav .l-header-menu > li > a img {
  display: none;
}
.custom-header-content--nav .l-header-menu > li a {
  color: #fff;
  font-size: min(1.45vw, 0.9375rem);
  font-weight: 700;
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
}
.custom-header-content--nav .l-header-menu > li a:hover {
  opacity: var(--hover-opacity);
}
.custom-header-content--nav .l-header-menu > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.custom-header-content--nav .l-header-menu > li .sub-menu {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 56px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  padding: 20px 0 40px;
  background-color: #5487aa;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.custom-header-content--nav .l-header-menu > li .sub-menu > li {
  width: min(16%, 204px);
}
.custom-header-content--nav .l-header-menu > li .sub-menu > li a img {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  height: auto;
  margin: 0 auto;
}

/* ==========================================================================
  footer
========================================================================== */
/* -----------------------------------------
  footer 親テーマからの上書き 
----------------------------------------- */
#footer .wrap {
  padding-bottom: 1.25rem;
}
#footer .wrap .footer-content .footer-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#footer .wrap .copyright {
  padding: 0;
}

/* -----------------------------------------
  footer 子テーマから

  &.custom-footer-content > l-footer-⚪︎⚪︎⚪︎⚪︎
----------------------------------------- */
#footer .footer-content.custom-footer-content {
  padding-top: 40px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-content.custom-footer-content {
    padding-top: 13.3333333333vw;
  }
}
#footer .footer-content.custom-footer-content .l-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem 3.125rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-content.custom-footer-content .l-footer-menu {
    gap: 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer .footer-content.custom-footer-content .l-footer-menu .menu-item {
    width: 50%;
  }
  #footer .footer-content.custom-footer-content .l-footer-menu .menu-item:not(:nth-last-of-type(1), :nth-last-of-type(2)) {
    padding-bottom: 1em;
  }
}
#footer .footer-content.custom-footer-content .l-footer-menu a {
  font-size: 0.9375rem;
  font-weight: 700;
}

#footer .footer-content.custom-footer-content .l-footer-toparea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #footer .footer-content.custom-footer-content .l-footer-toparea {
    display: block;
  }
}
#footer .footer-content.custom-footer-content .l-footer-toparea .l-footer-logo {
  width: 15.5rem;
}
@media only screen and (max-width: 768px) {
  #footer .footer-content.custom-footer-content .l-footer-toparea .l-footer-logo {
    margin-bottom: 10.6666666667vw;
  }
}
#footer .footer-content.custom-footer-content .custom-footer-search {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-content.custom-footer-content .custom-footer-search {
    padding-left: 0;
  }
}
#footer .footer-content.custom-footer-content .custom-footer-rss {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  #footer .footer-content.custom-footer-content .custom-footer-rss {
    display: none;
  }
}

#footer .footer-content.custom-footer-content .l-footer-underarea {
  text-align: right;
}
#footer .footer-content.custom-footer-content .l-footer-underarea .l-footer-underarea__link a {
  font-size: 0.875rem;
  text-decoration: none;
}
#footer .footer-content.custom-footer-content .l-footer-underarea .l-footer-underarea__copyright a {
  font-size: 0.875rem;
  text-decoration: none;
}

/* ==========================================================================
  main
========================================================================== */
main {
  padding-top: var(--header-h-pc);
}
@media only screen and (max-width: 768px) {
  main {
    padding-top: var(--header-h-sp);
  }
}

/* ==========================================================================
  sidebar
========================================================================== */
/* -----------------------------------------
  sidebar 親テーマからの上書き 
----------------------------------------- */
aside.sidebar {
  font-size: inherit;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  aside.sidebar {
    font-size: 0.875rem;
  }
}
aside.sidebar ul li, aside.sidebar ol li {
  border-style: none;
}
aside.sidebar ul li a, aside.sidebar ol li a {
  padding: 0;
}

/* -----------------------------------------
  component からの上書き 
----------------------------------------- */
.sidebar .c-header--bdr {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

/* -----------------------------------------
  sidebar 子テーマから

  .custom-sidebar-content > .l-sidebar-content--⚪︎⚪︎⚪︎⚪︎
----------------------------------------- */
.custom-sidebar-content .l-sidebar-content--search, .custom-sidebar-content .l-sidebar-content--category {
  padding: 0 0 3.75rem;
}

/* ---------------------------
  キーワード検索

  .custom-sidebar-content > .l-sidebar-content--search > 
--------------------------- */
/* ---------------------------
  カテゴリー一覧

  .custom-sidebar-content > .l-sidebar-content--category > .l-sidebar-category-lists > .l-sidebar-category-list--⚪︎⚪︎⚪︎⚪︎
--------------------------- */
.custom-sidebar-content .l-sidebar-category-lists {
  border-color: var(--color-theme-main);
}
.custom-sidebar-content .l-sidebar-category-list--news {
  /*border-color: var(--color-cat-news);*/
  border-color: var(--color-theme-main);
}
.custom-sidebar-content .l-sidebar-category-list--news .l-sidebar-category-list-title {
  color: var(--color-cat-news);
}
.custom-sidebar-content .l-sidebar-category-list--cancer_treatment {
  /*border-color: var(--color-cat-cancer_treatment);*/
  border-color: var(--color-theme-main);
}
.custom-sidebar-content .l-sidebar-category-list--cancer_treatment .l-sidebar-category-list-title {
  color: var(--color-cat-cancer_treatment);
}
.custom-sidebar-content .l-sidebar-category-list--ribbons_house {
  /*border-color: var(--color-cat-ribbons_house);*/
  border-color: var(--color-theme-main);
}
.custom-sidebar-content .l-sidebar-category-list--ribbons_house .l-sidebar-category-list-title {
  color: var(--color-cat-ribbons_house);
}
.custom-sidebar-content .l-sidebar-category-list--go_muh {
  /*border-color: var(--color-cat-go_muh);*/
  border-color: var(--color-theme-main);
}
.custom-sidebar-content .l-sidebar-category-list--go_muh .l-sidebar-category-list-title {
  color: var(--color-cat-go_muh);
}
.custom-sidebar-content .l-sidebar-category-list--series {
  /*border-color: var(--color-cat-series);*/
  border-color: var(--color-theme-main);
}
.custom-sidebar-content .l-sidebar-category-list--series .l-sidebar-category-list-title {
  color: var(--color-cat-series);
}
.custom-sidebar-content .l-sidebar-category-list--paper_mews {
  /*border-color: var(--color-cat-paper_mews);*/
  border-color: var(--color-theme-main);
}
.custom-sidebar-content .l-sidebar-category-list--paper_mews .l-sidebar-category-list-title {
  color: var(--color-cat-paper_mews);
}

.custom-sidebar-content .l-sidebar-category-list--news, .custom-sidebar-content .l-sidebar-category-list--cancer_treatment, .custom-sidebar-content .l-sidebar-category-list--ribbons_house, .custom-sidebar-content .l-sidebar-category-list--go_muh, .custom-sidebar-content .l-sidebar-category-list--series, .custom-sidebar-content .l-sidebar-category-list--paper_mews {
  padding: 0.75rem 1.25rem 0.75rem 0.625rem;
  font-weight: 700;
  border-left-width: 10px !important;
  border-right-width: 1px !important;
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .custom-sidebar-content .l-sidebar-category-list--news, .custom-sidebar-content .l-sidebar-category-list--cancer_treatment, .custom-sidebar-content .l-sidebar-category-list--ribbons_house, .custom-sidebar-content .l-sidebar-category-list--go_muh, .custom-sidebar-content .l-sidebar-category-list--series, .custom-sidebar-content .l-sidebar-category-list--paper_mews {
    padding: 0.5em 0.75em;
  }
}
.custom-sidebar-content .l-sidebar-category-list--news:not(:nth-last-of-type(1)), .custom-sidebar-content .l-sidebar-category-list--cancer_treatment:not(:nth-last-of-type(1)), .custom-sidebar-content .l-sidebar-category-list--ribbons_house:not(:nth-last-of-type(1)), .custom-sidebar-content .l-sidebar-category-list--go_muh:not(:nth-last-of-type(1)), .custom-sidebar-content .l-sidebar-category-list--series:not(:nth-last-of-type(1)), .custom-sidebar-content .l-sidebar-category-list--paper_mews:not(:nth-last-of-type(1)) {
  margin-bottom: 0.625rem;
}
.custom-sidebar-content .l-sidebar-category-list--news .l-sidebar-category-list-title, .custom-sidebar-content .l-sidebar-category-list--cancer_treatment .l-sidebar-category-list-title, .custom-sidebar-content .l-sidebar-category-list--ribbons_house .l-sidebar-category-list-title, .custom-sidebar-content .l-sidebar-category-list--go_muh .l-sidebar-category-list-title, .custom-sidebar-content .l-sidebar-category-list--series .l-sidebar-category-list-title, .custom-sidebar-content .l-sidebar-category-list--paper_mews .l-sidebar-category-list-title {
  font-size: 1.125em;
}
.custom-sidebar-content .l-sidebar-category-list--news a, .custom-sidebar-content .l-sidebar-category-list--cancer_treatment a, .custom-sidebar-content .l-sidebar-category-list--ribbons_house a, .custom-sidebar-content .l-sidebar-category-list--go_muh a, .custom-sidebar-content .l-sidebar-category-list--series a, .custom-sidebar-content .l-sidebar-category-list--paper_mews a {
  -webkit-transition: var(--hover-transition);
  transition: var(--hover-transition);
}
.custom-sidebar-content .l-sidebar-category-list--news a:hover, .custom-sidebar-content .l-sidebar-category-list--cancer_treatment a:hover, .custom-sidebar-content .l-sidebar-category-list--ribbons_house a:hover, .custom-sidebar-content .l-sidebar-category-list--go_muh a:hover, .custom-sidebar-content .l-sidebar-category-list--series a:hover, .custom-sidebar-content .l-sidebar-category-list--paper_mews a:hover {
  color: inherit;
  opacity: var(--hover-opacity);
}

/* ==========================================================================
  custom nishiki
========================================================================== */
/* -----------------------------------------
  frontpage 子テーマから

  .custom-content-parent > .p-front-content--⚪︎⚪︎⚪︎⚪︎
----------------------------------------- */
@media only screen and (max-width: 768px) {
  .custom-content-parent .p-front-content--pickup .c-tag-items {
    display: none;
  }
}
.custom-content-parent .p-front-content--new .c-list__linkarea .c-list__dates .c-list__summary {
  padding-top: 0.75em;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .custom-content-parent .p-front-content--new .c-list {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0.9375rem;
  }
  .custom-content-parent .p-front-content--new .c-list:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .custom-content-parent .p-front-content--new .c-list__linkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .custom-content-parent .p-front-content--new .c-list__linkarea .c-list__photo {
    width: 30%;
    aspect-ratio: auto;
  }
  .custom-content-parent .p-front-content--new .c-list__linkarea .c-list__photo .c-list__category {
    position: relative;
    width: 100%;
    font-size: 0.625rem;
  }
  .custom-content-parent .p-front-content--new .c-list__linkarea .c-list__photo .c-list__category a {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1em;
  }
  .custom-content-parent .p-front-content--new .c-list__linkarea .c-list__dates {
    width: 67%;
    padding-top: 0;
  }
  .custom-content-parent .p-front-content--new .c-list__linkarea .c-list__dates .c-list__title {
    padding-top: 0.25em;
    font-size: 0.9375rem;
  }
  .custom-content-parent .p-front-content--new .c-list__linkarea .c-list__dates .c-list__summary {
    padding-top: 0.5em;
    font-size: 0.75rem;
  }
  .custom-content-parent .p-front-content--new .c-tag-items {
    display: none;
  }
  .custom-content-parent .p-front-content--new .c-tag-items li a {
    font-size: 0.75rem;
  }
}
.custom-content-parent .p-front-content-2w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(32px, 4vw, 50px);
}
@media only screen and (max-width: 768px) {
  .custom-content-parent .p-front-content-2w {
    display: block;
  }
}
.custom-content-parent .p-front-content-2w .p-front-content-2w__body {
  width: min(66%, 722px);
}
@media only screen and (max-width: 768px) {
  .custom-content-parent .p-front-content-2w .p-front-content-2w__body {
    width: 100%;
    padding-bottom: 13.3333333333vw;
  }
}
.custom-content-parent .p-front-content-2w .p-front-content-2w__side {
  width: 326px;
}
@media only screen and (max-width: 768px) {
  .custom-content-parent .p-front-content-2w .p-front-content-2w__side {
    width: 100%;
  }
}

.custom-content-parent {
  padding: 0 0 6.25rem;
}
@media only screen and (max-width: 768px) {
  .custom-content-parent {
    padding: 0 0 3.125rem;
  }
}

/* ---------------------------
  メインビジュアルのカルーセル

  .custom-main-parent > .p-front-main-⚪︎⚪︎⚪︎⚪︎
--------------------------- */
.custom-main-parent {
  padding: 2.5rem 0;
  background-color: var(--color-theme-sub);
}
@media only screen and (max-width: 768px) {
  .custom-main-parent {
    padding: 0 0 0.9375rem;
  }
}

.custom-main-parent .splide__pagination {
  gap: 0.75rem;
  margin-top: 1.875rem;
}
@media only screen and (max-width: 768px) {
  .custom-main-parent .splide__pagination {
    margin-top: 0.9375rem;
  }
}
.custom-main-parent .splide__pagination__page {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 4px;
  background-color: #D9D9D9;
}
.custom-main-parent .splide__pagination__page.is-active {
  width: 1.6875rem;
  background-color: var(--color-theme-main);
}

/* ---------------------------
  タグ一覧

  .custom-content-parent > .p-front-content--tags
--------------------------- */
.custom-content-parent {
  /*inputを非表示 & 閉じた時の位置調整*/
  /*ラベル（「すべて表示」ボタン）*/
  /*開閉エリア*/
  /*アコーディオンエリアにグラデーションを乗せる*/
  /*アコーディオンが開いたらグラデーションを消す*/
}
.custom-content-parent .p-front-content--tags .p-front-content__inner {
  padding: 1.875rem 0.9375rem;
  border-radius: 10px;
  background-color: #F3F5F7;
}
@media only screen and (max-width: 768px) {
  .custom-content-parent .p-front-content--tags .p-front-content__inner {
    padding: 0.9375rem;
  }
}
.custom-content-parent .p-front-tags-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
.custom-content-parent .p-front-tags-list {
  border-radius: 4px;
}
.custom-content-parent .p-front-tags-list a {
  display: inline-block;
  padding: 0.625rem 0.9375rem;
  background-color: #FFF;
}
@media only screen and (max-width: 768px) {
  .custom-content-parent .p-front-tags-list a {
    padding: 0.25em 0.75em;
    font-size: 0.875rem;
  }
}
.custom-content-parent .accordion-block {
  position: relative;
}
.custom-content-parent input[type=checkbox].switch {
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
}
.custom-content-parent .open-label {
  margin: 1em auto 0;
  padding: 0.8em;
  display: block;
  color: #000;
  font-weight: bold;
  text-align: center;
  background: #F3F5F7;
  border: #4d4d4d solid 1px;
  border-radius: 4px;
  position: relative;
  /*ラベルに表示するテキスト*/
}
.custom-content-parent .open-label:hover {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .custom-content-parent .open-label {
    font-size: 0.875rem;
  }
}
.custom-content-parent .open-label::after {
  content: "すべて表示";
}
.custom-content-parent .switch:checked ~ .open-label::after {
  content: "閉じる";
}
.custom-content-parent .switch ~ .accordion-body {
  display: block;
  border-radius: 8px;
  position: relative;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  overflow: hidden;
}
.custom-content-parent .switch:checked ~ .accordion-body {
  grid-template-rows: 1fr;
  padding-top: 0;
  margin-top: 0;
}
.custom-content-parent .accordion-body::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgb(243, 245, 247)));
  background: linear-gradient(to bottom, transparent, rgb(243, 245, 247) 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3em;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.custom-content-parent .switch:checked ~ .accordion-body::before {
  height: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

/* ---------------------------
  youtube

  .custom-content-parent > .p-front-content--youtube
--------------------------- */
.custom-content-parent .p-front-content--youtube .p-front-content__inner {
  position: relative;
  padding: 1.875rem 0;
}

.p-front-youtube-inner a {
  display: block;
}
.p-front-youtube-inner img {
  width: 100%;
}
.p-front-youtube-inner figcaption {
  padding-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-front-content--youtube .splide__pagination {
  gap: 0.75rem;
}
.p-front-content--youtube .splide__pagination__page {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 100%;
  background-color: #D9D9D9;
}
.p-front-content--youtube .splide__pagination__page.is-active {
  background-color: var(--color-theme-main);
}
.p-front-content--youtube .splide__pagination {
  margin-top: 1.875rem;
}

/* ==========================================================================
  custom nishiki
========================================================================== */
/* -----------------------------------------
  archive 子テーマから

  .custom-archive-content > .p-archive-content-header--⚪︎⚪︎⚪︎⚪︎
----------------------------------------- */
.custom-archive-content.page--category .p-archive-content-header--mv {
  margin-bottom: 4.0625rem;
  border-radius: 8px;
  overflow: hidden;
}
.custom-archive-content.page--category .p-archive-content-header--mv img {
  height: auto;
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-archive-content.page--tag .p-archive-content-header--tagtitle {
  margin-bottom: 2em;
  padding: 0.75em 0 0.75em 1em;
  font-size: 1.5625rem;
  font-weight: 700;
  background-color: var(--color-theme-sub);
  border-radius: 8px;
}
@media only screen and (max-width: 768px) {
  .custom-archive-content.page--tag .p-archive-content-header--tagtitle {
    font-size: 1.125rem;
  }
}

/* ==========================================================================
  custom nishiki
========================================================================== */
/* -----------------------------------------
  404 子テーマから

  .custom-404-content > .p-404-content > .p-404-content__⚪︎⚪︎⚪︎⚪︎
----------------------------------------- */
.custom-404-content {
  padding-top: var(--padding-main-top-pc);
}
@media only screen and (max-width: 768px) {
  .custom-404-content {
    padding-top: var(--padding-main-top-sp);
  }
}
.custom-404-content .p-404-content__header {
  margin-bottom: 2em;
  padding: 1em 0 1em 0.5em;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  background-color: #eee;
}
.custom-404-content .p-404-content__inner {
  width: min(100%, 500px);
  margin: 0 auto;
}
.custom-404-content .p-404-content__text {
  padding-bottom: 1em;
  text-align: center;
}
.custom-404-content .p-404-content__link {
  padding-top: 1em;
}

/* ==========================================================================
  custom nishiki
========================================================================== */
/* -----------------------------------------
  search 子テーマから

  .custom-search-content > .p-search-content-header
----------------------------------------- */
.custom-search-content.page--search {
  padding-top: var(--padding-main-top-pc);
}
@media only screen and (max-width: 768px) {
  .custom-search-content.page--search {
    padding-top: var(--padding-main-top-sp);
  }
}
.custom-search-content.page--search .p-search-content-header {
  margin-bottom: 2em;
  padding: 1em 0 1em 0.5em;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
  background-color: #eee;
}

/* ==========================================================================
  custom nishiki
========================================================================== */
/* -----------------------------------------
  post 子テーマから

  .custom-post-content > .p-post-content-⚪︎⚪︎⚪︎⚪︎
----------------------------------------- */
.custom-post-content .p-post-content-mv {
  padding-bottom: 1.875rem;
  border-radius: 8px;
  overflow: hidden;
}
.custom-post-content .p-post-content-mv img {
  height: auto;
  aspect-ratio: 5/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-post-content .p-post-content-header {
  padding-bottom: 0.625rem;
}
.custom-post-content .p-post-content-header h2 {
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .custom-post-content .p-post-content-header h2 {
    font-size: 1.5rem;
  }
}
.custom-post-content .p-post-content-header .p-post__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.custom-post-content .p-post-content-header .p-post__category a {
  display: inline-block;
  padding: 0.25rem 0.9375rem;
  font-weight: 700;
  border-radius: 4px;
}
.custom-post-content .p-post-content-header .p-post__date {
  padding-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.5);
}
/* ---------------------------
  SNSシェア

  .custom-post-content > .p-post-content-sns
--------------------------- */
.custom-post-content .p-post-content-sns__title {
  padding-bottom: 0.9375rem;
}
.custom-post-content .p-post-content-sns {
  padding: 3rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #808080;
  text-align: center;
}
.custom-post-content .p-post-content-sns-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.custom-post-content .p-post-content-sns-lists__list {
  width: 2.625rem;
}
.custom-post-content .p-post-content-sns-lists__list a {
  display: block;
}

/* ---------------------------
  関連記事

  .custom-post-content > .p-post-content-related
--------------------------- */
.custom-post-content .p-post-content-related {
  padding-top: 6.25rem;
}
@media only screen and (max-width: 768px) {
  .custom-post-content .p-post-content-related {
    padding-top: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .custom-post-content .p-post-content-related .c-list {
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0.9375rem;
  }
  .custom-post-content .p-post-content-related .c-list:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .custom-post-content .p-post-content-related .c-list__linkarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .custom-post-content .p-post-content-related .c-list__linkarea .c-list__photo {
    width: 30%;
    aspect-ratio: auto;
  }
  .custom-post-content .p-post-content-related .c-list__linkarea .c-list__photo .c-list__category {
    position: relative;
    width: 100%;
    font-size: 0.625rem;
  }
  .custom-post-content .p-post-content-related .c-list__linkarea .c-list__photo .c-list__category a {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1em;
  }
  .custom-post-content .p-post-content-related .c-list__linkarea .c-list__dates {
    width: 67%;
    padding-top: 0;
  }
  .custom-post-content .p-post-content-related .c-list__linkarea .c-list__dates .c-list__title {
    padding-top: 0.25em;
    font-size: 0.9375rem;
  }
  .custom-post-content .p-post-content-related .c-list__linkarea .c-list__dates .c-list__summary {
    padding-top: 0.5em;
    font-size: 0.75rem;
  }
  .custom-post-content .p-post-content-related .c-tag-items {
    display: none;
  }
  .custom-post-content .p-post-content-related .c-tag-items li a {
    font-size: 0.75rem;
  }
}

/* ---------------------------
  次の記事／前の記事

  .custom-post-content > .post-navigation
--------------------------- */
/* ==========================================================================
  前テンプレートから

  （entry-content以下へ変更しました）
========================================================================== */
.post .entry-content br.sp {
  display: none;
}
.post .entry-content .lh12p {
  line-height: 1.2 !important;
}
.post .entry-content .lh15p {
  line-height: 1.5 !important;
}
.post .entry-content .lh18p {
  line-height: 1.8 !important;
}
.post .entry-content .lh20p {
  line-height: 2 !important;
}
.post .entry-content .lh22p {
  line-height: 2.2 !important;
}
.post .entry-content .mt0 {
  margin-top: 0 !important;
}
.post .entry-content .mt1em {
  margin-top: 1em !important;
}
.post .entry-content .mt2em {
  margin-top: 2em !important;
}
.post .entry-content .mt3em {
  margin-top: 3em !important;
}
.post .entry-content .mt4em {
  margin-top: 4em !important;
}
.post .entry-content .mt5em {
  margin-top: 5em !important;
}
.post .entry-content .mb0 {
  margin-bottom: 0 !important;
}
.post .entry-content .mb1em {
  margin-bottom: 1em !important;
}
.post .entry-content .mb2em {
  margin-bottom: 2em !important;
}
.post .entry-content .mb3em {
  margin-bottom: 3em !important;
}
.post .entry-content .mb4em {
  margin-bottom: 4em !important;
}
.post .entry-content .mb5em {
  margin-bottom: 5em !important;
}

/* ----------------------------------------------------------------------
  post => entry-content

  （post以下から、entry-content以下へいくつか変更しました）
---------------------------------------------------------------------- */
.post .entry-content h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding: 5px 1em 5px 0;
  margin-top: 2em;
  color: #000;
  border-top: none;
  border-bottom: none;
}
.post .entry-content .wp-block-columns h2 {
  margin-top: 0;
}
.post .entry-content h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-left: 7px solid #3FB7BF;
  padding-left: 18px;
  padding-right: 5px;
  margin-top: 3em;
  margin-bottom: 1em;
}
.post .entry-content .is-layout-flow h3 {
  margin-top: 0;
}
.post .entry-content h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  margin: 1.33em 0;
  padding: 5px 0;
  border-bottom: 1px solid #9fc8ca;
}
.post .entry-content h5 {
  line-height: 1.6;
}
.post .entry-content h6 {
  line-height: 1.6;
}
.post .entry-content p {
  line-height: 1.7;
}
.post .entry-content a {
  color: #0a88cc;
}
.post .entry-content hr.wp-block-separator {
  border: 1px solid #ccc;
}
.post .entry-content figure {
  margin: 0 0 1em;
}
.post .entry-content figcaption {
  color: #505050;
  font-size: 0.9em;
}
.post .entry-content ul {
  list-style-type: disc;
  padding-left: 2em;
  margin-bottom: 2em;
}
.post .entry-content ul li {
  background: none;
  padding-left: 0;
}
.post .entry-content table {
  margin: 0 0 1em 0;
}
.post .entry-content table th, .post .entry-content table td {
  line-height: 1.6;
}

figure.wp-block-image.border {
  border: solid 1px #e0e0e0;
}

div.wp-block-columns.border {
  border: solid 1px #e0e0e0;
}

div.wp-block-columns.border_thick {
  border: solid 5px #e0e0e0;
}

figure.wp-block-table.no-border table {
  border: none;
  margin: 0;
}
figure.wp-block-table.no-border table th, figure.wp-block-table.no-border table td {
  border: none;
  padding: 0;
}

.post .entry-content .wp-block-flexible-table-block-table th {
  background: inherit;
}

@media only screen and (max-width: 480px) {
  .wp-block-flexible-table-block-table tbody tr {
    display: table-row;
    margin-bottom: 1em;
  }
  .wp-block-flexible-table-block-table thead th,
  .wp-block-flexible-table-block-table tbody td {
    display: table-cell;
    list-style-type: none;
    border: none;
  }
}
@media (min-width: 782px) {
  .wp-block-columns {
    margin-top: 3em;
  }
}
.wp-block-button a.wp-block-button__link {
  border-radius: 0.5em;
  background-color: #59A0E6;
  border: none;
  color: #fff;
}
.wp-block-button.is-style-outline a.wp-block-button__link {
  background-color: #fff;
  border-color: #59A0E6;
  color: inherit;
}

:where(.wp-block-columns.has-background) {
  padding: 1.75em 2.375em;
}

/*
レシピページ用スタイル
*/
@media only screen and (max-width: 480px) {
  .post .entry-content .recipe {
    font-size: 15px;
  }
}
.post .entry-content .recipe h3 {
  border-top: 1px solid orange;
  border-bottom: 1px solid orange;
  border-left: none;
  padding: 0.5em 0;
  color: orange;
  text-align: center;
}
.post .entry-content .recipe h4 {
  border: none;
  padding-left: 0;
  font-size: 18px;
  margin-bottom: 0;
}

.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table {
  display: table;
  border: none;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:first-child th:first-child, .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:first-child td:first-child {
  border: none;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:first-child th:first-child + td, .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:first-child td:first-child + td {
  border: none;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:last-child th:first-child, .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:last-child td:first-child {
  border-bottom: 1px dashed orange;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:last-child th:first-child + td, .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr:last-child td:first-child + td {
  border-bottom: 1px dashed orange;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr th:first-child {
  border: none;
  border-top: 1px dashed orange;
  background-color: transparent;
  background-image: none;
  text-align: left;
  text-indent: 0;
  font-weight: bold;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr th:first-child::before {
  content: "■ ";
  color: orange;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr th:first-child {
    padding: 0.25em;
  }
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr th:first-child + td {
  border: none;
  border-top: 1px dashed orange;
  background-color: transparent;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr th:first-child + td {
    /*border-top: none;*/
    padding: 0.25em;
  }
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr td:first-child {
  border: none;
  border-top: 1px dashed #e0e0e0;
  background-color: transparent;
  text-align: left;
  text-indent: 1em;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr td:first-child::before {
  content: "・ ";
  color: orange;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr td:first-child {
    padding: 0.25em;
  }
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr td:first-child + td {
  border: none;
  border-top: 1px dashed #e0e0e0;
  background-color: transparent;
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients > table tr td:first-child + td {
    /*border-top: none;*/
    padding: 0.25em;
  }
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients tbody tr {
    display: table-row;
    margin-bottom: 0;
  }
  .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients tbody tr th, .post .entry-content .wp-block-flexible-table-block-table.recipe_ingredients tbody tr td {
    display: table-cell;
  }
}
.post .entry-content ol.recipe_directions {
  list-style: none;
  counter-reset: number;
}
.post .entry-content ol.recipe_directions li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.75em;
}
.post .entry-content ol.recipe_directions li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 0.75em;
  text-align: center;
  line-height: 1.2;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_nutrition_facts > table {
  display: table;
  border-color: #ccc;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_nutrition_facts > table tr {
    display: table-row;
  }
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_nutrition_facts > table tr th {
  background-color: #f9f9f9;
  background-image: none;
  border-color: #ccc;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_nutrition_facts > table tr th {
    display: table-cell;
  }
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_nutrition_facts > table tr th + td {
  text-align: right;
}
.post .entry-content .wp-block-flexible-table-block-table.recipe_nutrition_facts > table tr td {
  background-color: #fff;
  border-color: #ccc;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.recipe_nutrition_facts > table tr td {
    display: table-cell;
  }
}

/*
VOICE用スタイル
*/
.post .entry-content .wp-block-flexible-table-block-table.staff_table > table {
  background-color: transparent;
  border: none;
}
.post .entry-content .wp-block-flexible-table-block-table.staff_table > table thead {
  background: transparent;
  font-size: 1.2em;
}
@media only screen and (max-width: 480px) {
  .post .entry-content .wp-block-flexible-table-block-table.staff_table > table tr {
    margin-bottom: 0.1em;
  }
}
.post .entry-content .wp-block-flexible-table-block-table.staff_table > table tr th {
  display: table-cell;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
}
.post .entry-content .wp-block-flexible-table-block-table.staff_table > table tr td {
  display: table-cell;
  background-color: transparent;
  border: none;
}
.post .entry-content h2.wp-block-heading.voice_heading {
  color: #1e60cc;
  font-weight: bold;
  border-left: 4px solid #1e60cc;
  background-color: #ffffc9;
  padding: 0.5em;
}
.post .entry-content h3.wp-block-heading.voice_heading {
  border-left: none;
  color: #4585e9;
  padding-left: 2em;
  padding-bottom: 0.2em;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20id%3D%22balloon%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2015%2013%22%20style%3D%22enable-background%3Anew%200%200%2015%2013%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.st0%7Bfill%3A%233164AF%3B%7D%20%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M14%2C1H1v9h8c0.72%2C1.5%2C1.77%2C2.34%2C4%2C2.34C11.78%2C11.63%2C11.47%2C11%2C11.47%2C10H14V1z%22%2F%3E%3C%2Fsvg%3E);
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1.8em 1.5em;
  border-bottom: 1px solid #ccc;
}
.post .entry-content h4.wp-block-heading.voice_profile_heading {
  font-size: 16px;
  margin: 0 0 0.5em;
  padding: 5px 0;
  border-bottom: none;
}
.post .entry-content .voice_face figcaption {
  text-align: center;
}
@media only screen and (min-width: 782px) {
  .post .entry-content .wp-block-column > .wp-block-columns.voice_columns {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*
はたらく＠三重大学病院用スタイル
*/
.post .entry-content h2.wp-block-heading.work-at-muh_heading {
  color: #027474;
  font-weight: bold;
  border-left: 4px solid #027474;
  background-color: #dbfafd;
  padding: 0.5em;
}
.post .entry-content h3.wp-block-heading.work-at-muh_heading {
  color: #027474;
}

/*
YouTube埋め込み用スタイル
*/
.is-type-video {
  width: 100%;
  max-width: 560px;
  margin: 1em auto;
}
.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.is-type-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}