.pageAttempt p:not(.brandPDFTitle):not(.tashikametaiImgCapNum):not(.tashikametaiImgCapText), .pageAttempt ol, .pageAttempt .cmText {
  font-size: 1.6rem;
  line-height: 1.6;
  vertical-align: middle;
}
.pageAttempt table {
  border-collapse: collapse;
  border: 1px solid #CFBBAD;
  text-align: left;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: fit-content;
}
.pageAttempt th {
  background-color: #F3E7D6;
  border: 1px solid #CFBBAD;
  font-weight: normal;
  padding: 0.8em 0.5em;
  vertical-align: top;
}
.pageAttempt th *:not(li) {
  margin-top: 5px;
}
.pageAttempt th *:first-child {
  margin-top: 0;
}
.pageAttempt td {
  background-color: #fff;
  border: 1px solid #CFBBAD;
  padding: 0.8em;
  vertical-align: top;
}
.pageAttempt td *:not(li) {
  margin-top: 5px;
}
.pageAttempt td *:first-child {
  margin-top: 0;
}

.bgWhiteBox {
  background-color: #fff;
}

.tashikametai .bgWhiteBox {
  border-radius: 10px;
  padding: 30px 0;
}
.tashikametai .modal__overlay {
  background: rgba(3, 137, 199, 0.5);
}
.tashikametai .modal__close {
  background-color: #0389c7;
  border: 1px solid #0389c7;
}
.tashikametai .modal__close:hover {
  background-color: #fff;
  color: #0389c7;
}

.tashikametaiTitle img {
  margin-inline: auto;
}

.tashikametaiLinkList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 10px;
  max-width: 960px;
  margin-inline: auto;
}

.tashikametaiLink {
  border: 2px solid #0389c7;
  border-radius: 10px;
  color: #0389c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  padding: 0.5em 5px;
  transition: background 0.3s, color 0.3s;
}
.tashikametaiLink.-active {
  background-color: #0389c7;
  color: #fff;
  pointer-events: none;
}
.tashikametaiLink:hover {
  background-color: #0389c7;
  color: #fff;
}

.tashikametaiContents {
  background-color: #0389c7;
  color: #fff;
  padding: 30px 15px;
}

.tashikametaiReportTitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.tashikametaiImgList {
  gap: 20px 12px;
}

