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

main section.title {
  background: url(/module/img/executive/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;
  }
}

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

main section.section1 ul li {
  background-color: white;
  border-radius: 5px;
  border: solid 1px black;
  margin: 2rem 0;
  padding: 2rem 0;
  color: black;
  font-weight: 600;
  font-size: 20px;
  font-size: 5.33333vw;
  line-height: 2;
  box-shadow: 10px 10px 0px 0 #efefef;
}

@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%);
  }
}

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

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

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

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

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

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

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

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

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

main section.section5 {
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  text-align: center;
}

main section.section5 table {
  width: 100%;
  margin: 4rem auto 0;
  text-align: center;
  border-top: 1px solid #707070;
}

main section.section5 table tr th {
  padding: 2rem 1rem;
  background-color: #F8F8F8;
  border-bottom: 1px solid #707070;
  text-align: left;
  font-size: 12px;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  main section.section5 table tr th {
    text-align: center;
    font-size: 2rem;
  }
}

main section.section5 table tr td {
  font-size: 2rem;
  padding: 2rem 1rem;
  border-bottom: 1px solid #707070;
  text-align: left;
  font-size: 12px;
  font-size: 3.2vw;
}

@media screen and (min-width: 768px) {
  main section.section5 table tr td {
    text-align: center;
    font-size: 2rem;
  }
}

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

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

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

main section.section6 ul {
  margin: 4rem 0 2rem;
}

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

main section.section6 ul li {
  width: 100%;
  padding: 1rem 0;
}

@media screen and (min-width: 768px) {
  main section.section6 ul li {
    padding: 0;
    width: calc(33%);
  }
}

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

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

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

main section.section7 ul {
  margin-top: 3rem;
}

main section.section7 ul li img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  main section.section7 ul li img {
    max-width: 474px;
  }
}

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

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

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

main section.section8 table {
  width: 100%;
  margin: 4rem auto;
  text-align: left;
  border-top: 1px solid #707070;
}

main section.section8 table tr td {
  font-size: 14px;
  font-size: 3.73333vw;
  padding: 2rem 1rem;
  border-bottom: 1px solid #707070;
}

main section.section8 table tr td:nth-child(2) {
  display: none;
}

@media screen and (min-width: 768px) {
  main section.section8 table tr td:nth-child(2) {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  main section.section8 table tr td {
    font-size: 2rem;
  }
}
