@charset "UTF-8";
/* ---------------------------
	Sub Common
--------------------------- */
#subNavSec {
  padding: min(24.5283018868vw, 260px) 0 min(8.4905660377vw, 90px);
}
#subNavSec div.hlWrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: min(1.8867924528vw, 20px);
}
#subNavSec div.hlWrap figure {
  width: min(10.7547169811vw, 114px);
  padding-bottom: min(0.9433962264vw, 10px);
}
#subNavSec div.hlWrap h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: min(4.8113207547vw, 51px);
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.2;
  gap: min(0.4716981132vw, 5px);
}
#subNavSec div.hlWrap h1 span {
  font-size: min(1.9811320755vw, 21px);
}
#subNavSec nav {
  margin-top: min(6.1320754717vw, 65px);
}
#subNavSec nav ul {
  display: flex;
  justify-content: center;
}
#subNavSec nav ul li {
  border-right: 1px solid #000;
  width: min(13.679245283vw, 145px);
  position: relative;
}
#subNavSec nav ul li:last-child {
  border: none;
}
#subNavSec nav ul li a {
  width: min(13.679245283vw, 145px);
  text-align: center;
  font-size: min(1.5094339623vw, 16px);
  font-weight: 700;
  opacity: 0.3;
  display: block;
  transition: 0.3s all;
}
#subNavSec nav ul li a > img {
  width: auto;
  height: min(2.641509434vw, 28px);
  margin-bottom: min(0.9433962264vw, 10px);
}
#subNavSec nav ul li a:hover {
  opacity: 0.6;
}
#subNavSec nav ul li.current::before {
  content: "";
  width: min(13.679245283vw, 145px);
  height: min(2.2641509434vw, 24px);
  background: url(../img/sub/hl_pos.svg) center 0 no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: max(-2.8301886792vw, -30px);
  left: 0;
  z-index: 5;
}
#subNavSec nav ul li.current a {
  opacity: 1;
}

div.figBox {
  display: flex;
  justify-content: space-between;
}
div.figBox.rev {
  flex-direction: row-reverse;
}
div.figBox figure {
  width: min(40.0943396226vw, 425px);
}
div.figBox figure img {
  width: min(40.0943396226vw, 425px);
  border-radius: 0 min(3.7735849057vw, 40px) min(3.7735849057vw, 40px) min(3.7735849057vw, 40px);
  overflow: hidden;
}
div.figBox div.noteBox {
  width: min(49.0566037736vw, 520px);
  letter-spacing: 0.05em;
  line-height: 2.1;
  font-feature-settings: "palt";
  font-size: min(1.320754717vw, 14px);
}
div.figBox div.noteBox h3 {
  font-size: min(2.4528301887vw, 26px);
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: min(2.358490566vw, 25px);
}
div.figBox div.noteBox p ~ p {
  margin-top: 1.8em;
}

@media screen and (max-width: 767px) {
  #subNavSec {
    padding: 29.3333333333vw 0 13.3333333333vw;
  }
  #subNavSec div.hlWrap {
    gap: 4vw;
  }
  #subNavSec div.hlWrap figure {
    width: 16vw;
    padding-bottom: 1.3333333333vw;
  }
  #subNavSec div.hlWrap h1 {
    font-size: 6.4vw;
    gap: 0.8vw;
  }
  #subNavSec div.hlWrap h1.sml {
    font-size: 5.6vw;
  }
  #subNavSec div.hlWrap h1.sml.nrw {
    letter-spacing: 0.05em;
  }
  #subNavSec div.hlWrap h1 span {
    font-size: 3.7333333333vw;
  }
  #subNavSec nav {
    margin: 9.3333333333vw auto 0;
  }
  #subNavSec nav ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    gap: 30px 0;
  }
  #subNavSec nav ul li {
    width: auto;
  }
  #subNavSec nav ul li#Menu1 {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  #subNavSec nav ul li#Menu2 {
    grid-row: 1/2;
    grid-column: 3/5;
  }
  #subNavSec nav ul li#Menu3 {
    grid-row: 1/2;
    grid-column: 5/7;
    border-right: none;
  }
  #subNavSec nav ul li#Menu4 {
    grid-row: 2/3;
    grid-column: 2/4;
  }
  #subNavSec nav ul li#Menu5 {
    grid-row: 2/3;
    grid-column: 4/6;
  }
  #subNavSec nav ul li a {
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  #subNavSec nav ul li a > img {
    height: 4vw;
    margin-bottom: 2.1333333333vw;
  }
  #subNavSec nav ul li.current::before {
    width: 100%;
    height: 4vw;
    bottom: -5.3333333333vw;
  }
  div.figBox {
    flex-direction: column;
  }
  div.figBox.rev {
    flex-direction: column;
  }
  div.figBox figure {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
  div.figBox figure img {
    width: 100%;
    border-radius: 0 8vw 8vw 8vw;
  }
  div.figBox div.noteBox {
    width: 100%;
    font-size: 3.4666666667vw;
  }
  div.figBox div.noteBox h3 {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
/* ---------------------------
	PAGE01
--------------------------- */
section#S01_1 {
  padding-bottom: min(9.4339622642vw, 100px);
}
section#S01_1 h2 {
  width: min(55.1886792453vw, 585px);
  margin: 0 auto min(7.5471698113vw, 80px);
}
section#S01_1 div.figBox div.noteBox {
  font-size: min(1.5094339623vw, 16px);
}

