@charset "UTF-8";

/* =========================================================
   Pieces
========================================================= */
/* smart-menu
----------------------------------------------- */
#smartMenu {
  display: none;
}

@media only screen and (max-width: 959px) {
  #smartMenu {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
  }

  #smartMenu ul {
    display: flex;
  }

  #smartMenu li {
    list-style: none;
  }

  #smartMenu li:not(:first-child) {
    margin-left: 8px;
  }

  #smartMenu button {
    display: block;
    width: 44px;
    height: 44px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }

  #smartMenu button.active {
    background-image: url("../images/ic-close.svg");
  }

  #smartMenu .globalNavi {
    background-image: url("../images/ic-menu.svg");
  }

  #smartMenu .search {
    background-image: url("../images/ic-search2.svg");
  }

}

/* common header / accessibility navi
----------------------------------------------- */
#nocssread {
  display: none;
}

#commonHeader {
  margin: 0;
  padding: 2px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #c5c5c5;
  background: linear-gradient(to bottom, #fefefe 0%, #eeeeef 100%);
  text-align: right;
}

#commonHeader .pieceBody {
  max-width: 1200px;
  margin: 0 auto;
}

.naviFont {
  display: inline-block;
  padding: 0 5px 0 24px;
  border-left: 1px solid #bbb;
  background: url("../images/ic-navi-font.png") no-repeat 6px center;
}

.naviFont .label {
  margin: 0 3px 0 0;
}

.label>a {
  display: inline-block;
  margin: 0 1px;
}

#commonHeader a.riyou {
  display: inline-block;
  padding: 0 0 0 10px;
  border-left: 1px solid #bbb;
}

@media only screen and (max-width: 1200px) { 
    #commonHeader {
        padding: 2px 20px;
    }
}

@media only screen and (max-width: 959px) {
  #commonHeader {
    display: none;
    position: absolute;
    top: 64px;
    width: 100%;
    z-index: 9999;
    padding: 0;
    background: #f5f5f5;
  }

  #commonHeader .pieceBody {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
  }

  #commonHeader .nocssread {
    display: none;
  }
}

/* common banner
----------------------------------------------- */
#commonBanner {
  margin: 0;
}

#commonBanner .pieceBody::after {
  content: "";
  clear: both;
  display: block;
}

#commonBanner .logo {
  float: left;
}

#commonBanner .logo a {
  display: block;
  margin-top: 12px;
}

#commonBanner .menu {
  float: right;
  text-align: right;
}

#commonBanner .upperMenu {
  margin-top: 10px;
}

#commonBanner .lowerMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 36px;
  margin: 10px 0;
}

#commonBanner .menu form {
  display: inline-block;
  margin-right: 15px;
}

.criteriaBox .criteriaKeyword {
  position: relative;
  justify-content: flex-end;
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  align-items: center;
  max-width: 100%;
}

.criteriaBox .criteriaKeyword .keyword {
  width: 100%;
  height: 34px;
  padding: 0 4px;
  /* border-radius: 4px; */
}

/* .criteriaBox .criteriaKeyword .keyword:placeholder-shown {
  border-radius: 4px;
} */

.criteriaBox .criteriaKeyword .keyword:focus {
  outline: none;
}

.criteriaBox .criteriaKeyword .keywordField {
  position: relative;
  width: 100%;
}

.criteriaBox .criteriaKeyword input[name="commit"] {
  width: 70px;
  height: 34px;
  padding: 0 1rem;
  background: #2e75b6;
  color: #fff;
  font-size: 1rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  /* background-image: url("/_themes/search/images/ic-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px; */
}

.criteriaBox .criteriaKeyword input[name="clear"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  height: 38px;
  font-weight: bold;
  background: none;
  border-style: none;
  color: #b0c4de;
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="clear"]:hover {
  color: #1976d2;
}

a.toiawase,
a.siteMap {
  vertical-align: middle;
}

a.toiawase {
  margin-right: 5px;
}

#commonBanner input.search-box {
  width: 10em;
}

body[class^="dir-qanda"] input.search-box {
  width: 89%;
}

input.search-button {
  width: 3.6em;
}

@media only screen and (max-width: 959px) {
  #commonBanner .logo {
    float: none;
    padding: 0 160px 10px 0;
  }

  #commonBanner .logo a {
    margin-top: 0;
  }

  #commonBanner .menu {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
  }

  #commonBanner .upperMenu {
    margin-top: 0;
  }

  #commonBanner .lowerMenu {
    margin-bottom: 0;
  }

  #commonBanner .menu form {
    width: 100%;
  }

  #commonBanner .menu form {
    margin: 0 0 0.5em;
  }
}

/* otoiawase sitemap
---------------------- */
a.toiawase,
a.siteMap {
  display: inline-block;
  padding-left: 10px;
  background: url("../images/ic_arrow_01.gif") no-repeat left center;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
}

/* global navi
----------------------------------------------- */
#globalNavi {
  margin-bottom: 10px;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

#globalNavi .pieceHeader {
  display: none;
}

#globalNavi .pieceBody {
  max-width: var(--site-width);
  margin: 0 auto;
}

#globalNavi ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  background-color: #e5e5e5;
  box-shadow: 0 3px 4px -2px #999;
}

#globalNavi li {
  display: flex;
  width: auto !important;
  position: static;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  z-index: 1;
}

#globalNavi li::after {
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 100%;
  height: 20px;
  background-color: #fff;
  z-index: 1;
}

#globalNavi a {
  display: block;
  position: relative;
  padding: 0 5px;
  border-right: 1px solid #999;
  color: #0165b2;
  font-size: 126%;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  z-index: 2;
}

#globalNavi a span {
  display: block;
  position: relative;
  width: 100%;
  padding: 8px 0 3px;
  border-bottom: 3px solid transparent;
  z-index: 2;
}

#globalNavi a span:hover {
  border-color: #0165b2;
}

#globalNavi li:first-child {
  width: 11.3%;
}

#globalNavi li:first-child::after {
  left: 1px;
  border-radius: 5px 0 0 5px;
}

#globalNavi li:nth-child(2) {
  width: 23.6%;
}

#globalNavi li:nth-child(3) {
  width: 17.6%;
}

#globalNavi li:nth-child(4) {
  width: 29.3%;
}

#globalNavi li:last-child {
  width: 18.2%;
}

#globalNavi li:last-child::after {
  border-radius: 0 5px 5px 0;
}

#globalNavi li:last-child a {
  border-right: 0;
}

/* 2024.07.22 追加 */

#globalNavi li a {
  display: inline-block;
  text-align: left;
}

#globalNavi li::after {
  content: none;
}

#globalNavi ul.mainMenu::after {
  content: " ";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 100%;
  height: 40%;
  border-radius: 6px;
  background-color: #fff;
}

#globalNavi ul.mainMenu>li {
  flex: auto;
}

#globalNavi ul.mainMenu>li>a {
  width: 100%;
  padding: 3px 5px !important;
  text-align: center;
}

#globalNavi ul.mainMenu>li:not(:last-child)>a {
  border-right: 1px solid #999;
}

#globalNavi ul.mainMenu>li>a>span {
  padding: 8px 0 3px;
  border-bottom: 3px solid transparent;
}

#globalNavi ul.mainMenu>li>a.cur>span {
  border-color: var(--main-color-4);
}

