<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dtl-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dtl-list__item:first-child dt {
  border-top: solid 2px #0c67a8;
}

.dtl-list__item:first-child dd {
  border-top: solid 2px #ccc;
}

.dtl-list__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 132px;
  padding: 16px 0;
  border-bottom: solid 2px #0c67a8;
  color: #0c67a8;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  .dtl-list__item dt {
    padding: 14px 0;
  }
}

@media screen and (max-width: 640px) {
  .dtl-list__item dt {
    width: 108px;
    padding: 10px 0;
  }
}

.dtl-list__item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc( 100% - 132px);
  padding: 16px 0 16px 16px;
  border-bottom: solid 2px #ccc;
}

@media screen and (max-width: 960px) {
  .dtl-list__item dd {
    padding: 14px 0 14px 14px;
  }
}

@media screen and (max-width: 640px) {
  .dtl-list__item dd {
    width: calc( 100% - 108px);
    padding: 10px 0 10px 10px;
  }
}

.dtl-list__item dd p {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .dtl-list {
    max-width: 100%;
  }
}

.unit2 .col:last-of-type {
  margin-bottom: 0;
}

.unit2 .img-cap {
  display: block;
  margin-top: 4px;
  text-align: center;
  color: #0c67a8;
}

@media screen and (max-width: 640px) {
  .unit2 .img-cap {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=../../maps/pages/mt.css.map */
</pre></body></html>