section#S01_2 {
  position: relative;
  background: #f9f5e5;
  padding: min(6.6037735849vw, 70px) 0 min(18.8679245283vw, 200px);
}
section#S01_2 h2 {
  width: min(82.8301886792vw, 878px);
  margin: 0 auto min(4.7169811321vw, 50px);
}
section#S01_2::before {
  content: "";
  width: 100%;
  height: min(4.2452830189vw, 45px);
  display: block;
  position: absolute;
  top: max(-4.1509433962vw, -44px);
  left: 0;
  z-index: 10;
  background: url(../img/sub/dec_up_1.png) center bottom no-repeat;
  background-size: min(367.9245283019vw, 3900px) auto;
}
section#S01_2 ul.materialList {
  width: min(69.4339622642vw, 736px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
section#S01_2 ul.materialList li {
  position: relative;
}
section#S01_2 ul.materialList li::before {
  content: "";
  display: block;
  position: absolute;
  width: min(6.1320754717vw, 65px);
  height: min(5.7547169811vw, 61px);
  background: url(../img/sub/matnum_2.png) 0 0 no-repeat;
  background-size: contain;
  z-index: 15;
}
section#S01_2 ul.materialList li:first-child::before {
  background-image: url(../img/sub/matnum_1.png);
}
section#S01_2 ul.materialList li:last-child::before {
  background-image: url(../img/sub/matnum_3.png);
}
section#S01_2 ul.materialList li figure {
  width: min(22.0754716981vw, 234px);
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
section#S01_2 ul.materialList li figcaption {
  position: absolute;
  width: 100%;
  height: min(4.2452830189vw, 45px);
  padding-top: min(0.7547169811vw, 8px);
  font-size: min(2.2641509434vw, 24px);
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background: #040000;
  letter-spacing: 0.05em;
  color: #fff;
  bottom: 0;
  left: 0;
  z-index: 10;
  transition: 0.3s all;
}
section#S01_2 ul.materialList li a img {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section#S01_2 ul.materialList li a:hover img {
    transform: scale(1.1);
  }
  section#S01_2 ul.materialList li a:hover figcaption {
    background: #666;
  }
}
section#S01_2 div.listNote {
  font-size: min(1.320754717vw, 14px);
  text-align: center;
  line-height: 2.1;
  margin-top: min(3.3018867925vw, 35px);
}
section#S01_2 div.materialFigBox div.figBox {
  margin-top: min(4.7169811321vw, 50px);
}
section#S01_2 div.materialFigBox div.figBox figure {
  position: relative;
  margin-top: min(4.7169811321vw, 50px);
}
section#S01_2 div.materialFigBox div.figBox figure figcaption {
  display: flex;
  align-items: flex-end;
  width: min(36.7924528302vw, 390px);
  height: min(9.4339622642vw, 100px);
  position: absolute;
  top: max(-7.0754716981vw, -75px);
  left: 0;
  z-index: 10;
  color: #fff;
  background: url(../img/sub/lablel_mat.png) 0 0 no-repeat;
  background-size: contain;
  font-size: min(1.6981132075vw, 18px);
  font-weight: 700;
  padding: 0 0 min(1.7924528302vw, 19px) min(1.8867924528vw, 20px);
  box-sizing: border-box;
  line-height: 1;
}
section#S01_2 div.materialFigBox div.noteBox {
  font-size: min(1.320754717vw, 14px);
}
section#S01_2 div.materialFigBox h3 {
  font-size: min(3.3018867925vw, 35px);
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: bold;
}
section#S01_2 div.materialFigBox dl {
  padding: min(1.4150943396vw, 15px) min(1.8867924528vw, 20px);
  background: #fff;
  border-radius: min(0.9433962264vw, 10px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: min(0.9433962264vw, 10px);
}
section#S01_2 div.materialFigBox dl dt {
  width: 6em;
  color: #bf9800;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
section#S01_2 div.materialFigBox dl dd {
  width: calc(100% - 6.3em);
}
section#S01_2 div.materialFigBox dl dd::before {
  content: "：";
  color: #bf9800;
  padding-right: 0.3em;
}
section#S01_2 div.materialFigBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.7547169811vw, 8px) min(0.4716981132vw, 5px);
  margin-top: min(1.8867924528vw, 20px);
}
section#S01_2 div.materialFigBox ul li {
  line-height: 1;
  color: #bf9800;
  padding: 0.4em 1em;
  border: 2px solid #bf9800;
  border-radius: min(1.8867924528vw, 20px);
}