#globalNavi ul.subMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  padding: 20px 20px 10px;
  background: var(--main-color-10);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 200;
}

#globalNavi ul.subMenu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(var(--site-width) - 2px);
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  border: 1px solid #a6a6a6;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

#globalNavi ul.subMenu li::after {
  content: none;
}

#globalNavi ul.subMenu li.search {
  flex-basis: 100%;
}

#globalNavi ul.subMenu li.search form {
  width: 100%;
}

#globalNavi ul.subMenu li.search input[type="text"] {
  width: calc(100% - 74px);
}

#globalNavi li:hover a {
  transition: all 0.2s;
}

#globalNavi ul.mainMenu li.current a~ul {
  visibility: visible;
  opacity: 1;
}

#globalNavi ul.subMenu li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 6px 6px 6px 16px;
  border: 0;
  border-bottom: 1px solid var(--mono-color-4);
  background: url("../images/ic_menu_arrow_01.png") no-repeat left center;
  font-size: 1rem;
  font-weight: normal;
  text-decoration: underline;
}

#globalNavi ul.subMenu li a:hover {
  text-decoration: none;
}

#globalNavi ul.subMenu li a::before {
  display: none;
}

@media only screen and (min-width: 960px) {
  #globalNavi ul.subMenu li {
    flex-basis: 25%;
    margin-bottom: 1rem;
    padding: 0 1rem;
  }

  #globalNavi ul.subMenu li:not(:nth-child(4n)) {
    border-right: 1px solid var(--mono-color-4);
  }

  #globalNavi li.plaza ul.subMenu li:nth-child(6) {
    margin-right: 50%;
  }

  #globalNavi ul.mainMenu>li>a.focus>span,
  #globalNavi ul.mainMenu>li>a:hover>span,
  #globalNavi ul.mainMenu>li>a:focus>span {
    border-color: var(--main-color-4);
  }

  #globalNavi ul.mainMenu li:hover a+ul {
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (max-width: 959px) {
  #globalNavi .pieceBody {
    display: none;
    position: absolute;
    top: 64px;
    z-index: 9999;
    width: 100%;
    border-bottom: 0;
    background-color: var(--mono-color-9);
  }

  #globalNavi ul {
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid var(--main-color-4) !important;
  }

  #globalNavi ul.mainMenu {
    border: 0;
    background-color: transparent;
    box-shadow: none;
  }

  #globalNavi li {
    border-bottom: 1px solid var(--main-color-4);
    background-color: var(--mono-color-9);
  }

  #globalNavi ul.mainMenu>li {
    flex-basis: 100% !important;
    border-bottom: 1px solid var(--main-color-4);
  }

  #globalNavi ul.mainMenu>li:not(:last-child)>a {
    border: 0;
  }

  #globalNavi ul.subMenu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    padding: 0;
    background-color: transparent;
  }

  #globalNavi ul.subMenu::before {
    content: none;
  }

  #globalNavi ul.subMenu li:last-child {
    border-bottom: 0;
  }

  #globalNavi ul.subMenu li.search {
    padding: 20px 40px;
  }

  #globalNavi ul.subMenu>li>a {
    display: block;
    width: 100%;
    padding: 20px 40px;
    background-position: right 40px center;
  }

  #globalNavi ul.mainMenu>li,
  #globalNavi ul.subMenu>li.subsubMenu {
    display: block;
    background: url("../../css/images/spmenu_open.svg") no-repeat right 26px center;
    text-align: left;
  }

  #globalNavi ul.mainMenu>li.active,
  #globalNavi ul.subMenu>li.active {
    background: url("../../css/images/spmenu_close.svg") no-repeat;
    background-position: top 25px right 26px;
    padding: 0;
  }

  #globalNavi ul.mainMenu>li>a {
    padding: 21px 17px 17px 21px !important;
  }

  #globalNavi ul {
    border: none;
    border-radius: unset;
  }

  #globalNavi ul.subMenu li a {
    border-bottom: none;
  }

  #globalNavi ul.mainMenu>li>a {
    width: unset;
    text-align: unset;
  }

  #pcSwitch {
    display: block;
    padding: 12px 20px;
    border-bottom: 1px solid var(--main-color-4);
    text-align: center;
  }

  #pcView {
    width: 200px;
    padding: 8px 12px 8px 40px;
    border: none;
    background-color: var(--main-color-3);
    background-image: url("./images/ic-pcview.png");
    background-repeat: no-repeat;
    background-position: 30px center;
    color: var(--mono-color-9);
  }
}

/* focus btn */
#globalNavi .pieceBody>ul>li {
  flex-wrap: wrap;
}

#globalNavi .pieceBody>ul>li span.btn {
  position: relative;
  width: 100%;
  height: 0;
}

#globalNavi .pieceBody>ul>li span.btn a {
  position: absolute;
  left: calc(50% - 8px);
  bottom: 3px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid var(--main-color-4);
  background: none !important;
  overflow: hidden;
}

#globalNavi .pieceBody>ul>li span.btn a.open {
  border-top: none;
  border-bottom: 8px solid var(--main-color-4);
}

/* 2024.07.22 追加 -----end----- */

/* global navi active
----------------------------------------------- */
#globalNavi li.current a span,
#globalNavi a.cur span,
body[class^="dir-tetsuduki"] #globalNavi .tetsuduki a span,
body[class^="dir-system"] #globalNavi .system a span {
  border-bottom: 3px solid #0165b2;
}

@media only screen and (max-width: 959px) {
  #globalNavi {
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  #globalNavi .pieceBody {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
  }

  #globalNavi ul {
    display: flex;
    flex-wrap: wrap;
  }

  #globalNavi li {
    float: none;
    width: auto !important;
    padding: 0;
    flex-basis: 50%;
  }

  #globalNavi li.top {
    display: none;
  }

  #globalNavi li a {
    padding: 5px 0;
  }

  #globalNavi li:nth-child(-n+3) a {
    border-bottom: 1px solid #999;
  }

  #globalNavi li:nth-child(2n+1) a {
    border-right: 0;
  }
}

/* footer
----------------------------------------------- */
/* address
---------------------- */
#address {
  line-height: 2;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  font-weight: bold;
  text-align: center;
}

#address .tel,
#address .mail {
  padding: 10px 30px;
  background-position: left center;
  background-repeat: no-repeat;
}

#address .tel {
  background-image: url("../images/ic_tel.png");
}

#address .mail {
  background-image: url("../images/ic_mail.png");
}

/* commonFooter
----------------------------------------------- */
#commonFooter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  font-size: 0.875rem;
}

#commonFooter .pieceContainer {
  width: 100%;
  max-width: var(--site-width);
}

#commonFooter ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}

#commonFooter p {
  flex-basis: 300px;
}

#commonFooter a {
  text-decoration: underline;
}

#commonFooter p a {
  display: inline-block;
  padding: 3px;
  border: 1px solid #a6a6a6;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
}

#commonFooter a:hover,
#commonFooter a:focus {
  text-decoration: none;
}

#commonFooter li a {
  display: inline-block;
  padding: 0 0 0 16px;
  background: url("../images/ic_menu_arrow_01.png") no-repeat left 0.45em;
  font-size: 1rem;
}

