@charset "UTF-8";
/* ==========================================
   選考についてページ
   ========================================== */
.selection-page {
  padding: 80px 0 120px;
  background: #FFFAF1;
  min-height: 60vh;
}
.selection-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .selection-page {
    padding: 60px 0 80px;
  }
}

/* イントロ */
.selection-intro {
  margin-bottom: 40px;
}
.selection-intro__text {
  font-size: 15px;
  color: #333333;
  line-height: 1.8;
}

/*# sourceMappingURL=selection.css.map */
