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

.landingPage{
  max-width: 960px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
  border-bottom: 1px solid #ccc;
}
.item__detail{
  margin: 60px auto auto auto;
  padding: 15px 0;
  border: 3px double #ccc;
  font-size: 1.2rem;
  color: #333;
}
.item__detail dt{
  font-weight: 600;
  margin: 10px 0 0 0;
}
.item__detail dt:first-child{
  margin:0;
}
.item__detail dd{
  margin: 0 0 0 8px;
}

/* Extra small devices (スマホ縦画面, 575.98px以下への指定) */
@media (max-width: 575.98px) {
  .pageHeading{
    display: none;
  }
}
/* Small devices (スマホ横画面 576px　～　767.98pxへの指定) */
@media (min-width: 576px) and (max-width: 767.98px) {
}
/* Medium devices (タブレット, 768px　～　991.98px以下への指定) */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/* Large devices (デスクトップ, 992px以上への指定) */
@media (min-width: 992px) {
}
/* Extra large devices (デスクトップ大画面, 1200px以上への指定) */
@media (min-width: 1200px) {
}
</pre></body></html>