@media screen and (max-width: 767px) {
  section#S01_1 {
    padding-bottom: 16vw;
  }
  section#S01_1 h2 {
    width: 77.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
  section#S01_1 div.figBox div.noteBox {
    font-size: 3.7333333333vw;
  }
  section#S01_2 {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  section#S01_2 h2 {
    width: 84vw;
    margin: 0 auto 13.3333333333vw;
  }
  section#S01_2::before {
    height: 5.8666666667vw;
    top: -5.6vw;
    background-size: 520vw auto;
  }
  section#S01_2 ul.materialList {
    width: 100%;
  }
  section#S01_2 ul.materialList li::before {
    width: 8.5333333333vw;
    height: 8vw;
  }
  section#S01_2 ul.materialList li figure {
    width: 28vw;
  }
  section#S01_2 ul.materialList li figcaption {
    height: 7.4666666667vw;
    padding-top: 1.6vw;
    font-size: 3.2vw;
  }
  section#S01_2 div.listNote {
    font-size: 3.7333333333vw;
    margin-top: 5.3333333333vw;
  }
  section#S01_2 div.materialFigBox div.figBox {
    margin-top: 13.3333333333vw;
  }
  section#S01_2 div.materialFigBox div.figBox figure {
    position: relative;
    margin-top: 6.6666666667vw;
  }
  section#S01_2 div.materialFigBox div.figBox figure figcaption {
    width: 80vw;
    height: 20.8vw;
    top: -14.6666666667vw;
    font-size: 4.2666666667vw;
    padding: 0 0 3.7333333333vw 4vw;
  }
  section#S01_2 div.materialFigBox div.noteBox {
    font-size: 3.7333333333vw;
    display: contents;
  }
  section#S01_2 div.materialFigBox h3 {
    font-size: 6.4vw;
    order: -1;
  }
  section#S01_2 div.materialFigBox dl {
    padding: 1.3333333333vw 4vw 2.6666666667vw;
    border-radius: 2.1333333333vw;
    margin-top: 2.6666666667vw;
    line-height: 1.6;
  }
  section#S01_2 div.materialFigBox dl dd {
    width: calc(100% - 7.3em);
    text-indent: -1em;
    margin-left: 1em;
    margin-top: 0.5em;
  }
  section#S01_2 div.materialFigBox dl dt {
    margin-top: 0.5em;
  }
  section#S01_2 div.materialFigBox ul {
    gap: 1.3333333333vw 0.8vw;
    margin-top: 4vw;
  }
  section#S01_2 div.materialFigBox ul li {
    border: 1px solid #bf9800;
    border-radius: 5.3333333333vw;
    font-size: 12px;
  }
}
/* ---------------------------
	PAGE02
--------------------------- */
section#S02_1 {
  padding-bottom: min(9.4339622642vw, 100px);
}
section#S02_1 h2 {
  width: min(60.6603773585vw, 643px);
  margin: 0 auto min(7.5471698113vw, 80px);
}

section#S02_2 {
  padding: min(6.6037735849vw, 70px) 0 min(5.6603773585vw, 60px);
  background: #d9c266;
}
section#S02_2 h2 {
  width: min(60.6603773585vw, 643px);
  margin: 0 auto min(7.5471698113vw, 80px);
}
section#S02_2 div.featureList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: min(2.8301886792vw, 30px);
  font-size: min(1.4150943396vw, 15px);
  margin-top: min(1.8867924528vw, 20px);
}
section#S02_2 div.featureList dl {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  gap: min(1.8867924528vw, 20px);
}
section#S02_2 div.featureList dl dt {
  width: min(16.0377358491vw, 170px);
  height: min(2.8301886792vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 2px solid #bf9800;
  border-radius: min(1.8867924528vw, 20px);
  color: #bf9800;
  letter-spacing: 0.05em;
}
section#S02_2 div.featureList dl dd {
  width: calc(100% - min(18.8679245283vw, 200px));
}

section#S02_3 {
  padding: min(5.6603773585vw, 60px) 0 min(18.8679245283vw, 200px);
}
section#S02_3 ul.materialList {
  display: flex;
  justify-content: space-between;
  margin-top: min(2.8301886792vw, 30px);
}
section#S02_3 ul.materialList li {
  display: flex;
  gap: min(1.4150943396vw, 15px);
  font-size: min(1.4150943396vw, 15px);
  width: 33.3%;
  align-items: center;
  line-height: 1.6;
}
section#S02_3 ul.materialList figure {
  width: min(9.2452830189vw, 98px);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
section#S02_3 ul.materialList h3 {
  font-size: min(1.6037735849vw, 17px);
  font-weight: 700;
  margin-bottom: 0.3em;
}
section#S02_3 .matNote {
  font-size: min(1.320754717vw, 14px);
  margin-top: min(2.8301886792vw, 30px);
}
section#S02_3 .matNote span {
  font-size: min(1.4150943396vw, 15px);
}

@media screen and (max-width: 767px) {
  section#S02_1 {
    padding-bottom: 13.3333333333vw;
  }
  section#S02_1 h2 {
    width: 85.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
  section#S02_2 {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
  section#S02_2 h2 {
    width: 85.3333333333vw;
    margin: 0 auto 10.6666666667vw;
  }
  section#S02_2 div.featureList {
    flex-direction: column;
    gap: 0vw;
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  section#S02_2 div.featureList dl {
    width: 100%;
    gap: 1.3333333333vw;
  }
  section#S02_2 div.featureList dl dt {
    width: 46.6666666667vw;
    height: 6.6666666667vw;
    border: 1px solid #bf9800;
    border-radius: 5.3333333333vw;
    margin-top: 10px;
  }
  section#S02_2 div.featureList dl dd {
    padding: 0 1em;
    line-height: 1.6;
    width: 100%;
    font-size: 3.4666666667vw;
  }
  section#S02_3 {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  section#S02_3 ul.materialList {
    flex-direction: column;
    margin-top: 5.3333333333vw;
    gap: 4vw;
  }
  section#S02_3 ul.materialList li {
    display: flex;
    gap: 4vw;
    font-size: 3.4666666667vw;
    width: 100%;
  }
  section#S02_3 ul.materialList figure {
    width: 18.6666666667vw;
  }
  section#S02_3 ul.materialList h3 {
    font-size: 4vw;
    margin-bottom: 0;
  }
  section#S02_3 .matNote {
    font-size: 3.4666666667vw;
    margin-top: 5.3333333333vw;
  }
  section#S02_3 .matNote span {
    font-size: 3.7333333333vw;
  }
}
/* ---------------------------
	PAGE03
--------------------------- */
section#S03_1 h2 {
  width: min(78.0188679245vw, 827px);
  margin: 0 auto;
}
section#S03_1 h2 + h3 {
  width: min(70.6603773585vw, 749px);
  margin: min(5.6603773585vw, 60px) auto 0;
}
section#S03_1 h2 + h3 + p {
  margin-top: min(4.7169811321vw, 50px);
  text-align: center;
  font-weight: bold;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-size: min(1.6981132075vw, 18px);
  line-height: 2.1;
}
section#S03_1 div.explanBox {
  background: #d9c266;
  margin-top: min(2.8301886792vw, 30px);
  padding: min(6.6037735849vw, 70px) 0 min(7.5471698113vw, 80px);
}
section#S03_1 div.explanBox div.inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section#S03_1 div.explanBox div.inner figure {
  width: min(22.641509434vw, 240px);
}
section#S03_1 div.explanBox div.inner > div {
  width: calc(100% - min(26.4150943396vw, 280px));
}
section#S03_1 div.explanBox h3,
section#S03_1 div.explanBox h4 {
  font-size: min(2.641509434vw, 28px);
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: 700;
  letter-spacing: 0.05em;
}
section#S03_1 div.explanBox h3 {
  color: #fff;
  margin-bottom: min(1.8867924528vw, 20px);
}
section#S03_1 div.explanBox .note {
  font-size: min(1.320754717vw, 14px);
  margin-top: min(2.8301886792vw, 30px);
  line-height: 2.1;
}