#copyright {
  padding: 10px 0;
  border-bottom: 1px solid #c2c2c2;
  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  font-size: 90%;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 1200px) {
  #commonFooter {
    padding: 20px 20px 10px;
  }
}

@media only screen and (max-width: 959px) {
  #commonFooter .pieceBody {
    flex-wrap: wrap;
  }

  #commonFooter ul,
  #commonFooter p {
    flex-basis: 100%;
  }

  #commonFooter ul {
    justify-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    gap: 0;
  }

  #commonFooter li {
    flex-basis: 100%;
  }

  #copyright {
    padding: 10px 20px;
    border: 0;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 10px 20px;
  line-height: 1.3;
}

#breadCrumbs h2 {
  font-size: 100%;
  font-weight: normal;
}

#breadCrumbs .pieceHeader+.pieceBody {
  display: none;
}

#breadCrumbs .direction {
  margin: 0;
}

@media only screen and (max-width: 959px) {
  #breadCrumbs {
    display: none;
  }
}

/* piece
----------------------------------------------- */
.piece {
  margin-bottom: 5px;
}

#footer .piece {
  margin-bottom: 0;
}

/* page-title
----------------------------------------------- */
#pageTitle {
  margin-bottom: 10px;
}

#pageTitle+.surveyForms {
  margin-top: 10px;
}

#pageTitle .pieceContainer {
  padding: 10px;
  background: url("../images/tl_h2.gif") left top no-repeat;
  background-size: 100% 100%;
}

#pageTitle h1 {
  color: #fff;
}

.sitemap #pageTitle .pieceContainer,
.mailmagazine #pageTitle .pieceContainer {
  padding: 10px 14px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #0276d4 0%, #015ca6 100%);
  color: #fff;
}

.category:not(.page) #pageTitle .pieceContainer,
.dir-transport .doc #pageTitle .pieceContainer {
  margin-bottom: 20px;
  padding: 15px 2px;
  background: #fff url("../images/tl_h1.gif") left bottom repeat-x;
}

.category:not(.page) #pageTitle h1,
.dir-transport .doc #pageTitle h1 {
  padding: 0;
  color: #0266b6;
  font-size: 200%;
  font-weight: normal;
}

.doc #pageTitle {
  margin-bottom: 0;
}

.doc #pageTitle .pieceContainer {
  padding: 20px 20px 0;
  background: #f6f8fc url("../images/bg_kiji_tl_header.gif") repeat-x left top;
}

.doc #pageTitle h1 {
  color: #000;
  font-size: 150%;
}

.recent #pageTitle {
  margin-bottom: 20px;
}

.recent #pageTitle .pieceContainer {
  padding: 15px 2px;
  background: #fff url("../images/tl_h1.gif") left bottom repeat-x;
}

.recent #pageTitle h1 {
  color: #0266b6;
  font-weight: normal;
  font-size: 200%;
}

.dir-transport .doc #content>#pageTitle {
  display: none;
}

/* recent Docs Title
----------------------------------------------- */
#recentDocsTitle {
  margin-bottom: 10px;
}

.dir-category #recentDocsTitle,
.dir-category-information #recentDocsTitle {
  display: none;
}

#recentDocsTitle .pieceContainer {
  min-height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  background: url("../images/tl_h2.gif") no-repeat left top;
  background-size: 100% 100%;
}

#recentDocsTitle h2 {
  padding-left: 10px;
  color: #fff;
}

@media only screen and (min-width: 960px) {
  #recentDocsTitle .pieceContainer {
    background-size: 100% auto;
  }
}

/* side-list
----------------------------------------------- */
#menu .pieceHeader h2,
#links .pieceHeader h2 {
  padding: 5px 10px;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(to bottom, #0266b6 0%, #024282 100%);
  color: #fff;
}

#sideMenu,
#categoryList,
#unitList,
#monthList,
#yearList {
  margin-bottom: 15px;
}

#sideMenu ul,
#categoryList ul,
#unitList ul,
#monthList ul,
#yearList ul {
  border-left: 2px solid #3d8cc7;
}

#sideMenu li,
#categoryList li,
#unitList li,
#monthList li,
#yearList li {
  margin-bottom: 5px;
  border-bottom: 1px solid #d7dee4;
}

#sideMenu li a,
#categoryList li a,
#unitList li a,
#monthList li a,
#yearList li a {
  display: block;
  padding: 5px;
  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  color: #000;
  text-decoration: none;
}

#sideMenu li a:hover,
#categoryList li a:hover,
#unitList li a:hover,
#monthList li a:hover,
#yearList li a:hover {
  filter: none;
  background: none;
}

/* side-list active
----------------------------------------------- */
#categoryList li a.cur,
#unitList li a.cur,
#monthList li a.cur,
#yearList li a.cur {
  background: #fff;
}
/*#sideMenu li.current a,
#sideMenu li.current a:hover,
#sideMenu li a.cur,
#sideMenu li a.cur:hover,*/
#categoryList li a:hover,
#unitList li a:hover,
#monthList li a:hover,
#yearList li a:hover/*,
.dir-system #sideMenu li.code a,
.dir-category-information-air #sideMenu li.cat-air a,
.dir-category-information-sea #sideMenu li.cat-sea a,
.dir-category-information-airsea #sideMenu li.cat-airsea a,
.dir-category-information-customs #sideMenu li.cat-customs a,
.dir-category-information-government #sideMenu li.cat-government a,
.dir-category-information-systemstop #sideMenu li.cat-systemstop a*/ {
  background: #fff url("../images/ic_menu_arrow_01.png") right 10px center no-repeat;
}
/*
.dir-system-code-fainsCode #sideMenu ul li.code>a {
  background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
}*/

/* side-menu
----------------------------------------------- */
#sideMenu li.code>a {
  background-image: url("../images/ic_menu_arrow_01.png"), linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  background-position: right 10px center, left top;
  background-repeat: no-repeat, repeat;
}

#sideMenu li a.cur,
#sideMenu li a:hover,
#sideMenu li a:focus {
  background: #fff;
}

#sideMenu li.code>a.cur,
#sideMenu li.code>a:hover {
  background: #fff url("../images/ic_menu_arrow_01.png") no-repeat right 10px center;
}

#sideMenu ul ul li a {
  padding: 8px 5px;
  background: #e5e5e5;
  font-size: 1rem;
}

@media only screen and (min-width: 960px) {
  #sideMenu {
    position: relative;
  }

  #sideMenu .pieceBody>ul>li {
    display: block;
    position: relative;
  }

  #sideMenu .pieceBody>ul>li:hover {
    transition: all .5s;
  }

  #sideMenu ul ul {
    position: absolute;
    top: -6px;
    left: 220px;
    width: 21em;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }

  #sideMenu .pieceBody>ul>li:hover ul {
    visibility: visible;
    opacity: 1;
  }

  #sideMenu li.code li.codetop {
    display: none;
  }
}

@media only screen and (max-width: 959px) {
  #sideMenu li.code>a {
    position: relative;
    background: linear-gradient(to bottom, #fafafa 0%, #ebebeb 100%);
  }

  #sideMenu li.code>a.active,
  #sideMenu li.code>a.cur,
  #sideMenu li.code>a:hover,
  #sideMenu li.code>a:focus {
    background: #fff;
  }

  #sideMenu li.code>a::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 10px;
    top: calc(50% - 9px);
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #3d8bc7;
    border-right: 2px solid #3d8bc7;
    transform: rotate(45deg);
  }

  #sideMenu li.code>a.active::after {
    top: calc(50% - 4.5px);
    border: 0;
    border-top: 2px solid #3d8bc7;
    border-left: 2px solid #3d8bc7;
  }

  #sideMenu ul ul {
    display: none;
  }
}

