@charset "utf-8";

#main a {
  word-break: break-all;
}

@media not all and (min-width: 768px) {
  section dl,
  section ul li {
    font-size: calc(15 / 16 * 1rem);
  }
}

.link__list01 a {
  color: #840018;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.link__list01 a:hover {
  opacity: 0.7;
}

#main a {
  color: #840018;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#main a:hover {
  text-decoration: underline;
  opacity: 0.7;
}

@media screen and (min-width: 768px){
  .fBox {
    display: -webkit-box;
    display: flex;
  }
}

/* ===== #outline ===== */
#outline dl {
  text-align: center;
}
#outline dl img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px){
  #outline .fBox > p {
    flex: 1;
  }
  #outline .fBox > dl {
    margin-left: 24px;
    width: 366px;
  }
}
@media not all and (min-width: 768px) {
  #outline .fBox > dl {
    margin-top: 24px;
  }
}

