@charset "utf-8";

.device-pc #contents {
  width: 90em;
  padding: 1.6em 0 10em;
}

/* ---------- */

.device-pc #contents > header {
  margin-bottom: 2.4em;
  text-align: center;
}

.device-pc #contents > header img {
  width: 9.2em;
  margin-bottom: 1.6em;
}

.device-pc #contents > header h2 {
  padding-bottom: .8em;
  background-image: url(/store/techo/kigen_hint/images/pc/line_header.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 49em auto;
}

.device-pc #contents > header h2 span {
  font-size: 3.2em;
}

.device-pc #contents > header h2 span br {
  display: none;
}

.device-pc #contents > header + p {
  margin-bottom: 4em;
  font-size: 16px;
  text-align: center;
}

/* ---------- */

.device-pc #contents > nav {
  width: 66em;
  margin: 0 auto 8em;
}

.device-pc #contents > nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.device-pc #contents > nav ul li:first-child {
  margin-bottom: 3.2em;
}

.device-pc #contents > nav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 30.9em;
  height: 4.3em;
  background-position: left center, left 4.6em bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 4.3em auto, 26.3em auto;
}

.device-pc #contents > nav ul li:nth-of-type(1) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_01.jpg), url(/store/techo/kigen_hint/images/pc/line_hint_01.jpg);
}

.device-pc #contents > nav ul li:nth-of-type(2) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_02.jpg), url(/store/techo/kigen_hint/images/pc/line_hint_02.jpg);
}

.device-pc #contents > nav ul li:nth-of-type(3) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_03.jpg), url(/store/techo/kigen_hint/images/pc/line_hint_03.jpg);
}

.device-pc #contents > nav ul li:nth-of-type(4) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_04.jpg), url(/store/techo/kigen_hint/images/pc/line_hint_04.jpg);
}

.device-pc #contents > nav ul li a:before {
  position: absolute;
  top: .4em;
  right: 0;
  color: #3eaf3e;
  font-size: 2.4em;
}

.device-pc #contents > nav ul li a span {
  padding-left: 3.5em;
  font-size: 1.6em;
  font-weight: bold;
}

/* ---------- */

.device-pc #contents > section {
  margin: 0 0 10em;
  padding: 0 0 4em;
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.device-pc #contents > section:nth-of-type(1) {
  background-image: url(/store/techo/kigen_hint/images/pc/bg_hint_01.jpg);
}

.device-pc #contents > section:nth-of-type(2) {
  background-image: url(/store/techo/kigen_hint/images/pc/bg_hint_02.jpg);
}

.device-pc #contents > section:nth-of-type(3) {
  background-image: url(/store/techo/kigen_hint/images/pc/bg_hint_03.jpg);
}

.device-pc #contents > section:nth-of-type(4) {
  background-image: url(/store/techo/kigen_hint/images/pc/bg_hint_04.jpg);
}

.device-pc #contents > section:last-child {
  margin-bottom: 0;
}

.device-pc #contents > section h3 {
  position: relative;
  width: 36.5em;
  height: 5.3em;
  margin-bottom: 4em;
  padding: .4em 0 0 6.8em;
  background-color: #fff;
  background-position: left 1em top;
  background-repeat: no-repeat;
  background-size: 4.3em auto;
}

.device-pc #contents > section:nth-of-type(1) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_01.jpg);
}

.device-pc #contents > section:nth-of-type(2) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_02.jpg);
}

.device-pc #contents > section:nth-of-type(3) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_03.jpg);
}

.device-pc #contents > section:nth-of-type(4) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_04.jpg);
}

.device-pc #contents > section h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -5.3em;
  width: 0;
  height: 0;
  border-top: 5.3em solid #fff;
  border-right: 5.3em solid transparent;
}

.device-pc #contents > section h3 span {
  font-size: 2em;
}

.device-pc #contents > section h3 span br {
  display: none;
}

.device-pc #contents > section section {
  width: 70em;
  margin: 0 auto 2em;
  padding: 3.2em 1.6em 0;
  background-color: #fff;
}

.device-pc #contents > section section:last-child {
  margin-bottom: 0;
}

