@charset "utf-8";

#contents {
  width: auto;
  padding: 1.4em 0 8em 0;
}

/* -------------------------------------------------------------------------- */

#contents > header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40em;
  background-image: url(/store/techo/ja/2021/pc/shopping_guide/images/img_header.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120em 40em;
}

#contents header h2 {
  padding-top: 2em;
  padding-left: 22em;
}

#contents header h2 span {
  font-size: 5.6em;
  font-weight: normal;
  line-height: 1.4;
}

/* -------------------------------------------------------------------------- */

#contents nav[role="local"] {
  height: 7.5em;
  margin: 0 auto 4em auto;
  background-color: #fff;
}

#contents nav[role="local"] ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: inherit;
  min-width: 100em;
  margin: 0 auto;
  background-color: #fff;
}

#contents nav[role="local"] ul li {
  margin-right: 3.6em;
}

#contents nav[role="local"] ul li:last-child {
  margin-right: 0;
}

#contents nav[role="local"] ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16em;
  height: 6.4em;
  border-bottom: 4px solid #cad5b2;
  text-align: center;
  transition: border-color .3s ease;
}

#contents nav[role="local"] ul li.current a,
#contents nav[role="local"] ul li a:hover {
  border-color: #ffff64;
}

#contents nav[role="local"] ul li span {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
}

#contents nav[role="local"] ul li:nth-of-type(4) span {
  letter-spacing: -1px;
}

/* -------------------------------------------------------------------------- */

#contents > section {
  padding: 4em 0;
}

#contents > section:last-child {
  margin-bottom: 0;
}

#contents > section > header {
  width: 94.6em;
  margin: 0 auto 5em auto;
  padding: 0 0 2em 0;
  border-bottom: 4px solid #68c4f0;
}

#contents > section > header div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 8.2em;
  height: 7.2em;
  margin: 0 auto 2.6em auto;
  padding-bottom: .4em;
  background-image: url(/store/techo/ja/2021/pc/shopping_guide/images/ico_guide.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#contents > section > header div:before {
  content: "";
  font-size: 3em;
  line-height: 1;
}

#contents > section:nth-of-type(1) > header div:before {
  content: "1";
}

#contents > section:nth-of-type(2) > header div:before {
  content: "2";
}

#contents > section:nth-of-type(3) > header div:before {
  content: "3";
}

#contents > section:nth-of-type(4) > header div:before {
  content: "4";
}

#contents > section:nth-of-type(5) > header div:before {
  content: "5";
}

#contents > section > header h3 {
  text-align: center;
}

#contents > section > header h3 span {
  font-size: 4em;
  font-weight: normal;
  line-height: 1;
}

#contents > section > div,
#contents > section > section {
  width: 56em;
  margin: 0 auto 6.4em auto;
}

#contents > section > div section,
#contents > section > section section {
  margin-bottom: 3.2em;
}

#contents > section h4 {
  margin-bottom: 2em;
  padding-bottom: .5em;
  border-bottom: 1px solid #000;
}

#contents > section h4 span {
  font-size: 1.9em;
}

#contents > section h5 {
  margin-bottom: .5em;
}

#contents > section h5 span {
  font-size: 1.7em;
}

#contents > section dl {
  margin-bottom: 3.2em;
}

#contents > section dl dt {
  font-weight: bold;
}

#contents > section dl dt span,
#contents > section dl dd span {
  font-size: 1.6em;
}

#contents > section ul {
  margin-bottom: 3.2em;
}

#contents > section ul li span {
  font-size: 1.6em;
}

#contents > section p {
  margin-bottom: 2em;
  font-size: 1.6em;
  text-align: left;
}

#contents > section p.small-text {
  margin-bottom: 2.2857em;
  font-size: 1.4em;
}

#contents > section p:last-child,
#contents > section p.small-text:last-child {
  margin-bottom: 0;
}

#contents > section p span.large-text {}

#contents > section p span.highlight-text {
  display: inline-block;
  background-color: #ffff64;
}

#contents > section a {
  color: #1c3a83;
  /* text-decoration: none; */
}

#contents > section a span {
  font-size: 1.6em;
}

#contents > section figure {
  margin: 0 auto 3.2em auto;
  min-height: 31.6em;
  background: url('/store/techo/2021/images/loading3.gif') no-repeat 50% 50%;
  -webkit-background-size: 3.2em 3.2em;
     -moz-background-size: 3.2em 3.2em;
          background-size: 3.2em 3.2em;
}

#contents > section img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: opacity .3s cubic-bezier(.25, .25, .75, .75);
}

#contents > section img.state-ready {
  opacity: 0;
  visibility: hidden;
}

/* -------------------------------------------------------------------------- */