/* side-menu sub
----------------------------------------------- */
#sideMenu ul ul {
  border-left: 0;
}

#sideMenu ul ul li {
  margin-bottom: 0;
  border-color: #fff;
}

#sideMenu ul ul li:last-child {
  border-bottom: 0;
}

#sideMenu ul ul li a {
  filter: none;
  background: #ccc;
  font-size: 90%;
}
/*
#sideMenu ul ul li a:hover {
  filter: none;
  background: none;
}

#sideMenu ul ul li a.cur,
#sideMenu ul ul li a.cur:hover,
.dir-system-code-fainsCode #sideMenu ul ul li.fains a {
  background: #fff url("../images/ic_menu_arrow_01.png") 170px center no-repeat;
}*/

/* archive month-list
----------------------------------------------- */
#content #monthList ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  padding: 5px 18px;
  border: 0;
  background: url("./images/tl_h3.gif") left center no-repeat;
}

#content #monthList li {
  margin: 0 3em 0 0;
  border: 0;
}

#content #monthList li a {
  padding: 0;
  background: none;
  color: var(--a-color);
  font-size: 120%;
  font-weight: bold;
  text-decoration: underline;
}

#content #monthList li a:hover {
  color: var(--a-hover-color);
}

@media screen and (max-width: 959px) {
  #content #monthList ul {
    margin-left: 0;
    background-position: left 5px;
    background-size: 11px calc(100% - 10px);
  }

  #content #monthList li {
    flex-basis: 100%;
    margin: 0;
  }
}

/* category title
----------------------------------------------- */
#categoryTitle {
  margin-bottom: 20px;
  padding: 15px 2px;
  background: #fff url("../images/tl_h1.gif") left bottom repeat-x;
}

#categoryTitle h2 {
  color: #0266b6;
  font-size: 220%;
  font-weight: normal;
}

/* Doc Tabs
--------------------------------------------------------- */
#docTab {
  margin-bottom: 0;
}

/* docTab org icon
----------------------------------------------- */
#docTab .content li {
  display: flex;
  line-height: normal;
  min-height: 13px;
  margin-bottom: 7px;
  padding: 0;
  background: none;
}

#docTab .content li::after {
  content: "";
  clear: both;
  display: block;
}

#docTab .content li>span,
#docTab .content li .label>span {
  display: block;
}

#docTab .content li .label {
  width: 8em;
  margin-top: 3px;
}

#docTab .content li .title {
  width: calc(100% - 9.5em);
  margin-left: 1.5em;
}

#docTab .content li .group {
  min-height: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  visibility: hidden;
}

@media only screen and (max-width: 959px) {
  #docTab .content li {
    flex-wrap: wrap;
    line-height: 1.6;
    margin-bottom: 1em;
  }

  #docTab .content li .label {
    margin-bottom: 0.25em;
  }

  #docTab .content li .title {
    width: 100%;
    margin-left: 0;
  }
}

#docTab .content li.naccs .group {
  /* NACCS */
  background-color: #c4d4e8;
  color: #000083;
}

#docTab .content li.operation .group {
  /* 運転状況更新 */
  background-color: #ffc90e;
  color: #000;
}

#docTab .content li.custom .group {
  /* 税関 */
  background-color: #b0c2e0;
  color: #00004c;
}

#docTab .content li.food .group {
  /* 検疫所 食品 */
  background-color: #ffb79e;
  color: #5b0000;
}

#docTab .content li.animal .group {
  /* 動物検疫所 */
  background-color: #c7c9ff;
  color: #000081;
}

#docTab .content li.plant .group {
  /* 植物防疫所 */
  background-color: #b1d4af;
  color: #004700;
}

#docTab .content li.meti .group {
  /* 経産省 */
  background-color: #c2c2c2;
  color: #000;
}

#docTab .content li.immigration .group {
  /* 入管 */
  background-color: #fcbdbf;
  color: #5b0000;
}

#docTab .content li.quarantine .group {
  /* 検疫所 検疫 */
  background-color: #d8d1a9;
  color: #3f3f00;
}

#docTab .content li.harbormaster .group {
  /* 港長 */
  background-color: #e0e0e0;
  color: #000;
}

#docTab .content li.management .group {
  /* 港湾管理者 */
  background-color: #a1cfdb;
  color: #00003f;
}

#docTab .content li.safety .group {
  /* 海上保安官署 */
  background-color: #c5e5f7;
  color: #000049;
}

#docTab .content li.traffic .group {
  /* 海上交通センター */
  background-color: #b4dbc7;
  color: #002800;
}

#docTab .content li.dtb .group {
  /* 地方運輸局 */
  background-color: #e0cab6;
  color: #300000;
}

#docTab .content li.medicalsupplies .group {
  /* 厚生労働省　医薬品 */
  background-color: #c4d4e8;
  color: #00004c;
}

#docTab .content li.export .group {
  /* 輸出証明書等 */
  background-color: #ffd966;
  color: #000;
}

#docTab .content li.naccs .blank {
  /* ブランクで残す */
  background-color: transparent;
  color: transparent;
}

#docTab .content li.other .group {
  /* その他 */
  background-color: #ffc90e;
  color: #000;
}

/* docTab category emphasis
----------------------------------------------- */
#docTab .content li .category {
  text-align: center;
}

#docTab .content li .category span {
  display: none;
}

#docTab .content li.strong a,
#docTab .content li .category span[class^="emphasis"]:not([class$="strong"]) {
  font-weight: bold;
}

#docTab .content li .category span[class^="emphasis"]:not([class$="strong"]) {
  display: block;
}

#docTab .content li .category span[class$="important"] {
  background-color: #ff0000;
  color: #fff;
}

#docTab .content li .category span[class$="emergency"] {
  background-color: #ffff00;
  color: #000;
}

#docTab .content li .category span[class$="account"] {
  background-color: #000;
  color: #fff;
}

#docTab .content li .category span[class$="seminar"] {
  background-color: #d3d3d3;
  color: #4169e1;
}

#docTab .content li .category span[class$="failure"] {
  background-color: #ffff00;
  color: #ff0000;
}

#docTab .content li .category span[class$="report"] {
  background-color: #d3d3d3;
  color: #000;
}

#docTab .content li .category span[class$="recovery"] {
  background-color: #4169e1;
  color: #fff;
}

#docTab .content li .category span[class$="maintenance"] {
  background-color: #ffa500;
  color: #000;
}

#docTab .content li.strong a {
  color: #dd0000;
}

/* transport
----------------------------------------------- */
#docTabSea,
#docTabAir {
  margin-bottom: 15px;
  padding: 2px;
  border: 1px solid #858585;
  border-radius: 5px;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
}

#docTabSea .pieceHeader h2,
#docTabAir .pieceHeader h2 {
  padding: 5px 10px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #0266b6 0%, #024282 100%);
  color: #fff;
}

