@charset "UTF-8";

/* =========================================================
   TOP
========================================================= */
/* p
----------------------------------------------- */
.top .body p {
  margin-bottom: 5px;
  text-align: center;
}

/* =========================================================
  site layout
========================================================= */
#container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow-x: hidden;
}

#pageHeader {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 10px 0;
}

#main {
  flex-grow: 1;
  width: 100%;
  max-width: var(--site-width);
  margin: 20px auto;
}

#wrapper {
  display: flex;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  #pageHeader {
    padding: 20px 20px 30px;
  }

  #main {
    padding: 0 20px;
  }

  #smart-menu {
    display: none;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {
  #content {
    max-width: 100%;
  }
}

@media only screen and (max-width: 959px) {
  #pageHeader {
    display: block;
    padding: 0 20px;
  }

  #pageNav {
    margin-bottom: 0;
  }

  #main {
    max-width: 100%;
    margin: 0 0 40px;
  }

  #wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}

/* body
----------------------------------------------- */
.body p,
.summary p {
  margin: 0 0 1rem;
}

.body table {
  margin-bottom: 1rem;
  border: 1px solid var(--mono-color-6);
}

table[border="0"],
table[border="0"] th,
table[border="0"] td {
  border: 0;
}

/* button
----------------------------------------------- */
#back a,
.back a,
a[href].more,
.more a[href] {
  display: block;
  margin: 20px 0 0;
  padding: 8px;
  border: 1px solid var(--mono-color-6);
  border-radius: 6px;
  /*  box-shadow: 0 0 0 3px var(--mono-color-8) inset; */
  color: var(--mono-color-1);
  text-align: center;
  text-decoration: none;
}

#back a,
.back a {
  display: inline-block;
}

#back a:hover,
.back a:hover,
a[href].more:hover,
.more a[href]:hover {
  background-color: var(--mono-color-8);
}

/* google-search
----------------------------------------------- */
#searchBtn {
  height: 33px;
  width: 70px;
  padding: 4px 3px;
  border-color: transparent;
  background: #2e75b6 !important;
  color: #fff;
  font-size: 1rem;
  margin-left: 4px;
}

.gsc-search-button .gsc-search-button svg {
  display: none;
}

.gsc-search-button button.gsc-search-button {
  width: 70px;
  padding: 4px 3px;
  border-color: transparent;
  background: #2e75b6 !important;
  color: #fff;
  font-size: 1rem;
  margin-left: 4px;
  border-radius: 3px;
}

.gsc-search-button button.gsc-search-button::after {
  content: "検索";
  color: #fff; 
  text-align: center;
  font-size: 1rem;
  width: 45px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: center;
}

.gsc-input-box {
  border: none !important;
}

input#gsc-i-id1 {
  background-position: 9px center !important;
  padding: 0 3px !important;    
}

@media only screen and (max-width: 959px) {
  #search-box {
    display: none;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 9999;
    width: 100%;
    padding: 20px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background-color: var(--mono-color-9);
  }

  #cse-search-box input[type="text"] {
    width: calc(100% - 74px) !important;
  }
}

/* site-logo
----------------------------------------------- */
#siteLogo {
  margin-right: auto;
}

@media only screen and (max-width: 959px) {
  #siteLogo h1 img {
    max-width: calc(100% - 106px);
  }
}

/* header-menu
----------------------------------------------- */
div#headerMenu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-end;
}

/* headerSubmenu
----------------------------------------------- */
div#headerSubmenu {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media only screen and (max-width: 959px) {
  div#officialBanner,
  div#headerContact {
    display: none;
  }
}

/* archive
----------------------------------------------- */
#archive .pieceBody {
  padding: 12px;
}

#archive .pieceBody ul {
  margin-bottom: 4px;
}

#archive .pieceBody ul li {
  margin-left: 1.5rem;
  list-style-type: disc;
}

#archive .pieceBody ul li li {
  list-style-type: circle;
}

/* ranking
----------------------------------------------- */
div[class^="contentRank"] h2 {
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  background: url("./images/tl_h4.gif") left center no-repeat;
}

div[class^="contentRank"] ul {
  padding: 0 20px;
}

div[class^="contentRank"] li,
#faqRanking li {
  display: flex;
  margin-bottom: 6px;
}

div[class^="contentRank"] li span,
div[class^="contentRank"] li a,
#faqRanking li span,
#faqRanking li a {
  display: inline-block;
  vertical-align: top;
}

div[class^="contentRank"] li .rank,
#faqRanking li .rank {
  flex-basis: 20px;
  height: 20px;
  margin: 2px 10px 0 0;
  background-color: #bfe4f3;
  font-size: 0.875rem;
  text-align: center;
}

div[class^="contentRank"] li a,
#faqRanking li a {
  flex-basis: auto;
  margin-right: 0.5rem;
}

div[class^="contentRank"] .ranking1 .rank,
#faqRanking .ranking1 .rank {
  background-color: #fbc93b;
}

div[class^="contentRank"] .ranking2 .rank,
#faqRanking .ranking2 .rank {
  background-color: #ccc;
}

div[class^="contentRank"] .ranking3 .rank,
#faqRanking .ranking3 .rank {
  background-color: #c7b299;
}

/* page-ranking-index
----------------------------------------------- */
/* off 2024/07/12
.contentPage ul {
margin-bottom: 1rem;
padding-left: 2rem;
}
----------------------------------------------- */

.contentPage ul {
  list-style-type: disc;
}

.contentPage li {
  margin-bottom: 5px;
}

/* =========================================================
   page
========================================================= */
.page .body {
  padding: 10px;
}

.page .body h2 {
  margin-bottom: 10px;
  padding: 5px 0 5px 18px;
  background: url("./images/tl_h3.gif") left center no-repeat;
}

.page .body form+h2 {
  margin-top: 15px;
}

.page .body h3 {
  margin-bottom: 5px;
  padding: 0 0 0 18px;
  background: url("./images/tl_h4.gif") left 0.2em no-repeat;
}

.page .body p {
  margin: 0 0 15px;
}

.page .body p img {
  max-width: 100%;
}

.page .body ul {
  margin: 0 0 10px 15px;
  list-style-type: none;
}

.page .body ul li {
  padding: 5px 0 5px 10px;
  background: url("./images/ic_arrow_01.gif") left 0.8em no-repeat;
}

.page .body ul li ul,
.page .body ul li ol,
.page .body ol li ul,
.page .body ol li ol {
  margin-left: 0;
}

.page .body ol {
  padding: 0 0 0.5em 20px;
}

.page .body ol li {
  line-height: 1.5;
  margin: 0 0 0.5em 0;
  background: none;
}

.page .body a img {
  margin-left: 2px;
}

.attention {
  color: #ee0000;
}

/* table
----------------------------------------------- */
.page table {
  width: 100%;
  margin-bottom: 15px;
}

.page th {
  white-space: nowrap;
}

.page td {
  background-color: #fff;
}

.page table.headL th {
  text-align: left;
}

.page table.dataC td {
  text-align: center;
}

.page table.dataC .left {
  text-align: left;
}

.page table .update {
  background: #ffffc0;
}

.page table.head_nowrap th {
  white-space: nowrap;
}

/* テーブルはみ出し防止 */
.page table.break th {
  white-space: nowrap;
}

.page table.break td {
  word-break: break-all;
}

.page .dir-use-naccspack table th {
  white-space: normal;
}

/* naccs-pack
----------------------------------------------- */
table .c1 {
  width: 12px;
}

table .c2 {
  width: 180px;
}

table .c3 {
  width: 170px;
}

table .c4 {
  width: 12px;
}

table .c5 {
  width: 12px;
}

table .c6 {
  width: 12px;
}

table .check {
  text-align: center;
}

/* table width
----------------------------------------------- */
table .detail {
  width: 300px;
}

table .sys_num,
table .edi-code-num {
  width: 34px;
}

table .check_on,
table .check_off {
  width: 80px;
}

table .shiyou-num {
  width: 40px;
}

table .shiyou-code {
  width: 48px;
}

table .shinsei-code {
  width: 65px;
}

table .shinsei-name {
  width: 80px;
}

table .cupes-code {
  width: 80px;
}

table .shiyou-edi {
  width: 10.2em;
}

table .headlines01 {
  width: auto;
}

table .headlines02 {
  width: 280px;
}

table .headlines04 {
  width: 125px;
}

table .kaisen1 {
  width: 15px;
}

table .kaisen2 {
  width: 52px;
}

table .kaisen3 {
  width: 230px;
}

table .kaisen4 {
  width: 55px;
}

/*table .inq1 { width: 80px; }*/
table .anipas1 {
  width: 220px;
}

table .etcdoc1 {
  width: 10px;
}

table .etcdoc2 {
  width: 275px;
}

table .psman1 {
  width: 110px;
}

#tbl2 td#h1,
#tbl5 td:first-child {
  min-width: 4.8em;
}

#page-system-code-berthMap table,
#page-system-code-berthMap th,
#page-system-code-berthMap td {
  border: 0;
}

/* pagelink
----------------------------------------------- */
.pagelink dd {
  margin-bottom: 10px;
  border-bottom: 1px dotted #adadad;
}

.pagelink dd ul {
  margin: 0 0 10px 20px;
}

