.stock {
  background: #fff;
}
.stock[data-stock-param=stock2] {
  background: #FBFBFB;
}
.stock[data-stock-param=stock3] {
  background: var(--black-grad, linear-gradient(90deg, #121212 0%, #424242 100%));
}
.stock__inner {
  max-width: 1380px;
  width: 94%;
  margin: 0 auto;
  padding: 12.5px 0;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}
@media screen and (max-width: 968px) {
  .stock__inner {
    padding-top: 6px;
    padding-bottom: 6px;
    max-width: 94%;
    justify-content: flex-start;
    gap: 12px;
  }
}
.stock__box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 968px) {
  .stock__box {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.stock__btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .stock__btn {
    flex: 0 0 15px;
  }
}
.stock__btn img {
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .stock__btn:hover .stock__tooltip {
    display: block;
  }
}
.stock__tooltip {
  width: 320px;
  height: auto;
  padding: 12px 16px;
  box-sizing: border-box;
  display: none;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
  position: absolute;
  top: calc(100% + 6px);
  right: 2px;
  z-index: 10;
  text-align: left;
}
.stock__tooltip__modal {
  display: none;
}
@media screen and (max-width: 767px) {
  .stock__tooltip__modal {
    width: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 25;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .stock__tooltip__modal.is-visible {
    display: flex;
  }
}
.stock__tooltip__modal__inner {
  width: calc(100% - 32px);
  height: auto;
  padding: 12px 16px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.24);
  position: relative;
}
.stock__tooltip__modal__close {
  width: auto;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 12px;
  right: 16px;
  z-index: 10;
}
.stock__tooltip::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 6px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
}
.stock__tooltip__ttl {
  margin-bottom: 4px;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.stock__tooltip__txt {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.stock__data {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 968px) {
  .stock__data {
    flex: 0 0 48%;
    font-size: 10px;
  }
}
.stock__data::after {
  width: 1px;
  height: 12px;
  display: block;
  background: #D9AF46;
  content: "";
}
@media screen and (max-width: 968px) {
  .stock__data::after {
    content: none;
  }
}
.stock__data:last-child::after {
  content: none;
}
.stock__data[data-stock-param=stock3] {
  color: #fff;
}

.break {
  line-height: 150%;
}

.service_page .break {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 968px) {
  .service_page .break {
    padding-top: calc(15vw + 47px);
  }
}

@media screen and (max-width: 968px) {
  header {
    padding-top: 0;
  }
  header .head_inner {
    padding-top: 4.5vw;
  }
  .spmenu_label {
    top: calc(3vw + 47px);
  }
}
@media screen and (max-width: 968px) {
  .l-page,
  main {
    margin-top: calc(14vw + 47px);
  }
}
@media screen and (min-width: 969px) {
  .l-page,
  main {
    margin-top: 131px;
  }
}

@media screen and (max-width: 968px) {
  .l-page:has(.under_p_head) .under_p_head {
    padding-top: 6vw;
  }
}
.l-page[data-page-id=irLibrary] {
  margin-top: 0;
}
@media screen and (max-width: 968px) {
  .l-page[data-page-id=irMessage] .under_p_head, .l-page[data-page-id=irStock] .under_p_head {
    padding-top: 6vw;
  }
}
@media screen and (min-width: 969px) {
  .l-page[data-page-id=irMessage] .under_p_head, .l-page[data-page-id=irStock] .under_p_head {
    padding-top: 90px;
  }
}

#irnewspage .l-page {
  margin-top: 0;
}

@media screen and (min-width: 969px) {
  .about_tss main {
    margin-top: 0;
  }
  .about_tss main .break {
    padding-top: calc(10rem + 43px);
  }
}
@media screen and (max-width: 968px) {
  .about_tss main {
    margin-top: 0;
  }
  .about_tss main .break {
    padding-top: calc(15vw + 47px);
  }
}

@media screen and (min-width: 969px) {
  .service_page .break {
    padding-top: calc(10rem + 43px);
  }
}

@media screen and (min-width: 969px) {
  .recruit_page main {
    margin-top: 0;
  }
  .recruit_page main .break {
    top: 151px;
  }
}
@media screen and (max-width: 968px) {
  .recruit_page main {
    margin-top: 0;
  }
  .recruit_page main .break {
    top: calc(15vw + 47px);
  }
}

@media screen and (min-width: 969px) {
  .under_p_head {
    padding-top: 133px;
  }
}
@media screen and (max-width: 968px) {
  .under_p_head {
    padding-top: calc(14vw + 47px);
  }
}

@media screen and (min-width: 969px) {
  .under_p_head.under_p_head1 {
    padding-top: 90px;
  }
}
@media screen and (max-width: 968px) {
  .under_p_head.under_p_head1 {
    padding-top: 14vw;
  }
}/*# sourceMappingURL=stock.css.map */