@charset "UTF-8";
/**********************************************************************************************
お知らせ一覧
**********************************************************************************************/
.bl_topNewsWrapper {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsWrapper {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.bl_topNewsListWrapper {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 819px) {
  .bl_topNewsListWrapper {
    width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListWrapper {
    width: 100%;
    margin-top: 40px;
  }
}

.bl_topNewsMoreWrapper {
  width: 280px;
  padding-top: 80px;
}

@media only screen and (max-width: 819px) {
  .bl_topNewsMoreWrapper {
    width: 160px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topNewsMoreWrapper {
    width: max-content;
    padding-top: 40px;
  }
}

.bl_topNewsList {
  width: 100%;
  border-top: 1px solid #dadada;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: opacity;
}

.bl_topNewsList.loading {
  opacity: 0.3;
}

.bl_topNewsListItem {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dadada;
}

.bl_topNewsListItemLink {
  width: 100%;
  display: block;
  text-decoration: none;
  padding-top: 19px;
  padding-bottom: 16px;
  padding-left: 11px;
  padding-right: 25px;
  position: relative;
}

.bl_topNewsListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemLink {
    overflow: hidden;
    padding-left: 0;
  }
}

.bl_topNewsListItemLink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 11px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_topNewsListItemLink:hover::after, .bl_topNewsListItemLink:focus::after {
  right: 6px;
  border-color: #bbbbbb;
}

.bl_topNewsListItemLink[target="_blank"] {
  position: relative;
}

.bl_topNewsListItemLink[target="_blank"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23dadada%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_topNewsListItemLink[target="_blank"]::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  border: none;
  transform: none;
}

.bl_topNewsListItemLink[target="_blank"]:hover, .bl_topNewsListItemLink[target="_blank"]:focus {
  position: relative;
}

.bl_topNewsListItemLink[target="_blank"]:hover::after, .bl_topNewsListItemLink[target="_blank"]:focus::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23bbbbbb%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_topNewsListItemSubWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper {
    flex-wrap: wrap;
  }
}

.bl_topNewsListItemSubWrapper .date {
  display: inline-block;
  min-width: 9rem;
  color: #333;
  font-size: 0.875rem;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .date {
    width: 100%;
    margin-bottom: 10px;
  }
}

.bl_topNewsListItemSubWrapper .company {
  display: inline-block;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  font-size: 0.875rem;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .company {
    margin-bottom: 5px;
  }
}

.bl_topNewsListItemSubWrapper .company.xst {
  background-color: #00ac4d;
  border-color: #00ac4d;
}

.bl_topNewsListItemSubWrapper .company.wtb {
  background-color: #00abc5;
  border-color: #00abc5;
}

.bl_topNewsListItemSubWrapper .company.ret {
  background-color: #8fb73e;
  border-color: #8fb73e;
}

.bl_topNewsListItemSubWrapper .company.fds {
  background-color: #f1ad41;
  border-color: #f1ad41;
}

.bl_topNewsListItemSubWrapper .company.dev {
  background-color: #d91c4d;
  border-color: #d91c4d;
}

.bl_topNewsListItemSubWrapper .category {
  display: inline-block;
  color: #333;
  border: 1px solid #666;
  font-size: 0.875rem;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #fff;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .category {
    margin-bottom: 5px;
  }
}

.el_topNewsListItemText {
  font-size: 1rem;
  margin-top: 12px;
  color: #333;
}

.bl_topNewsListItemLink:hover .el_topNewsListItemText,
.bl_topNewsListItemLink:focus .el_topNewsListItemText {
  color: #d13d3d;
}

.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText {
  position: relative;
}

.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3A%23D13D3D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.581%2C1.005l2.414%2C2.44v10.55h-9.99V1.005H10.581%20M11%2C0H2v15h12V3.032L11%2C0L11%2C0z%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C5%209%2C5%209%2C0%2010%2C0%2010%2C4%2014%2C4%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 15px;
  background-repeat: no-repeat;
}