section#S03_2 {
  padding: min(7.5471698113vw, 80px) 0 min(6.6037735849vw, 70px);
}
section#S03_2 div.hlWrap {
  text-align: center;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: bold;
}
section#S03_2 div.hlWrap h2 {
  font-size: min(3.8679245283vw, 41px);
  font-weight: bold;
  line-height: 1.6;
}
section#S03_2 div.hlWrap p {
  font-size: min(2.4528301887vw, 26px);
}
section#S03_2 div.hlWrap p em {
  font-size: min(3.7735849057vw, 40px);
  color: #bf9800;
}
section#S03_2 div.hlWrap + p {
  font-size: min(1.320754717vw, 14px);
  text-align: center;
  margin-top: min(1.8867924528vw, 20px);
  line-height: 2.1;
}
section#S03_2 div.figBox {
  margin-top: min(4.7169811321vw, 50px);
}
section#S03_2 div.figBox h3 {
  width: min(35.3773584906vw, 375px);
  margin: 0 auto min(1.8867924528vw, 20px);
}
section#S03_2 div.funcTbl {
  margin-top: min(6.6037735849vw, 70px);
}
section#S03_2 div.funcTbl h3 {
  width: min(50.9433962264vw, 540px);
  margin: 0 auto;
}
section#S03_2 div.funcTbl table {
  width: 100%;
  font-size: min(1.6981132075vw, 18px);
  letter-spacing: 0.05em;
  margin-top: min(1.8867924528vw, 20px);
}
section#S03_2 div.funcTbl th,
section#S03_2 div.funcTbl td {
  border-bottom: 1px solid #c5c1bd;
}
section#S03_2 div.funcTbl th {
  padding: min(1.4150943396vw, 15px) 0 min(1.4150943396vw, 15px) min(0.9433962264vw, 10px);
  font-weight: 700;
  color: #bf9800;
  width: min(30.1886792453vw, 320px);
  box-sizing: border-box;
}
section#S03_2 div.funcTbl td {
  font-weight: 500;
  padding: min(1.4150943396vw, 15px) 0;
}

section#S03_3 {
  padding: min(7.5471698113vw, 80px) 0 min(8.4905660377vw, 90px);
  background: #f9f5e5;
}
section#S03_3 h2 {
  text-align: center;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: min(3.8679245283vw, 41px);
  line-height: 1.6;
}
section#S03_3 h2 + p {
  text-align: center;
  margin-top: min(1.8867924528vw, 20px);
}
section#S03_3 div.glList {
  margin-top: min(2.8301886792vw, 30px);
}
section#S03_3 div.glList h3 {
  width: min(68.3962264151vw, 725px);
  margin: 0 auto;
}
section#S03_3 div.glList ul {
  width: min(84.9056603774vw, 900px);
  margin: min(4.7169811321vw, 50px) auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-weight: 700;
}
section#S03_3 div.glList ul li {
  text-align: center;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
section#S03_3 div.glList ul li figure {
  width: min(17.4528301887vw, 185px);
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: min(1.8867924528vw, 20px);
  overflow: hidden;
}

section#S03_4 {
  padding: min(9.4339622642vw, 100px) 0 min(14.1509433962vw, 150px);
}
section#S03_4 h2 {
  width: min(46.2264150943vw, 490px);
  margin: 0 auto;
}
section#S03_4 div.planeBox {
  font-size: min(1.320754717vw, 14px);
}
section#S03_4 div.planeBox h3 {
  font-size: min(2.4528301887vw, 26px);
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: min(4.7169811321vw, 50px) 0 min(2.358490566vw, 25px);
}
section#S03_4 div.planeBox p {
  font-size: min(1.320754717vw, 14px);
  line-height: 2.1;
}
section#S03_4 div.planeBox p.notice {
  margin-left: 1em;
  text-indent: -1em;
}
section#S03_4 div.graphBox {
  margin-top: min(4.7169811321vw, 50px);
}
section#S03_4 div.graphBox h4 {
  width: min(67.7358490566vw, 718px);
  height: min(6.1320754717vw, 65px);
  background: #040000;
  color: #fff;
  font-size: min(2.7358490566vw, 29px);
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#S03_4 div.graphBox figure {
  text-align: center;
  margin-top: min(1.8867924528vw, 20px);
}
section#S03_4 div.graphBox figure img {
  width: min(74.5283018868vw, 790px);
  padding-right: min(6.1320754717vw, 65px);
}
section#S03_4 div.graphBox figure + p {
  margin-top: min(3.7735849057vw, 40px);
  font-size: min(1.320754717vw, 14px);
}
section#S03_4 div.graphBox figcaption {
  font-weight: 700;
  text-align: center;
  margin-top: min(0.9433962264vw, 10px);
}

