@charset "shift-jis";
/* --------------------------------------------------------------------
Financial Academy

Style Info: /app/seminar.html
-------------------------------------------------------------------- */

/* page */
#page {
  width: 100%;
  max-width: 599px;
  margin: auto;
  padding: 0;
  background: #fff;
  text-align: left;
  overflow: hidden;
}
#page *,
#page *::before,
#page *::after {
  box-sizing: border-box;
}

/* image */
img {
  max-width: 100%;
  height: auto;
  line-height: 1;
}

/* font */
.f_tsukuardgothic {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.txt_pink {
  color: #e46997;
}
.txt_lblue {
  color: #66d2d5;
}

/* align */
.align_c {
  text-align: center !important;
}

/* video */
.video {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
kyouyousemi_seminar
------------------------------ */
.kyouyousemi_seminar {
  color: #333;
  line-height: 1.8;
}
.kyouyousemi_seminar h1 {
  margin: 1.5em 1em 2em;
  font-size: 5.33vw;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
}
.kyouyousemi_seminar .ttl_choose {
  margin: 0 1em 1.5em;
  color: #1b2669;
  font-size: 4.8vw;
  text-align: center;
  line-height: 1;
}
.kyouyousemi_seminar .ttl_choose span {
  display: inline-block;
  background: linear-gradient(transparent 55%, rgba(225, 228, 242, 0.74) 55%);
}
@media screen and (min-width: 600px) {
  .kyouyousemi_seminar h1 {
    font-size: 32px;
  }
  .kyouyousemi_seminar .ttl_choose {
    font-size: 28.8px;
  }
}

.tab_content section h2:not(.bd_none)::after {
  margin-bottom: 50px;
}

/* ------------------------------
experience
------------------------------ */
.courseInfo th {
  text-align: center;
}
.courseInfo tbody th,
.courseInfo tbody td {
  display: block;
  width: 100%;
}
.courseInfo tbody td {
  background: #fff;
}
.course-link-block .course-link-list {
  margin-top: 10px;
}
.course-link-block .course-link-list .item {
  width: 48.5%;
  margin-top: 20px;
}
.web_seminar .course_list table {
  border-collapse: collapse;
}
@media screen and (min-width: 600px) {
  .experience .tab_btn li {
    font-size: 24px;
  }
  .experience .tab_btn li .txt_s {
    font-size: 18px;
  }
  .courseInfo tbody th {
    border-right: 1px solid #b6b6b6;
  }
  .classroom_seminar .course_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .classroom_seminar .room_tab > li,
  .classroom_seminar .zoom_tab > li {
    width: auto;
    margin: 0;
  }
  .classroom_seminar .course_tab > .all{
    grid-column: 1/3;
  }
  .web_seminar .course_list {
    margin-bottom: 30px;
  }
  .web_seminar .course_list > li {
    width: 100%;
  }
  .seminar_apply .date_list {
    display: block;
  }
  .seminar_apply .date_list li {
    width: 100%;
  }
  .course-link-block .course-link-list a {
    min-height: 65px;
    padding: 10px 5px 20px;
    background-position: center 20px;
    background-size: 20px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1.4;
  }
  .course-link-block .course-link-list a::after {
    right: auto;
    top: auto;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 599px) {
  .course-link-block .course-link-list a {
    font-size: 14px;
  }
}

/* ------------------------------
access
------------------------------ */
@media screen and (min-width: 600px) {
  .access .inner {
    padding-top: 0;
  }
  .access .list_item > li {
    grid-template-columns: 250px auto;
  }
  .access .list_btn li {
    width: auto;
  }
}
