@charset "UTF-8";
/* ======================================================================
 setting
====================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
/* ======================================================================
 p_ending（エンディング対策講座）
====================================================================== */
.p_ending .section-ending {
  padding: 5rem 0 3rem;
}

.p_ending .bg-7 {
  background-color: #F6F6F6;
}

.section-ending img {
  width: 100%;
}

@media screen and (min-width: 969px) {
  .p_ending .section-ending {
    padding: 10rem 0 6rem;
  }
}
.p_ending .form-placeholder {
  min-height: 8rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.25rem;
  border: 1px dashed #c4b8a4;
  background-color: #fafafa;
  color: #666;
  font-size: 15px;
}

@media screen and (min-width: 969px) {
  .p_ending .form-placeholder {
    min-height: 10rem;
    margin-bottom: 2rem;
    padding: 2rem 2.5rem;
    font-size: 16px;
  }
}
/* ======================================================================
 講座スケジュール
====================================================================== */
.p_ending .ending-plan-box .section-plan-infor .row_plan {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 969px) {
  .p_ending .ending-plan-box .section-plan-infor .row_plan-left {
    width: 22rem;
    padding-left: 0;
  }
  .p_ending .ending-plan-box .section-plan-infor .row_plan-right {
    width: calc(100% - 22rem);
  }
}
.p_ending .schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p_ending .schedule-list > li + li {
  margin-top: 0.8rem;
}

@media screen and (min-width: 969px) {
  .p_ending .schedule-list > li + li {
    margin-top: 1.2rem;
  }
}

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