@charset "UTF-8";
/* CSS Document */
/*------------見出し------------*/
main.p-registration h1.www8-title {
  max-width: 1120px;
}
div.seido__inner h2 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
div.seido__inner h3 {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  div.seido__inner h2 {
    font-size: 1.4rem;
  }
  div.seido__inner h3 {
    font-size: 1.4rem;
  }
  main.p-registration h1.www8-title {
    width: 100%;
  }
}
/*------------安全保障貿易管理制度について------------*/
table.groupA {
  width: 100%;
  max-width: 47em;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  line-height: 1.45;
}
table.groupA th {
  width: 8.5em;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 0.7em;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
table.groupA td {
  background: #fff;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 1em;
  vertical-align: top;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  div.seido__inner table.groupA th, div.seido__inner table.groupA td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  div.seido__inner table.groupA tr:last-child td:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
}
/*------------フッター上 ホットライン・個人情報リンク------------*/
div.hotline_l {
  margin-top: 40px;
  font-size: 1.3rem !important;
  line-height: 1.5;
}
div.hotline_l div.col-md-9 {
  text-align: left;
  margin-bottom: 5px;
}
div.hotline_l div.col-md-3 {
  text-align: right;
}
/*------------該非判定書 検索結果　テーブル------------*/
div.seido__inner h2 {
  font-size: 1.9rem;
  text-align: center;
  font-weight: bold;
}
.sec_table {
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
  overflow-x: auto; /* 横スクロールを可能にする */
}
.sec_table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
}
.sec_table table td {
  padding: 6px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  line-height: 1.5;
}
.sec_table table tr:nth-child(odd) td {
  background-color: #ffffff !important;
}
/* 偶数行 */
.sec_table table tr:nth-child(even) td {
  background-color: #f4f4f4 !important;
}
.sec_table table tr td input {
  width: 120px;
  height: 30px;
  padding: 0;
  margin: 0;
}
.sec_table table tr td input:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.sec_table table tr td:nth-of-type(1) {
  font-weight: bold;
  color: #00a32c;
  width: auto;
  white-space: nowrap;
  border-left: 1px solid #ddd;
  padding-left: 1em;
  text-align: left;
}
.sec_table table tr td:nth-of-type(2) {
  width: auto;
  text-align: left;
}
.sec_table table tr td:nth-of-type(3) {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .sec_table table, .sec_table thead, .sec_table tbody, .sec_table th, .sec_table td, .sec_table tr {
    display: block; /* ブロック要素にする */
  }
  .sec_table table {
    border-top: none;
    font-size: 1.4rem;
  }
  .sec_table tr {
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }
  .sec_table td {
    border: none;
    position: relative;
  }
  /* 各セルにラベルを付ける */
  .sec_table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 10em;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .sec_table table tr td:nth-of-type(1) {
    font-weight: bold;
    color: #00a32c;
    width: 100%;
    max-width: 100%;
    border-left: none;
    padding-left: 1em;
    padding-right: 1em;
    white-space: normal;
  }
  .sec_table table tr td:nth-of-type(2) {
    padding-left: 1em;
    padding-right: 1em;
  }
  .sec_table table tr td:nth-of-type(3) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0.7em;
    vertical-align: middle;
    border-bottom: none;
    border-right: none;
  }
  .sec_table table tr:nth-child(odd) td {
    background-color: #ffffff !important;
  }
  /* 偶数行 */
  .sec_table table tr:nth-child(even) td {
    background-color: #ffffff !important;
  }
}
input[type="image"] {
  vertical-align: bottom;
}
/*------------戻るボタン-----------*/
p.bk_link {
  margin-top: 1em;
}
p.bk_link a {
  text-align: right;
  font-size: 1.6rem !important;
  position: relative;
  padding-left: 22px;
  text-decoration: none;
  vertical-align: middle;
}
p.bk_link a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(/assets/img/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  p.bk_link a {
    font-size: 1.4rem !important;
  }
  p.bk_link a:before {
    padding-left: 20px;
    width: 14px;
    height: 14px;
  }
}
/* 該非判定書 形式検索 リスト */
div.seido__inner ul.top_pad {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px; /* 隙間 */
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 700px;
  margin: 1.5em auto;
}
/* 各リストアイテム */
div.seido__inner ul.top_pad li.li_menu {
  width: calc(100% / 10 - 6px); /* 10列になるように計算 */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #676767;
}
@media print {
  div.seido__inner ul.top_pad li.li_menu {
    width: calc(100% / 10 - 6px) !important;
  }
}
/* リンクのスタイル */
div.seido__inner ul.top_pad li.li_menu a {
  text-decoration: none;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.6em;
  box-sizing: border-box;
}
div.seido__inner ul.top_pad li.li_menu:hover, li.li_menu a:hover {
  background-color: #dedede;
  opacity: 1;
}
/* レスポンシブ対応 スマホ6列 */
@media (max-width: 767px) {
  div.seido__inner ul.top_pad li.li_menu {
    width: calc(100% / 6 - 5px);
  }
  div.seido__inner ul.top_pad li.li_menu a {
    padding: 0.5em;
  }
}
/*安全保障貿易管理制度について*/
div.seido__inner h2:not(:first-of-type) {
  margin-top: 3em;
}