#docTabSea .tabs,
#docTabAir .tabs,
#docTabSea .attributes .separator,
#docTabAir .attributes .separator,
#docTabSea .attributes .unit,
#docTabAir .attributes .unit {
  display: none;
}

#docTabSea .wrapper,
#docTabAir .wrapper {
  width: auto;
  border: none;
  box-shadow: none;
}

/* drive
----------------------------------------------- */
div[id^="drive"] {
  position: relative;
  margin-bottom: 15px;
  padding: 2px;
  border: 1px solid #858585;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
}

div[id^="drive"] .pieceHeader h2 {
  padding: 5px 10px;
  border-radius: 4px;
  background: linear-gradient(to bottom, #0266b6 0%, #024282 100%);
  color: #fff;
}

#driveRecent .pieceHeader h2 {
  margin-bottom: 5px;
}

#drive p {
  display: inline-block;
  padding: 10px;
}

#drive .description {
  border-right: 1px dotted #adadad;
}

#drive .description span {
  font-size: 85%;
}

#driveRecent li {
  padding: 5px 10px;
  border-bottom: 1px dotted #adadad;
}

#driveRecent .more {
  padding: 5px 10px;
}

#drive .pieceBody,
#drive .nowtime {
  display: flex;
  align-items: center;
}

#drive p,
#drive span {
  white-space: nowrap;
}

#drive .leftBanner2 {
  margin: 0 0 0 10px;
}

#drive img {
  width: 100%;
}

@media only screen and (max-width: 959px) {

  #drive .pieceBody,
  #drive .nowtime {
    flex-wrap: wrap;
    flex-basis: 100%;
    justify-content: center;
  }

  #drive .nowtime {
    padding-top: 0;
  }

  #drive .description {
    border-right: 0;
  }

  #drive .leftBanner2 {
    min-width: 60%;
    margin: 10px 0 0;
  }
}

/* link list
----------------------------------------------- */
#linkList ul {
  margin: 0 0 10px 3px;
}

#linkList li {
  padding: 5px 0 5px 10px;
  background: url("../images/ic_arrow_01.gif") left 0.8em no-repeat;
}

/* pageTop
----------------------------------------------- */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 80px;
  z-index: 999;
}

#pageTop a {
  display: block;
  width: 44px;
  height: 44px;
  padding-top: 20px;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  color: var(--mono-color-9);
  font-size: 0.8125rem;
  text-align: center;
  text-decoration: none;
}

#pageTop a::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 6px;
  width: 0;
  height: 0;
  margin-left: -6px;
  border-style: solid;
  border-width: 0 6px 12px 6px;
  border-color: transparent transparent var(--mono-color-9) transparent;
}

#chatbot {
  position: fixed;
  right: 0;
  bottom: -2px;
  z-index: 999;
}

#chatbot a {
  display: block;
  cursor: pointer;
}

#pageTop {
  text-align: right;
}

/* chatbot
----------------------------------------------- */
.chat {
  margin-bottom: 5px;
  text-align: center;
  position: relative;
  /* 相対位置指定 */
}

.chat .caption {
  font-size: 150%;
  text-align: center;
  padding-top: 3px;
  color: #fff;
}

.chat .mask {
  /*  width:      100%;   */
  height: 60%;
  position: absolute;
  top: 0;
  left: -50%;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.4);
  /* マスクは半透明 */
  transition: all 0.2s ease;
}

.chat:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

.chat:hover {
  cursor: pointer;
  top: 2px;
  left: 2px;
}

/* 大バナー
----------------------------------------------- */
@media only screen and (min-width: 960px) {
  .top #menuBody .pieceBody {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 959px) {
  .top #menuBody>.piece:first-child {
    text-align: center;
  }
}

.bigba {
  margin: 5px;
  text-align: center;
  position: relative;
  /* 相対位置指定 */
  padding: 5px;
  border: 1px solid #858585;
  border-radius: 5px;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.5);
}

.bigba .caption {
  font-size: 120%;
  text-align: left;
  padding: 10px;
  color: #fff;
}

.bigba .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  opacity: 0;
  /* マスクを表示しない */
  background-color: rgba(0, 0, 0, 0.7);
  /* マスクは半透明 */
  transition: all 0.2s ease;
}

.bigba:hover .mask {
  opacity: 1;
  /* マスクを表示する */
}

.bigba:hover {
  cursor: pointer;
  top: 3px;
  left: 3px;
}

/* kaijo kouku bnMaildelivery
----------------------------------------------- */
#bnKaijo,
#bnKouku,
#bnMaildelivery {
  text-align: center;
}

#bnKaijo,
#bnKouku {
  margin-bottom: 6px;
}

#bnMaildelivery {
  margin-bottom: 20px;
}

#bnKaijo a,
#bnKouku a,
#bnMaildelivery a {
  display: inline-block;
  padding: 3px;
  border: 1px solid #858585;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
}

/*  leftbanner leftBanner1-2 contentunderbanner
----------------------------------------------- */
.leftBanner1 .block {
  text-align: center;
}

.leftBanner1,
.leftBanner2,
.contentunderbanner {
  text-align: center;
}

.leftBanner1,
.leftBanner2,
.contentunderbanner {
  margin-bottom: 6px;
}

.leftBanner1,
.leftBanner2,
.contentunderbanner {
  display: inline-block;
  padding: 3px;
  border: 1px solid #858585;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.4);
}

#contentunderbanner ul {
  display: flex;
  align-items: center;
}

#contentunderbanner li {
  margin: 0 2px 4px;
}

@media only screen and (min-width:960px) {
  #contentunderbanner ul {
    justify-content: center;
  }

  #contentunderbanner li img {
    max-height: 60px;
  }
}

@media only screen and (max-width:959px) {
  #contentunderbanner ul {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

/* top-photo
----------------------------------------------- */
#topPhoto img {
  width: 100%;
}

/* husho
----------------------------------------------- */
#husho {
  margin-bottom: 15px;
  padding: 1px;
  border: 1px solid #858585;
  border-radius: 5px;
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
}

#husho .pieceContainer {
  background: linear-gradient(to bottom, #ebebeb 0%, #fff 15%);
}

#husho .pieceHeader {
  padding: 10px 20px;
  background: url("../images/tl_01.gif") no-repeat 10px 13px;
}

#husho .pieceHeader h2 {
  display: flex;
  padding: 0;
  border-radius: 0;
  background: none;
  color: #0266b6;
  font-size: 110%;
}

#husho .pieceHeader h2 span {
  margin-left: 50px;
  color: #434343;
  font-size: 100%;
  font-weight: normal;
}

#husho .pieceHeader p {
  color: #434343;
  font-size: 80%;
  font-weight: normal;
}

#husho .pieceBody {
  padding: 0 10px 10px 10px;
}

#husho ul {
  display: flex;
  flex-wrap: wrap;
}

#husho li {
  line-height: 1.7;
  padding-left: 10px;
  background: url("../images/ic_arrow_01.gif") no-repeat left center;
}

@media only screen and (min-width: 960px) {
  #husho li {
    flex-basis: calc(33.33% - 0.66em - 3.33px);
  }

  #husho li:not(:nth-child(3n)) {
    margin-right: 1em;
  }
}

@media only screen and (max-width: 959px) {
  #husho .pieceHeader h2 span {
    margin-left: auto;
  }

  #husho li {
    flex-basis: 100%;
  }
}