section#S03_5 {
  background: #bf9800;
  position: relative;
  padding: min(7.5471698113vw, 80px) 0 min(18.8679245283vw, 200px);
}
section#S03_5::before {
  content: "";
  width: 100%;
  height: min(4.2452830189vw, 45px);
  display: block;
  position: absolute;
  top: max(-4.1509433962vw, -44px);
  left: 0;
  z-index: 10;
  background: url(../img/home/dec_up.png) center bottom no-repeat;
  background-size: min(367.9245283019vw, 3900px) auto;
}
section#S03_5 h2 {
  width: min(63.7735849057vw, 676px);
  margin: 0 auto min(6.6037735849vw, 70px);
}
section#S03_5 h2 + p {
  font-size: min(1.320754717vw, 14px);
  margin-bottom: min(5.6603773585vw, 60px);
  line-height: 2.1;
}
section#S03_5 div.reasonBox {
  margin-top: min(3.7735849057vw, 40px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section#S03_5 div.reasonBox figure {
  width: min(28.3018867925vw, 300px);
  border-radius: min(0.9433962264vw, 10px);
  overflow: hidden;
}
section#S03_5 div.reasonBox > div {
  width: calc(100% - min(28.3018867925vw, 300px));
}
section#S03_5 div.reasonBox h3 {
  display: flex;
  align-items: center;
  gap: min(0.9433962264vw, 10px);
  font-size: min(2.7358490566vw, 29px);
  font-weight: bold;
  color: #fff;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: min(2.358490566vw, 25px);
}
section#S03_5 div.reasonBox h3 span {
  margin-right: min(0.9433962264vw, 10px);
}
section#S03_5 div.reasonBox h3 span img {
  width: 100%;
  height: min(2.641509434vw, 28px);
}
section#S03_5 div.reasonBox h3 + p {
  font-size: min(1.320754717vw, 14px);
  padding-right: min(5.6603773585vw, 60px);
  line-height: 2.1;
}
section#S03_5 div.btmBox {
  text-align: center;
  margin-top: min(5.6603773585vw, 60px);
}
section#S03_5 div.btmBox h3 {
  font-size: min(2.9245283019vw, 31px);
  color: #fff;
  font-weight: bold;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
}
section#S03_5 div.btmBox h3 + p {
  font-size: min(1.9811320755vw, 21px);
  margin-top: min(3.7735849057vw, 40px);
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  section#S03_1 h2 {
    width: 77.3333333333vw;
  }
  section#S03_1 h2 + h3 {
    width: 84vw;
    margin: 8vw auto 0;
  }
  section#S03_1 h2 + h3 + p {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
  section#S03_1 div.explanBox {
    margin-top: 5.3333333333vw;
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  section#S03_1 div.explanBox div.inner {
    flex-direction: column;
  }
  section#S03_1 div.explanBox div.inner figure {
    display: none;
  }
  section#S03_1 div.explanBox div.inner > div {
    width: 100%;
  }
  section#S03_1 div.explanBox h3,
