@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Zen+Kaku+Gothic+New:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap");
header {
  position: relative;
  background: url(/themes/mdash_v3/img/bg-entry.png) no-repeat right center;
  background-size: contain;
  margin-bottom: 0;
}
header h1 {
  font-size: 3em;
  margin-bottom: 0;
}
header h1 a {
  color: #fcfcfc;
  text-decoration: none;
}
header h1 span.smallbox {
  font-size: 0.6em;
}
@media (max-width: 900px) {
  header {
    background-size: cover;
  }
}

.container {
  padding: 60px;
}
@media (max-width: 768px) {
  .container {
    padding: 60px 30px;
  }
}

h1.ttl-entry {
  font-size: 2.4em;
  background-color: #0c5baa;
  color: #fcfcfc;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.7;
}

.date-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 30px auto;
}

article {
  margin-bottom: 80px;
}

#news-entry-box a.btn-link {
  display: block;
  width: 200px;
  text-align: center;
  background-color: #0d71b9;
  text-decoration: none;
  color: #fcfcfc;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 0 auto;
}
#news-entry-box a.btn-link:hover {
  background-color: #d32424;
}
#news-entry-box a.btn-link.aligncenter {
  margin: 0 auto 0 auto;
}
#news-entry-box a.btn-link.alignleft {
  margin: 0 auto 0 0;
}

.acms-entry h2 {
  color: #0c5baa;
  font-size: 2.4em;
  font-weight: bold;
}
.acms-entry h3 {
  color: #0c5baa;
  font-size: 2em;
  font-weight: bold;
}
.acms-entry h4 {
  color: #0c5baa;
  font-size: 1.8em;
  font-weight: bold;
}
.acms-entry h5 {
  color: #0c5baa;
  font-size: 1.6em;
  font-weight: bold;
}
.acms-entry h6 {
  color: #0c5baa;
  font-size: 1.4em;
  font-weight: bold;
}
.acms-entry p {
  margin-bottom: 10px;
  padding-left: 0;
}
.acms-entry .event-hold-p {
  color: #f00;
}
.acms-entry table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.acms-entry table th,
.acms-entry table td {
  padding: 5px;
  border: 1px solid #aaa;
}
@media (max-width: 768px) {
  .acms-entry table td.event-hold-td1 {
    width: auto;
    white-space: nowrap;
  }
}
@media (min-width: 769px) {
  .acms-entry table td.event-hold-td1 {
    width: 150px;
    white-space: nowrap;
  }
}
.acms-entry ul {
  margin-bottom: 10px;
  margin-left: 30px;
}
.acms-entry ul li {
  list-style: disc;
}
.acms-entry ol {
  margin-bottom: 10px;
  margin-left: 30px;
}
.acms-entry ol li {
  list-style: decimal;
}
.acms-entry a {
  color: #0d71b9;
}
.acms-entry a:hover {
  color: #d32424;
}

.news-entry {
  padding-bottom: 10px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .news-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    gap: 10px;
  }
  .news-entry dt {
    width: 120px;
  }
  .news-entry dd {
    width: calc(100% - 130px);
  }
}
.news-entry a {
  color: #0d71b9;
}
.news-entry a:hover {
  color: #d32424;
}/*# sourceMappingURL=entry.css.map */