.note {
  padding: 0 1em;
  background: linear-gradient(#ccc 1px, transparent 1px);
  background-size: auto 2.5em;
  line-height: 2.5em;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 48px;
}
@media screen and (max-width: 520px) {
  .note {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0.5em;
    margin-bottom: 12vw;
  }
}
.note > p:not([class]) {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.5em;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  .note > p:not([class]) {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.point {
  margin: 0 16px;
}
@media screen and (max-width: 520px) {
  .point {
    margin: 0;
  }
}
.point .point__item {
  position: relative;
}
@media screen and (max-width: 520px) {
  .point .point__item {
    margin-bottom: 5vw;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .point .point__item dt {
    flex: 0 0 auto;
    width: 25vw;
    margin-right: 4vw;
  }
}
.point .point__item dd {
  border: 1px solid #bcaf8d;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
  max-width: 562px;
  min-height: 120px;
  padding-left: 40px;
  z-index: -1;
  box-sizing: border-box;
  margin-top: -90px;
}
@media screen and (max-width: 520px) {
  .point .point__item dd {
    border: 0;
    width: 100%;
    min-height: auto;
    margin-top: 0;
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.point .point__item.point__left dd {
  border-right: 0;
  margin-left: 110px;
}
@media screen and (max-width: 520px) {
  .point .point__item.point__left dd {
    margin-left: 0;
  }
}
.point .point__item.point__right dt {
  text-align: right;
}
.point .point__item.point__right dd {
  border-left: 0;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  .point .point__item.point__right dd {
    margin-left: 0;
    margin-right: 0;
  }
}
.point .point__item:nth-of-type(2) {
  margin-top: 20px;
}
.point .point__item:nth-of-type(3) {
  margin-top: 10px;
}

.target {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  .target {
    margin-bottom: 6vw;
  }
}
.target .target__title {
  background-color: #8f86e0;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  width: 120px;
  line-height: 34px;
}
.target .target__frame {
  border: 1px solid #8f86e0;
  padding: 16px 32px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -17px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 520px) {
  .target .target__frame {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 4vw;
  }
}
.target .target__text {
  line-height: 1.5;
}
.target .target__icon {
  background-color: #e3e1f7;
  text-align: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  line-height: 1.3;
  font-weight: bold;
  flex: 0 0 auto;
}
@media screen and (max-width: 520px) {
  .target .target__icon {
    width: 20vw;
    height: 20vw;
    margin-left: 2vw;
  }
}

.entry {
  border: 1px solid #8f86e0;
  padding: 32px;
  box-sizing: border-box;
  margin-top: 48px;
}
.entry .entry__lead {
  color: #8f86e0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.7;
}
.entry .list.list-disc > li {
  margin: 0;
}
.entry .entry__mail {
  background-color: #f4f4f4;
  padding: 24px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1.7;
}
.entry .entry__mail a {
  text-decoration: underline;
}

.page-header .page-header__sub-title--small {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
}

.table.table-primary.table-workshop {
  margin-bottom: 24px;
}
@media screen and (max-width: 520px) {
  .table.table-primary.table-workshop {
    margin-bottom: 6vw;
  }
}
.table.table-primary.table-workshop tr {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 520px) {
  .table.table-primary.table-workshop tr {
    border: 1px solid #e6e6e6;
  }
}
@media screen and (max-width: 520px) {
  .table.table-primary.table-workshop thead {
    display: none;
  }
}
.table.table-primary.table-workshop thead tr {
  border-bottom: 0;
}
.table.table-primary.table-workshop thead th {
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 520px) {
  .table.table-primary.table-workshop tbody tr {
    display: block;
    margin-bottom: 4vw;
    padding: 2vw 0;
  }
  .table.table-primary.table-workshop tbody tr:last-child {
    margin-bottom: 0;
  }
}
.table.table-primary.table-workshop tbody td {
  white-space: nowrap;
  vertical-align: top;
}
@media screen and (max-width: 520px) {
  .table.table-primary.table-workshop tbody td {
    display: block;
    padding: 2vw 4vw;
  }
}
.table.table-primary.table-workshop tbody td:nth-child(2) {
  white-space: normal;
}
@media screen and (max-width: 520px) {
  .table.table-primary.table-workshop tbody td[data-label]:before {
    white-space: pre;
    content: attr(data-label);
    display: block;
    width: 100%;
    background-color: #f4f4f4;
    color: #333333;
    font-weight: bold;
    padding: 1vw 3vw;
    margin-bottom: 2.5vw;
  }
}

.entry-button {
  margin-top: 48px;
}
@media screen and (max-width: 520px) {
  .entry-button {
    margin-top: 12vw;
  }
}
.entry-button .button {
  width: 465px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 520px) {
  .entry-button .button {
    width: 100%;
  }
}

.privacy {
  overflow: auto;
  height: 200px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  border: 1px solid #e6e6e6;
  padding: 16px;
  box-sizing: border-box;
}
.privacy > p {
  margin: 0 0 1em;
}/*# sourceMappingURL=workshop.css.map */