<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#main_inner a.skyblue {
  color: #3fa0d9;
  text-decoration: none
}

#main_inner .pagetitle {
  background: transparent;
  border-left: 0 none;
  padding: 0;
  margin-bottom: 1em;
}

#main_inner p {
  line-height: 1.6;
}

.micro_title {
  font-size: 132%;
  margin: 0 0 2em 0;
  color: #1170ba;
}
.area_title {
  clear: both;
  border-bottom: 2px solid #20aee5;
  font-size: 150%;
  margin-bottom: 0.5em;
  padding: 0 0.5em 0.5em 0;
  font-weight: bold;
}

.top_desc {
  line-height: 2;
  margin-bottom: 2em;
}

.hoken_list {
  margin-bottom: 0.7em;
}
.hoken_list li {
  font-size: 123%;
  border-bottom: 1px dotted #34a73b;
  padding: 0.7em 0;
}
.hokenshitsu_img {
  text-align: center;
  margin-bottom: 2em;
}
.hokenshitsu_img img {
  width: 450px;
  border: 1px solid #cccccc;
}
.hokenshitsu_pdf {
  text-align: center;
  margin-bottom: 3em;
}

@media only screen and (max-width: 768px) {

  .top_desc {
    line-height: 1.45;
    margin-bottom: 1em;
  }
  #main_inner .pagetitle {
    overflow: hidden;
  }

}

@media only screen and (max-width: 480px) {

  #main_inner .pagetitle img {
    width: 140%;
  }
  .hokenshitsu_img img {
    width: 95%;
  }

}

@media only screen and (max-width: 400px) {


}

@media only screen and (max-width: 320px) {

  .pagetitle img { width: 90%; }
  .hoken_list li {
    font-size: 108%;
  }
  #main_inner .pagetitle img {
    width: 150%;
  }

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