@charset "UTF-8";
@media screen and (min-width: 641px), print {
  html,
  body,
  div,
  span,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  address,
  cite,
  code,
  img,
  q,
  samp,
  small,
  sub,
  sup,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  figcaption,
  figure,
  footer,
  header,
  nav,
  section,
  time,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    background-color: transparent;
  }
  body {
    line-height: 1;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img,
  input,
  select {
    vertical-align: top;
  }
  article,
  aside,
  footer,
  header,
  main,
  nav,
  section {
    display: block;
  }
  iframe {
    border: none;
  }
  html {
    font-size: 62.5%;
    overflow-y: scroll;
  }
  body {
    color: #333;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    overflow: hidden;
  }
  input,
  button,
  textarea {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
  }
  a:link {
    color: #2451c6;
    text-decoration: none;
  }
  a:active {
    color: #2451c6;
    text-decoration: underline;
  }
  a:visited {
    color: #7c169e;
  }
  a:hover {
    color: #2451c6;
    text-decoration: underline;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #header li,
  #breadcrumb li,
  #side li,
  #footer li {
    list-style: none;
  }
  #main a:hover img {
    opacity: 0.8;
  }
  .text-side-title {
    display: none;
  }
  #nodisplay-analysis {
    position: absolute;
    left: -100%;
    top: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
    line-height: 1px;
  }
  #nodisplay-analysis * {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
    line-height: 1px;
  }
  #breadcrumb {
    width: 960px;
    margin: 0 calc((100% - 960px) / 2);
  }
  #breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px 0;
    font-size: 0;
  }
  #breadcrumb ol li {
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 1;
  }
  #breadcrumb ol li:first-child {
    padding-left: 0;
  }
  #breadcrumb ol li:not(:first-child)::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #breadcrumb ol li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    color: #333;
  }
  #breadcrumb ol li:last-child a span {
    font-weight: bold;
  }
  #footer {
    position: relative;
    width: 960px;
    margin: 93px calc((100% - 960px) / 2) 0;
  }
  #footer #footer-contact {
    position: relative;
    width: 100%;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #footer #footer-contact::after {
    display: block;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    width: calc(200vw + 100%);
    height: 100%;
    content: "";
    background: #707070;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer #footer-contact .message {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
  }
  #footer #footer-contact .button {
    min-width: 230px;
    margin-left: 30px;
  }
  #footer #footer-contact .button a {
    padding: 14px 36px 12px 56px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10em;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1em;
    font-weight: bold;
  }
  #footer #footer-contact .button a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    width: 7px;
    height: 9px;
    margin: auto 0;
    background: #333;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #footer #footer-contact .button a[target="_blank"]::before {
    left: 30px;
    width: 10px;
    height: 8px;
    background: url(/erpnavi/tool-lounge/common/img/icon-blank-black.png) no-repeat;
    -webkit-clip-path: none;
    clip-path: none;
  }
  #footer #footer-contact .button a:hover {
    background: #f3f3f3;
  }
  #footer #footer-utility {
    position: relative;
    width: 100%;
    padding: 32px 0;
  }
  #footer #footer-utility::after {
    display: block;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    width: calc(200vw + 100%);
    height: 100%;
    content: "";
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  #footer #footer-utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 19px;
    -moz-column-gap: 19px;
    column-gap: 19px;
  }
  #footer #footer-utility ul li a {
    padding-left: 16px;
    background: url(/erpnavi/tool-lounge/common/img/icon-arrow-right.png) no-repeat 4px center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1em;
    color: #0073af;
    text-decoration: none;
  }
  #footer #footer-utility ul li a.icon-blank-w {
    padding-left: 20px;
    background: url(/erpnavi/tool-lounge/common/img/icon-blank-red.png) no-repeat 4px center;
  }
  #footer #footer-copyright {
    display: grid;
    grid-template-columns: 1fr 143px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    text-align: center;
  }
  #footer #footer-copyright #copyright {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1em;
    color: #000;
    text-align: left;
  }
  #footer #back-to-top {
    position: fixed;
    bottom: 0;
    z-index: 10;
    margin: 0 0 40px calc(960px - 44px);
    -webkit-transition: margin 800ms;
    transition: margin 800ms;
  }
  #footer #back-to-top a {
    display: block;
    width: 46px;
    height: 46px;
    padding: 0;
    background: url(/erpnavi/tool-lounge/common/img/icon-pagetop.png) no-repeat;
    color: transparent;
    opacity: 0.5;
    -webkit-transition: opacity 250ms;
    transition: opacity 250ms;
  }
  #footer #back-to-top.fixed {
    position: absolute;
    bottom: 100%;
    z-index: 1000;
    margin-bottom: -22px;
    opacity: 1;
  }
  #header {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 15px 0 10px;
  }
  #header::after {
    display: block;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    width: calc(200vw + 100%);
    height: 100%;
    content: "";
    background: #fff;
    border-bottom: 1px solid #d5cccb;
  }
  #header .area-logo #header-logo {
    margin-top: 1em;
  }
  #header .area-logo .header-text {
    color: #a7a7a7;
    font-size: 1.2rem;
  }
  #main {
    width: 960px;
    margin: 0 auto;
  }
  #main footer .page-id {
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 45px;
    z-index: 101;
    margin-top: 0;
    padding: 3px 10px;
    background-color: #008196;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: #fff;
  }
  #wrap {
    position: relative;
    z-index: 1;
    min-width: 996px;
    text-align: left;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
  }
  #wrap::after {
    display: block;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    width: calc(200vw + 100%);
    height: 100%;
    content: "";
    z-index: -2;
    background: #f8f8f8;
  }
  #main .buttons-contact {
    margin-top: 20px;
  }
  #main .buttons-contact a {
    padding: 18px 36px 16px 56px;
    position: relative;
    display: inline-block;
    background: #333;
    border-radius: 10em;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
  }
  #main .buttons-contact a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    width: 7px;
    height: 9px;
    margin: auto 0;
    background: #fff;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #main .buttons-contact a:hover {
    background: #757575;
  }
  #main .buttons-fundamental {
    margin-top: 40px;
  }
  #main .buttons-fundamental a {
    padding: 18px 36px 16px 56px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10em;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
  }
  #main .buttons-fundamental a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    width: 7px;
    height: 9px;
    margin: auto 0;
    background: #333;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #main .buttons-fundamental a[target="_blank"]::before {
    left: 30px;
    width: 10px;
    height: 8px;
    background: url(/erpnavi/tool-lounge/common/img/icon-blank-black.png) no-repeat;
    -webkit-clip-path: none;
    clip-path: none;
  }
  #main .buttons-fundamental a:hover {
    background: #f3f3f3;
  }
  #main .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
  #main .columns .column > *:first-child {
    margin-top: 0;
  }
  #main .columns .column .pic img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .columns .column .pic.border-none img {
    border: none;
  }
  #main .columns .column .detail {
    margin: 0.8em 0 0;
  }
  #main .columns .column:first-of-type:nth-last-child(1) {
    width: 100%;
  }
  #main .columns .column:first-of-type:nth-last-child(2),
  #main .columns .column:first-of-type:nth-last-child(2) ~ .column {
    width: calc((100% - 30px) / 2);
  }
  #main .columns .column:first-of-type:nth-last-child(3),
  #main .columns .column:first-of-type:nth-last-child(3) ~ .column {
    width: calc((100% - 30px - 30px) / 3);
  }
  #main .columns .column:first-of-type:nth-last-child(4),
  #main .columns .column:first-of-type:nth-last-child(4) ~ .column {
    width: calc((100% - 30px - 30px - 30px) / 4);
  }
  #main h1 {
    margin: 40px 0 0;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  #main h1 .sub {
    margin-left: 10px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5em;
    font-weight: bold;
    vertical-align: baseline;
  }
  #main h2 {
    margin: 80px 0 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
  }
  #main h3 {
    margin-top: 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #main h4 {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #main a {
    display: inline-block;
    position: relative;
    padding-left: 19px;
  }
  #main a::before {
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    width: 6px;
    height: 100%;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='4'%3E%3Cpolygon points='0 0 3 2 0 4' fill='%231789cf'/%3E%3C/svg%3E") 0 calc(((1.7em - 8px) / 2) - 2px) no-repeat;
    background-size: 6px 8px;
  }
  #main a[target="_blank"]::before {
    width: 9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Cpolyline points='8.5 4 8.5 8.5 4 8.5' fill='white' stroke='%231789cf'/%3E%3Cpolygon points='0 0 7 0 7 7 0 7' fill='%231789cf'/%3E%3Cpolygon points='1 2 6 2 6 6 1 6' fill='white'/%3E%3C/svg%3E") 0 calc(((1.7em - 8px) / 2) - 2px) no-repeat;
    background-size: 9px 9px;
  }
  #main .images-left,
  #main .images-right {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main .images-left .pic,
  #main .images-right .pic {
    width: 300px;
  }
  #main .images-left .pic p img,
  #main .images-right .pic p img {
    display: block;
    border: 1px solid #ccc;
  }
  #main .images-left .pic p.border-none img,
  #main .images-right .pic p.border-none img {
    border: none;
  }
  #main .images-left .pic p:first-child,
  #main .images-right .pic p:first-child {
    margin-top: 0;
  }
  #main .images-left .text > *:first-child,
  #main .images-right .text > *:first-child {
    margin-top: 0;
  }
  #main .images-left .text .buttons,
  #main .images-right .text .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 40px;
  }
  #main .images-left .text .buttons > p[class*="buttons-"],
  #main .images-right .text .buttons > p[class*="buttons-"] {
    margin-top: 0;
  }
  #main .images-left .text {
    margin-left: 40px;
  }
  #main .images-right .text {
    margin-right: 40px;
  }
  #main ul,
  #main ol {
    margin-top: 10px;
    margin-left: 23px;
  }
  #main ul li,
  #main ol li {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
  }
  #main .lists-notes ul {
    margin-left: 0;
  }
  #main .lists-notes ul li {
    list-style: none;
    margin-top: 8px;
    margin-left: 3em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-indent: -3em;
  }
  #main .lists-notes-number ul {
    margin-left: 0;
  }
  #main .lists-notes-number ul li {
    list-style: none;
    margin-top: 8px;
    margin-left: 3.6em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-indent: -3.6em;
  }
  #main .lists-notes-asterisk ul {
    margin-left: 0;
  }
  #main .lists-notes-asterisk ul li {
    list-style: none;
    margin-top: 8px;
    margin-left: 1.35em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-indent: -1.35em;
  }
  #main p {
    margin-top: 1em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7em;
  }
  #main .texts-emphasis {
    font-weight: bold;
  }
  #main .texts-center {
    text-align: center;
  }
  #main .texts-right {
    text-align: right;
  }
  #main .uniques-demo-frame {
    position: relative;
    margin-top: 60px;
    padding-bottom: 105px;
  }
  #main .uniques-demo-frame::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 98px;
    height: 16px;
    margin: 0 auto;
    background: url(/erpnavi/tool-lounge/common/img/separate.png) no-repeat;
    content: "";
  }
  #main .uniques-demo-frame .frame-outer .item-frame {
    display: none;
    width: 1440px;
    margin-left: calc((960px - 1440px) / 2);
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  }
  #main .uniques-demo-frame .frame-outer .item-frame.show {
    display: block;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head {
    width: 1440px;
    padding: 10px 25px 7px;
    background: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head p {
    margin: 0;
    text-align: right;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head p a {
    padding-left: 21px;
    background: url(/erpnavi/tool-lounge/common/img/icon-full.png) no-repeat center left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #fff;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head p a::before {
    display: none;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame {
    width: 1440px;
    height: 905px;
    border-top: none;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame > div {
    position: fixed;
    visibility: hidden;
    height: 100% !important;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame iframe {
    width: 1440px !important;
    height: 905px !important;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    overflow: auto;
  }
  #main .uniques-demo-frame .frame-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin-top: 66px;
  }
  #main .uniques-demo-frame .frame-switch .item-switch {
    position: relative;
    width: 304px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  #main .uniques-demo-frame .frame-switch .item-switch:hover {
    opacity: 0.7;
  }
  #main .uniques-demo-frame .frame-switch .item-switch > *:first-child {
    margin-top: 0;
  }
  #main .uniques-demo-frame .frame-switch .item-switch.active:hover {
    opacity: 1;
  }
  #main .uniques-demo-frame .frame-switch .item-switch.active::before {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    width: 30px;
    height: 26px;
    margin: 0 auto;
    background: #333;
    content: "";
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  #main .uniques-demo-frame .frame-switch .item-switch.active::after {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 100%;
    height: 100%;
    border: 4px solid #333;
    content: "";
    z-index: -1;
  }
  #main .uniques-demo-frame .frame-switch .item-switch.active .label {
    display: none;
  }
  #main .uniques-demo-frame .frame-switch .item-switch .text {
    padding: 0 20px 20px;
  }
  #main .uniques-demo-frame .frame-switch .item-switch .text .title {
    font-weight: bold;
  }
  #main .uniques-demo-frame .frame-switch .item-switch .label {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 5px 13px 5px 33px;
    background: url(/erpnavi/tool-lounge/common/img/icon-mouse.png) no-repeat 10px center #333;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #fff;
  }
}

