@charset "UTF-8";
/* CSS Document */


@media screen and (max-width: 768px) {
  .clm_contents{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  #l-main{
    width: 100%;
    padding-right: 0;
  }
  #l-side{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    gap:min(40px,5vw) min(30px,4vw);
  }
  #l-side > *{
    width: calc((100% - min(30px,4vw))/2);
  }
  #l-side > * + *{
    margin-top: 0;
  }
  .page-legal-tokusho > div{
    grid-template-columns: 1fr;
  }
  .page-legal-tokusho dd{
    padding-left: .5em;
  }
}
@media screen and (max-width: 480px) {
  #l-side > *{
    width: 100%;
  }
  .page-archive .acv-info-list{
    gap:min(15px,5vw);
  }
  .page-archive .acv-info-list article.acv_post{
    width: 100%;
    background: rgba(255,255,255,.85);
    border-radius: 15px;
    padding: 10px;
  }
  
}