@charset "UTF-8";
/* fontサイズ */
/*
元のフォントサイズ*(3/4)
24px→18px
50px→37.5px
*/
/*z-index数値*/
/*menu割当て*/
/*CTA*/
/*TOPへ戻るボタン割当て*/
/* z-index コンテンツ*/
/*レスポンシブデザインコンポーネント*/
/* 使用カラー */
/* color */
/* ブランドカラー(暗め) */
/* ブランドカラー(明るめ) */
/* メインカラー青 */
/* メインカラー緑 */
/* monochrome */
/* monotone*/
/* gradation */
/*新色*/
/*4季色*/
/*春*/
/*夏*/
/*冬*/
.practice {
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .practice {
    width: 80%;
  }
}
@media screen and (max-width: 900px) {
  .practice {
    width: 95%;
  }
}
.practice .unit-01 {
  max-width: 600px;
  margin: 1rem auto 3rem;
  padding: 3rem 4rem 2rem;
  border: solid 1px;
  border-radius: 20px;
  border-color: #00ADA9;
}
@media screen and (max-width: 900px) {
  .practice .unit-01 {
    width: 100%;
    margin: 1rem auto 2rem;
    padding: 2rem 2rem 0.5rem;
  }
}
@media screen and (max-width: 428px) {
  .practice .unit-01 {
    padding: 2rem 0.5rem 0.5rem;
  }
}
.practice__contents__outer {
  padding: 100px 0 0 0;
  margin: auto;
}
.practice__contents__unit {
  padding-bottom: 100px;
}
@media screen and (max-width: 428px) {
  .practice__contents__unit {
    padding-bottom: 50px;
  }
}
.practice__contents__unit .top-title {
  text-align: left;
  width: fit-content;
  color: #00ADA9;
}
@media screen and (max-width: 428px) {
  .practice__contents__unit .top-title {
    font-size: 1rem;
  }
}
.practice__contents__unit .top-text {
  margin-top: 4rem;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .practice__contents__unit .top-text {
    margin-top: 2rem;
    font-size: 0.8rem;
  }
}
.practice__contents__unit .detail-btn {
  margin: 1rem 0 1rem auto;
}
.practice__contents__unit .pcu-subject {
  background: #00ADA9;
  color: white;
  width: fit-content;
  padding: 5px 10px;
  border: 0px solid;
  border-radius: 10px;
}
@media screen and (max-width: 428px) {
  .practice__contents__unit .pcu-subject {
    font-size: 1rem;
  }
}
.practice__contents__unit .pcu-container {
  background: #00ADA9;
  max-width: 500px;
  width: 80%;
  margin: 1rem auto;
}
@media screen and (max-width: 900px) {
  .practice__contents__unit .pcu-container {
    width: 90%;
  }
}
@media screen and (max-width: 428px) {
  .practice__contents__unit .pcu-container {
    width: 100%;
  }
}
.practice__contents__unit .pcu-container .container-unit {
  display: flex;
  flex-direction: column;
}
.practice__contents__unit .pcu-container .container-unit .unit-title {
  color: rgb(250, 253, 255);
  padding: 0.5rem;
}
.practice__contents__unit .pcu-container ul, .practice__contents__unit .pcu-container .math-problems__coming-soon {
  background: #F5F7F7;
  list-style-type: none;
}
.practice__contents__unit .pcu-container ul {
  display: flex;
  flex-direction: column;
}
.practice__contents__unit .pcu-container ul .item {
  color: #00ADA9;
}/*# sourceMappingURL=practice.css.map */