<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pointArea ul.list &gt; li span {
  left: 0;
  text-align: right; }
  .pointArea ul.list &gt; li span .done {
    background: #333;
    color: #fff;
    display: inline-block;
    line-height: 2.2;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px; }
    .pc .pointArea ul.list &gt; li span .done {
      font-size: 0.9rem;
      width: 5em; }
    .sp .pointArea ul.list &gt; li span .done {
      font-size: 0.7rem;
      width: 4.5em; }
  .sp .pointArea ul.list &gt; li span {
    font-size: 1rem; }
    .sp .pointArea ul.list &gt; li span big {
      font-size: 1rem; }
    .sp .pointArea ul.list &gt; li span small {
      font-size: 0.6rem; }

.pointArea ul.list &gt; li .conts.is-new {
  position: relative;
  overflow: hidden; }
  .pointArea ul.list &gt; li .conts.is-new:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mypoint/ico_new.png) left top no-repeat; }
    .pc .pointArea ul.list &gt; li .conts.is-new:before {
      width: 90px;
      height: 90px; }
    .sp .pointArea ul.list &gt; li .conts.is-new:before {
      width: 70px;
      height: 70px;
      background-size: 100% auto; }

.pointArea ul.list &gt; li .conts.is-done {
  position: relative; }
  .pointArea ul.list &gt; li .conts.is-done:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.2); }

.iconNew {
  background: #ff37b1;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  display: block;
  width: 4em;
  margin: 10px 0; }

.searchSet .block-btn .btn-search input {
  display: block;
  border: 1px solid #fff;
  width: 100%;
  margin: 0 0 0 0;
  padding-left: 20px; }
</pre></body></html>