.yearold-detail-contents__inner {
	width: 100%;
	max-width: 960px;
	margin: 200px auto;
}
.yearold_bg.type-02 > .yearold-detail-contents__inner > h1 {
	width: 60%;
	margin: 0 auto;
}

.yearold-quiz-section {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
}

.yearold-quiz-section__inner {
  padding: 50px;
  text-align: center;
}

.yearold-quiz-section__inner > img {
  width: 50%;
  margin-top: 25px;
}

.yearold-quiz-section-title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}

.yearold-quiz-section-title.yearold-quiz-section-title__green {
  color: #009672;
}

.yearold-quiz-section-title.yearold-quiz-section-title__blue {
  color: #009AB8;
}

.yearold-quiz-section-title.yearold-quiz-section-title__pink {
  color: #E95E70;
}

.yearold-quiz-section-title.yearold-quiz-section-title__orange {
  color: #EB6B32;
}

.yearold-quiz-section__col2 {
  display: flex;
  gap: 35px;
  margin-top: 25px;
}

.yearold-quiz-section__col2 > a {
  display: block;
  width: calc((100% - 35px) / 2);
}

.yearold-quiz-section__col2 > a > img {
  width: 100%;
}