@charset "utf-8";

#contents {
  width: auto;
  padding: 14px 0 80px 0;
}

/* -------------------------------------------------------------------------- */

#contents > header {
  background-image: url(/store/techo/ja/2022/pc/shopping_guide/images/img_header.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1200px 400px;
}

#contents header h2 {
  height: 400px;
  overflow: hidden;
  background-image: url(/store/techo/ja/2022/pc/shopping_guide/images/img_header.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1000px 400px;
  text-indent: -9999px;
}

/* -------------------------------------------------------------------------- */

#contents nav[role="local"] {
  height: 75px;
  margin: 0 auto 40px auto;
  background-color: #fff;
}

#contents nav[role="local"] ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: inherit;
  min-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

#contents nav[role="local"] ul li {
  margin-right: 36px;
}

#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: 160px;
  height: 64px;
  border-bottom: 4px solid #fff3b2;
  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: #f4be71;
}

#contents nav[role="local"] ul li span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

#contents nav[role="local"] ul li:nth-of-type(4) span {
  letter-spacing: -.1em;
}

/* -------------------------------------------------------------------------- */

#contents > section {
  padding: 40px 0;
}

#contents > section:last-child {
  margin-bottom: 0;
}

#contents > section > header {
  width: 946px;
  margin: 0 auto 50px;
  padding: 0 0 20px 0;
  border-bottom: 4px solid #fff3b2;
}

#contents > section > header div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 82px;
  height: 72px;
  margin: 0 auto 26px;
  padding-bottom: 4px;
  background-image: url(/store/techo/ja/2022/pc/shopping_guide/images/ico_guide.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#contents > section > header div:before {
  content: "";
  font-size: 30px;
  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: 40px;
  font-weight: normal;
  line-height: 1;
}

#contents > section > div,
#contents > section > section {
  width: 560px;
  margin: 0 auto 64px;
}

#contents > section > div section,
#contents > section > section section {
  margin-bottom: 32px;
}

#contents > section h4 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

#contents > section h4 span {
  font-size: 19px;
}

#contents > section h5 {
  margin-bottom: 5px;
}

#contents > section h5 span {
  font-size: 17px;
}

#contents > section dl {
  margin-bottom: 32px;
}

#contents > section dl dt {
  font-weight: bold;
}

#contents > section dl dt span,
#contents > section dl dd span {
  font-size: 15px;
}

#contents > section ul {
  margin-bottom: 32px;
}

#contents > section ul li span {
  font-size: 15px;
}

#contents > section p {
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
}

#contents > section p.small-text {
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 1.5;
}

#contents > section p:last-child,
#contents > section p.small-text:last-child {
  margin-bottom: 0;
}

#contents > section p span.highlight-text {
  display: inline-block;
  background-color: #ffff64;
}

#contents > section a {
  color: #1c3a83;
}

#contents > section a span {
  font-size: 15px;
}

#contents > section figure {
  margin: 0 auto 32px;
  min-height: 280px;
  background: url('/store/techo/2022/images/loading3.gif') no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px 32px;
          background-size: 32px 32px;
}

#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: 96px;
}

#guide1 > div:nth-of-type(1) figure {
  min-height: 315px;
}

#guide1 > div:nth-of-type(1) p {
  text-align: center;
}

#guide1 > div:nth-of-type(2) {
  width: 100%;
  padding-bottom: 64px;
  background-color: #f6f6f7;
}

#guide1 > div:nth-of-type(2) section {
  position: relative;
  width: 800px;
  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: 50px;
  margin-bottom: 32px;
  padding: 0;
  border: 0;
  border-radius: 25px;
  background-color: #fff3b2;
}

#guide1 > div:nth-of-type(2) section h4 span {
  font-size: 25px;
  font-weight: normal;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) {
  margin-bottom: 64px;
  padding-top: 75px;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 {
  position: absolute;
  top: -25px;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 + p {
  margin-bottom: 32px;
  font-size: 18px;
  text-align: center;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 + p span.large-text {
  display: inline-block;
  margin-top: 15px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 {
  display: inline-block;
  margin-bottom: 32px;
  border-bottom: 1px solid #000;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 span {
  font-size: 19px;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) figure {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 640px;
  background: none;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) figure img {
  width: 283px;
  height: auto;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) div {
  padding-left: 120px;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(2) > div {
  display: flex;
  justify-content: space-between;
  padding: 0 45px 0 120px;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(2) > div figure {
  width: 250px;
  min-height: 223px;
  margin: 0;
}

/* -------------------------------------------------------------------------- */

#guide2 > section:nth-of-type(1) dl {
  margin-bottom: 48px;
}

#guide2 > section:nth-of-type(1) dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 70px;
  margin-bottom: 25px;
}

#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: 70px;
  height: 70px;
  margin-right: 16px;
  padding-bottom: 11px;
  background-image: url(/store/techo/ja/2022/pc/shopping_guide/images/ico_step.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#guide2 > section:nth-of-type(1) dl dt div:before {
  content: "";
  font-size: 25px;
  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: 19px;
  line-height: 1.5;
}

#guide2 > section:nth-of-type(1) dl dt:nth-of-type(4) span span.small-text {
  font-size: 14px;
  font-weight: normal;
}

#guide2 > section:nth-of-type(1) dl dd {
  margin-bottom: 60px;
  min-height: 376px;
  background: url('/store/techo/2022/images/loading3.gif') no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px 32px;
          background-size: 32px 32px;
}

#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: 48px;
}

#guide2 > section:nth-of-type(2) ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 164px;
  height: 120px;
  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: 60px;
  line-height: 1;
}

