@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 769px) {
  html {
    font-size: 1.4545454545vw;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

.entry-label {
  width: 100%;
  display: inline-block;
  border-radius: 3px;
  padding: 1px 6px;
  color: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.p-case {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-case {
    padding-bottom: 6.25rem;
  }
}

.p-case__container {
  max-width: 1000px;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 20px;
  padding: 0 1.25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-case__container {
    margin-top: 3.75rem;
  }
}

.p-case-header__intro {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-case-header__intro {
    margin-top: 3.75rem;
  }
}

.p-case-header {
  background-color: #f1f7ea;
  width: 100%;
  min-height: 160px;
  min-height: 10rem;
  text-align: center;
  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;
}
@media screen and (min-width: 769px) {
  .p-case-header {
    min-height: 15rem;
  }
}

.p-case-header__title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-case-header__title {
    font-size: 2.5rem;
  }
}

.p-case-header__intro {
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-case-header__intro {
    margin-bottom: 3.75rem;
  }
}

.p-case-header__intro p {
  margin-bottom: 1em;
}

.p-case-title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

.p-case-title::after {
  content: "";
  display: block;
  width: 100px;
  width: 6.25rem;
  height: 2px;
  height: 0.125rem;
  background-color: #00aa01;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-case-body {
  display: none;
  margin-top: 40px;
  margin-top: 2.5rem;
  border: 1px solid #766655;
  padding: 30px 25px;
  padding: 1.875rem 1.5625rem;
}

.p-case-body__sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-case-body__sub-title {
    font-size: 1.5rem;
  }
}

.p-case-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .p-case-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* ボタンのスタイル（デザインに合わせて調整してください） */
.p-case-more {
  text-align: center;
  margin-top: 40px;
}

.p-case-more__btn {
  background-color: #766655; /* 山口獣医科病院様のイメージカラーに合わせて調整 */
  color: #fff;
  padding: 15px 60px;
  padding: 0.9375rem 3.75rem;
  border-radius: 30px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.p-case-more__btn:hover {
  opacity: 0.8;
}

/* 全て表示されたらボタンを消すためのクラス */
.is-hidden {
  display: none;
}

.p-case-visual {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  -ms-flex: 0 0 23.75rem;
      flex: 0 0 23.75rem;
  margin: 0;
}
.p-case-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
  background-color: #eee;
}
@media (max-width: 768px) {
  .p-case-visual {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}

.p-animal-info {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  border: 2px solid #00aa01;
  border-collapse: collapse;
}

.p-animal-info__table {
  width: 100%;
  position: relative;
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-animal-info__table {
    padding-top: 3.125rem;
  }
}

.p-animal-info__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-animal-info__table th,
.p-animal-info__table td {
  padding: 5px;
  padding: 0.3125rem;
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-animal-info__table th {
  width: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #00aa01;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .p-animal-info__table th {
    font-size: 1.125rem;
  }
}

.p-animal-info__table td {
  font-size: 14px;
  font-size: 0.875rem;
  color: #38290f;
}
@media screen and (min-width: 769px) {
  .p-animal-info__table td {
    font-size: 1rem;
  }
}

.p-animal-info__table th img {
  width: 17px;
  width: 1.0625rem;
  height: auto;
}

.p-animal-info__label {
  display: inline-block;
  color: #00aa01;
  padding: 10px;
  padding: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-bottom: 1px solid #00aa01;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-animal-info__label {
    font-size: 1.25rem;
  }
}

/* ==========================================================================
   【テーマ干渉消去のみ】余白や配置は一切変えず、線と色だけを無効化
   ========================================================================== */

/* 1. マス目に勝手につくグレーの枠線を完全に消滅させる */
.p-animal-info__table th,
.p-animal-info__table td {
  border: none !important;
}

/* 2. 左側(th)に勝手に敷かれるグレーの背景色を透明にする */
.p-animal-info__table th,
.p-animal-info__table td {
  background: transparent !important;
}

/* 3. テーマが強制する格子状の線（重ね合わせモード）を無効化する */
.p-animal-info__table {
  border-collapse: separate !important;
  margin-block-end: 10px;
  margin-block-start: 10px;
}

/* 4. タイトルの背景を白で塗りつぶし、後ろに回り込む線を隠す */
.p-animal-info__label {
  background-color: #fff !important;
}
.p-case-description {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-case-description__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 769px) {
  .p-case-description__item {
  flex-direction: column;
  }
}

.p-case-description__item dt {
           flex: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #38290f;
}
@media screen and (min-width: 769px) {
  .p-case-description__item dt {
    font-size: 1.25rem;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  }
}

.p-case-description__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: #38290f;
}
@media screen and (min-width: 769px) {
  .p-case-description__item dd {
    font-size: 1rem;
  }
}

.u-text-green {
  color: #00aa01;
}

.inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.p-access {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-access {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-access__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.p-access h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38290f;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-access h2 {
    font-size: 2.5rem;
  }
}

.p-access h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-access h2::after {
    width: 12.5rem;
  }
}

.p-access-map {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-access-map {
    margin-top: 3.75rem;
  }
}