.device-pc #contents > section section > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
  padding: 0 2em 4em;
  border-bottom: 1px solid #a5a3ad;
}

.device-pc #contents > section section > div:nth-of-type(1) figure {
  order: 1;
  height: 14em;
  background: url('/store/techo/2020/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;
}

.device-pc #contents > section section > div:nth-of-type(1) figure img {
  width: 14em;
  -webkit-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
     -moz-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
      -ms-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
       -o-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
          transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
}

.device-pc #contents > section section > div:nth-of-type(1) figure img.state-ready {
  opacity: 0;
}

.device-pc #contents > section section > div:nth-of-type(1) div {
  order: 0;
  width: 46.3em;
}

.device-pc #contents > section section > div:nth-of-type(1) div h4 {
  margin-bottom: 1.6em;
  padding-bottom: 1.6em;
  border-bottom: 1px solid #a5a3ad;
}

.device-pc #contents > section section > div:nth-of-type(1) div h4 span {
  display: inline-block;
}

.device-pc #contents > section section > div:nth-of-type(1) div h4 span:nth-of-type(1) {
  margin-bottom: .25em;
  font-size: 2em;
}

.device-pc #contents > section section > div:nth-of-type(1) div h4 span:nth-of-type(2) {
  font-size: 1.6em;
}

.device-pc #contents > section section > div:nth-of-type(1) div h4 span br {
  display: none;
}

.device-pc #contents > section section > div:nth-of-type(1) div p {
  font-size: 1.6em;
}

.device-pc #contents > section section > div:nth-of-type(1) div p cite {
  color: #787585;
  font-size: .875em;
  font-weight: bold;
}

.device-pc #contents > section section > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 4em;
}

.device-pc #contents > section section > div:nth-of-type(2) a {
  display: flex;
  align-items: center;
}

.device-pc #contents > section section > div:nth-of-type(2) a span:nth-of-type(1) {
  font-size: 1.4em;
  font-weight: bold;
}

.device-pc #contents > section section > div:nth-of-type(2) a span:nth-of-type(2) {
  margin-left: .1904em;
  color: #3eaf3e;
  font-size: 2.1em;
}

/* -------------------------------------------------------------------------- */

.device-sp #contents {
  padding: 20px 0 64px;
}

/* ---------- */

.device-sp #contents > header {
  margin-bottom: 16px;
  padding-bottom: 0;
}

.device-sp #contents > header img {
  width: 92px;
  margin: 0 auto 16px;
}

.device-sp #contents > header h2 {
  padding-bottom: 20px;
  background-image: url(/store/techo/kigen_hint/images/sp/line_header.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 288px auto;
  text-align: center;
}

.device-sp #contents > header h2 span {
  font-size: 30px;
  line-height: 1.25;
}

.device-sp #contents > header + p {
  margin-bottom: 24px;
  padding: 0 16px;
  font-size: 16px;
}

.device-sp #contents > header + p br {
  display: none;
}

/* ---------- */

.device-sp #contents > nav {
  width: 320px;
  margin: 0 auto 56px;
  padding: 0 10px;
}

.device-sp #contents > nav ul li {
  margin-bottom: 20px;
}

.device-sp #contents > nav ul li:last-child {
  margin-bottom: 0;
}

.device-sp #contents > nav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 300px;
  height: 36px;
  background-position: left center, left 44px bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 36px auto, 256px auto;
}

.device-sp #contents > nav ul li:nth-of-type(1) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_01.jpg), url(/store/techo/kigen_hint/images/sp/line_hint_01.jpg);
}

.device-sp #contents > nav ul li:nth-of-type(2) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_02.jpg), url(/store/techo/kigen_hint/images/sp/line_hint_02.jpg);
}

.device-sp #contents > nav ul li:nth-of-type(3) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_03.jpg), url(/store/techo/kigen_hint/images/sp/line_hint_03.jpg);
}

.device-sp #contents > nav ul li:nth-of-type(4) a {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_04.jpg), url(/store/techo/kigen_hint/images/sp/line_hint_04.jpg);
}

