@charset "utf-8";

#contents {
  width: auto;
  padding: 1.4em 0 8em 0;
}

/* -------------------------------------------------------------------------- */

#contents > header {
  background-image: url(/store/techo/en/2022/pc/shopping_guide/images/img_header.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1200px 400px;
}

#contents header div {
  height: 400px;
  overflow: hidden;
  background-image: url(/store/techo/en/2022/pc/shopping_guide/images/img_header.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1000px 400px;
}

#contents header div > h2 {
  text-indent: -9999px;
}

#contents header div > p {
  text-indent: -9999px;
}

/* -------------------------------------------------------------------------- */

#contents nav[role="local"] {
  height: 75px;
  margin: 0 auto 100px;
  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: 1000px;
}

#contents nav[role="local"] ul li + li {
  margin-left: 42px;
}

#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: 205px;
  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 > section {
  padding: 40px 0 100px;
}

#contents > section:last-child {
  padding-bottom: 0;
}

#contents > section > header {
  width: 946px;
  margin: 0 auto 40px;
  padding: 0 0 20px 0;
  border-bottom: 4px solid #fff3b2;
}

#contents > section > header h3 {
  text-align: center;
}

#contents > section > header h3 span {
  font-family: "merriweather", serif;
  font-size: 37px;
  font-weight: normal;
  line-height: 1;
}

#contents > section > div,
#contents > section > section {
  width: 560px;
  margin: 0 auto 64px;
  /* margin: 0 auto 8em auto; */
}

#contents > section > div section,
#contents > section > section section {
  margin-bottom: 32px;
}

#contents > section > *:last-child {
  margin-bottom: 0!important;
}

#contents > section h4 {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  text-align: center;
}

#contents > section h4 span {
  /* font-size: 2.8em; */
  font-size: 24px;
}

#contents > section h5 {
  margin-bottom: 5px;
}

#contents > section h5 span {
  font-size: 2em;
}

#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: 16px;
}

#contents > section ul {
  margin-bottom: 32px;
}

#contents > section ul li span {
  font-size: 16px;
}

#contents > section p {
  margin-bottom: 32px;
  font-size: 16px;
  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.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: 16px;
}

#contents > section figure {
  margin: 0 auto 32px auto;
  min-height: 280px;
  background: url('/store/techo/2022/images/loading3.gif') no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 3.2em 3.2em;
          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(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: 28px;
}

#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: 40px;
  font-size: 20px;
  text-align: center;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h4 + p span.large-text {
  display: inline-block;
  margin-top: 8px;
  padding: 0 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 {
  display: inline-block;
  margin-bottom: 48px;
  border-bottom: 1px solid #000;
}

#guide1 > div:nth-of-type(2) section:nth-of-type(1) h5 span {
  font-size: 26px;
}

#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: 0 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 div {
  width: 345px;
}

#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: 48px auto 16px;
}

#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/en/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: 24px;
  line-height: 1.3;
}

#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: 4.8em; */
}

#guide2 > section:nth-of-type(2) ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 140px;
  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 {
  display: flex;
  align-items: center;
  height: 39px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3;
}

#guide2 > section:nth-of-type(2) section {
  margin-bottom: 48px;
}

#guide2 > section:nth-of-type(2) section h5 {
  padding-left: 29px;
}

#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: 21px;
  line-height: 1;
  text-indent: -29px;
}

#guide2 > section:nth-of-type(2) section:nth-of-type(1) figure {
  width: 278px;
  min-height: 0;
  background: none;
  margin: -16px 0 0 0;
}

/* ---------- */

#guide2 > section:nth-of-type(4) h4 {
  margin-bottom: 40px;
}

#guide2 > section:nth-of-type(4) > section {
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d2d1d6;
}

#guide2 > section:nth-of-type(4) > section h5 {
  margin-bottom: 16px;
  text-align: center;
}

/* ---------- */

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) h5 {
  margin-bottom: 24px;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div {
  margin: 0 -200px 32px;
}

#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: 100px;
  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: 100px;
  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: 18px;
  font-weight: 700;
  line-height: 1.11;
  vertical-align: middle;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div dl dd span small {
  font-size: 13px;
  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: 40px;
  padding-left: 2px;
}

#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: 40px;
  font-weight: 400;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(1) {
  width: 337px;
  background-color: #666;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) {
  width: 337px;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dt {
  width: 100%;
  height: 25px;
  border: 2px solid #aaa;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) > div > dl > dd:nth-of-type(3) dl dt:after {
  height: 21px;
}

#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: 13px;
  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: 75px;
  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: 75px;
}

#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: 206px;
  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: 18px;
}

