/*トップイベントバナー用　20251031*/

section.ss_banner {
  padding-bottom: 0;
  padding-top: 0;
}
section.ss_banner .wrap {
  background-color: white;
}
section.ss_banner:after {
  content: "";
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f50000;
  z-index: -1;
}
section.ss_banner a {
  display: flex;
  width: 100%;
  transition: .3s;
}
section.ss_banner a:hover {
  opacity: 0.7;
}
section.ss_banner a dl {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  section.ss_banner a dl {
    flex-direction: column;
  }
}
section.ss_banner a dl dt {
  width: 100%;
  max-width: 424px;
  max-height: 283px;
}

section.ss_banner a dl dt.photo_wide {
  width: 100%;
  max-width: 50%;
  max-height: 283px;
}

@media (max-width: 768px) {
  section.ss_banner a dl dt, section.ss_banner a dl dt.photo_wide {
    width: 100%;
    max-width: unset;
    /*height: 200px;*/
	height: 160px;
    min-height: unset;
  }
}
section.ss_banner a dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*section.ss_banner a dl dd {
  width: 100%;
  background-color: #e5ebee;
  display: flex;
  align-items: center;
  padding: 25px;
  justify-content: space-between;
}*/

section.ss_banner a dl dd {
    width: 100%;
    background-color: #e5ebee;
    display: block; 
    align-items: center;
    padding: 25px;
}
	
@media (max-width: 768px) {
  section.ss_banner a dl dd {
    width: 100%;
	padding: 15px;
  }
}
/*section.ss_banner a dl dd h2 {
  color: #D60000;
  font-size: 32px;
  line-height: 1.2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}*/

section.ss_banner a dl dd h2 {
    color: #D60000;
    font-size: 32px;
    line-height: 1.2;
    height: auto;
    flex-direction: column;
    justify-content: space-between;
}

section.ss_banner a dl dd h2 span {
  font-weight: 900;
  font-size: 16px;
}

section.ss_banner a dl dd p.topbnr_sub {
    font-size: 20px;
    line-height: 1.4;
    /* height: 100%; */
	margin-top: 15px;
	font-weight: bold;
}

section.ss_banner a dl dd .material-symbols-outlined {
  display: flex;
  align-items: flex-end;
  color: #D60000;
  height: 100%;
  font-weight: bold;
}


@media screen and (max-width: 736px) {
section.ss_banner a dl dd h2 {
    font-size: 24px;
}

section.ss_banner a dl dd p.topbnr_sub {
    font-size: 16px;
}

}
