@charset "UTF-8";
/*******************************************/
/*** 株主・投資家情報 ***/
/*******************************************/
/** IRニュース **/
.irFact_news {
  padding: 160px 0 120px;
}
@media screen and (max-width: 767.9px) {
  .irFact_news {
    padding: 80px 0 60px;
  }
}
.irFact_news_above {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.irFact_news_h2 {
  margin: 0;
}
.irFact_news_button {
  margin: 0 !important;
}
@media screen and (max-width: 767.9px) {
  .irFact_news_button {
    margin-top: 60px !important;
  }
}
.irFact_news_tab-wrap {
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 767.9px) {
  .irFact_news_tab-wrap {
    flex-direction: column;
    margin-top: 40px;
  }
}
.irFact_news_tab_list {
  display: flex;
  flex-direction: column;
  min-width: 190px;
  margin: 0 50px 0 0;
}
@media screen and (max-width: 767.9px) {
  .irFact_news_tab_list {
    flex-direction: row;
    margin: 0 0 40px;
  }
}
.irFact_news_tab_list > li {
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  color: #B4B7BF;
  padding-left: 16px;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .irFact_news_tab_list > li::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    background-color: #DCDEE3;
    border-radius: 50%;
    width: 6px;
    height: 6px;
  }
  .irFact_news_tab_list > li + li {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_news_tab_list > li {
    font-size: 14px;
    border: 1px solid #DCDEE3;
    border-radius: 60px;
    padding: 2px 11px 4px 11px;
  }
  .irFact_news_tab_list > li + li {
    margin-left: 14px;
  }
}
@media screen and (min-width: 768px) {
  .irFact_news_tab_list > li.active {
    color: #434343;
  }
  .irFact_news_tab_list > li.active::before {
    background-color: #1868D3;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_news_tab_list > li.active {
    color: #fff;
    border-color: #1868D3;
    background-color: #1868D3;
  }
}

/** IRライブラリー **/
.irFact_library {
  background-color: #F5FAFF;
  padding: 120px 0 120px;
}
@media screen and (max-width: 767.9px) {
  .irFact_library {
    padding: 57px 0 60px;
  }
}
.irFact_library_above {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.irFact_library_h2 {
  margin: 0;
}
.irFact_library_button {
  margin: 0 !important;
}
@media screen and (max-width: 767.9px) {
  .irFact_library_button {
    margin-bottom: 60px !important;
  }
}
.irFact_library_list-above {
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 100%;
}
.irFact_library_list-above .irFact_library_item {
  max-width: 380px;
  width: 30%;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media screen and (max-width: 767.9px) {
  .irFact_library_list-above .irFact_library_item {
    width: 100%;
    margin-right: 0;
  }
  .irFact_library_list-above .irFact_library_item + .irFact_library_item {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .irFact_library_list-above .irFact_library_wrap {
    margin-bottom: 20px;
  }
}
.irFact_library_list-above .irFact_library_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7777777778em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .irFact_library_list-above .irFact_library_text {
    font-size: 16px;
  }
}
.irFact_library_list-below {
  position: relative;
}
@media screen and (min-width: 768px) {
  .irFact_library_list-below {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_library_list-below {
    margin: 0 10.5px;
  }
}
.irFact_library_list-below::before {
  content: "";
  display: inline-block;
  background-image: radial-gradient(#9FA2AC 20%, transparent 20%);
  background-size: 10px 10px;
  width: 100%;
  height: 10px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.9px) {
  .irFact_library_list-below::before {
    margin-bottom: 30px;
  }
}
.irFact_library_list-below .irFact_library_item {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .irFact_library_list-below .irFact_library_item {
    max-width: 260px;
    width: 21.67%;
    margin-right: 4.44%;
  }
  .irFact_library_list-below .irFact_library_item:nth-child(4n) {
    margin-right: 0;
  }
  .irFact_library_list-below .irFact_library_item:nth-child(n+5) {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_library_list-below .irFact_library_item + .irFact_library_item {
    margin-top: 15px;
  }
}
.irFact_library_list-below .irFact_library_link {
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 10px 20px 10px 0;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.9px) {
  .irFact_library_list-below .irFact_library_link {
    font-size: 15px;
    padding: 14px 20px 14px 0;
  }
}
.irFact_library_list-below .irFact_library_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  border-top: 1px solid #9EA2AD;
  border-right: 1px solid #9EA2AD;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767.9px) {
  .irFact_library_list-below .irFact_library_link::after {
    right: 10px;
  }
}
.irFact_library_list-below .irFact_library_link.outline-link::after {
  background: url(../image/module/m_link_outlink.svg) no-repeat center;
  width: 12.5px;
  height: 12.5px;
  border: none;
  transform: unset;
}

/** 2カラム **/
.irFact_column2 {
  padding: 120px 0;
}
@media screen and (max-width: 767.9px) {
  .irFact_column2 {
    padding: 60px 0;
  }
}
.irFact_column2_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 20px;
}
@media screen and (max-width: 980px) {
  .irFact_column2_flex {
    display: block;
    margin: 0;
  }
}
.irFact_column2_box {
  display: flex;
  flex-direction: column;
  border-radius: 70px 70px 0;
  border: 1px solid #3266CC;
  max-width: 540px;
  width: 48%;
  overflow: hidden;
}
.irFact_column2_box:nth-of-type(n+3) {
  margin-top: 80px;
}
@media screen and (min-width: 981px) and (max-width: 1250px) {
  .irFact_column2_box:first-of-type .irFact_column2_item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .irFact_column2_box {
    width: 100%;
    margin: 0 auto;
  }
  .irFact_column2_box:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_column2_box {
    border-radius: 40px 40px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_column2_h2 {
    margin: 35px 0 25px !important;
  }
}
@media screen and (min-width: 768px) {
  .irFact_column2_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 94px 60px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1250px) {
  .irFact_column2_list {
    margin: 0 40px 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_column2_list {
    margin: 0 10px 30px 35px;
  }
}
@media screen and (min-width: 768px) {
  .irFact_column2_item {
    font-size: 16px;
    line-height: 1.6875em;
  }
  .irFact_column2_item:nth-child(2n) {
    margin-left: 110px;
  }
  .irFact_column2_item:nth-child(n+3) {
    margin-top: 15px;
  }
  .irFact_column2_item.type-other {
    margin-left: 126px;
  }
  .irFact_column2_item.type-other2 {
    margin-left: 170px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1250px) {
  .irFact_column2_item {
    width: 50%;
  }
  .irFact_column2_item:nth-child(2n) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_column2_item {
    font-size: 15px;
    line-height: 1.8em;
  }
  .irFact_column2_item + .irFact_column2_item {
    margin-top: 14px;
  }
}
.irFact_column2_item.eng {
  width: 100%;
}
.irFact_column2_item.eng:nth-child(n+2) {
  margin: 15px 0 0;
}
.irFact_column2_item > a {
  display: flex;
  align-items: center;
}
.irFact_column2_item > a::after {
  content: "";
  display: block;
  background: url(../image/module/m_button_arrow.svg) no-repeat center;
  width: 15px;
  height: 7px;
  margin-left: 8px;
  flex-shrink: 0;
}
.irFact_column2_item > a.outline-link::after {
  background: url(../image/module/m_link_outlink.svg) no-repeat center;
  width: 12.5px;
  height: 12.5px;
}
.irFact_column2_button {
  background-color: #1868D3;
  padding: 30px 0;
  margin: auto 0 0 !important;
}
@media screen and (max-width: 767.9px) {
  .irFact_column2_button {
    padding: 15px 0;
  }
}

/** よくあるご質問 **/
.irFact_faq {
  background-color: #F2F3F5;
  padding: 80px 0;
}
@media screen and (max-width: 767.9px) {
  .irFact_faq {
    padding: 60px 0;
  }
}
.irFact_faq_h2 {
  margin-top: 0 !important;
}
.irFact_faq_button {
  margin: 25px auto 0 !important;
}
@media screen and (max-width: 767.9px) {
  .irFact_faq_button {
    margin: 15px auto 0 !important;
  }
}

/** ディスクロージャーポリシー/免責事項 **/
.irFact_policy {
  background-color: #F8F8F9;
  padding: 40.5px 0 47.5px;
}
@media screen and (max-width: 767.9px) {
  .irFact_policy {
    padding: 40px 0;
  }
}
.irFact_policy_flex {
  display: flex;
}
@media screen and (min-width: 768px) {
  .irFact_policy_flex {
    justify-content: center;
  }
  .irFact_policy_flex > a:first-child {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767.9px) {
  .irFact_policy_flex {
    flex-direction: column;
  }
  .irFact_policy_flex > a:first-child {
    margin-bottom: 20px;
  }
}
.irFact_policy .m-link-text {
  font-size: 16px;
}
.irFact_policy .m-link-text::after {
  background-size: 32px;
  width: 32.5px;
  height: 32.5px;
}

/*******************************************/
/*** 業績・財務データ ***/
/*******************************************/
@media screen and (max-width: 767.9px) {
  .financial_contents .m-mv_ttl-line1 {
    padding-top: 55px;
  }
}

.financial_block_flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.9px) {
  .financial_block_flex {
    flex-direction: column;
    align-items: center;
  }
}
.financial_block_link {
  display: flex;
  border: 1px solid #1868D3;
  border-radius: 40px 40px 0;
  max-width: 405px;
  width: 47.65%;
  padding: 40px;
}
@media screen and (min-width: 981px) {
  .financial_block_link {
    padding: clamp(25px, 2.55vw, 39px);
  }
}
@media screen and (min-width: 768px) {
  .financial_block_link:nth-of-type(2n) {
    margin-left: 4.7%;
  }
  .financial_block_link:nth-of-type(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .financial_block_link {
    padding: 28px 20px;
    width: 100%;
  }
  .financial_block_link:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.financial_block_link_left {
  max-width: 280px;
  flex-grow: 1;
}
@media screen and (max-width: 767.9px) {
  .financial_block_link_left {
    max-width: 480px;
    min-height: 121px;
  }
}
.financial_block_link_right {
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
}
.financial_block_link_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.9px) {
  .financial_block_link_title {
    font-size: 16px;
    line-height: 1.6em;
  }
}
.financial_block_link_text {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .financial_block_link_text {
    font-size: 15px;
    letter-spacing: 0.04em;
  }
}

/*******************************************/
/*** 年次報告書（事業報告書） ***/
/*******************************************/
@media screen and (max-width: 767.9px) {
  .report_contents .m-mv_ttl-line1 {
    padding-top: 45px;
  }
}

.report_main {
  /*** E-IR ***/
  /*** E-IR ***/
}
.report_main .s_eirBlock {
  margin: 0;
}
.report_main #eirYearController {
  position: absolute;
  bottom: 30px;
  left: 240px;
}
@media screen and (max-width: 767.9px) {
  .report_main #eirYearController {
    left: 30px;
  }
}
.report_main #eirYearController::after {
  content: "";
  border-right: 1px solid #1868D3;
  border-bottom: 1px solid #1868D3;
  position: absolute;
  top: 17px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.report_main select.s_eirSelect {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  border: 1px solid #C7D9ED;
  border-radius: 4px;
  background-color: #fff;
  width: 260px;
}
@media screen and (max-width: 767.9px) {
  .report_main select.s_eirSelect {
    width: calc(100vw - 100px);
  }
}
.report_main .eirHeading.main_ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .report_main .eirHeading.main_ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.report_main .eirHeading.main_ttl::before {
  content: "";
  display: inline-block;
  background-color: #1868D3;
  border-radius: 100px;
  width: 5px;
  height: 32px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .report_main .eirHeading.main_ttl::before {
    width: 4px;
    height: 24px;
    margin-right: 10px;
  }
}
.report_main dl.eirItem.s_eirList_item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
}
.report_main dl.eirItem.s_eirList_item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  background-image: radial-gradient(#B5B7BE 11.1%, transparent 11.1%);
  background-size: 18px 18px;
  width: 100%;
  height: 18px;
}
.report_main dt.eirItem_head.s_eirList_item_head {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  color: #434343;
  margin: 0;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .report_main dt.eirItem_head.s_eirList_item_head {
    font-size: 15px;
    line-height: 1.8em;
  }
}
.report_main dd.eirItem_body.s_eirList_item_body {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  color: #434343;
  width: auto;
  margin-left: 20px;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .report_main dd.eirItem_body.s_eirList_item_body {
    font-size: 15px;
    line-height: 1.8em;
    margin: 10px 0 0;
  }
}
.report_main dd.eirItem_body.s_eirList_item_body .eirItem_size::after {
  content: "";
  display: inline-block;
  background: url(../image/common/pdf_icon.svg) no-repeat center;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  bottom: 0.1em;
}
.report_main .eir_pdfNote {
  display: none;
}
.report_main_container {
  position: relative;
}
.report_main_selectArea {
  border-radius: 30px 30px 0;
  background-color: #F5FAFF;
  width: 100%;
  margin-top: 60px;
  padding: 40px 0 40px 40px;
}
@media screen and (max-width: 767.9px) {
  .report_main_selectArea {
    margin: 40px 0 60px;
    padding: 25px 0 95px 32px;
  }
}
.report_main_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667em;
  letter-spacing: 0.04em;
}

/*******************************************/
/*** 決算短信 ***/
/*******************************************/
.er_container_eng .irFact_eir dt.eirItem_head.s_eirList_item_head {
  width: 8em;
}

/*******************************************/
/*** IRカレンダー ***/
/*******************************************/
.calendar_quarter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 850px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter {
    max-width: 335px;
  }
}
.calendar_quarter dl {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 209px;
  width: 24.6%;
  padding-bottom: 275px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl {
    max-width: 166px;
    width: 49.6%;
    padding-bottom: 140px;
  }
  .calendar_quarter dl:nth-child(1), .calendar_quarter dl:nth-child(2) {
    margin-bottom: 110px;
  }
}
.calendar_quarter dl > dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0;
  background-color: #1868D3;
  width: 100%;
  padding: 13px 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dt {
    font-size: 15px;
    padding: 8px 0;
  }
}
.calendar_quarter dl > dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.44em;
  letter-spacing: 0.04em;
  text-align: center;
  border-radius: 10px;
  max-width: 67px;
  width: 32.5%;
  padding: 33px 0 36px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .calendar_quarter dl > dd {
    font-size: clamp(14px, 1.4vw, 20px);
  }
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dd {
    font-size: 15px;
    padding: 26px 0 29px;
    width: 32%;
  }
}
.calendar_quarter dl > dd.bg-gray {
  background-color: #E7E9ED;
}
.calendar_quarter dl > dd.bg-blue {
  position: relative;
  color: #1868D3;
  background-color: #E8F2FD;
}
.calendar_quarter dl > dd.bg-blue > div {
  display: block;
  position: absolute;
  bottom: -6px;
  border-radius: 50%;
  background-color: #1868D3;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dd.bg-blue > div {
    bottom: -4.5px;
    width: 9px;
    height: 9px;
  }
}
.calendar_quarter dl > dd.bg-blue > div.pos-center {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.calendar_quarter dl > dd.bg-blue > div.pos-left {
  left: 14px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dd.bg-blue > div.pos-left {
    left: 10px;
  }
}
.calendar_quarter dl > dd.bg-blue > div.pos-right {
  right: 13px;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .calendar_quarter dl > dd.bg-blue > div.pos-right {
    right: 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dd.bg-blue > div.pos-right {
    right: 9px;
  }
}
.calendar_quarter dl > dd.bg-blue > div::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  top: calc(100% + 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  background: radial-gradient(circle farthest-side, #1868D3, #1868D3 25%, transparent 25%, transparent);
  background-size: 8px 8px;
  width: 8px;
}
.calendar_quarter .col-01::after {
  height: 48px;
}
.calendar_quarter .col-02::after {
  height: 88px;
}
.calendar_quarter .col-03::after {
  height: 128px;
}
.calendar_quarter .calendar_quarter-first .col-02.line-multiple::after {
  height: 160px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter .calendar_quarter-first .col-02.line-multiple::after {
    height: 135px;
  }
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter .calendar_quarter-third .col-02.line-multiple::after {
    height: 120px;
  }
}
.calendar_quarter .col-03.line-multiple::after {
  height: 250px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter .col-03.line-multiple::after {
    height: 215px;
  }
}

.calendar_quarter dl > dd.bg-blue > div .horizon-line2::before, .calendar_quarter dl > dd.bg-blue > div .horizon-line2::after,
.calendar_quarter dl > dd.bg-blue > div .horizon-line3::before,
.calendar_quarter dl > dd.bg-blue > div .horizon-line3::after {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  background: radial-gradient(circle farthest-side, #1868D3, #1868D3 25%, transparent 25%, transparent);
  background-size: 8px 8px;
  width: 105px;
  height: 8px;
  z-index: -1;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dd.bg-blue > div .horizon-line2::before, .calendar_quarter dl > dd.bg-blue > div .horizon-line2::after,
  .calendar_quarter dl > dd.bg-blue > div .horizon-line3::before,
  .calendar_quarter dl > dd.bg-blue > div .horizon-line3::after {
    right: 7px;
  }
}
.calendar_quarter-first .horizon-line2::before {
  top: 113px;
}
.calendar_quarter-first .horizon-line2::after {
  top: 165px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter-first .horizon-line2::before {
    top: 93px;
  }
  .calendar_quarter-first .horizon-line2::after {
    top: 138px;
  }
}

@media screen and (max-width: 767.9px) {
  .calendar_quarter-third .horizon-line2::before {
    top: 85px;
  }
  .calendar_quarter-third .horizon-line2::after {
    top: 122px;
  }
}

.calendar_quarter dl > dd.bg-blue > div .horizon-line3::before {
  top: 212px;
}
.calendar_quarter dl > dd.bg-blue > div .horizon-line3::after {
  top: 253px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dd.bg-blue > div .horizon-line3::before {
    top: 178px;
  }
  .calendar_quarter dl > dd.bg-blue > div .horizon-line3::after {
    top: 218px;
  }
}
.calendar_quarter dl > dd span {
  font-family: "Open Sans", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 400;
}
@media screen and (min-width: 981px) and (max-width: 1200px) {
  .calendar_quarter dl > dd span {
    font-size: clamp(26px, 2.6vw, 40px);
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .calendar_quarter dl > dd span {
    font-size: 32px;
  }
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter dl > dd span {
    font-size: 32px;
  }
}
@media screen and (min-width: 100px) and (max-width: 359px) {
  .calendar_quarter dl > dd span {
    font-size: 24px;
  }
}
.calendar_quarter dl > dd span.adjust-space {
  letter-spacing: -0.12em;
  margin-right: 0.12em;
}
.calendar_quarter_text {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
  letter-spacing: 0.04em;
  color: #434343;
  border-radius: 30px;
  border: 1px solid #DCDEE2;
  background-color: #fff;
  padding: 5px 14px;
}
@media screen and (min-width: 981px) and (max-width: 1250px) {
  .calendar_quarter_text {
    font-size: 10px;
    letter-spacing: 0;
    padding: 5px 10px;
    transform: translateY(-5px);
  }
}
@media screen and (max-width: 980px) {
  .calendar_quarter_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text {
    font-size: 12px;
    padding: 5px 14px;
  }
  .calendar_quarter_text.width-narrow {
    padding: 5px 9px;
  }
}
.calendar_quarter_text.col-01 {
  top: 205px;
}
@media screen and (min-width: 981px) and (max-width: 1250px) {
  .calendar_quarter_text.col-01 {
    width: 110px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .calendar_quarter_text.col-01 {
    width: 130px;
    text-align: center;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.col-01 {
    top: 161px;
  }
}
.calendar_quarter_text.col-02 {
  top: 249px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.col-02 {
    top: 200px;
  }
}
.calendar_quarter_text.col-02a {
  top: 249px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.col-02a {
    top: 200px;
  }
}
.calendar_quarter_text.col-03 {
  top: 293px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.col-03 {
    top: 238px;
  }
}
.calendar_quarter_text.col-03a {
  top: 312px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.col-03a {
    top: 256px;
  }
}
.calendar_quarter_text.col-04a {
  top: 357px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.col-04a {
    top: 295px;
  }
}
.calendar_quarter_text.col-05a {
  top: 400px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.col-05a {
    top: 334px;
  }
}
.calendar_quarter_text.col-04a::after, .calendar_quarter_text.col-05a::after {
  left: 67px;
}
@media screen and (min-width: 981px) and (max-width: 1250px) {
  .calendar_quarter_text.col-04a::after, .calendar_quarter_text.col-05a::after {
    left: 24px;
  }
}
.calendar_quarter_text.pos-left {
  left: 0;
}
.calendar_quarter_text.pos-left2 {
  left: 24px;
}
@media screen and (max-width: 1250px) {
  .calendar_quarter_text.pos-left2 {
    left: 5px;
  }
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.pos-left2 {
    left: 0;
  }
}
.calendar_quarter_text.pos-right {
  right: 0;
}
.calendar_quarter_text.pos-right2 {
  right: 29px;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.pos-right2 {
    right: 40px;
  }
}
.calendar_quarter_text.pos-right3 {
  right: 0;
}
@media screen and (max-width: 767.9px) {
  .calendar_quarter_text.pos-right3 {
    right: 40px;
  }
}

.calendar_block_yearArea.hidden {
  display: none;
}
.calendar_block .calendar_block_ttl {
  margin: 0 0 40px;
}
.calendar_block_year {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .calendar_block_year {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
}
.calendar_block_item {
  position: relative;
  display: flex;
  padding: 20px 0;
}
.calendar_block_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -9px;
  background-image: radial-gradient(#B5B7BE 11.1%, transparent 11.1%);
  background-size: 18px 18px;
  width: 100%;
  height: 18px;
}
.calendar_block_item + .calendar_block_year {
  margin-top: 40px;
}
.calendar_block_head {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  width: 80px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .calendar_block_head {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    width: 70px;
  }
}
.calendar_container_eng .calendar_block_head {
  width: 130px;
}

.calendar_block_body {
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: 0.025em;
  width: auto;
  margin-left: 20px;
}
@media screen and (max-width: 767.9px) {
  .calendar_block_body {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0.04em;
    margin-left: 15px;
  }
}
.calendar_block_item_title {
  display: inline;
}
.calendar_block_selectArea {
  display: flex;
  align-items: center;
  border-radius: 30px 30px 0;
  background-color: #F5FAFF;
  width: 100%;
  margin-top: 60px;
  padding: 30px 40px;
}
@media screen and (max-width: 767.9px) {
  .calendar_block_selectArea {
    display: block;
    margin-top: 40px;
    padding: 30px;
  }
}
.calendar_block_filter {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.67em;
  letter-spacing: 0.04em;
  margin-right: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 767.9px) {
  .calendar_block_filter {
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
  }
}
.calendar_block_select {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  border: 1px solid #C7D9ED;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
  padding: 10px 40px 10px 10px;
}
.calendar_block_controller {
  position: relative;
  display: inline-block;
  max-width: 260px;
  width: 100%;
}
.calendar_block_controller::after {
  content: "";
  border-right: 1px solid #1868D3;
  border-bottom: 1px solid #1868D3;
  position: absolute;
  top: 17px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.calendar_container_eng .calendar_block_controller {
  max-width: 400px;
}
.calendar_container_eng .calendar_block_controller::after {
  left: calc(100% - 20px);
  right: unset;
}

/*******************************************/
/*** 主要な経営指標 ***/
/*******************************************/
.pl_main .w_tab_btn {
  border-bottom: 1px solid #3266CC;
}
.pl_main .w_tab_btn > li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
  padding: 18px 46px 16px;
  cursor: pointer;
  width: auto;
  margin: 0;
}
@media screen and (max-width: 767.9px) {
  .pl_main .w_tab_btn > li {
    font-size: 15px;
    padding: 12px 29px;
  }
}
.pl_main .w_tab_btn > li.active {
  color: #1868D3;
  border: solid #1868D3;
  border-width: 1px 1px 0;
  border-radius: 15px 15px 0 0;
}
.pl_main .w_tab_btn > li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 5px;
}
.pl_main .qirWrapper {
  max-width: 850px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pl_main .qirColumn {
    max-width: 405px;
    width: 48%;
    margin-bottom: 40px;
  }
  .pl_main .qirColumn:nth-last-of-type(-n+2) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767.9px) {
  .pl_main .qirColumn {
    margin-bottom: 30px;
  }
  .pl_main .qirColumn:last-of-type {
    margin-bottom: 20px;
  }
}
.pl_main .qirChart {
  width: 100%;
}
.pl_main .main_ttl.qirLabel {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.9px) {
  .pl_main .main_ttl.qirLabel {
    font-size: 18px;
  }
}

.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(1) {
  margin-bottom: 60px;
}
.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(1) .qirNote_list {
  font-size: 12px;
  line-height: 1.6em;
  color: rgba(67, 67, 67, 0.6);
}
.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(1) .qirNote_list + .qirNote_list {
  margin-top: 8px;
}
.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(2),
.pl_main .qirWrapper-tab2 .qirNote_section:nth-of-type(1) {
  margin-bottom: 30px;
}
.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(2) .qirNote_title,
.pl_main .qirWrapper-tab2 .qirNote_section:nth-of-type(1) .qirNote_title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(2) .qirNote_title,
  .pl_main .qirWrapper-tab2 .qirNote_section:nth-of-type(1) .qirNote_title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(2) .qirNote_list,
.pl_main .qirWrapper-tab2 .qirNote_section:nth-of-type(1) .qirNote_list {
  position: relative;
  color: #333;
}
.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(2) .qirNote_list + .qirNote_list,
.pl_main .qirWrapper-tab2 .qirNote_section:nth-of-type(1) .qirNote_list + .qirNote_list {
  margin-top: 5px;
}
.pl_main .qirWrapper-tab1 .qirNote_section:nth-of-type(2) .qirNote_list::before,
.pl_main .qirWrapper-tab2 .qirNote_section:nth-of-type(1) .qirNote_list::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  border-radius: 50%;
  background-color: #1868D3;
  width: 5px;
  height: 5px;
}

@media screen and (max-width: 480px) {
  .pl_container_eng .pl_main .w_tab_btn > li {
    font-size: 14px;
    padding: 12px 10px;
  }
}
.pl_container_eng .qirWrapper-tab1 .qirNote_section:nth-of-type(2) .qirNote_list::before,
.pl_container_eng .qirWrapper-tab2 .qirNote_section:nth-of-type(1) .qirNote_list::before {
  left: 1px;
}
.pl_container_eng h4.main_ttl.qirLabel.labelID41 {
  margin-bottom: 10px !important;
}

/*******************************************/
/*** 貸借対照表 ***/
/*******************************************/
@media screen and (max-width: 767.9px) {
  .bs_list > li {
    font-size: 15px;
    padding: 12px 29px;
  }
}

@media screen and (max-width: 480px) {
  .bs_list_eng > li {
    font-size: 14px;
    padding: 12px 10px;
  }
}

/*******************************************/
/*** キャッシュ・フロー状況 ***/
/*******************************************/
.cf_container table tbody tr td,
.cf_container_eng table tbody tr td {
  text-align: right;
}

/*******************************************/
/*** よくあるご質問 ***/
/*******************************************/
@media screen and (min-width: 768px) {
  .faq_anchor_text .pc-br {
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .faq_anchor_text {
    text-align: left;
  }
}

.faq_anchor_list {
  justify-content: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .faq_section_list > dt {
    padding: 23.5px 0 23.5px 18.5px;
  }
  .faq_section_list > dd {
    padding-left: 18.5px;
  }
}

/*******************************************/
/*** E-IR ***/
/*******************************************/
.irFact_eir {
  position: relative;
  /*** E-IR ***/
  /*** E-IR ***/
}
.irFact_eir #eirYearController {
  position: relative;
}
.irFact_eir #eirYearController::after {
  content: "";
  border-right: 1px solid #1868D3;
  border-bottom: 1px solid #1868D3;
  position: absolute;
  top: 17px;
  right: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.irFact_eir select.s_eirSelect {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  border: 1px solid #C7D9ED;
  border-radius: 4px;
  background-color: #fff;
  width: 260px;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir select.s_eirSelect {
    width: 100%;
    min-width: 220px;
  }
}
.irFact_eir .eirHeading.main_ttl {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.04em;
  color: #434343;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir .eirHeading.main_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.irFact_eir .eirHeading.main_ttl::before {
  content: "";
  display: inline-block;
  background-color: #1868D3;
  border-radius: 100px;
  width: 5px;
  height: 32px;
  margin-right: 15px;
  vertical-align: middle;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir .eirHeading.main_ttl::before {
    width: 4px;
    height: 24px;
    margin-right: 10px;
  }
}
.irFact_eir dl.eirItem.s_eirList_item {
  position: relative;
  margin: 0;
  padding: 20px 0;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir dl.eirItem.s_eirList_item {
    padding: 15px 0;
  }
}
.irFact_eir dl.eirItem.s_eirList_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -9px;
  background-image: radial-gradient(#B5B7BE 11.1%, transparent 11.1%);
  background-size: 18px 18px;
  width: 100%;
  height: 18px;
}
.irFact_eir dt.eirItem_head.s_eirList_item_head {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.025em;
  color: #434343;
  margin: 0;
  flex-shrink: 0;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir dt.eirItem_head.s_eirList_item_head {
    font-size: 15px;
    line-height: 1.8em;
  }
}
.irFact_eir dd.eirItem_body.s_eirList_item_body {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.025em;
  font-family: "ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  color: #434343;
  width: auto;
  margin-left: 15px;
  transition-property: color;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir dd.eirItem_body.s_eirList_item_body {
    font-size: 15px;
    line-height: 1.8;
    margin: 5px 0 0;
  }
}
.irFact_eir dd.eirItem_body.s_eirList_item_body .eirItem_size::after {
  content: "";
  display: inline-block;
  background: url(../image/common/pdf_icon.svg) no-repeat center;
  width: 30px;
  height: 18px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  bottom: 0.1em;
}
.irFact_eir .eir_pdfNote {
  display: none;
}
.irFact_eir .qirNote_section {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  color: #434343;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir .qirNote_section {
    font-size: 15px;
  }
}
.irFact_eir .qirNote_section:last-of-type {
  margin-bottom: 0;
}
.irFact_eir .pnexIcon {
  margin-top: 45px;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir .pnexIcon {
    margin-top: 5px;
  }
}
.irFact_eir_selectArea {
  display: flex;
  align-items: center;
  border-radius: 30px 30px 0;
  background-color: #F5FAFF;
  width: 100%;
  margin-top: 60px;
  padding: 30px 0 30px 40px;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir_selectArea {
    display: block;
    margin-top: 40px;
    padding: 30px;
  }
}
.irFact_eir_filter {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667em;
  letter-spacing: 0.04em;
  margin-right: 40px;
}
@media screen and (max-width: 767.9px) {
  .irFact_eir_filter {
    font-size: 15px;
    line-height: 1.7066666667em;
    letter-spacing: 0.05em;
    margin: 0 0 15px;
  }
}

/*******************************************/
/*** 株式の状況 (英語) ***/
/*******************************************/
.stock-meeting_container_eng .stock-meeting_table tbody tr td {
  text-align: right;
}
@media screen and (max-width: 480px) {
  .stock-meeting_container_eng .m-table_col_header {
    font-size: 13px;
    padding: 12px 5px;
  }
  .stock-meeting_container_eng .m-table_col_heading {
    font-size: 13px;
  }
  .stock-meeting_container_eng .m-table_col_heading,
  .stock-meeting_container_eng .m-table_col_content {
    padding: 12px 10px;
  }
}/*# sourceMappingURL=ir_fact.css.map */