/* attention6th
----------------------------------------------- */
#attention6th {
  margin-bottom: 15px;
  padding: 1px;
  border: 1px solid #858585;
  border-radius: 5px;
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
}

#attention6th .pieceContainer {
  background: linear-gradient(to bottom, #ebebeb 0%, #fff 15%);
}

#attention6th .pieceContainer {
  padding: 10px;
}

#attention6th h2 {
  font-size: 230%;
  text-decoration: underline;
}

#attention6th .pieceBody {
  font-size: 150%;
}

/* pickup
----------------------------------------------- */
#pickup {
  margin-bottom: 5px;
  border: 1px solid #858585;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
}

#pickup .pieceHeader {
  padding: 1px;
}

#pickup .pieceHeader h2 {
  padding: 5px 10px;
  border-radius: 4px 4px 0 0;
  background: #ebebeb;
  background: linear-gradient(to bottom, #ebebeb 0%, #fafafa 100%);
  color: #0266b6;
  font-size: 110%;
}

#pickup .pieceHeader h2 span {
  padding-left: 10px;
  background: url("../images/tl_01.gif") no-repeat left top;
}

#pickup li {
  padding: 3px;
  border-top: 1px dotted #adadad;
}

#pickup li a {
  display: block;
  padding-left: 10px;
  background: #ebebeb;
  background: linear-gradient(to bottom, #ebebeb 0%, #fafafa 100%);
  color: #000;
  text-decoration: none;
}

#pickup li a:hover {
  filter: none;
  background: none;
}

#pickup li span {
  display: block;
}

#pickup li a span {
  padding: 10px 0 10px 25px;
  background: url("../images/ic_lm_checkmark.png") left 0.8em no-repeat;
  font-size: 110%;
  font-weight: bold;
}

#pickup li .blink {
  animation: blinkAnime 0.8s infinite alternate;
}

@keyframes blinkAnime {
  0% {
    color: #000000
  }

  95% {
    color: #ff7f00
  }

  100% {
    color: #ff7f00
  }
}

/* zeikan / bnMailmagazine /leftmenu2
----------------------------------------------- */
#bnMailmagazine,
#zeikan,
.leftmenu2 {
  margin-bottom: 5px;
  padding: 3px;
  border: 1px solid #858585;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.4);
}

#zeikan,
.leftmenu2 {
  margin-bottom: 3px;
}

#bnMailmagazine .pieceBody,
#zeikan,
.leftmenu2 .pieceBody {
  display: block;
  width: 100%;
  padding: 0;
  background: #ebebeb;
  background: linear-gradient(to bottom, #ebebeb 0%, #fafafa 100%);
}

#bnMailmagazine a,
#zeikan,
.leftmenu2 a {
  display: block;
  padding: 5px 0 5px 20px;
  background: url("../images/ic_arrow_01.gif") no-repeat 10px center;
}

/* leftBanner
----------------------------------------------- */
#leftBanner,
#bnAfr {
  text-align: center;
}

#leftBanner a,
#bnAfr a {
  display: block;
  margin-bottom: 5px;
  padding: 0 10px;
}

/* tab-box
------------------------------------- */
#tabbox {
  margin: 0 -10px;
}

#content #tab::after {
  content: "";
  clear: both;
  display: block;
}

#tabbox #tab {
  margin: 0 0 0 7px;
}

#tabbox #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;
}

#tabbox #tab li:hover {
  margin-bottom: -1px;
}

#tabbox #tab .select {
  margin-bottom: -1px;
  z-index: 1;
}

#tabbox #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;
}

#tabbox #tab .select span,
#tabbox #tab li span:hover {
  border: 1px solid #0266b6;
  border-bottom: 1px solid #eef4fb;
  background: #eef4fb;
  color: #0266b6;
  font-weight: bold;
}

#tabbox .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;
}

#tabbox .content_wrap::after {
  content: "";
  clear: both;
  display: block;
}

#tabbox .disnon {
  display: none;
}

#tabbox .content_wrap table {
  margin-bottom: 15px;
}

#tabbox .content_wrap table:last-child {
  margin-bottom: 0;
}

#tabbox .content_wrap h3 {
  margin: 0;
}

#tabbox .content_wrap p {
  margin-top: 1em;
}

#tabbox .content_wrap .olList p {
  margin: 0 10px 0.5em;
}

#tabbox .content_wrap ol {
  padding: 0 0 0.5em 25px;
}

/* リアルタイム口座申込フォームバナー
----------------------------------------------- */
.realtimeform img {
  display: block;
  margin: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
}

.realtimeform img:hover {
  background-color: #007bbb;
}

/* codelink_tora
----------------------------------------------- */
.toracodebutton {
  margin: 1px 20px 10px 20px;
  border: 1px solid #858585;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 1px -1px rgba(0, 0, 0, 0.4);
  display: block;
  float: left;
  /* 横並びにする */
  padding: 5px;
  background: linear-gradient(to bottom, #ebebeb 0%, #fafafa 100%);
}

.toracodebutton a {
  display: block;
  padding: 5px 5px 5px 20px;
  background: url("../images/ic_arrow_01.gif") no-repeat 10px center;
}

/* sns parts
----------------------------------------------- */
#snsParts {
  margin: 1rem 0;
}

#snsParts .pieceBody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#snsParts span {
  vertical-align: unset !important;   
}

#snsParts .pieceBody > *:not(:first-child) {
  margin-left: 1rem;
}

#snsParts .pocket-wrapper {
  margin-top: 2px;
}

/* =========================================================
  form
========================================================= */

.surveyForm fieldset.question {
  margin: 30px 0 20px 0;
}

/* feedbackDoc
----------------------------------------------- */
#feedbackDoc {
  margin-top: 40px;
}

#feedbackDoc .pieceHeader h2 {
  min-height: 0;
  padding: 5px 15px;
  border-color: #d3d3d3;
  background-color: #d3d3d3;
  color: inherit;
  font-size: 1.125rem;
  font-weight: bold;
}

#feedbackDoc .pieceHeader h2::before {
  display: none;
}

#feedbackDoc .pieceBody {
  padding: 15px;
  border: 1px solid #d3d3d3;
}

#feedbackDoc .pieceBody iframe {
  border: none;
}

@media only screen and (max-width: 959px) {
  #feedbackDoc .pieceHeader h2 {
    font-size: 1rem;
  }
  #feedbackDoc .pieceBody {
    padding: 10px;
  }
}

/* surveyForms(index)
----------------------------------------------- */
.surveyForms h2 {
  display: block;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  padding: 14px 12px;
  border-left: 8px solid #1e88e5;
  background-color: #e3f2fd;
  font-size: 1.125rem;
}

.surveyForms h2:hover {
  text-decoration: none;
}

.surveyForms h2 a {
  display: block;
}

.surveyForms .summary {
  padding: 5px 10px 0;
}

/* content form piece
----------------------------------------------- */
#page-feedback-feedbackDoc-index,
#page-feedback-feedbackDoc-confirmAnswers {
  margin: 0;
  scrollbar-width: none;
  font-family: "Noto Sans JP", sans-serif;
}

#page-feedback-feedbackDoc-index::-webkit-scrollbar,
#page-feedback-feedbackDoc-confirmAnswers::-webkit-scrollbar {
  display: none;
}

