@charset "utf-8";

/****************
 * Google Fonts *
****************/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap');

.rel_bd {
  font-size: 15px;
  border-bottom: 2px dashed #558ed5;
}

.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_box {
  margin: 0 0.75em;
}

.rel_hd_txt {
  font-size: 18px;
  font-weight: 600;
  margin: 2em 0;
}

.rel_hd_img ul {
  display: flex;
  justify-content: center;
  /* width: 800px;
  margin: 0 auto; */
}

.rel_hd_img ul li {
  text-align: center;
  font-size: 14px;
}

.rel_hd_img ul li:nth-of-type(2) {
  margin: 0 0 0 2em;
}

/* .rel_hd_img img {
  margin: 0 0 0.25em;
} */

.rel_bd h4 {
  background: #4472c4;
  color: #fff;
  padding: 1em;
  font-size: 18px;
  font-weight: 500;
}

.schedule .rel_box {
  padding: 2em 1em 0;
}

.schedule dl {
  /* margin: 0 1em; */
  font-weight: 500;
}

.schedule dt {
  font-size: 21px;
  margin: 0 0 0.5em;
}

.schedule dl .item_box {
  margin: 0 0 2em;
}

.schedule dl .item_inner {
  padding: 1em 6em;
}

.schedule dd {
  font-size: 18px;
  font-weight: 500;
}

.schedule dd img {
  margin: 0 0 1.5em;
  border: 10px solid #fff;
  box-shadow: 0px 5px 10px 5px #ccc;
  box-sizing: border-box;
}

.summary .rel_box {
  padding: 2em 0 0;
}

.rel_txt {
  font-size: 18px;
}

.rel_txt span {
  font-weight: 600;
}

.rel_txt div {
  margin: 0 0 1em;
  /* text-indent: 1em; */
  word-break: break-all;
}

.rel_txt div .bigger {
  font-size: 24px;
}

dl.contact {
  border: 1px solid;
  text-align: center;
  font-size: 18px;
  padding: 0.75em 0;
  margin: 2em 0 0;
  line-height: 1.75em;
}

@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;
  }

  .rel_ttl span {
    font-size: 3.2vw;
    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;
  }

  .schedule .rel_box {
    margin: 0;
  }

  .schedule dl {
    margin: 0;
  }

  .schedule dt {
    font-size: 14px;
    margin: 0 0 0.5em;
  }

  .schedule dl .item_inner {
    padding: 0.5em 1em;
  }

  .schedule dd {
    font-size: 12px;
  }

  .schedule dd img {
    border: 5px solid #fff;
    box-shadow: 0px 2px 6px 2px #ccc;
  }

  .summary .rel_box {
    padding: 1em 0 0;
  }

  .rel_img ul {
    width: auto;
  }

  .rel_txt {
    font-size: 14px;
  }

  .rel_txt div .bigger {
    font-size: 21px;
  }

  dl.contact {
    font-size: 14px;
    padding: 0.5em;
  }
}