.pagelink dt,
.pagelink dd li {
  margin-right: 20px;
  padding: 5px 0 0 15px;
  background: url("./images/ic_arrow_02_down.gif") left 0.7em no-repeat;
}

.pagelink dd li {
  display: inline-block;
}

/* table col3-4
----------------------------------------------- */
.cols4 .col,
.cols3 .col {
  float: left;
  margin: 0 1% 0 0;
}

.cols4 .colR,
.cols3 .colR {
  float: left;
  margin: 0;
}

.cols4 .col,
.cols4 .colR {
  width: 24.2%;
}

.cols3 .col,
.cols3 .colR {
  width: 32.6%;
}

.cols4 .col th,
.cols3 .col th,
.cols4 .colR th,
.cols3 .colR th {
  width: 50%;
  vertical-align: top;
}

.cols4 .col td,
.cols3 .col td,
.cols4 .colR td,
.cols3 .colR td {
  border-left: 1px solid #adadad;
  text-align: center;
}

/* acl-index-icon
----------------------------------------------- */
.icon1,
.icon2 {
  min-height: 28px;
  padding: 5px 0 0 33px;
  background-position: left 0.25em;
  background-repeat: no-repeat;
}

.icon1 {
  background-image: url("./images/acl_1.gif");
}

.icon2 {
  background-image: url("./images/acl_2.gif");
}

/* 業務仕様書
----------------------------------------------- */
.page div.date {
  display: none;
}

.page .contentGpArticleDoc .body p {
  margin: 0 0 15px;
}

.page .contentGpArticleDoc .body table th {
  white-space: nowrap;
}

.page .contentGpArticleDoc .body table td {
  padding: 8px 7px;
}

.page .contentGpArticleDoc .body table tr.output td:empty,
.page .contentGpArticleDoc .body table tr.output~tr td:empty {
  display: none;
}

h2.date {
  padding: 5px 0 5px 18px;
  background: url("./images/tl_h3.gif") no-repeat left center;
}

.page .body ul {
  margin-bottom: 15px;
  /*padding: 0 20px 0 15px;*/
}

.page .body ol {
  margin-bottom: 15px;
  padding: 0 0 0 20px;
}

.page .body ul li {
  line-height: 2;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.8em;
}

.page .body ul li ul {
  margin-bottom: 0;
}

.page .body ol li {
  padding: 0;
  background: none;
}

.contentGpArticleDocs .docs h2.date {
  padding: 5px 0 5px 18px;
  background: url("./images/tl_h3.gif") no-repeat left 0.25em;
}

/*.dir-docsDrive #pageTitle {
  display: none;
}*/

.contentOrganization .lastet,
.page .contentGpCategory .latest {
  margin: 0;
  padding: 0;
  position: relative;
}

/*.page .contentGpCategory .feed {
  display: none;
  top: -42px;
}*/
body[class*="-ref"] .contentGpCategoryCategory .feed,
body[class*="-shiyou"] .contentGpCategoryCategory .feed,
body[class*="-qanda"] .contentGpCategoryCategory .feed,
.page .contentGpCategory .feed {
  display: none !important;
}

.contentOrganization .more,
.page .contentGpCategory .more {
  margin-top: 1em;
  padding: 0 5px 10px 0;
  /*text-align: right;*/
}

.page .contentGpCategory td.name {
  width: 30%;
}

.page .contentGpCategory td.page a {
  display: block;
}

.page .gyoumuShiyou .iconPdf,
.page .gyoumuShiyou .iconDefault {
  line-height: normal;
  margin: 0;
  padding: 0;
  background: none;
}

.contentGpArticleDoc .inquiry h2 {
  font-weight: normal;
}

.contentGpArticleDoc .inquiry address {
  font-style: normal;
}

/* 業務仕様書・仕様変更一覧トップ
----------------------------------------------- */
#refSearch {
  margin: 1em 0 calc(1em - 10px);
}

#refSearch .pieceContainer h2 {
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #1371bb url("./images/tl_h2.gif") left top no-repeat;
  color: #fff;
  font-weight: bold;
}

#refSearch input.search-box {
  width: 68%;
}

#ref-search-box .criteriaKeyword .keywordField,
#ref-search-box .criteriaKeyword .keywordField input[type="text"],
#faq-search-box .criteriaKeyword .keywordField,
#faq-search-box .criteriaKeyword .keywordField input[type="text"] {
  width: 100%;
}


  #refSearch input[type="text"],
  #ref-search-box input[type="text"],
  #faqSearch input[type="text"],
  #faq-search-box input[type="text"] {
    width: calc(100% - 74px);
    font-size: 1rem;
  }


#docLinkMenu::after {
  content: "";
  clear: both;
  display: block;
}

#docLinkMenu .left {
  float: left;
  width: 49%;
}

#docLinkMenu .right {
  float: right;
  width: 49%;
}

@media only screen and (max-width: 959px) {

  #docLinkMenu .left,
  #docLinkMenu .right {
    float: none;
    width: 100%;
  }
}

#docLinkMenu ul {
  margin: 0 0 5px;
  padding: 0;
}

#docLinkMenu ul li {
  margin-left: 10px;
  padding: 0;
  background: url("./images/ic_arrow_01.gif") 5px 0.7em no-repeat;
  text-indent: 14px;
}

#docLinkMenu ul li#categoryCode,
#docLinkMenu ul li#categoryCode li,
#docLinkMenu ul li#categoryKouwanGym,
#docLinkMenu ul li#categoryJetGym,
#docLinkMenu ul li#categoryJyouinGym,
#docLinkMenu ul li#db,
#docLinkMenu ul li#koushukai {
  margin: 0;
}

#docLinkMenu ul li#categoryKouwanGym {
  margin-top: 5px;
}

#categoryKouwanGym {
  margin-top: 5px;
}

#docLinkMenu ul li.level1 p {
  margin: 0 0 5px;
  padding: 0;
  background: #deeaf8 url("./images/ic_arrow_01.gif") 5px 0.7em no-repeat;
  text-indent: 14px;
}

#docLinkMenu ul li.level1 p a {
  display: block;
  padding: 0;
}

#docLinkMenu .bottom ul li {
  margin: 0;
}

#docLinkMenu .bottom ul li ul li {
  margin-left: 10px;
}

#docLinkMenu .children {
  padding: 0;
}

#docLinkMenu .children::before,
#docLinkMenu .children::after {
  content: "";
  display: table;
}

#docLinkMenu .children::after {
  clear: both;
}

#docLinkMenu .children {
  border-left: 1px dashed #3d8cc7;
  border-radius: 3px;
}

#docLinkMenu .children li {
  float: left;
  width: 49.6%;
  margin: 0;
  border-right: 1px dashed #3d8cc7;
  border-bottom: 1px dashed #3d8cc7;
  border-radius: 3px;
}

#docLinkMenu ul.children li a {
  display: block;
}

#docLinkMenu .children #category0-9,
#docLinkMenu .children #categoryM,
#docLinkMenu .children #category09,
#docLinkMenu .children #categoryAirN,
#docLinkMenu .children #category092,
#docLinkMenu .children #categorySeaN {
  border-top: 1px dashed #3d8cc7;
}

#docLinkMenu .listLeft {
  float: left;
  width: 68%;
  margin-right: 30px;
}

#docLinkMenu .listRight {
  float: left;
}

#docLinkMenu .listRight li {
  margin: 0;
  padding: 0;
  background: url("./images/ic_dot_01.gif") left center no-repeat;
  text-indent: 10px;
}

#page-system-shiyou-index h2,
#page-system-shiyou-index h3 {
  background: none;
  font-weight: normal;
}

#page-system-shiyou-index .body ul {
  padding-bottom: 30px;
}

#content .contentPage .body dl dd {
  margin-bottom: 0.5em;
  padding-left: 5em;
}

/* コード別リンク一覧 table化：2017/6/29
----------------------------------------------- */
#docLinkMenu table.children {
  border: 0px;
  margin: 10px auto;
  width: 95% !important;
}

#docLinkMenu table.children tbody tr td {
  width: 49.5%;
  height: 25px;
  margin: 0;
  padding: 0;
  background: url("./images/ic_arrow_01.gif") 5px 0.7em no-repeat;
  border: 1px dashed #9dc5e3;
  border-radius: 3px;
  line-height: 1;
  text-indent: 14px;
}

#docLinkMenu table.children tbody tr td a {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 959px) {
  .page .body {
    padding: 0;
  }

  #docLinkMenu table.children {
    width: 100% !important;
    margin: 0 !important;
  }

  #docLinkMenu ul li.level1 {
    margin: 1em 0 0 !important;
  }

  .scroll {
    width: 100%;
    margin-bottom: 1rem;
    overflow: auto;
    white-space: nowrap;
  }

  .recent .scroll {
    width: 100%;
  }

  .scroll::-webkit-scrollbar {
    height: 15px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #ccc;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #0266B6;
  }

  .scroll table {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 1em !important;
    table-layout: auto;
  }

  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* anchorLink
----------------------------------------------- */
.page ul.anchorLink {
  margin: 0 0 15px;
  padding: 0;
}

.page ul.anchorLink li {
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  background: none;
}

/* back
----------------------------------------------- */
.back::after {
  content: "";
  clear: both;
  display: block;
}

