.p-ir-top-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(43, 81, 120, 0.08);
  overflow: hidden;
}
.p-ir-top-card a {
  color: inherit;
}

.p-ir-top-cardInner {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-ir-top-cardBody {
  order: 2;
}

.p-ir-top-cardThumb {
  order: 1;
  line-height: 0;
}
.p-ir-top-cardThumb img {
  width: 100%;
}

.p-ir-top-cardCatch {
  position: relative;
  font-weight: bold;
}
.p-ir-top-cardCatch i {
  position: absolute;
}
.p-ir-top-cardCatch i img {
  display: block;
  width: 100%;
  height: auto;
}

.p-ir-top-cardText {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.785714286;
}

.p-ir-top-stockPrices {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgba(43, 81, 120, 0.08);
}

.p-ir-top-linkGroup_icon {
  height: 96px;
  text-align: center;
}
.p-ir-top-linkGroup_icon img {
  width: auto;
  height: 100%;
}

.p-ir-top-linkGroup_catch {
  font-weight: 700;
  text-align: center;
}
.p-ir-top-linkGroup_catch a {
  color: inherit;
}
.p-ir-top-linkGroup_catch .u-icon {
  margin-left: 8px;
}

.p-ir-top-download {
  background-color: #F7F9FC;
  border-radius: 10px;
}
.p-ir-top-download .c-link-list_item a {
  border-color: #D6D6D6;
}

.p-ir-top-download_upper {
  padding: 64px 48px 40px;
}

.p-ir-top-download_botton {
  max-width: 320px;
}

.p-ir-top-download_lower {
  border-top: 1px solid #D6D6D6;
}

@media only screen and (min-width: 768px) {
  /*! Large only */
  .p-ir-top-container {
    padding: 120px 0 130px;
  }
  .p-ir-top-cardBody {
    padding: 40px 40px 48px;
  }
  .p-ir-top-cardThumb {
    order: 1;
    line-height: 0;
    overflow: hidden;
  }
  .p-ir-top-cardThumb img {
    transform: scale(1);
    transition: transform 0.2s ease;
    width: 100%;
  }
  a:hover .p-ir-top-cardThumb img {
    transform: scale(1.04);
  }
  .p-ir-top-cardCatch {
    font-size: 24px;
  }
  .p-ir-top-cardCatch i {
    width: 32px;
    height: 32px;
    right: -8px;
  }
  .p-ir-top-stockPrices {
    padding: 64px 48px;
  }
  .p-ir-top-newsDownload {
    justify-content: space-between;
  }
  .p-ir-top-newsDownload .l-tile_item {
    width: calc((103% - var(--gutter)) / 2);
    --gutter: 9.223300971%;
  }
  .p-ir-top-newsDownload .p-news_list_itemDate time {
    width: 94px;
  }
  .p-ir-top-newsDownload .p-news_list_itemContent {
    margin-left: 16px;
    padding-right: 37px;
  }
  .p-ir-top-download_upper {
    padding: 64px 48px 40px;
  }
  .p-ir-top-download_lower {
    padding: 24px 48px 52px;
  }
  .p-ir-top-download_title {
    font-size: 15px;
  }
  .p-ir-top-linkGroup {
    justify-content: space-between;
  }
  .p-ir-top-linkGroup .l-grid_item {
    width: 26.6666666667%;
    min-width: 320px;
  }
  .p-ir-top-linkGroup .l-grid_item:nth-of-type(n+4) {
    margin-top: 120px;
  }
  .p-ir-top-linkGroup_catch {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .p-ir-top-linkGroup_icon {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1296px) {
  .p-ir-top-stockPrices {
    padding: 11.034482759% 8.275862069%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1079px) {
  .p-ir-top-newsDownload .l-tile_item {
    --gutter: 6.5%;
  }
  .p-ir-top-linkGroup .l-grid_item {
    min-width: 280px;
  }
  .p-ir-top-linkGroup .l-grid_item:nth-of-type(n+4) {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .p-ir-top-newsDownload {
    flex-direction: column;
  }
  .p-ir-top-newsDownload .l-tile_item {
    width: 100%;
  }
  .p-ir-top-newsDownload .l-tile_item + .l-tile_item {
    margin-top: 48px;
  }
  .p-ir-top-linkGroup .l-grid_item {
    min-width: 220px;
  }
  .p-ir-top-linkGroup .l-grid_item:nth-of-type(n+4) {
    margin-top: 48px;
  }
  .p-ir-top-linkGroup_catch {
    font-size: 18px;
  }
  .p-ir-top-linkGroup_catch span {
    width: 1em;
    height: 1em;
    vertical-align: -0.02em;
  }
}
@media only screen and (max-width: medium) {
  /*! Medium and Small */
}
@media only screen and (max-width: over-medium) {
  /*! over Medium */
}
@media only screen and (max-width: medium-only) {
  /*! Medium only */
}
@media only screen and (max-width: 767px) {
  /* Small only */
  .p-ir-top-container {
    padding: 48px 0;
  }
  .p-ir-top-cardBody {
    padding: 24px;
  }
  .p-ir-top-cardCatch {
    font-size: 18px;
  }
  .p-ir-top-cardCatch i {
    top: 5px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .p-ir-top-stockPrices {
    padding: 24px 24px 40px;
  }
  .p-ir-top-news .l-grid_item {
    text-align: center;
  }
  .p-ir-top-news .c-btn {
    margin: 0 auto;
    max-width: 251px;
  }
  .p-ir-top-download_upper {
    padding: 40px 24px;
  }
  .p-ir-top-download_lower {
    padding: 40px 24px;
  }
  .p-ir-top-download_title {
    font-size: 14px;
  }
  .p-ir-top-linkGroup {
    margin-right: 24px;
    margin-left: 24px;
  }
  .p-ir-top-linkGroup .l-grid_item {
    width: 100%;
  }
  .p-ir-top-linkGroup_icon {
    margin-bottom: 24px;
  }
  .p-ir-top-linkGroup_catch {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .p-ir-top-linkGroup_catch span {
    vertical-align: -4px;
  }
  .p-ir-top-individual .l-grid_item {
    text-align: center;
  }
  .p-ir-top-individual .c-btn {
    margin: 0 auto;
    max-width: 320px;
  }
  .p-ir-top-calendar {
    padding-bottom: 110px;
  }
}