<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------------------------------------------
cache
--------------------------------------------------------------------------------------------------*/
section{
  width: 1000px;
  height: auto;
  margin: 50px auto;
}

section h2,
section p,
section h3,
section .delete,
section .delete dl,
section .delete ol li{
  width: 100%;
}

section p,
section h3{
  text-align: left;
}


section h2{
  font-size: 30px;
  margin-bottom: 30px;
}

#cache p{
  text-indent: 1em;
  margin-bottom: 20px;
}

section p span{
  color: blue;
  font-weight: bold;
}


section h3{
  margin-top: 50px;
}

section .delete dl,
section .delete dt,
section .delete dd,
section .delete dd ol{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section .delete dl{
  height: 200px;
  border: 1px solid #dcdcdd;
}

section .delete dt,
section .delete dd{
  padding: 20px;
  height: 100%;
}


section .delete dt{
  width: 30%;
  border-right: 1px solid #dcdcdd;
}

section .delete dd{
  width: 70%;
}

section .delete ol li{
  text-align: left;
  list-style: decimal;
  margin-left: 20px;
}


/*-----sp_cording_start-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
  section{
    width: 100%;
    padding: 0 2.5%;
  }

  section .delete dl,
  section .delete dt,
  section .delete dd,
  section .delete dd ol{
    display: block;
  }


  section .delete dl{
    height: auto;
  }

  section .delete dt{
    border-right: none;
    border-bottom: 1px solid #dcdcdd;
  }

  section .delete dt,
  section .delete dd{
    width: 100%;
  }

}

/*-----sp_cording_end-----*/


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