.back {
  margin-top: 20px;
  text-align: center;
}

.back a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999;
  background-color: #ececec;
}

/* =========================================================
   page col-1
========================================================= */
.col1 .body {
  padding: 10px;
}

.col1 .body h2 {
  margin-bottom: 10px;
  padding: 5px 0 5px 18px;
  background: url("./images/tl_h3.gif") left center no-repeat;
}

.col1 .body h3 {
  margin-bottom: 10px;
  padding: 0 0 0 18px;
  background: url("./images/tl_h4.gif") left 0.2em no-repeat;
}

.col1 .body p {
  margin: 0 0 15px;
}

.col1 .body p img {
  max-width: 100%;
  vertical-align: middle;
}

.col1 .body ul {
  margin: 0 0 10px 15px;
  list-style-type: none;
}

.col1 .body ul li {
  padding: 5px 0 5px 10px;
  background: url("./images/ic_dot_01.gif") left 0.9em no-repeat;
}

.col1 .body ol {
  padding: 0 0 0.5em 20px;
}

.col1 .body ol li {
  line-height: 1.5;
  margin: 0 0 0.5em 0;
}

.col1 .attention {
  color: #ee0000;
}

/* table
----------------------------------------------- */
.col1 table {
  width: 100%;
  margin-bottom: 15px;
}

.col1 th {
  white-space: nowrap;
}

.col1 td {
  background: #fff;
}

table.headL th {
  text-align: left;
}

table.dataC td {
  text-align: center;
}

table.dataC .left {
  text-align: left;
}

table .update {
  background: #ffffc0;
}

table.head_nowrap th {
  white-space: nowrap;
}

/* テーブルはみ出し防止 */
table.break th {
  white-space: nowrap;
}

table.break td {
  word-break: break-all;
}

.col1 .dir-use-naccspack table th {
  white-space: normal;
}

table.col1 .headline {
  text-align: center;
  white-space: nowrap;
}

table.col1 .tel {
  width: 120px;
  text-align: center;
  white-space: nowrap;
}

/* pagelink
----------------------------------------------- */
.col1 .pagelink dd {
  margin-bottom: 10px;
  border-bottom: 1px dotted #adadad;
}

.col1 .pagelink dd ul {
  margin: 0 0 10px 20px;
}

.col1 .pagelink dt,
.col1 .pagelink dd li {
  margin-right: 20px;
  padding: 5px 0 0 15px;
  background: url("./images/ic_arrow_02_down.gif") left 0.7em no-repeat;
}

.col1 .pagelink dd li {
  display: inline-block;
}

/* table col3-4
----------------------------------------------- */
.col1 .cols4 .col,
.cols3 .col {
  float: left;
  margin: 0 1% 0 0;
}

.col1 .cols4 .colR,
.cols3 .colR {
  float: left;
  margin: 0;
}

.col1 .cols4 .col,
.cols4 .colR {
  width: 24.2%;
}

.col1 .cols3 .col,
.cols3 .colR {
  width: 32.6%;
}

.col1 .cols4 .col th,
.cols3 .col th,
.col1 .cols4 .colR th,
.cols3 .colR th {
  width: 50%;
  vertical-align: top;
}

.col1 .cols4 .col td,
.cols3 .col td,
.col1 .cols4 .colR td,
.cols3 .colR td {
  border-left: 1px solid #adadad;
  text-align: center;
}

/* nss
----------------------------------------------- */
.page #content .contentGpCategoryCategory ul:not(.children) li {
  line-height: 2;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.8em;
}

#content ul li ul {
  margin-bottom: 0;
}

.col1 #content .fileList,
.col1 #content .fileList li {
  background: none;
}

.nssPage .article {
  display: block;
  width: auto;
  margin-bottom: 15px;
}

.page .body .nssPage .article ul li {
  background: none;
}

.nssPage .article h2 {
  line-height: 50px;
  border: 2px solid #8ca8f0;
  background: #ebf1de;
}

.nssPage .article h2.m2 {
  background: #c6d9f1;
}

.body .nssPage p.until {
  margin-bottom: 0;
  color: #95b3d7;
  font-weight: bold;
}

@media only screen and (max-width: 959px) {
  .nssPage .article {
    width: 100%;
  }

  .nssPage .right {
    margin-left: 0;
  }
}

/* page-title
----------------------------------------------- */
.col1 #pageTitle .pieceContainer {
  line-height: normal;
  padding: 10px 14px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0276d4 0%, #015ca6 100%);
  color: #fff;
}

.col1 #pageTitle h1 {
  padding: 0;
}

/* tab-box
------------------------------------- */
.col1 #content #tabbox {
  margin: 0 -10px;
}

.col1 #content #tab::before,
#content #tab::after {
  content: "";
  display: table;
}

.col1 #content #tab::after {
  clear: both;
}

.col1 #content #tab {
  margin: 0 0 0 7px;
}

.col1 #content #tab li {
  float: left;
  min-width: 80px;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0;
  border-radius: 6px 6px 0 0;
  background: none;
  cursor: pointer;
}

.col1 #content #tab li:hover {
  margin-bottom: -1px;
}

.col1 #content #tab .select {
  margin-bottom: -1px;
  z-index: 1;
}

.col1 #content #tab li span {
  display: block;
  padding: 2px 5px;
  border: 1px solid #858585;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #f5f5f5;
  font-size: 120%;
  text-align: center;
}

.col1 #content #tab .select span,
.col1 #content #tab li span:hover {
  border: 1px solid #0266b6;
  border-bottom: 1px solid #eef4fb;
  background: #eef4fb;
  color: #0266b6;
  font-weight: bold;
}

.col1 #content .content_wrap {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #0266b6;
  border-radius: 4px;
  background: linear-gradient(to bottom, #eef4fb 0%, #fff 1%);
  z-index: 0;
}

.col1 #content .content_wrap::after {
  content: "";
  clear: both;
  display: block;
}

.col1 #content .disnon {
  display: none;
}

.col1 #content .contentPage .body .content_wrap table {
  margin-bottom: 15px;
}

.col1 #content .contentPage .body .content_wrap table:last-child {
  margin-bottom: 0;
}

.col1 #content .contentPage .body .content_wrap h3 {
  margin: 0;
}

.col1 #content .contentPage .body .content_wrap p {
  margin-top: 1em;
}

.col1 #content .contentPage .body .content_wrap .olList p {
  margin: 0 10px 0.5em;
}

.col1 #content .contentPage .body .content_wrap ol {
  padding: 0 0 0.5em 25px;
}

@media only screen and (max-width: 959px) {
  .col1 #content .contentPage .body .content_wrap table {
    table-layout: fixed;
  }

  .dir-info form.gsc-search-box {
    width: calc(100% - 70px) !important;
  }
}

/* =========================================================
   Doc
========================================================= */
/* docs
----------------------------------------------- */
.recent #contentBody {
  position: relative;
}

.contentGpArticleDoc .date {
  margin-bottom: 24px;
  padding: 10px 20px 20px;
  background: #f6f8fc url("./images/bg_kiji_tl_footer.gif") repeat-x left bottom;
}

.contentGpArticleDoc .date>p {
  display: inline-block;
  margin-right: 1em;
}

.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 50px;
  padding: 0 18px;
}

.contentGpArticleDoc .body {
  word-break:break-all;
}

.page .contentGpArticleDoc .body {
  margin-bottom: 15px;
  padding: 0;
}

.page .contentGpArticleDoc .adobeReader {
  margin: 0;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  margin-bottom: 5px;
  padding: 3px 0 3px 8px;
  border-left: 2px solid #232f92;
  background-color: #f1f1f1;
}

.contentGpArticleDoc .body h2,
.doc .contentPage .body h2 {
  margin-bottom: 10px;
  padding: 10px 14px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0276d4 0%, #015ca6 100%);
  color: #fff;
}

.contentGpArticleDoc .body p {
  padding: 0 15px 25px;
}

body[class^="dir-system-ref6nac-docs"] .contentGpArticleDoc .body p {
  padding: 0;
}

.contentGpArticleDoc .body h3 {
  margin: 0 0 10px 10px;
  padding: 10px 0 0 15px;
  background: #fff url("./images/tl_kiji_h3.gif") left top no-repeat;
}

.contentGpArticleDoc .body h4 {
  margin: 0 0 10px 10px;
  padding: 0 0 0 18px;
  background: #fff url("./images/tl_h4.gif") left 0.25em no-repeat;
}

.contentGpArticleDoc .rels ul {
  margin: 0 0 0 10px;
}

.contentGpArticleDoc .rels li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background-image: url("./images/ic_dot_01.gif");
  background-repeat: no-repeat;
  background-position: left 7px;
}

.contentGpArticleDoc ol {
  margin: 0 0 0 40px;
}

.contentGpArticleDoc ul {
  margin: 0 0 0 20px;
}

.contentGpArticleDoc ul li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background-image: url("./images/ic_dot_01.gif");
  background-repeat: no-repeat;
  background-position: left 7px;
}

.contentGpArticleDoc .tags div {
  padding-left: 10px;
}

.contentGpArticleDoc .tags div a {
  padding-right: 8px;
}

.contentGpArticleDoc .back {
  clear: both;
  text-align: center;
}

