@charset "UTF-8";
/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */
/*
 * =====================================================
 *
 * [investors]
 *
 * =====================================================
 */
body.investors {
  /* investorsInfo */
  /**
  * ---------------------------------------------------
  * calendar
  * ---------------------------------------------------
  */
}
body.investors .contentSection {
  padding: 60px 60px 50px 60px;
  position: relative;
  z-index: 3;
}
body.investors .contentSection:not(.newsSection):not(.otherSection) {
  background-color: #fff;
}
body.investors .contentSection:not(.bdn)::after {
  display: block;
  content: "";
  width: calc(100% - 60px);
  height: 1px;
  background-color: #d9ddea;
  position: absolute;
  bottom: 0;
  left: 30px;
}
body.investors .contentSection > header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  align-content: end;
  margin-bottom: 30px;
}
body.investors .sectionTtl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
body.investors .investorsInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-block: 80px 40px;
  margin-inline: auto;
  padding: 30px;
  border: 1px solid #808080;
}
body.investors .investorsInfo .detail {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
}
body.investors .investorsInfo .title {
  font-weight: bold;
}
body.investors .investorsInfo .btnStyle01 a {
  min-width: 280px;
  padding-inline: 8px 10px;
  background-color: #001A72;
  color: #fff;
}
body.investors .investorsInfo .btnStyle01 a span {
  min-height: 38px;
  padding-inline: 10px;
}
body.investors .investorsInfo .btnStyle01 a .icoBlank::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
body.investors.calendar .baseBlock {
  margin-bottom: 120px;
}
body.investors.calendar .baseBlock .newsVox article span .title,
body.investors.calendar .baseBlock .newsVox article a .title {
  width: calc(100% - 115px);
}

/*  END body */
/**
 ****************************************************
 *
 * PC以外
 *
 ****************************************************
 */
@media only screen and (min-width: 1024px) {
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * タブレット
 *
 ****************************************************
 */
@media only screen and (max-width: 1024px) {
  body.investors {
    /* investorsInfo */
  }
  body.investors .investorsInfo {
    max-width: 100%;
    margin-inline: 20px;
  }
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * 960px以下
 *
 ****************************************************
 */
@media only screen and (max-width: 960px) {
  body.investors {
    /* investorsInfo */
    /**
    * ---------------------------------------------------
    * calendar
    * ---------------------------------------------------
    */
  }
  body.investors .contentSection {
    padding: 40px 20px 35px 20px;
  }
  body.investors .contentSection:not(.bdn)::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  body.investors .contentSection > header {
    margin-bottom: 25px;
  }
  body.investors .contentSection > header .moreBtn {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }
  body.investors .newsSection > header .moreBtn {
    position: static;
  }
  body.investors .sectionTtl {
    font-size: 2.4rem;
  }
  body.investors .investorsInfo {
    display: block;
    padding: 30px 20px;
  }
  body.investors .investorsInfo .text {
    margin-top: 10px;
  }
  body.investors .investorsInfo .detail {
    display: block;
  }
  body.investors .investorsInfo .btnStyle01 {
    margin-top: 20px;
  }
  body.investors .investorsInfo .btnStyle01 a {
    width: 100%;
    min-width: initial;
    box-sizing: border-box;
  }
  body.investors .investorsInfo .btnStyle01 a span {
    padding-right: 30px;
  }
  body.investors.calendar .baseBlock {
    margin-bottom: 80px;
  }
  body.investors.calendar .baseBlock .newsVox article span .title,
  body.investors.calendar .baseBlock .newsVox article a .title {
    width: 100%;
  }
  /*  END body */
} /*  @media END */
/**
 ****************************************************
 *
 * スマホ
 *
 ****************************************************
 */
@media only screen and (max-width: 767px) {
  /*  END body */
} /*  @media END *//*# sourceMappingURL=investors.css.map */