section#S03_1 div.explanBox h4 {
    font-size: 4.5333333333vw;
  }
  section#S03_1 div.explanBox h3 {
    margin-bottom: 2.6666666667vw;
  }
  section#S03_1 div.explanBox .note {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  section#S03_1 div.explanBox .note img {
    width: 150px;
    float: left;
    margin: 0 20px 20px 0;
  }
  section#S03_2 {
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
  section#S03_2 div.hlWrap h2 {
    font-size: 6.6666666667vw;
  }
  section#S03_2 div.hlWrap p {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  section#S03_2 div.hlWrap p em {
    font-size: 5.8666666667vw;
  }
  section#S03_2 div.hlWrap + p {
    font-size: 3.2vw;
    margin-top: 5.3333333333vw;
  }
  section#S03_2 div.figBox {
    margin-top: 8vw;
  }
  section#S03_2 div.figBox h3 {
    width: 60vw;
    margin: 0 auto 4vw;
  }
  section#S03_2 div.funcTbl {
    margin-top: 8vw;
  }
  section#S03_2 div.funcTbl h3 {
    width: 86.4vw;
  }
  section#S03_2 div.funcTbl table {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
  section#S03_2 div.funcTbl th {
    padding: 2.6666666667vw 0 2.6666666667vw 2.6666666667vw;
    width: 34.6666666667vw;
  }
  section#S03_2 div.funcTbl td {
    padding: 4vw 0;
  }
  section#S03_3 {
    padding: 13.3333333333vw 0 16vw;
  }
  section#S03_3 h2 {
    font-size: 6.6666666667vw;
  }
  section#S03_3 h2 + p {
    margin-top: 4vw;
  }
  section#S03_3 div.glList {
    margin-top: 5.3333333333vw;
  }
  section#S03_3 div.glList h3 {
    width: 60vw;
    margin: 0 auto;
  }
  section#S03_3 div.glList ul {
    width: 100%;
    margin: 8vw auto 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 0;
  }
  section#S03_3 div.glList ul li {
    font-size: 12px;
  }
  section#S03_3 div.glList ul li figure {
    width: 40vw;
    margin-bottom: 4vw;
  }
  section#S03_4 {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  section#S03_4 h2 {
    width: 65.3333333333vw;
  }
  section#S03_4 div.planeBox {
    font-size: 3.2vw;
  }
  section#S03_4 div.planeBox h3 {
    font-size: 4.2666666667vw;
    margin: 8vw 0 4vw;
  }
  section#S03_4 div.planeBox p {
    font-size: 3.2vw;
  }
  section#S03_4 div.graphBox {
    margin-top: 8vw;
  }
  section#S03_4 div.graphBox h4 {
    width: 100%;
    height: 10.6666666667vw;
    font-size: 4.8vw;
    font-feature-settings: "palt";
  }
  section#S03_4 div.graphBox figure {
    margin-top: 5.3333333333vw;
  }
  section#S03_4 div.graphBox figure img {
    width: 100%;
    padding-right: 0;
  }
  section#S03_4 div.graphBox figure + p {
    margin-top: 6.6666666667vw;
    font-size: 3.2vw;
  }
  section#S03_4 div.graphBox figcaption {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
  section#S03_5 {
    background: #bf9800;
    position: relative;
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
  section#S03_5::before {
    height: 5.8666666667vw;
    top: -5.6vw;
    left: 0;
    z-index: 10;
    background: url(../img/home/dec_up.png) center bottom no-repeat;
    background-size: 520vw auto;
  }
  section#S03_5 h2 {
    width: 86.6666666667vw;
    margin: 0 auto 10.6666666667vw;
  }
  section#S03_5 h2 + p {
    font-size: 3.2vw;
    margin-bottom: 9.3333333333vw;
  }
  section#S03_5 div.reasonBox {
    margin-top: 8vw;
    flex-direction: column;
  }
  section#S03_5 div.reasonBox figure {
    width: 100%;
    border-radius: 2.6666666667vw;
    overflow: hidden;
    order: 2;
  }
  section#S03_5 div.reasonBox > div {
    display: contents;
    width: 100%;
  }
  section#S03_5 div.reasonBox h3 {
    gap: 1.3333333333vw;
    font-size: 4.8vw;
    margin-bottom: 4vw;
    align-items: flex-start;
    width: 100%;
    order: 1;
    line-height: 1.4;
  }
  section#S03_5 div.reasonBox h3 span {
    margin-right: 2.6666666667vw;
  }
  section#S03_5 div.reasonBox h3 span img {
    width: 100%;
    height: 5.3333333333vw;
  }
  section#S03_5 div.reasonBox h3 + p {
    font-size: 3.2vw;
    padding-right: 0;
    order: 3;
    margin-top: 4vw;
    line-height: 1.7;
  }
  section#S03_5 div.btmBox {
    margin-top: 10.6666666667vw;
  }
  section#S03_5 div.btmBox h3 {
    font-size: 4.8vw;
  }
  section#S03_5 div.btmBox h3 + p {
    font-size: 4.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
/* ---------------------------
	PAGE04
--------------------------- */
section#S04_1 {
  padding-bottom: min(9.4339622642vw, 100px);
}
section#S04_1 h2 {
  width: min(70.7547169811vw, 750px);
  margin: 0 auto min(7.5471698113vw, 80px);
}
section#S04_1 div.figBox div.noteBox {
  font-size: min(1.5094339623vw, 16px);
}
section#S04_1 div.sub-recipeBox ul.swiper-wrapper {
  margin-top: min(4.7169811321vw, 50px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.5471698113vw, 27px) min(2.5943396226vw, 27.5px);
  font-size: min(1.320754717vw, 14px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
section#S04_1 div.sub-recipeBox figure {
  border-radius: min(0.9433962264vw, 10px);
  overflow: hidden;
}
section#S04_1 div.sub-recipeBox h3 {
  display: flex;
  margin: min(1.8867924528vw, 20px) 0 min(0.9433962264vw, 10px);
  font-size: min(1.6981132075vw, 18px);
  font-weight: 700;
  line-height: 1.4;
}
section#S04_1 div.sub-recipeBox h3 span {
  margin-right: 0.5em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.2264150943vw, 13px);
  font-weight: 500;
  height: min(2.4528301887vw, 26px);
  padding: 0 1em;
  border: min(0.1886792453vw, 2px) solid #bf9800;
  color: #bf9800;
  border-radius: min(1.4150943396vw, 15px);
  box-sizing: border-box;
}
section#S04_1 ul.recipeBtn {
  display: none;
}

