* {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}

ul.topix {
  background-color: #FFF;
  padding: 40px 0;
  margin: 0px auto;
  width: 1040px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  ul.topix {
    width: auto;
    padding: 40px 27px 0 10px;
  }
}
ul.topix li {
  width: 1040px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  ul.topix li {
    width: auto;
    height: auto;
  }
}
ul.topix li a {
  display: flex;
  height: 270px;
  padding: 15px 0 25px;
  color: #FFF;
  text-decoration: none;
}
ul.topix li a h3 {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  ul.topix li a {
    height: auto;
  }
}
ul.topix li a > div:nth-of-type(1) {
  flex-basis: 23px;
  width: 23px;
  position: relative;
}
ul.topix li a > div:nth-of-type(1) time {
  position: absolute;
  top: -27px;
  display: flex;
  align-items: center;
  width: 245px;
  height: 12px;
  font-size: 10px;
  transform: rotate(90deg);
  transform-origin: left bottom;
  color: #231815;
}
ul.topix li a > div:nth-of-type(1) time::after {
  content: "";
  height: 2px;
  background-color: #15609E;
  display: block;
  flex-grow: 1;
  margin-left: 5px;
}
ul.topix li a > div:nth-of-type(2) {
  display: flex;
  flex-basis: 986px;
  background-color: #15609E;
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  ul.topix li a > div:nth-of-type(2) {
    flex-direction: column;
    flex-basis: calc(100% - 23px);
  }
}
ul.topix li a > div:nth-of-type(2) section {
  flex-basis: 616px;
  padding: 40px 10px 0;
}
@media screen and (max-width: 767px) {
  ul.topix li a > div:nth-of-type(2) section {
    order: 2;
    flex-basis: auto;
    width: auto;
    min-height: 170px;
  }
}
ul.topix li a > div:nth-of-type(2) section h3 {
  font-size: 20px;
  margin: 0;
}
ul.topix li a > div:nth-of-type(2) section p {
  margin: 1em 10px !important;
  font-size: 15px;
}
ul.topix li a > div:nth-of-type(2) figure {
  position: relative;
  flex-basis: 370px;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  ul.topix li a > div:nth-of-type(2) figure {
    order: 1;
    flex-basis: auto;
    aspect-ratio: 370/230;
  }
}
ul.topix li a > div:nth-of-type(2) figure img, ul.topix li a > div:nth-of-type(2) figure div {
  position: absolute;
}
ul.topix li a > div:nth-of-type(2) figure img {
  z-index: 3;
  max-width: 100%;
}
ul.topix li a > div:nth-of-type(2) figure div {
  box-shadow: 5px 5px 8px 0px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
  left: 17px;
  bottom: 16px;
  padding: 4px 0 0 calc(100% - 14px);
  background-color: #51464A;
  color: #FFF;
  font-size: 10px;
  line-height: 1.2em;
}
ul.topix li a > div:nth-of-type(2) figure div figcaption {
  width: 230px;
  transform: rotate(90deg);
  transform-origin: left bottom;
}