/* CSS Document */
.bx-wrapper img {
  border-radius: 10px;
}

.bx-single img {
  border-radius: 10px;
  max-width: 100%;
}

.dl_box {
  margin-bottom: 20px;
}
.dl_box dl {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.dl_box dl dt {
  background: #ebefec;
  padding: 10px 10px 10px 1.4em;
  position: relative;
  flex-basis: 100%;
  border-bottom: 1px solid #9aaea2;
}
.dl_box dl dd {
  flex-basis: 100%;
  padding: 10px;
}
.dl_box dl dd a {
  display: inline-block;
}
.dl_box dl dd i {
  color: red;
}

.comment_box p {
  margin-bottom: 20px;
}

.info_box dl {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}
.info_box dl dt {
  color: #808080;
}

.information_link {
  text-align: center;
  margin: 30px auto 50px;
  position: relative;
}
.information_link a {
  width: 100%;
  display: block;
  margin: auto;
  color: #f00;
  min-height: 2em;
  line-height: 2em;
  font-size: 2.4rem;
  border: 1px solid;
}

.orientation dl {
  margin: 1em;
}
.orientation dl dt {
  position: relative;
  margin-bottom: 5px;
}
.orientation dl dt::before {
  height: 1px;
  background: #999;
  content: "";
  position: absolute;
  width: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
.orientation dl dt span {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-size: 1.8rem;
  background: #fff;
  margin-left: 1em;
  display: inline-block;
  padding: 0 15px;
  text-align: justify;
  text-align-last: justify;
  width: 4.5em;
  text-align: center;
}
.orientation dl dd {
  margin-left: 1em;
}

@media screen and (min-width: 768px) {
  .bx-single {
    margin-bottom: 50px;
  }

  .bx-wrapper img {
    border-radius: 20px;
  }

  .bx-single img {
    border-radius: 20px;
  }

  .dl_box dl {
    display: flex;
    flex-direction: row;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin: 0 0 3px;
  }
  .dl_box dl dt {
    background: none;
    padding: 10px;
    position: relative;
    flex-basis: 7em;
    color: #06C;
    border: 0;
    text-align: center;
  }
  .dl_box dl dt span {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-ideograph;
    width: 3.5em;
    display: block;
    margin: auto;
  }
  .dl_box dl dt::after {
    position: absolute;
    right: 0;
    top: 3px;
    bottom: 0;
    content: "";
    background: #ddd;
    width: 1px;
    height: 90%;
  }
  .dl_box dl dd {
    padding: 10px;
    width: calc(100% - 7em);
  }

  .info_box dl {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
  }
  .info_box dl dt {
    width: 8em;
  }
  .info_box dl dd {
    width: calc(100% - 8em);
  }
}