.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText::after {
  display: inline-block;
  bottom: 6px;
  margin-left: 0px;
  border: none;
  transform: none;
}

.el_topNewsMoreLink {
  display: inline-block;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink {
    display: block;
    width: auto;
    padding-bottom: 3px;
  }
}

.el_topNewsMoreLink::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink::before {
    transition: none;
  }
}

.el_topNewsMoreLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 4px;
  top: 0;
  bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink::after {
    top: 0;
    bottom: 6px;
    right: 9px;
    margin-top: auto;
    margin-bottom: auto;
    transition: none;
  }
}

.el_topNewsMoreLink:hover::before, .el_topNewsMoreLink:focus::before {
  width: calc(100% + 10px);
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink:hover::before, .el_topNewsMoreLink:focus::before {
    width: 100%;
  }
}

.el_topNewsMoreLink:hover::after, .el_topNewsMoreLink:focus::after {
  right: -6px;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink:hover::after, .el_topNewsMoreLink:focus::after {
    right: 9px;
  }
}

.el_topNewsMoreLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_infoListSortWrapper {
  padding-bottom: 120px;
}

.bl_searchPcOuter {
  display: block;
  margin-top: 80px;
}

@media only screen and (max-width: 567px) {
  .bl_searchPcOuter {
    display: none;
  }
}

.bl_searchSpOuter {
  display: none;
}

@media only screen and (max-width: 567px) {
  .bl_searchSpOuter {
    display: block;
    margin-top: 30px;
  }
}

.bl_searchSpWrapper {
  width: 100%;
}

.bl_searchSpTitle {
  width: 100%;
  background-color: #ebebdc;
  border-top: 1px dashed #c1c1ba;
  padding: 5px 15px 5px;
  font-weight: bold;
}

.bl_searchSpSelectWrapper {
  width: 100%;
  padding: 5px 15px 15px;
  background-color: #f1f1e8;
}

.bl_searchSpSelect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  width: 100%;
  padding: 5px 27px 5px 5px;
  border: 1px solid #333;
  border-radius: 0;
  background: url(/common/image/base/icon_form_select.svg) no-repeat right 7px center;
  background-size: 14px 8px;
  background-color: #fff;
}

.bl_searchSpSelect:focus {
  outline: auto;
}

.bl_searchPcWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 10px;
}

.bl_searchPcWrapper:last-of-type {
  margin-bottom: 0;
}

.bl_searchPcTitle {
  width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ebebdc;
  border-right: 1px dashed #c1c1ba;
}

.bl_searchPcList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 145px);
  background-color: #f1f1e8;
  padding: 25px 35px 15px 25px;
}

.el_searchPcListItemInput {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}

.el_searchPcListItemInput:checked:focus + .el_searchPcListItemLabel {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ff0;
  outline-offset: -2px;
}

.el_searchPcListItemInput:checked + .el_searchPcListItemLabel {
  background-color: #1b1c25;
  color: #fff;
  border-color: #1b1c25;
  cursor: default;
}

