<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==============================================================================
useful_lisut
==============================================================================*/
#useful_lisut{
  text-align: left;
  overflow: hidden;
}

#useful_lisut h2{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #036eb8;
  padding: 10px 0px;
  border-bottom: 5px solid #036eb8;
}

#useful_lisut dl{
  width: 50%;
  padding: 2.5%;
  float: left;
  margin-top: 20px;
}

#useful_lisut dl dt h3{
  width: 100%;
  background: #222c3c;
  padding: 10px;
  color: #fff;
}

#useful_lisut dl dd{
  height: 45px;
  line-height: 45px;
}

#useful_lisut dl dd a,
#useful_lisut dl dd a:link,
#useful_lisut dl dd a:visited,
#useful_lisut dl dd a:active,
#useful_lisut dl dd a:hover{
  color: #000;
}

#useful_lisut dl img{
  width: 100%;
}

/*-----sp_cording-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
  #useful_lisut{
    width: 95%;
    padding: 0;
    margin: 2.5%;
    text-align: left;
  }

  #useful_lisut dl{
    width: 100%;
    padding: 0;
    float: none;
    margin-top: 30px;
  }

  #useful_lisut dl dd{
    height: auto;
    line-height: normal;
    padding: 20px 0;
  }

  #useful_lisut .all_button_a {
    padding: 10px 0px;
  }
}


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




/*==============================================================================
kaitori_document
==============================================================================*/
#kaitori_document{
  overflow: hidden;
}

#kaitori_document dl{
  margin-bottom: 30px;
}

#kaitori_document dt h4{
  padding: 10px;
  border: 1px solid #dcdcdd;
}

#kaitori_document dd{
  padding: 10px;
}

#kaitori_document dd span{
  display: block;
  width: 100%;
  text-align: right;
}

/*==============================================================================
tax_data
==============================================================================*/
.tax_data{
  border: 1px solid #036eb8;
  overflow: hidden;
  margin-bottom: 30px;
}

.tax_data dt,
.tax_data dd{
  width: 50%;
  float: left;
  padding: 20px 10px;
  border: 1px solid #036eb8;
}

.tax_data dt{
  color: #fff;
  background: #036eb8;
}

.tax_data .tax_sub_title{
  background: #d2daef;
}

.tax_data .tax_bottom{
  height: 90px;
}
</pre></body></html>