<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#other{
    letter-spacing: 1.5px;
}

#pagetitle{
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 20px auto 0;
    background: #17a77c;
    height: auto;
  }

  #pagetitle h2{
      color:white;
      letter-spacing: 14px;
  }

  .container-1{
    padding: 30px;
}

.cov_tit h2{
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    border-left: double gray 2px;
    border-right: double gray 2px;
    margin-bottom:50px;
}


.cov_tit h3{
    border-bottom: double rgba(210, 204, 188, 1) 2px;
    margin-bottom:10px;
    padding-bottom:10px;
}

.cov_tit p{
    margin:20px 0;
    padding-bottom:20px;
}

.cov_conts_tit{
    color: #006243;
    text-align: center;
    font-size: 20px;
    border-top: solid #006243 4px;
    border-bottom: solid #006243 2px;
    padding: 10px 0;
}

.content p{
    margin-top: 10px;
}

.cov_cont2{
    background:#dbdbdb;
    padding:20px;
    border-radius: 5px;
}

.cov_cont2 li{
    padding:5px 0;
}

.cov_cont2 ul li::before{
    content: '→';
    color:#B31914;
}

@media screen and (max-width: 480px) { 
    .cov_tit h2{
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }
}</pre></body></html>