/* surveyForm(form)
----------------------------------------------- */
.surveyForm .body p {
  margin: 0;
}

.surveyForm .questions {
  margin: 20px 0 10px 0;
}

.surveyForm .question {
  position: relative;
}

.surveyForm .question .question_content {
  position: relative;
  padding: 10px 100px 10px 10px;
  background-color:#f5f5f5;
  border-left: solid 2px #232f92;
  margin: 30px 0 20px 0;
  width:100%
}

.surveyForm .question .question_content.free {
  flex-basis: 100%;
  background-color: #dfeffc;
}

.surveyForm .question .question_content .note {
  max-width: 90px;
  padding: 0 5px 0 3px;
  color: #d50000;
  font-size: 0.875rem;
  font-weight: normal;
  transform: translate(0, -50%);
}

.surveyForm .question .answer_content {
  min-width: 0;
  padding: 0 25px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.surveyForm .question .answer_content input[type="text"],
.surveyForm .question .answer_content input[type="email"],
.surveyForm .question .answer_content select,
.surveyForm .question .answer_content textarea {
  max-width: 100%;
  padding: 5px 6px;
  border: 1px solid #808080;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.surveyForm .question .answer_content select {
  height: 2rem;
  background-color: transparent;
}

.surveyForm .question .answer_content textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  vertical-align: bottom;
}

.surveyForm .question .answer_content label {
  margin-right: 10px;
  vertical-align: middle;
}

.surveyForm .question .answer_content input[type="checkbox"]:not(:last-of-type)+label::after {
  content: "";
  display: block;
}

.surveyForm .question .answer_content input[type="radio"],
.surveyForm .question .answer_content input[type="checkbox"] {
  margin: 0 2px 0 0;
  vertical-align: middle;
}

.surveyForm .question .answer_content+.body {
  margin: 0 15px;
  padding: 5px 10px 0;
  width: auto;
  font-size: 0.875rem;
}

.surveyForm .question .question_content+.body {
  padding: 0 10px 5px;
}

.surveyForm .question .question_content+.body p {
  margin: 0 15px;
  width: auto;
  font-size: 0.875rem;
}

.surveyForm .questions+.question {
  margin-bottom: 20px;
}

.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: var(--mono-color-1);
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}

.captchaForm .field input {
  padding: 5px;
}

.surveyForm .submit {
  text-align: center;
  padding-bottom: 20px;
  background-color: #deeaf8;
  margin-top: 30px;
}

.surveyForm .submit input[type="submit"] {
  display: inline-block;
  margin: 20px 0 0;
  padding: 10px 40px;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  box-shadow: 0 0 0 3px #f5f5f5 inset;
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  color: var(--mono-color-1);
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
}

.surveyForm .submit input[type="submit"]:hover {
  background-color: #f5f5f5;
}

.surveyForm .submit input[type="submit"]+input[type="submit"] {
  margin-left: 1rem;
}

@media screen and (max-width: 1200px) {
  .surveyForm .question {
    display: block;
  }

  .surveyForm .question::before {
    display: none;
  }

  .surveyForm .question .question_content {
    padding: 10px;
    background-color: #f5f5f5;
    box-sizing: border-box;
  }

  .surveyForm .question .question_content .note {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
    transform: translate(0, 0);
  }

  /* .surveyForm .question .answer_content input[type="text"],
  .surveyForm .question .answer_content select {
    width: 90% !important;
  } */

  .surveyForm .question .answer_content textarea {
    max-width: 98%;
  }

  .surveyForm .submit input[type="submit"] {
    padding: 10px 40px;
    font-size: 1rem;
  }

  .surveyForm .question .answer_content+.body {
    margin: 0 15px 15px;
    max-width: 100%;
  }

  .surveyForm .question .question_content+.body {
    flex-basis: 100%;
    max-width: 95%;
    margin: 15px 0 0 15px;
  }

  .surveyForm .question .body+.answer_content {
    margin: 0;
  }
}

@media screen and (max-width: 559px) {
  .surveyForm {
    font-size: 0.875rem;
  }

  .surveyForm .question .answer_content label {
    display: inline;
  }

  .surveyForm .question .answer_content input[type="radio"]:not(:last-of-type)+label::after {
    content: "";
    display: block;
  }
}

/* error
---------------------- */
#errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #d50000;
}

.surveyForm #errorExplanation h2 {
  padding: 0 0 4px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #d50000;
}

.surveyForm #errorExplanation p {
  margin-left: 15px;
}

.surveyForm #errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}

.surveyForm #errorExplanation li {
  color: #d50000;
}

/* message
----------------------------------------------- */
.surveyForm .message,
.surveyForm .back,
.button_to {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .surveyForm .message {
    text-align: left;
  }

  .surveyForm .back {
    width: 100px;
    margin: 20px auto 0;
  }

  .surveyForm .back a {
    padding: 8px 0;
  }
}

/* confirmAnswers
----------------------------------------------- */
body[id$="-confirmAnswers"] .surveyForm .question .body {
  display: none;
}

body[id$="-confirmAnswers"] .surveyForm .question .body+.answer_content {
  margin: 0;
}

/* feedbackDoc
----------------------------------------------- */
#page-feedback-feedbackDoc-index,
#page-feedback-feedbackDoc-sendAnswers,
#page-feedback-feedbackDoc-confirmAnswers,
#page-Smartphone-feedback-feedbackDoc-index,
#page-Smartphone-feedback-feedbackDoc-sendAnswers,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers {
  margin: 0;
  scrollbar-width: none;
}

#page-feedback-feedbackDoc-index::-webkit-scrollbar,
#page-feedback-feedbackDoc-sendAnswers::-webkit-scrollbar,
#page-feedback-feedbackDoc-confirmAnswers::-webkit-scrollbar,
#page-Smartphone-feedback-feedbackDoc-index::-webkit-scrollbar,
#page-Smartphone-feedback-feedbackDoc-sendAnswers::-webkit-scrollbar,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers::-webkit-scrollbar {
  display: none;
}

#page-feedback-feedbackDoc-index .surveyForm .questions,
#page-feedback-feedbackDoc-sendAnswers .surveyForm .questions,
#page-feedback-feedbackDoc-confirmAnswers .surveyForm .questions,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .questions,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .questions,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm .questions {
  border: 1px solid #d3d3d3;
  margin: 0 0 20px 0;
}

#page-feedback-feedbackDoc-index .surveyForm fieldset.question,
#page-feedback-feedbackDoc-sendAnswers .surveyForm fieldset.question,
#page-feedback-feedbackDoc-confirmAnswers .surveyForm fieldset.question,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm fieldset.question,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm fieldset.question,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm fieldset.question {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
}

#page-feedback-feedbackDoc-index .surveyForm .question .question_content,
#page-feedback-feedbackDoc-sendAnswers .surveyForm .question .question_content,
#page-feedback-feedbackDoc-confirmAnswers .surveyForm .question .question_content,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .question .question_content,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .question .question_content,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm .question .question_content {
  border-left: unset;
  margin: 0;
}

#page-feedback-feedbackDoc-index .surveyForm .question .question_content .note,
#page-feedback-feedbackDoc-sendAnswers .surveyForm .question .question_content .note,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .question .question_content .note,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .question .question_content .note {
  background-color: #d50000;
  color: #fff;
}

