@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/en/2019/pc/shopping_guide/images/img_header.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120em 40em;
}

#contents header div {
  padding-top: .6em;
  padding-left: 23em;
}

#contents header div > h2 {
  margin-bottom: 8px;
  text-align: left;
}

#contents header div > h2 span {
  font-size: 50px;
  font-weight: normal;
  line-height: 1.1;
}

#contents header div > span {
  font-size: 2.3em;
}

/* -------------------------------------------------------------------------- */

#contents nav[role="local"] {
  height: 7.5em;
  margin: 0 auto 10em;
  background-color: #fff;
}

#contents nav[role="local"] ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: inherit;
  margin: 0 auto;
  background-color: #fff;
  min-width: 100em;
}

#contents nav[role="local"] ul li + li {
  margin-left: 4.2em;
}

#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: 20.5em;
  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 > section {
  padding: 4em 0 10em;
}

#contents > section:last-child {
  padding-bottom: 0;
}

#contents > section > header {
  width: 94.6em;
  margin: 0 auto 4em;
  padding: 0 0 2em 0;
  border-bottom: 4px solid #ffff64;
}

#contents > section > header h3 {
  text-align: center;
}

#contents > section > header h3 span {
  font-family: "merriweather", serif;
  font-size: 3.7em;
  font-weight: normal;
  line-height: 1;
}

#contents > section > div,
#contents > section > section {
  width: 56em;
  margin: 0 auto 6.4em auto;
  /* margin: 0 auto 8em 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;
  text-align: center;
}

#contents > section h4 span {
  /* font-size: 2.8em; */
  font-size: 2.4em;
}

#contents > section h5 {
  margin-bottom: .5em;
}

#contents > section h5 span {
  font-size: 2em;
}

#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;
  line-height: 1.5;
}

#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: #e8435d;
  text-decoration: none;
}

#contents > section a span {
  font-size: 1.6em;
}

#contents > section figure {
  margin: 0 auto 3.2em auto;
  min-height: 28em;
  background: url('/store/techo/2019/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) figure {
  min-height: 31.5em;
}

#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: #ffff64;
}

#guide1 > div:nth-of-type(2) section h4 span {
  font-size: 2.8em;
}

#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: 2em;
  font-size: 2em;
  text-align: center;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 + p span.large-text {
/*   display: inline-block; */
  margin-top: .3em;
  padding: 0 10px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 {
  display: inline-block;
  margin-bottom: 4.8em;
  border-bottom: 1px solid #000;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 span {
  font-size: 2.6em;
}

#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: 0 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 div {
  width: 34.5em;
}

#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: 4.8em auto 1.6em;
}

#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/en/2019/pc/shopping_guide/images/ico_step.jpg);
  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: 2.4em;
  line-height: 1.3;
}

#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/2019/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: 18em;
  height: 14em;
  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 {
  display: flex;
  align-items: center;
  height: 3.9em;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3;
}

#guide2 > section:nth-of-type(2) section {
  margin-bottom: 4.8em;
}

#guide2 > section:nth-of-type(2) section h5 {
  padding-left: 2.9em;
}

#guide2 > section:nth-of-type(2) section h5 span {
  line-height: 1.5;
}

#guide2 > section:nth-of-type(2) section h5 span[class*="mdi-"] {
  display: inline-block;
  font-size: 2.1em;
  line-height: 1;
  text-indent: -1.3809em;
}

#guide2 > section:nth-of-type(2) section:nth-of-type(1) figure {
  width: 27.8em;
  min-height: 0;
  background: none;
  margin: -1.6em 0 0 0;
}

/* ---------- */

#guide2 > section:nth-of-type(4) h4 {
  margin-bottom: 4em;
}

#guide2 > section:nth-of-type(4) > section {
  margin-bottom: 4.8em;
  padding-bottom: 3.2em;
  border-bottom: 1px solid #d2d1d6;
}

#guide2 > section:nth-of-type(4) > section h5 {
  margin-bottom: 1.6em;
  text-align: center;
}