#guide1 > div:nth-of-type(1) {
  margin-bottom: 9.6em;
}

#guide1 > div:nth-of-type(1) p {
  text-align: center;
}

#guide1 > div:nth-of-type(2) {
  width: 100%;
  padding-bottom: 6.4em;
  background-color: #e7ecdc;
}

#guide1 > div:nth-of-type(2) section {
  position: relative;
  width: 80em;
  margin: 0 auto;
  text-align: center;
}

#guide1 > div:nth-of-type(2) section h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: inherit;
  height: 5em;
  margin-bottom: 3.2em;
  padding: 0;
  border: 0;
  border-radius: 2.5em;
  background-color: #68c4f0;
}

#guide1 > div:nth-of-type(2) section h4 span {
  font-size: 2.5em;
  font-weight: normal;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) {
  margin-bottom: 6.4em;
  padding-top: 7.5em;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 {
  position: absolute;
  top: -2.5em;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 + p {
  margin-bottom: 1.7777em;
  font-size: 1.8em;
  text-align: center;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 + p span.large-text {
  display: inline-block;
  margin-top: .6em;
  font-size: 1.3888em;
  font-weight: bold;
  line-height: 1.5;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 {
  display: inline-block;
  margin-bottom: 3.2em;
  border-bottom: 1px solid #000;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 span {
  font-size: 1.9em;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 64em;
  background: none;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) figure img {
  width: 28.3em;
  height: auto;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) div {
  padding-left: 12em;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(2) > div {
  display: flex;
  justify-content: space-between;
  padding: 0 4.5em 0 12em;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(2) > div figure {
  width: 25em;
  min-height: 25em;
  margin: 0;
}

/* -------------------------------------------------------------------------- */

#guide2 > section:nth-of-type(1) dl {
  margin-bottom: 4.8em;
}

#guide2 > section:nth-of-type(1) dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 7em;
  margin-bottom: 2.5em;
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(4) {
  align-items: flex-start;
}

#guide2 > section:nth-of-type(1) dl dt div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 7em;
  height: 7em;
  margin-right: 1.6em;
  padding-bottom: 1.1em;
  background-image: url(/store/techo/ja/2021/pc/shopping_guide/images/ico_step.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#guide2 > section:nth-of-type(1) dl dt div:before {
  content: "";
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1;
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(1) div:before {
  content: "1";
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(2) div:before {
  content: "2";
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(3) div:before {
  content: "3";
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(4) div:before {
  content: "4";
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(5) div:before {
  content: "5";
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(6) div:before {
  content: "6";
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(7) div:before {
  content: "7";
}

#guide2 > section:nth-of-type(1) dl dt span {
  font-size: 1.9em;
  line-height: 1.5;
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(4) span span.small-text {
  font-size: .7368em;
  font-weight: normal;
}

#guide2 > section:nth-of-type(1) dl dd {
  margin-bottom: 6em;
  min-height: 37.6em;
  background: url('/store/techo/2021/images/loading3.gif') no-repeat 50% 50%;
  -webkit-background-size: 3.2em 3.2em;
     -moz-background-size: 3.2em 3.2em;
          background-size: 3.2em 3.2em;
}

#guide2 > section:nth-of-type(1) dl dd:last-child {
  margin-bottom: 0;
}

#guide2 > section:nth-of-type(2) ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4.8em;
}

#guide2 > section:nth-of-type(2) ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.4em;
  height: 12em;
  background-color: #f6f6f7;
}

#guide2 > section:nth-of-type(2) ul li div span {
  display: block;
  text-align: center;
}

#guide2 > section:nth-of-type(2) ul li div span[class*="mdi-"] {
  font-size: 6em;
  line-height: 1;
}

#guide2 > section:nth-of-type(2) ul li div span[class*="mdi-"] + span {
  font-size: 1.4em;
  font-weight: bold;
}

#guide2 > section:nth-of-type(2) section {
  margin-bottom: 4.8em;
}

#guide2 > section:nth-of-type(2) section h5 span[class*="mdi-"] {
  display: inline-block;
  margin-right: .3809em;
  font-size: 2.1em;
  line-height: 1;
}

#guide2 > section:nth-of-type(2) section:nth-of-type(1) figure {
  width: 27.8em;
  margin: -1.6em 0 0 0;
  background: none;
  min-height: 5em;
}

#guide2 > section:nth-of-type(3) ul li {
  display: inline-block;
  margin-right: 1.6em;
}

#guide2 > section:nth-of-type(3) ul li span {
  font-weight: bold;
}

#guide2 > section:nth-of-type(4) section h5 {
  width: 6.4em;
  margin-bottom: 1em;
  background-color: #000;
  text-align: center;
}

