@charset "utf-8";
.med-creation-fukushima2025 .header-bg{
  background-image: url(../../article/med-creation-fukushima2025/images/top.webp);
  background-size: 400px;
  background-position: bottom 25px right 100px;
}
table{
  width: 800px;
  border-collapse: collapse;
}
table th{
  vertical-align: middle;
  background-color: #0070b8;
  color: white;
  border: 3px solid  #a6a6a6;
  padding: 10px;
  position: relative;
}
table th::after{
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: white;
}
table tr:last-of-type th::after{
  display: none;
}
table td{
  border: 3px solid  #a6a6a6;
  padding: 10px 20px;
}
figure{
  text-align: center;
}
p a {
  text-decoration: underline;
  color: #0070b8;
}
table a {
  text-decoration: underline;
  color: #0070b8;
}
@media screen and (max-width: 768px){
  .med-creation-fukushima2024 .header-bg{
    background-size: 330px;
    background-position: bottom 20px center;
  }
  table{
    width: 100%;
  }
  table th,
  table td{
    display: block;
    width: 100%;
  }
  table th{
    border-bottom: none;
  }
  table th::after{
    display: none;
  }
  table td{
    border-bottom: none;
    border-top: none;
  }
  table tr:last-of-type td{
    border-bottom: 3px solid  #a6a6a6;
  }
}
@media screen and (max-width: 599px){
  .header-bg h1{
    font-size: 30px;
    margin-top: 80px;
  }
}