.contentGpArticleDoc .back a {
  display: none;
}

.doc #snsShare {
  float: right;
  height: 20px;
  margin-top: -30px;
}

/* .doc .twitter-share-button,
.fbLike,
.fb-share-button,
.gpShare {
  float: left;
  width: 127px !important;
}

.doc .fb-share-button {
  margin-top: 1px;
} */

.doc .attention {
  color: #ee0000;
}

#page-404 #pageTitle {
  display: none;
}

#page-404 .contentArticleDoc {
  padding-top: 3px;
  background: url("./images/bg_kiji_tl_header.gif") left top repeat-x;
}

#page-404 .contentArticleDoc .header {
  clear: both;
  margin-bottom: 24px;
  padding: 20px;
  background: #f6f8fc url("./images/bg_kiji_tl_footer.gif") left bottom repeat-x;
}

#page-404 .contentArticleDoc .header h1 {
  margin-bottom: 10px;
  font-size: 150%;
}

#page-404 .contentArticleDoc .body {
  margin-bottom: 50px;
  padding: 0 18px;
}

#feedDocs li {
  flex-wrap: wrap;
}

#topicsDocs .docs li:first-child,
#feedDocs li:first-child {
  padding: 0 0 15px;
}

li span[class$="date"]:first-child {
  flex: 0 0 8rem;
}

.links>div {
  display: flex;
}

.links>div .feed {
  flex-basis: auto;
  margin-top: calc(20px + 0.35rem);
}

.links>div .more {
  flex-basis: calc(100% - 7.5rem);
  margin-left: auto;
}

.articleHeader+ul+.more,
.articleHeader+ul+div .more {
  margin: 20px 0 0 auto;
}

.contentGpArticleDocs,
.contentGpCategory,
.contentOrganization,
.contentPortalEntries {
  position: relative;
}

.feed li {
  border: 0;
}

.feed li:first-child {
  margin-right: 0.5rem;
  padding-left: 22px;
  /*background: url("./images/ic-rss.svg") no-repeat left center;*/
}

.feed a {
  color: var(--mono-color-1);
}

.new_mark {
  display: inline-block;
  margin-left: 8px;
  background-color: #c000c0;
  padding: 2px 4px;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  border-radius: 2px;
}

@media only screen and (max-width: 559px) {

  .docs-all li,
  .docs li,
  .content li,
  .entries li,
  .dir-tags #contentBody li,
  .contentTagTag li,
  .contentGpCategory>section>h2+ul li,
  .contentGpCategoryCategory ul:not(.feed) li,
  .contentOrganizationGroupDepartment ul:not(.feed) li,
  .contentOrganizationGroupUnit ul:not(.feed) li {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 6px 1rem;
  }

  li span[class$="date"]:first-child {
    flex: 1 0 auto;
  }

  li span[class^="title"]:nth-child(2),
  li .titleBlock {
    flex-basis: 100%;
  }

  .tabs ul {
    flex-wrap: wrap;
  }

  .tabs li {
    flex: none;
    width: 50%;
  }

  .tabs li:first-child a,
  .tabs li:last-child a {
    border-radius: 0;
  }

  .tabs li:not(:last-child) a {
    margin: 0;
  }

  .tabs li:nth-child(-n + 2) a {
    margin-bottom: 1px;
  }

  .tabs li:nth-child(odd) a {
    margin-right: 1px;
  }
}

/* contentGpArticleDocs
----------------------------------------------- */
.contentGpArticleDocs .docs h2.date {
  margin-bottom: 15px;
  background-position: left center;
}

.contentGpArticleDocs .docs>ul {
  padding: 0;
}

.contentGpArticleDocs .docs>ul>li {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 20px 60px;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  background: none;
}

.contentGpArticleDocs .docs>ul>li span {
  display: inline-block;
}

.contentGpArticleDocs .docs li .readmore {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  line-height: 1;
  padding: 8px;
  border-radius: 5px;
  background: linear-gradient(to bottom, #0266b6 0%, #024282 100%);
  color: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 999;
}

.contentGpArticleDocs .docs li .readmore:hover,
.contentGpArticleDocs .docs li .readmore:focus {
  opacity: 0.9;
}

.contentGpArticleDocs .docs>ul>li>.body {
  display: block;
  position: relative;
  overflow: hidden;
  height: 5em;
  margin-top: 20px;
}

.contentGpArticleDocs .docs>ul>li>.body::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 2.5em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.contentGpArticleDocs .docs>ul>li>.readmore.active+.body {
  height: auto;
}

.contentGpArticleDocs .docs>ul>li>.readmore.active+.body::before {
  content: none;
}

.contentGpArticleDocs .docs>ul>li>.body p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 959px) {

  .contentGpArticleDocs .docs,
  .contentMailmagazineDocs .docs {
    margin: 0;
  }

  .contentGpArticleDocs .docs>ul>li>.body {
    width: calc(100vw - 84px);
  }
}

/* table
----------------------------------------------- */
.contentGpArticleDoc .body table {
  width: 100%;
}

.contentGpArticleDoc .body table p {
  margin: 0;
  padding: 0;
}

.doc table {
  margin-bottom: 25px;
}

/* docs ichiran
----------------------------------------------- */
.contentGpArticleDocs .docs,
.contentMailmagazineDocs .docs {
  margin-left: 10px;
}

.contentGpArticleDocs .docs ul {
  margin-bottom: 15px;
  padding: 0 20px 0 15px;
}

.contentGpArticleDocs .docs li,
.contentMailmagazineDocs .docs li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.65em;
}

/* =========================================================
    recent Docs
========================================================= */
/* RSS Atom
----------------------------------------------- */
.contentGpArticleDocs {
  position: relative;
}

.contentGpArticleDocs .feed {
  top: -41.5px;
}

.contentGpCategory .feed {
  top: -41.5px;
}

.contentOrganization .feed {
  top: 13.5px;
}


.contentGpArticleDocs .feed .more {
  padding: 10px 20px 15px 10px;
  text-align: right;
}

/* =========================================================
    tag search
========================================================= */
.contentTagTag .search {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #adadad;
  background-color: #deeaf8;
}

.contentTagTag .search td {
  padding: 0 15px 0 5px;
}

.contentTagTag .search td input {
  width: 140px;
  padding: 3px 0;
  border: 1px solid #999;
}

.contentTagTag .search td.submitters input {
  width: 70px;
  font-size: 100%;
}

.contentTagTag .hit {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #c2c2c2;
  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  font-weight: bold;
}

.contentTagTag ul {
  margin-bottom: 15px;
  padding: 0 20px 0 15px;
}

.contentTagTag li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left center;
}

.contentTagTag .submitters input {
  width: 50px;
}

/* =========================================================
   Enquete
========================================================= */
/* Confirm
----------------------------------------------- */
.surveyForms .confirmMessage {
  margin-bottom: 30px;
  font-size: 120%;
  text-align: center;
}

body[id$="-finish"] .surveyForm+.back {
  display: none;
}

/* Index : enqueteForms
----------------------------------------------- */
.surveyForms .form,
.enquete #pageTitle {
  margin: 0;
}

.surveyForms .form h2,
.enquete #pageTitle .pieceContainer {
  line-height: normal;
  padding: 10px 14px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0276d4 0%, #015ca6 100%);
  color: #fff;
}

.surveyForms .summary,
.surveyForm>.summary,
.surveyForm>.body {
  padding: 10px 10px 5px;
}

.surveyForm .required {
  color: #cc0000;
}

/* Show : enqueteForm
----------------------------------------------- */
/*.surveyForm .questions {
  margin: 20px 10px;
}

.surveyForm .question {
  margin: 10px 0 20px;
}

.surveyForm .question .question_content {
  margin-bottom: 5px;
  padding: 3px 0 3px 8px;
  border-left: 2px solid #232f92;
  background-color: #f1f1f1;
}

.enquete .form .name a {
  color: #fff;
}

.surveyForm .question .body {
  margin: 0 0 10px 15px;
}

.surveyForm .question .answer_content {
  margin: 10px 15px 0;
}

.surveyForm .question .answer_content>label::after {
  content: "\A";
  white-space: pre;
}

.surveyForm .submit {
  margin: 0;
  padding: 10px 0;
  background-color: #deeaf8;
  text-align: center;
}

.surveyForm .submit input {
  min-width: 100px;
  margin: 0 10px;
}

.surveyForm .captchaForm input {
  ime-mode: disabled;
}

.surveyForm .captchaForm .image img {
  width: 110px;
  height: 30px;
  border: 1px solid #008800;
}

.surveyForm .captchaForm .label {
  margin: 5px 0;
}

.surveyForm .captchaForm .field {
  margin-left: 0px;
}

.surveyForm .back {
  margin-top: 20px;
  text-align: center;
}

.surveyForm .back a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999;
  background-color: #ececec;
}

.surveyForm input[type="text"],
.surveyForm input[type="password"],
.surveyForm textarea {
  width: 40%;
  padding: 3px 0;
  border: 1px solid #999;
}

.surveyForm select {
  border: 1px solid #999;
}

.surveyForm textarea {
  width: 100%;
  height: 8em;
}

.surveyForm>.body p {
  margin-bottom: 5px;
}

.surveyForm .body ul {
  margin-bottom: 15px;
  padding: 0 20px 0 15px;
}

.surveyForm .body ul li {
  line-height: 2;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.8em;
}

#errorExplanation {
  margin: 0 10px 20px;
  color: #cc0000;
}

#errorExplanation h2 {
  padding: 4px 6px;
  border: 0;
  background-color: #ffdddd;
}

#errorExplanation p {
  margin: 15px 10px 10px;
  font-weight: bold;
}

#errorExplanation ul {
  list-style-type: disc;
  margin: 10px 30px;
}

#errorExplanation li {
  line-height: 1.4;
  padding: 1px 0;
}*/