#page-feedback-feedbackDoc-index .surveyForm .question .answer_content,
#page-feedback-feedbackDoc-sendAnswers .surveyForm .question .answer_content,
#page-feedback-feedbackDoc-confirmAnswers .surveyForm .question .answer_content,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .question .answer_content,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .question .answer_content,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm .question .answer_content {
  padding: 15px;
}

#page-feedback-feedbackDoc-index .surveyForm .question .answer_content textarea,
#page-feedback-feedbackDoc-confirmAnswers .surveyForm .question .answer_content textarea,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .question .answer_content textarea,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm .question .answer_content textarea {
  border-radius: 4px;
}

#page-feedback-feedbackDoc-index .surveyForm .submit,
#page-feedback-feedbackDoc-sendAnswers .surveyForm .submit,
#page-feedback-feedbackDoc-confirmAnswers .surveyForm .submit,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .submit,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .submit,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm .submit {
  background-color: unset;
  margin-top: unset;
}

#page-feedback-feedbackDoc-index .surveyForm .submit input[type="submit"],
#page-feedback-feedbackDoc-sendAnswers .surveyForm .submit input[type="submit"],
#page-feedback-feedbackDoc-confirmAnswers .surveyForm .submit input[type="submit"],
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .submit input[type="submit"],
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .submit input[type="submit"],
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm .submit input[type="submit"] {
  margin: 0;
  background: none;
}

#page-feedback-feedbackDoc-index .surveyForm .submit input[type="submit"]:hover,
#page-feedback-feedbackDoc-sendAnswers .surveyForm .submit input[type="submit"]:hover,
#page-feedback-feedbackDoc-confirmAnswers .surveyForm .submit input[type="submit"]:hover,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .submit input[type="submit"]:hover,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .submit input[type="submit"]:hover,
#page-Smartphone-feedback-feedbackDoc-confirmAnswers .surveyForm .submit input[type="submit"]:hover {
    background-color: #f5f5f5;
}

#page-feedback-feedbackDoc-index .surveyForm .questions+.question,
#page-feedback-feedbackDoc-sendAnswers .surveyForm .questions+.question,
#page-Smartphone-feedback-feedbackDoc-index .surveyForm .questions+.question,
#page-Smartphone-feedback-feedbackDoc-sendAnswers .surveyForm .questions+.question {
  border: 1px solid #d3d3d3;
}

body#page-feedback-feedbackDoc-finish,
body#page-feedback-feedbackFaq-finish {
  overflow: hidden;
  height: 50px;
  padding-top: 50px;
}

body#page-feedback-feedbackDoc-finish .back,
body#page-feedback-feedbackFaq-finish .back {
  display: none;
}

/* feedbackFaq
----------------------------------------------- */
#page-feedback-feedbackFaq-index,
#page-feedback-feedbackFaq-sendAnswers,
#page-feedback-feedbackFaq-confirmAnswers,
#page-Smartphone-feedback-feedbackFaq-index,
#page-Smartphone-feedback-feedbackFaq-sendAnswers,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers {
  margin: 0;
  scrollbar-width: none;
}

#page-feedback-feedbackFaq-index::-webkit-scrollbar,
#page-feedback-feedbackFaq-sendAnswers::-webkit-scrollbar,
#page-feedback-feedbackFaq-confirmAnswers::-webkit-scrollbar,
#page-Smartphone-feedback-feedbackFaq-index::-webkit-scrollbar,
#page-Smartphone-feedback-feedbackFaq-sendAnswers::-webkit-scrollbar,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers::-webkit-scrollbar {
  display: none;
}

#page-feedback-feedbackFaq-index .surveyForm .questions,
#page-feedback-feedbackFaq-sendAnswers .surveyForm .questions,
#page-feedback-feedbackFaq-confirmAnswers .surveyForm .questions,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .questions,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .questions,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm .questions {
  border: 1px solid #d3d3d3;
  margin: 0 0 20px 0;
}

#page-feedback-feedbackFaq-index .surveyForm fieldset.question,
#page-feedback-feedbackFaq-sendAnswers .surveyForm fieldset.question,
#page-feedback-feedbackFaq-confirmAnswers .surveyForm fieldset.question,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm fieldset.question,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm fieldset.question,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm fieldset.question {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d3d3d3;
}

#page-feedback-feedbackFaq-index .surveyForm .question .question_content,
#page-feedback-feedbackFaq-sendAnswers .surveyForm .question .question_content,
#page-feedback-feedbackFaq-confirmAnswers .surveyForm .question .question_content,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .question .question_content,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .question .question_content,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm .question .question_content {
  border-left: unset;
  margin: 0;
}

#page-feedback-feedbackFaq-index .surveyForm .question .question_content .note,
#page-feedback-feedbackFaq-sendAnswers .surveyForm .question .question_content .note,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .question .question_content .note,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .question .question_content .note {
  background-color: #d50000;
  color: #fff;
}

#page-feedback-feedbackFaq-index .surveyForm .question .answer_content,
#page-feedback-feedbackFaq-sendAnswers .surveyForm .question .answer_content,
#page-feedback-feedbackFaq-confirmAnswers .surveyForm .question .answer_content,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .question .answer_content,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .question .answer_content,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm .question .answer_content {
  padding: 15px;
}

#page-feedback-feedbackFaq-index .surveyForm .question .answer_content textarea,
#page-feedback-feedbackFaq-confirmAnswers .surveyForm .question .answer_content textarea,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .question .answer_content textarea,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm .question .answer_content textarea {
  border-radius: 4px;
}

#page-feedback-feedbackFaq-index .surveyForm .submit,
#page-feedback-feedbackFaq-sendAnswers .surveyForm .submit,
#page-feedback-feedbackFaq-confirmAnswers .surveyForm .submit,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .submit,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .submit,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm .submit {
  background-color: unset;
  margin-top: unset;
}

#page-feedback-feedbackFaq-index .surveyForm .submit input[type="submit"],
#page-feedback-feedbackFaq-sendAnswers .surveyForm .submit input[type="submit"],
#page-feedback-feedbackFaq-confirmAnswers .surveyForm .submit input[type="submit"],
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .submit input[type="submit"],
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .submit input[type="submit"],
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm .submit input[type="submit"] {
  margin: 0;
  background: none;
}

#page-feedback-feedbackFaq-index .surveyForm .submit input[type="submit"]:hover,
#page-feedback-feedbackFaq-sendAnswers .surveyForm .submit input[type="submit"]:hover,
#page-feedback-feedbackFaq-confirmAnswers .surveyForm .submit input[type="submit"]:hover,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .submit input[type="submit"]:hover,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .submit input[type="submit"]:hover,
#page-Smartphone-feedback-feedbackFaq-confirmAnswers .surveyForm .submit input[type="submit"]:hover {
    background-color: #f5f5f5;
}

#page-feedback-feedbackFaq-index .surveyForm .questions+.question,
#page-feedback-feedbackFaq-sendAnswers .surveyForm .questions+.question,
#page-Smartphone-feedback-feedbackFaq-index .surveyForm .questions+.question,
#page-Smartphone-feedback-feedbackFaq-sendAnswers .surveyForm .questions+.question {
  border: 1px solid #d3d3d3;
}