@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot");
  src: url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff") format("woff"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.woff2") format("woff2"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.ttf") format("truetype"), url("/wp-content/themes/vlcholdings/css/fonts/yu-gothic.svg#Yu Gothic") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.ir-library {
  width: 100%;
  background-color: #fff;
}
.ir-library .ir-library__document-size {
  white-space: nowrap;
}
.ir-library .ir-library--header {
  padding: 4.5rem 0 2.9rem;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library--header {
    padding: 3.7rem 0;
  }
}
.ir-library .ir-library--content {
  padding: 0rem 0 8rem;
  background-color: #eef0f2;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library--content {
    padding: 0 0 4rem;
    background-color: #fff;
  }
}
.ir-library .ir-library__container {
  margin: 0 auto;
  background-color: #eef0f2;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__container {
    padding: 0;
    background-color: #fff;
  }
}
.ir-library .ir-library__tab-group {
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: visible;
  margin: 2rem auto 0;
  max-width: 120rem;
  padding: 0 2rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-group {
    padding: 0;
    margin-top: 0;
  }
}
.ir-library .ir-library__tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80rem;
  margin: 0 auto;
  background: white;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ir-library .ir-library__tab-nav .ir-library__tab-nav--scrollable {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ir-library .ir-library__tab-nav .ir-library__tab-nav--scrollable::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-nav {
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .ir-library .ir-library__tab-nav::-webkit-scrollbar {
    display: none;
  }
}
.ir-library .ir-library__tab-select {
  display: none;
  width: 100%;
  max-width: 23rem;
  margin: 0 auto;
  padding: 0 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.ir-library .ir-library__custom-select {
  position: relative;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
}
.ir-library .ir-library__custom-select-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.5rem;
  height: 3.6rem;
  background: white;
  border: 0.1rem solid #8AA0AF;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0.07em;
  color: #26506c;
}
.ir-library .ir-library__custom-select-trigger:hover {
  border-color: #26506c;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__custom-select-trigger:hover {
    border-color: #8AA0AF;
  }
}
.ir-library .ir-library__custom-select-trigger:focus, .ir-library .ir-library__custom-select-trigger.ir-library__custom-select-trigger--active {
  outline: none;
}
.ir-library .ir-library__custom-select-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  line-height: 2.4rem;
  padding-bottom: 3px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.ir-library .ir-library__custom-select-arrow {
  margin-left: 1rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ir-library .ir-library__custom-select-arrow svg {
  width: 1.2rem;
  height: 0.7rem;
}
.ir-library .ir-library__custom-select-trigger--active .ir-library__custom-select-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ir-library .ir-library__custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 0.1rem solid #8AA0AF;
  border-top: none;
  max-height: 20rem;
  overflow-y: auto;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ir-library .ir-library__custom-select--open .ir-library__custom-select-options {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ir-library .ir-library__custom-select-option {
  padding: 1.2rem;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  color: #26506c;
  border-bottom: 0.1rem solid #f5f5f5;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__custom-select-option {
    padding: 1.2rem 1.5rem;
  }
}
.ir-library .ir-library__custom-select-option:last-child {
  border-bottom: none;
}
.ir-library .ir-library__custom-select-option:hover {
  background-color: #f8f9fa;
}
.ir-library .ir-library__custom-select-option.ir-library__custom-select-option--selected {
  background-color: #5c6d7c;
  color: white;
}
.ir-library .ir-library__custom-select-option.ir-library__custom-select-option--selected:hover {
  background-color: #5c6d7c;
}
.ir-library .ir-library__tab-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background: white;
  border: none;
  border-right: 0.1rem solid #8AA0AF;
  font-size: 1.6rem;
  line-height: 3rem;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  color: rgba(38, 80, 108, 0.5);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.ir-library .ir-library__tab-button span {
  position: relative;
}
.ir-library .ir-library__tab-button span::after {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 100%;
  height: 0.2rem;
  background: #9e925c;
}
.ir-library .ir-library__tab-button:last-child {
  border-right: none;
}
.ir-library .ir-library__tab-button:first-child {
  border-radius: 0;
}
.ir-library .ir-library__tab-button:last-child {
  border-radius: 0;
}
.ir-library .ir-library__tab-button:hover {
  color: #26506c;
}
.ir-library .ir-library__tab-button:hover span:after {
  display: block;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-button {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    min-width: 18rem;
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
}
.ir-library .ir-library__tab-button--active {
  color: #26506c;
  font-weight: 600;
}
.ir-library .ir-library__tab-button--active span::after {
  display: block;
}
.ir-library .ir-library__tab-content {
  width: 100%;
  min-height: 60rem;
  background: white;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-content {
    min-height: 40rem;
  }
}
.ir-library .ir-library__tab-pane {
  display: none;
  -webkit-animation: fadeIn 0.3s ease-in-out;
          animation: fadeIn 0.3s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-pane {
    padding: 0;
  }
}
.ir-library .ir-library__tab-pane--active {
  display: block;
}
.ir-library .ir-library__highlights,
.ir-library .ir-library__earnings,
.ir-library .ir-library__materials,
.ir-library .ir-library__securities {
  width: 100%;
}
.ir-library .ir-library__document-grid {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 769px) {
  .ir-library .ir-library__document-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .ir-library .ir-library__document-grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
.ir-library .ir-library__document-item {
  background: white;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  padding: 2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.ir-library .ir-library__document-item:hover {
  border-color: #333;
  -webkit-box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-0.2rem);
          transform: translateY(-0.2rem);
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__document-item {
    padding: 1.5rem;
  }
}
.ir-library .ir-library__document-date {
  font-size: 1.3rem;
  color: #666;
  font-weight: 500;
  margin-bottom: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.ir-library .ir-library__document-title {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__document-title {
    font-size: 1.4rem;
  }
}
.ir-library .ir-library__document-link {
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.ir-library .ir-library__document-icon {
  width: 1.6rem;
  height: 2.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .ir-library .ir-library__tab-nav {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .ir-library .ir-library__tab-button:first-child, .ir-library .ir-library__tab-button:last-child {
    border-radius: 0;
  }
  .ir-library .ir-library__document-grid {
    gap: 1.5rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.ir-library__title {
  font-size: 2.4rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #52687d;
  text-align: left;
  margin-bottom: 2.9rem;
  padding-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ir-library__title {
    font-size: 2rem;
    margin-bottom: 0;
    padding-top: 0;
    gap: 0 0.8rem;
    margin-top: 0.3rem;
    padding: 0 2rem;
  }
}
.ir-library__title .ir-library__title__icon {
  width: 1rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ir-library__title .ir-library__title__icon img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ir-library__title .ir-library__title__icon {
    margin-top: -0.2rem;
  }
}

/* CSS Document */
/* Loading Animation Styles */
.eir-loading-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 6rem 2rem;
  margin: 2rem 0;
  background-color: #fff;
}

.eir-loading-spinner {
  width: 4rem;
  height: 4rem;
  border: 0.4rem solid #e3e3e3;
  border-top: 0.4rem solid #52687d;
  border-radius: 50%;
  -webkit-animation: eir-spin 1s linear infinite;
          animation: eir-spin 1s linear infinite;
  margin-bottom: 1.6rem;
}

.eir-loading-text {
  color: #666;
  font-size: 1.4rem;
  margin: 0;
  font-weight: 500;
}

@-webkit-keyframes eir-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes eir-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Smooth transition for content reveal */
#hqir {
  min-height: 30rem;
  background-color: #fff;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #hqir {
    padding: 0 1.4rem;
  }
}
#hqir.page1 #eir-loading, #hqir.page1 #loadingIndicator {
  display: none !important;
}
#hqir input[type=checkbox] {
  appearance: none; /* Bỏ style mặc định */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#hqir input[type=checkbox]:checked {
  border-color: transparent;
}
#hqir input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 50 50'%3E%3Cpath d='M 11 4 C 7.144531 4 4 7.144531 4 11 L 4 39 C 4 42.855469 7.144531 46 11 46 L 39 46 C 42.855469 46 46 42.855469 46 39 L 46 11 C 46 7.144531 42.855469 4 39 4 Z M 11 6 L 39 6 C 41.773438 6 44 8.226563 44 11 L 44 39 C 44 41.773438 41.773438 44 39 44 L 11 44 C 8.226563 44 6 41.773438 6 39 L 6 11 C 6 8.226563 8.226563 6 11 6 Z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
}
#hqir input[type=checkbox]:checked::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='100' height='100' viewBox='0 0 24 24'%3E%3Cpath fill='%232196f3' d='m21.25 0h-18.5c-1.517 0-2.75 1.233-2.75 2.75v18.5c0 1.517 1.233 2.75 2.75 2.75h18.5c1.517 0 2.75-1.233 2.75-2.75v-18.5c0-1.517-1.233-2.75-2.75-2.75z'%3E%3C/path%3E%3Cpath fill='%23fafafa' d='m20.001 7.41-9.228 10.5c-.182.207-.441.33-.718.339-.011.001-.022.001-.033.001-.264 0-.518-.104-.706-.291l-5.272-5.25c-.391-.39-.393-1.023-.003-1.415.39-.389 1.023-.393 1.415-.003l4.518 4.499 8.525-9.7c.364-.414.995-.455 1.411-.091.415.364.456.996.091 1.411z'%3E%3C/path%3E%3C/svg%3E");
}

#hqir.show {
  opacity: 1;
}

