@charset "utf-8";
/* CSS Document */
#area_ir_header {
  position: relative;
  margin-bottom: 8rem;
}
#menu_kv {
  background-image: url("https://www.disco.co.jp/index.html");
}
#area_ulCalenderInfo {
  margin: auto;
  max-width: 1290px;
  width: 90%;
}
#ul_calenderInfo {
  position: absolute;
  bottom: -3.5rem;
  display: flex;
  color: #383838;
  font-weight: normal;
  justify-content: flex-start;
  font-size: 1.4rem;
}
#ul_calenderInfo li {
  padding: 1rem 3rem;
  background-color: #f3f3f3;
  width: 60rem;
  display: flex;
  margin-right: 1rem;
}
.cinfo_date {
  padding-right: 2rem;
  white-space: nowrap;
  vertical-align: middle;
}
.cinfo_date::before {
  font-family: Material Icons;
  content: "\e935";
  font-size: 1.4rem;
  color: #b2413d;
  padding-right: 0.2rem;
  display: inline-block;
}
.cinfo_ttl {
  text-decoration: underline;
}
/*IR用：banner_menu*/
.ir_banner_menu {
  margin-bottom: 3rem;
}
.ir_banner_menu li {
  background-color: #f3f3f3;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  font-weight: bold;
}
.ir_banner_menu li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0;
}
.ir_banner_menu li i {
  color: #657599;
}

/*IR用：banner_menu：ボーダー*/
.ir_banner_menu_border {
  margin-bottom: 2rem;
}
.ir_banner_menu_border > li {
  border: solid 0.1rem #ddd;
  border-radius: 0.3rem;
  padding: 0.8rem 1.5rem 0.9rem;
  margin-bottom: 1rem;
  position: relative;
}
.ir_banner_menu_border > li:last-of-type {
  margin-bottom: 0;
}
.ir_banner_menu_border > li a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
/*株主総会お知らせ*/
.box_stockInfo {
  background-color: #707d96;
  padding: 1rem 1.5rem;
  color: #fff;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 2rem;
}
.box_stockInfo::after {
  font-family: Material Icons;
  content: "\e5cc";
  position: absolute;
  right: 1rem;
}
.box_stockInfo .note {
  padding-left: 2rem;
}
/*PDF DL*/
.area_dlFile a {
  text-decoration: underline;
  color: #293382;
}
.area_dlFile li {
  padding-bottom: 0.5rem;
}
.dlFile_all {
  cursor: pointer;
  margin: 1rem 2rem 0 0;
}
.dlFile_dl {
  margin-top: 1.5rem;
  width: 50%;
}
.dlFile_dl .btn_dlFile_dl {
  display: flex;
  justify-content: space-between;
}
.dlFile_dl .btn_dlFile_dl::after {
  font-family: Material Icons;
  content: "\e2c4";
}

@media screen and (max-width: 1024px) {
  #area_ir_header {
    margin-bottom: 0;
  }
  #area_ulCalenderInfo {
    width: 100%;
    background-color: #f3f3f3;
  }

  #ul_calenderInfo {
    position: static;
    flex-direction: column;
    width: 100%;
    padding: 2rem 2rem 0;
  }

  #ul_calenderInfo li {
    width: 100%;
    padding: 0;
  }

  .cinfo_date {
    width: 10rem;
  }

  .area_top_ir #area_bgGray {
    padding-top: 2rem;
  }

  /*株主総会バナー*/
  .box_stockInfo {
    display: block;
  }
  .box_stockInfo .note {
    padding-left: 0;
    display: block;
  }

  /*IR用：banner_mane*/
  .ir_banner_menu {
    margin-top: 3rem;
  }

  .ir_banner_menu li {
    margin-bottom: 1rem;
  }
}