.p-access-map iframe {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.p-access__address {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-access__address {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1.875rem;
  }
}

.p-access__address img {
  max-width: 380px;
  width: 100%;
  height: auto;
}

.p-access__body h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #38290f;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border-bottom: 1px dotted #00aa01;
}
@media screen and (min-width: 769px) {
  .p-access__body h3 {
    font-size: 1.5rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.p-access__body p {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #38290f;
}
@media screen and (min-width: 769px) {
  .p-access__body p {
    font-size: 1.125rem;
  }
}

.p-access__body span.digit {
  font-family: "din-2014", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-access__body span.digit {
    font-size: 1rem;
  }
}

.p-access__body span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .p-access__body span {
    font-size: 1rem;
  }
}

.p-cancer {
  background-color: rgba(121, 98, 53, .52);
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
  overflow: hidden;
}
.p-cancer::before {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  right: -1.25rem;
  width: 40%;
  height: 100%;
  background-image: url(../images-cancer/cancer-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .p-cancer {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-cancer__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.p-cancer h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-cancer h2 {
    font-size: 2.5rem;
    color: #38290f;
  }
}

.p-cancer h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-cancer h2::after {
    width: 12.5rem;
  }
}

.p-cancer__list {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  gap: 1.25rem;
  text-align: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-cancer__list {
    max-width: 50rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 3.75rem;
    text-align: left;
    margin-top: 3.75rem;
  }
}

.p-cancer__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .p-cancer__list li {
    font-size: 1.5rem;
  }
}
.p-cancer__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  color: #00aa01;
  text-decoration: none;
  position: relative;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.p-cancer__list li a::after {
  content: "";
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
  border-top: 2px solid #00aa01;
  border-right: 2px solid #00aa01;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 10px;
  margin-left: 0.625rem;
}
.p-cancer__list li a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
          box-shadow: 0 6px 15px rgba(0, 0, 0, .15);
}
@media screen and (min-width: 769px) {
  .p-cancer__list li a {
    padding: 3.75rem 1.875rem;
  }
  .p-cancer__list li a::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.p-examination {
  background-color: #f1f7ea;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-examination {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-examination__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.p-examination h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38290f;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-examination h2 {
    font-size: 2.5rem;
  }
}

.p-examination h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-examination h2::after {
    width: 12.5rem;
  }
}

.p-examination__body {
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-examination__body {
    margin-top: 3.75rem;
  }
}

.p-examination__text1 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00aa01;
}
@media screen and (min-width: 769px) {
  .p-examination__text1 {
    font-size: 1.5rem;
  }
}

.p-examination__body p:nth-child(2n) {
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .p-examination__body p:nth-child(2n) {
    margin-top: 1.875rem;
  }
}

.p-flow {
  background-color: #f1f7ea;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-flow {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-flow__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.p-flow h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38290f;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-flow h2 {
    font-size: 2.5rem;
  }
}

.p-flow h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-flow h2::after {
    width: 12.5rem;
  }
}

/* --- リスト全体のスタイル調整 --- */
.p-flow-list {
  list-style: none; /* ドットを消す */
  padding: 0;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-flow-list {
    margin-top: 2.5rem;
  }
}

/* --- カード本体 (li) --- */
.p-flow-card {
  position: relative;
  border: 1px solid #00aa01;
  background: #fff;
  padding: 40px;
  padding: 2.5rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem; /* カード同士の縦の間隔 */
}

/* 最後のカード（5枚目）は下の余白をリセット */
.p-flow-card:last-child {
  margin-bottom: 0;
}

/* 共通設定 */
.p-flow-card:not(:last-child)::before,
.p-flow-card:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-color: transparent; /* 基本は透明 */
}

.p-flow-card:not(:last-child)::before {
  top: 100%; /* カードの枠線の上に配置 */
  border-width: 20px 20px 0 20px; /* 三角形のサイズ */
  border-top-color: #00aa01; /* 上ボーダーだけ薄いグリーンに */
  z-index: 4; /* 上層より下に */
}

.p-flow-card:not(:last-child)::after {
  top: calc(100% - 1px);
  border-width: 19px 19px 0 19px;
  border-top-color: #fff; /* 上ボーダーだけ白色に */
  z-index: 5; /* 最上層に */
}

/* --- ステップバッジ (step 01) --- */
.p-flow-card__badge {
  position: absolute;
  top: -5%;
  left: -2%;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  background-color: #00aa01;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 10;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.p-flow-card__badge-text {
  font-family: "din-2014", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 2px;
}

.p-flow-card__badge-num {
  font-family: "din-2014", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

/* --- コンテンツレイアウト --- */
.p-flow-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* 画像エリア (pictureタグのラッパー) */
.p-flow-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.p-flow-card__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover; /* 画像の比率が変わっても枠に合わせる */
}

/* テキストエリア */
.p-flow-card__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-flow-card__title {
  font-family: "Shippori Mincho", serif;
  color: #00aa01;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.04em;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  border-bottom: 1px dotted #766655;
}

.p-flow-card__desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 20px;
}

/* 緑のラベル項目 (問診など) */
.p-flow-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", sans-serif;
}

.p-flow-card__label {
  background: #00aa01;
  color: #fff;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block; /* 幅の指定を有効にする */
}

.p-flow-card__item.narrow .p-flow-card__label {
  padding: 6px 1px;
  padding: 0.375rem 0.0625rem;
}

