.__lecturenote__ {
  -webkit-padding-before: 74px;
          padding-block-start: 74px;
  color: #202020;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: min(282px, 24%) 1fr;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  grid-template-areas: "l h h" "l br br";
  position: relative;
  align-items: start;
}
@media screen and (max-width: 739.9px) {
  .__lecturenote__ {
    grid-template-columns: 1fr;
  }
}
.__lecturenote__ a {
  color: #202020;
  font-weight: bold;
}
.__lecturenote__left {
  grid-area: l;
  font-size: 14px;
  -webkit-padding-after: 100px;
          padding-block-end: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
  left: 0;
}
@media screen and (max-width: 739.9px) {
  .__lecturenote__left {
    display: none;
  }
}
.__lecturenote__left nav {
  color: #202020;
  border-bottom: 1px solid #dadada;
  padding-inline: 1.4285714286em;
  padding-block: 1.7142857143em;
}
.__lecturenote__left .-top {
  border-bottom: 1px solid #dadada;
  z-index: 3;
  background-color: #fff;
}
.__lecturenote__left .-top a {
  height: 75px;
  display: grid;
  place-items: center;
  border-top: 1px solid #dadada;
}
.__lecturenote__left .-top a img {
  display: block;
  width: 160px;
}
.__lecturenote__left .-nav1 {
  height: calc(100vh - 152px - 277px);
  overflow: auto;
}
.__lecturenote__left .-code {
  display: block;
  font-size: 0.8571428571em;
}
.__lecturenote__left .-co-name {
  display: block;
  line-height: 1.21;
  text-align: justify;
}
.__lecturenote__left [class^=-ico-] {
  display: grid;
  gap: 0.7142857143em;
}
.__lecturenote__left [class^=-ico-]::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.__lecturenote__left a.-ico-search {
  border-top: 1px solid #dadada;
  padding-inline: 1.4285714286em;
  padding-block: 1.7142857143em;
  font-weight: bold;
  grid-template-columns: 1.9285714286em 1fr;
  align-items: center;
  justify-items: start;
}
.__lecturenote__left a.-ico-search::before {
  background-image: url(../images/ico-search.svg);
}
.__lecturenote__left .-ico-blowser {
  grid-template-columns: 1.4285714286em 1fr;
}
.__lecturenote__left .-ico-blowser::before {
  background-image: url(../images/ico-blowser.svg);
}
.__lecturenote__left .-ico-search0 {
  grid-template-columns: 1.4285714286em 1fr;
}
.__lecturenote__left .-ico-search0::before {
  background-image: url(../images/ico-search0.svg);
}
.__lecturenote__left .-ico-chart {
  grid-template-columns: 1.5714285714em 1fr;
}
.__lecturenote__left .-ico-chart::before {
  background-image: url(../images/ico-chart.svg);
}
.__lecturenote__left .-ico-calender {
  grid-template-columns: 1.5714285714em 1fr;
  gap: 0.7142857143em;
}
.__lecturenote__left .-ico-calender::before {
  background-image: url(../images/ico-calender.svg);
}
.__lecturenote__left .-ico-video {
  grid-template-columns: 1.6428571429em 1fr;
  gap: 0.5em;
}
.__lecturenote__left .-ico-video::before {
  background-image: url(../images/ico-video.svg);
}
.__lecturenote__head {
  grid-area: h;
  background-color: #015183;
  font-size: min(3.4vw, 14px);
  display: grid;
  grid-template-columns: min(800px, 60%) 1fr;
}
@media screen and (max-width: 739.9px) {
  .__lecturenote__head {
    grid-template-columns: 1fr;
  }
}
.__lecturenote__head .-txt_box {
  padding-block: 2.1428571429em 0.7142857143em;
  padding-inline: 1.7857142857em;
}
.__lecturenote__head .-movie_box {
  aspect-ratio: 16/9;
}
.__lecturenote__head .-movie_box iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.__lecturenote__body-right {
  grid-area: br;
  display: grid;
  grid-template-columns: 65% 1fr;
  align-items: start;
}
@media screen and (max-width: 1060px) {
  .__lecturenote__body-right {
    grid-template-columns: 1fr;
  }
}
.__lecturenote__body {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding-bottom: 100px;
}
.__lecturenote__body .-inner {
  width: min(90%, 717px);
  margin-inline: auto;
}
.__lecturenote__body .-main_img {
  display: block;
  width: min(700px, 100%);
  height: auto;
  margin-block: 30px;
  margin-inline: auto;
}
.__lecturenote__body #detailBody {
  border-bottom: 1px solid #dadada;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.__lecturenote__body .-block {
  padding-block: 104px 30px;
  -webkit-margin-before: -74px;
          margin-block-start: -74px;
}
.__lecturenote__body .-analize {
  border-bottom: 1px solid #dadada;
  -webkit-padding-after: 30px;
          padding-block-end: 30px;
}
.__lecturenote__body .-ico-analize {
  font-size: 12px;
  font-weight: bold;
  color: #7b7d7e;
  display: grid;
  grid-template-columns: 1.0833333333em 1fr;
  gap: 0.2em;
  align-items: center;
  border-top: 1px solid #dadada;
  padding-block: 30px;
}
.__lecturenote__body .-ico-analize::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  background-image: url(../images/ico-analyze.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.__lecturenote__body .-person {
  font-size: 16px;
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 0 0.9375em;
  margin-block: 10px;
}
.__lecturenote__body .-person img {
  display: block;
  width: 100%;
  height: auto;
  grid-area: 1/1/3/2;
}
.__lecturenote__body .-name {
  font-weight: bold;
  grid-area: 1/2/2/3;
  align-self: end;
}
.__lecturenote__body .-position {
  font-size: 0.75em;
  grid-area: 2/2/3/3;
}
.__lecturenote__right {
  position: -webkit-sticky;
  position: sticky;
  top: 74px;
}
@media screen and (max-width: 1060px) {
  .__lecturenote__right {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 1000;
    transform: translateX(100vw);
    transition: all 0.2s;
  }
  .__lecturenote__right.visible {
    transform: translateX(0);
  }
}
.__lecturenote__right .-inner {
  height: calc(100vh - 74px);
  overflow: auto;
}
.__lecturenote__right .-slide_box {
  padding-block: 1.4285714286em;
  padding-inline: 1.7857142857em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 99;
}
.__lecturenote__right .-slide_box .-slide {
  width: 100%;
  aspect-ratio: 16/9;
  background-image: url(../images/default-right-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.__lecturenote__right .-slide_box .-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  background-color: #dadada;
}
@media screen and (max-width: 1060px) {
  .__lecturenote__right .-slide_box {
    display: none;
  }
}
.__lecturenote__right .-toc_box {
  border-top: 1px solid #dadada;
  font-size: 14px;
  padding-block: 1.8571428571em 60px;
  padding-inline: 1.7857142857em;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.__lecturenote__right .-btn_area {
  border-top: 1px solid #dadada;
  font-size: 16px;
  height: 3.375em;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: grid;
  align-items: center;
  padding-inline: 1em;
}
.__lecturenote__right .-open_file {
  font-weight: normal;
  width: min(100%, 200px);
  height: 2.375em;
  border-radius: 1.1875em;
  display: grid;
  grid-template-columns: 1.2em auto;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  background-color: #015183;
  color: #fff;
}
.__lecturenote__right .-open_file::before {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../images/ico-file.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.__lecturenote__right .-open_file:focus {
  opacity: 1;
  background-color: #4899cc;
}
@media (hover: hover) and (pointer: fine) {
  .__lecturenote__right .-open_file:hover {
    opacity: 1;
    background-color: #4899cc;
  }
}
.__lecturenote__ .heading__small {
  font-size: 8px;
  color: #7b7d7e;
}
.__lecturenote__ .heading__head {
  font-size: min(5vw, 24px);
  font-weight: bold;
  line-height: 1.56;
  color: #fff;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.__lecturenote__ .heading__content {
  font-size: min(4.5vw, 24px);
  font-weight: bold;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  line-height: 1.4;
}
.__lecturenote__ .heading__right {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.__lecturenote__ .list__left li {
  -webkit-margin-before: 1.4285714286em;
          margin-block-start: 1.4285714286em;
}
.__lecturenote__ .list__head li {
  display: grid;
  grid-template-columns: 8.5714285714em 1fr;
  gap: 1em;
}
.__lecturenote__ .list__head li:not(:first-of-type) {
  -webkit-margin-before: 1.4em;
          margin-block-start: 1.4em;
}
@media screen and (max-width: 739.9px) {
  .__lecturenote__ .list__head li {
    grid-template-columns: 1fr;
  }
}
.__lecturenote__ .list__head .-tag {
  font-size: 0.8571428571em;
  height: 2em;
  -webkit-margin-before: -0.3em;
          margin-block-start: -0.3em;
  background-color: #fff;
  display: grid;
  place-items: center;
  font-weight: bold;
  border-radius: 0.2857142857em;
}
@media screen and (max-width: 739.9px) {
  .__lecturenote__ .list__head .-tag {
    width: 8.5714285714em;
  }
}
.__lecturenote__ .list__head .-notag {
  font-size: 0.8571428571em;
  height: 2.1666666667em;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: bold;
}
@media screen and (max-width: 739.9px) {
  .__lecturenote__ .list__head .-notag {
    width: 8.5714285714em;
    border-radius: 0.2857142857em;
    background-color: #fff;
    color: #202020;
  }
}
.__lecturenote__ .list__head .-txt {
  color: #fff;
  line-height: 1.56;
  display: block;
}
.__lecturenote__ .list__head .-icon_wrap {
  gap: 0.8em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
}
.__lecturenote__ .list__head .-icon_wrap .-icon {
  display: grid;
  place-items: center;
  overflow: hidden;
}
.__lecturenote__ .list__head .-icon_wrap img {
  display: block;
  width: 1.2857142857em;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.__lecturenote__ .list__head .-company_wrap {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1em 1.5em;
}
.__lecturenote__ .list__toc li:not(:first-of-type) span {
  -webkit-padding-before: 0.9285714286em;
          padding-block-start: 0.9285714286em;
}
.__lecturenote__ .list__toc li:not(:last-of-type) span {
  -webkit-padding-after: 0.9285714286em;
          padding-block-end: 0.9285714286em;
}
.__lecturenote__ .list__toc li .toc-link {
  font-weight: normal;
  line-height: 1.4;
  display: block;
}
.__lecturenote__ .list__toc li .toc-link span {
  padding-inline: 0 1em;
  border-left: 2px solid #c7c7c7;
  display: grid;
  grid-template-columns: 1.1em 1fr;
}
.__lecturenote__ .list__toc li .toc-link span::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  background: radial-gradient(#c7c7c7 50%, #fff 50%, #fff 100%);
  border: 2px solid #c7c7c7;
  border-radius: 50%;
  transform: translateX(-0.6em);
}
.__lecturenote__ .list__toc li .toc-link.active span {
  border-color: #015183;
}
.__lecturenote__ .list__toc li .toc-link.active span::before {
  border-color: #015183;
  background: radial-gradient(#015183 50%, #fff 50%, #fff 100%);
}
.__lecturenote__ .img__content {
  display: block;
  width: 100%;
}
.__lecturenote__ .img__content + .box__content {
  -webkit-margin-before: 1.8em;
          margin-block-start: 1.8em;
}
.__lecturenote__ .box__content {
  font-size: 16px;
  line-height: 1.63;
}
.__lecturenote__share_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  font-size: min(3.4vw, 14px);
  color: #015183;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

#preview-container {
  position: absolute;
  left: 282px;
  display: none;
  width: 580px;
  height: 413px;
  overflow: hidden;
  background-color: #f6f6f6;
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
  padding-inline: 50px 10px;
  -webkit-clip-path: polygon(5% 0, 100% 0%, 100% 100%, 5% 100%, 5% 25%, 0 20%, 5% 15%);
          clip-path: polygon(5% 0, 100% 0%, 100% 100%, 5% 100%, 5% 25%, 0 20%, 5% 15%);
}
#preview-container iframe {
  transform: scale(42.6%);
  transform-origin: 0 0;
  background-color: #fff;
}

#popup {
  width: 556px;
  height: 307px;
  background-color: #f6f6f6;
  padding-block: 5px;
  padding-inline: 5px 16px;
  position: absolute;
  display: none;
  z-index: 1000;
}
#popup img {
  display: block;
  width: 100%;
}
#popup.active {
  display: block;
}

.sp__btn__toc {
  font-size: 1em;
  display: grid;
  grid-template-columns: 1fr 1.2em;
  background-color: #202020;
  color: #fff;
  height: 1.6em;
  width: 5em;
  line-height: 1;
  border-radius: 0.8em;
  margin-inline: auto 0;
  padding-block: 0;
  padding-inline: 0.5em;
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  place-items: center;
}
.sp__btn__toc_wrap {
  display: none;
}
@media screen and (max-width: 1060px) {
  .sp__btn__toc_wrap {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 4.375rem;
    font-size: min(3vw, 12px);
    -webkit-padding-before: 1em;
            padding-block-start: 1em;
  }
}
.sp__btn__toc::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.sp__btn__toc_close {
  display: none;
  place-items: center;
  width: 6vw;
  aspect-ratio: 1/1;
  margin-inline: auto 6vw;
}
@media screen and (max-width: 1060px) {
  .sp__btn__toc_close {
    display: grid;
  }
}
.sp__btn__toc_close span {
  display: block;
  width: 6vw;
  height: 2px;
  background-color: #202020;
  grid-area: 1/1/2/2;
}
.sp__btn__toc_close span:first-of-type {
  transform: rotate(45deg);
}
.sp__btn__toc_close span:nth-of-type(2) {
  transform: rotate(-45deg);
}

.no-scroll {
  overflow: hidden;
}
/*# sourceMappingURL=style.css.map */