@charset "UTF-8";
.fv-ttl-area {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
.ttl-area-img {
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 7%;
  width: 30%;
  height: auto;
  background: linear-gradient(to bottom, rgba(207, 235, 247, 0.8) 0%, rgba(207, 235, 247, 0.3) 80%);
  z-index: 1;
}
.content-ttl2 {
  border-color: #30aadc;
}
.fv-lead {
  position: relative;
  z-index: 2;
}
.sorttbl {
  border: 1px solid #bbb;
}
th {
  padding: 5px 0;
  letter-spacing: .1em;
  border-left: 1px solid #bbb;
  background: #eee;
  cursor: pointer;
}
th:hover {
  background: #f6f6f6;
}
th:nth-child(1) {
  letter-spacing: .15em;
  border-left: none;
}
th .fa-sort {
  font-size: 1.5rem;
}
.item td {
  padding: 12px 10px;
  border: 1px solid #bbb;
  border-width: 1px 0 0 1px;
}
.item td:nth-child(1) {
  padding-right: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  border-left: none;
}
.item td:nth-child(1) .docu {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .05em;
  color: rgba(0, 114, 49, 0.9);
}
.item td:nth-child(1) .docu::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: bold;
  display: inline-block;
  padding: 0 8px 0 3px;
  color: #e00;
  transform: scale(1.3, 1.3);
}
.item td:nth-child(1) .date {
  display: inline-block;
  padding: 0 1em 0 2em;
  font-size: 85%;
  color: #666;
  letter-spacing: .08em;
}
.item td:nth-child(1) .auth {
  display: inline-block;
  font-size: 85%;
  color: #666;
  letter-spacing: .08em;
}
.item td:nth-child(2) {
  width: 17%;
  text-align: center;
}
.item td:nth-child(3) {
  width: 21%;
  min-width: 10em;
  font-size: 1.3rem;
  font-weight: 500;
  color: #000;
}
.naiyou {
  display: inline;
}
.exp-kuni {
  display: inline;
}
.exp-kuni::before, .exp-kuni::after {
  content: "（";
  display: inline-block;
}
.exp-kuni::after {
  content: "）";
}
@media (max-width: 499px) {
  .item td {
    padding: 12px 5px;
  }
  .item td:nth-child(1) {
    padding-right: 3px;
    width: initial;
  }
  .item td:nth-child(1) .auth {
    display: none;
  }
  .item td:nth-child(1) .date {
    padding-left: 0;
  }
  .item td:nth-child(2) {
    /*品名のtd*/
    width: 5.5em !important;
    text-align: center;
  }
  .naiyou {
    display: none;
  }
  .exp-kuni {
    text-align: center;
  }
  .exp-kuni::before, .exp-kuni::after {
    display: none;
  }
  .item td:nth-child(3) {
    /*輸出国、td*/
    width: 5.5em;
    min-width: initial;
  }
  .item td:nth-child(3) .exp-kuni {
    display: block;
  }
}