/* Sent : enqueteSent
----------------------------------------------- */
body[id$="-finish"] .surveyForm .message {
  margin: 60px 0;
  text-align: center;
}

/* =========================================================
  mailmagazine
========================================================= */
.contentMailmagazineDocs .upper_text,
.contentMailmagazineDocs .lower_text,
.contentMailmagazineDoc .upper_text,
.contentMailmagazineDoc .lower_text {
  padding: 16px;
  background-color: #e3f2fd;
}

.contentMailmagazineDocs .upper_text,
.contentMailmagazineDoc .upper_text {
  margin-bottom: 30px;
}

.contentMailmagazineDocs .lower_text,
.contentMailmagazineDoc .lower_text {
  margin-top: 40px;
}

.contentMailmagazineDocs .upper_text ol,
.contentMailmagazineDocs .lower_text ol,
.contentMailmagazineDoc .upper_text ol,
.contentMailmagazineDoc .lower_text ol {
  list-style: inside decimal;
}

.contentMailmagazineDocs .upper_text li,
.contentMailmagazineDocs .lower_text li,
.contentMailmagazineDoc .upper_text li,
.contentMailmagazineDoc .lower_text li {
  margin-left: 1rem;
  text-indent: -1rem;
}

.contentMailmagazineDocs .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
}

.contentMailmagazineDocs .menu div {
  flex: 1;
}

.contentMailmagazineDocs .menu div a {
  display: block;
  padding: 20px 36px;
  border-radius: 8px;
  background-image: url("./images/ic-arrow_brown.svg");
  background-position: right 8px center;
  background-repeat: no-repeat;
  line-height: 1.2;
  text-decoration: none;
  transition-duration: 0.2s;
  color: #333;
  font-size: 1.25rem;
  text-align: center;
}

.contentMailmagazineDocs .menu div.new a {
  border: 1px solid #42a5f5;
  background-color: #e3f2fd;
}

.contentMailmagazineDocs .menu div.new a:hover {
  background-color: #bbdefb;
}

.contentMailmagazineDocs .menu div.cancel a {
  border: 1px solid #808080;
  background-color: #f5f5f5;
}

.contentMailmagazineDocs .menu div.cancel a:hover {
  background-color: #d3d3d3;
}

@media only screen and (max-width: 559px) {
  .contentMailmagazineDocs .menu {
    display: block;
  }

  .contentMailmagazineDocs .menu div {
    margin: 0 0 20px !important;
  }

  .contentMailmagazineDocs .menu div a {
    padding: 15px 30px;
    background-size: auto 15px;
  }
}

.contentMailmagazineDocs .search {
  margin-bottom: 40px;
}

.contentMailmagazineDocs .search::before {
  content: "バックナンバー検索";
  display: block;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ffd180;
  background: #ffd180;
  color: #333;
  font-size: 1rem;
}

.contentMailmagazineDocs .search div:not(.submitters) {
  position: relative;
  padding: 12px 0 20px 220px;
  border-bottom: 1px dotted #808080;
}

.contentMailmagazineDocs .search div:not(.submitters) label {
  position: absolute;
  top: -6px;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  width: 240px;
  padding-right: 20px;
  font-weight: bold;
}

.contentMailmagazineDocs .search div:not(.submitters) input,
.contentMailmagazineDocs .search div:not(.submitters) select {
  width: 16rem;
  max-width: calc(100% - 10px);
  margin: 5px;
  padding: 4px 6px;
  border: 1px solid #808080;
}

.contentMailmagazineDocs .search .submitters,
.contentMailmagazineDoc .submit {
  margin-top: 20px;
  text-align: center;
}

.contentMailmagazineDocs .search .submitters input,
.contentMailmagazineDoc .submit input {
  width: auto;
  padding: 6px 60px 8px;
  border: 1px solid #808080;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f5f5f5);
  font-size: 1.125rem;
  color: #333;
}

.contentMailmagazineDocs .hit {
  margin-bottom: 0.5em;
  padding: 12px 20px;
  border: 1px solid #e3f2fd;
  background: #e3f2fd;
}

.contentMailmagazineDocs .content_name {
  padding: 0 1rem;
}

.contentMailmagazineDocs .content_name.mailmagazine_doc1 {
  background-color: #bbdefb;
}

.contentMailmagazineDocs .content_name.mailmagazine_doc2 {
  background-color: #ffd180;
}

@media only screen and (max-width: 559px) {
  .contentMailmagazineDocs .search {
    margin-bottom: 25px;
  }

  .contentMailmagazineDocs .search::before {
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 4px;
    font-size: 1.1rem;
  }

  .contentMailmagazineDocs .search div:not(.submitters) {
    position: static;
    padding: 0 0 25px;
    border-bottom: none;
  }

  .contentMailmagazineDocs .search div:not(.submitters) label {
    position: static;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px dotted #808080;
  }

  .contentMailmagazineDocs .search .submitters,
  .contentMailmagazineDoc .submit {
    margin-top: 0;
  }

  .contentMailmagazineDocs .content_name {
    display: none;
  }
}

.contentMailmagazineDoc .date {
  margin-bottom: 1rem;
}

.contentMailmagazineDoc>h2 {
  padding: 8px 16px;
  border: 1px solid #90caf9;
  background-color: #90caf9;
  margin-bottom: 20px;
}

.contentMailmagazineDoc .mailmagazines {
  padding: 24px 0;
  border-bottom: 1px dotted #808080;
}

.contentMailmagazineDoc .mailmagazine_doc_contents input[type="checkbox"] {
  display: none;
}

.contentMailmagazineDoc .mailmagazine_doc_contents th {
  display: block;
}

.contentMailmagazineDoc .mailmagazine_doc_contents td {
  display: block;
  padding: 10px 38px 20px;
}

.contentMailmagazineDoc .mailmagazine_doc_contents label {
  position: relative;
  padding-left: 38px;
}

.contentMailmagazineDoc .mailmagazine_doc_contents label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  border: 1px solid #d3d3d3;
  background-color: #d3d3d3;
}

.contentMailmagazineDoc .mailmagazine_doc_contents input:checked+label::before {
  border-color: #4b2b08;
  background: #4b2b08;
}

.contentMailmagazineDoc .mailmagazine_doc_contents input:checked+label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 20px;
  height: 10px;
  margin-top: -7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

table.mailmagazine_doc_contents {
  border: none;
}

.mailmagazine .answer_content .mailmagazine_doc_contents th {
  padding: 0;
}

.mailmagazine .answer_content .mailmagazine_doc_contents th,
.mailmagazine .answer_content .mailmagazine_doc_contents td {
  border: none;
  text-align: inherit;
  background-color: unset;
}

.contentMailmagazineDoc .question:not(.mailmagazines) {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dotted #808080;
}

.contentMailmagazineDoc .question:not(.mailmagazines) .question_content {
  display: flex;
  width: 260px;
  padding-right: 20px;
  font-weight: bold;
}

.contentMailmagazineDoc .question:not(.mailmagazines) .question_content label,
.contentMailmagazineDoc .question:not(.mailmagazines) .question_content .note {
  position: relative;
}

.contentMailmagazineDoc .question_content .note {
  max-width: 90px;
  margin-left: 0.5rem;
  padding: 0 5px;
  background-color: #d50000;
  color: #fff;
  font-size: 0.875rem;
  font-weight: normal;
}

/* captchaForm
---------------------- */
.captchaForm .image {
  margin: 0 0 15px;
}

.captchaForm img {
  padding: 5px;
  border: 1px solid #808080;
}

.captchaForm .reload,
.captchaForm .talk {
  display: inline-block;
  width: 140px;
  margin: 0 0 15px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f5f5f5);
}

.captchaForm .reload:hover,
.captchaForm .talk:hover {
  background: linear-gradient(to bottom, #f5f5f5, #fff);
}

.captchaForm .reload {
  margin-right: 5px;
}

.captchaForm .reload a,
.captchaForm .talk a {
  display: block;
  padding: 6px 0 4px;
  border: 1px solid #808080;
  border-radius: 3px;
  color: #333;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

.captchaForm .field input {
  padding: 5px;
}

/* error
---------------------- */
#errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #d50000;
}

#errorExplanation h2 {
  padding: 0 0 4px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #d50000;
}

#errorExplanation p {
  margin-left: 15px;
}

#errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}

#errorExplanation li {
  color: #d50000;
}

/* =========================================================
   Sitemap
========================================================= */
ul.sitemap,
ul.sitemap ul {
  list-style-position: outside;
  list-style-type: none;
}

ul.sitemap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
}