/* デモ埋め込みフレーム */
@media screen and (max-width: 1460px) and (min-width: 641px), print {
  #main .uniques-demo-frame .frame-outer {
    /* iframeは指定幅を維持したまま950px（線10px分マイナス）になるよう縮小をかける */
  }
  #main .uniques-demo-frame .frame-outer .item-frame {
    width: 100%;
    margin-left: 0;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head {
    width: 100%;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame {
    width: 100%;
    height: calc(905px * 0.6666);
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame iframe {
    -webkit-transform: scale(0.6666);
    -ms-transform: scale(0.6666);
    transform: scale(0.6666);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

@media screen and (max-width: 640px) {
  html,
  body,
  div,
  span,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  address,
  cite,
  code,
  img,
  q,
  samp,
  small,
  sub,
  sup,
  dl,
  dt,
  dd,
  ol,
  ul,
  li,
  fieldset,
  form,
  label,
  legend,
  table,
  caption,
  tbody,
  tfoot,
  thead,
  tr,
  th,
  td,
  article,
  aside,
  canvas,
  figcaption,
  figure,
  footer,
  header,
  nav,
  section,
  time,
  audio,
  video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    vertical-align: top;
    background-color: transparent;
  }
  body {
    line-height: 1;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: "";
    content: none;
  }
  a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
  }
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  img,
  input,
  select {
    vertical-align: top;
  }
  article,
  aside,
  footer,
  header,
  main,
  nav,
  section {
    display: block;
  }
  iframe {
    border: none;
  }
  html {
    font-size: 62.5%;
    overflow-y: scroll;
  }
  body {
    color: #333;
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
    overflow: hidden;
  }
  body.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
  }
  input,
  button,
  textarea {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Helvetica, sans-serif;
  }
  a:link {
    color: #2451c6;
    text-decoration: none;
  }
  a:visited {
    color: #7c169e;
  }
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #header li,
  #breadcrumb li,
  #side li,
  #footer li {
    list-style: none;
  }
  img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .text-side-title {
    display: none;
  }
  #nodisplay-analysis {
    position: absolute;
    left: -100%;
    top: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
    line-height: 1px;
  }
  #nodisplay-analysis * {
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
    line-height: 1px;
  }
  #breadcrumb {
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 2;
    background: #f3f3f3;
  }
  #breadcrumb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    padding: 5px 10px;
    padding: 5px calc(10px + constant(safe-area-inset-left));
    padding: 5px calc(10px + env(safe-area-inset-left));
  }
  #breadcrumb ol li {
    margin: 0;
    padding: 0 0 0 21px;
    white-space: nowrap;
    position: relative;
    z-index: 1;
  }
  #breadcrumb ol li:first-child {
    padding-left: 0;
  }
  #breadcrumb ol li:not(:first-child)::before {
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 7px;
    top: calc(((1.2rem * 1.7) / 2) - 3px);
    z-index: 1;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #breadcrumb ol li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    color: #333;
  }
  #breadcrumb ol li:last-child a span {
    font-weight: bold;
  }
  #footer {
    position: relative;
    margin-top: 46px;
  }
  #footer #footer-contact {
    padding: 18px 10px;
    padding: 18px calc(10px + constant(safe-area-inset-left));
    padding: 18px calc(10px + env(safe-area-inset-left));
    background: #707070;
  }
  #footer #footer-contact .message {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
  }
  #footer #footer-contact .button {
    min-width: 230px;
    margin: 10px 0 0;
    text-align: center;
  }
  #footer #footer-contact .button a {
    padding: 12px 36px 12px 56px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10em;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1em;
    font-weight: bold;
  }
  #footer #footer-contact .button a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    width: 7px;
    height: 9px;
    margin: auto 0;
    background: #333;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #footer #footer-contact .button a[target="_blank"]::before {
    left: 30px;
    width: 10px;
    height: 8px;
    background: url(/erpnavi/tool-lounge/common/img/icon-blank-black.png) no-repeat;
    -webkit-clip-path: none;
    clip-path: none;
  }
  #footer #footer-utility {
    margin: 0;
    padding: 0;
  }
  #footer #footer-utility ul {
    position: relative;
    margin: 0;
    padding: 0;
  }
  #footer #footer-utility ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #b7b7b7;
  }
  #footer #footer-utility ul li a {
    display: block;
    position: relative;
    height: 100%;
    padding: 18px 15px 16px 15px;
    padding: 18px calc(15px + constant(safe-area-inset-left)) 16px calc(15px + constant(safe-area-inset-left));
    padding: 18px calc(15px + env(safe-area-inset-left)) 16px calc(15px + env(safe-area-inset-left));
    background: #5e5e5e;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4em;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
  }
  #footer #footer-utility ul li a::before {
    display: block;
    position: absolute;
    right: 15px;
    right: calc(15px + constant(safe-area-inset-left));
    right: calc(15px + env(safe-area-inset-left));
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: url(/erpnavi/tool-lounge/common/img/icon-arrow-right-white.png) 0 center no-repeat;
    background-size: 5px 9px;
  }
  #footer #footer-utility ul li a[target="_blank"]::before {
    width: 10px;
    background: url(/erpnavi/tool-lounge/common/img/icon-blank-white.png) 0 center no-repeat;
    background-size: 10px 8px;
  }
  #footer #footer-copyright {
    width: 100%;
    padding: 15px 0;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer #footer-copyright #copyright {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    text-align: center;
  }
  #footer #footer-copyright #copyright small::before {
    display: inline-block;
    content: "\00a9";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-family: Helvetica;
    vertical-align: -1px;
  }
  #footer #footer-copyright #copyright small .pc {
    display: none;
  }
  #footer #footer-copyright .footer-logo {
    margin-top: 12px;
    text-align: center;
  }
  #footer #back-to-top {
    position: fixed;
    bottom: 0;
    z-index: 10;
    right: 10px;
    right: calc(10px + constant(safe-area-inset-right));
    right: calc(10px + env(safe-area-inset-right));
    margin: 0 0 50px;
    margin-bottom: calc(50px + constant(safe-area-inset-bottom));
    margin-bottom: calc(50px + env(safe-area-inset-bottom));
    opacity: 0.5;
    -webkit-transition: margin 800ms, opacity 250ms;
    transition: margin 800ms, opacity 250ms;
    /* フッターのボトム固定 */
  }
  #footer #back-to-top a {
    display: block;
    width: 43px;
    height: 43px;
    padding: 0;
    background: url(/erpnavi/tool-lounge/common/img/icon-pagetop.png) no-repeat;
    background-size: 43px auto;
    text-align: center;
    color: transparent;
  }
  #footer #back-to-top.fixed {
    bottom: 0;
    z-index: 1000;
    opacity: 1;
  }
  #header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px;
    padding: 5px calc(10px + constant(safe-area-inset-left));
    padding: 5px calc(10px + env(safe-area-inset-left));
  }
  #header::after {
    display: block;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    width: calc(200vw + 100%);
    height: 100%;
    content: "";
    background: #fff;
    border-bottom: 1px solid #d5cccb;
  }
  #header .area-logo {
    width: 45.5%;
  }
  #header .area-logo .header-text {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5em;
  }
  #header .area-logo #header-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 4px 0 0;
    padding: 0;
  }
  #header .area-logo #header-logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #header .area-logo #header-logo > img {
    display: none;
  }
  #header #sp-menu-button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    margin: 0 0 0 auto;
    padding: 30px 5px 5px;
    background: #333;
    border-radius: 5px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.3em;
    color: #fff;
  }
  #header #sp-menu-button::before {
    display: block;
    content: "";
    width: 30px;
    height: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 7px;
    margin: auto;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='20'%3E%3Cpath fill='%23fff' d='M28,0H2A2,2,0,0,0,2,4H28a2,2,0,0,0,0-4Z'/%3E%3Cpath fill='%23fff' d='M28,8H2a2,2,0,0,0,0,4H28a2,2,0,0,0,0-4Z'/%3E%3Cpath fill='%23fff' d='M28,16H2a2,2,0,0,0,0,4H28a2,2,0,0,0,0-4Z'/%3E%3C/svg%3E") 0 0 no-repeat;
    background-size: 30px auto;
  }
  #header #sp-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: calc(100% - (100% - 30px));
    height: 100%;
    background: rgba(0, 0, 0, 0.0001);
  }
  #header #sp-menu {
    display: none;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
    width: calc(100% - 20px);
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f3f3f3;
  }
  #header #sp-menu::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  }
  #header #sp-menu .container {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    padding: 14px 10px;
    padding: 14px calc(10px + constant(safe-area-inset-left));
    padding: 14px calc(10px + env(safe-area-inset-left));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header #sp-menu .container::after {
    display: block;
    width: 100%;
    height: 14px;
    content: "";
  }
  #header #sp-menu .container .close-button {
    display: block;
    width: 110px;
    text-align: center;
    margin-left: auto;
    padding: 9px 24px 7px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
  }
  #header #sp-menu .container .close-button.bottom {
    margin: 20px auto 0;
    -ms-flex-item-align: center;
    align-self: center;
  }
  #header #sp-menu .container #sp-menu-global-nav {
    margin-top: 24px;
    background: #fff;
  }
  #header #sp-menu .container #sp-menu-global-nav ul {
    margin: 0;
    padding: 0;
  }
  #header #sp-menu .container #sp-menu-global-nav ul li {
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  #header #sp-menu .container #sp-menu-global-nav ul li:first-child {
    border-top: none;
  }
  #header #sp-menu .container #sp-menu-global-nav ul li a {
    display: block;
    position: relative;
    padding: 14px 10px 12px 37px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    color: #333;
  }
  #header #sp-menu .container #sp-menu-global-nav ul li a::before {
    display: block;
    position: absolute;
    left: 22px;
    top: 0;
    width: 6px;
    height: 100%;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='4'%3E%3Cpolygon points='0 0 3 2 0 4' fill='%231789cf'/%3E%3C/svg%3E") 0 calc(((1.7em - 8px) / 2) - 2px + 14px) no-repeat;
    background-size: 6px 8px;
  }
  #header #sp-menu .container #sp-menu-global-nav ul li.current a {
    background: #333;
    color: #fff;
  }
  #header #sp-menu .container #sp-menu-global-nav ul li.current a::before {
    display: none;
  }
  #header #sp-menu .container .close-button + #sp-menu-global-nav {
    margin-top: 17px;
  }
  #header #sp-menu .container #sp-menu-utility {
    margin-top: 22px;
  }
  #header #sp-menu .container #sp-menu-utility ul {
    margin: 0;
    padding: 0;
  }
  #header #sp-menu .container #sp-menu-utility ul li {
    margin-top: 10px;
    padding: 0;
  }
  #header #sp-menu .container #sp-menu-utility ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    color: #333;
    display: inline-block;
    position: relative;
    padding-left: 19px;
  }
  #header #sp-menu .container #sp-menu-utility ul li a::before {
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    width: 6px;
    height: 100%;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='4'%3E%3Cpolygon points='0 0 3 2 0 4' fill='%231789cf'/%3E%3C/svg%3E") 0 calc(((1.7em - 8px) / 2) - 2px) no-repeat;
    background-size: 6px 8px;
  }
  #header #sp-menu .container #sp-menu-utility ul li a[target="_blank"]::before {
    width: 9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Cpolyline points='8.5 4 8.5 8.5 4 8.5' fill='white' stroke='%231789cf'/%3E%3Cpolygon points='0 0 7 0 7 7 0 7' fill='%231789cf'/%3E%3Cpolygon points='1 2 6 2 6 6 1 6' fill='white'/%3E%3C/svg%3E") 0 calc(((1.7em - 8px) / 2) - 2px) no-repeat;
    background-size: 9px 9px;
  }
  #header #sp-menu .container #sp-menu-utility ul li:first-child {
    margin-top: 0;
  }
  #header #sp-menu[aria-hidden="false"] {
    z-index: 2;
  }
  .side-navi {
    padding: 18px 10px 15px;
    padding: 18px calc(10px + constant(safe-area-inset-left)) 15px;
    padding: 18px calc(10px + env(safe-area-inset-left)) 15px;
    background: #333;
  }
  .side-navi > p:first-child {
    text-align: center;
  }
  .side-navi > p:first-child a {
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3em;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .side-navi > ul {
    margin: 13px 0 0;
    padding: 16px 16px 19px;
    background: #fff;
  }
  .side-navi > ul a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3em;
    color: #333;
  }
  .side-navi > ul > li {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side-navi > ul > li > a {
    padding: 14px 14px 12px;
  }
  .side-navi > ul > li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .side-navi > ul > li.current > a, .side-navi > ul > li.parent-current > a {
    background: #f6f6f6;
    color: #333;
    font-weight: bold;
  }
  .side-navi > ul > li > ul {
    margin: 0;
    padding: 0;
    border-top: 1px dotted #ccc;
  }
  .side-navi > ul > li > ul li {
    margin: 0;
    padding: 0;
  }
  .side-navi > ul > li > ul li a {
    display: block;
    position: relative;
    padding: 10px 10px 4px 34px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    color: #333;
  }
  .side-navi > ul > li > ul li a::before {
    display: block;
    position: absolute;
    top: calc(((1.7em - 8px) / 2) + 6px);
    bottom: 0;
    left: 18px;
    width: 9px;
    height: 16px;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='15'%3E%3Cpolygon fill='%23adadad' points='9 7 1 7 1 0 0 0 0 15 1 15 1 8 9 8 9 7'/%3E%3C/svg%3E") 0 0 no-repeat;
  }
  .side-navi > ul > li > ul li:last-child a {
    padding-bottom: 10px;
  }
  .side-navi > ul > li > ul li:last-child a::before {
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Cpolygon fill='%23adadad' points='9 8 1 8 1 0 0 0 0 9 9 9 9 8'/%3E%3C/svg%3E");
  }
  .side-navi > ul > li > ul li.current a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7em;
    font-weight: bold;
    color: #333;
  }
  #sp-menu-local-nav {
    padding: 18px 10px 15px;
  }
  #sp-menu-local-nav {
    margin-top: 14px;
  }
  #main {
    padding: 0 10px 60px;
    padding: 0 calc(10px + constant(safe-area-inset-left)) 60px;
    padding: 0 calc(10px + env(safe-area-inset-left)) 60px;
  }
  #main footer .page-id {
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 0;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    z-index: 101;
    margin-top: 0;
    padding: 0.4em 5px 0.2em;
    background-color: #008196;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1em;
    color: #fff;
  }
  #wrap {
    position: relative;
    right: 0;
    -webkit-transition: right ease-out 0.3s;
    transition: right ease-out 0.3s;
  }
  #wrap::after {
    display: block;
    position: absolute;
    left: -100vw;
    top: 0;
    z-index: -1;
    width: calc(200vw + 100%);
    height: 100%;
    content: "";
    z-index: -2;
    background: #f8f8f8;
  }
  .open-menu #wrap {
    right: calc(100% - 20px);
  }
  #main .buttons-contact {
    margin-top: 20px;
  }
  #main .buttons-contact a {
    padding: 12px 30px 12px 50px;
    position: relative;
    display: inline-block;
    background: #333;
    border-radius: 10em;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
  }
  #main .buttons-contact a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    width: 7px;
    height: 9px;
    margin: auto 0;
    background: #fff;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #main .buttons-fundamental {
    margin-top: 40px;
  }
  #main .buttons-fundamental a {
    padding: 12px 30px 12px 50px;
    position: relative;
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10em;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: bold;
  }
  #main .buttons-fundamental a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 32px;
    width: 7px;
    height: 9px;
    margin: auto 0;
    background: #333;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
  #main .buttons-fundamental a[target="_blank"]::before {
    left: 30px;
    width: 10px;
    height: 8px;
    background: url(/erpnavi/tool-lounge/common/img/icon-blank-black.png) no-repeat;
    -webkit-clip-path: none;
    clip-path: none;
  }
  #main .columns .column {
    margin-top: 30px;
  }
  #main .columns .column img {
    display: block;
    width: calc(100% - 2px);
    margin: 0 auto;
    border: 1px solid #ccc;
  }
  #main .columns .column .border-none img {
    border: none;
  }
  #main .columns .column > *:first-child {
    margin-top: 0;
  }
  #main h1 {
    margin: 1em 0 0;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #main h1 .sub {
    display: block;
    margin-top: 0.1em;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #main h2 {
    margin: 50px 0 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #main h3 {
    margin-top: 40px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #main h4 {
    margin-top: 35px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: bold;
  }
  #main a {
    display: inline-block;
    position: relative;
    padding-left: 19px;
  }
  #main a::before {
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    width: 6px;
    height: 100%;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='3' height='4'%3E%3Cpolygon points='0 0 3 2 0 4' fill='%231789cf'/%3E%3C/svg%3E") 0 calc(((1.7em - 8px) / 2) - 2px) no-repeat;
    background-size: 6px 8px;
  }
  #main a[target="_blank"]::before {
    width: 9px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='9'%3E%3Cpolyline points='8.5 4 8.5 8.5 4 8.5' fill='white' stroke='%231789cf'/%3E%3Cpolygon points='0 0 7 0 7 7 0 7' fill='%231789cf'/%3E%3Cpolygon points='1 2 6 2 6 6 1 6' fill='white'/%3E%3C/svg%3E") 0 calc(((1.7em - 8px) / 2) - 2px) no-repeat;
    background-size: 9px 9px;
  }
  #main .images-left,
  #main .images-right {
    margin-top: 30px;
  }
  #main .images-left .pic,
  #main .images-right .pic {
    margin-top: 15px;
  }
  #main .images-left .pic p:first-child,
  #main .images-right .pic p:first-child {
    text-align: center;
  }
  #main .images-left .pic p img,
  #main .images-right .pic p img {
    width: 100%;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .images-left .pic:first-child,
  #main .images-right .pic:first-child {
    margin-top: 0;
  }
  #main .images-left .text,
  #main .images-right .text {
    margin-top: 15px;
    text-align: left;
  }
  #main .images-left .text > *:first-child,
  #main .images-right .text > *:first-child {
    margin: 0;
  }
  #main .images-left .text .buttons,
  #main .images-right .text .buttons {
    text-align: center;
  }
  #main ul,
  #main ol {
    margin-top: 10px;
    margin-left: 23px;
  }
  #main ul li,
  #main ol li {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  #main .lists-notes ul {
    margin-left: 0;
  }
  #main .lists-notes ul li {
    list-style: none;
    margin-top: 8px;
    margin-left: 3em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-indent: -3em;
  }
  #main .lists-notes-number ul {
    margin-left: 0;
  }
  #main .lists-notes-number ul li {
    list-style: none;
    margin-top: 8px;
    margin-left: 3.6em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-indent: -3.6em;
  }
  #main .lists-notes-asterisk ul {
    margin-left: 0;
  }
  #main .lists-notes-asterisk ul li {
    list-style: none;
    margin-top: 8px;
    margin-left: 1.35em;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    text-indent: -1.35em;
  }
  #main p {
    margin-top: 1em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  #main .texts-emphasis {
    font-weight: bold;
  }
  #main .texts-center {
    text-align: center;
  }
  #main .texts-right {
    text-align: right;
  }
  #main .uniques-demo-frame {
    position: relative;
    margin-top: 40px;
    padding-bottom: 70px;
  }
  #main .uniques-demo-frame::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 98px;
    height: 16px;
    margin: 0 auto;
    background: url(/erpnavi/tool-lounge/common/img/separate.png) no-repeat;
    content: "";
  }
  #main .uniques-demo-frame .frame-outer .item-frame {
    display: none;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  #main .uniques-demo-frame .frame-outer .item-frame.show {
    display: block;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head {
    margin: 0;
    padding: 5px 12px;
    background: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head p {
    margin: 0;
    text-align: right;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head p a {
    padding-left: 21px;
    background: url(/erpnavi/tool-lounge/common/img/icon-full.png) no-repeat center left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    color: #fff;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .head p a::before {
    display: none;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame {
    margin: 0;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame > div {
    height: auto !important;
  }
  #main .uniques-demo-frame .frame-outer .item-frame .frame iframe {
    width: 100%;
    /*height: 900px;
						transform: scale(0.246);
						transform-origin: 0 0;*/
  }
  #main .uniques-demo-frame .frame-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    margin-top: 44px;
  }
  #main .uniques-demo-frame .frame-switch .item-switch {
    position: relative;
    width: calc((100% / 3));
    padding-bottom: 5px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  #main .uniques-demo-frame .frame-switch .item-switch > *:first-child {
    margin-top: 0;
  }
  #main .uniques-demo-frame .frame-switch .item-switch.active::before {
    position: absolute;
    top: -26px;
    left: 0;
    right: 0;
    width: 30px;
    height: 26px;
    margin: 0 auto;
    background: #333;
    content: "";
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  #main .uniques-demo-frame .frame-switch .item-switch.active::after {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100%;
    height: 100%;
    border: 2px solid #333;
    content: "";
    z-index: -1;
  }
  #main .uniques-demo-frame .frame-switch .item-switch .text {
    padding: 0 5px;
  }
  #main .uniques-demo-frame .frame-switch .item-switch .text p:not(.title) {
    display: none;
  }
  #main .uniques-demo-frame .frame-switch .item-switch .text .title {
    margin-top: 0.2em;
    font-weight: bold;
  }
  #main .uniques-demo-frame .frame-switch .item-switch .label {
    margin: 5px 10px 0;
    padding: 5px 13px;
    background: #333;
    border-radius: 5px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
  }
}
