/* ----------------- shinnyu.html ------------------ */
.seminar__shinnyu-block {
  align-items: flex-start;
}
.accordion-title {
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.accordion-title::after {
  border-right: solid 2px #000000;
  border-top: solid 2px #000000;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 20%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.is-open::after {
  top: 20%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 480px) {
  .accordion-title::after {
    right: 10px;
  }
  .seminar__shinnyu-block-img {
    display: block;
    margin: 0 auto 10px;
  }
}
.jyusyomoyori {

}
.jyusyomoyori2{
  margin-left: 70px;
}
@media screen and (max-width: 480px) {
  .jyusyomoyori2 {
    margin-left: auto;
  }
}

/* --------------- search.html ---------------- */
.seminar__search-news-box {
  overflow: auto;
  width: 100%;
  height: 75px;
  margin-bottom: 30px;
  border: solid 1px #999999;
  padding: 2px 0 0 5px;
}
.seminar__search-news {
  display: flex;
}
.seminar__search-news dt {
  width: 140px;
}
.seminar__search-news dd {
  width: calc(100% - 140px);
}
.seminar__search-btn-wrap {
  display: flex;
  flex-wrap: wrap;
}
.seminar__search-btn {
  width: 32.3%;
  margin-right: 1.5%;
  margin-bottom: 8px;
}
.seminar__search-btn:nth-of-type(3n) {
  margin-right: 0;
}
.seminar__search-btn a {
  display: block;
  min-height: 34.8px;
  height: 100%;
  background: linear-gradient(to bottom, #FFD76A,#EA9E25 85%, #DF8103);
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #DC7F05;
  box-shadow: 0 1px 1px rgba(0,0,0,.3);
}
.seminar__search-btn a:hover,
.seminar__search-btn a.is-active {
  background: linear-gradient(to bottom, #85D0A9, #B5E5CD);
  border: 1px solid #cacaca;
}
.seminar__pconly {
  display: inline-block;
}
.seminar__search-date-dl {
  display: flex;
  align-items: center;
}
.seminar__search-date-dl dt {
  width: 38px;
  font-weight: bold;
}
.seminar__search-date-dl dd {
  width: calc(100% - 38px);
}
.seminar__search-date-dl .kensaku_date {
  width: 90px;
  margin: 3px 15px 5px 0;
}
.seminarLinkBox {
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .seminar__search-news {
    display: block;
  }
  .seminar__search-news dd {
    width: 100%;
  }
  .seminar__search-btn-wrap {
    justify-content: space-between;
  }
  .seminar__search-btn {
    width: 49%;
    margin-right: 0!important;
  }
  .seminar__search-btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 2px;
  }
  .seminar__pconly {
    display: none;
  }
}

/* ------------ result --------------- */
.seminar__result-table th:nth-of-type(1) {
  width: 15%;
}
.seminar__result-table th:nth-of-type(2) {
  width: 40%;
}
.seminar__result-table th:nth-of-type(3) {
  width: 14%;
}
.seminar__result-table th:nth-of-type(4) {
  width: 16%;
}
.seminar__result-table th:nth-of-type(5) {
  width: 6%;
}
.seminar__result-table th:nth-of-type(6) {
  width: 9%;
}
.seminar__result-table .btn {
  display: inline-block;
  border: none;
  background: #eee;
  color: #333;
  border-radius: 3px;
  width: 70px;
  height: 24px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0,0,0,.3);
  cursor: pointer;
}
.seminar__result-table .btn.--tokyo {
  background: linear-gradient(#EFFBFF, #A7DEF0 85%, #70C8E5);
}
.seminar__result-table .btn.--saitama {
  background: linear-gradient(#E4E6FF, #ABB2F5 65%, #7782EB);
}
.seminar__result-table .btn.--online {
  background: linear-gradient(#EFFAD6, #D4EF96 60%, #B5E24E);
}
.seminar__result-table .btn.--osaka {
  background: linear-gradient(#FFEDEF, #F3C9CE 65%, #E5A0A8);
}
.seminar__result-table .btn.--other {
  background: linear-gradient(#FFFBE1, #F6ECAD 70%, #EBDA6D);
}
.seminar__result-table .btn:hover {
  opacity: 0.7;
}
.seminar__result-table .contact-east {
  background: #D9F1F9;
}
.seminar__result-table .contact-west {
  background: #FFEDEF;
}
.searchNaviTbl .kensu {
  text-align: center;
  font-weight: normal;
  border-bottom: 1px dotted #a0a0a0;
  margin-bottom: 2px;
  padding-bottom: 2px;
}

@media screen and (max-width: 480px) {
  .seminar__result-table th:nth-of-type(1) {
    width: 19%;
  }
  .seminar__result-table th:nth-of-type(2) {
    width: auto;
  }
  .seminar__result-table th:nth-of-type(3) {
    width: 15%;
  }
  .seminar__result-table th:nth-of-type(4) {
    width: 16%;
  }
  .seminar__result-table th:nth-of-type(5) {
    width: 11%;
  }
  .seminar__result-table th:nth-of-type(6) {
    width: 9%;
  }
  .seminar__result-table .btn {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 90%;
  }
}
@media screen and (max-width: 480px) {
  .splineup1{
    width: 20%;
  }
  .splineup2{
    width: 22%;
  }
}
.curr p {
  line-height: 1.6;
  margin-bottom: 15px;
}
.seminargaiyo th, .seminargaiyo td {
  border-bottom: 1px dotted #cccccc;
  padding: 10px;
}
.seminargaiyo tr{
  border-bottom: 1px solid #000;
}
.tr01 {
  background: #f8f8f8;
}
@media screen and (max-width: 480px) {
  .moushikomilink{
    font-size: 7px;
  }
  .spippan1{
    margin-left: 8em;
  }
  .spippan2{
    margin-left: 7em;
  }
}
.seminargaiyo th {

}
.seminargaiyo {

}
@media screen and (max-width: 480px) {










}
