<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 600px) {
  .koneta-oubo-pc{
    display: none;
  }
  .koneta-oubo-sp{
    width: calc(100% - 20px);
    display: block;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e3e4e4;
  }
  .koneta-oubo-sp img{
    width: 100%;
  }
}

@media print,
screen and (min-width: 601px) {
  .konetaBox {
    position: relative;
  }
  .koneta-oubo-pc{
    display: block;
    position: absolute;
    width: 12%;
    right: 6%;
    bottom: 0;
  }

  .koneta-oubo-pc:hover{
    opacity: 0.5;
  }
  .koneta-oubo-pc img{
    width: 100%;
  }
  .koneta-oubo-sp{
    display: none;
  }
}
</pre></body></html>