/*** wide ***/
/*** color ***/
main section {
  margin-bottom: 3rem;
  text-align: center;
}

main section.title {
  background: url(/module/img/food/vi.jpg) no-repeat bottom;
}

main section h2 {
  font-size: 20px;
  font-size: 5.33333vw;
  font-weight: 400;
  margin: 4rem 0 2rem;
  background: url(/module/img/ic_title.svg) no-repeat top;
  padding-top: 2rem;
}

@media screen and (min-width: 768px) {
  main section h2 {
    margin: 4rem 0;
    font-size: 3.6rem;
  }
}

main section.section1 {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

main section.section1 .catch {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: left;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  main section.section1 .catch {
    text-align: center;
    font-size: 2.4rem;
  }
}

main section.section1 .catch br {
  display: none;
}

@media screen and (min-width: 768px) {
  main section.section1 .catch br {
    display: block;
  }
}

main section.section1 .text {
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px) {
  main section.section1 .text {
    font-size: 2rem;
  }
}

main section.section2 {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

main section.section2 .catch {
  margin-bottom: 3rem;
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px) {
  main section.section2 .catch {
    font-size: 2rem;
  }
}

main section.section2 .catch .red {
  color: #D4002B;
  font-weight: 600;
}

main section.section3 {
  background-color: #F9F9F9;
  max-width: 100%;
  padding: 4rem 20px;
}

@media screen and (min-width: 768px) {
  main section.section3 .inner {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
}

main section.section3 .inner h3 {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: 400;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  main section.section3 .inner h3 {
    font-weight: 400;
    font-size: 3rem;
  }
  main section.section3 .inner h3::before {
    content: url(/module/img/ic_title_left.svg);
    vertical-align: middle;
    margin-right: 1rem;
  }
  main section.section3 .inner h3::after {
    content: url(/module/img/ic_title_right.svg);
    vertical-align: middle;
    margin-left: 1rem;
  }
}

main section.section3 .inner .text {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 2rem;
  font-size: 16px;
  font-size: 4.26667vw;
}

@media screen and (min-width: 768px) {
  main section.section3 .inner .text {
    font-size: 2rem;
  }
}

main section.section3 .inner .text .red {
  color: #D4002B;
  font-size: 20px;
  font-size: 5.33333vw;
}

@media screen and (min-width: 768px) {
  main section.section3 .inner .text .red {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  main section.section3 .inner .support {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    text-align: center;
  }
}

main section.section3 .inner .support li {
  background-color: #DEE9FF;
  border-radius: 5px;
  color: #002674;
  font-weight: 600;
  margin: 2rem 0;
  padding: 4rem 0;
  line-height: 2;
  box-shadow: 10px 10px 0px 0 #efefef;
  font-size: 18px;
  font-size: 4.8vw;
}

@media screen and (min-width: 768px) {
  main section.section3 .inner .support li {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(450 / 960 *100%);
  }
}