.el_searchPcListItemLabel {
  display: inline-block;
  min-width: 106px;
  text-align: center;
  background-color: #fff;
  color: #333;
  border: 1px solid #939393;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 4px 1em;
  font-size: 0.9375rem;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.el_searchPcListItemLabel:hover {
  background-color: #fafafa;
}

.bl_newsListOuter {
  padding-top: 60px;
  margin-top: -20px;
  margin-bottom: 40px;
  outline: none;
  position: relative;
}

.el_newsListError {
  margin-bottom: 40px;
}

.el_newsListLoading {
  position: absolute;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  top: 30px;
  left: 0;
}

.el_newsListLoadingAnime {
  width: 26px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.el_newsListLoadingAnime > .el_newsListLoadingAnimeDot {
  display: block;
  background-color: #333;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  margin: 0;
  display: inline-block;
  animation: ball-beat .7s 0s infinite linear;
}

.el_newsListLoadingAnime > .el_newsListLoadingAnimeDot:nth-child(2n-1) {
  animation-delay: -0.35s !important;
}

@keyframes ball-beat {
  50% {
    opacity: .2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.el_newsListLoadingAnimeText {
  display: inline-block;
  margin-left: 10px;
  color: #555;
  font-size: 0.9375rem;
}

.bl_newsListPaginationOuter {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

@media only screen and (max-width: 567px) {
  .bl_newsListPaginationOuter {
    flex-wrap: wrap;
  }
}

.el_newsListPaginationPrevFirst {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #ccc;
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}

.el_newsListPaginationPrevFirst:focus {
  border: 2px solid #000;
}

.el_newsListPaginationPrevFirst.active {
  background-color: #348354;
  pointer-events: visible;
  cursor: pointer;
  padding-right: 0;
}

.el_newsListPaginationPrevFirst.active:hover {
  padding-right: 5px;
  background-color: #30784d;
}

@media only screen and (max-width: 567px) {
  .el_newsListPaginationPrevFirst {
    order: 1;
  }
}

.el_newsListPaginationNextLast {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #ccc;
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  transition-property: background-color,padding;
}

.el_newsListPaginationNextLast:focus {
  border: 2px solid #000;
}

.el_newsListPaginationNextLast.active {
  background-color: #348354;
  pointer-events: visible;
  cursor: pointer;
  padding-left: 0;
}

.el_newsListPaginationNextLast.active:hover, .el_newsListPaginationNextLast.active:focus {
  padding-left: 5px;
  background-color: #30784d;
}

@media only screen and (max-width: 567px) {
  .el_newsListPaginationNextLast {
    order: 4;
  }
}

.el_newsListPaginationPrev {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #ccc;
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}

.el_newsListPaginationPrev:focus {
  border: 2px solid #000;
}

.el_newsListPaginationPrev.active {
  background-color: #00ac4d;
  pointer-events: visible;
  cursor: pointer;
  padding-right: 0;
}

.el_newsListPaginationPrev.active:hover {
  padding-right: 5px;
  background-color: #009d46;
}

@media only screen and (max-width: 567px) {
  .el_newsListPaginationPrev {
    order: 2;
  }
}

.el_newsListPaginationNext {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background-color: #ccc;
  color: #fff;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  transition-property: background-color,padding;
}

.el_newsListPaginationNext:focus {
  border: 2px solid #000;
}

.el_newsListPaginationNext.active {
  background-color: #00ac4d;
  pointer-events: visible;
  cursor: pointer;
  padding-left: 0;
}

.el_newsListPaginationNext.active:hover, .el_newsListPaginationNext.active:focus {
  padding-left: 5px;
  background-color: #009d46;
}

@media only screen and (max-width: 567px) {
  .el_newsListPaginationNext {
    order: 3;
    margin-left: auto;
  }
}

.bl_newsListPaginationList {
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 567px) {
  .bl_newsListPaginationList {
    width: 100%;
    flex-wrap: wrap;
    order: 5;
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
}

.bl_newsListPaginationListItem {
  display: block;
  min-width: 40px;
  height: 40px;
  margin-right: 10px;
}

@media only screen and (max-width: 567px) {
  .bl_newsListPaginationListItem {
    margin-bottom: 10px;
  }
}

.bl_newsListPaginationListItem:last-of-type {
  margin-right: 0;
}

.bl_newsListPaginationListItem.none {
  display: none;
}

.bl_newsListPaginationListItem.first:nth-of-type(n+7):nth-last-of-type(n+4) {
  display: none;
}

.bl_newsListPaginationListItem.first:nth-of-type(6) {
  margin-right: 22px;
  margin-left: 12px;
}

.bl_newsListPaginationListItem.first:nth-of-type(6) .el_newsListPaginationListItemBtn {
  pointer-events: none;
  border: none;
  color: transparent;
  background: url(/common/image/info/icon_searchOmit.svg) no-repeat center center;
  background-size: 24px 6px;
}

.bl_newsListPaginationListItem.last:nth-last-of-type(n+7):nth-of-type(n+4) {
  display: none;
}

.bl_newsListPaginationListItem.last:nth-last-of-type(6) {
  margin-right: 22px;
  margin-left: 12px;
}

.bl_newsListPaginationListItem.last:nth-last-of-type(6) .el_newsListPaginationListItemBtn {
  pointer-events: none;
  border: none;
  color: transparent;
  background: url(/common/image/info/icon_searchOmit.svg) no-repeat center center;
  background-size: 24px 6px;
}

.bl_newsListPaginationListItem.center {
  display: none;
}

.bl_newsListPaginationListItem.center:first-of-type {
  display: block;
  margin-right: 22px;
  margin-left: 45px;
}

@media only screen and (max-width: 567px) {
  .bl_newsListPaginationListItem.center:first-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}

.bl_newsListPaginationListItem.center:first-of-type .el_newsListPaginationListItemBtn {
  pointer-events: none;
  border: none;
  color: transparent;
  background: url(/common/image/info/icon_searchOmit.svg) no-repeat center center;
  background-size: 24px 6px;
}

.bl_newsListPaginationListItem.center:last-of-type {
  display: block;
  margin-right: 22px;
  margin-left: 45px;
}

@media only screen and (max-width: 567px) {
  .bl_newsListPaginationListItem.center:last-of-type {
    margin-left: 0;
    margin-right: 0;
  }
}

.bl_newsListPaginationListItem.center:last-of-type .el_newsListPaginationListItemBtn {
  pointer-events: none;
  border: none;
  color: transparent;
  background: url(/common/image/info/icon_searchOmit.svg) no-repeat center center;
  background-size: 24px 6px;
}

.bl_newsListPaginationListItem.center.centerCurrent {
  display: block;
}

.el_newsListPaginationListItemBtn {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #00ac4d;
  color: #333;
  cursor: pointer;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.el_newsListPaginationListItemBtn:focus {
  border: 2px solid #000;
}

.el_newsListPaginationListItemBtn:hover, .el_newsListPaginationListItemBtn:focus {
  background-color: #e2f1d9;
}

.el_newsListPaginationListItemBtn.current {
  background-color: #00ac4d;
  color: #fff;
  pointer-events: none;
}

/**********************************************************************************************
お知らせ詳細
**********************************************************************************************/
.bl_infoDetailOuter {
  margin-top: -24px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 819px) {
  .bl_infoDetailOuter {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_infoDetailOuter {
    margin-top: 0;
  }
}

.bl_infoDetailTitleWrapper {
  width: 100%;
  text-align: right;
  padding-left: 7em;
  display: block;
  margin-left: auto;
  margin-bottom: 80px;
}

@media only screen and (max-width: 819px) {
  .bl_infoDetailTitleWrapper {
    padding-left: 0;
    text-align: left;
  }
}

@media only screen and (max-width: 567px) {
  .bl_infoDetailTitleWrapper {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.bl_infoDetailTitle {
  font-size: 1.5rem;
  font-weight: bold;
}

.bl_infoDetailContentsWrapper .bl_infoDetailContentsTitle {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.bl_infoDetailContentsWrapper p {
  font-size: 0.9375rem;
  line-height: 1.7;
}

.bl_infoDetailContentsWrapper p a {
  color: #005094;
}

.bl_infoDetailContentsWrapper p a:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_infoDetailContentsWrapper p a[target="_blank"] {
  position: relative;
  padding-right: 24px;
}

.bl_infoDetailContentsWrapper p a[target="_blank"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_infoDetailContentsWrapper p a[target="_blank"]::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 7px;
  border: none;
  transform: none;
}

.bl_infoDetailBtmWrapper + .bl_infoDetailContentsWrapper {
  margin-top: 160px;
}

.bl_infoDetailBtmList {
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
}

.bl_infoDetailBtmListItem {
  width: 100%;
  margin-bottom: 20px;
}

.bl_infoDetailBtmListItem:last-of-type {
  margin-bottom: 0;
}

.bl_infoDetailBtmListItemLink {
  display: block;
  width: 100%;
  height: 100%;
  color: #005094;
  font-size: 0.9375rem;
  padding: 36px 58px 36px 40px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_infoDetailBtmListItemLink::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 40px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_infoDetailBtmListItemLink:hover, .bl_infoDetailBtmListItemLink:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.bl_infoDetailBtmListItemLink:hover::before, .bl_infoDetailBtmListItemLink:focus::before {
  right: 35px;
  border-color: #bbbbbb;
}

.bl_infoDetailBtmListItemLink[target="_blank"] {
  position: relative;
  padding-right: 58px;
}

.bl_infoDetailBtmListItemLink[target="_blank"]::before {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23333%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_infoDetailBtmListItemLink[target="_blank"]::before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 40px;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  transform: none;
}

.bl_infoDetailBtmListItemLink[href$=".pdf"] {
  position: relative;
}

.bl_infoDetailBtmListItemLink[href$=".pdf"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3A%23D13D3D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.581%2C1.005l2.414%2C2.44v10.55h-9.99V1.005H10.581%20M11%2C0H2v15h12V3.032L11%2C0L11%2C0z%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C5%209%2C5%209%2C0%2010%2C0%2010%2C4%2014%2C4%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 15px;
  background-repeat: no-repeat;
}

.bl_infoDetailBtmListItemLink[href$=".pdf"]::after {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  border: none;
  transform: none;
}

.bl_infoDetailBtmListItemLink:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #000;
  outline-offset: -2px;
}

.bl_infoDetailContents_1,
.bl_infoDetailContents_2,
.bl_infoDetailContents_3 {
  padding-bottom: 80px;
}

.bl_infoDetailContents-imageRightWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 567px) {
  .bl_infoDetailContents-imageRightWrapper {
    display: block;
  }
}

.bl_infoDetailContents-imageCenterWrapper {
  display: block;
}

.bl_infoDetailContents-imageCenterWrapper + .bl_infoDetailContents_1 {
  margin-top: 40px;
}

@media only screen and (max-width: 567px) {
  .bl_infoDetailContents-imageCenterWrapper + .bl_infoDetailContents_1 {
    margin-top: 20px;
  }
}

.bl_infoDetailContentsImageWrapper {
  width: 36.21%;
}

@media only screen and (max-width: 567px) {
  .bl_infoDetailContentsImageWrapper {
    width: 100%;
  }
}

.bl_infoDetailContents-imageCenterWrapper .bl_infoDetailContentsImageWrapper {
  margin-left: auto;
  margin-right: auto;
}

.bl_infoDetailContentsImageWrapper img {
  width: 100%;
  height: auto;
}

.bl_infoDetailContentsTextWrapper {
  width: calc(100% - 39.66%);
}

@media only screen and (max-width: 567px) {
  .bl_infoDetailContentsTextWrapper {
    width: 100%;
    margin-top: 20px;
  }
}

.bl_infoDetailContents-imageCenterWrapper .bl_infoDetailContentsTextWrapper {
  width: 100%;
  margin-top: 80px;
}

@media only screen and (max-width: 567px) {
  .bl_infoDetailContents-imageCenterWrapper .bl_infoDetailContentsTextWrapper {
    margin-top: 20px;
  }
}

.el_newdDetailContentsText {
  margin-bottom: 1em;
}

.el_newdDetailContentsText:last-of-type {
  margin-bottom: 0;
}
/*# sourceMappingURL=info.css.map */