@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bg: white;
  --em: #e4007f;
  --text: #232323;
  --yellowgreen: #e9e255;
  --lightgreen:#f5f6c6;
  --green: #4c9f4f;
  --orange: #e88603;
  --yellow: #e9e255;
  --cream: #fffeee;
  --lightblue: #d1e2ec;
  --pale: #ebf6f5;
  --blue: #036EB8;
  --beige: #ebe3bd;
  --purple: #796ca4;
  --grey: #898989;
  --lightgrey: #EFEFEF;
  --violet: #a674b0;
  --lightviolet: #e0cee1;
  --gold: #BF9D5A;
  --pink: #f19ec2;
  --red: #e60012;
  --mint: #2aaba0;
  scroll-behavior: smooth;
}

#detail #middle_cont_left {
  color: var(--text);
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-family: "Hiragino sans", "Hiragino Kaku Gothic", "Noto Sans JP", "Noto Sans", "Meiryo", sans-serif;
  letter-spacing: -0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  background-color: var(--bg);
  background-image: none;
  background-size: 100% auto;
  background-position: center 400px;
  background-repeat: repeat-y;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #detail #middle_cont_left {
    padding: 0;
    background-size: 200% auto;
    background-position: centr top;
  }
}
@media screen and (max-width: 320px) {
  #detail #middle_cont_left {
    font-size: 12px;
    line-height: 1.5;
    width: 95vw;
    padding: 0;
  }
}
#detail #middle_cont_left p {
  hanging-punctuation: allow-end;
  line-break: strict;
}
#detail #middle_cont_left sup {
  font-size: 80%;
  top: -0.3em;
  line-height: 1;
}
#detail #middle_cont_left em {
  color: var(--em);
}
#detail #middle_cont_left em,
#detail #middle_cont_left span {
  font-style: normal;
}
#detail #middle_cont_left em.blue,
#detail #middle_cont_left span.blue {
  color: var(--mint);
  font-style: inherit;
}
#detail #middle_cont_left em.green,
#detail #middle_cont_left span.green {
  color: var(--green);
  font-style: inherit;
}
#detail #middle_cont_left em.orange,
#detail #middle_cont_left span.orange {
  color: var(--orange);
  font-style: inherit;
}
#detail #middle_cont_left em.yellow,
#detail #middle_cont_left span.yellow {
  color: var(--yellow);
  font-style: inherit;
}
#detail #middle_cont_left em.purple,
#detail #middle_cont_left span.purple {
  color: var(--purple);
  font-style: inherit;
}
#detail #middle_cont_left em.gold,
#detail #middle_cont_left span.gold {
  color: var(--gold);
}
#detail #middle_cont_left em.pink,
#detail #middle_cont_left span.pink {
  color: var(--pink);
}
#detail #middle_cont_left em.red,
#detail #middle_cont_left span.red {
  color: var(--red);
  font-style: inherit;
}
#detail #middle_cont_left .marker {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(255, 243, 63, 0) 55%, #fff33f 65%, #fff33f 95%, rgba(255, 243, 63, 0) 100%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_blue {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(183, 205, 218, 0) 45%, rgba(183, 205, 218, 0.5) 55%, rgba(183, 205, 218, 0.5) 90%, rgba(183, 205, 218, 0) 95%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_green {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(217, 228, 128, 0) 45%, rgba(217, 228, 128, 0.5) 55%, rgba(217, 228, 128, 0.5) 90%, rgba(217, 228, 128, 0) 95%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left .marker_pink {
  /*color: #fff;*/
  color: inherit;
  background: transparent linear-gradient(to bottom, rgba(244, 180, 208, 0) 45%, rgba(244, 180, 208, 0.5) 55%, rgba(244, 180, 208, 0.5) 90%, rgba(244, 188, 208, 0) 95%);
  padding: 0;
  margin: 0;
}
#detail #middle_cont_left a img {
  border: none;
}

#page-top {
  z-index: 99;
}

#dv_latest_recipe .sq dd.naiyo {
  text-align: justify;
  line-break: strict;
}

#ul_kiji {
  padding: 0 28px;
}