#guide2 > section:nth-of-type(2) ul li div span[class*="mdi-"] + span {
  font-size: 14px;
  font-weight: bold;
}

#guide2 > section:nth-of-type(2) section {
  margin-bottom: 48px;
}

#guide2 > section:nth-of-type(2) section h5 span[class*="mdi-"] {
  display: inline-block;
  margin-right: 8px;
  font-size: 21px;
  line-height: 1;
}

#guide2 > section:nth-of-type(2) section:nth-of-type(1) figure {
  width: 278px;
  margin: -16px 0 0 0;
  background: none;
  min-height: 50px;
}

#guide2 > section:nth-of-type(3) ul li {
  display: inline-block;
  margin-right: 16px;
}

#guide2 > section:nth-of-type(3) ul li span {
  font-weight: bold;
}

#guide2 > section:nth-of-type(4) section h5 {
  width: 64px;
  margin-bottom: 10px;
  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: 15px;
  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: 5px;
  font-size: 20px;
  line-height: 1.5;
}

#guide2 > section:nth-of-type(5) h4 + p {
  padding: 6px 0;
}

#guide2 > section:nth-of-type(5) > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

#guide2 > section:nth-of-type(5) > div h5 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.46;
  margin-top: -4px;
}

#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;
  font-size: 18px;
  line-height: 1.83;
}

#guide2 > section:nth-of-type(5) > div:nth-of-type(1) figure {
  width: 246px;
  min-height: 246px;
  margin: 0;
}

#guide2 > section:nth-of-type(5) > div:nth-of-type(2) figure {
  width: 246px;
  min-height: 164px;
  margin: 0;
}

#guide2 > section:nth-of-type(7) section {
  margin-bottom: 48px;
}

#guide2 > section:nth-of-type(7) section h5 {
  margin-bottom: 10px;
}

#guide2 > section:nth-of-type(7) section h5 span {
  font-size: 17px;
}

#guide2 > section:nth-of-type(7) section h5 span[class*="mdi-"] {
  display: inline-block;
  margin-right: 8px;
  font-size: 21px;
  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: 10px;
}

/* -------------------------------------------------------------------------- */

#guide3 > section:nth-of-type(1) {
  width: auto;
}

#guide3 > section:nth-of-type(1) > div {
  width: 560px;
  margin: 0 auto 80px;
}

#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: 580px;
  margin: 0 auto;
  padding: 88px 40px 40px 40px;
  background-color: #faf3c8;
}

#guide3 > section:nth-of-type(1) section:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: 20px;
  width: 500px;
  height: 296px;
  background-image: url(/store/techo/ja/2022/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: 24px;
}

#guide3 > section:nth-of-type(1) section h5 span {
  font-size: 23px;
  line-height: 1.74;
}

#guide3 > section:nth-of-type(1) section h5 span.large-text {
  font-size: 32px;
}

#guide3 > section:nth-of-type(1) section ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

#guide3 > section:nth-of-type(1) section ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  border-radius: 12px;
  background-color: #ffcd00;
}

#guide3 > section:nth-of-type(1) section ul li div:before {
  font-size: 14px;
  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: 17px;
  font-weight: bold;
}

#guide3 > section:nth-of-type(1) section a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 21px;
  background-color: #ffcd00;
  color: #000;
}

#guide3 > section:nth-of-type(1) section a span {
  font-size: 14px;
  font-weight: bold;
}

#guide3 > section:nth-of-type(1) section a span[class*="mdi-"] {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  font-weight: normal;
}

/* -------------------------------------------------------------------------- */

#guide5 > div figure {
  margin-bottom: 48px;
  min-height: 330px;
}

#guide5 > figure {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto 12px !important;
  background: none!important;
  min-height: 520px;
}

#guide5 > figure img {
  width: 340px;
  margin-bottom: 20px;
}

#guide5 > ul {
  display: flex;
  justify-content: space-between;
  width: 700px;
  margin: 0 auto !important;
}

#guide5 > ul li {
  width: 340px;
}
