<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#primary &gt; article p strong {
  font-weight: bold;
}

#primary &gt; article ul,
#primary &gt; article ol {
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding: 16px 0 16px 114px;
}

#primary &gt; article ul li {
  list-style-type: disc;
}

#primary &gt; article ol li {
  list-style-type: decimal;
}

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

.clrfx:before,
.clrfx:after {
  content: "";
  display: table;
}
.clrfx:after {
  clear: both;
}

/* common
-------------------------------------------------------------------------------*/

#contents .inquiry h1 {
  margin-bottom: 24.5px;
}

#contents .inquiry p {
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 14px;
}

#contents .inquiry p strong {
  font-weight: bold;
}

#contents .inquiry &gt; a {
  display: inline-block;
  width: 280px;
}

#local li:first-child {
  margin-top: -10px;
  text-align: right;
  border-top: none;
}

/* header
-------------------------------------------------------------------------------*/

#contents {
  width: 960px;
  margin: 0 auto;
}

#contents:before,
#contents:after {
  content: "";
  display: table;
}
#contents:after {
  clear: both;
}

#title {
  margin-bottom: 15px;
}

#title div:nth-of-type(1) {
  float: left;
  width: 490px;
}

#title div:nth-of-type(1) img {
  display: block;
  margin-bottom: 15px;
}

#title div:nth-of-type(1) p span {
  font-size: 15px;
  line-height: 2;
}

#title div:nth-of-type(2) {
  float: right;
  width: 432px;
}

#title div:nth-of-type(2) img {
  display: block;
  margin-top: 5px;
}

#title div:nth-of-type(2) small {
  display: block;
  margin-top: 5px;
  text-align: right;
}

#title div:nth-of-type(2) small span {
  color: #808080;
  font-size: 12px;
  line-height: 2;
}

#search {
  margin-bottom: 35px;
  text-align: right;
}

#search label span {
  display: inline-block;
  margin-right: 15px;
  color: #3799dc;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.14;
}

#search label input:focus {
  outline: 0;
}

#search label input[type="text"] {
  display: inline-block;
  width: 350px;
  height: 30px;
  padding: 4px 78px 4px 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: inherit;
  font-size: 14px;
}

#search label input[type="text"]::placeholder {
  color: #808080;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#search label input[type="text"]::-ms-input-placeholder {
  color: #808080;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

#search label input[type="submit"] {
  width: 70px;
  height: 30px;
  margin-left: -70px;
  border-radius: 0 4px 4px 0;
  background-color: #3799dc;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* footer
-------------------------------------------------------------------------------*/

#contents &gt; footer {
  border-top: #ccc 1px solid;
  padding-top: 57px;
  margin-bottom: 50px;
  clear: both;
}

#contents &gt; footer section {
  float: left;
  width: 400px;
}

#contents &gt; footer section h1 {
  width: 164px;
}

#contents &gt; footer section + section {
  width: 560px;
}

#contents &gt; footer section + section h1 {
  width: 263px;
}

#contents &gt; footer section:first-child p {
  width: 200px;
}

#contents &gt; footer p:last-child {
  margin-bottom: 0;
}

#contents &gt; footer p.last-child {
  margin-bottom: 0;
}

#contents &gt; footer p a {
  text-decoration: underline;
}

#contents &gt; footer p a:hover {
  text-decoration: none;
}

/* primary
-------------------------------------------------------------------------------*/

#primary {
  float: right;
  width: 640px;
  padding-bottom: 20px;
}

#primary a {
  font-weight: normal;
}

/* section
-------------------------------------------------------------------------------*/
#primary section:first-child {
  margin-bottom: 50px;
  width: 100%;
}

#primary section:first-child li a {
  font-size: 16px;
}

#primary section:first-child li:before {
  top: 3px;
}

#primary section:first-child &gt; h1 {
  min-height: 20px;
  line-height: 1.18;
  font-size: 17px;
  padding: 12px 0 12px 54px;
  background-image: url(/store/techo/help/images/icon_title_l.svg);
  background-size: 51px 45px;
}