.device-sp #contents > nav ul li a:before {
  position: absolute;
  top: 6px;
  right: 0;
  color: #3eaf3e;
  font-size: 24px;
}

.device-sp #contents > nav ul li a span {
  padding-left: 46px;
  font-size: 16px;
  font-weight: bold;
}

/* ---------- */

.device-sp #contents > section {
  margin-bottom: 64px;
  padding: 0 10px 30px;
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.device-sp #contents > section:nth-of-type(1) {
  background-image: url(/store/techo/kigen_hint/images/sp/bg_hint_01.jpg);
}

.device-sp #contents > section:nth-of-type(2) {
  background-image: url(/store/techo/kigen_hint/images/sp/bg_hint_02.jpg);
}

.device-sp #contents > section:nth-of-type(3) {
  background-image: url(/store/techo/kigen_hint/images/sp/bg_hint_03.jpg);
}

.device-sp #contents > section:nth-of-type(4) {
  background-image: url(/store/techo/kigen_hint/images/sp/bg_hint_04.jpg);
}

.device-sp #contents > section:last-child {
  margin-bottom: 0;
}

.device-sp #contents > section h3 {
  display: flex;
  align-items: center;
  min-height: 59px;
  margin: 0 -10px 20px;
  padding: 8px 0 8px 69px;
  background-color: #fff;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 43px auto;
}

.device-sp #contents > section:nth-of-type(1) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_01.jpg);
}

.device-sp #contents > section:nth-of-type(2) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_02.jpg);
}

.device-sp #contents > section:nth-of-type(3) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_03.jpg);
}

.device-sp #contents > section:nth-of-type(4) h3 {
  background-image: url(/store/techo/kigen_hint/images/ico_hint_04.jpg);
}

.device-sp #contents > section h3 span {
  font-size: 20px;
  line-height: 1.3;
}

.device-sp #contents > section section {
  margin-bottom: 20px;
  padding: 20px 10px 0;
  background-color: #fff;
}

.device-sp #contents > section section:last-child {
  margin-bottom: 0;
}

.device-sp #contents > section section > div:nth-of-type(1) {
  padding-bottom: 16px;
  border-bottom: 1px solid #a5a3ad;
}

.device-sp #contents > section section > div:nth-of-type(1) figure {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  background: url('/store/techo/2020/images/loading3.gif') no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
     -moz-background-size: 32px 32px;
          background-size: 32px 32px;
}

.device-sp #contents > section section > div:nth-of-type(1) figure img {
  width: inherit;
  -webkit-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
     -moz-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
      -ms-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
       -o-transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
          transition: opacity .45s cubic-bezier(.25, .25, .75, .75) .15s;
}

.device-sp #contents > section section > div:nth-of-type(1) figure img.state-ready {
  opacity: 0;
}

.device-sp #contents > section section > div:nth-of-type(1) div h4 {
  margin: 0 -10px 0 0;
  /*padding-bottom: 16px;
  border-bottom: 1px solid #a5a3ad;*/
}

.device-sp #contents > section section > div:nth-of-type(1) div h4 span {
  display: inline-block;
  line-height: 1.3;
}

.device-sp #contents > section section > div:nth-of-type(1) div h4 span:nth-of-type(1) {
  margin-bottom: 10px;
  font-size: 20px;
}

.device-sp #contents > section section > div:nth-of-type(1) div h4 span:nth-of-type(2) {
  font-size: 16px;
}

.device-sp #contents > section section > div:nth-of-type(1) div p {
  font-size: 16px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #a5a3ad;
}

.device-sp #contents > section section > div:nth-of-type(1) div p cite {
  color: #787585;
  font-size: 14px;
  font-weight: bold;
}

.device-sp #contents > section section > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
}

.device-sp #contents > section section > div:nth-of-type(2) a {
  display: flex;
  align-items: center;
}

.device-sp #contents > section section > div:nth-of-type(2) a span:nth-of-type(1) {
  font-size: 14px;
  font-weight: bold;
}

.device-sp #contents > section section > div:nth-of-type(2) a span:nth-of-type(2) {
  margin-left: 4px;
  color: #3eaf3e;
  font-size: 21px;
}
