canvas {
  background: #fff;
  padding: 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.controls {
  margin-bottom: 1rem;
  height: 2em;
}

.irTitle {
  text-align: center;
  font-size: 32px;
}
.irTitle2 {
  text-align: center;
  font-size: 24px;
}
.secBodyHeader {
  text-align: center;
  font-size: 24px;
}
.secBodyWrapper {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 80px;
}
.secBody {
  display: block;
}
.secBox {
  border-radius: 1rem;

  height: 100%;
  box-sizing: border-box;
  margin: 0;
  position: relative;
}
.secCol--1 {
  width: 100%;
}
.irText {
  margin: 0;
}
@media (min-width: 768px) {
  .secBody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .secBody--1 {
    display: block;
  }
  .secCol--1 {
    width: 50%;
    margin: 0 auto;
  }
}

label {
  margin-right: 1em;
}

.absBox {
  position: absolute;
  top: 0;
  left: 0;
}
.flxBox {
  display: flex;
  gap: 20px;
}
.upperBox {
  margin-bottom: 30px;
}
.irLinedList {
  padding: 0;
  margin: 0;
  list-style: none;
}

.irLinedRow {
  padding: 5px 0;
}
.irLinedRow--logo {
  display: flex;
  justify-content: center;
}
.irLinedRow--primary {
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  align-items: baseline;
}

.irLinedRow--secondary {
  display: flex;
  line-height: 1;
  justify-content: flex-start;
  align-items: baseline;
}

.shopNum--1 {
  color: #b7183f;
  font-size: 42px;
  font-weight: bold;
}

.shopText--1 {
  color: #b7183f;
  font-size: 18px;
  font-weight: bold;
}

.shopNum--2 {
  font-size: 24px;
  color: #b7183f;
  font-weight: bold;
}

.shopText--2 {
  font-size: 14px;
  font-weight: bold;
  color: #b7183f;
}
.shopText2--2 {
  font-size: 14px;
  color: #828282;
  font-weight: bold;
}
.shopTextGroup--2 {
}

.bbnrHeading {
  font-weight: normal;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  line-height: 1.2;
}

.bbnrItem {
  max-width: 142px;
  margin: 0;
  width: auto;
}

.bbnrLink {
  text-decoration: none;
  color: #000;
}
.bbnrLink:hover {
  text-decoration: underline;
}
.bbnrLink:hover .bbnrImg {
  opacity: 0.7;
}
.bbnrWrapper--grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, 1fr);
  gap: 14px;
}
.bbnrWrapper--grid--2 {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 14px;
}
.bbnrWrapper--grid--3 {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 14px;
}
.bbnrWrapper--center1 {
  justify-content: center;
}

.irdataTable {
  width: 100%;
  border-collapse: collapse;
  font-family: sans-serif;
  font-size: 14px;
  table-layout: fixed;
}

.irdataTable th,
.irdataTable td {
  padding: 12px 15px;
  border: 1px solid #dee2e6;
}
.irdataTable th {
  text-align: center;
  background-color: #f8f9fa;
}
.irdataTable td {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .irdataTableWrapper {
    overflow-x: auto;
    width: 100%;
    margin: 0 0 30px;
  }
  .irdataTable {
    width: auto;
    margin: 0;
  }
  .irdataTable tr th:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.jpBgImg {
  background-image: url('../images/ir/jp_bg_img.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.chartWrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 658px;
  min-width: 500px;
}
.chartWrapper_shop {
  height: 400px;
}
@media screen and (max-width: 767px) {
  .chartWrapper {
    min-width: 0;
  }
  .chartWrapper_shop {
    height: 400px;
  }
}

.unitText {
  font-size: 0.8em;
}
