@charset "UTF-8";

.l-content .wrap_flex {
  display: flex;
  justify-content: space-between;
}

.l-content .listVM {
  overflow-x: hidden;
  overflow-y: auto;
}

.l-content .h1Wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
  width: 1200px;
  padding: 16px 0 30px;
  background: #fff;
  text-indent: 0;
}

.l-content .h1Wrap::after {
  content: "";
  position: absolute;
  bottom: 22px;
  width: 1200px;
  height: 2px;
  background: #ccc;
}

.l-content .h1Ttl {
  display: flex;
  align-items: center;
  font-size: 23px;
  font-weight: normal;
}

.l-content .h1Ttl.yellow::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: solid 5px #ffcc00;
  border-radius: 50%;
  margin-right: 10px;
}

.l-content .h1Ttl.blue::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: solid 5px #004098;
  border-radius: 50%;
  margin-right: 10px;
}

.l-content .h2Ttl {
  display: flex;
  font-size: 16px;
}

.l-content .h2Ttl.yellow::before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 10px;
  background: #fc0;
}

.l-content .h2Ttl.blue::before {
  content: "";
  width: 5px;
  height: 20px;
  margin-right: 10px;
  background: #004098;
}

.l-content .head {
  background: #fff;
}

.l-content .latestCsv {
  width: 240px;
}

.l-content .latestCsv .text {
  font-size: 12px;
}

.l-content .searchArea {
  position: relative;
  z-index: 1;
  width: 940px;
}

.l-content .searchArea .m-formUnit {
  display: flex;
  justify-content: center;
  padding: 10px;
  background-color: #f6f6f6;
}

.l-content .searchArea .m-formUnit .m-formUnit__form {
  display: flex;
}

.l-content .searchArea .m-formUnit .m-inputText {
  display: block;
  box-sizing: border-box;
  width: 480px;
  height: 35px;
  padding: 0 5px 0 10px;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline-offset: -1px;
}


.l-content .searchArea .m-formUnit .m-btn--search {
  display: block;
  height: 35px;
  border-radius: 0 4px 4px 0;
  margin-left: -1px;
}

.l-content .searchArea .m-formUnit .m-btn--default {
  display: block;
  height: 35px;
}

.l-content .archiveLinkList {
  position: relative;
  z-index: 1;
  padding: 20px 32px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}

.l-content .archiveLinkList ul {
  display: flex;
}

/* 上部リンクリスト */
.l-content .archiveLinkList ul.upperList li:not(:first-child) {
  margin-left: 30px;
}

/* 下部リンクリスト */
.l-content .archiveLinkList ul.bottomList li {
  width: 75px;
}

.l-content .archiveLinkList ul.bottomList li:not(:first-child) {
  margin-left: 21px;
}

.l-content .archiveLinkList .new {
  margin-right: 5px;
  color: #dd0000;
  font-weight: bold;
}

.l-content .list_area {
  display: flex;
  justify-content: space-between;
  width: 1198px;
  margin: 0 auto;
}

.l-content .side_nav {
  position: sticky;
  box-sizing: border-box;
  top: 250px;
  width: 240px;
  height: 100%;
  border: solid 1px #eee;
}

.l-content .side_nav .listVM {
  max-height: 580px;
}

.l-content .side_nav .side_nav_ttl {
  padding: 12px 10px;
  margin: 15px 0 5px;
  background: #fcfcfc;
  font-size: 15px;
  font-weight: bold;
}

.l-content .side_nav .side_nav_ttl_sub {
  padding-left: 10px;
  margin: 15px 0 5px;
  font-size: 13px;
  font-weight: bold;
}

.l-content .side_nav ul {
  padding-left: 10px;
}

.l-content .side_nav ul li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 34px;
}

.l-content .side_nav ul li.new {
  position: relative;
}

.l-content .side_nav ul li.inactive a {
  color: #333;
}

.l-content .side_nav ul li.inactive a:hover {
  text-decoration: none;
}

.l-content .side_nav ul li.new::after {
  content: "更新";
  font-size: 12px;
  font-weight: bold;
  padding: 5px 10px;
  color: #dd0000;
  position: absolute;
  top: -5px;
  right: -6px;
}

.l-content .side_nav ul li a {
  font-size: 12px;
}

.l-content .list_content {
  width: 940px;
}

.l-content .list_content .section {
  padding-top: 250px;
  margin-top: -250px;
  margin-bottom: 40px;
}

.l-content .list_content .section:last-child {
  height: 752px;
}

.l-content .list_content table {
  margin: 0;
}

.l-content .list_content table thead {
  position: sticky;
  top: -1px;
}

.l-content .list_content table {
  margin: 0;
}

.l-content .list_content table tr th,
.l-content .list_content table tr td {
  padding: 7px 6px;
}

.l-content .list_content table tr td {
  padding: 7px 6px;
}

.l-content .list_content table .bgYellow {
  background: #fae89e;
}

.l-content .list_content table .bgBlue {
  background: #98d5ef;
}

.l-content .list_content table .m-link--pdf>a {
  background-position: 0;
}

.l-content .list_content table tr td.type {
  word-break: break-all;
}

.l-content .list_content table tr td .productImg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}

.l-content .list_content table tr td .productImg img {
  max-width: 40px;
  max-height: 40px;
}

.l-content .list_content .listVM {
  max-height: 691px;
}

.l-content .contactBox {
  width: 600px;
  border: 1px solid #ccc;
  margin: 30px auto 0;
}

.l-content .contactBox .upper {
  padding: 15px;
  background: #eee;
}

.l-content .contactBox .lower {
  padding: 15px;
}

.l-content .bottomArchive {
  padding-top: 290px;
  margin-top: -250px;
}