.p-flow-card__label span {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-flow-card__item-text {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/* =================================================
  レスポンシブ (スマホ対応: 860px以下)
================================================= */
@media (max-width: 860px) {
  .p-flow-card {
    padding: 30px 20px;
    margin-top: 40px; /* バッジが上に突き出るための余白 */
  }
  /* バッジを画面内におさめる調整 */
  .p-flow-card__badge {
    top: -30px;
    left: -3px;
    width: 3.125rem;
    height: 3.125rem;
  }
  .p-flow-card__badge-text {
    font-size: 0.75rem;
  }
  .p-flow-card__badge-num {
    font-size: 1.375rem;
  }
  /* コンテンツを縦並びに切り替え */
  .p-flow-card__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
  .p-flow-card__image {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .p-flow-card__title {
    font-size: 1.4rem;
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
  /* ラベルも縦並びにする調整 */
  .p-flow-card__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .p-flow-card__label {
    width: 100%;
    text-align: center;
  }
  .p-flow-card__title {
    font-size: 1.125rem;
  }
  .p-flow-card__desc,
  .p-flow-card__item-text {
    font-size: 0.875rem;
  }
  .p-flow-card__desc {
    margin-bottom: 0.9375rem;
  }
}
.p-intro {
  padding-top: 60px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-intro {
    padding-top: 6.25rem;
  }
}

.p-intro__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.p-intro-doctor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-intro-doctor {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.p-intro-doctor img {
  max-width: 70%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .p-intro-doctor img {
    max-width: 42%;
  }
}

.p-intro__box {
  max-width: 100%;
  width: 100%;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.04em;
  color: #38290f;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__box {
    max-width: 52%;
    margin-top: unset;
  }
}

.p-intro__head {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__head {
    font-size: 1.5rem;
  }
}

.p-intro__name {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__name {
    font-size: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.p-intro__name span {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__name span {
    font-size: 1.25rem;
  }
}

.p-intro__body {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__body {
    font-size: 1.125rem;
  }
}

.p-intro__belongings {
  padding-top: 20px;
  padding-top: 1.25rem;
  border-top: 1px solid #766655;
}
@media screen and (min-width: 1024px) {
  .p-intro__belongings {
    padding-top: 1.875rem;
  }
}

.p-intro__licenses {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #766655;
}
@media screen and (min-width: 1024px) {
  .p-intro__licenses {
    padding-bottom: 1.875rem;
  }
}

.p-intro__belongings,
.p-intro__licenses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .p-intro__belongings,
  .p-intro__licenses {
    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: start;
  }
}

.p-intro__belongings-body,
.p-intro__licenses-body {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__belongings-body,
  .p-intro__licenses-body {
    margin-left: 2.5rem;
    margin-top: unset;
  }
}

.p-intro__licenses {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-intro__belongings-title,
.p-intro__licenses-title {
  font-weight: bold;
}

.p-intro__message {
  font-family: "Shippori Mincho", serif;
  color: #38290f;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__message {
    margin-top: 5rem;
  }
}

.p-intro__message h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-intro__message h2 {
    font-size: 2.5rem;
  }
}

.p-intro__message h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-intro__message h2::after {
    width: 12.5rem;
  }
}

.p-intro__message p {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-intro__message p {
    margin-top: 2.5rem;
  }
}

.p-intro__message p span {
  color: #00aa01;
  font-weight: 600;
}

.p-price {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .p-price {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-price__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.p-price h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38290f;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-price h2 {
    font-size: 2.5rem;
  }
}

.p-price h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-price h2::after {
    width: 12.5rem;
  }
}

.p-price__content {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-price__content {
    margin-top: 3.75rem;
  }
}

.p-price__box:nth-child(2n) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-price__box:nth-child(2n) {
    margin-top: 3.75rem;
  }
}

.p-price__label {
  background-color: #766655;
  color: #fff;
  text-align: center;
  padding: 12px;
  padding: 0.75rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-price__label {
    font-size: 2.25rem;
  }
}

.p-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #ccc;
}
.p-price__item dt {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .p-price__item dt {
    font-size: 1.125rem;
  }
}
.p-price__item dd {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "din-2014", sans-serif;
  margin-left: 1.25rem;
}
.p-price__item dd span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  margin-left: 4px;
  margin-left: 0.25rem;
}
.p-price__payment img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-price__payment img {
    width: 80%;
  }
}

.p-price__payment-text {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-price__payment-text {
    font-size: 1rem;
    margin: 1.875rem 0;
  }
}

.p-price__payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  gap: 1.25rem;
}
.p-price__payment-logos li {
  width: 50px;
  width: 3.125rem;
}
@media screen and (min-width: 769px) {
  .p-price__payment-logos li {
    width: 4.375rem;
  }
}
.p-price__payment-logos li img {
  width: 100%;
  height: auto;
}
.p-price__payment-logos li:last-child {
  width: 90px;
  width: 5.625rem;
}
@media screen and (min-width: 769px) {
  .p-price__payment-logos li:last-child {
    width: 7.5rem;
  }
}

.p-remedy {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 769px) {
  .p-remedy {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-remedy__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.p-remedy h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38290f;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-remedy h2 {
    font-size: 2.5rem;
  }
}

.p-remedy h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-remedy h2::after {
    width: 12.5rem;
  }
}

.p-remedy__body {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-remedy__body {
    margin-top: 3.75rem;
  }
}

.p-remedy__body h3 {
  position: relative; /* 三角形の位置基準にする */
  background-color: #00aa01; /* 画像の鮮やかな緑 */
  text-align: center;
  padding: 20px;
  margin-bottom: 30px; /* 三角形がはみ出すので、下の余白を確保 */
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .p-remedy__body h3 {
    font-size: 2rem;
  }
}

.p-remedy__body h3::after {
  content: "";
  position: absolute;
  top: 100%; /* 親要素のすぐ下に配置 */
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 左右中央に寄せる */
  /* 三角形を描画する魔法のコード */
  border-style: solid;
  border-width: 15px 15px 0 15px; /* 上・右・下・左 の幅 */
  border-color: #00aa01 transparent transparent transparent; /* 上だけ色をつけ、左右は透明にする */
}

.p-remedy__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-remedy__list {
    margin-top: 2.5rem;
  }
}

.p-remedy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
          align-items: center;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-remedy__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.p-remedy__item img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-remedy__item img {
    width: 47%;
  }
}

.p-remedy__item:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .p-remedy__item:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-remedy__item:nth-child(n+2) {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-remedy__item:nth-child(n+2) {
    margin-top: 3.75rem;
  }
}

.p-remedy__item-body h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #00aa01;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-remedy__item-body h4 {
    font-size: 1.75rem;
  }
}

.p-remedy__item-body p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #38290f;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 769px) {
  .p-remedy__item-body p {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-secondOpinion {
  background-color: #f1f7ea;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-image: url(../images-cancer/secondOpinion-bg-sp.png);
  background-position: center 65%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion {
    background-image: url(../images-cancer/secondOpinion-bg-pc.png);
    background-position: center bottom;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-secondOpinion__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

.p-secondOpinion h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #38290f;
  text-align: center;
  position: relative; /* 線の位置の基準にする */
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion h2 {
    font-size: 2.5rem;
  }
}

.p-secondOpinion h2::after {
  content: ""; /* 擬似要素に必須の設定 */
  position: absolute; /* 親要素を基準に自由に配置 */
  bottom: 0; /* 下端に配置 */
  left: 50%; /* 一旦、親の幅50%の位置に移動 */
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); /* 自身の幅の半分だけ左に戻して完全中央へ */
  width: 100px;
  width: 6.25rem; /* 指定の横幅 */
  height: 1px; /* 線の太さ */
  background-color: #00aa01; /* 線の色（お好みで） */
}
@media screen and (min-width: 769px) {
  .p-secondOpinion h2::after {
    width: 12.5rem;
  }
}

.p-secondOpinion-head {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 20px;
  padding: 1.25rem;
  background-image: url(../images-cancer/brown-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-head {
    margin-top: 3.75rem;
    padding: 1.875rem 2.5rem 2.5rem;
    background-image: url(../images-cancer/brown-bg-pc.png);
  }
}

.p-secondOpinion-head h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-head h3 {
    font-size: 1.75rem;
  }
}

.p-secondOpinion-head h3 span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-head h3 span {
    font-size: 2.5rem;
  }
}

