@charset "utf-8";

/****************
 * Google Fonts *
****************/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

.rel_bd {
  font-size: 15px;
}

.rel_bd img {
  vertical-align: middle;
}

.rel_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 2em;
}

.rel_hd h3 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 36px;
  font-style: italic;
  line-height: 1.25em;
  color: #fff;
  background: #0000fe;
  padding: 0.25em 0.5em;
}

.rel_hd .date {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 1em;
}

.rel_hd .logo {
  width: 320px;
}

.rel_bd section {
  margin: 0 0 3em;
}

.rel_ttl {
  text-align: center;
  border: 3px solid #558ed5;
  padding: 0.5em 1em;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 1em;
}

.rel_ttl span {
  font-size: 18px;
}

.rel_bd section {
  margin: 0 0 2em;
}

.rel_bd section:last-child {
  padding: 0 0 2em;
  border-bottom: 2px dashed #558ed5;
}

.rel_box {
  margin: 0 0.5em;
}

.rel_hd_txt {
  font-size: 1.2em;
  font-weight: 600;
  margin: 2em 0;
}

.rel_hd_img {
  text-align: center;
}

.rel_bd h4 {
  background: #4472c4;
  color: #fff;
  padding: 1em;
  font-size: 18px;
  font-weight: 600;
}

.summary .rel_box {
  padding: 2em 0 0;
}

.rel_txt {
  font-size: 1.2em;
}

.rel_txt .annotation {
  display: block;
  text-align: center;
  font-size: 0.9em;
}

.rel_txt > div {
  margin: 0 0 1em;
  word-break: break-all;
}

.rel_txt .indent {
  text-indent: 1em;
  line-height: 1.75em;
}

.rel_txt .img_area {
  text-align: center;
}

.rel_txt .img_area img {
  width: 60%;
  display: block;
  margin: 0 auto 0.5em;
}

.rel_txt .img_area span {
  font-size: 1.2em;
  font-weight: 500;
}

dl.contact {
  border: 1px solid;
  text-align: center;
  font-size: 18px;
  padding: 0.75em 0;
  margin: 2em 0 0;
  line-height: 1.75em;
}

.page {
  border-top: 2px dashed #558ed5;
  padding: 2em 0 0;
}

.page h5 {
  margin: 0 0 1em;
  font-weight: 500;
  font-size: 1.1em;
}

.page_box {
  margin: 0 0 1em;
}

.page h6 {
  font-size: 1.1em;
}

.page_box p {
  font-size: 16px;
}

.page_inner {
  margin: 1em 1em 0;
}

.stamp_img {
  width: 50%;
}

.qr_img {
  width: 20%;
}

@media screen and (max-width: 899px) {
  .rel_bd {
    font-size: 12px;
  }

  .rel_hd {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    margin: 0 0 1em;
  }

  .rel_hd div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    margin: 1em 0.5em 0;
    align-items: center;
  }

  .rel_hd h3 {
    font-size: 27px;
    width: 100%;
  }

  .rel_hd .date {
    font-size: 16px;
    margin: 0;
  }

  .rel_hd .logo {
    width: 180px;
  }

  .rel_ttl {
    padding: 0.5em;
    font-size: 5vw;
    text-align: left;
  }

  .rel_ttl span {
    font-size: 3vw;
    line-height: 1.5em;
    display: inline-block;
    margin: 0.5em 0 0;
  }

  .rel_hd_box {
    margin: 0 0.5em;
  }

  .rel_box {
    margin: 0 0.5em;
  }

  .rel_hd_txt {
    font-size: 14px;
    margin: 1.5em 0;
  }

  .rel_bd h4 {
    padding: 0.5em 1em;
    font-size: 16px;
  }

  .summary .rel_box {
    padding: 1em 0 0;
  }

  .rel_img ul {
    width: auto;
  }

  .rel_txt .img_area img {
    width: 80%;
  }

  .rel_txt div .bigger {
    font-size: 21px;
  }

  dl.contact {
    font-size: 1.2em;
    padding: 0.5em;
  }

}