@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap");
* {
  font-family: "M PLUS 1p", sans-serif;
}

.section04 {
  padding-top: 8%;
  position: relative;
  z-index: 1;
  padding-bottom: 10%;
  background-color: white;
}
@media screen and (max-width: 900px) {
  .section04 {
    padding-top: 15%;
    padding-bottom: 25%;
  }
}
.section04 .inner {
  padding: 0 30px;
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .section04 .inner {
    padding: 0 5%;
  }
}
.section04 .inner .ttl {
  width: 230px;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .section04 .inner .ttl {
    width: 22.9%;
  }
}
.section04 .inner .ttl img {
  width: 100%;
}
.section04 .inner .sub-ttl {
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 85px;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 900px) {
  .section04 .inner .sub-ttl {
    font-size: 4vw;
    margin-top: 5%;
    margin-bottom: 15%;
  }
}
.section04 .inner ul li {
  position: relative;
  border-top: solid 1px black;
  padding: 33px 0;
  padding-left: 5px;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li {
    padding: 5% 0;
    padding-left: 1%;
  }
}
.section04 .inner ul li:last-child {
  border-bottom: solid 1px black;
}
.section04 .inner ul li.open .icon {
  transform: rotate(180deg);
}
.section04 .inner ul li.open .icon span:nth-of-type(2) {
  transform: rotate(0deg) !important;
}
.section04 .inner ul li .upper {
  position: relative;
  width: 100%;
  padding-right: 70px;
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li .upper {
    padding-right: 12%;
  }
}
.section04 .inner ul li .upper .title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li .upper .title {
    font-size: 3.7vw;
  }
}
.section04 .inner ul li .upper .date {
  font-size: 14px;
  font-weight: 400;
  transform: rotate(0.05deg);
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li .upper .date {
    font-size: 2.6vw;
  }
}
.section04 .inner ul li .upper .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFC300;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition-duration: 0.5s;
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li .upper .icon {
    width: 6.9vw;
    height: 6.9vw;
  }
}
.section04 .inner ul li .upper .icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16px;
  height: 2px;
  background-color: white;
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li .upper .icon span {
    width: 40%;
    height: 0.3vw;
  }
}
.section04 .inner ul li .upper .icon span:nth-of-type(2) {
  transition-duration: 0.5s;
  transform: rotate(-90deg);
}
.section04 .inner ul li .content {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  overflow: hidden;
  padding-right: 70px;
  height: 0;
  transition-property: height, margin-top;
  transition-duration: 0.3s;
  transform: rotate(0.05deg);
}
.section04 .inner ul li .content.open {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li .content.open {
    margin-top: 5%;
  }
}
@media screen and (max-width: 900px) {
  .section04 .inner ul li .content {
    padding-right: 0%;
    font-size: 3.4vw;
  }
}/*# sourceMappingURL=section04.css.map */