@charset "UTF-8";


/* section
-----------------------------------------------*/
section {
  margin-top: 55px;
}
section h2 {
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 1.5;
}
section h2 br {
  display: none;
}
@media screen and (max-width: 750px) {
  section h2 br {
    display: block;
  }
}


/* list
-----------------------------------------------*/
section .list:last-child {
  border-bottom: 1px solid #e5e5e5;
}
section .list li {
  border-top: 1px solid #e5e5e5;
  padding: 25px 30px;
  font-size: 16px;
  line-height: 1.75;
}
section .list li a {
  padding-right: 18px;
  position: relative;
}
section .list li a:hover {
  text-decoration: underline !important;
}
section .list li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/ir/img/icon-pdf.svg");
  bottom: -1px;
  right: 0;
}
section .list li ul {
  border-bottom: none;
}
section .list li ul li {
  position: relative;
  border-top: none;
  padding: 0 0 0 35px;
}
section .list li ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #333;
  top: 7px;
  left: -20px;
}
@media screen and (max-width: 750px) {
  section .list li {
    font-size: 13px;
    padding: 15px 0;
  }
  section .list li ul li {
    padding: 0 0 0 20px;
    margin-top: 3px;
  }
  section .list li a::after {
    bottom: -2px;
  }
  section .list li ul li a::before {
    background: #333;
    top: 6px;
    left: -16px;
  }
}


/* brTableArea
-----------------------------------------------*/
section .brTableArea {
  display: flex;
  align-items: flex-start;
}
section .brTableArea .brTable {
  width: calc(50% - 20px);
}
section .brTableArea .brTable:not(:nth-child(2n)) {
  margin-right: 40px;
}
section .brTable {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
section .brTable th {
  display: block;
  width: 100%;
  background: #f8f8f8;
  padding: 25px 30px;
}
section .brTable th a, section .brTable td a {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  padding-right: 20px;
}
section .brTable tr {
  border-bottom: 1px solid #e5e5e5;
}
section .brTable tr:first-child {
  border-bottom: none;
}
section .brTable td {
  padding: 10px 0 10px 48px;
}
section .brTable th a::after, section .brTable td a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 20px;
  background: url("/ir/img/icon_pdf.svg");
  bottom: 0;
  right: 0;
}
section .brTable td a::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #333;
  top: 7px;
  left: -20px;
}
@media screen and (max-width: 750px) {
  section .brTableArea {
    display: block;
  }
  section .brTableArea .brTable {
    width: 100%;
  }
  section .brTableArea .brTable:not(:nth-child(2n)) {
    margin-right: 0;
  }
  section .brTable {
    width: 100%;
    padding-right: 0;
  }
  section .brTable + .brTable {
    margin-top: -1px;
  }
  section .brTable th {
    padding: 20px 15px;
  }
  section .brTable th a, section .brTable td a {
    font-size: 13px;
    padding-right: 20px;
  }
  section .brTable td {
    padding: 8px 20px 8px 25px;
  }
  section .brTable th a::after, section .brTable td a::after {
    bottom: -2px;
  }
  section .brTable td a::before {
    top: 7px;
    left: -20px;
  }
}

/* 241119 追加　事業報告リード用
-----------------------------------------------*/
#read {
padding: 20px;
margin: 0 0 40px;
font-size: 16px;
line-height: 1.8;
background-color: #f8f8f8
}
@media screen and (max-width: 750px) {
#read {
padding: 10px;
font-size: 13px;
    }
}