.anchorMenu {
  margin-bottom: 55px;
}

.wrap-tab-content {
  margin-top: 0;
}

/* section
-----------------------------------------------*/
section + section {
  margin-top: 55px;
}

section h2 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}

section h2 br {
  display: none;
}

@media screen and (max-width: 750px) {
  section h2 br {
    display: block;
  }
}
/* box
-----------------------------------------------*/
.box {
  display: flex;
}

.box a {
  transition: opacity 0.2s;
}

.box a:hover {
  opacity: 0.7;
}

.box .img {
  width: 41.1%;
  text-align: center;
}

.box .img a {
  display: inline-block;
  border: 1px #ccc solid;
}

.box .txt {
  width: 58.9%;
  box-sizing: border-box;
  padding-left: 20px;
}

.box .txt table {
  width: 100%;
  margin-top: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.box .txt th {
  background: #f8f8f8;
  padding: 15px 30px 15px 30px;
  word-break: keep-all;
}

.box .txt td {
  line-height: 1.75;
  padding: 10px 15px;
}

.box .txt td, .box .txt th {
  border-top: 1px solid #e5e5e5;
}

.box .txt .pdfLink {
  padding-right: 18px;
  position: relative;
}

.box .txt .pdfLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/ir/img/icon-pdf.svg");
  bottom: -1px;
  right: 0;
}

@media screen and (max-width: 750px) {
  .box {
    flex-wrap: wrap;
  }
  .box .img,
  .box .txt {
    width: 100%;
    padding-left: 0;
  }
  .box .txt {
    margin-top: 25px;
  }
  .box .txt th {
    padding: 10px 20px 10px 20px;
  }
  .box .txt td {
    line-height: 1.75;
    padding: 10px 15px;
  }
  .box .txt .pdfLink::after {
    bottom: -2px;
  }
}
/* accordion
-----------------------------------------------*/
#past_meeting {
  margin-top: 80px;
}
#past_meeting .accordion-wrap {
  transition: all 0.3s ease-in-out;
}
#past_meeting .accordion-wrap .accordionTtl {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 32px;
  background: #E3E9F1;
  cursor: pointer;
}
#past_meeting .accordion-wrap .accordionTtl div {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
#past_meeting .accordion-wrap .accordionTtl span {
  position: relative;
  width: 20px;
  height: 20px;
}
#past_meeting .accordion-wrap .accordionTtl span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s ease-in-out;
}
#past_meeting .accordion-wrap .accordionContents {
  display: none;
  transform: translateY(-10px);
  opacity: 0;
}
#past_meeting .accordion-wrap .accordionContents .accordionBox:nth-of-type(n+2) {
  margin-top: 40px;
}
#past_meeting .accordion-wrap.active .accordionTtl span::after {
  transform: rotate(-135deg);
}
@media screen and (max-width: 750px) {
  #past_meeting {
    margin-top: 48px;
  }
}/*# sourceMappingURL=stockholders_meeting.css.map */