#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: 225px;
  height: 30px;
  border-radius: 3px;
  background-color: #3eaf3e;
  color: #FFF;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul li a:before {
  content: "" !important;
  display: inline-block;
  height: 32px;
  vertical-align: middle;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(2) ul li a span {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.23;
}

/* ---------- */

#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: 24px;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div {
  margin: 0 -200px;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table {
  width: 100%;
  border-top: 1px solid #CCC;
  border-left: 1px 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: 10px 0;
  border-bottom: 1px solid #CCC;
  border-right: 1px 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: 13px;
  line-height: 1.31;
}

#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: 12px;
  line-height: 1.33;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table thead tr:nth-of-type(2) td {
  padding: 25px 0;
  height: 197px;
  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(4) > section:nth-of-type(3) > div table thead tr:nth-of-type(2) td img {
  width: 146px;
}

#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: 13px;
  font-weight: 700;
  line-height: 1.23;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td span small {
  font-size: 10px;
  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: 10px;
  width: 12px;
  height: 12px;
  min-height: 12px;
  border-radius: 50%;
  background-color: #3eaf3e;
  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 10px;
  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: -7px;
  right: 10px;
  width: 14px;
  height: 14px;
  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: 12px 0 10px 0;
}

#guide2 > section:nth-of-type(4) > section:nth-of-type(3) > div table tbody tr td .detail-window h6 span {
  font-size: 13px;
  line-height: 1.23;
}

#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: 11px 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: 13px;
  line-height: 1.23;
}

#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: 10px;
  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: 1px 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: 20px;
  font-weight: bold;
}

#guide2 > section:nth-of-type(5) > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

#guide2 > section:nth-of-type(5) > div div {
  width: 295px;
}

#guide2 > section:nth-of-type(5) > div div h5 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 16px;
}

#guide2 > section:nth-of-type(5) > div div p span.large-text {
/*   display: inline; */
  margin-top: 5px;
  padding: 0 5px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

#guide2 > section:nth-of-type(5) > div:nth-of-type(1) figure {
  width: 225px;
  min-height: 225px;
  margin: 0;
}

#guide2 > section:nth-of-type(5) > div:nth-of-type(2) figure {
  width: 225px;
  min-height: 150px;
  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 88px;
}

#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: 72px 40px 40px;
  background-color: #faf3c8;
}

#guide3 > section:nth-of-type(1) > section:before {
  content: "";
  display: block;
  position: absolute;
  top: -48px;
  right: 20px;
  width: 500px;
  height: 305px;
  background-image: url(/store/techo/en/2022/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: 20px;
}

#guide3 > section:nth-of-type(1) > section h5 span {
  font-size: 23px;
  line-height: 1.3;
}

#guide3 > section:nth-of-type(1) > section h5 span.large-text {
  font-size: 34px;
}

#guide3 > section:nth-of-type(1) > section section h6 {
  margin-bottom: 8px;
}

#guide3 > section:nth-of-type(1) > section section h6 span {
  font-size: 14px;
}

#guide3 > section:nth-of-type(1) > section section ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}

#guide3 > section:nth-of-type(1) > section section ul li div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border-radius: 12px;
  background-color: #ffcd00;
}

#guide3 > section:nth-of-type(1) > section section ul li div:before {
  font-size: 14px;
  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: 380px;
  font-size: 16px;
  line-height: 1.3;
}

#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: 17px;
}

#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: 6px;
}

#guide3 > section:nth-of-type(3) figure,
#guide3 > section:nth-of-type(4) figure:nth-of-type(2) {
  margin-bottom: 16px;
}

/* -------------------------------------------------------------------------- */

#guide4 > div {
  margin-bottom: 0 !important;
}

#guide4 > div p.small-text {
  margin-bottom: 120px;
}

#guide4 > div a {
  display: block;
  width: 340px;
  margin: 0 auto;
}
