<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
***************************************
サイトマップcss
***************************************
*/
.sect1 .col{
  align-items: flex-start;
}
.sect1 .col a{
  color: #053751;
  display: block;
  padding: 10px 6px;
}
.sect1 .col a:hover{
  background: #f1f1f1;
}
p{padding: 0 6px; margin: 0; color: #053751;}
.n1 &gt; ul &gt; li:first-child{border-top:1px solid #053751;margin-bottom: 30px;font-weight: 500; }
.n1 &gt; ul &gt; li:nth-child(2){border-top:1px solid #053751;}
.n1 &gt; ul &gt; li:nth-child(2) a{font-weight: 500;}
.n1 &gt; ul &gt; li:nth-child(2) p{margin-bottom: 10px;}
.n1 &gt; ul &gt; li:nth-child(3){margin-bottom: 10px; padding-left: 10px;}
.n1 &gt; ul &gt; li:nth-child(4){ padding-left: 20px;}
.n1 &gt; ul &gt; li:nth-child(4) p{font-weight: 500; font-size: 100%; margin-bottom: 10px; }
.n1 &gt; ul &gt; li:nth-child(4) ul li{margin-left: 10px;}
.n2 &gt; ul &gt; li{margin-left: 10px;}
.n2 &gt; ul &gt; li:first-child{border-top:1px solid #053751; padding: 10px 6px; font-weight: 500;color: #053751; margin-left: 0;}
/*
***************************************
TAB用
***************************************
*/
@media screen and (max-width:920px){


  /* --------------------------- */


  /* --------------------------- */

/*
***************************************
SP用
***************************************
*/
@media screen and (max-width:640px){
  /* sect1 */


  /* --------------------------- */

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