@charset "utf-8";
/* -------------------------------------------------- */
/* eir.css 上書きスタイル
/* -------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #2d2d2d;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;

  font-optical-sizing: auto;
}
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* 見出し */
.ir-heading2 {
  position: relative;
  margin: 0 0 32px;
  padding: 0 0 22px;
  width: 100%;
  max-width: 100%;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
}
/* タブレット・SP 調整 */
@media screen and (max-width: 768px) {
  .ir-heading2 {
    margin: 0 0 24px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.ir-heading2::before,
.ir-heading2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
}
.ir-heading2::before {
  z-index: 1;
  width: 35px;
  background-color: #2d2d2d;
}
.ir-heading2::after {
  width: 100%;
  background-color: #f3f3f3;
}
.ir-btn-wrap + .ir-heading2 {
  margin-top: 80px;
}
/* タブレット・SP 調整 */
@media screen and (max-width: 768px) {
  .ir-btn-wrap + .ir-heading2 {
    margin-top: 64px;
  }
}
/* ボタン */
.ir-btn-wrap {
  display: flex;
  margin-top: 32px;
  width: 100%;

  align-items: center;
  justify-content: center;
}
.ir-btn {
  appearance: none;
  display: flex;
  margin: 0;
  padding: 14px 72px 16px;
  border: solid 1px transparent;
  border-radius: 40px;
  min-width: 220px;
  text-decoration: none;
  background-color: #2d2d2d;

  align-items: center;
  justify-content: center;
}
.ir-btn:hover {
  border-color: #d7d7d7;
  background-color: #ffffff;
}
.ir-btn p {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  line-height: 1;
}
.ir-btn:hover p {
  color: transparent;
  background: linear-gradient(90deg, #115fe1ff, #6f91ffff 51%, #8b4dbeff);
  -webkit-background-clip: text;
  background-clip: text;
}
/* タブレット・SP 調整 */
@media screen and (max-width: 768px) {
  .ir-btn {
    padding: 12px 32px 13px;
    min-width: 180px;
  }
  .ir-btn p {
    font-weight: 700;
    font-size: 13px;
  }
}

.ir-download-wrap {
  margin-top: 32px;
  text-align: right;
}
.ir-download-target {
  display: inline-block;
  text-decoration: none;
}
.ir-download-target p {
  color: #2d2d2d;
}
.ir-download-target p::after {
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("https://storage.googleapis.com/studio-design-asset-files/projects/XKOkd744q4/s-16x16_b6ad5dbf-2749-490e-935b-1c87874dada3.svg")
    no-repeat 0 0;
  background-size: contain;
}
.ir-download-target:hover p {
  color: transparent;
  background: linear-gradient(90deg, #115fe1ff, #6f91ffff 51%, #8b4dbeff);
  -webkit-background-clip: text;
  background-clip: text;
}
/* タブレット・SP 調整 */
@media screen and (max-width: 768px) {
  .ir-download-wrap {
    margin-top: 24px;
  }
  .ir-download-target p {
    font-weight: 500;
    font-size: 13px;
  }
  .ir-download-target p::after {
    width: 12px;
    height: 12px;
  }
}

/* ------------------------------ */
/* e-ir スタイル上書き */
/* ------------------------------ */
/* h3 */
h3.eirHeading,
h3.s_eirHeading {
  margin: 0 0 32px 0;
  padding: 0;
  font-size: 24px;
}
.s_eirQuarterBlock {
  margin-bottom: 80px;
}
/* リスト枠 */
.s_eirList {
  padding-bottom: 24px;
  border-bottom: solid 1px #e7e7e7;
}
.s_eirList_item {
  margin-top: 24px;
  padding-top: 24px;
  border-top-color: #e7e7e7;

  flex-wrap: wrap;
  align-items: center;
}
.eirItem_child {
  margin-top: 0;
  padding-top: 0;
}
.eirItem_child .eirItem_head {
  display: none;
}
/* 日付 */
.s_eirModule_date {
  margin: 0 24px 4px 0;
  width: auto;
  color: #939393;
  font-weight: 400;
  font-size: 16px;
}
/* カテゴリー */
.s_eirModule_category {
  position: relative;
  margin: 0 0 4px 0;
  width: auto;
  line-height: 1;
}
.s_eirModule_category::after {
  display: block;
  position: absolute;
  top: 6px;
  left: -12px;
  width: 1px;
  height: 10px;
  content: "";
  background-color: #939393;
}

.s_eirModule_category_icon {
  color: #939393;
  font-weight: 400;
  font-size: 15px;
  vertical-align: 1px;
  background-color: transparent;
}
/* タイトル */
.eirItem_title,
.s_eirModule_titleBox,
.s_eirList_item_titleBox {
  display: flex;
  width: 100%;

  align-items: center;
}
.s_eirModule_title a,
.s_titleBox_title a,
.s_eirModule_title_label {
  display: inline-block;
  color: #2d2d2d;
  font-weight: 700;
  text-decoration: none;
}
.s_eirModule_title a:hover,
.s_titleBox_title a:hover,
.s_eirModule_title a:hover .s_eirModule_title_label,
.s_titleBox_title a:hover .s_eirModule_title_label {
  color: transparent;
  background: linear-gradient(90deg, #115fe1ff, #6f91ffff 51%, #8b4dbeff);
  -webkit-background-clip: text;
  background-clip: text;
}
/* アイコン類 */
.s_titleBox_type,
.s_titleBox_size,
.s_titleBox_page_num,
.s_titleBox_new {
  display: flex;

  align-items: center;
}
.s_eirModule_type_icon {
  display: inline-block;
  margin: 1px 0 0 14px;
  padding: 0;
  width: 35px;
  height: 16px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 1;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
/* memo：画像はStudioでアップロード */
.s_eirModule_type_icon-pdf {
  background-image: url("https://storage.googleapis.com/studio-design-asset-files/projects/XKOkd744q4/s-35x16_9f6bc201-d577-4dd2-b7d7-6c786aae302f.svg");
}
.s_eirModule_type_icon-xlsx {
  background-image: url("https://storage.googleapis.com/studio-design-asset-files/projects/XKOkd744q4/s-35x16_ed185764-0ce2-4ada-abda-154e7a1aa294.svg");
}
/* ファイルサイズ */
.s_eirModule_size_item,
.ir-download-size {
  color: #4f4f4f;
  font-weight: 400;
  font-size: 12px;
  vertical-align: 1px;
}
.eir_pnexNote,
.s_eirBlock {
  margin-top: 32px;
}
.eir_yuhoNote + .eir_pnexNote {
  margin-top: 8px;
}
.eir_pnexNote_item,
.qirBox_carefulNote,
.qirBox_pnexNote_text,
.qirBox_asteriskNote_item,
.eir_pdfNote_item,
.eir_yuhoNote_item {
  color: #717171;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
}
.eir_pnexNote_item a,
.qirBox_carefulNote a,
.qirBox_pnexNote_text a,
.qirBox_asteriskNote_item a,
.eir_pdfNote_item a,
.eir_yuhoNote_item a {
  color: #717171;
}
/* ---------- */
/* ニュース */
/* ---------- */
.s_eirSelect {
  cursor: pointer;
  border: solid 1px #e7e7e7;
  border-radius: 0;
}
/* ---------- */
/* ライブラリ */
/* ---------- */
.s_eirBlock + .s_eirBlock {
  margin-top: 80px;
}
/* ---------- */
/* 財務・業績 */
/* ---------- */
.qirSection_wrapper {
  gap: 40px 0;
}
.qirContent_table table thead th,
.qirContent_table table tbody th {
  color: #2d2d2d;
  background-color: #e7e7e7;
}
.qirContent_unit_item {
  font-size: 14px;
}
/* IRカレンダー */
.s_yearController {
  width: 100%;
}
.s_eirBlock {
  width: 100%;
}

/* タブレット・SP 調整 */
@media screen and (max-width: 768px) {
  h3.eirHeading,
  h3.s_eirHeading {
    margin: 0 0 24px 0;
    font-size: 18px;
  }
  .eirItem_title,
  .s_eirModule_titleBox,
  .s_eirList_item_titleBox {
    display: table;
  }
  .s_eirModule_titleBox {
    margin-top: 8px;
  }
  .s_eirModule_title a,
  .s_titleBox_title a,
  .s_eirModule_title_label {
    font-weight: 500;
    font-size: 14px;
  }
  .s_titleBox_type,
  .s_titleBox_size,
  .s_titleBox_page_num,
  .s_titleBox_new {
    display: inline;
  }
  .s_eirModule_date {
    margin-bottom: 0;
  }
  .s_eirModule_date_time {
    font-weight: 300;
    font-size: 14px;
  }
  .s_eirModule_category_icon {
    font-weight: 400;
    font-size: 13px;
  }
  .s_eirModule_category {
    margin: 1px 0 0 0;
  }
  .s_eirModule_category::after {
    top: 5.5px;
  }
  .s_eirModule_type_icon {
    margin: -1px 0 0 4px;
  }
  .s_eirModule_size_item,
  .ir-download-size {
    font-size: 11px;
  }
  .s_eirBlock + .s_eirBlock {
    margin-top: 64px;
  }
  .eir_pnexNote_item,
  .qirBox_carefulNote,
  .qirBox_pnexNote_text,
  .qirBox_asteriskNote_item,
  .eir_pdfNote_item,
  .eir_yuhoNote_item {
    font-size: 11px;
  }
  .s_eirTab {
    gap: 8px;
  }
  .s_eirTab li {
    font-weight: 400;
  }
  .qirArea-twocolumn .qirContent {
    width: 100% !important;
  }
  .qirContent_unit_item {
    font-size: 12px;
  }
  .s_eirQuarterBlock {
    margin-bottom: 64px;
  }
}

/* ---------- */
/* 有事専用 */
/* ---------- */
/* -------------------------------------------------- */
/* header スタイル
/* -------------------------------------------------- */
.notice-wrap {
  padding: 0 64px;
  width: 100%;
  max-width: 100%;
  background-color: #f3f3f3;
}
.notice {
  user-select: none;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 16px;
  width: 1170px;
  max-width: 100%;
  min-height: 62px;

  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 16px;
}
.notice p {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.notice p:first-child {
  color: #ca0000;
  font-weight: 500;
}
.header {
  margin: 0 auto;
  padding: 0 64px;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(
      90deg,
      #603ee7ff,
      #776dd1ff 51%,
      #fa9f3dff 79%,
      #fbb36cff
    )
    1;
  width: 100%;
  max-width: 100%;
  height: 123px;
  background-color: #ffffff;
}
.header-inner {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0;
  width: 1170px;
  max-width: 100%;
  height: 100%;

  align-items: flex-end;
  flex: none;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.header-logo {
  margin-right: 30px;
  padding-bottom: 30px;
}
.header-logo picture a img.logo-image {
  width: 204px;
  max-width: 100%;
}
.lang-switch {
  display: flex;
  padding-bottom: 30px;

  gap: 8px;
}
.lang-switch a {
  display: inherit;
  border-radius: 40px;
  width: 46px;
  max-width: 100%;
  height: 28px;
  text-decoration: none;

  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
}
.lang-switch a.active {
  background: #e7e7e7;
}
.lang-switch a:hover {
  background: #e7e7e7;
}
.lang-switch a p {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

@media screen and (max-width: 840px) {
  .notice-wrap {
    padding: 16px 24px;
  }
  .notice {
    padding: 8px 0;

    justify-content: flex-start;
    gap: 4px 8px;
  }
  .notice p {
    font-size: 13px;
  }
  .header {
    padding: 24px;
    height: 60px;
  }
  .header-inner {
    align-items: center;
  }
  .header-logo {
    margin-top: 12px;
    margin-right: 32px;
    padding-bottom: 0;
  }
  .header-logo picture a img.logo-image {
    width: 143px;
  }
  .lang-switch {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .notice {
    flex-direction: row;
  }
}

/* -------------------------------------------------- */
/* footer スタイル
/* -------------------------------------------------- */
.footer {
  margin: 0 auto;
  padding: 0 64px;
  width: 100%;
  max-width: 100%;
  height: auto;
  background-color: #f3f3f3;
}
.footer-inner {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 30px 0;
  width: 1152px;
  max-width: 100%;

  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.footer-logo picture a img.logo-image {
  width: 168px;
  max-width: 100%;
}
.copyright {
  color: #4f4f4f;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 11px;
  word-spacing: 1px;
  line-height: normal;
}

@media screen and (max-width: 840px) {
  .footer {
    padding: 0 24px;
  }
  .footer-inner {
    flex-direction: column;
    padding: 16px 0;

    align-items: center;
  }
  .copyright {
    font-weight: 400;
    font-size: 10px;
    line-height: 2;
  }
}

/* -------------------------------------------------- */
/* textlink スタイル
/* -------------------------------------------------- */
.textlink {
  margin-top: 80px;
  padding: 0 120px;
  width: 100%;
  max-width: 100%;
}
.textlink-inner {
  margin: 0 auto;
  max-width: 1040px;
}
.textlink-inner ul {
  display: flex;

  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.textlink-inner ul li {
  list-style-type: none;
}
.textlink-inner ul li a {
  color: #2d2d2d;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.textlink-inner ul li a:hover {
  color: transparent !important;
  background: linear-gradient(
    90deg,
    #115fe1ff,
    #6f91ffff 51%,
    #8b4dbeff
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.textlink-inner ul li img,
.textlink-inner ul li svg {
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 840px) {
  .textlink {
    margin-top: 64px;
    padding: 0 24px;
  }
  .textlink-inner ul li a {
    font-size: 14px;
  }
  .textlink-inner ul li img,
  .textlink-inner ul li svg {
    width: 10px;
    height: 10px;
  }
}

/* ---------- */
/* 招集通知 */
/* ---------- */
.ir {
  margin-top: 80px;
  padding: 0 120px 120px;
  width: 100%;
  max-width: 100%;
}
.ir-wrap {
  margin: 0 auto;
  width: 1040px;
  max-width: 100%;
}
.ir-title {
  margin-bottom: 80px;
}
.ir-sub-title {
  margin-bottom: 10px;
  color: #717171;
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
}
.ir-heading1 {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4;
}
ul.s_eirList > li.meeting-item {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}
.s_eirModule_date_time {
  color: #939393;
  font-weight: 400;
}
.flex-wrap {
  display: flex;

  flex-wrap: nowrap;
  justify-content: flex-start;
}
.s_eirModule_title_label,
.s_titleBox_title_link_label {
  display: flex;
  color: #2d2d2d;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.7;

  flex-wrap: nowrap;
  justify-content: flex-start;
}
a.sd:hover,
a.s_titleBox_title_link_label:hover {
  color: transparent !important;
  background: linear-gradient(
    90deg,
    #115fe1ff,
    #6f91ffff 51%,
    #8b4dbeff
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.img-wrap {
  margin: 1px 0 0 8px;
}
img.sd {
  width: 35px;
  height: 16px;
}

/* IRカレンダー */
.ir-calendar-image {
  display: inline-block;
  margin-bottom: 80px;
  text-align: center;
}
.ir-calendar-image img {
  width: 90%;
}

.ir-calendar-contents {
  margin-bottom: 80px;
}
.ir-calendar-table-container {
  display: flex;

  flex-wrap: wrap;
  gap: 4px;
}
.quarter-block {
  width: calc(25% - 4px);
  text-align: center;
}
.month-list {
  display: flex;
  padding: 0;
  list-style: none;

  justify-content: flex-start;
  align-items: stretch;
}
.month-list li {
  display: flex;
  padding: 12px 6px;
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  background-color: #b6b6b6;

  justify-content: center;
  align-items: flex-start;
  flex: 1;
}
.month-list li:last-child {
  border-right: none;
}
.quarter-block:nth-of-type(even) .month-list li {
  background-color: #939393;
}
.month-list li sup {
  font-size: 10px;
}
.quarter-block h2 {
  font-size: 0;
}
.quarter-block .quarter-title {
  padding: 4px 0;
  color: #2d2d2d;
  font-weight: 500;
  font-size: 16px;
  background-color: #e8e8e8;
}
.ir-calendar-table-note {
  padding: 0 6px;
  color: #939393;
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  line-height: 1.7;
}

/* 株式の情報 */
.stock-info-contents-wrap {
  display: flex;
  flex-direction: column;

  gap: 80px;
}
ul.stock-info-list > li {
  display: flex;
  flex-direction: row;
  list-style-type: none;

  align-items: flex-start;
  gap: 40px;
}
ul.stock-info-list > li > p:first-child {
  width: calc(32% - (40px * 0.68));
  max-width: calc(32% - (40px * 0.68));
}
ul.stock-info-list > li > p {
  font-weight: normal;
}
.table-list-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;

  align-items: stretch;
}
.table-list-container p {
  display: flex;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.7;

  justify-content: center;
}
.table-list-left {
  flex-direction: column;
  padding: 32px 24px;
  border: 1px dotted #b5b5b5;
  border-right: 0;
  width: 68%;
  max-width: 68%;
  height: auto;
  background: #f3f3f3;

  align-items: flex-start;
  flex: none;
  flex-wrap: nowrap;
  justify-content: center;
}
.table-list-right {
  flex-direction: row;
  border: 1px dotted #b5b5b5;
  border-right: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  word-break: break-all;
  background: #f3f3f3;

  flex: 1;
  flex-wrap: wrap;
}
.table-list-right > p {
  border-bottom: 1px dotted #b5b5b5;
}
.table-list-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;

  align-items: stretch;
  flex: none;
  flex-wrap: nowrap;
  justify-content: center;
}
.table-right-bd {
  border-right: 1px dotted #b5b5b5;
}
.table-list-item {
  padding: 9px 24px;
  border-bottom: 1px dotted #b5b5b5;
  width: 100%;
  max-width: 100%;
  height: auto;
  text-align: center;
  background: transparent;

  flex: none;
  align-items: center;
}
.item-50 {
  width: 50%;
  max-width: 50%;
}
.item-50 .left,
.item-50 .right {
  border-bottom: none;
  height: 100%;
}

.table .table-list-wrap {
  height: 100%;
}
.table .table-list-left {
  padding: 16px 24px;
  border-top: none;
  background: #ffffff;
}
.table .table-list-right {
  border-top: none;
}
.table .table-list-right p {
  font-weight: 500;
}
.table .table-right-bd {
  background: #ffffff;
}

.stock-memo-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;

  align-items: flex-start;
}
.stock-memo-list li {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
  max-width: 100%;

  align-items: flex-start;
}
.stock-memo-item-left {
  display: flex;
  flex-direction: column;
  padding: 32px 0 32px 24px;
  width: 32%;
  max-width: 32%;
  height: auto;

  align-items: flex-start;
  flex: none;
  flex-wrap: nowrap;
  justify-content: center;
}
.stock-memo-item-right {
  flex-direction: column;
  padding: 32px 24px;
  width: auto;
  max-width: 100%;
  height: auto;

  align-items: flex-start;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: center;
}
.stock-memo-title {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.7;
}
.stock-memo-text {
  color: #2d2d2d;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}
.stock-memo-text a {
  color: #2d2d2d;
  text-decoration: none;
}
.stock-memo-text a:hover {
  color: transparent !important;
  background: linear-gradient(
    90deg,
    #115fe1ff,
    #6f91ffff 51%,
    #8b4dbeff
  ) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.stock-info-note {
  margin-top: 24px;
  color: #2d2d2d;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}

/* ディスクロージャーポリシー */
.ir-disclosure {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  gap: 40px;
}
.disclosure-item {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
  gap: 8px;
}
.disclosure-title {
  color: #2d2d2d;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.7;
}
.disclosure-text {
  color: #333333;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: normal;
  line-height: 1.7;
}
@media screen and (max-width: 840px) {
  svg {
    width: 143px;
  }
  .img-wrap svg {
    width: 35px;
  }

  .sd {
    font-weight: 400;
    font-size: 14px;
  }
  .ir {
    padding: 0 24px 80px;
  }
  .ir-wrap {
    width: 100%;
  }
  .ir-title {
    margin-bottom: 64px;
  }
  .ir-heading1 {
    font-size: 32px;
  }
  h3.eirHeading,
  h3.s_eirHeading {
    margin: 0 0 24px 0;
    font-size: 18px;
  }
  .s_eirModule_titleBox {
    margin-top: 8px;
  }
  .s_eirModule_date_time {
    font-weight: 300;
    font-size: 14px;
  }
  .s_eirModule_title_label,
  .s_titleBox_title_link_label {
    font-weight: 500;
    font-size: 14px;
  }

  /* IRカレンダー */
  .quarter-block {
    margin: 0 0 8px 0;
    width: calc(50% - 2px);
  }
  .quarter-block .quarter-title {
    font-size: 14px;
  }

  /* 株式の情報 */
  .table-list-container p {
    font-weight: normal;
  }
  .table .table-list-right p {
    font-weight: 400;
    font-size: 14px;
  }
  .stock-memo-title {
    font-weight: 500;
  }
  .stock-memo-text {
    font-weight: 400;
    font-size: 14px;
  }
  .stock-info-note {
    font-weight: 400;
    font-size: 14px;
  }

  /* ディスクロージャーポリシー */
  .disclosure-text {
    font-weight: 400;
    font-size: 14px;
  }
}

@media screen and (max-width: 540px) {
  /* IRカレンダー */
  .ir-calendar-image {
    margin-bottom: 64px;
  }
  .ir-calendar-image img {
    width: 100%;
  }

  /* 株式の情報 */
  .table-list-left {
    padding: 16px 8px;
    width: 50%;
    max-width: 50%;

    flex: none;
  }
  .table-list-wrap .right {
    flex: 1;
  }
  .table-list-item {
    padding: 8px;
  }
  .item-50 {
    width: 56%;
    max-width: 56%;
  }
  .stock-memo-list li {
    display: flex;
    flex-direction: column;
  }
  .stock-memo-item-left {
    padding: 32px 0 10px 8px;
    width: 100%;
    max-width: 100%;
  }
  .stock-memo-item-right {
    padding: 10px 8px 32px 8px;
    width: 100%;
    max-width: 100%;
  }
}

