@charset "UTF-8";

.ir .box {
  max-width: 760px;
  margin: 64px auto 0;
}

.ir table.col {
  margin: 0 auto;
  width: 100%;
  max-width: 760px;
  table-layout: auto;
  border: 3px solid var(--color-lightgray);
  color: var(--color-darkgray);
  background-color: var(--color-white);
  border-collapse: separate;
  border-spacing: 0;
}

.ir table.col tr th {
  padding: 15px;
  font-size: var(--f13-size);
  background: var(--color-whitesmoke);
  letter-spacing: 4px;
  font-weight: bold;
  border-left: 1px solid var(--color-lightgray);
  border-top: 1px solid var(--color-lightgray);
  color: var(--color-gray);
  vertical-align: middle;
}

.ir table.col tr:first-child th,
.ir table.col tr:first-child td {
  border-top: none;
}

.ir table.col tr th:first-child {
  border-left: none;
}

.ir table.col tr td {
  padding: 10px 15px;
  font-size: var(--f14-size);
  vertical-align: middle;
  border-top: 1px solid var(--color-lightgray);
}

.ir.release table.col tr th {
  width: 20%;
}

.ir.nrelease table.col tr td {
  border-left: 1px solid var(--color-lightgray);
}

.ir table.col tr td a {
  display: block;
  text-decoration: underline;
  color: var(--color-darkred);
}

.ir table.col tr td.pdf a:before {
  display: inline-block;
  width: 48px;
  height: 48px;
  content: url("../images/common/icon_pdf.png");
  text-align: center;
  vertical-align: middle;
}

.ir table.col tr td.pdf a {
  display: block;
  font-size: var(--f11-size);
  text-align: center;
  text-decoration: underline;
  color: var(--color-darkred);
}

/* IRカレンダー */
.ir.-calendar table.col.responsive tr th {
  display: block;
  width: 100%;
  background: none;
  border-left: none;
  padding-bottom: 0;
  letter-spacing: 0.5px;
}

.ir.-calendar table.col.responsive tr td {
  display: block;
  width: 100%;
  background: none;
  border-left: none;
  padding-top: 0;
}


.ir.-calendar table.col tr td {
  border-top: none;
}


.ir.-calendar table.col.responsive tr td.title {
  background: var(--color-darkred);
  color: var(--color-white);
  text-align: center;
  padding-top: 14px;
  border: none;
}

.ir.-calendar table.col.responsive tr.active {
  background: var(--color-lightyellow);
}

.ir.-calendar .note {
  text-align: right;
  font-size: var(--f12-size);
}

.ir.-calendar .note span {
  color: var(--color-lightyellow);
}

.ir-annot {
  text-indent: -1em;
  margin-left: 1em;
  font-weight: bold;
  color: var(--color-darkred);
}

.ir-link-btn {
  text-align: center;
}

.ir-link-btn a {
  display: inline-block;
  margin-top: 16px;
  padding: 4px 32px;
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  background-color: var(--color-blue);
  border-radius: 8px;
  color: var(--color-white);
}

.ir-link-btn a:before {
  display: inline-block;
  content: "\003E";
  margin-right: 3px;
  font-weight: bold;
}

.stock-price {
  font-weight: bold;
  text-align: center;
  color: var(--color-darkred);
}

.stock-price a {
  display: block;
  width: 80%;
  padding: 10px 16px;
  margin: 16px auto 0 auto;
  text-align: center;
  border: 1px solid var(--color-darkred);
  border-radius: 6px;
  box-shadow: 0px 0px 6px 2px var(--color-lightgray);
}

.stock-price a img {
  width: 50%;
}

/* 中期経営計画 */
.chuki h3 strong {
  color: var(--color-red);
}

.chuki h3 {
  margin: 32px 0;
}

.chuki .dot-flame__box {
  background: url("../images/ir/chuki_senryaku_bg.jpg") no-repeat center center;
  background-size: cover;
  border: none;
  margin-top: 32px;
}

.chuki .dot-flame__box .card-list li h4 {
  color: var(--color-red);
  border-bottom: solid 1px var(--color-gray);
  position: relative;
  padding-bottom: 10px;
}

.chuki .dot-flame__box .card-list li h4 span {
  position: absolute;
  left: 0;
  font-size: var(--f28-size);
  color: var(--color-lightgray);
}

.chuki .mokuhyo__wrap {
  background: url(../images/common/bg_pattern01.png) repeat center center;
  padding: 40px 32px 20px;
  margin: 48px auto;
}

