<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1024px), print {
  .ctnMain_content article .tx_center {
    text-align: center;
  }
  .ctnMain_content article .tx_right {
    text-align: right;
    margin-top: 20px;
  }
  .ctnMain_content article ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ctnMain_content article ul li span a[href^="tel:"] {
    display: inline;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ctnMain_content article .tx_center {
    text-align: center;
  }
  .ctnMain_content article .tx_right {
    text-align: right;
    margin-top: 2.15054vw;
  }
  .ctnMain_content article ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .ctnMain_content article .tx_center {
    text-align: center;
  }
  .ctnMain_content article .tx_right {
    text-align: right;
    margin-top: 4.42708vw;
  }
  .ctnMain_content article ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
</pre></body></html>