#primary section:nth-child(even) {
  float: left;
  clear: both;
  padding-bottom: 0 !important;
}

#primary section.nth-even {
  float: left;
  clear: both;
  padding-bottom: 0 !important;
}

#primary section li {
  padding-left: 32px;
  position: relative;
  line-height: 2;
}

#primary section li a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
}

#primary section li a:before {
  content: "";
  background-image: url(/store/techo/help/images/icon_q_o.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  font-size: 10px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 5px;
  top: 2.5px;
}

#primary section &gt; h1 {
  min-height: 20px;
  font-size: 14px;
  line-height: 1.43;
  padding: 10px 0 10px 43px;
  font-weight: bold;
  background-color: #ffd561;
  background-image: url(/store/techo/help/images/icon_title_s.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 41px 33px;
  margin-bottom: 16px;
}

#primary section &gt; p {
  text-align: right;
  margin: -3px 11px 0 0;
}

#primary section &gt; p a {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  background: url(/store/techo/help/images/icon_all.svg) no-repeat left center;
  background-size: 19px 19px;
  font-weight: bold;
  padding-left: 26px;
  text-decoration: none;
  color: #000;
}

#primary section + section {
  width: 300px;
  margin-bottom: 42px;
  float: right;
}

#primary &gt; section &gt; h1 {
  background-color: #9acc00;
}

#primary &gt; section li a:before {
  background-image: url(/store/techo/help/images/icon_q_g.svg);
}

#primary div.img_01 {
  margin-top: 25px;
}

#primary div.img_01 img {
  display: block;
  margin: 0 auto;
}

/* article
-------------------------------------------------------------------------------*/
#primary &gt; article h1 {
  font-size: 19px;
  line-height: 1.63;
  font-weight: bold;
  position: relative;
  padding-left: 82px;
  margin-bottom: 22px;
  min-height: 84px;
}

#primary &gt; article h1:before {
  font-size: 10px;
  content: "";
  background-image: url(/store/techo/help/images/icon_q_l.svg);
  background-repeat: no-repeat;
  background-size: 54px 48px;
  width: 54px;
  height: 48px;
  position: absolute;
  left: 4px;
  top: 7px;
}

#primary &gt; article h1 + p:before {
  font-size: 10px;
  content: "";
  background-image: url(/store/techo/help/images/icon_a.svg);
  background-repeat: no-repeat;
  background-size: 54px 45px;
  width: 54px;
  height: 45px;
  position: absolute;
  left: 4px;
  top: 10px;
}

#primary &gt; article a {
  word-break: break-all;
}

#primary &gt; article p {
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding-left: 82px;
}

#primary &gt; article p &gt; strong {
  font-weight: bold;
}

#primary &gt; article time {
  display: block;
  text-align: right;
  font-size: 12px;
  padding: 30px 22px 54px 0;
}

#primary &gt; article ul,
#primary &gt; article ol {
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  padding: 16px 0 16px 114px;
}

#primary &gt; article ul li {
  list-style-type: disc;
}

#primary &gt; article ol li {
  list-style-type: decimal;
}

/* search
-------------------------------------------------------------------------------*/

#primary.search section div {
  margin-top: 11px;
  position: relative;
  top: 20px;
}

#primary.search section div a {
  font-weight: bold;
  font-size: 17px;
  text-decoration: none;
  display: inline-block;
}

#primary.search section div a[roll="prev"] {
  float: left;
  padding-left: 33px;
  background: url(/store/techo/help/images/icon_prev.svg) no-repeat left center;
  background-size: 23px 23px;
}

#primary.search section div a[roll="next"] {
  float: right;
  padding-right: 33px;
  background: url(/store/techo/help/images/icon_next.svg) no-repeat right center;
  background-size: 23px 23px;
}

#primary.search section &gt; h1 {
  background-color: #40a5e6;
}

#primary.search article h1 {
  position: relative;
  margin-bottom: 5px;
  padding-left: 31px;
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
}