/* ----------------------------------------------------------------------- */
/* 共通 */
/* ----------------------------------------------------------------------- */
.flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .flex {
    flex-wrap: wrap;
  }
}

.wrap {
  flex-wrap: wrap;
}

.caption,
.spec {
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .caption,
  .spec {
    transform: scale(1);
    font-size: 9px;
    line-height: 13px;
    letter-spacing: -0.05em;
  }
}

.spec strong:not(.inline) {
  display: block;
  white-space: nowrap;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 480px) {
  .sp {
    display: revert !important;
  }
}

.sp5 {
  display: none !important;
}
@media screen and (max-width: 320px) {
  .sp5 {
    display: inherit !important;
  }
}

@media screen and (max-width: 480px) {
  .nosp {
    display: none !important;
  }
}

.alignRight {
  text-align: right !important;
  transform-origin: right bottom;
}

.alignCenter {
  text-align: center !important;
}

.serif {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
}

#middle_cont_left {
  counter-reset: title;
}

.u05, .u04, .u03, .u02, .u01, .b05, .b04, .b03, .b02, .b01 {
  background: white;
  padding: 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .u05, .u04, .u03, .u02, .u01, .b05, .b04, .b03, .b02, .b01 {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.u05:last-of-type, .u04:last-of-type, .u03:last-of-type, .u02:last-of-type, .u01:last-of-type, .b05:last-of-type, .b04:last-of-type, .b03:last-of-type, .b02:last-of-type, .b01:last-of-type {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------- */
/* b-sodin */
/* ----------------------------------------------------------------------- */
.bsodin {
  background: repeating-linear-gradient(60deg, var(--green) 0%, var(--yellowgreen) 750px, var(--green) 1500px);
  padding: 40px 30px 40px;
}
@media screen and (max-width: 480px) {
  .bsodin {
    padding: 30px 15px;
  }
}

/* ----------------------------------------------------------------------- */
/* b00 */
/* ----------------------------------------------------------------------- */
.b00 {
  position: relative;
  width: calc(100% + 60px);
  height: 410px;
  margin: 0 -30px;
  background: white image-set(url("images/b00-fig.jpg") 1x, url("images/b00-fig@2x.jpg") 2x) center top no-repeat;
  background-size: auto 410px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .b00 {
    width: calc(100% + 30px);
    height: 450px;
    background-size: auto 380px;
    margin: 0 -15px 15px;
  }
}
.b00 .spec {
  position: absolute;
  width: fit-content;
  left: 460px;
  bottom: 50px;
}
@media screen and (max-width: 480px) {
  .b00 .spec {
    position: static;
    margin: 0 auto;
    padding-top: 370px;
    padding-left: 3em;
  }
}

/* ----------------------------------------------------------------------- */
/* b01 */
/* ----------------------------------------------------------------------- */
.b01 {
  display: grid;
  grid-template: auto/auto;
  align-items: center;
  gap: 26px;
}
@media screen and (max-width: 480px) {
  .b01 {
    gap: 15px;
  }
}
.b01--title {
  grid-column: 1/span 2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  width: fit-content;
  border-left: 4px solid var(--green);
  padding-left: 0.8em;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .b01--title {
    grid-column: 1;
    letter-spacing: 0;
    margin: 0;
    padding-left: 0.3em;
  }
}
.b01--text {
  text-align: justify;
}
.b01--sub {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--green);
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
}
.b01--fig01 {
  margin-right: -6px;
}
@media screen and (max-width: 480px) {
  .b01--fig01 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .b01 .b01_column {
    margin: 0 0 10px;
  }
}
.b01 .b01_column--title {
  margin: 0 0 0.3em;
}
.b01 .b01_column--title img {
  max-width: 100%;
}
.b01 .b01_column--text {
  font-size: 12px;
  font-feature-settings: "palt";
  line-height: 1.5;
  text-align: justify;
  border: 0.5px solid var(--text);
  border-radius: 8px;
  padding: 8px;
  margin: 0;
}

/* ----------------------------------------------------------------------- */
/* b02 */
/* ----------------------------------------------------------------------- */
.b02--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .b02--title {
    flex-direction: column;
    gap: 15px;
  }
}
.b02--title-img {
  max-width: 100%;
}
.b02--text {
  margin-bottom: 30px;
}
.b02 .b02a {
  display: grid;
  grid-template: auto/auto;
  gap: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .b02 .b02a {
    gap: 15px;
  }
}
.b02 .b02a--title {
  grid-column: 1/span 2;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--green);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt";
  border-bottom: 1px solid var(--green);
  width: fit-content;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .b02 .b02a--title {
    grid-column: 1;
    font-size: 18px;
    text-decoration: underline;
    border: none;
  }
}
.b02 .b02a--text {
  text-align: justify;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .b02--fig02 {
    justify-self: center;
  }
}
.b02 .b02b {
  margin-bottom: 20px;
}
.b02 .b02b--title {
  grid-column: 1/span 2;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--green);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt";
  border-bottom: 1px solid var(--green);
  width: fit-content;
  margin: 0 0 0.8em;
}
@media screen and (max-width: 480px) {
  .b02 .b02b--title {
    font-size: 18px;
    border: none;
    text-decoration: underline;
  }
}
.b02 .b02b--text {
  text-align: justify;
}
.b02--key01, .b02--key02 {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 480px) {
  .b02--key01, .b02--key02 {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------------------------- */
/* b03 */
/* ----------------------------------------------------------------------- */
.b03 {
  padding: 30px 30px 40px;
}
@media screen and (max-width: 480px) {
  .b03 {
    padding: 15px;
  }
}
.b03--title {
  margin: 0 0 20px;
}
.b03--title img {
  max-width: 100%;
}
.b03 .b03a {
  display: grid;
  grid-template: auto/320px 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .b03 .b03a {
    grid-template: auto/auto;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.b03 .b03a--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--green);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  margin: 0;
  align-self: end;
}
@media screen and (max-width: 480px) {
  .b03 .b03a--title {
    font-size: 18px;
  }
}
.b03 .b03a--text {
  margin: 0;
  text-align: justify;
}
.b03--fig01 {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 480px) {
  .b03--fig01 {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }
}
.b03 .b03b {
  display: grid;
  grid-template: auto/320px 1fr;
  gap: 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .b03 .b03b {
    grid-template: auto/auto;
    gap: 15px;
    margin-bottom: 40px;
  }
}
.b03 .b03b--title {
  grid-column: 1/span 2;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .b03 .b03b--title {
    grid-column: 1;
  }
  .b03 .b03b--title img {
    max-width: 100%;
  }
}
.b03 .b03b--text {
  margin: 0;
  text-align: justify;
}
.b03--fig02 {
  grid-column: 2;
  grid-row: 2;
}
@media screen and (max-width: 480px) {
  .b03--fig02 {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
  }
}
.b03--fig03 {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
.b03--key01 {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .b03--key01 {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------------------------- */
/* b04 */
/* ----------------------------------------------------------------------- */
.b04 {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .b04 {
    padding: 15px;
  }
}
.b04 .b04a {
  margin-bottom: 30px;
}
.b04 .b04a--title {
  margin: 0 0 10px;
}
.b04 .b04a--text {
  text-align: justify;
  margin: 0;
}
.b04 .b04b {
  display: grid;
  grid-template: auto/auto;
  gap: 10px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .b04 .b04b {
    gap: 10px;
  }
}
.b04 .b04b--title {
  margin: 0;
}
.b04 .b04b--text {
  margin: 0;
}
.b04--fig01 {
  grid-column: 2;
  grid-row: 1/span 2;
}
@media screen and (max-width: 480px) {
  .b04--fig01 {
    grid-column: 1;
    grid-row: auto;
    justify-self: center;
    margin-left: -5%;
  }
}
.b04--key01 {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
.b04 .b04_column {
  position: relative;
  background: var(--lightblue);
  padding: 15px 20px 15px 75px;
}
@media screen and (max-width: 480px) {
  .b04 .b04_column {
    padding: 15px;
  }
}
.b04 .b04_column--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  .b04 .b04_column--title {
    padding-left: 50px;
  }
}
.b04 .b04_column--title strong {
  font-size: 21px;
}
@media screen and (max-width: 480px) {
  .b04 .b04_column--title strong {
    font-size: inherit;
  }
}
.b04 .b04_column--title:before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "結論";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino sans", "Hiragino Kaku Gothic", "Noto Sans JP", "Noto Sans", "Meiryo", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0;
  width: 52px;
  height: 52px;
  padding-top: 2px;
  border-radius: 26.5px;
  background: var(--green);
}
@media screen and (max-width: 480px) {
  .b04 .b04_column--title:before {
    width: 48px;
    height: 48px;
  }
}
.b04 .b04_column--text {
  text-align: justify;
  margin: 0;
}

/* ----------------------------------------------------------------------- */
/* b05 */
/* ----------------------------------------------------------------------- */
.b05--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 60px);
  height: 40px;
  margin: 0 -30px 15px;
  background: linear-gradient(-60deg, var(--green) 50%, var(--yellowgreen) 120%);
}
@media screen and (max-width: 480px) {
  .b05--title {
    line-height: 1.4;
    width: calc(100% + 30px);
    height: auto;
    padding: 10px 15px;
    margin: 0 -15px 15px;
  }
}
.b05 .b05a {
  border: 1px solid var(--green);
  padding: 0 10px 10px;
  margin-bottom: 15px;
}
.b05 .b05a--title {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  background: var(--green);
  margin: 0 -10px 10px;
}
.b05 .b05a--title small {
  font-size: 90%;
  font-weight: inherit;
  color: inherit;
}
.b05 .b05a--text {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
}
.b05 .b05a--quote {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  border: none;
  padding: 10px 15px;
  background: var(--lightgreen);
  margin: 0;
}
.b05 .b05a--quote cite {
  display: block;
  font-size: 10px;
  text-align: right;
}
.b05 .b05_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 15px 40px;
}
@media screen and (max-width: 480px) {
  .b05 .b05_list {
    grid-template: auto/1fr;
  }
}
.b05 .b05_list--item {
  font-size: 12px;
  line-height: 1.5;
}
.b05 .b05_list--item-span2 {
  grid-row: span 2;
}
.b05 .b05_list--item:last-of-type {
  margin-top: -6px;
}
.b05 .b05_list--title {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  background: var(--pale);
  margin: 0 0 10px;
  border: 1px solid var(--grey);
}
@media screen and (max-width: 480px) {
  .b05 .b05_list--title {
    margin-bottom: 6px;
  }
}
.b05 .b05_list--title small {
  color: inherit;
  font-size: 90%;
  font-weight: inherit;
}
.b05 .b05_list--sub {
  color: var(--green);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 0.3em;
}
.b05 .b05_list--text {
  text-align: justify;
  margin: 0;
}
.b05 .b05_list--flex {
  display: flex;
  gap: 15px;
}
.b05 .b05_list--flex img {
  flex-shrink: 0;
}

/* ----------------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
.umteen {
  background: repeating-linear-gradient(60deg, var(--orange) 0%, var(--yellow) 750px, var(--orange) 1500px);
  padding: 40px 30px 40px;
}
@media screen and (max-width: 480px) {
  .umteen {
    padding: 30px 15px;
  }
}

/* ----------------------------------------------------------------------- */
/* u00 */
/* ----------------------------------------------------------------------- */
.u00 {
  position: relative;
  width: calc(100% + 60px);
  height: 410px;
  margin: 0 -30px;
  background: white image-set(url("images/u00-fig.jpg") 1x, url("images/u00-fig@2x.jpg") 2x) center top no-repeat;
  background-size: auto 410px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .u00 {
    width: calc(100% + 30px);
    height: 450px;
    background-size: auto 380px;
    margin: 0 -15px 15px;
  }
}
.u00 .spec {
  position: absolute;
  width: fit-content;
  left: 460px;
  bottom: 50px;
}
@media screen and (max-width: 480px) {
  .u00 .spec {
    position: static;
    margin: 0 auto;
    padding-top: 370px;
    padding-left: 3em;
  }
}

/* ----------------------------------------------------------------------- */
/* u01 */
/* ----------------------------------------------------------------------- */
.u01 {
  display: grid;
  grid-template: auto/auto;
  align-items: center;
  gap: 10px 20px;
}
@media screen and (max-width: 480px) {
  .u01 {
    gap: 15px;
  }
}
.u01--title {
  grid-column: 1/span 2;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  width: fit-content;
  border-left: 4px solid var(--orange);
  padding-left: 0.8em;
  margin: 0 auto 15px;
}
@media screen and (max-width: 480px) {
  .u01--title {
    grid-column: 1;
    letter-spacing: 0;
    margin: 0;
    padding-left: 0.3em;
  }
}
.u01--text {
  text-align: justify;
}
.u01--sub {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--orange);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.u01--text {
  grid-column: 1;
  text-align: justify;
  font-feature-settings: "palt";
  margin: 0;
}
.u01 picture {
  display: contents;
}
.u01--fig01 {
  grid-column: 2;
  grid-row: 2/span 2;
  align-self: start;
}
@media screen and (max-width: 480px) {
  .u01--fig01 {
    grid-column: 1;
    grid-row: auto;
    align-self: center;
    max-width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------- */
/* u02 */
/* ----------------------------------------------------------------------- */
.u02 {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .u02 {
    padding: 15px;
  }
}
.u02--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media screen and (max-width: 480px) {
  .u02--title {
    flex-direction: column;
    gap: 15px;
  }
}
.u02--title img {
  max-width: 100%;
}
.u02--fig01 {
  display: block;
  margin: -36px 0 0 -90px;
}
@media screen and (max-width: 480px) {
  .u02--fig01 {
    margin: 0 auto;
  }
}
.u02--text {
  text-align: justify;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .u02--text {
    margin-bottom: 20px;
  }
}
.u02 .u02a {
  display: grid;
  grid-template: auto/auto;
  gap: 10px 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .u02 .u02a {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.u02 .u02a--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--orange);
  font-size: 21px;
  line-height: 1.5;
  font-weight: 700;
  font-feature-settings: "palt";
  border-bottom: 1px solid var(--orange);
  width: fit-content;
  margin: 0;
}
.u02 .u02a--text {
  text-align: justify;
  margin: 0;
}
.u02--fig02 {
  grid-column: 1;
}
@media screen and (max-width: 480px) {
  .u02--fig02 {
    max-width: 100%;
    grid-row: 4;
  }
}
.u02--fig03 {
  grid-column: 2;
  grid-row: 1/span 3;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .u02--fig03 {
    grid-column: 1;
    grid-row: 3;
    max-width: 100%;
    margin: 0 auto;
  }
}
.u02--fig04 {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}
.u02--key01 {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

/* ----------------------------------------------------------------------- */
/* u03 */
/* ----------------------------------------------------------------------- */
.u03 {
  padding: 30px 30px 40px;
}
@media screen and (max-width: 480px) {
  .u03 {
    padding: 15px 15px 30px;
  }
}
.u03--title {
  margin: 0 0 20px;
}
.u03--title img {
  max-width: 100%;
}
.u03 .u03a--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: var(--orange);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  margin: 0 0 10px;
  align-self: end;
}
@media screen and (max-width: 480px) {
  .u03 .u03a--title {
    font-size: 18px;
  }
}
.u03 .u03a--text {
  margin: 0 0 30px;
  text-align: justify;
}
@media screen and (max-width: 480px) {
  .u03 .u03a--text {
    margin-bottom: 20px;
  }
}
.u03--fig01 {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  .u03--fig01 {
    margin-bottom: 20px;
  }
}
.u03--key01 {
  display: block;
  margin: 0 auto 40px;
  max-width: 100%;
}
.u03 .u03b--title {
  margin: 0 0 10px;
}
.u03 .u03b--title img {
  max-width: 100%;
}
.u03 .u03b--text {
  text-align: justify;
  margin: 0 0 30px;
}
@media screen and (max-width: 480px) {
  .u03 .u03b--text {
    margin-bottom: 20px;
  }
}
.u03--key02 {
  display: block;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------- */
/* u04 */
/* ----------------------------------------------------------------------- */
.u04 {
  padding: 30px;
}
@media screen and (max-width: 480px) {
  .u04 {
    padding: 15px;
  }
}
.u04 .u04a {
  margin-bottom: 30px;
}
.u04 .u04a--title {
  margin: 0 0 10px;
}
.u04 .u04a--text {
  text-align: justify;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .u04 .u04a--text {
    margin-bottom: 20px;
  }
}
.u04--fig01 {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.u04 .u04b {
  display: grid;
  grid-template: auto/auto;
  gap: 10px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .u04 .u04b {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.u04 .u04b--title {
  margin: 0;
}
.u04 .u04b--title img {
  max-width: 100%;
}
.u04 .u04b--text {
  text-align: justify;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .u04 .u04b--text {
    grid-row: 3;
  }
}
.u04--fig02 {
  grid-column: 2;
  grid-row: 1/span 2;
  align-self: center;
}
@media screen and (max-width: 480px) {
  .u04--fig02 {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }
}
.u04--key01 {
  display: block;
  margin: 0 auto 30px;
  max-width: 100%;
}
.u04 .u04_column {
  position: relative;
  background: var(--lightblue);
  padding: 15px 20px 15px 75px;
}
@media screen and (max-width: 480px) {
  .u04 .u04_column {
    padding: 15px;
  }
}
.u04 .u04_column--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
  .u04 .u04_column--title {
    padding-left: 50px;
  }
}
.u04 .u04_column--title strong {
  font-size: 21px;
}
@media screen and (max-width: 480px) {
  .u04 .u04_column--title strong {
    font-size: inherit;
  }
}
.u04 .u04_column--title:before {
  position: absolute;
  left: 10px;
  top: 15px;
  content: "結論";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Hiragino sans", "Hiragino Kaku Gothic", "Noto Sans JP", "Noto Sans", "Meiryo", sans-serif;
  color: white;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 0;
  width: 52px;
  height: 52px;
  padding-top: 2px;
  border-radius: 26.5px;
  background: var(--orange);
}
@media screen and (max-width: 480px) {
  .u04 .u04_column--title:before {
    width: 48px;
    height: 48px;
  }
}
.u04 .u04_column--text {
  text-align: justify;
  margin: 0;
}

/* ----------------------------------------------------------------------- */
/* u05 */
/* ----------------------------------------------------------------------- */
.u05--title {
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
  color: white;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% + 60px);
  height: 40px;
  margin: 0 -30px 15px;
  background: linear-gradient(-60deg, var(--orange) 50%, var(--yellow) 120%);
}
@media screen and (max-width: 480px) {
  .u05--title {
    line-height: 1.4;
    width: calc(100% + 30px);
    height: auto;
    padding: 10px 8px;
    margin: 0 -15px 15px;
  }
}
.u05 .u05a {
  border: 1px solid var(--orange);
  padding: 0 10px 10px;
  margin-bottom: 15px;
}
.u05 .u05a--title {
  color: white;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  background: var(--orange);
  margin: 0 -10px 10px;
}
.u05 .u05a--title small {
  font-size: 90%;
  font-weight: inherit;
  color: inherit;
}
.u05 .u05a--text {
  font-size: 12px;
  line-height: 1.5;
  text-align: justify;
  margin: 0;
}
.u05 .u05_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template: auto/1fr 1fr;
  gap: 15px 40px;
}
@media screen and (max-width: 480px) {
  .u05 .u05_list {
    grid-template: auto/1fr;
  }
}
.u05 .u05_list--item {
  font-size: 12px;
  line-height: 1.5;
}
.u05 .u05_list--title {
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
  background: var(--cream);
  margin: 0 0 10px;
  border: 1px solid var(--grey);
}
@media screen and (max-width: 480px) {
  .u05 .u05_list--title {
    margin-bottom: 6px;
  }
}
.u05 .u05_list--title small {
  color: inherit;
  font-size: 90%;
  font-weight: inherit;
}
.u05 .u05_list--sub {
  color: var(--green);
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0 0 0.3em;
}
.u05 .u05_list--text {
  text-align: justify;
  margin: 0;
}

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