<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.base_wrap {
  max-width: 1300px;
  margin: auto;
  padding: 80px 20px;
}

.ir-lv2index {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ir-lv2index div {
  width: 47.5%;
  margin-bottom: 45px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  /*border-bottom: solid 5px #0072ba;*/
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.ir-lv2index div p.btn_list {
  margin-top: auto;
  margin-bottom: 0;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .ir-lv2index div {
    width: 48%;
  }
}

@media screen and (max-width:768px) {
  .ir-lv2index {
    margin: 2em 0 0;
    display: block;
  }

  .ir-lv2index div {
    width: auto;
    display: block;
    margin: auto;
    margin: 0 2% 45px 5%;
  }
  .ir-lv2index div h2 {
    margin-bottom: 20px !important;
  }
}

.ir-lv2index div a:link,
.ir-lv2index div a:visited,
.ir-lv2index div a:active {
  color: #0072BA;
}


.ir-lv2index div h2 {
  font-weight: 500;
  font-size: 1.2em;
  color: #333 !important;
  padding: 20px 0 10px;
  position: relative;
  text-decoration: none;
  color: black;
  border-bottom: none;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 10px;
  margin-top: -5px;
  text-align: left;
}

.ir-lv2index h2::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #0072ba;
  margin-top: 10px;
}

.ir-lv2index div p {
  text-align: left;
}

.ir-lv2index div p:not(.pu):not(.date):not(.btn_list) a {
  display: inline;
  padding-right: 33px;
  background: url(/libs/imgs/common/icon/icon_pdf.svg)no-repeat right 10px top 5px;
  background-size: 14px;
}



.ir-lv2index span {
  height: 20px;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: 15px;
  right: 15px;
}



.btn_list a {
  margin-top: 10px;
  text-decoration: none;
  background: url(/libs/imgs/common/icon/arrow_bluel.svg) no-repeat right 10px center #ddeefb;
  text-align: center;
  padding: 15px 10px;
  display: block;
  transition: all .5s ease;
}

.btn_list a:hover {
  background: url(/libs/imgs/common/icon/arrow_bluel.svg) no-repeat right 5px center #eef6fd;
}


.pu {
  font-size: 0.8em;
  margin-bottom: .5px;
}</pre></body></html>