<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-subttl {
    margin-top: 40px;
}
#gadget-mode,
#signage-mode {
    padding-top: 40px;
}
figure {
    margin: 10px auto;
    padding: 0 25px;
    text-align: center;
}
/*ãƒ†ã‚­ã‚¹ãƒˆãƒªãƒ³ã‚¯*/
.txtlink {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 20px 20px 10px;
    background-color: #f2faff;
    border: 3px solid #4190ff;
    border-radius: 10px;
}
.txtlink figure {
    text-align: center;
    padding: 0;
}
.txtlink_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    width: 760px;
    margin: 20px auto;
}
.txtlink_list li {
    width: 160px;
    margin-right: 40px;
    margin-bottom: 10px;
}
.txtlink_list li:nth-of-type(4n) {
    margin-right: 0;
    width: auto;
}
.txtlink_list02 {
    width: 810px;
    margin: 0 auto;
}
.txtlink_list02 li {
    width: auto;
}

.txtlink_list li a {
    font-size: 2.2rem;
    font-weight: bold;
    color: #206ac5;
}

/*ãƒ†ãƒ¼ãƒ–ãƒ«*/
.overview-table {
  width: calc(100% - 50px);
  margin: 0 auto;
  border-collapse: collapse;
}
.overview-table th,
.overview-table td {
    font-size: 1.8rem;
    color: #232b35;
}

.overview-table th {
  width: 220px; /* ä»»æ„ã®ã‚¹ã‚¿ã‚¤ãƒ«ã«å¤‰æ›´ */
  padding: 10px 15px;
  border: 1px solid #d0dde6;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  background-color: #f0f4f7;
}
.overview-table th.th_ic img {
    padding: 6px 6px 0 0;
}
.overview-table td {
  padding: 13px 10px 10px;
  border: 1px solid #d0dde6;
  vertical-align: middle;
}
.overview-table ul,
.overview-note {
  padding-left: 1em;
  text-indent: -1em;
}
.overview-table li &gt; p:not(:first-child) {
  text-indent: 0;
}
.overview-table ol {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.overview-table .pattern-space {
  margin-top: 10px; /* ä»»æ„ã®ã‚¹ã‚¿ã‚¤ãƒ«ã«å¤‰æ›´ */
}
@media only screen and (max-width: 768px) {
/*ãƒ†ã‚­ã‚¹ãƒˆãƒªãƒ³ã‚¯*/
.txtlink {
    padding: 10px 20px 10px;
}
.txtlink_list {
    width: 100%;
}
.txtlink_list li {
    width: auto;
    margin-right: 20px;
}
.txtlink_list li:nth-of-type(4n) {
    margin-right: 20px;
}
.txtlink_list02 {
    width: 100%;
}
.txtlink_list li a {
    font-size: 1.6rem;
}
/*ãƒ†ãƒ¼ãƒ–ãƒ«*/
.overview-table {
  width: 100%;
    }
  .overview-table th {
    width: 30%;
    padding: 12px 10px;
    font-size: 15px;
  }
  .overview-table td {
    width: 70%;
    padding: 12px 10px;
    font-size: 14px;
  }
.overview-table th.th_ic img {
    display: block;
    padding: 6px 6px 6px 0;
}

}

</pre></body></html>