.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .cont__container, .cont__container--small {
    max-width: 92vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .cont__container--small {
    max-width: 86.6666666667vw;
  }
}

.torikumi__link, .head__list-link, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.torikumi__link:hover, .head__list-link:hover, .link:hover {
  opacity: 0.7;
}

/* common:start */
@media screen and (max-width: 767px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important;
  }
}

.cont__container {
  color: #06171F;
  letter-spacing: 0;
}
/* common:end */
/* maintitle:start */
.maintitle__container {
  padding-top: 75px;
  padding-bottom: 10.4166666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .maintitle__container {
    padding-top: 11.7333333333vw;
    padding-bottom: 13.6vw;
  }
}
.maintitle__ttl {
  margin-bottom: 60px;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .maintitle__ttl {
    margin-bottom: 12vw;
  }
}
.maintitle__img {
  width: 100%;
}
.maintitle__txt {
  font-size: 18px;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .maintitle__txt {
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 767px) {
  .maintitle__txt {
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}

/* maintitle:end */
/* head:start */
.head__container {
  margin-bottom: 3.3333333333%;
  width: 100%;
  border-top: 4px solid #e50012;
  border-bottom: 4px solid #e50012;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .head__container {
    margin-bottom: 5.6vw;
    border-width: 0.8vw;
  }
}
.head__mainttl {
  padding: 0 20px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 1240px) {
  .head__mainttl {
    font-size: 2.5806451613vw;
  }
}
@media screen and (max-width: 767px) {
  .head__mainttl {
    padding: 0 4vw;
    font-size: 5.8666666667vw;
    transform: translate(0, -50%);
    left: auto;
    right: auto;
  }
}
.head__list {
  width: 80%;
  padding: 3.3333333333% 0 2.1666666667%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1240px) {
  .head__list {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 767px) {
  .head__list {
    padding: 11.4666666667vw 0 10.4vw;
    margin: 0 auto;
    width: auto;
    flex-direction: column;
  }
}
.head__list-item {
  width: 32.8125%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .head__list-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .head__list-item:not(:first-child) {
    margin-top: 7.2vw;
  }
}
.head__list-item:last-child {
  flex-grow: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .head__list-item:last-child {
    flex-grow: 0;
    white-space: normal;
  }
}
.head__list-item::before {
  content: "";
  background-image: url(/dairies/yogurt/meiji-r1/assets/img/icon_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 0;
}
@media screen and (max-width: 1240px) {
  .head__list-item::before {
    width: 2.6612903226vw;
    height: 2.6612903226vw;
  }
}
@media screen and (max-width: 767px) {
  .head__list-item::before {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    top: -0.2666666667vw;
  }
}
.head__list-link {
  display: block;
  padding-top: 0.2em;
  padding-left: 44px;
  font-size: 26px;
  line-height: 1.1923076923;
  text-align: center;
  position: relative;
}
.head__list-link:hover {
  color: inherit;
}
@media screen and (max-width: 1240px) {
  .head__list-link {
    padding-left: 3.5483870968vw;
    font-size: 2.0967741935vw;
  }
}
@media screen and (max-width: 767px) {
  .head__list-link {
    padding-left: 10.6666666667vw;
    font-size: 4.8vw;
    text-align: left;
  }
}

/* head:end */
/* torikumi:start */
.torikumi__container {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .torikumi__container {
    padding-bottom: 20.8vw;
  }
}
.torikumi__container > :last-child {
  border-bottom-width: 0;
}
.torikumi__contents {
  padding-top: 5.8333333333%;
  padding-bottom: 6.6666666667%;
  border-bottom: 1px solid #dfdacb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .torikumi__contents {
    padding-top: 8vw;
    padding-bottom: 9.3333333333vw;
  }
}
.torikumi__pict {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .torikumi__pict {
    width: 94.2028985507%;
  }
}
.torikumi__img {
  width: 100%;
}
.torikumi__ttl {
  padding-bottom: 1.6666666667%;
  width: 80%;
  font-size: 38px;
  font-weight: bold;
  color: #e50012;
}
@media screen and (max-width: 1240px) {
  .torikumi__ttl {
    font-size: 3.064516129vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi__ttl {
    padding-bottom: 5.3333333333vw;
    width: 100%;
    font-size: 6.9333333333vw;
    text-align: center;
    white-space: nowrap;
  }
}
.torikumi__txt {
  padding-top: 34px;
  width: 80%;
  font-size: 16px;
  line-height: 1.8125;
}
@media screen and (max-width: 767px) {
  .torikumi__txt {
    padding-top: 6.4vw;
    width: 94.2028985507%;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
}
.torikumi__detail {
  margin-top: 3.5%;
  width: 80%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .torikumi__detail {
    margin-top: 8vw;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.torikumi__detail-ttl {
  width: 50%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 4.6875%;
  font-size: 22px;
  text-align: right;
  color: #e50012;
  border-right: 2px solid #e50012;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1240px) {
  .torikumi__detail-ttl {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi__detail-ttl {
    width: auto;
    padding-top: 0;
    padding-bottom: 1.6vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    font-size: 5.0666666667vw;
    border-right-width: 0;
    border-bottom: 0.5333333333vw solid #e50012;
  }
}
.torikumi__detail-content {
  width: 50%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 4.4791666667%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .torikumi__detail-content {
    width: 100%;
    padding-top: 4.8vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 4vw;
    align-items: center;
  }
}
.torikumi__link {
  padding-right: 42px;
  font-size: 18px;
  display: block;
  position: relative;
}
.torikumi__link:hover {
  color: inherit;
}
.torikumi__link:not(:first-child) {
  margin-top: 3.233256351%;
}
@media screen and (max-width: 767px) {
  .torikumi__link:not(:first-child) {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width: 1240px) {
  .torikumi__link {
    padding-right: 3.3870967742vw;
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi__link {
    padding-right: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.torikumi__link::after {
  content: "";
  background-image: url(/dairies/yogurt/meiji-r1/assets/img/icon_arrow_red.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: auto;
}
@media screen and (max-width: 1240px) {
  .torikumi__link::after {
    width: 2.1774193548vw;
    height: 2.1774193548vw;
  }
}
@media screen and (max-width: 767px) {
  .torikumi__link::after {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
    transform: translate(55%, 7%);
    top: 0.2666666667vw;
  }
}
.torikumi__sup {
  font-size: 0.6em;
}
.torikumi__note {
  display: block;
  padding-top: 30px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .torikumi__note {
    padding-top: 6vw;
    font-size: 3.2vw;
    line-height: 1.7083333333;
  }
}

/* torikumi:end */