.chuki .mokuhyo.flex {
  max-width: 760px;
  margin: 0 auto 20px;
  justify-content: flex-start;
  align-items: stretch;
}

.chuki .mokuhyo .item {
  flex: 1;
  text-align: center;
}

.chuki .mokuhyo .item:first-child p {
  font-size: var(--f18-size);
  font-weight: 600;
}

.chuki table {
  margin: 32px auto 0;
}

.chuki table,
.chuki td,
.chuki th {
  border-collapse: collapse;
  background: var(--color-white);
}

.chuki tr:first-child th {
  padding: 5px 10px;
  color: var(--color-white);
  font-weight: bold;
  text-align: center;
  background: var(--color-forestgreen);
}

.chuki tr:not(:first-child) {
  border-bottom: solid 2px var(--color-forestgreen);
  font-weight: 600;
}

.chuki tr:not(:first-child) th {
  padding-left: 5px;
  font-size: var(--f18-size);
  vertical-align: middle;
}

.chuki tr:not(:first-child) td {
  text-align: center;
  vertical-align: bottom;
}

.chuki tr:not(:first-child) td strong {
  color: var(--color-forestgreen);
  font-size: var(--f28-size);
}

.chuki p.annot {
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 90%;
  background: none;
}

/* 株主優待 */
.ir .box {
  max-width: 760px;
  /* margin: 0 auto; */
}

.ir.-treat table.col tr th {
  min-width: 96px;
}

.ir.-treat p.p-detail__text {
  text-align: justify;
  margin: 0 0 10px;
}

.ir.-treat .flex {
  justify-content: space-between;
}

.ir.-treat p.annot {
  text-align: justify;
  text-indent: -2em;
  padding-left: 2em;
  font-size: 90%;
}

.ir .nori p {
  text-align: center;
  font-size: 90%;
  margin-top: 50px;
}

.ir .nori p a {
  color: var(--color-darkred);
}

/* 株主関係 */
.ir table.col.responsive tr th,
.ir table.col.responsive tr td {
  display: block;
  width: 100%;
}

/* 768px〜（スマホ＆タブレット用）
---------------------------*/
@media (min-width: 768px) {
  .ir table.col.responsive tr th,
  .ir table.col.responsive tr td {
    display: table-cell;
    width: auto;
  }

  .ir table.col.responsive.half tr th,
  .ir table.col.responsive.half tr td {
    width: 50%;
  }

  .ir table.col.responsive.narrow tr th {
    width: 30%;
  }

  /* IRカレンダー */
  .ir.-calendar table.col.responsive tr th {
    display: table-cell;
    background: none;
    padding: 20px;
    width: 200px;
    padding-left: 42px;
    font-size: var(--f14-size);
  }

  .ir.-calendar table.col.responsive tr td {
    display: table-cell;
    width: auto;
    padding: 20px;
    background: none;
    border-top: 1px solid var(--color-lightgray);
    font-size: var(--f14-size);
  }

  .ir.-calendar table.col.responsive tr td.title {
    padding: 20px;
  }

  .ir table.col tr td {
    border-left: 1px solid var(--color-lightgray);
    border-top: 1px solid var(--color-lightgray);
  }

  /* 中期経営計画 */
  .chuki .mokuhyo.flex {
    max-width: 720px;
    margin: 0 auto 20px;
    padding: 0;
    justify-content: flex-start;
    align-items: stretch;
  }

  .chuki .mokuhyo__wrap .annot {
    max-width: 720px;
    margin: 0 auto;
  }

  .chuki table {
    margin: 0 auto;
  }
}

/* 960px〜（タブレット＆PC用）
---------------------------*/
@media (min-width: 960px) {
  /* IR情報 */
  .ir table.col tr td.pdf {
    width: 110px;
  }

  /* 中期経営計画 */
  .chuki .dot-flame__box {
    padding: 32px 0;
  }

  .chuki .card-list {
    max-width: 740px;
    margin: 0 auto;
  }

  .chuki .dot-flame__box .card-list li {
    width: 48%;
  }

  .chuki .dot-flame__box .card-list li h4 {
    font-size: var(--f20-size);
  }

  .chuki .p-block__text {
    text-align: center;
  }

  .ir-link-btn {
    text-align: right;
  }

  .stock-price a {
    width: 300px;
    padding: 10px 16px;
  }
}