#cancer_aroma {
  font-family: "Arial", "Yu Gothic", "メイリオ", YuGothic, "游ゴシック体", Hiragino Kaku Gothic ProN, sans-serif;
}
body:not([id^="home"]) main {
  background-image: none !important;
}
.cancer_fv {
  background-image: url(../images/cancer_fv.png);
  background-repeat: no-repeat;
  background-size: 65vw 100%;
  background-position: top right;
  height: 40vw;
  max-height: 722px;
  margin-top: min(88px, 4.8vw);
}

.cancer_fv .inner, .cancer_catch {
  height: 100%;
}

.cancer_catch_label {
  writing-mode: horizontal-tb;
  transform: rotate(90deg);
  color: #80BEAF; 
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 14px;
  line-height: calc(24 / 14);
  margin-bottom: 1em;
}

.cancer_catch_title {
  font-size: 30px;
  writing-mode: vertical-rl;
  line-height: calc(35 / 30);
  font-family: 'Zen Old Mincho', serif;
  position: relative;
  font-weight: normal;
}

.cancer_catch_title::before {
  content: "COLUMN";
  position: absolute;
  top: 2.5em;
  right: -5em;
  writing-mode: horizontal-tb;
  transform: rotate(90deg);
  color: #80BEAF; 
  letter-spacing: 0.4em;
  font-size: 14px;
  font-family: "futura-pt", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#breadcrumb ol {
  text-align: right;
  font-family:  "Arial", "Yu Gothic", "メイリオ", YuGothic, "游ゴシック体", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 16px;
  margin-top: min(33px, 1.8vw);
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li:not(:first-of-type) {
  margin-left: 2em;
  position: relative;
}

#breadcrumb li:not(:first-of-type)::before {
  position: absolute;
  content: "\003E";
  top: 0;
  left: -1em;
}

.cancer_lead {
  text-align: center;
  color: #705949;
  margin-top: min(120px, 6.7vw);
}

.cancer_lead_contents {
  background-color: #FFFCF4;
  padding: 28px;
}


.cancer_lead_title {
  font-family: 'Zen Old Mincho', serif;
  font-size: 25px;
  line-height: calc(41 / 25);
  font-weight: 500;
}

.cancer_lead_text {
  font-size: 16px;
  line-height: calc(28 / 15);
  letter-spacing: .05em;
  padding-top: min(30px, 1.7vw);
}

.cancer_archive_container {
    margin-top: min(137px, 7.6vw);
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: min(60px, 3.3vw);
}

.cancer_archive_container a {
  text-decoration: none;
  display: block;
}

.cancer_archive_list {
    width: 340px;
    max-width: 100%;
    list-style: none;
}

.cancer_archive_list img {
    aspect-ratio: 340 / 180;
}

.cancer_archive_date {
    font-size: 14px;
    margin-top: .8em;
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.cancer_archive_list h3 {
    font-weight: 500;
    font-size: 18px;
}

.page-numbers {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
    list-style: none;
    gap: 10%;
    margin-top: min(80px, 4.4vw);
    font-family: "futura-pt", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
}

.page-numbers.current {
  color: #80BEAF;
  border-bottom: 1px solid #80BEAF;
}

.footer_aroma .column_data:not(:first-of-type) {
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .cancer_fv {
    background-image: url(../images/cancer_fv_sp.png);
    height: 80vw;
    max-height: none;
  }
.cancer_catch_title::before {
  font-size: 10px;
}

.cancer_catch_title {
  font-size: 20px;
  padding-left: 8%;
}

#breadcrumb ol {
  font-size: 10px;
}

.cancer_lead {
  margin-top: 17.4vw;
}

.cancer_lead_contents {
    padding: 10%;
    width: 85%;
    margin: auto;
}

.cancer_lead_title {
    font-size: clamp(14px,4.4vw,20px);
    text-align: left;
  }
  
  .cancer_lead_text {
    padding-top: clamp(12px, 2.6vw, 14px);
    text-align: justify;
    font-size: clamp(12px, 2.6vw, 14px);
  }
  
  .cancer_archive_container {
    gap: 16vw;
  }

  
  .cancer_archive_date {
  font-size: clamp(10px, 2.6vw, 14px);
}

.cancer_archive_list h3 {
  font-size: clamp(14px,4vw,18px);
}

.page-numbers{
  font-size: 12px;
}
}
