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

@media screen and (max-width:640px) { 
  #contents .regist_d01 h3 {
    font-size: 18px;
    text-align: left;
  }
}
.pageinfo {
  margin-bottom: 40px;
}

table {
  margin-bottom: 40px;
}

@media screen and (max-width:640px) { 
  table {
    margin: 0 auto 30px;
    font-size: 15px;
  }
}

td {
  vertical-align: top;
}

.image2 {
  width: 500px;
}

.image3 {
  width: 333px;
}

.image4 {
  width: 250px;
}
.image5 {
  width: 200px;
}
.image7 {
  width: 142px;
}

.image2 img, .image3 img, .image4 img, .image5 img {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.image7 img {
  width: auto;
  margin: 0 10px;
}

@media screen and (max-width:640px) { 
  .image2, .image3, .image4, .image5, .image7 {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.image img {
  width: 100%;
  max-width: initial;
}

#contents .h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 25px;
}

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