#primary.search article h1 a {
  color: #40a5e6;
  text-decoration: none;
}

#primary.search article h1 a:before {
  content: "";
  background-image: url(/store/techo/help/images/icon_q_b.svg);
  background-repeat: no-repeat;
  background-size: 19px 19px;
  font-size: 10px;
  width: 19px;
  height: 19px;
  position: absolute;
  left: 5px;
  top: 4px;
}

#primary.search article p {
  font-size: 16px;
  line-height: 1.75;
  margin-left: 31px;
}

#primary.search article + article {
  margin-top: 17px;
}

#primary.search article &gt; a {
  font-size: 16px;
  line-height: 1.75;
  margin-left: 31px;
  display: inline-block;
}

/* secondary
-------------------------------------------------------------------------------*/
#secondary {
  float: left;
  width: 280px;
}

#secondary a {
  font-weight: normal;
}

#secondary section {
  margin-top: 46px;
}

#secondary li {
  line-height: 1.43;
}

#secondary li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  font-size: 14px;
}

#secondary p a {
  text-decoration: none;
}

#secondary p a:hover {
  text-decoration: none;
}

#secondary &gt; ul &gt; li {
  border-top: #ccc 1px solid;
}

#secondary &gt; ul &gt; li:last-child {
  border-bottom: #ccc 1px solid;
}

#secondary &gt; ul &gt; li &gt; a {
  background-image: url(/store/techo/help/images/icon_sidebar_01.svg);
  background-repeat: no-repeat;
  background-position: 12px 14px;
  background-size: 17px 17px;
  color: #000;
  padding: 13px 0 13px 40px;
  font-weight: bold;
}

#secondary &gt; ul &gt; li.current &gt; a {
  background-image: url(/store/techo/help/images/icon_sidebar_01-current.svg);
  background-color: #9acc00;
}

#secondary ul ul {
  padding: 7px 0;
}

#secondary ul ul a {
  background-image: url(/store/techo/help/images/icon_sidebar_02.svg);
  background-repeat: no-repeat;
  background-position: 0 14px;
  background-size: 8px 10px;
  color: #819605;
  margin-left: 21px;
  padding: 10px 0 10px 16px;
}

#secondary ul ul li.current a {
  background-image: url(/store/techo/help/images/icon_sidebar_02-current.svg);
  color: #000;
  cursor: default;
  pointer-events: none;
}

#secondary div.img_01 {
  margin: 25px 0 0 0;
  padding: 0 30px 0 0;
}

#secondary div.img_01 img {
  display: block;
  margin: 0 auto;
}

#secondary div.img_01 + section {
  margin-top: 25px;
}

/* table
-------------------------------------------------------------------------------*/
#contents table {
  margin-left: 82px;
  width: 558px;
}

#contents th,
#contents td {
  border: 1px solid #ccc;
  padding: 3px 5px;
  font-size: 86%;
  letter-spacing: 0;
}

.device-sp #contents {
  width: 100%;
  margin: 0;
  font-weight: normal;
  padding: 20px 0 30px;
}

.device-sp #contents img {
  width: auto;
  max-width: 100%;
}

.device-sp #contents table {
  margin-left: 0;
  width: 100%;
}

.device-sp #title {
  margin-bottom: 5px;
  padding: 0 16px;
}

.device-sp #title div:nth-of-type(1) {
  float: none;
  width: 100%;
  margin-bottom: 20px;
}

.device-sp #title div:nth-of-type(1) img {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}

.device-sp #category #title div:nth-of-type(1) img,
.device-sp #detail #title div:nth-of-type(1) img {
  margin-bottom: 45px;
}

.device-sp #category #title div:nth-of-type(1) p,
.device-sp #detail #title div:nth-of-type(1) p {
  display: none;
}

.device-sp #title div:nth-of-type(2) {
  float: none;
  width: 100%;
}

.device-sp #title div:nth-of-type(2) img {
  width: 100%;
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
}