#hqir * {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.qirWrapper {
  width: 100%; /*-- å…¨ä½"ã®å¹… --*/
  background: #fff;
  padding: 3.7rem 6.1rem;
}

.qirMenu {
  margin-bottom: 2rem;
  text-align: right;
}

.qirMenu img {
  vertical-align: middle;
}

.qirTab {
  margin-bottom: 3rem;
}

.qirTab li {
  margin-right: 1rem;
  display: inline-block;
}

.qirTab li:last-child {
  margin-right: 0;
}

.qirTab li a {
  display: block;
  width: 15rem;
  padding: 1rem;
  border: 0.1rem solid #CCC;
  background-color: #FFF;
  color: #333;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.qirTab li.active a,
.qirTab li a:hover {
  color: #FFF;
  background-color: #333;
}

.qirLegend {
  margin-bottom: 3rem;
  text-align: right;
}

/*-- column --*/
.qirColumnWrapper {
  clear: both;
  width: 100%;
}

.qirColumn {
  width: 49%;
}

.qirChart {
  width: 100%; /*-- Ã£â€šÂ°Ã£Æ'Â©Ã£Æ'â€¢Ã£ÂÂ®Ã¥Â¹â€¦ --*/
}

.qirColumn {
  height: auto;
  float: left;
  margin-bottom: 3rem;
}

.qirColumn:nth-of-type(2n+1) {
  clear: both;
}

.qirColumn:nth-of-type(2n) {
  float: right;
}

/*-- 1ã‚«ãƒ©ãƒ ç"¨ --
.qirColumn{
	width:100%;
	float:none;
}
.qirColumn:nth-of-type(2n) {
	float:none;
}
*/
.qirLabel {
  text-align: left;
  float: none;
  margin-bottom: 1rem;
}

.qirUnit {
  text-align: right;
  margin-bottom: 1rem;
}

.qirChart {
  height: 28rem; /*-- ã‚°ãƒ©ãƒ•ã®é«˜ã• --*/
  clear: both;
}

.ctrlBox {
  text-align: center;
  margin-bottom: 0.5em;
}

.ctrlBox li {
  display: inline-block;
  margin-right: 0.8rem;
}

.ctrlBox li:last-child {
  margin-right: 0;
}

.ctrlBox label {
  cursor: pointer;
}

.ctrlBox span {
  display: inline-block;
  margin-right: 0.1rem;
}

.ctrlBox input {
  vertical-align: middle;
  margin: 0 0 0 0.3rem;
  cursor: pointer;
}

/* ã‚¿ã‚¤ãƒˆãƒ«1åˆ—
.qirLabel{
	float:left;
}
.qirUnit{
	float:right;
}*/
.chartID201,
.chartID202,
.ctrlBoxID201,
.ctrlBoxID202 {
  display: none;
}

.tableLess .qirColumnID201,
.tableLess .qirColumnID202 {
  display: none;
}

/*-- column --*/
/*-- table --*/
.qirTable {
  margin-bottom: 1rem;
}

.qirTableContainer {
  clear: both;
}

.qirTable table,
.qirTable table th,
.qirTable table td {
  border-style: solid;
  border-color: #CCCCCC; /*-- è¡¨ã®æž è‰² --*/
}

.qirTable table {
  border-top-width: 0.1rem;
  border-left-width: 0.1rem;
  border-right-width: 0rem;
  border-bottom-width: 0rem;
  border-collapse: collapse;
  width: 100%;
}

.qirTable table th,
.qirTable table td {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0.1rem;
  border-bottom-width: 0.1rem;
  padding: 0.1rem;
  vertical-align: middle;
  font-size: 1.2rem;
}

.qirTable table th {
  background-color: #EEE; /*-- è¡¨ã®èƒŒæ™¯è‰² --*/
  padding: 0.1rem;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
}

.qirTable table td {
  text-align: right;
  padding-right: 0.1rem;
}

.qirTable table .current {
  background-color: #FAFAFA;
}

.triangle {
  font-size: 75%;
}

.tableHead {
  margin: 1em 0;
}

.tableLess {
  margin-bottom: 3rem;
}

/* å°åˆ· */
.print {
  display: none;
}

@media print {
  .print {
    display: inline;
  }
  .screen {
    display: none;
  }
}
.qirRow,
.qirRowBox,
.qirRowItem,
.qirRowGraph {
  clear: both;
}

.qirRow:after,
.qirRowBox:after,
.qirRowItem:after,
.qirRowGraph:after {
  clear: both;
  content: "";
  display: block;
}

.qirRowBox {
  border: 0.1rem solid #bbb;
  border-radius: 0.4rem;
}

.qirRowItem {
  padding: 1rem;
}

.qirRowGraph {
  background: #f0f0f0;
  padding: 1rem;
}

.qirPercentWrapper {
  text-align: right;
}

.qirItem:not(:last-child) {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .qirWrapper {
    padding: 1.6rem 0;
  }
  .qirColumn {
    width: 100%;
    float: none;
  }
  .qirColumn:nth-of-type(2n) {
    float: none;
  }
  .qirTab li {
    display: block;
    margin-bottom: 0.5rem;
  }
  .qirTab li:last-child {
    margin-bottom: 0;
  }
}
/*@media screen and (max-width:76.8rem) {
	.qirWrapper{
		padding:2rem;
	}
	.qirColumn{
		width:100%;
		float:none;
	}
	.qirColumn:nth-of-type(2n) {
		float:none;
	}
	.qirTab li{
		display:block;
		margin-bottom:0.5rem;
	}
	.qirTab li:last-child{
		margin-bottom:0;
	}
}*/
.qirFloatSpan {
  position: relative;
  top: 4rem;
  z-index: 1000;
  background-color: rgba(240, 240, 240, 0.98);
  border: 0.1rem solid #ccc;
  padding: 1rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.2);
  max-width: 40rem;
  word-wrap: break-word;
}

#qirNote {
  font-size: 1.4rem;
  line-height: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #5C6D7C;
}

#earnings-tab, #materials-tab, #securities-tab {
  padding: 3rem;
}