<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-section {
  background: #fff;
}
.column-title-wrapper {
  display: flex;
  background: #006eab;
  color: #fff;
  font-size: 26px;
  padding: 18px 8px;
  justify-content: center;
}
.column-title-wrapper .iconfont {
  font-size: 28px;
  margin-right: 8px;
}
.column-list-wrapper {
  background-color: #f9f9f9;
  padding: 0;
}
.column-list-wrapper .entry-wrapper {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  font-size: 17px;
}
.column-list-wrapper .entry-wrapper a {
  color: #006eab;
}
.detail-title-wrapper {
  border-bottom: 1px solid #ccc;
}
.detail-title-wrapper .title {
  display: inline-block;
  padding: 14px 24px;
  font-size: 24px;
  color: #006eab;
  border-bottom: 2px solid #006eab;
  margin-bottom: -1px;
}
.card-wrapper {
  background: #f9f9f9;
  display: flex;
}
.photo-wrapper img {
  width: 145px;
}
.info-wrapper .entry-wrapper {
  min-width: 49%;
  display: inline-block;
  line-height: 32px;
}
.text-red {
  color: #c30d23;
}
.btn-mail {
  border-color: #006eab;
  color: #006eab;
}
.btn-mail:hover {
  border-color: #006eab;
  background-color: #006eab;
  color: #fff;
}
.column-wrapper .title-wrapper {
  border-bottom: 1px solid #e9e9e9;
}
.content-wrapper {
  margin: 0;
  padding: 0;
}
.content-wrapper p {
  margin: 0;
  color: #666666;
  line-height: 32px;
}
.column-wrapper .title-wrapper .title {
  padding: 0 12px;
  font-size: 18px;
  display: inline-block;
  color: #006eab;
  line-height: 50px;
  border-bottom: 2px solid #006eab;
  margin-bottom: -1px;
}
.entry-wrapper {
  line-height: 40px;
}
.entry-wrapper .title {
  margin-right: .5rem;
}
.entry-wrapper .date {
  color: #ababab;
  flex: 0 0 6rem;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .card-wrapper {
    flex-wrap: wrap;
  }
  .photo-wrapper {
    width: 100%;
  }
}







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