.tashikametaiImgCapWrap {
  display: grid;
  gap: 8px;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
}
.tashikametaiImgCapWrap .pageButton {
  border: 2px solid #0389c7;
  background-color: #0389c7;
  padding: 0.2em 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tashikametaiImgCapWrap .pageButton:hover {
  background-color: #fff;
  color: #0389c7;
}

.tashikametaiImgCapNum {
  color: #999;
  font-size: 1.2rem;
  font-weight: bold;
}

.tashikametaiImgCapText {
  font-size: 1.3rem;
  font-weight: 500;
  min-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tashikametaiModalImg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cmListWrap {
  gap: 50px;
}

.cmList {
  border-bottom: 4px dashed #DECFAE;
  gap: 40px;
  padding-bottom: 50px;
}
.cmList:last-child {
  border: none;
  padding-bottom: 0;
}

.cmListItem {
  align-items: start;
  gap: 30px;
}

.columnCmBox {
  background-color: #333;
  margin-bottom: 34px;
  padding: 4% 5%;
  position: relative;
}
.columnCmBox:after {
  content: "";
  display: block;
  background-image: url(../images/bg-tv.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 150px;
  height: 34px;
  margin: auto;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
}

.cmInfo {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.cmTitle {
  color: #EA6001;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}

.challengeCmList {
  gap: 40px;
}

.challengeCmListItem {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.challengeCmTitleWrap {
  border-bottom: 1px solid #EA6001;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding-bottom: 0.75em;
}

.challengeCmTitleLabel {
  background-color: #EA6001;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0.2em 0.5em;
}

.challengeCmTitle {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}

.challengeCm p {
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.challengeCm {
  gap: 25px 30px;
}
.challengeCm a {
  border: 1px solid #D9D9D9;
  display: block;
  transition: opacity 0.3s;
}
.challengeCm a:hover {
  opacity: 0.7;
}
.challengeCm img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: contain;
}

.brandPDFList {
  gap: 50px 20px;
}
.brandPDFList .pageButton {
  border-radius: 30px;
  gap: 0;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0.5em 5px;
}

.brandPDFListItem {
  display: grid;
  gap: 10px;
}

.brandPDFLink {
  display: block;
  transition: opacity 0.3s;
}
.brandPDFLink:hover {
  opacity: 0.7;
}

.brandPDFTitle {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.6rem;
  font-weight: bold;
}

.brandPDFText {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: normal;
  width: 100%;
}

.tourMovieWrap {
  max-width: 640px;
}

.tourBanner {
  max-width: 400px;
}

.bgKinoko01 {
  width: 100%;
  position: relative;
}
.bgKinoko01 .bgItem {
  position: relative;
  z-index: 0;
}

.kinokoLinkWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 3%;
  width: 92%;
  height: 6.6%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.kinokoLink {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  display: block;
}
.kinokoLink.kinoko01 {
  background-image: url(../attempt/recipe/images/kinoko_bnr1.gif);
}
.kinokoLink.kinoko02 {
  background-image: url(../attempt/recipe/images/kinoko_bnr2.gif);
}
.kinokoLink:hover {
  background-position: bottom left;
}

.bgTomato01 {
  width: 100%;
  position: relative;
}
.bgTomato01 .bgItem {
  position: relative;
  z-index: 0;
}

.tomatoLinkWrap {
  display: grid;
  gap: 0 3%;
  width: 50%;
  height: 8.2%;
  margin: auto;
  position: absolute;
  top: 55.5%;
  left: 0;
  right: 0;
}

.tomatoLink {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
  display: block;
}
.tomatoLink.tomato01 {
  background-image: url(../attempt/recipe/images/tomato_bnr1.gif);
}
.tomatoLink:hover {
  background-position: bottom left;
}

.oishisaRecipe .bgWhiteBox {
  border: 2px solid #a8602f;
  border-radius: 10px;
  padding: 30px 0;
}
.oishisaRecipe.oishisaTomatoRecipe .bgWhiteBox {
  border: 2px solid #EA6001;
}

.recipeBlog {
  width: fit-content;
  margin-inline: auto;
}
.recipeBlog img {
  width: auto;
  height: 40px;
}

.oishisaRecipePageTitle {
  border-bottom: 2px dashed #a8602f;
  color: #a8602f;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 8px;
  padding-bottom: 12px;
}
.oishisaTomatoRecipe .oishisaRecipePageTitle {
  border-bottom: 2px dashed #EA6001;
  color: #EA6001;
}

.oishisaRecipeMessage {
  gap: 25px 30px;
}
.oishisaRecipeMessage .columnTextBox {
  background-color: #F4ECD6;
  border-radius: 10px;
  padding: 30px 20px;
}

.oishisaRecipeMessageTitle {
  color: #EA6001;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.oishisaRecipeTitle {
  border-bottom: 2px dashed #EA6001;
  color: #EA6001;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 8px;
  padding-bottom: 12px;
}

.oishisaRecipeInfoLabel {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1em;
  position: relative;
}
.oishisaRecipeInfoLabel::before {
  content: "";
  display: block;
  background-color: #EA6001;
  border-radius: 5px;
  width: 8px;
  height: 1.2em;
  position: absolute;
  top: 0;
  left: 0;
}

.oishisaRecipeInfoList {
  list-style: decimal;
  margin-left: 1.25em;
}

.oishisaRecipeIngredients {
  width: 100%;
}

.oishisaRecipeIngredient {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media (min-width: 768px) {
  .pageAttempt table:not([class]) {
    width: revert-layer;
  }
  .pageAttempt th {
    padding: 1em;
  }
  .pageAttempt td {
    padding: 1em;
  }
  .tashikametai .bgWhiteBox {
    padding: 50px 0;
  }
  .tashikametaiLinkList {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 15px;
  }
  .tashikametaiLink {
    font-size: 1.8rem;
  }
  .tashikametaiContents {
    padding: 30px;
  }
  .tashikametaiReportTitle {
    font-size: 2.8rem;
  }
  .tashikametaiImgCapWrap {
    gap: 12px;
  }
  .tashikametaiImgCapNum {
    font-size: 1.4rem;
  }
  .tashikametaiImgCapText {
    font-size: 1.4rem;
    min-height: 44px;
  }
  .cmListWrap {
    gap: 70px;
  }
  .cmList {
    gap: 60px;
    padding-bottom: 70px;
  }
  .challengeCmList {
    gap: 60px;
  }
  .challengeCmListItem {
    padding: 40px 30px 30px;
  }
  .challengeCmTitleLabel {
    font-size: 1.6rem;
  }
  .challengeCmTitle {
    font-size: 3.2rem;
  }
  .brandPDFList {
    gap: 60px 30px;
  }
  .brandPDFList .pageButton {
    font-size: 1.6rem;
  }
  .brandPDFTitle {
    font-size: 1.8rem;
  }
  .oishisaRecipe .bgWhiteBox {
    border: 4px solid #a8602f;
    padding: 50px 0;
  }
  .oishisaRecipe.oishisaTomatoRecipe .bgWhiteBox {
    border: 4px solid #EA6001;
  }
  .recipeBlog {
    margin-left: auto;
    margin-right: 0;
  }
  .oishisaRecipePageTitle {
    font-size: 2.8rem;
  }
  .oishisaRecipeMessageTitle {
    font-size: 2.4rem;
  }
  .oishisaRecipeTitle {
    font-size: 2.6rem;
  }
  .oishisaRecipeInfoLabel {
    font-size: 2rem;
    padding-left: 0.8em;
  }
  .oishisaRecipeIngredient {
    display: revert-layer;
  }
  .oishisaRecipeIngredientTitle, .oishisaRecipeIngredientText {
    width: 16.6666666667%;
  }
}

@media (min-width: 960px) {
  .tashikametaiContents {
    padding: 50px;
  }
}

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