#guide2 > section:nth-of-type(4) section h5 span {
  display: inline-block;
  padding-left: .5em;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: .5em;
  line-height: 1.85;
}

#guide2 > section:nth-of-type(4) section:nth-of-type(1) p {
  font-weight: bold;
}

#guide2 > section:nth-of-type(4) section:nth-of-type(1) p span.large-text {
  display: inline-block;
  margin-top: .25em;
  font-size: 1.25em;
  line-height: 1.5;
}

#guide2 > section:nth-of-type(5) > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2em;
}

#guide2 > section:nth-of-type(5) > div > div p:nth-of-type(2) {
  font-weight: bold;
}

#guide2 > section:nth-of-type(5) > div > div p:nth-of-type(2) span.large-text {
  display: inline-block;
  margin-top: .25em;
  font-size: 1.25em;
  line-height: 1.5;
}

#guide2 > section:nth-of-type(5) > div figure {
  width: 24.6em;
  min-height: 16.4em;
  margin: 0;
}

#guide2 > section:nth-of-type(7) section {
  margin-bottom: 4.8em;
}

#guide2 > section:nth-of-type(7) section h5 {
  margin-bottom: 1em;
}

#guide2 > section:nth-of-type(7) section h5 span {
  font-size: 1.7em;
}

#guide2 > section:nth-of-type(7) section h5 span[class*="mdi-"] {
  display: inline-block;
  margin-right: .3809em;
  font-size: 2.1em;
  line-height: 1;
}

#guide2 > section:nth-of-type(7) section:nth-of-type(2) h5 span[class*="mdi-"]:nth-of-type(1) {
  margin-right: 0;
}

#guide2 > section:nth-of-type(7) section dl dd {
  margin-bottom: 1em;
}

/* -------------------------------------------------------------------------- */

#guide3 > section:nth-of-type(1) {
  width: auto;
}

#guide3 > section:nth-of-type(1) > div {
  width: 56em;
  margin: 0 auto 8em auto;
}

#guide3 > section:nth-of-type(1) > div p span.highlight-text {
  line-height: 1.5;
}

#guide3 > section:nth-of-type(1) section {
  position: relative;
  width: 58em;
  margin: 0 auto;
  padding: 8.8em 4em 4em 4em;
  background-color: #faf3c8;
}

#guide3 > section:nth-of-type(1) section:before {
  content: "";
  display: block;
  position: absolute;
  top: -4em;
  right: 2em;
  width: 50em;
  height: 29.6em;
  background-image: url(/store/techo/ja/2021/pc/shopping_guide/images/img_14.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#guide3 > section:nth-of-type(1) section h5 {
  margin-bottom: 2.4em;
}

#guide3 > section:nth-of-type(1) section h5 span {
  font-size: 2.2em;
  line-height: 1.6;
}

#guide3 > section:nth-of-type(1) section h5 span.large-text {
  font-size: 1.4545em;
}

#guide3 > section:nth-of-type(1) section ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .8em;
}

#guide3 > section:nth-of-type(1) section ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  margin-right: .6em;
  border-radius: 1.2em;
  background-color: #ffcd00;
}

#guide3 > section:nth-of-type(1) section ul li div:before {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}

#guide3 > section:nth-of-type(1) section ul li:nth-of-type(1) div:before {
  content: "1";
}

#guide3 > section:nth-of-type(1) section ul li:nth-of-type(2) div:before {
  content: "2";
}

#guide3 > section:nth-of-type(1) section ul li:nth-of-type(3) div:before {
  content: "3";
}

#guide3 > section:nth-of-type(1) section ul li span {
  font-size: 1.7em;
  font-weight: bold;
}

#guide3 > section:nth-of-type(1) section a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.2em;
  border-radius: 2.1em;
  background-color: #ffcd00;
  color: #000;
}

#guide3 > section:nth-of-type(1) section a span {
  font-size: 1.4em;
  font-weight: bold;
}

#guide3 > section:nth-of-type(1) section a span[class*="mdi-"] {
  display: inline-block;
  margin-left: .6em;
  font-size: 1.7em;
  font-weight: normal;
}

/* -------------------------------------------------------------------------- */

#guide5 > div figure {
  margin-bottom: 4.8em;
  min-height: 33em;
}

#guide5 > figure {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70em;
  margin: 0 auto 1.2em auto !important;
  background: none!important;
  min-height: 52em;
}

#guide5 > figure img {
  width: 34em;
  margin-bottom: 2em;
}

#guide5 > ul {
  display: flex;
  justify-content: space-between;
  width: 70em;
  margin: 0 auto 0 auto !important;
}

#guide5 > ul li {
  width: 34em;
}