ul.sitemap ul {
  padding-left: 30px;
  background-color: #fff;
  padding: 5px 0;
  background: url("./images/ic_arrow_01.gif") no-repeat left center;
}

ul.sitemap li a {
  padding-left: 12px;
}

ul.sitemap li.level1 {
  flex-basis: calc(50% - 10px);
  margin-bottom: 15px;
}

ul.sitemap li.level1 a {
  display: block;
  padding: 5px 15px;
  background: #deeaf8 url("./images/ic_arrow_01.gif") no-repeat 5px center;
}

ul.sitemap ul.level2 {
  padding-top: 10px;
}

ul.sitemap ul.level2 a {
  display: inline;
  background: none;
}

.sitemap .pageTop {
  margin: 0 0 20px;
  text-align: right;
}

.sitemap .pageTop a {
  padding: 0 0 0 15px;
  background: url("./images/ic-top.gif") no-repeat left center;
}

@media only screen and (max-width: 959px) {
  ul.sitemap {
    display: block;
  }
}

/* =========================================================
   category
========================================================= */
/* Bunya Ichiran
----------------------------------------------- */
.contentGpCategoryCategoryTypes h2,
.contentGpCategoryCategoryType h2 {
  line-height: 45px;
  margin-bottom: 10px;
  background: url("./images/tl_h2.gif") no-repeat left top;
}

.contentGpCategoryCategoryTypes h2 a,
.contentGpCategoryCategoryType h2 a {
  display: block;
  padding-left: 10px;
  color: #fff;
}

.contentGpCategoryCategoryTypes h2 a:hover,
.contentGpCategoryCategoryType h2 a:hover {
  text-decoration: none;
}

body[class*="-shiyou"] .contentGpCategoryCategoryType h2,
body[class*="-shiyou"] .contentGpCategoryCategory h2,
body[class*="-ref"] .contentGpCategoryCategoryType h2,
body[class*="-ref"] .contentGpCategoryCategory h2 {
  margin: 0;
  line-height: normal;
  font-weight: normal;
  background: none;
}

body[class*="-shiyou"] .contentGpCategoryCategoryType h2,
body[class*="-shiyou"] .contentGpCategoryCategory h2,
body[class*="-ref"] .contentGpCategoryCategoryType h2,
body[class*="-ref"] .contentGpCategoryCategory h2 {
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #deeaf8 url("./images/ic_arrow_01.gif") no-repeat 5px center;
}

body[class*="-shiyou"] .contentGpCategoryCategoryType h2 a,
body[class*="-shiyou"] .contentGpCategoryCategory h2 a,
body[class*="-ref"] .contentGpCategoryCategoryType h2 a,
body[class*="-ref"] .contentGpCategoryCategory h2 a {
  display: block;
  color: #005bb5;
}

body[class*="-shiyou"] .contentGpCategoryCategoryType h2 a:visited,
body[class*="-shiyou"] .contentGpCategoryCategory h2 a:visited,
body[class*="-ref"] .contentGpCategoryCategoryType h2 a:visited,
body[class*="-ref"] .contentGpCategoryCategory h2 a:visited {
  color: #660099;
}

body[class*="-shiyou"] .contentGpCategoryCategoryType h2 a:hover,
body[class*="-shiyou"] .contentGpCategoryCategory h2 a:hover,
body[class*="-ref"] .contentGpCategoryCategoryType h2 a:hover,
body[class*="-ref"] .contentGpCategoryCategory h2 a:hover {
  color: #dd0000;
  text-decoration: underline;
}

body[class*="-shiyou"] .contentGpCategoryCategoryType .children,
body[class*="-shiyou"] .contentGpCategoryCategory .children,
body[class*="-ref"] .contentGpCategoryCategoryType .children,
body[class*="-ref"] .contentGpCategoryCategory .docs {
  padding: 0 0 15px 20px;
}

body[class*="-ref"] .contentGpCategoryCategory .docs ul {
  margin: 0;
  padding: 0;
}

body[class*="-ref"] .contentGpCategoryCategory .docs li {
  line-height: normal;
  padding: 0;
  background: none;
}

body[class*="-shiyou"] .contentGpCategoryCategoryType .children a,
body[class*="-shiyou"] .contentGpCategoryCategory .children a,
body[class*="-ref"] .contentGpCategoryCategoryType .children a,
body[class*="-ref"] .contentGpCategoryCategory .children .docs a {
  display: inline-block;
  padding: 5px 10px;
  background: url("./images/ic_arrow_01.gif") no-repeat left center;
}

body:not([class*="-shiyou"]):not(body[class*="-ref"]) .contentGpCategoryCategory h2 {
  margin-bottom: 0;
  background: url("./images/tl_h3.gif") no-repeat left !important;
  padding: 5px 0 5px 18px;
  font-weight: bold !important;
}

body:not([class*="-shiyou"]):not(body[class*="-ref"]) .contentGpCategoryCategory h2 a {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

body[class*="-qanda-keiyaku"] .contentGpCategoryCategory h2,
.faq .contentGpCategoryCategory h2 {
  margin-bottom: 10px;
  padding: 5px 5px 4px 15px;
  background: #e3f0fa !important;
  color: #333;
}

@media only screen and (max-width: 959px) {
  .dir-qanda table {
    width: 100% !important;
  }

  .dir-qanda table+p,
  .dir-qanda .mceTmpl>p,
  .dir-qanda .mceTmpl+p {
    display: none;
  }
}

/* shinchaku-ichiran
----------------------------------------------- */
.contentGpCategory .latest h2 {
  line-height: 45px;
  margin-bottom: 10px;
  padding-left: 10px;
  background: url("./images/tl_h2.gif") no-repeat left top;
  color: #fff;
}

.contentGpCategoryDoc .docs ul:not(.feed),
.contentGpCategory .docs ul:not(.feed) {
  padding: 0 5px;
}

.contentGpCategoryDoc .docs ul:not(.feed) li,
.contentGpCategory .docs ul:not(.feed) li {
  line-height: 1.8;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.75em;
}

.contentGpCategoryCategory .docs ul:not(.feed) {
  margin-bottom: 15px;
  padding: 0 20px 0 15px;
}

.category .more {
  margin-top: 1em;
  padding: 0 5px 10px 0;
  text-align: right;
}

/* =========================================================
   海上・航空運送貨物 transport
========================================================= */
/* layout
----------------------------------------------- */

/*
.transport #menu {
  width: 214px;
}*/
.transport .body h2,
.transport .body h3 {
  font-weight: normal;
}

/* content
----------------------------------------------- */
.transport #content p {
  margin-bottom: 15px;
}

.transport .body ul {
  margin: 0 0 10px 15px;
  list-style-type: none;
}

.transport .body ul li {
  padding: 5px 0 5px 10px;
  background: url("./images/ic_dot_01.gif") left 0.9em no-repeat;
}

.transport .body ul li ul {
  margin-bottom: 0;
}

.transport .indent {
  text-indent: 1em;
}

/* =========================================================
   Unit
========================================================= */
.unit #pageTitle .pieceContainer {
  margin-bottom: 20px;
  padding: 15px 2px;
  background: #fff url("./images/tl_h1.gif") left bottom repeat-x;
}

.unit #pageTitle h1 {
  padding: 0;
  color: #0266b6;
  font-weight: normal;
  font-size: 200%;
}

/* Bunya Ichiran
----------------------------------------------- */
.contentOrganization .unit h2 {
  margin-bottom: 10px;
  line-height: 45px;
  background-image: url("./images/tl_h2.gif");
  background-repeat: no-repeat;
  background-position: left top;
}

.contentOrganization .unit h2 a {
  display: block;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
}

.contentOrganization .unit .children div {
  display: inline;
  padding-right: 10px;
}

/* shinchaku-ichiran
----------------------------------------------- */
.contentOrganization .articleHeader {
  position: relative;
  margin: 0;
  padding: 0;
}

.contentOrganization section {
  margin-bottom: 10px;
}

.contentOrganization section h2 {
  font-weight: normal;
}

.contentOrganization .articleHeader>h2 {
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  padding-left: 10px;
  background: url("./images/tl_h2.gif") no-repeat left top;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}

.contentOrganization ul:not(.feed) {
  padding: 0 5px;
}

.contentOrganization ul:not(.feed) li {
  line-height: 1.8;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.75em;
}

.unit h3 {
  background-color: #e3f0fa;
  margin-bottom: 10px;
  padding: 5px 5px 4px 15px;
  color: #333;
  font-weight: bold;
  font-size: 120%;
}

.unit .department {
  margin-bottom: 5px;
}

/* RSS Atom
----------------------------------------------- */
.contentOrganization .articleHeader .attributes,
.contentOrganization .units .attributes {
  display: none;
}

td.outline,
td.zipCode,
td.address,
td.email,
td.tel,
td.formal,
.pageTop {
  display: none;
}

.contentOrganization table,
.contentOrganization th,
.contentOrganization td {
  border: none;
}

.contentOrganization table {
  width: 100%;
}

.contentOrganization td.name {
  width: 40%;
}

/* pagination
----------------------------------------------- */
.unit .pagination {
  margin-top: 1em;
  text-align: center;
}

.unit .pagination a {
  padding: 0 6px;
}