/* ---------- */

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) h5 {
  margin-bottom: 2.4em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div {
  margin: 0 -20em 3.2em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl {
  margin-bottom: 0;
}

/*
#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl:after {
  margin-bottom: 3em;
}
*/

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl:after {
  content: "";
  display: block;
  clear: both;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl dd {
  float: left;
  height: 10em;
  text-align: center;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl dt:after,
#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl dd:after {
  content: "";
  display: inline-block;
  height: 10em;
  vertical-align: middle;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl dd span {
  display: inline-block;
  color: #FFF;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1111;
  vertical-align: middle;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl dd span small {
  font-size: .7222em;
  font-weight: 400;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(2),
#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(4) {
  width: 4em;
  padding-left: .2em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(2) span,
#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(4) span {
  color: #000;
  font-size: 4em;
  font-weight: 400;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(1) {
  width: 33.7em;
  background-color: #666;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) {
  width: 33.7em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dt {
  width: 100%;
  height: 2.5em;
  border: .2em solid #AAA;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dt:after {
  height: 2.1em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dt span {
  color: #AAA;
  font-size: 1.3em;
  font-weight: 400;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dd {
  float: left;
  width: 50%;
  height: 7.5em;
  background-color: #AAA;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dd:after {
  height: 7.5em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dd span {
  width: 98%;
  padding: .4444em 0;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dd:nth-of-type(1) span {
  border-right: 1px solid #FFF;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(5) {
  width: 20.6em;
  background-color: #666;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul {
  text-align: center;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul li {
  display: inline-block;
  margin-right: 1.8em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul li:last-child {
  margin-right: 0;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul li a {
  display: block;
  width: 22.5em;
  height: 3em;
  border-radius: 3px;
  background-color: #f27f0c;
  color: #FFF;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul li a:before {
  content: "" !important;
  display: inline-block;
  height: 3.2em;
  vertical-align: middle;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul li a span {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2307;
}

/* ---------- */

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) {
  padding-bottom: 0;
  border-bottom: 0;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) h5 {
  margin-bottom: 2.4em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div {
  margin: 0 -20em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table {
  width: 100%;
  border-top: .1em solid #CCC;
  border-left: .1em solid #CCC;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table th,
#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table td {
  padding: 1em 0;
  border-bottom: .1em solid #CCC;
  border-right: .1em solid #CCC;
  text-align: center;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tr th span {
  color: #FFF;
  font-size: 1.3em;
  line-height: 1.3076;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tr th span small {
  font-weight: 400;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tr td {
  width: 25%;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table thead tr th {
  background-color: #666;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table thead tr td span {
  font-size: 1.2em;
  line-height: 1.3333;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table thead tr:nth-of-type(2) td {
  padding: 2.5em 0;
  height: 19.7em;
  background: url('/store/techo/2019/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(4) > section:nth-of-type(3) > div table thead tr:nth-of-type(2) td img {
  width: 14.6em;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr th {
  background-color: #AAA;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr:nth-of-type(3) th {
  background-color: transparent;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr:nth-of-type(3) th span {
  color: #000;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td {
  position: relative;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td span {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2307;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td span small {
  font-size: .7692em;
  font-weight: 400;
  line-height: 1.6;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-button {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 12px;
  height: 12px;
  min-height: 12px;
  border-radius: 50%;
  background-color: #f27f0c;
  cursor: pointer;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .mdi-plus:before,
#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .mdi-minus:before {
  position: absolute;
  top: 1px;
  left: 1px;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 1em;
  background-color: #666;
  opacity: 0;
  z-index: 100;
  color: #FFF;
  -ms-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window:after {
  content: "";
  display: block;
  position: absolute;
  top: -.7em;
  right: .95em;
  width: 1.4em;
  height: 1.4em;
  background-color: #666;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window h6 {
  padding: 1.2em 0 1em 0;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window h6 span {
  font-size: 1.3em;
  line-height: 1.2307;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl {
  margin-bottom: 0;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dt,
#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dd {
  padding: 1.1em 0;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dt span,
#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dd span {
  font-size: 1.3em;
  line-height: 1.2307;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dt {
  position: absolute;
  text-align: left;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dt span {
  font-weight: 700;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dt span small {
  font-size: 1em;
  font-weight: 400;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dd {
  border-top: .1em solid #CCC;
  text-align: right;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window dl dd span {
  font-weight: 400;
}

/* ---------- */

#guide2 > section:nth-of-type(4) > section:nth-of-type(5) {
  padding-bottom: 0;
  border-bottom: 0;
}

/* ---------- */

#guide2 > section:nth-of-type(4) > section:nth-of-type(5) p span.large-text {
  font-size: 1.25em;
  font-weight: bold;
}

#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 {
  width: 29.5em;
}

#guide2 > section:nth-of-type(5) > div div p span.large-text {
/*   display: inline; */
  margin-top: .25em;
  padding: 0 5px;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5;
}

#guide2 > section:nth-of-type(5) > div figure {
  width: 22.5em;
  min-height: 15em;
  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 8.8em;
}

#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: 7.2em 4em 4em;
  background-color: #faf3c8;
}

#guide3 > section:nth-of-type(1) > section:before {
  content: "";
  display: block;
  position: absolute;
  top: -4.8em;
  right: 2em;
  width: 50em;
  height: 30.5em;
  background-image: url(/store/techo/en/2019/pc/shopping_guide/images/img_18.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

#guide3 > section:nth-of-type(1) > section h5 {
  margin-bottom: 2em;
}

#guide3 > section:nth-of-type(1) > section h5 span {
  font-size: 2.3em;
  line-height: 1.3;
}

#guide3 > section:nth-of-type(1) > section h5 span.large-text {
  font-size: 1.4782em;
}

#guide3 > section:nth-of-type(1) > section section h6 {
  margin-bottom: .8em;
}

#guide3 > section:nth-of-type(1) > section section h6 span {
  font-size: 1.4em;
}

#guide3 > section:nth-of-type(1) > section section ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: .8em;
}

#guide3 > section:nth-of-type(1) > section section ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
  margin-right: 1.6em;
  border-radius: 1.2em;
  background-color: #ffcd00;
}

#guide3 > section:nth-of-type(1) > section section ul li div:before {
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}

#guide3 > section:nth-of-type(1) > section section ul li:nth-of-type(1) div:before {
  content: "1";
}

#guide3 > section:nth-of-type(1) > section section ul li:nth-of-type(2) div:before {
  content: "2";
}

#guide3 > section:nth-of-type(1) > section section ul li:nth-of-type(3) div:before {
  content: "3";
}

#guide3 > section:nth-of-type(1) > section section ul li span {
  display: block;
  width: calc(28.75em - 80px);
  font-size: 1.6em;
  line-height: 1.3;
}

#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.7em;
}

#guide3 > section:nth-of-type(1) > section a span u {
  color: #e61d10;
}

#guide3 > section:nth-of-type(1) > section a span[class*="mdi-"] {
  margin-left: .3529em;
}

#guide3 > section:nth-of-type(3) figure,
#guide3 > section:nth-of-type(4) figure:nth-of-type(2) {
  margin-bottom: 1.6em;
}

/* -------------------------------------------------------------------------- */

#guide4 > div {
  margin-bottom: 0 !important;
}

#guide4 > div p.small-text {
  margin-bottom: 8.5714em;
}

#guide4 > div a {
  display: block;
  width: 34em;
  margin: 0 auto;
}
