/* @include _breakpoints.scss */
/* break point media query */
h1 span {
  font-size: 50%;
  line-height: 1;
}

a.c-btn--link {
  position: relative;
  margin: 20px auto 0;
  font-size: 14px;
  line-height: 42px;
  border-radius: 50vw;
  display: block;
  width: 300px;
  height: 42px;
  border: 0;
  text-indent: 0px;
  cursor: pointer;
  color: #fff;
  background: #00548e;
  text-align: center;
}
@media (max-width: 1100px) and (min-width: 768px) {
  a.c-btn--link {
    margin-top: 1.724137931vw;
    font-size: 1.2068965517vw;
    line-height: 3.6206896552vw;
    width: 25.8620689655vw;
    height: 3.6206896552vw;
  }
}
@media (max-width: 767px) {
  a.c-btn--link {
    margin-top: 40px;
    width: 243px;
    line-height: 45px;
    height: 45px;
  }
}
a.c-btn--link::after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/common/ico_submit_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  a.c-btn--link::after {
    right: 1.724137931vw;
    width: 1.724137931vw;
    height: 1.724137931vw;
  }
}
@media (max-width: 767px) {
  a.c-btn--link::after {
    right: 14px;
  }
}
a.-form {
  background: #ea535d !important;
}
a.-form::after {
  background: url(../images/common/ico_submit_arrow_r.svg) center/100% no-repeat !important;
}

.p-seminarevent-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminarevent-list {
    margin-top: 3.4482758621vw;
  }
}
.p-seminarevent-list li {
  margin-bottom: 40px;
  padding-bottom: 1em;
  width: 300px;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #c3c3c3;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminarevent-list li {
    margin-bottom: 3.4482758621vw;
    width: 25.8620689655vw;
    border-radius: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .p-seminarevent-list li:last-child {
    margin-bottom: 0;
  }
}
.p-seminarevent-date {
  margin: 1em 15px 0;
  font-size: 17px;
  font-weight: 700;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminarevent-date {
    margin: 1em 1.2931034483vw 0;
    font-size: 1.4655172414vw;
  }
}
.p-seminarevent-ttl {
  margin: 1em 15px 0;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminarevent-ttl {
    margin: 1em 1.2931034483vw 0;
    font-size: 1.2068965517vw;
  }
}
.p-seminarevent-info {
  margin: 1em 15px 0;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminarevent-info {
    margin: 1em 1.2931034483vw 0;
    font-size: 1.0344827586vw;
  }
}
.p-seminarevent-info::after {
  margin-left: 1em;
  content: "";
  display: inline-block;
  vertical-align: sub;
  width: 7px;
  height: 12px;
  background: url(../images/common/nav_arrow.svg) center/100% no-repeat;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminarevent-info::after {
    width: 0.6034482759vw;
    height: 1.0344827586vw;
  }
}

.ico-company,
.ico-home {
  position: absolute;
  top: 10px;
  left: 0;
  margin-right: 0.5em;
  padding: 0.15em 0.5em !important;
  display: inline-block;
  background: #036eb7;
  color: #fff !important;
  font-size: 80%;
  letter-spacing: 0;
  border-radius: 5px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .ico-company,
  .ico-home {
    top: 0.8620689655vw;
    border-radius: 0.4310344828vw;
  }
}
@media (max-width: 767px) {
  .ico-company,
  .ico-home {
    padding: 0.5em !important;
    top: 15px;
    width: 2em;
    line-height: 1.2;
  }
}
.c-activity__head .ico-company,
.c-activity__head .ico-home {
  position: static;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .c-activity__head .ico-company,
  .c-activity__head .ico-home {
    font-size: 1.0344827586vw;
  }
}
@media (max-width: 767px) {
  .c-activity__head .ico-company,
  .c-activity__head .ico-home {
    padding: 0.15em 0.5em !important;
    width: auto;
  }
}

.ico-home {
  background: #e9545d;
}