.device-sp #search {
  margin-bottom: 45px;
  padding: 0 16px;
  text-align: left;
}

.device-sp #search label span {
  display: block;
  margin-right: 0;
  line-height: 1.8;
}

.device-sp #search label input[type="text"] {
  display: inline-block;
  width: 100%;
}

.device-sp #primary {
  float: none;
  width: 100%;
  padding: 0 16px;
}

.device-sp #primary footer {
  background: none;
}

.device-sp #primary section {
  float: none;
}

.device-sp #primary section &gt; h1 {
  line-height: 1.4;
}

.device-sp #primary section + section {
  width: 100%;
}

.device-sp #primary section:first-child &gt; h1 {
  line-height: 1.4;
  padding-top: 10px;
}

.device-sp #primary section:last-child {
  padding-bottom: 0;
}

.device-sp #primary &gt; article h1 {
  padding-left: 0;
  padding-top: 56px;
}

.device-sp #primary &gt; article h1:before {
  top: 0;
  left: 0;
}

.device-sp #primary &gt; article p {
  padding-left: 0;
  /*padding-top: 64px;*/
}

.device-sp #primary &gt; article h1 + p {
  padding-top: 64px;
}

.device-sp #primary &gt; article p:before {
  top: 0;
  left: 0;
}

.device-sp #secondary {
  float: none;
  width: 100%;
  padding: 0 16px;
}

.device-sp #secondary &gt; ul {
  display: none;
}

.device-sp #secondary &gt; ul + section {
  margin-top: 0;
}

.device-sp #secondary section {
  padding-top: 30px;
  border-top: 5px solid #e5e5e5;
}

.device-sp #secondary section.inquiry &gt; a {
  display: block;
  margin: 0 auto;
}
/* 2023
-------------------------------------------------------------------------------*/
.device-pc #title div:nth-of-type(1) p span {
  font-size: 16px;
  line-height: 1.75;
}
#primary section &gt; h1 {
  border-radius: 2px;
  background-size: auto 40px;
}
#primary &gt; section &gt; h1 {
  background-color: #ff8733;
}
#primary section:first-child &gt; h1 {
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0 10px 54px;
  background-size: auto 45px;
}
#primary.search section div {
  margin-top: 31px;
  top: 0;
}
#primary &gt; aside {
  padding-bottom: 32px;
}
.device-sp #primary &gt; aside {
  padding-left: 8px;
  padding-right: 8px;
}
#primary &gt; aside h3 {
  color: #28c8b9;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.device-pc #primary &gt; aside h3 {
  margin-bottom: 20px;
}
.device-sp #primary &gt; aside h3 {
  text-align: center;
  margin-bottom: 8px;
}
#primary &gt; aside p {
  font-size: 14px;
}
#primary &gt; aside p strong {
  font-weight: bold;
  display: block;
}
#primary &gt; aside &gt; a {
  height: 40px;
  margin: 0 auto 44px;
  background: #28c8b9;
  border-radius: 2px;
  display: table;
  width: 100%;
  max-width: 270px;
}
.device-pc #primary &gt; aside &gt; a {
  margin-top: 24px;
}
.device-sp #primary &gt; aside &gt; a {
  margin-top: 8px;
}
#primary &gt; aside &gt; a span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
#secondary {
  padding-bottom: 48px;
}
#secondary &gt; h3 {
  min-height: 20px;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 0 8px 48px;
  border-radius: 2px;
  font-weight: bold;
  background-color: #ff8733;
  background-image: url(/store/techo/help/images/icon_title.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
  margin-bottom: 20px;
}
#secondary &gt; h3 ~ h3 {
  margin-top: 48px;
  background-image: url(/store/techo/help/images/icon_help.svg);
}
#secondary &gt; ul &gt; li.current {
  border-top: none;
}
#secondary &gt; ul &gt; li.current &gt; a {
  background-color: #ff8733;
  border-radius: 2px;
}
#secondary ul ul a {
  color: #f86600;
}
.device-sp #secondary {
  display: none;
}
</pre></body></html>