@charset "UTF-8";
/*
	information
-----------------------------------------------------------------------------------------------*/
/* 実施要項
============================== */
.tbl__list {
  margin-top: 0;
}
[class*="tbl__base"] .tbl__line {
  border-bottom: 1px solid #dbd4c4;
}
.tbl__txt-br {
  line-height: 1.5;
}
[class*="table"] .table__data-limited {
  padding: 14px 0 30px 23px;
}
.tbl__link {
  text-decoration: underline;
  margin: 0 10px 0 0;
  transition: 0.3s;
}
[class*="table__data"] a.tbl__link:hover {
  text-decoration: none;
}
.description__limited {
  display: flex;
  gap: 70px;
  align-items: flex-end;
}
.limited__txt-none {
  position: relative;
  text-decoration: line-through;
}
.limited__txt-none::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #000;
  border-right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0 0 0 30px;
}
.limited__marker {
  background: linear-gradient(transparent 80%, #fbeb33 80%);
  display: inline-block;
  line-height: 1.1;
}
.limited__keyword {
  font-weight: var(--bold);
}
.limited__price {
  font-size: 3.6rem;
}
/* 受験の流れ
============================== */
.titArea__flow {
  margin: 0 0 80px 0;
}
.flow__item {
  padding-bottom: 20px;
  padding: 42px 24px 30px 24px;
}
.flow__head {
  color: var(--floworange);
}
.flow__txt {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: var(--light);
  text-align: center;
}
.notes__txt {
  line-height: 1.4;
}
.notes__txt:nth-of-type(3) {
  margin: 6px 0 0 0;
}
.flow__ph {
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.img01 {
  width: 103px;
}
.img02 {
  width: 80px;
}
.img03 {
  width: 108px;
}
.img04 {
  width: 72px;
}
/* 申込方法
============================== */
.method {
  background: url(../images/about_bg_lattice.png) repeat left top / 80px;
  mix-blend-mode: normal;
}
.method__txt {
  margin: 50px 0;
}
@media screen and (max-width: 812px) {
  .tbl__txt-br {
    line-height: 1.4;
  }
  .txt__indent {
    line-height: 1.4;
  }
  [class*="table"] .table__data-limited {
    padding: 15px 0 15px 10px;
  }
  .link__icon {
    margin: 0 0 0 3px;
  }
  .description__limited {
    display: block;
  }
  .limited__txt-none {
    font-size: 1.4rem;
    margin: 0 0 35px 0;
  }
  .limited__txt-none::after {
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 9px solid #555555;
    border-bottom: 0;
    position: absolute;
    top: auto;
    left: 40px;
    transform: none;
    margin: 37px 0 0 0;
  }
  .limited__indent {
    margin: 10px 0 0 0;
  }
  .limited__price {
    font-size: 3rem;
  }
  /* 受験の流れ
	============================== */
  .titArea__flow {
    margin: 0 0 30px 0;
  }
  .flow__item {
    padding-bottom: 30px;
    padding-top: 30px;
    align-items: flex-start;
  }
  .flow__txt {
    line-height: 1.6;
    text-align: left;
  }
  .notes__txt {
    line-height: 1.2;
  }
  .notes__txt:nth-of-type(3) {
    margin: 5px 0 0 0;
  }
  .flow__ph {
    margin-top: 8px;
  }
  .img01,
  .img02,
  .img03,
  .img04 {
    margin-top: 0;
  }
  .img01 {
    width: 75px;
  }
  .img02 {
    width: 60px;
  }
  .img03 {
    margin-left: -10px;
    width: 85px;
  }
  .img04 {
    width: 55px;
  }
  .flow__caption {
    width: calc(100% - 73px);
  }
  /* 申込方法
	============================== */
  .method {
    padding: 80px 20px;
  }
  .method__txt {
    margin: 30px 0;
  }
  .method .base__btn {
    background: #fff;
  }
}