.p-seminar-main {
  padding: 0 !important;
  margin: 0 auto 45px;
  display: block;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-main {
    margin: 0 auto 3.8793103448vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-main {
    margin-bottom: 12vw;
    width: 100%;
  }
}
.p-seminar-main::after {
  display: none !important;
}
.p-seminar-head {
  margin-bottom: 45px !important;
}
@media (max-width: 767px) {
  .p-seminar-head {
    margin-bottom: 30px !important;
  }
}
.p-seminar__shortcutLinks {
  margin: 48px 0;
  background: #33a4ac;
  border-radius: 12px;
  display: flex;
  padding: 28px 0;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar__shortcutLinks {
    margin: 4.1379310345vw 0;
    border-radius: 1.0344827586vw;
    padding: 2.4137931034vw 0;
  }
}
@media (max-width: 767px) {
  .p-seminar__shortcutLinks {
    margin: 20px 0 30px;
    flex-wrap: wrap;
    padding: 0 24px;
    border-radius: 8px;
  }
}
.p-seminar__shortcutLinks li {
  width: 33.33%;
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar__shortcutLinks li {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .p-seminar__shortcutLinks li {
    width: 100%;
    padding: 12px 0;
    font-size: 14px;
  }
}
.p-seminar__shortcutLinks li:nth-child(1) {
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .p-seminar__shortcutLinks li:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.p-seminar__shortcutLinks li:nth-child(2) {
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  .p-seminar__shortcutLinks li:nth-child(2) {
    border-right: none;
  }
}
.p-seminar__shortcutLinks li a {
  color: #fff;
  background: url("../images/common/nav_icon_arrow_white.svg") no-repeat;
  background-position: right center;
  padding: 0 32px 0 0;
}
.p-seminar-note {
  margin-top: 1em;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-note {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-note {
    font-size: 12px;
  }
}
.p-seminar-title {
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .p-seminar-title {
    font-size: 16px;
  }
}
.p-seminar-entry {
  margin: 0 35px 70px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-entry {
    margin: 0 3.0172413793vw 6.0344827586vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-entry {
    margin: 0 20px 40px;
  }
}
.p-seminar-back {
  margin: 70px auto 50px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-back {
    margin: 6.0344827586vw auto 4.3103448276vw;
  }
}
.p-seminar-schedule {
  width: 100%;
  border: solid 1px #ccc;
  margin-top: 40px;
  line-height: 1.3;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-schedule {
    margin-top: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-schedule {
    margin-top: 5.3333333333vw;
  }
}
.p-seminar-schedule__head {
  height: 52px;
  background: #33a4ac;
  color: #fff;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-schedule__head {
    height: 4.4827586207vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-schedule__head {
    height: 40px;
  }
}
.p-seminar-schedule__head th {
  border-right: solid 1px #ccc;
  font-weight: 400;
  line-height: 1.3;
}
.p-seminar-schedule__head th:last-child {
  border: solid 1px #ccc;
}
.p-seminar-schedule__head th:nth-child(1) {
  width: 15em;
}
@media (max-width: 767px) {
  .p-seminar-schedule__head th:nth-child(1) {
    width: 8em;
  }
}
.p-seminar-schedule__head a {
  text-decoration: underline;
}
.p-seminar-schedule tr {
  text-align: center;
  height: 52px;
  border: solid 1px #ccc;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-schedule tr {
    height: 4.4827586207vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-schedule tr {
    height: 40px;
    font-size: 12px;
  }
}
.p-seminar-schedule tr:nth-child(even) {
  background: #def3f5;
}
.p-seminar-schedule td {
  border-right: solid 1px #ccc;
}
@media (max-width: 767px) {
  .p-seminar-schedule td {
    padding: 10px 0;
  }
}
.p-seminar-schedule td a {
  text-decoration: none;
  color: #009bc7;
  cursor: pointer;
}
.p-seminar-schedule td .close {
  font-weight: 600;
}
.p-seminar-remarks {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-remarks {
    margin-top: 2.5862068966vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-remarks {
    font-size: 12px;
    margin-top: 1.5em;
  }
}
.p-seminar-remarks .circle {
  margin-left: 1em;
  list-style-type: circle;
  font-size: 15px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-remarks .circle {
    font-size: 1.2931034483vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-remarks .circle {
    font-size: 12px;
  }
}
.p-seminar-detail {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-detail {
    margin-top: 3.4482758621vw;
    margin-bottom: 3.4482758621vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-detail {
    margin-top: 5.3333333333vw;
    margin-bottom: 20px;
  }
}
.p-seminar-detail th {
  border: solid 1px #ccc;
  font-weight: bold;
  background: #def3f5;
  width: 17%;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-detail th {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-detail th {
    width: 5em;
    font-size: 12px;
  }
}
.p-seminar-detail tr {
  height: 35px;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-detail tr {
    height: 3.0172413793vw;
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-detail tr {
    font-size: 12px;
  }
}
.p-seminar-detail td {
  border: solid 1px #c0c0c0;
  padding: 1em 20px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-detail td {
    padding: 1em 1.724137931vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-detail td {
    padding: 10px 15px;
  }
}
.p-seminar-detail__title {
  margin-bottom: 0.5em;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-detail__title {
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-detail__title {
    font-size: 14px;
  }
}
.p-seminar-detail__title span {
  padding-left: 1em;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-detail__title span {
    font-size: 1.3793103448vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-detail__title span {
    display: block;
    padding-left: 0;
    font-size: 12px;
  }
}
.p-seminar-instructor {
  margin-bottom: 3em;
  display: flex;
  align-items: flex-start;
}
.p-seminar-instructor__img {
  margin: 0 20px 0 0;
  width: 170px;
  height: 170px;
  border-radius: 85px;
  overflow: hidden;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-instructor__img {
    margin: 0 1.724137931vw 0 0;
    width: 14.6551724138vw;
    height: 14.6551724138vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-instructor__img {
    margin: 0 1em 0 0;
    width: 100px;
    height: 100px;
  }
}
.p-seminar-instructor__img > img {
  width: 100%;
}
.p-seminar-instructor dt {
  flex-shrink: 0;
}
.p-seminar-instructor dd {
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-instructor dd {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-instructor dd {
    font-size: 12px;
  }
}
.p-seminar-instructor dd a {
  text-decoration: underline;
}
.p-seminar-instructor dd p {
  margin-bottom: 0;
}
.p-seminar-instructor__name {
  margin-bottom: 0.5em;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-instructor__name {
    font-size: 1.5517241379vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-instructor__name {
    font-size: 14px;
  }
}
.p-seminar-instructor__name span {
  display: block;
  font-size: 14px;
}
@media (max-width: 1100px) and (min-width: 768px) {
  .p-seminar-instructor__name span {
    font-size: 1.2068965517vw;
  }
}
@media (max-width: 767px) {
  .p-seminar-instructor__name span {
    font-size: 12px;
  }
}
/*# sourceMappingURL=sourcemaps/seminarevent.css.map */