.unit .pagination span.current {
  padding: 0 3px;
  font-weight: bold;
  font-size: 150%;
}

.unit .pageTop {
  display: none;
}

/* =========================================================
   faq
========================================================= */
/* FAQ
----------------------------------------------- */
.faq .contentGpArticleDoc>.body,
.faq .contentGpArticleDoc .maps,
.faq .contentGpArticleDoc .rels,
.faq .contentGpArticleDoc .tags {
  margin: 0;
  padding: 0;
}

.faq .contentGpArticleDoc .body p {
  padding: 0;
  word-wrap: normal;
}

.faq .contentGpArticleDoc .date {
  display: none;
}

.contentFaqDoc {
  line-height: 1.3;
}

.faq .contentGpArticleDoc .body h2 {
  margin-bottom: 0.5em;
  padding: 0;
  filter: none;
  background: none;
  color: inherit;
}

.faq .contentGpArticleDoc .body h3 {
  margin: 0;
  padding: 0;
  background: none;
  font-weight: normal;
}

.faq .contentGpArticleDoc .body .text-beginning .question p {
  margin: 0;
}

.faq .contentGpArticleDoc .answer p,
.faq .contentGpArticleDoc .text-beginning>p {
  margin-bottom: 15px;
}

.faq .contentGpArticleDoc img:not(.external):not([src$="ic_link_out.gif"]) {
  max-width: 100%;
  margin-top: 15px;
}

.faq .contentPage img {
  max-width: 100%;
  margin-bottom: 15px;
  border: 1px solid #999;
}

.faq .question {
  margin-bottom: 15px;
  padding: 5px 5px 5px 37px;
  background: #deeaf8 url("./images/ic-question.gif") no-repeat 0.7em 0.7em;
}

.faq .answer {
  margin-bottom: 15px;
  padding: 0 0 5px 37px;
  background: url("./images/ic-answer.gif") no-repeat 0.6em 0.45em;
}

.faq .contentGpArticleDoc .rels {
  padding: 10px 0 10px 36px;
  border-top: 1px dotted #999999;
}

.faq .contentGpArticleDoc .rels h2 {
  margin-bottom: 0.5em;
  padding: 0;
  border: 0;
  background: none;
}

.faq .contentGpArticleDoc .rels ul {
  margin: 0;
  padding: 0 0 0.5em 10px;
}

.faq .section {
  display: none;
}

.faq .tags {
  padding: 10px 0 10px 36px;
  border-top: 1px dotted #999999;
}

.faq .tags a {
  padding-left: 15px;
}

.faq .inquiry {
  display: none;
}

.inquiry .charge,
.inquiry .tel,
.inquiry .fax,
.inquiry .email {
  padding-left: 15px;
}

#faqRecentDocs .pieceHeader {
  position: relative;
  margin: 0;
  padding: 0;
}

.contentFaqDoc .header h1 {
  margin-bottom: 10px;
  padding: 10px;
  background: #1371bb url("./images/tl_h2.gif") left top no-repeat;
  color: #fff;
  font-weight: bold;
}

#faqSearch,
#faqRanking,
#faqRanking2,
#faqCategory {
  margin-bottom: 2em;
}

#faqSearch .pieceContainer h2,
#faqRanking .pieceHeader h2,
#faqRanking2 .pieceHeader h2,
#faqCategory .pieceHeader h2 {
  height: auto;
  line-height: normal;
  margin-bottom: 10px;
  padding: 5px 0 5px 18px;
  background: url("./images/tl_h3.gif") left center no-repeat;
  color: #333;
}

#faqSearch p {
  margin: 0 0 15px;
}

#faqCategoryList h3,
#faqCategoryListKeiyaku h3,
.faq #tabbox h2,
#faqRecentDocs .pieceHeader h2,
.faq #linkList h2 {
  height: 45px;
  line-height: 45px;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #1371bb url("./images/tl_h2.gif") left top no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: bold;
}

#faqCategoryList h3 a,
#faqCategoryListKeiyaku h3 a {
  color: #fff;
}

#contentBody .faqTitle {
  margin-bottom: 10px;
}

#contentBody .faqTitle p {
  padding-left: 10px;
}

#contentBody .faqTitle img {
  vertical-align: bottom;
  margin-bottom: 8px;
}

#menuBody .call {
  vertical-align: bottom;
  margin-bottom: 5px;
}

#faqRecentDocs .pieceBody ul {
  padding: 0 5px;
}

#faqRecentDocs .pieceBody li,
.faq #linkList .pieceContainer li {
  line-height: 1.8;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.75em;
}

.contentFaqDoc .back {
  clear: both;
  margin-top: 20px;
  text-align: center;
}

.contentFaqDoc .back a {
  display: block;
  width: 95px;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999999;
  background-color: #ececec;
}

.contentFaqRecentDocs .date,
.contentFaqDocs .date {
  background: url("./images/tl_h3.gif") no-repeat left 0.25em;
  font-weight: bold;
  padding: 5px 0 5px 18px;
}

.contentFaqRecentDocs ul,
.contentFaqDocs ul {
  margin-bottom: 15px;
  padding: 0 20px 0 15px;
}

.contentFaqDoc ol,
#content ol {
  padding: 0 0 0.5em 20px;
}

.contentFaqDoc ul {
  padding: 0 0 0.5em 10px;
}

.contentFaqDoc .question ul,
.contentFaqDoc .question ol {
  padding-bottom: 0;
}

.contentFaqDoc ul li,
.contentFaqRecentDocs li,
.contentFaqDocs li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 7px;
}

.contentFaqDoc li {
  line-height: 1.5;
  margin: 0 0 0.2em 0;
}

.contentFaqDoc li p {
  margin: 0 0 0.3em 0;
}

.contentFaqDoc dl {
  margin-bottom: 1.5em;
}

.contentFaqDoc dd {
  margin-bottom: 1em;
}

#recentFaqTitle {
  margin-bottom: 10px;
  line-height: 45px;
  background: url("./images/tl_h2.gif") no-repeat left top;
}

#recentFaqTitle h2 {
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}

.faq .contentPage h2 {
  margin-bottom: 10px;
  padding: 10px 14px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0276d4 0%, #015ca6 100%);
  color: #fff;
  font-weight: bold;
}

.faq .contentPage h3 {
  margin: 0 0 5px 10px;
  padding: 10px 0 0 15px;
  background: #fff url("./images/tl_kiji_h3.gif") left top no-repeat;
  font-weight: bold;
}

.faq .contentPage h4 {
  margin: 0 0 5px 10px;
  padding: 0 0 0 18px;
  background: #fff url("./images/tl_h4.gif") left 0.25em no-repeat;
  font-weight: bold;
}

.faq .contentPage p {
  margin: 0 0 5px 25px;
}

.faq .contentPage ul {
  margin: 0 0 10px 30px;
}

.faq .contentPage ul li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 7px;
}

/* table
----------------------------------------------- */
.faq table {
  border: 1px solid #adadad;
  border-collapse: collapse;
}

.faq table caption,
.faq table th,
.faq table td {
  padding: 3px;
  border: 1px dotted #adadad;
}

.faq table th {
  background: #deeaf8;
}

/* FAQ category
----------------------------------------------- */
#faqCategory .pieceBody {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

#faqCategory .pieceBody>div {
  position: relative;
  flex-basis: calc(33.33% - 13.33px);
  border: 1px solid #adadad;
}

#faqCategory h3 {
  padding: 1rem;
  border-bottom: 1px solid #adadad;
  text-align: center;
}

#faqCategory .common h3 {
  background-color: #ccff99;
}

#faqCategory .air h3 {
  background-color: #87cefa;
}

#faqCategory .sea h3 {
  background-color: #ffcc99;
}

#faqCategory ul {
  padding: 1rem 1rem calc(2rem + 20px);
}

#faqCategory li::before {
  content: "・";
}

#faqCategory li:not(:last-child) {
  margin-bottom: 0.5em;
}

#faqCategory li.all {
  text-align: center;
}

#faqCategory li.all::before {
  content: none;
}

#faqCategoryList li,
body[class^="dir-category-qanda"] .contentGpCategory .category h2 {
  margin-bottom: 10px;
  line-height: 45px;
  background: url("./images/tl_h2.gif") no-repeat left top;
}

#faqCategoryList li a,
body[class^="dir-category-qanda"] .contentGpCategory .category h2 a {
  display: block;
  padding-left: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}

body[class^="dir-category-qanda"] .contentGpCategory .category .children {
  margin-bottom: 10px;
  padding: 0 10px;
}

body[class^="dir-category-qanda"] .contentGpCategory .category .children a {
  display: inline-block;
  margin: 0;
  padding: 0 0 5px 10px;
  background: url("./images/ic-list-shinchaku.gif") no-repeat 0 0.5em;
}

body[class^="dir-category-ref"] .publish_date,
body[class^="dir-category-shiyou"] .publish_date,
body[class^="dir-category-qanda"] .publish_date,
body[class^="dir-category-qanda"] .contentGpCategory .latest h2 {
  display: none;
}

#faqCategoryList section>ul>li>a,
#faqCategoryListKeiyaku section>ul>li>a {
  margin-bottom: 10px;
  padding: 5px 5px 4px 15px;
  background-color: #e3f0fa;
  color: #333;
  font-weight: bold;
  font-size: 120%;
}