section#S04_2 {
  position: relative;
  background: #f9f5e5;
  padding: min(8.4905660377vw, 90px) 0 min(18.8679245283vw, 200px);
}
section#S04_2::before {
  content: "";
  width: 100%;
  height: min(4.2452830189vw, 45px);
  display: block;
  position: absolute;
  top: max(-4.1509433962vw, -44px);
  left: 0;
  z-index: 10;
  background: url(../img/sub/dec_up_1.png) center bottom no-repeat;
  background-size: min(367.9245283019vw, 3900px) auto;
}
section#S04_2 h2 {
  width: min(37.7358490566vw, 400px);
  margin: 0 auto min(2.8301886792vw, 30px);
}
section#S04_2 h3 {
  font-size: min(3.3962264151vw, 36px);
  font-weight: bold;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
}
section#S04_2 div.basic-recipeWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.7169811321vw, 50px) min(2.8301886792vw, 30px);
  margin-top: min(7.5471698113vw, 80px);
}
section#S04_2 div.basic-recipe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
section#S04_2 div.basic-recipe figure {
  width: min(14.6226415094vw, 155px);
  border-radius: min(0.9433962264vw, 10px);
  overflow: hidden;
}
section#S04_2 div.basic-recipe > div {
  width: calc(100% - min(16.5094339623vw, 175px));
  font-size: min(1.1320754717vw, 12px);
}
section#S04_2 div.basic-recipe h4 {
  font-size: min(1.6981132075vw, 18px);
  font-weight: 700;
}
section#S04_2 div.basic-recipe .ttl {
  font-size: min(1.320754717vw, 14px);
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1.6;
  color: #bf9800;
  margin: min(0.9433962264vw, 10px) 0;
}
section#S04_2 div.basic-recipe .ttl:before {
  content: "";
  width: min(3.0188679245vw, 32px);
  height: min(3.0188679245vw, 32px);
  background: url(../img/sub/icon_recipe.png) 0 0 no-repeat;
  background-size: contain;
  margin-right: 0.5em;
  flex-shrink: 0;
}
section#S04_2 div.basic-recipe ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.7547169811vw, 8px) min(0.4716981132vw, 5px);
  margin-top: min(0.9433962264vw, 10px);
}
section#S04_2 div.basic-recipe ul li {
  line-height: 1;
  color: #bf9800;
  padding: 0.4em 1em;
  border: 2px solid #bf9800;
  border-radius: min(1.8867924528vw, 20px);
  font-size: min(1.320754717vw, 14px);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  section#S04_1 {
    padding-bottom: 16vw;
  }
  section#S04_1 h2 {
    width: 61.3333333333vw;
    margin: 0 auto 8vw;
  }
  section#S04_1 div.figBox div.noteBox {
    font-size: 3.7333333333vw;
  }
  section#S04_1 div.sub-recipeBox {
    display: block;
    position: relative;
    padding: 0 4vw;
    margin-top: 8vw;
  }
  section#S04_1 div.sub-recipeBox ul.swiper-wrapper {
    margin-top: 0vw;
    display: flex;
    gap: 0;
    font-size: 3.4666666667vw;
  }
  section#S04_1 div.sub-recipeBox figure {
    border-radius: 4vw;
  }
  section#S04_1 div.sub-recipeBox h3 {
    margin: 4vw 0 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  section#S04_1 div.sub-recipeBox h3 span {
    font-size: 3.2vw;
    height: 5.3333333333vw;
    border: 0.2666666667vw solid #bf9800;
    border-radius: 5.3333333333vw;
  }
  section#S04_1 ul.recipeBtn {
    display: block;
  }
  section#S04_1 ul.recipeBtn > li {
    position: absolute;
    top: 24vw;
    left: -2.6666666667vw;
    z-index: 10;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 50%;
    border: 1px solid #bf9800;
    background: #fff;
    cursor: pointer;
    transition: 0.3s all;
  }
  section#S04_1 ul.recipeBtn > li.btn_rsp_next {
    left: auto;
    right: -2.6666666667vw;
    transform: scaleX(-1);
  }
  section#S04_1 ul.recipeBtn > li.swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }
  section#S04_2 {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  section#S04_2::before {
    height: 5.8666666667vw;
    top: -5.6vw;
    background-size: 520vw auto;
  }
  section#S04_2 h2 {
    width: 64vw;
    margin: 0 auto 5.3333333333vw;
  }
  section#S04_2 h3 {
    font-size: 5.8666666667vw;
    line-height: 1.6;
  }
  section#S04_2 div.basic-recipeWrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 9.3333333333vw 0;
    margin-top: 10.6666666667vw;
  }
  section#S04_2 div.basic-recipe {
    flex-wrap: wrap;
  }
  section#S04_2 div.basic-recipe figure {
    width: 24vw;
    border-radius: 2.6666666667vw;
  }
  section#S04_2 div.basic-recipe > div {
    width: calc(100% - 28vw);
    font-size: 3.2vw;
  }
  section#S04_2 div.basic-recipe h4 {
    font-size: 4.2666666667vw;
  }
  section#S04_2 div.basic-recipe .ttl {
    font-size: 3.4666666667vw;
  }
  section#S04_2 div.basic-recipe .ttl:before {
    content: "";
    width: 6.4vw;
    height: 6.4vw;
  }
  section#S04_2 div.basic-recipe ul {
    gap: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  section#S04_2 div.basic-recipe ul li {
    border: 1px solid #bf9800;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
  }
  section#S04_2 div.basic-recipe div.moveBox {
    margin-top: 2.6666666667vw;
    width: 100%;
  }
}
/* ---------------------------
	PAGE05
--------------------------- */
section#S05_1 {
  padding-bottom: min(11.320754717vw, 120px);
}
section#S05_1 h2 {
  width: min(47.1698113208vw, 500px);
  margin: 0 auto min(7.5471698113vw, 80px);
}
section#S05_1 div.hopeBox {
  text-align: center;
  font-size: min(1.7924528302vw, 19px);
  font-weight: bold;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  line-height: 2.1;
}
section#S05_1 div.hopeBox p ~ p {
  margin-top: 2.1em;
}
section#S05_1 div.hopeBox .catch {
  width: min(83.3962264151vw, 884px);
  margin: 2.1em auto;
}

