@charset "UTF-8";
.page-disasterfood {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", yugothic, "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
.page-disasterfood p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}
.page-disasterfood .font-bold {
  font-weight: 700;
}
.page-disasterfood .u-mb-10 {
  margin-bottom: 10px;
}
.page-disasterfood .kv {
  position: relative;
  max-width: 1440px;
  width: 100%;
  height: 537px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-disasterfood .kv {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
.page-disasterfood .kv .kv__cont {
  max-width: 426px;
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 78px;
  left: 89px;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .page-disasterfood .kv .kv__cont {
    width: 45%;
    top: clamp(10px, 78px - (1439px - 100vw) * 0.067, 78px);
    left: clamp(20px, 89px - (1439px - 100vw) * 0.103, 89px);
  }
}
@media screen and (max-width: 767px) {
  .page-disasterfood .kv .kv__cont {
    max-width: none;
    max-height: none;
    position: static;
    text-align: center;
    padding: 32px 24px 0px;
  }
}
.page-disasterfood .kv .kv__cont img {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .page-disasterfood .kv .kv__cont img {
    width: -webkit-fill-available;
  }
}
@media screen and (max-width: 375px) {
  .page-disasterfood .kv .kv__cont img {
    width: clamp(200px, 91.2vw, 342px);
  }
}
@media screen and (max-width: 320px) {
  .page-disasterfood .kv .kv__cont img {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .page-disasterfood .kv .kv__cont h1 img {
    width: auto;
    margin-bottom: 10px;
  }
}
.page-disasterfood .kv .kv__cont .kv__navlist {
  margin-top: 32px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .page-disasterfood .kv .kv__cont .kv__navlist {
    margin-top: clamp(0px, 32px - (1439px - 100vw) * 0.045, 32px);
  }
}
.page-disasterfood .kv .kv__cont .kv__navlist li {
  padding-bottom: 16px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .page-disasterfood .kv .kv__cont .kv__navlist li {
    padding-bottom: clamp(5px, 16px - (1439px - 100vw) * 0.045, 16px);
    margin-bottom: clamp(5px, 15px - (1439px - 100vw) * 0.045, 15px);
  }
}
@media screen and (max-width: 767px) {
  .page-disasterfood .kv .kv__cont .kv__navlist li {
    padding-bottom: 16px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 375px) {
  .page-disasterfood .kv .kv__cont .kv__navlist li .c-btn-arrow--white {
    width: clamp(20px, 8.5333333333vw, 32px);
    height: clamp(20px, 8.5333333333vw, 32px);
  }
}
@media screen and (max-width: 320px) {
  .page-disasterfood .kv .kv__cont .kv__navlist li .c-btn-arrow--white {
    width: 20px;
    height: 20px;
  }
}
.page-disasterfood .kv .kv__cont .kv__navlist li a {
  width: 100%;
}
.page-disasterfood .kv .kv__cont .kv__navlist li:not(:last-child) {
  border-bottom: 1px #000000 dashed;
}
.page-disasterfood .kv .kv__cont .kv__navlist li:nth-child(1) .c-btn-arrow--white,
.page-disasterfood .kv .kv__cont .kv__navlist li:nth-child(3) .c-btn-arrow--white {
  top: 7px;
  right: 1px;
}
.page-disasterfood .kv .kv__cont .kv__navlist li:nth-child(2) .c-btn-arrow--white,
.page-disasterfood .kv .kv__cont .kv__navlist li:nth-child(4) .c-btn-arrow--white {
  top: 21px;
  right: 1px;
}
.page-disasterfood .kv .kv__bg {
  width: 864px;
  max-width: 80%;
  height: 480px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 0 0 40px;
  z-index: 0;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .page-disasterfood .kv .kv__bg {
    height: auto;
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .page-disasterfood .kv .kv__bg {
    max-width: none;
    width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    border-radius: 0 0 40px 40px;
  }
}
.page-disasterfood .kv .kv__bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  transition: object-position 0.3s ease;
  transition: object-position 0.3s ease, -o-object-position 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .page-disasterfood .kv .kv__bg img {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
}
@media screen and (max-width: 992px) {
  .page-disasterfood .kv .kv__bg img {
    -o-object-position: 55% center;
       object-position: 55% center;
  }
}
@media screen and (max-width: 767px) {
  .page-disasterfood .kv .kv__bg img {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.page-disasterfood .shokuiku__bg--opacity {
  height: 374px;
  margin-top: -254px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .page-disasterfood .shokuiku__bg--opacity {
    height: clamp(200px, 374px - (1439px - 100vw) * 0.23, 374px);
  }
}
@media screen and (max-width: 767px) {
  .page-disasterfood .shokuiku__bg--opacity {
    height: 380px;
    margin-top: -320px;
  }
}
.page-disasterfood .shokuiku__bg--bgWhite {
  width: 100%;
  border-radius: 40px;
  background-color: #ffffff;
}
.page-disasterfood .l-content__bg {
  background-color: #fff6e8;
  padding-bottom: 109px;
}
.page-disasterfood .l-content__inner--bgWhite {
  width: 100%;
  max-width: 1224px;
  border-radius: 40px;
  box-sizing: border-box;
  background-color: #ffffff;
  margin: 80px auto 0;
  padding: 57px clamp(24px, 114px - (1440px - 100vw) * 0.134, 114px) 65px;
  position: relative;
}
.page-disasterfood .l-content__inner--bgWhite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 214px;
  height: 120px;
  background-image: url("/sustainability/shokuiku/learn/disasterfood/imgs/orn-polygon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .page-disasterfood .l-content__inner--bgWhite {
    padding-top: 47px;
    margin-left: 0;
    margin-top: 90px;
  }
  .page-disasterfood .l-content__inner--bgWhite::before {
    display: none;
  }
  .page-disasterfood .forEmergencies {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page-disasterfood .p-profile--shokuiku {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  max-width: 996px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 37px 32px 30px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}
.page-disasterfood .p-profile--shokuiku .p-profile__text-wrap {
  max-width: 696px;
  width: 100%;
}
.page-disasterfood .p-profile--shokuiku .p-profile__heading {
  margin-bottom: 15px;
}
.page-disasterfood .p-profile--shokuiku .p-profile__heading__name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.page-disasterfood .p-profile--shokuiku .p-profile__heading__name span {
  font-size: 20px;
}
.page-disasterfood .p-profile--shokuiku .p-profile__heading__name .font-bold {
  font-weight: 700;
}
.page-disasterfood .p-profile--shokuiku .p-profile__heading__name small {
  font-size: smaller;
}
.page-disasterfood .p-profile--shokuiku .p-profile__heading__name span img {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.page-disasterfood .p-profile--shokuiku .p-profile__heading__name .p-profile__heading__name-en {
  margin-top: 8px;
}
.page-disasterfood .p-profile--shokuiku .p-profile__text {
  margin-bottom: 0px;
}
.page-disasterfood .p-profile--shokuiku .p-profile__img {
  max-width: 216px;
  margin-top: -50px;
}
.page-disasterfood .p-profile--shokuiku .p-profile__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-disasterfood .p-profile--shokuiku {
    flex-direction: column;
    gap: 0;
    padding: 20px;
  }
  .page-disasterfood .p-profile--shokuiku .p-profile__img {
    margin: -20px auto 0;
    max-width: 302px;
  }
  .page-disasterfood .p-profile--shokuiku .p-profile__heading {
    margin-bottom: 9px;
  }
}

.p-introduce-card {
  max-width: 712px;
  width: 100%;
  margin: 32px auto 70px;
  display: flex;
  flex-direction: row;
}
.p-introduce-card .p-introduce-card__img {
  max-width: 240px;
  margin-top: -67px;
  margin-left: -3px;
}
.p-introduce-card.--mtadjust {
  margin-top: 104px;
}

@media screen and (max-width: 767px) {
  .p-introduce-card {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }
  .p-introduce-card picture {
    max-width: 342px;
  }
  .p-introduce-card .p-introduce-card__img.--ver1 {
    margin-top: -25px;
    margin-left: -42px;
  }
  .p-introduce-card .p-introduce-card__img.--ver2 {
    margin-top: -24px;
    margin-left: -42px;
  }
  .p-introduce-card.--mtadjust {
    margin-top: 48px;
  }
}
.p-produce-pic {
  width: 100%;
  margin-top: 32px;
}

.p-produce-pic.--ver3 {
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
  max-width: 800px;
}

@media screen and (max-width: 767px) {
  .p-produce-pic {
    margin: 32px auto;
    max-width: 342px;
  }
  .p-produce-pic.--ver2 {
    margin: 23px auto;
    max-width: 243px;
  }
  .p-produce-pic.--ver3 {
    margin-top: 32px;
    margin-bottom: 48px;
    max-width: 342px;
  }
}
.p-produce-card__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-produce-card__img {
    width: 103%;
  }
}

.p-produce-card {
  width: 100%;
  max-height: 257px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-produce-card img {
  max-height: 257px;
  width: auto;
}

@media screen and (max-width: 767px) {
  .p-produce-card.--sp-ver1 {
    justify-content: center;
    max-height: none;
    gap: 16px;
  }
  .p-produce-card.--sp-ver1 img {
    max-height: 192px;
  }
}
.line--dot {
  max-width: 996px;
  width: 100%;
  height: 4px;
  background-image: url("/sustainability/shokuiku/learn/disasterfood/imgs/line-dot.svg");
  background-repeat: repeat-x;
  background-position: center;
  border: none;
  margin: -4px auto 64px;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .line--dot {
    max-width: none;
    margin-top: 50px;
    margin-bottom: 47px;
    background-image: url("/sustainability/shokuiku/learn/disasterfood/imgs/line-dot-sp.svg");
  }
}
.forEmergencies__inner,
.tailoryourfoodsupply__inner,
.eatforbalance__inner,
.practicegoodeatingdaily__inner,
.warmmealsincrises__inner,
.letscooking {
  max-width: 840px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.forEmergencies__inner h2,
.tailoryourfoodsupply__inner h2,
.eatforbalance__inner h2,
.practicegoodeatingdaily__inner h2,
.warmmealsincrises__inner h2,
.letscooking h2 {
  margin-bottom: 16px;
}
.forEmergencies__inner h2 img,
.tailoryourfoodsupply__inner h2 img,
.eatforbalance__inner h2 img,
.practicegoodeatingdaily__inner h2 img,
.warmmealsincrises__inner h2 img,
.letscooking h2 img {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.forEmergencies__inner p,
.tailoryourfoodsupply__inner p,
.eatforbalance__inner p,
.practicegoodeatingdaily__inner p,
.warmmealsincrises__inner p,
.letscooking p {
  text-align: left;
}

.tailoryourfoodsupply .tailoryourfoodsupply__inner h2 {
  margin-bottom: 32px;
}
.tailoryourfoodsupply .p-produce-card {
  margin: 31px auto 105px;
}
.tailoryourfoodsupply .p-introduce-card__img {
  margin-top: -81px;
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .tailoryourfoodsupply .tailoryourfoodsupply__inner h2 {
    margin-bottom: 32px;
  }
}

.eatforbalance .eatforbalance__inner h2 {
  margin-bottom: 31px;
}
@media screen and (max-width: 767px) {
  .eatforbalance .eatforbalance__inner h2 {
    margin-top: 0;
    margin-bottom: 31px;
  }
}
.eatforbalance .eatforbalance__imageBox {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 30px auto 47px;
}
.eatforbalance .eatforbalance__imageBox h3 {
  margin-top: 50px;
  margin-bottom: 31px;
}
.eatforbalance .eatforbalance__imageBox .p-produce-card {
  max-width: 593px;
  max-height: 255px;
  margin-left: 4px;
}
@media screen and (max-width: 767px) {
  .eatforbalance .eatforbalance__imageBox {
    max-width: 342px;
    margin-top: 32px;
    margin-bottom: 48px;
  }
  .eatforbalance .eatforbalance__imageBox h3 {
    max-width: 301px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
}
.eatforbalance .eatforbalance__certificationBox {
  border: 4px solid #FF6400;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: left;
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .eatforbalance .eatforbalance__certificationBox {
    padding: 28px 16px;
    gap: 18px;
    margin-bottom: 48px;
  }
}
.eatforbalance .eatforbalance__certificationBox picture img {
  height: auto;
  max-width: 475px;
  width: 100%;
}
.eatforbalance .eatforbalance__certificationBox .u-bg-01 {
  background-color: #F4F4F4;
  border-radius: 10px;
  border: none;
  padding: 21px 24px;
}
.eatforbalance .eatforbalance__certificationBox .u-bg-01 p:last-of-type {
  font-size: 14px;
  margin-top: 3px;
}
.eatforbalance .eatforbalance__certificationBox .p-flame {
  width: 100%;
  border-color: #F6F6F6;
  border-radius: 10px;
  padding: 18px 22px;
  margin: 0 auto;
}
.eatforbalance .eatforbalance__certificationBox .p-flame p {
  font-size: 14px;
  line-height: 1.74;
}
.eatforbalance .eatforbalance__certificationBox .p-flame p:last-of-type {
  margin-top: 5px;
  letter-spacing: -0.8px;
}
@media screen and (max-width: 767px) {
  .eatforbalance .eatforbalance__certificationBox .u-bg-01 {
    padding: 11px 10px;
  }
  .eatforbalance .eatforbalance__certificationBox .p-flame {
    margin-top: 3px;
    padding: 8px;
  }
  .eatforbalance .eatforbalance__certificationBox picture img {
    max-width: 302px;
  }
}

.practicegoodeatingdaily h2 {
  margin-bottom: 32px;
}
.practicegoodeatingdaily .p-flame--RollingStock {
  max-width: 832px;
  width: 100%;
  margin: 35px auto 37px;
  padding: 29px 0 28px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.practicegoodeatingdaily .p-flame--RollingStock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFF6E8;
  border-radius: 10px;
  z-index: 1;
}
.practicegoodeatingdaily .p-flame--RollingStock::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background: linear-gradient(to right, #4C8EE0 50%, #3FB40C 50%), linear-gradient(to right, #E0B317 50%, #E14D4D 50%);
  background-size: 100% 50%, 100% 50%;
  background-position: top, bottom;
  background-repeat: no-repeat;
  border-radius: 14px;
  z-index: 0;
}
.practicegoodeatingdaily .p-flame--RollingStock p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: 17px;
  z-index: 2;
}
.practicegoodeatingdaily .p-flame--RollingStock .c-btn-link.c-btn-blank {
  position: relative;
  z-index: 2;
}
.practicegoodeatingdaily .p-introduce-card {
  margin-top: 102px;
  margin-bottom: 68px;
}
.practicegoodeatingdaily .p-introduce-card .p-introduce-card__img {
  margin-top: -80px;
  margin-left: -1px;
}

@media screen and (max-width: 767px) {
  .practicegoodeatingdaily .p-flame--RollingStock {
    padding: 32px 16px 28px;
  }
  .practicegoodeatingdaily .p-flame--RollingStock p {
    margin-bottom: 13px;
  }
  .practicegoodeatingdaily .p-introduce-card {
    margin-top: 48px;
    margin-bottom: 0;
  }
  .practicegoodeatingdaily .p-introduce-card .p-introduce-card__img {
    margin-top: -24px;
    margin-left: -42px;
  }
}
.warmmealsincrises sup {
  position: relative;
  top: -3px;
}
.warmmealsincrises h2 {
  margin-bottom: 33px;
}
.warmmealsincrises .p-flame {
  margin-top: 31px;
  margin-bottom: 16px;
  padding: 25px 30px 23px;
  border: solid 1px #CCCCCC;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .warmmealsincrises .p-flame {
    padding: 20px;
  }
}
.warmmealsincrises .c-text-note.c-text-note--02 {
  font-size: 14px;
  margin-top: 3px;
  padding-left: 2em;
  text-indent: -2em;
}
.warmmealsincrises .c-text-note.c-text-note--02:last-child {
  margin-bottom: 69px;
}
@media screen and (max-width: 767px) {
  .warmmealsincrises .c-text-note.c-text-note--02:last-child {
    margin-bottom: 51px;
  }
}
.warmmealsincrises .c-text-note--02:before {
  content: "※1";
  margin-right: 3px;
}
.warmmealsincrises .c-text-note--02:last-child:before {
  content: "※2";
  margin-right: -2px;
}

.letscooking .p-produce-card {
  max-width: 800px;
  margin: 31px auto 63px;
}
.letscooking .p-produce-card img {
  max-height: 237px;
}
.letscooking .recipeBox {
  max-width: 840px;
  margin: 0 auto 68px;
}
.letscooking .recipeBox .recipeCards {
  display: flex;
  flex-direction: column;
  gap: 62px;
}
@media screen and (max-width: 767px) {
  .letscooking .recipeBox {
    margin-bottom: 48px;
  }
  .letscooking .recipeBox .recipeCards {
    gap: 49px;
  }
}
.letscooking .recipeCard-title {
  align-items: center;
  text-align: left;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
  padding-left: 24px;
  margin-bottom: 20px;
  position: relative;
}
.letscooking .recipeCard-title::before {
  content: "";
  width: 8px;
  height: calc(100% - 4px);
  background: #E60012;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.letscooking .recipeCard-title sup {
  position: relative;
  top: 3px;
  font-size: 26px;
  vertical-align: super;
}
.letscooking sup {
  vertical-align: super;
}
.letscooking .recipeHowtoBox {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.letscooking .howTo-ingredient {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1 1 320px;
  width: 100%;
  max-width: 320px;
}
.letscooking .howTo-ingredient__imgBox {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.letscooking .howTo-ingredient__img {
  width: 100%;
  height: auto;
}
.letscooking .howTo-ingredient__textBox {
  width: 100%;
}
.letscooking .howTo-ingredient__text-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
}
.letscooking .howTo-ingredient__text-mainBox {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.letscooking .howTo-ingredient__text-main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 7px;
  border-bottom: 1px dashed #1A1A1A;
}
.letscooking .howTo-ingredient__text-main + .letscooking .howTo-ingredient__text-main {
  margin-top: 8px;
}
.letscooking .howTo-ingredient__amount {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
}
.letscooking .howTo-ingredient__name {
  padding-left: 16px;
  position: relative;
}
.letscooking .howTo-ingredient__name::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFE5BD;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.letscooking .howTo-ingredient__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.letscooking .howTo-ingredient__text-ex {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.letscooking .howTo-mainListItem__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.letscooking .howTo-mainListItem__text small {
  font-size: 14px;
}
.letscooking .howTo-mainBox {
  flex: 1 1 480px;
  width: 100%;
  max-width: 480px;
}
.letscooking .howTo-mainList {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.letscooking .howTo-mainListItem {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.letscooking .howTo-mainListItemWrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  flex: 1 1 276px;
  width: 100%;
  max-width: 276px;
}
.letscooking .howTo-mainListItemBox {
  display: flex;
  gap: 12px;
}
.letscooking .numberBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 32px;
  width: 100%;
  max-width: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  background-color: #000000;
  border-radius: 5px;
  height: 32px;
  padding: 11px;
}
.letscooking .howTo-mainListItem__text {
  flex: 1 1 232px;
  width: 100%;
  max-width: 232px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.letscooking .howTo-mainListItem__text .c-text-note.c-text-note--02 {
  display: inline-block;
  font-size: 14px;
  line-height: 1.75;
  padding-left: 14px;
  text-indent: -14px;
  margin-top: 2px;
}
.letscooking .howTo-mainListItem__imgBox {
  flex: 1 1 180px;
  width: 100%;
  max-width: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.letscooking .howTo-mainListItem__img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .letscooking .recipeCard-title {
    font-size: 22px;
    max-width: 342px;
    margin: 0 auto 18px;
    padding-left: 19px;
  }
  .letscooking .recipeCard-title::before {
    width: 7px;
    height: 100%;
  }
  .letscooking .recipeCard-title sup {
    top: -2px;
    font-size: 15px;
  }
  .letscooking .recipeHowtoBox {
    flex-direction: column;
    gap: 30px;
  }
  .letscooking .howTo-ingredient {
    flex: 1 1 342px;
    max-width: 342px;
    margin: 0 auto;
    gap: 18px;
  }
  .letscooking .howTo-mainBox {
    flex: 1 1 342px;
    max-width: 342px;
    margin: 0 auto;
  }
  .letscooking .howTo-ingredient__text-mainBox {
    margin-top: 15px;
  }
  .letscooking .howTo-ingredient__text-title {
    font-size: 18px;
  }
  .letscooking .howTo-mainList {
    gap: 25px;
  }
  .letscooking .howTo-mainListItem {
    flex-direction: column;
    gap: 16px;
  }
  .letscooking .howTo-mainListItemBox {
    align-items: flex-start;
  }
  .letscooking .howTo-mainListItemWrap {
    flex: 1 1 100%;
    max-width: 100%;
    gap: 16px;
  }
  .letscooking .howTo-mainListItem__imgBox {
    flex: 1 1 100%;
    width: calc(100% - 44px);
    max-width: 100%;
    margin-left: auto;
  }
  .letscooking .howTo-mainListItem__text {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 3px;
  }
  .letscooking .howTo-mainListItem__text .c-text-note.c-text-note--02 {
    margin-top: 0;
  }
}

/* letscooking　PC・SP仕様修正*/
@media screen and (min-width: 768px) {
  .howTo-mainList .howTo-mainListItem:nth-child(n+3) {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .howTo-mainList .howTo-mainListItem:nth-child(2) {
    display: none !important;
  }
  .howTo-mainList .howTo-mainListItem:nth-child(3),
  .howTo-mainList .howTo-mainListItem:nth-child(4) {
    display: flex !important;
  }
}