  @charset "utf-8";

/* =============================================
  style
============================================= */
.lead-box p:nth-child(4){
  margin-top: 10px;
  text-align: center;
}
img.book-ico{
  margin-right: 5px;
  vertical-align: middle;
}
.course_list_table tr > td:nth-child(1){
  width: auto;
  font-size: 2.2rem;
  vertical-align: middle;
}
.voice-cont .voice-cont__ttl{
  margin: 0 0 20px;
}
.anchor-path__list{
  grid-template-columns: repeat(2, 1fr);
}
.course-info__ttl{
  padding: 30px;
  margin: 80px 0 30px;
  font-size: 2.0rem;
  text-align: center;
  background-color: #f3f1ec;
  border-top: 5px solid var(--nikken-red);
}
.course-info__ttl--lv2{
  margin: 30px 015px;
  font-size: 1.8rem;
  text-align: center;
}
td .table-cell__ttl{
  margin: 40px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
td .table-cell__ttl:first-child{
  margin-top: 0;
}
.btn-link__close span{
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #4d4d4d;
  text-align: center;
  background-color: #ebebeb;
  border: 2px solid #ccc;
  border-radius: 20px;
}
.btn-link__close span.btn-link__ttl{
  padding: 0 0 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3em;
  border: none;
}
p.close-info__text{
  margin: 20px 0 -15px;
  font-size: 1.4rem;
  color: var(--nikken-red);
}
.close-info__cont{
  padding: 20px;
  margin: 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--nikken-red);
  text-align: left;
  border: 1px solid var(--nikken-red);
}

/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (width <= 767px){
  .column-2{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

/* PC----------------------------- */
@media screen and (width >= 768px){
  .course_list_table tr > td:nth-child(2) {
    width: 35%;
  }
  .course_list_table tr > td:nth-child(3) {
    width: 40%;
  }
   .btn-link__close span{
    padding: 20px 25px;
    font-size: 1.5rem;
  }
  .close-info__cont{
      font-size: 1.8rem;
    text-align: center;
  }
}