section#S05_2 {
  background: #bf9800;
  position: relative;
  padding: min(7.5471698113vw, 80px) 0 min(18.8679245283vw, 200px);
}
section#S05_2::before {
  content: "";
  width: 100%;
  height: min(4.2452830189vw, 45px);
  display: block;
  position: absolute;
  top: max(-4.1509433962vw, -44px);
  left: 0;
  z-index: 10;
  background: url(../img/home/dec_up.png) center bottom no-repeat;
  background-size: min(367.9245283019vw, 3900px) auto;
}
section#S05_2 h2 {
  text-align: center;
  font-size: min(2.4528301887vw, 26px);
  font-weight: bold;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  color: #fff;
}
section#S05_2 div.chartBox {
  background: #fff;
  border-radius: min(1.4150943396vw, 15px);
  padding: min(2.8301886792vw, 30px);
  margin-top: min(2.358490566vw, 25px);
}
section#S05_2 div.chartBox ~ div.chartBox {
  margin-top: min(1.4150943396vw, 15px);
}
section#S05_2 div.chartBox h3 {
  font-size: min(1.8867924528vw, 20px);
  font-weight: bold;
  font-family: "mplus_r", sans-serif;
  transform: rotate(0.1deg);
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: min(2.8301886792vw, 30px);
}
section#S05_2 div.chartTblWrap {
  display: flex;
  justify-content: space-between;
}
section#S05_2 div.chartTblWrap div.chartTbl {
  width: min(43.3962264151vw, 460px);
}
section#S05_2 div.chartTblWrap table {
  font-size: min(1.1320754717vw, 12px);
  font-weight: 400;
  line-height: 1.4;
}
section#S05_2 div.chartTblWrap table td, section#S05_2 div.chartTblWrap table th {
  border: 1px solid #929292;
  padding: min(0.7547169811vw, 8px) min(0.4716981132vw, 5px);
  vertical-align: middle;
  letter-spacing: 0;
}
section#S05_2 div.chartTblWrap table td.ctr, section#S05_2 div.chartTblWrap table th.ctr {
  text-align: center;
}
section#S05_2 div.chartTblWrap table .colR {
  color: #ed220b;
}
section#S05_2 div.chartTblWrap table .colB {
  color: #0075b9;
}
section#S05_2 div.chartTblWrap thead {
  background: #00913a;
  color: #fff;
}
section#S05_2 div.chartTblWrap thead th {
  border-right: 1px solid #fff;
  text-align: center;
}
section#S05_2 div.chartTblWrap thead th:last-of-type {
  border-right-color: #929292;
}
section#S05_2 div.chartHl {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(2.8301886792vw, 30px);
}
section#S05_2 div.chartHl h3 {
  margin-bottom: 0;
}
section#S05_2 div.chartHl p {
  width: min(30.0943396226vw, 319px);
}
section#S05_2 figure.chartFig {
  width: min(87.7358490566vw, 930px);
  margin: 0 auto;
}
section#S05_2 figure.chartFig figcaption {
  font-size: min(1.0377358491vw, 11px);
  text-align: center;
  margin-top: min(0.9433962264vw, 10px);
  letter-spacing: 0;
}
section#S05_2 .chartNote {
  margin-top: min(4.7169811321vw, 50px);
  font-size: min(1.8867924528vw, 20px);
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  section#S05_1 {
    padding-bottom: 21.3333333333vw;
  }
  section#S05_1 h2 {
    width: 66.6666666667vw;
    margin: 0 auto 8vw;
  }
  section#S05_1 div.hopeBox {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  section#S05_1 div.hopeBox p ~ p {
    margin-top: 1.8em;
  }
  section#S05_1 div.hopeBox .catch {
    width: 86.6666666667vw;
    margin: 1.8em auto;
  }
  section#S05_2 {
    background: #bf9800;
    position: relative;
    padding: 13.3333333333vw 0 21.3333333333vw;
  }
  section#S05_2::before {
    height: 5.8666666667vw;
    top: -5.6vw;
    left: 0;
    z-index: 10;
    background: url(../img/home/dec_up.png) center bottom no-repeat;
    background-size: 520vw auto;
  }
  section#S05_2 h2 {
    font-size: 4.8vw;
  }
  section#S05_2 div.chartBox {
    border-radius: 2.6666666667vw;
    padding: 8vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  section#S05_2 div.chartBox ~ div.chartBox {
    margin-top: 4vw;
  }
  section#S05_2 div.chartBox h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  section#S05_2 div.chartTblWrap {
    flex-direction: column;
    gap: 8vw;
  }
  section#S05_2 div.chartTblWrap div.chartTbl {
    width: 100%;
  }
  section#S05_2 div.chartTblWrap table {
    font-size: 3.2vw;
  }
  section#S05_2 div.chartTblWrap table td, section#S05_2 div.chartTblWrap table th {
    border: 1px solid #929292;
    padding: 2.1333333333vw 1.3333333333vw;
  }
  section#S05_2 div.chartTblWrap div.tblScl {
    width: 100%;
    overflow: auto;
    padding-bottom: 5.3333333333vw;
  }
  section#S05_2 div.chartTblWrap div.tblScl table {
    width: 126.6666666667vw;
  }
  section#S05_2 div.chartHl {
    flex-direction: column;
    margin-bottom: 8vw;
    gap: 2.6666666667vw;
  }
  section#S05_2 div.chartHl h3 {
    margin-bottom: 2.6666666667vw;
  }
  section#S05_2 div.chartHl p {
    width: 80vw;
  }
  section#S05_2 figure.chartFig {
    width: 100%;
    overflow: auto;
    padding-bottom: 5.3333333333vw;
  }
  section#S05_2 figure.chartFig img {
    width: 197.3333333333vw;
  }
  section#S05_2 figure.chartFig figcaption {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
  }
  section#S05_2 .chartNote {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
  }
}
/*# sourceMappingURL=sub.css.map */