#faqCategoryList section>ul>li>a,
#faqCategoryListKeiyaku section>ul>li>a {
  display: block;
}

#faqCategoryListKeiyaku ul.level3 {
  padding: 0 20px 0 15px;
}

#faqCategoryListKeiyaku ul.level3 {
  padding-bottom: 10px;
}

#faqCategoryListKeiyaku ul.level3>li {
  line-height: 1.8;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 0.75em;
}

body[class^="dir-category-qanda"] .contentGpCategory .more {
  padding: 0 5px 0 0;
  text-align: right;
}

.contentGpCategory .more {
  margin-bottom: 10px;
}

@media screen and (min-width: 960px) {
  #faqCategory li.all {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  #faqCategory .pieceBody>div {
    flex-basis: 100%;
  }

  #faqCategory ul {
    padding: 1rem;
  }
}

/* RSS Atom
----------------------------------------------- */
#faqRecentDocs,
body[class^="dir-category-qanda"] .contentGpCategory {
  position: relative;
}

#faqRecentDocs .feed,
.contentFaqRecentDocs .feed {
  top: 12px;
}

body[class^="dir-category-qanda"] .contentGpCategory .feed {
  top: -42px;
}

.links {
  text-align: right;
}

/* tag search
----------------------------------------------- */
.contentFaqTags .search {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #adadad;
  background-color: #deeaf8;
}

.contentFaqTags .search td {
  padding: 0 15px 0 5px;
}

.contentFaqTags .search td input {
  width: 140px;
  padding: 3px 0;
  border: 1px solid #999;
}

.contentFaqTags .search td.submitters input {
  width: 70px;
  font-size: 100%;
}

.contentFaqTags .hit {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #c2c2c2;
  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  font-weight: bold;
}

.contentFaqTags ul {
  margin-bottom: 15px;
  padding: 0 20px 0 15px;
}

.contentFaqTags li {
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 10px;
  background: url("./images/ic_dot_01.gif") no-repeat left 7px;
}

.submitters input {
  width: 50px;
  padding: 3px 0;
  border: 1px solid #999;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff 0%, #e5e5e5 100%);
  cursor: pointer;
}

.contentFaqTags table,
.contentFaqTags table th,
.contentFaqTags table td {
  border: none;
}

/* tab-box
------------------------------------- */
.faq #content #tabbox {
  margin: 10px 0 0;
}

#content #tab::after {
  content: "";
  clear: both;
  display: block;
}

.faq #content #tab {
  margin: 0 0 0 7px;
}

.faq #content #tab li {
  float: left;
  width: auto !important;
  width: 80px;
  min-width: 80px;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 0;
  border-radius: 6px 6px 0 0;
  background: none;
  cursor: pointer;
}

.faq #content #tab li:hover {
  margin-bottom: -1px;
}

.faq #content #tab .select {
  margin-bottom: -1px;
  z-index: 1;
}

.faq #content #tab li span {
  display: block;
  padding: 2px 5px;
  border: 1px solid #858585;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background: #f5f5f5;
  font-size: 120%;
  text-align: center;
}

.faq #content #tab .select span,
.faq #content #tab li span:hover {
  border: 1px solid #0266b6;
  border-bottom: 1px solid #eef4fb;
  background: #eef4fb;
  color: #0266b6;
  font-weight: bold;
}

.faq #content .content_wrap {
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #0266b6;
  border-radius: 4px;
  background: linear-gradient(to bottom, #eef4fb 0%, #fff 1%);
  z-index: 0;
}

#content .content_wrap::after {
  content: "";
  clear: both;
  display: block;
}

.faq #tabbox .content_wrap h3 {
  margin-bottom: 5px;
  padding: 5px;
  background: #deeaf8;
}

.faq #tabbox .content_wrap ul {
  margin-bottom: 10px;
}

.faq #tabbox .content_wrap li {
  padding: 2px 0;
  background: url("./images/ic_arrow_01.gif") 5px center no-repeat;
  text-indent: 14px;
}

.faq #content .disnon {
  display: none;
}

/* pagination
----------------------------------------------- */
.faq .pagination {
  margin-top: 1em;
  text-align: center;
}

.faq .pagination span.current {
  padding: 0 3px;
  font-size: 150%;
  font-weight: bold;
}

.faq .pagination a {
  padding: 0 6px;
}

/* --------------------------------------------------- */
/* toranomaki  table*/
/* --------------------------------------------------- */
table tr td.part-box {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px solid #333;
  font-size: 12px !important;
  text-align: center;
  padding-bottom: 1px;
  line-height: 1.5;
  color: #333;
  margin: 5px;
}

table tr td.part-box a,
table tr td.part-box a:hover,
table tr td.part-box a:visited {
  display: inline-block;
  background-color: #9bd;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: none;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center !important;
}

table tr td.dashed-box {
  background-color: #FFF;
  border-radius: 5px;
  border: 1px dashed #333;
  font-size: 13px;
  text-align: center;
  padding-bottom: 1px;
  line-height: 1.5;
  color: #333;
}

table tr td.grey-box {
  background-color: #ddd;
  border-radius: 5px;
  border: 1px solid #333;
  font-size: 13px !important;
  text-align: center;
  padding-bottom: 1px;
  line-height: 1.5;
  color: #333;
}

table tr td.setumei-box {
  background-color: #fffbde;
  border-radius: 0px;
  border: 1px solid #555;
  font-size: 10px !important;
  text-align: center;
  padding-bottom: 1px;
  line-height: 10px;
  color: #333;
}

/*セル上(業務コード)*/
table tr td.ghead {
  width: 96px;
  height: 24px !important;
  background-color: #FFF;
  border-radius: 5px 5px 0 0;
  border: 1px solid #333;
  font-size: 18px !important;
  font-weight: bold;
  text-align: center !important;
  line-height: 28px;
  color: #333;
}

/*セル下(説明)*/
table tr td.gfoot {
  width: 96px;
  height: 55px !important;
  background-color: #FFF;
  border-radius: 0 0 5px 5px;
  border: 1px solid #333;
  border-top: 0;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  color: #333;
}

/*セル上: リンク関係*/
table tr td.ghead:hover {
  background-color: #9bd;
}

table tr td.ghead a,
table tr td.ghead a:hover,
table tr td.ghead a:visited {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-decoration: none;
}

/* === 文字装飾 ============================ */
.toramame {
  margin: 0 0 5px;
  padding: 0;
  background: #deeaf8 url("./images/ic_arrow_01.gif") 5px 0.7em no-repeat;
  text-indent: 14px;
}

.gaiyou {
  padding: 20px;
  margin: 20px;
  background-color: #EDF7FF;
}

.underline {
  background: linear-gradient(transparent 50%, #a8eaee 50%);
}

.underlinemin {
  background: linear-gradient(transparent 50%, #a8eaee 50%);
  font-size: 10px;
  vertical-align: bottom;
}

.toraarrow90 {
  font-size: 20px !important;
  transform: rotate(90deg);
  color: #7a8c92;
}

/* 巻物index
----------------------------------------------- */
.makimono {
  text-align: center;
  position: relative;
}

.makimono span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  color: #555;
  /*文字はkuroに*/
  font-weight: bold;
  /*太字に*/
  font-size: 2em;
  /*サイズ2倍*/
}

@media only screen and (max-width: 959px) {
  .makimono span {
    font-size: 4.5vw;
  }
}

.makimono img {
  max-width: 100%;
}

.makimono:hover {
  cursor: pointer;
  top: 2px;
  left: 2px;
}

/* === 訂正一覧表 ============================ */
table tr td.toratei {
  border-top: 0px solid #cccccc;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 5px;
  text-align: left;
  background-color: #d1deDd;
  font-size: 9px !important;
}

table tr td.torahito {
  border-top: 0px;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 5px;
  text-align: left;
  background-color: #eef8F6;
  font-size: 9px !important;
}

table tr td.toraarrow {
  text-align: center !important;
  font-size: 20px !important;
  font-weight: bold;
  color: #7a8c92;
}

table tr td.tora-phase {
  text-align: center !important;
  border-top: 0px;
  border-bottom: 0px;
  border-left: 1px dashed #579;
  border-right: 0px;
  padding: 0px;
  font-size: 1px !important;
}

/* === フローテーブル続きを読む機能============= */
.cp_box *,
.cp_box *::before,
.cp_box *::after {
  box-sizing: border-box;
}

.cp_box {
  position: relative;
}

.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 120px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

.cp_box input:checked+label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

.cp_box label::after {
  line-height: 2.5rem;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  width: 16rem;
  content: 'もっと見る';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: #002244;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  overflow: hidden;
  height: 550px;
  /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box input:checked+label {
  display: none;
  /*閉じるボタンつける場合けす */
}

.cp_box input:checked+label::after {
  font-family: FontAwesome;
  content: '\f139'' 閉じる';
}

.cp_box input:checked~.cp_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

/*NACCSに関するお問合せのバナー　*/
.frequentlyContact {
  border: 1px solid #adadad;
  width: fit-content;
  }
  
  .frequentlyBanner {
  width: fit-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 10px;
  }
  
  .frequentlyContact p {
  text-align: center;
  margin: 10px !important;
  }