.p-secondOpinion__list {
  max-width: 92%;
  width: 100%;
  background-color: #fff;
  padding: 20px;
  padding: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  margin-top: 20px;
  margin-top: 1.25rem;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion__list {
    margin-top: 2.5rem;
  }
}

.p-secondOpinion__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #38290f;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion__list li {
    font-size: 1.125rem;
  }
}

.p-secondOpinion__list li span {
  font-weight: 700;
 border-bottom:1px solid #00aa01;
}


.p-secondOpinion-arrow {
  max-width: 7%;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-arrow {
    margin-top: 1.875rem;
  }
}

.p-secondOpinion-bottom {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-bottom {
    margin-top: 1.875rem;
  }
}

.p-secondOpinion-bottom h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-bottom h4 {
    font-size: 2rem;
  }
}

.p-secondOpinion-bottom h4::before,
.p-secondOpinion-bottom h4::after {
  content: "";
  height: 1px; /* 線の太さ */
  width: 40px;
  width: 2.5rem; /* 線の長さ（可変にしたい場合は flex-grow: 1; ） */
  background-color: #00aa01; /* 文字色と同じ色にする */
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-bottom h4::before,
  .p-secondOpinion-bottom h4::after {
    width: 5.625rem;
  }
}

.p-secondOpinion-bottom h4 span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #00aa01;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-bottom h4 span {
    font-size: 2.5rem;
  }
}

.p-secondOpinion-bottom__body {
  background-color: #fff;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  border-radius: 0.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-bottom__body {
    margin-top: 3.75rem;
  }
}

.p-secondOpinion-bottom__body p {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #00aa01;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-bottom__body p {
    font-size: 1.75rem;
  }
}

.p-secondOpinion-bottom__list {
  margin-top: 20px;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 769px) {
  .p-secondOpinion-bottom__list {
    margin-top: 1.875rem;
  }
}

