h2 {
  background: #f40456;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.banner_zone {
  text-align: center;
}
.subnav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.subnav li {
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  border-bottom: 1px solid #aaa;
}
.subnav li {
  border-right: 1px solid #aaa;
}
.subnav li a {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
}
.subnav li a.active {
  background: #f40456;
  color: #fff;
}
article h3 {
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
  border-top: 2px solid #f40456;
  border-bottom: 2px solid #f40456;
  padding: 13px 21px;
}
article h3 span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 0 7px;
  margin-left: -7px;
  margin-right: 15px;
  vertical-align: bottom;
}
@media print, screen and (max-width: 991px) {
  article h3 span {
    display: block;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 991px) {
  a[rel="lightbox"]::before {
    content: "(クリックで画像拡大)";
    display: block;
    font-size: 11px;
  }
  a[rel="lightbox"]:hover {
    text-decoration: none;
  }
}

.top_notice {
  border: 1px solid #000;
  padding: 20px;
  margin: 15px 5px 0;
  max-width: calc(100% - 10px);
}
.top_notice p:last-child {
  margin-bottom: 0;
}

.approval {
  font-size: 14px;
  background: #fffff0;
  border: 3px double #fc505b;
  padding: 10px 15px 0;
  margin-bottom: 5px;
}
.approval em {
  text-decoration: underline;
}
.approval_number {
  text-align: right;
  margin-bottom: 50px;
}
.approval_number p {
  display: inline-block;
  border: 1px solid #000;
  padding: 0 5px;
}

/* ----------------------------------------------------------------------
   制度改定バナー
---------------------------------------------------------------------- */
.renewal-banner a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  background-image: repeating-linear-gradient(-45deg, #5acdd1, #5acdd1 16px, #4cc5cb 16px, #4cc5cb 32px );
  width: 100%;
  height: 80px;
  padding: 7px 20px 0;
  border: 3px double #fff;
  border-radius: 5px;
  text-decoration: none;
}
.renewal-banner a::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 22px;
  background: rgba(255,255,255,0.25);
}
.renewal-banner a > p:first-child {
  color: #fff;
  text-align: left;
  font-size: 1.1rem;
  line-height: 1.2;
}
.renewal-banner a > p:first-child span {
  display: block;
  padding-bottom: 2px;
}
.renewal-banner a > p:first-child strong::before {
  content: "▼";
  position: absolute;
  top: 8px;
  left: 0;
  width: 26px;
  height: 26px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  padding-left: 2px;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: rotate(-90deg);
}
.renewal-banner a > p:first-child strong {
  position: relative;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
  padding-left: 36px;
}
.renewal-banner a > p:first-child strong b {
  color: #fff000;
  font-weight: 700;
}
.renewal-banner a > p:last-child {
  display: none;
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 0 #df9800,-1px -1px 0 #df9800,1px -1px 0 #df9800,-1px 1px 0 #df9800;
}
.renewal-banner a > p:last-child span {
  position: absolute;
  top: -5px;
  right: -30px;
  width: 200px;
  text-align: center;
  padding: 10px 0 15px;
  transform: rotate(10deg);
  border-radius: 50%;
}
.renewal-banner a > p:last-child span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 40px;
  width: 120px;
  height: 60px;
  background: #ffb800;
  border: 2px solid #ffdd74;
  border-radius: 50%;
  box-shadow: 14px 3px 0 rgba(0,0,0,0.2);
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .renewal-banner a::before {
    width: 70%;
  }
  .renewal-banner a > p:last-child {
    display: block;
  }
}