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

main section.title {
  background: url(/module/img/foreigner/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 .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.section1 ul {
  margin-top: 2rem;
  text-align: center;
}

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

main section.section1 ul 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.section1 ul li {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(450 / 960 *100%);
  }
}