.p-secondOpinion-bottom__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-secondOpinion-bottom__list li img {
  width: 22px;
  width: 1.375rem;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.p-worries {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-image: url(../images-cancer/worries-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 769px) {
  .p-worries {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    background-image: url(../images-cancer/worries-bg-pc.png);
  }
}

.p-worries__inner {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.p-worries h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #38290f;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-worries h2 {
    font-size: 2.5rem;
  }
}

.p-worries h2 span {
  border: 2px solid #00aa01;
  padding: 5px;
  padding: 0.3125rem;
}
@media screen and (min-width: 769px) {
  .p-worries h2 span {
    padding: 1.25rem;
  }
}

.p-worries-body {
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-left: 26%;
}
@media screen and (min-width: 769px) {
  .p-worries-body {
    margin-top: 3.75rem;
    -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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.25rem;
    margin-left: 20%;
  }
}

.p-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-worries__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4a3a2a;
}
.p-worries__list li img {
  width: 18px;
  width: 1.125rem;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 769px) {
  .p-worries__list li img {
    width: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .p-worries__list li {
    font-size: 1.125rem;
  }
}

.p-intro__medical-section {
  max-width: 1000px;
  margin: 50px auto;
  border: 1px solid #005500;
}

.main-title {
  background-color: #00aa01;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 20px 0;
  margin: 0 0 1.25rem 0;
}

/* フレックスコンテナ（幅が広がりすぎないよう調整） */
.content-container {
  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;
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
  gap: 0; /* しっぽの配置で調整するため0 */
  font-family: "Noto Sans JP", sans-serif;
}

/* --- ピラミッドエリア（左） --- */
.pyramid-wrapper {
  width: 55%; /* デザインに合わせた固定幅 */
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none; /* 引き伸ばしを防止 */
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pyramid-bg-img {
  width: 100%;
  display: block;
}

.label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  width: 100%;
  color: #38290f;
}

.label-top {
  top: 15%;
}

.label-middle {
  top: 45%;
}

.label-bottom {
  top: 75%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.label .rank {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
}

.label .number {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  margin-top: -5px;
}

.label .number span {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.label .rank-white {
  font-size: 24px;
  font-size: 1.5rem;
}

.label .desc-white {
  font-size: 18px;
  font-size: 1.125rem;
}

/* --- 吹き出しエリア（右） --- */
.balloon-wrapper {
  width: 36%; /* 吹き出しの固定幅 */
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.balloon-box {
  position: relative;
  background-color: #f1f7ea;
  border: 2px solid #00aa01; /* 境界線の色 */
  padding: 40px 20px;
  border-radius: 0;
  z-index: 5; /* 枠のレイヤー */
  color: #38290f;
}

/* --- 【重要】PC版しっぽの配置と境界線消去 --- */
.balloon-tail-pc {
  display: block;
  position: absolute;
  top: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: -93.5%;
  z-index: 10;
}

.balloon-tail-pc img {
  width: 100%;
  display: block;
}

/* SP用はPCでは隠す */
.balloon-tail-sp {
  display: none;
}

/* 犬の画像 */
.dog-image {
  position: absolute;
  bottom: -3%;
  right: -5%;
  width: 60px;
  z-index: 11;
}

.balloon-content {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.green {
  color: #00aa01;
  font-weight: bold;
}

.date {
  margin-top: 15px;
}

/* --- スマホ対応（上下レイアウト） --- */
@media (max-width: 768px) {
  .main-title {
    font-size: 1.375rem;
    margin: 0;
  }
  .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
  }
  .label .rank {
    font-size: 1rem;
    display: block;
  }
  .label .number {
    font-size: 0.875rem;
    display: block;
    margin-top: -5px;
  }
  .label .number span {
    font-size: 1.25rem;
  }
  .label .rank-white {
    font-size: 1rem;
  }
  .label .desc-white {
    font-size: 0.875rem;
  }
  /* --- 吹き出しエリア --- */
  .balloon-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0px;
    position: relative;
  }
  .balloon-box {
    /* 1. CSSの枠線を消し、作成した背景画像を指定 */
    border: none;
    background: url("../images-cancer/balloon-sp.png") no-repeat center bottom;
    background-size: 100% 100%; /* ボックスの大きさに画像をフィットさせる */
    padding: 0.1rem 1rem 12.5rem;
    position: relative;
    z-index: 5;
  }

  .balloon-tail-pc {
    display: none;
  }
  /* --- 装飾要素 --- */
  .dog-image {
    position: absolute;
    right: 3%;
    bottom: 31%;
    width: 3.5rem;
    z-index: 10;
  }
  .balloon-content {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #38290f;
  }
  .date {
    margin-top: 0;
  }
}
@media (max-width: 768px) and (min-width: 501px) {
  /* --- ピラミッドエリア --- */
  .pyramid-wrapper {
    width: 100%;
    max-width: 450px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -15%;
  }
}
@media (max-width: 500px) {
  /* --- ピラミッドエリア --- */
  .pyramid-wrapper {
    width: 100%;
    max-width: 450px; 
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -27%;
  }
}
main.l-main {
  display: block;
  position: relative;
}

/* 特定のセクション（診療料金など）への着地をブラウザレベルで補正 */
/*
header
*/
.header {
  max-width: 100%;
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: fixed;
  z-index: 10000;
}
@media (max-width: 1023px) {
  .header {
    width: 100%;
    height: 80px;
  }
}

.header-inner {
  width: 100%;
  max-width: 1380px;
  padding: 0 40px;
  height: inherit;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .header-inner {
    padding: 0 20px;
  }
}

.header-content {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width: 1023px) {
  .header-content {
    display: block;
  }
}
.header-logo {
  width: 260px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1023px) {
  .header-logo {
    width: 200px;
    margin-bottom: 40px;
  }
}
.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -20px;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .header-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .header-top {
    display: block;
    text-align: center;
  }
}
.header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-item {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-right: 20px;
}

.header-menu-item:last-child {
  font-size: 24px;
  font-weight: bold;
  margin-right: 0;
}

.header-menu-item.tel a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-menu-item.tel img {
  width: 25px;
  height: auto;
  margin-right: 10px;
}

/* ハンバーガーボタン */
.hamburger {
  display: block;
  z-index: 300;
  position: absolute;
  right: 0;
  top: 20px;
  width: 40px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  padding: 40px 20px 0;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  padding-top: 50px;
  width: 100%;
}

nav.globalMenuSp ul li {
  text-align: left;
  list-style-type: none;
  padding: 0;
  width: 100%;
  position: relative;
}

nav.globalMenuSp ul li::after {
  display: block;
  content: "";
  position: absolute;
  background-image: url(../images-cancer/line.png);
  background-repeat: repeat;
  width: 100%;
  height: 1px;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li:hover {
  background: #fff;
}

nav.globalMenuSp ul li a {
  display: block;
  padding: 0.8em 0;
  text-decoration: none;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #38290f;
  font-weight: bold;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/*header*/
/*
  footer
*/
.footer-top {
  background: #8C0223;
  height: 20px;
  width: 100%;
}

.footer-content {
  background: #ECDBDD;
  padding: 30px 0;
}

.footer-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .footer-content-inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 1023px) {
  .footer-content-inner {
    display: block;
  }
}
.footer-content-desc {
  margin-right: 10px;
}

@media (max-width: 1023px) {
  .footer-content-desc {
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
.footer-content-desc-item {
  font-size: 18px;
  font-size: 1.125rem;
}

.footer-content-img {
  width: 234px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .footer-content-img {
    text-align: center;
    display: inline-block;
  }
}
.footer-content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023px) {
  .footer-content-body {
    display: block;
  }
}
.footer-content-body-item {
  width: 33.333%;
  border-left: 1px solid #231815;
  padding-left: 20px;
  margin-left: 27%;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .footer-content-body-item {
    margin-left: 5%;
  }
}
@media (max-width: 1023px) {
  .footer-content-body-item {
    border: none;
    margin: 0 auto;
    text-align: center;
    padding-left: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.footer-content-body-item:first-child {
  margin-left: 0;
}

@media (max-width: 1023px) {
  .footer-content-body-item:first-child {
    border: none;
    padding-left: 0;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
.footer-content-body-item:last-child {
  margin-left: 17%;
}

@media (max-width: 1200px) {
  .footer-content-body-item:last-child {
    margin-left: 8%;
  }
}
@media (max-width: 1023px) {
  .footer-content-body-item:last-child {
    margin: 0 auto;
  }
}
.footer-content-body-item-ttl {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
}

@media (max-width: 1023px) {
  .footer-content-body-item-ttl {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .footer-content-body-item-ttl {
    font-size: 1.35rem;
  }
}
.footer-content-body-item-other {
  margin-top: 30px;
}

.footer-content-body-menu-item {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 1023px) {
  .footer-content-body-menu-item {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .footer-content-body-menu-item {
    font-size: 1.2rem;
  }
}
.footer-bottom {
  font-weight: 600;
  color: #fff;
  background: #8C0223;
  padding: 30px 0 35px;
  position: relative;
}

@media (max-width: 1023px) {
  .footer-bottom {
    text-align: center;
  }
}
.footer-bottom-ttl {
  font-size: 32px;
  font-size: 2rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

@media (max-width: 1023px) {
  .footer-bottom-ttl {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-bottom-ttl {
    font-size: 1.75rem;
  }
}
.footer-bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  letter-spacing: 0.03em;
}

@media (max-width: 1023px) {
  .footer-bottom-menu {
    display: block;
  }
}
.footer-bottom-menu-item {
  width: calc(33.333% - 16.66667px);
  margin-right: 25px;
  font-size: 26.4px;
  font-size: 1.65rem;
  line-height: 1.3;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .footer-bottom-menu-item {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .footer-bottom-menu-item {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer-bottom-menu-item {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .footer-bottom-menu-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1023px) {
  .footer-bottom-menu-item:nth-child(2n) {
    margin: 0 auto;
  }
}
.footer-bottom-menu-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .footer-bottom-menu-item:nth-child(3n) {
    margin-right: 20px;
  }
}
@media (max-width: 1023px) {
  .footer-bottom-menu-item:nth-child(3n) {
    margin: 0 auto;
  }
}
.footer-bottom-menu-item:last-child {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .footer-bottom-menu-item:last-child {
    margin: 0 auto;
  }
}
.footer .toTop {
  position: absolute;
  right: 10px;
  top: 40px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  height: 100px;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  letter-spacing: 0.1em;
}

.footer .toTop::before {
  position: absolute;
  content: "";
  top: -25px;
  left: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 7px;
  height: 7px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.footer .copyright {
  background: #898989;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

/* top */
.top {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background-image: url(../images-cancer/fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 780px;
}
@media (max-width: 767px) {
  .top {
    /* 背景画像を SP用に切り替え */
    background-image: url(../images-cancer/fv-sp.jpg);
    background-position: center top;
    min-height: 90vh;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top.single {
  min-height: 50vh;
  background-image: unset;
  background-color: #f1f7ea;
}
@media screen and (min-width: 769px) {
  .top.single {
    min-height: 240px;
  }
}

.top-bg {
  width: 100%;
  height: 1270px;
  position: absolute;
  top: 115px;
  left: 0;
  z-index: 10;
}

@media (max-width: 1200px) {
  .top-bg {
    height: 1180px;
  }
}
@media (max-width: 1023px) {
  .top-bg {
    background: none;
  }
}
/* 
  mv 
*/
.mv {
  z-index: 15;
  position: relative;
  margin-top: 105px;
  margin-bottom: 140px;
  letter-spacing: 0.1em;
}

@media (max-width: 1200px) {
  .mv {
    margin-top: 50px;
  }
}
@media (max-width: 1023px) {
  .mv {
    margin-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mv {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 60px;
  }
}
.mv-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .mv-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .mv-content {
    display: block;
  }
}
.mv-ttl {
  font-weight: 600;
  font-size: 54.4px;
  font-size: 3.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #8C0223;
}
@media (max-width: 767px) {
  .mv-ttl {
    font-size: 8vw;
    line-height: 1.4;
  }
  .mv-ttl br {
    display: block;
  }
}

.mv-subTtl {
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #1B1464;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .mv-subTtl {
    font-size: 1.25rem;
    padding: 8px 20px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, .9);
  }
}

.mv-txt {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: -2px;
}

@media (max-width: 767px) {
  .mv-txt {
    font-size: 0.9rem;
  }
}
.mv-img {
  width: 65%;
  margin-top: -60px;
}

@media (max-width: 1200px) {
  .mv-img {
    margin-top: 0;
    width: 55%;
  }
}
@media (max-width: 1023px) {
  .mv-img {
    width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .mv-img {
    width: 300px;
  }
}
/* topic */
.topic {
  z-index: 15;
  position: relative;
}

@media (max-width: 1023px) {
  .topic {
    background: #8C0223;
    padding: 60px 0;
  }
}
.topic-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .topic-items {
    display: block;
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .topic-items {
    width: 350px;
    max-width: 90%;
  }
}
.topic-item {
  width: calc(33.333% - 20px);
  margin-right: 30px;
  color: #fff;
}

.topic-item:last-child {
  margin-right: 0;
}

.topic-item-img {
  margin-bottom: 15px;
}

.topic-item-category {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  background: #F28E1E;
  margin-bottom: 7px;
}

.topic-item .bg-blue {
  background: #0071B7;
}

.topic-item-date {
  margin-bottom: 5px;
  font-size: 20px;
  font-size: 1.25rem;
}

.topic-item-ttl {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 1023px) {
  .topic-item-ttl {
    margin-bottom: 60px;
  }
}
/*
  main
*/
/*
  menu
*/
.menu {
  margin-bottom: 40px;
}

@media (max-width: 1023px) {
  .menu {
    margin-top: 2200px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .menu {
    margin-top: 1720px;
  }
}
.menu .inner {
  width: 980px;
}

.menu-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .menu-items {
    display: block;
  }
}
.menu-item {
  width: 33.333%;
  border-left: 1px solid #231815;
  padding: 0 50px;
  margin-bottom: 90px;
  text-align: center;
}

@media (max-width: 1200px) {
  .menu-item {
    padding: 0 30px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
@media (max-width: 1023px) {
  .menu-item {
    width: 500px;
    border: none;
  }
}
@media (max-width: 767px) {
  .menu-item {
    width: 350px;
    max-width: 90%;
  }
}
.menu-item:nth-child(3n) {
  margin-right: 0;
  border-right: 1px solid #231815;
}

@media (max-width: 1023px) {
  .menu-item:nth-child(3n) {
    border: none;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
.menu-item-img {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (max-width: 1023px) {
  .menu-item-img {
    width: 70%;
  }
}
.menu-item-img img {
  height: 150px;
}

.menu-item-ttl {
  font-weight: 600;
  font-size: 29.6px;
  font-size: 1.85rem;
  margin-bottom: 35px;
  letter-spacing: 0.1em;
}

.menu-item-btn {
  color: #8C0223;
  font-size: 18px;
  font-size: 1.125rem;
  border: 1px solid #8C0223;
  border-radius: 30px;
  display: inline-block;
  width: 180px;
  padding: 2px;
  padding-right: 20px;
  position: relative;
}

.menu-item-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid transparent;
  border-left: 8px solid #8C0223;
}

/*top*/
/*
  page
  各ページの共通部分
*/
.page {
  margin-bottom: 100px;
}

.page-header {
  background: #1B1464;
  padding: 30px 0;
  margin-top: -50px;
  margin-bottom: 50px;
}

.page-header .inner {
  position: relative;
}

.page-ttl {
  letter-spacing: 0.2em;
  font-size: 40px;
  font-size: 2.5rem;
  color: #fff;
}

@media (max-width: 767px) {
  .page-ttl {
    font-size: 2rem;
  }
}
.page-body {
  margin-right: 30px;
  width: 70%;
}

@media (max-width: 1023px) {
  .page-body {
    width: 100%;
    margin-right: 0;
  }
}
.page-body img {
  margin-bottom: 10px;
}

.page-body-ttl, .page-body h2 {
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 1px solid #8C0223;
  margin-top: 5px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .page-body-ttl, .page-body h2 {
    font-size: 2rem;
    position: sticky;
    left: 0;
  }
}
.page-body-ttl span, .page-body h2 span {
  color: #1B1464;
  font-size: 48px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .page-body-ttl span, .page-body h2 span {
    font-size: 2.5rem;
  }
}
.page-body-txt, .page-body p {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .page-body-txt, .page-body p {
    font-size: 1rem;
  }
}
.page-body-menu, .page-body ul {
  margin-bottom: 50px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 767px) {
  .page-body-menu, .page-body ul {
    font-size: 1rem;
  }
}
.page-body-menu-item, .page-body-menu li, .page-body ul-item, .page-body ul li {
  padding-left: 50px;
  position: relative;
}

@media (max-width: 767px) {
  .page-body-menu-item, .page-body-menu li, .page-body ul-item, .page-body ul li {
    padding-left: 25px;
    margin-bottom: 5px;
  }
}
.page-body-menu-item::before, .page-body-menu li::before, .page-body ul-item::before, .page-body ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #231815;
}

@media (max-width: 767px) {
  .page-body-menu-item::before, .page-body-menu li::before, .page-body ul-item::before, .page-body ul li::before {
    left: 0;
    width: 15px;
    height: 15px;
  }
}
.page-body a {
  color: #fff;
  background: #8C0223;
  border-radius: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 10px;
  width: 200px;
  display: inline-block;
}

.page-body table {
  text-align: left;
  font-size: 20.8px;
  font-size: 1.3rem;
  border: 1px solid #231815;
  border-collapse: collapse;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .page-body table {
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
  }
}
.page-body table th, .page-body table td {
  border: 1px solid #231815;
  line-height: 1.3;
}

.page-body table th {
  width: 300px;
  background: #F2F2F3;
  padding: 30px;
}

.page-body table td {
  width: 900px;
  padding: 30px 20px;
}



.page .inner {
  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: start;
}

.page .sidebar {
  border: 1px solid #fff;
  background: #8C0223;
  color: #fff;
  width: 23%;
  position: absolute;
  right: 0;
  top: 45px;
  z-index: 40;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1023px) {
  .page .sidebar {
    width: 200px;
  }
}
.page .sidebar-menu-item {
  padding: 11px;
  border-bottom: 1px solid #fff;
  position: relative;
}

.page .sidebar-menu-item:last-child {
  border-bottom: none;
}

.page .sidebar-menu-item::after {
  position: absolute;
  content: "";
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 10px solid transparent;
  border-left: 12px solid #fff;
}

.page .sidebar-menu-item-ttl {
  background: #CE7963;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.page .sidebar-menu-item-subTtl {
  background: #1B1464;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.page .sidebar-menu-item-subTtl:after {
  border: none;
}

.page .sidebar-menu-item a {
  color: #fff;
}

.page .sidebar-active::after {
  border-left: 12px solid #FFFF00;
}

.sidebar-slide {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  /* ナビ開いてる時のボタン */
}

.sidebar-slide span {
  position: absolute;
  left: 6px;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sidebar-slide span:nth-of-type(1) {
  top: 10px;
}

.sidebar-slide span:nth-of-type(2) {
  top: 20px;
}

.sidebar-slide span:nth-of-type(3) {
  top: 30px;
}

.sidebar-slide.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sidebar-slide.active span:nth-child(2),
.sidebar-slide.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*page*/
/*  
  archive
*/
.archive-ttl {
  font-size: 44.8px;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  color: #1B1464;
  text-align: center;
}

@media (max-width: 767px) {
  .archive-ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.archive-circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #8A0324;
  opacity: 0.6;
  margin: 0 auto;
  margin-bottom: 60px;
}

.archive-content {
  margin-bottom: 50px;
}

.archive-content-ttl {
  font-size: 40px;
  font-size: 2.5rem;
  border-bottom: 1px solid #8C0223;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .archive-content-ttl {
    font-size: 2rem;
  }
}
.archive-content-ttl span {
  color: #1B1464;
  font-size: 48px;
  font-size: 3rem;
}

@media (max-width: 767px) {
  .archive-content-ttl span {
    font-size: 2.5rem;
  }
}
.archive-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.archive-item {
  width: calc(33.333% - 16.66667px);
  margin-right: 25px;
  margin-bottom: 90px;
  position: relative;
}

@media (max-width: 1023px) {
  .archive-item {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .archive-item {
    width: 350px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .archive-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .archive-item:nth-child(2n) {
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
.archive-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .archive-item:nth-child(3n) {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .archive-item:nth-child(3n) {
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
@media (max-width: 1023px) {
  .archive-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .archive-item:nth-child(6n) {
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
.archive-item-img {
  display: inline-block;
  height: 290px;
  margin-bottom: 15px;
}

.archive-item-img img {
  height: 100%;
}

.archive-item-ttl {
  color: #fff;
  background: #1B1464;
  text-align: center;
  font-size: 35.2px;
  font-size: 2.2rem;
  padding: 3px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1;
}

@media (max-width: 767px) {
  .archive-item-ttl {
    font-size: 1.75rem;
  }
}
.archive-item-txt {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 35px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .archive-item-txt {
    font-size: 1rem;
  }
}
.archive-item-btn {
  color: #fff;
  background: #8C0223;
  border-radius: 30px;
  width: 180px;
  line-height: 1;
  padding-bottom: 5px;
  padding-right: 60px;
  display: inline-block;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .archive-item-btn {
    font-size: 1.75rem;
    padding: 7px;
    padding-bottom: 10px;
    padding-right: 20px;
  }
}
.archive-item-btn::after {
  position: absolute;
  content: "";
  top: 11px;
  width: 50px;
  height: 12px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
}

@media (max-width: 767px) {
  .archive-item-btn::after {
    width: 40px;
    top: 16px;
  }
}
.appArchive .archive-content-ttl span {
  color: #8C0223;
}

.appArchive .archive-item-ttl {
  background: #8C0223;
}

.appArchive .archive-item-btn {
  background: #1B1464;
}

/*archive*/
/*
  guide
*/
.guide {
  margin-bottom: 20px;
}

.guide .inner {
  width: 1000px;
}

.guide-ttl {
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-size: 44.8px;
  font-size: 2.8rem;
  margin-bottom: 10px;
  color: #1B1464;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .guide-ttl {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .guide-ttl br {
    display: none;
  }
}
.guide-circle {
  width: 25px;
  height: 25px;
  background: #8A0324;
  opacity: 0.6;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 35px;
}

.guide-txt {
  font-size: 20.8px;
  font-size: 1.3rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .guide-txt {
    font-size: 1.125rem;
  }
}
.guide-txt:nth-child(2n) {
  margin-bottom: 140px;
}

.guide-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.guide-item {
  width: calc(33.333% - 66.66667px);
  margin-right: 100px;
  margin-bottom: 110px;
  text-align: center;
}

@media (max-width: 1023px) {
  .guide-item {
    width: calc(50% - 30px);
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .guide-item {
    width: 350px;
    max-width: 90%;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .guide-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .guide-item:nth-child(2n) {
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.guide-item:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1023px) {
  .guide-item:nth-child(3n) {
    margin-right: 60px;
  }
}
@media (max-width: 767px) {
  .guide-item:nth-child(3n) {
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
@media (max-width: 1023px) {
  .guide-item:nth-child(6n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .guide-item:nth-child(6n) {
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.guide-item-img {
  margin-bottom: 30px;
}

.guide-item-img img {
  height: 180px;
}

.guide-item-ttl {
  color: #fff;
  background: #1B1464;
  font-size: 28px;
  font-size: 1.75rem;
  padding: 10px;
  margin-bottom: 30px;
}

.guide-item-btn {
  color: #8C0223;
  border: 1px solid #8C0223;
  border-radius: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  width: 180px;
  display: inline;
  padding: 5px 30px;
  padding-right: 45px;
  position: relative;
}

.guide-item-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 13px solid #8C0223;
}

/*guide*/
@media (max-width: 1023px) {
  .is-pc {
    display: none;
  }
}
@media (min-width: 1024px) {
  .is-sp {
    display: none;
  }
}
html {
  font-size: 100%;
}

body {
  font-family: myriad-pro, sans-serif;
  color: #231815;
  line-height: 1.5;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #231815;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
}

/*
  下層ページ
*/
/*
  fv
*/
@media (max-width: 1023px) {
  .fv {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .fv {
    margin-top: 80px;
  }
}
.fv-top {
  height: 20px;
  background: #8C0223;
}

.fv-content {
  background-image: url(../images-cancer/fv-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 425px;
  color: #fff;
  position: relative;
}

@media (max-width: 767px) {
  .fv-content {
    height: 400px;
  }
}
.fv-content .inner {
  position: relative;
  top: 50%;
}

.fv-content-txts {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 10px #231815;
}

.fv-content-ttl {
  font-size: 56px;
  font-size: 3.5rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
  position: relative;
  margin-top: -10px;
}

@media (max-width: 767px) {
  .fv-content-ttl {
    font-size: 3rem;
  }
}
.fv-content-ttl::before {
  position: absolute;
  content: "";
  background: #fff;
  right: -60px;
  bottom: 0;
  width: 2000px;
  height: 2px;
}

@media (max-width: 767px) {
  .fv-content-ttl::before {
    right: -20px;
  }
}
.fv-content-txt {
  font-size: 23.2px;
  font-size: 1.45rem;
}

@media (max-width: 767px) {
  .fv-content-txt {
    font-size: 1.25rem;
  }
}
/* 
  breadcrumb
*/
.breadcrumb {
  margin-bottom: 50px;
  padding: 10px;
}

.breadcrumb-img {
  width: 16px;
}

/* 全体コンテナ: FVを1440pxまでに制限 */
.top {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  background-image: url(../images-cancer/fv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .top {
    min-height: 1045px;
    height: 100vh;
    background-image: url(../images-cancer/fv-sp.png);
    background-position: center;
  }
}
@media (max-width: 767px) and (min-width: 601px) {
  .top {
    min-height: 800px;
    height: 100vh;
    background-image: url(../images-cancer/fv-sp.png);
    background-position: center;
  }
}
@media (max-width: 600px) {
  .top {
    min-height: 560px;
    height: 90vh;
    background-image: url(../images-cancer/fv-sp.png);
    background-position: center;
  }
}

/* 
  MVセクション
*/
.mv {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .mv {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .mv {
    display: block;
    padding-top: 10vh;
  }
}

.mv-body {
  width: 100%;
  text-align: left;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .mv-body {
    margin-top: 5.625rem;
  }
}
@media (max-width: 767px) {
  .mv-body {
    text-align: center;
  }
}

/* 画像化したコピーの制御 */
.mv-copy-img {
  max-width: 100%;
  height: auto;
}
.mv-copy-img.is-pc {
  width: 650px;
}
.mv-copy-img.is-sp {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .mv-copy-img.is-sp {
    width: 100%;
  }
}
/*# sourceMappingURL=styles.css.map */
