@charset "utf-8";
/* CSS Document */

.afz_titleblock{
  margin: -52px auto 32px;
  text-align: center;
}
.afz_container h1{
  margin: auto;
  padding: 10px 30px 16px;
}

.afz_period{
 color: #3BA48E;
 font-size: clamp(1rem,3vw,1.25rem);
 font-weight: bold;
 text-align: center;
 margin-top: clamp(-16px,2vw,-24px);
 margin-bottom: 8px;
 line-height: 1.2;
}

.afz_pictureblock figure {
  display: block;
  width: 100%;
}
.afz_pictureblock figure picture {
  aspect-ratio: 800 / 276;
}

.afz_itemlink{
  margin-top: 24px;
}
.afz_itemlink ul {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.afz_itemlink ul li{
  font-size: 0.75rem;
  padding-left: 9px;
  position: relative;
}
.afz_itemlink ul li::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  margin-top: 7px;
  left: 0;
  position: absolute;
}
.afz_itemlink ul li:nth-last-of-type(n + 2){
  margin-bottom: 6px;
}
.afz_itemlink ul li a{
  display: block;
  text-decoration: underline;
  color: #000000;
}

.afz_detailtable dd a{
  color: #000000;
  text-decoration:underline;
}
a.afz_stylebld{
  font-weight:bold;
}


@media screen and (min-width: 821px) {
  .afz_detailtable dd a:hover,
  .afz_itemlink ul li a:hover{
      opacity: 0.5;
  }
}