@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 1.6;
  color: #333;
  font-size: 100%;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
img.external {
  margin: 0 0.25em;
  vertical-align: middle;
}
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
p {
  margin: 0 0 1em;
  word-break: break-word;
}
em {
  font-style: oblique;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
code {
  display: block;
  font-family: "Source Han Code JP", "Noto Sans JP", "FB Benton Sans Regular", monospace;
  font-size: .9em;
  margin: 10px;
  padding: 10px 5px 10px 2em;
  background-color: #efefef;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
}
ol {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
}
a {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
a:visited {
  background-color: transparent;
}
a:hover, a:focus {
  background-color: transparent;
  text-decoration: none;
}
a[name] {
  color: #000;
  text-decoration: none;
}
a img:hover {
  opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
input, textarea {
  max-width: 100%;
}

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  min-height: 16px;
  padding-left: 22px;
  background-image: url("/_common/images/icons/default.png");
  background-repeat: no-repeat;
  background-position: left 2px;
}
.iconBmp {
  background-image: url("/_common/images/icons/bmp.png");
}
.iconCsv, .iconTxt {
  background-image: url("/_common/images/icons/default.png");
}
.iconDoc, .iconDocx {
  background-image: url("/_common/images/icons/doc.png");
}
.iconGif {
  background-image: url("/_common/images/icons/gif.png");
}
.iconJpg, .iconJpe, .iconJpeg {
  background-image: url("/_common/images/icons/jpg.png");
}
.iconJtd {
  background-image: url("/_common/images/icons/jtd.png");
}
.iconLzh {
  background-image: url("/_common/images/icons/lzh.png");
}
.iconPdf {
  background-image: url("/_common/images/icons/pdf.png");
}
.iconPng {
  background-image: url("/_common/images/icons/png.png");
}
.iconPpt, .iconPptx {
  background-image: url("/_common/images/icons/ppt.png");
}
.iconXls, .iconXlsx {
  background-image: url("/_common/images/icons/xls.png");
}
.iconZip {
  background-image: url("/_common/images/icons/zip.png");
}

/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}
.temp2 .thumb {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.temp3,
.temp4 {
  display: flex;
  justify-content: center;
}
.temp3 dl,
.temp4 dl {
  margin: 0 5px;
  padding: 0;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp3 dl dt,
.temp4 dl dt {
  margin-bottom: 10px;
  text-align: center;
}
.temp3 dl dd,
.temp4 dl dd {
  margin: 0;
  text-align: center;
}
.temp1::after, .temp2::after, .temp3::after, .temp4::after, .temp10::after {
  content: "";
  clear: both;
  display: block;
}
table.temp5,
table.temp6 {
  margin-bottom: 30px;
}
.temp5 caption,
.temp6 caption {
  text-align: center;
}
.temp5 th,
.temp5 td,
.temp6 th,
.temp6 td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
  text-align: center;
}

/* System
----------------------------------------------- */
/* more
---------------------- */
.more a,
a.more {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8b8b8b;
  color: #333;
  font-size: 90%;
}
.more a:hover,
a.more:hover {
  background-color: #f3f3f3;
}

/* pagination
---------------------- */
.pagination {
  margin: 20px 0;
  text-align: center;
}
.upperPagination {
  margin-top: 0;
  margin-bottom: 20px;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 0 6px;
  vertical-align: middle;
}
.pagination a {
  text-decoration: underline;
  color: #1d3994;
}
.pagination a:visited {
  color: #8232a0;
}
.pagination a:hover, a:focus {
  text-decoration: none;
  color: #be1e32;
}
.pagination .current {
  font-size: 150%;
  font-weight: bold;
  padding: 0 3px;
}

/* =========================================================
  Layout
========================================================= */
#container {
  display: grid;
  min-height: 100vh;
  grid-template-columns: 1fr;
  grid-template-rows: 48px 1fr auto;
  grid-template-areas:
    "p-header"
    "row"
    "p-footer";
  display: -ms-grid;
  background-color: #f4f6f7;
}
header#pageHeader {
  grid-area: p-header;
  z-index: 10000;
  height: 48px;
  background-color: #002d66;
}
#row {
  display: grid;
  display: -ms-grid;
  grid-area: row;
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
}
main {
  grid-area: main;
  display: block;
  padding: 40px 40px 60px;
  border-top: 5px solid #002d66;
  background-color: #fff;
}
aside#links {
  grid-area: links;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 992px) {
  header#pageHeader {
    position: sticky;
    top: 0;
  }
  #row {
    margin: 40px auto;
    padding: 0 20px;
  }
  main {
    padding: 20px 20px 40px;
  }
  aside#links {
    margin: 40px 0 0;
    padding: 0;
  }
}
footer#pageFooter {
  grid-area: p-footer;
  border-top: 1px solid #333;
}
#commonHeader,
#commonFooter {
  max-width: 1200px;
  margin: 0 auto;
}

/* =========================================================
  Piece
========================================================= */

/* common-header
----------------------------------------------- */
#commonHeader {
  display: flex;
  justify-content: space-between;
}
#commonHeader h1 {
  flex-basis: 200px;
  font-size: 0;
  line-height: 40px;
}
#commonHeader h1 a {
  display: inline-block;
  height: 48px;
}
#commonHeader h1 a img:hover {
  opacity: 1;
}
#pageNavi {
  flex: 1;
}
.pageNaviBody {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #commonHeader h1 {
    flex:0 0 220px;
    padding-left: 20px;
  }
}

/* global-navi
----------------------------------------------- */
#globalNavi {
  flex-basis: 100%;
}
#globalNavi ul.mainMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#globalNavi ul.mainMenu > li {
  position: relative;
  text-align: center;
}
#globalNavi ul.mainMenu > li > a {
  display: block;
  height: 48px;
  line-height: 50px;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
}
#globalNavi ul.mainMenu > li > a:hover {
  background-color: #fff;
  color: #002d66;
}
#globalNavi ul.subMenu {
  display: flex;
  flex-direction: column;
  visibility: hidden;
  width: auto;
  position: absolute;
  z-index: 999;
  box-shadow: 0 2px 2px;
  transition-property: visibility;
  transition-delay: 0.1s;
}
#globalNavi ul.mainMenu > li:last-child ul.subMenu {
  right: 0;
}
#globalNavi li:hover > ul.subMenu {
  visibility: visible;
  transition-delay: 0.1s;
}
#globalNavi ul.subMenu > li {
  width: 15em;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #bbb;
  text-indent: 10px;
  text-align: left;
}
#globalNavi ul.subMenu > li > a {
  display: block;
  padding: 5px 10px;
  line-height: 32px;
  text-decoration: none;
  text-indent: 0;
  color: #002d66;
}
#globalNavi ul.subMenu > li > a:hover {
  background-color: #2b5991;
  color: #fff;
}
#globalNavi ul.subMenu > li.hr {
  border-bottom: 1px solid #ccc;
}

#pageNavi .menu-trigger {
  display: none;
}

@media only screen and (max-width: 992px) {
  .pageNaviBody  {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
  }
  #pageNavi .menu-trigger {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    background: url("../images/ic-menu.svg") no-repeat center center;
    background-size: 32px 32px;
    border: none;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  #pageNavi .menu-trigger.active {
    background-image: url("../images/ic-close.svg");
  }
  #pageNavi .menu-trigger:focus {
    outline: none;
  }
  #globalNavi {
    margin: 0;
  }
  #globalNavi ul.mainMenu {
    display: flex;
    flex-direction: column;
  }
  #globalNavi ul.mainMenu > li  {
    color: #002d66;
  }
  #globalNavi ul.subMenu {
    display: none !important;
  }
  #globalNavi ul.mainMenu > li > a {
    color: #333;
  }
  #globalNavi ul.mainMenu > li a {
    border-bottom: 1px solid #ccc;
  }
}


/* google custom search
---------------------- */
#cse-search {
  margin: 10px 0 0;
  border: 1px solid #ccc;
}
#cse-search-box {
  display: flex;
  position: relative;
}
#search-box {
  width: 300px;
  height: 26px;
  border: 1px solid #fff !important;
}
#search-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 1240px) {
  #cse-search {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  #cse-search {
    margin: 0;
    height: 48px;
    border-width: 0 0 1px 0;
  }
  #cse-search-box {
    margin: 10px auto;
    width: 50%;
    justify-content: center;
  }
  #search-box {
    width: 100%;
    height: 40px;
    border: 1px solid #002d66 !important;
  }
  #search-button {
    top: 10px;
    width: 20px;
    height: 20px;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle {
  margin: 0 0 30px;
}
#pageTitle h1 {
  padding: 0 0 10px 5px;
  border-bottom: 1px solid #ccc;
  color: #1e2f46;
  font-size: 190%;
}
@media only screen and (max-width: 992px) {
  #pageTitle h1 {
    font-size: 140%;
  }
}

/* back-btn
----------------------------------------------- */
.back {
  margin: 60px 0 0;
  text-align: center;
}
.back a {
  display: inline-block;
  width: 160px;
  margin: 0 auto;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8b8b8b;
  color: #333;
  font-size: 90%;
}
.back a:hover {
  background-color: #f3f3f3;
}

/* copyright
----------------------------------------------- */
#copyright {
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
}
#copyright .pieceBody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#copyright ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 16px;
}
#copyright li:not(:first-child) {
  margin: 0 0 0 30px;
}
#copyright a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
#copyright a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 480px) {
  #copyright li:last-child {
    flex-basis: 100%;
    margin: 0;
  }
}

/* pageTop
----------------------------------------------- */
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}

#pageTop a {
  display: block;
  width: 44px;
  height: 44px;
  padding-top: 20px;
  border-radius: 6px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  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 #fff transparent;
}

#pageTop a:hover,
#pageTop a:focus {
  background-color: rgba(0,0,0,0.5);
}

/* links
----------------------------------------------- */
#links > .piece {
  margin: 0 0 30px;
}
#links h2 {
  margin: 0 0 16px;
  font-size: 120%;
  border-bottom: 2px solid #ccc;
}
#relationLink h3 {
  font-size: 1rem;
}
#links #relationLink ul {
  padding: 0 0 0 24px;
}
#links #relationLink ul:not(:first-child) {
  margin-bottom: 1rem;
}
#links #relationLink li {
  list-style-type: disc;
}
#links #relationLink a {
  text-decoration: underline;
  color: #1d3994;
}
#links #relationLink a:visited {
  color: #8232a0;
}
#links #relationLink a:hover,
#links #relationLink a:focus {
  text-decoration: none;
  color: #be1e32;
}

/* local-navi
----------------------------------------------- */
#localNavi li {
  margin: 0 0 5px;
}
#localNavi a {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px 10px 14px 36px;
  background-color: #fff;
  box-shadow: 1px 1px #d2d2d2;
  font-size: 105%;
}
#localNavi a::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 16px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #002d66;
  border-left: 1px solid #002d66;
  transform: rotate(45deg);
}
#localNavi a:hover {
  background-color: #2b5991;
  color: #fff;
}
#localNavi a:hover::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
#localNavi li.current a {
  background-color: #002d66;
  color: #fff;
}
#localNavi li.current a::before {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* contentPage
----------------------------------------------- */
.contentPage h2 {
  margin: 1.5em 0 1.2em;
  padding: 10px 0 6px 18px;
  background-color: #2b5991;
  border-left: 5px solid #bee664;
  color: #fff;
}
.contentPage h3 {
  margin: 1.2em 0 1em;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #002d66;
  background-color: #edf6fb;
  font-size: 110%;
  font-weight: bold;
}
.contentPage h4 {
  margin: 1em 0 1em;
  padding: 5px 0 3px 12px;
  border-bottom: 1px solid #002d66;
  border-left: 5px solid #002d66;
  font-size: 100%;
  font-weight: bold;
}
.contentPage img {
  border-color: #b3b3b3;
}
.contentPage .date {
  margin: 0  0 20px;
  text-align: right;
}
.contentPage table {
  margin-bottom: 30px;
  border: 1px solid #b3b3b3;
}
.contentPage table caption {
  text-align: center;
}
.contentPage table th,
.contentPage table td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
}
.contentPage th {
  background-color: #e8ecf2;
  text-align: center;
}
.contentPage ul,
.contentPage ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
.contentPage ul {
  list-style-type: disc;
}
.contentPage ol {
  list-style-type: decimal;
}
.contentPage li {
  margin-bottom: .5em;
}
.contentPage a {
  text-decoration: underline;
  color: #1d3994;
}
.contentPage a:visited {
  color: #8232a0;
}
.contentPage a:hover,
.contentPage a:focus {
  text-decoration: none;
  color: #be1e32;
}
@media only screen and (max-width: 992px) {
  .contentPage h2 {
    padding: 8px 13px 8px 18px;
  }
  .contentPage h3,
  .contentPage h4 {
    padding: 4px 7px 4px 12px;
  }
}

/* contentGpArticleDocs
----------------------------------------------- */
.contentGpArticleDocs ul {
  margin: 0 0 40px;
  border-top: 1px solid #ccc;
}
.contentGpArticleDocs li {
  display: block;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.contentGpArticleDocs .docs a {
  display: block;
  padding: 16px;
  color: #333;
}
.contentGpArticleDocs .docs a.doc_link {
  display: flex;
}
.contentGpArticleDocs .docs a:hover {
  background-color: #f3f3f3;
}
.contentGpArticleDocs .entry {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.contentGpArticleDocs .title {
  flex: 1;
}
.contentGpArticleDocs .update_date-box {
  margin-left: auto;
}

.contentGpArticleDocs .update_date {
  margin: 0 0 0 auto;
  color: #808080;
}
.contentGpArticleDocs .update_date-text {
  margin: 0 8px 0 0;
  color: #808080;
}

/* contentGpArticleDocs news */
div[id="page-2020-news-index"] .contentGpArticleDocs .update_date-text {
  margin: 0 8px 0 0;
}
div[id="page-2020-news-index"] .contentGpArticleDocs .update_date {
  margin: 0 1rem 0 0;
}
div[id="page-2020-news-index"] .contentGpArticleDocs .docs a.docs_link {
  width: 100%;
}
div[id="page-2020-news-index"] .contentGpArticleDocs li {
  display: flex;
}

.contentGpArticleDocs .category {
  display: inline-block;
  margin: 0 24px 0 0;
  color: #fff;
  font-size: 90%;
  text-align: center;
}
.contentGpArticleDocs .category span {
  display: inline-block;
  width: 140px;
  height: 24px;
}
.contentGpArticleDocs .news-topics {
  background-color: #00756e;
}
.contentGpArticleDocs .news-case {
  background-color: #d4145a;
}
.contentGpArticleDocs .news-event {
  background-color: #cf5a24;
}
.contentGpArticleDocs .news-technical {
  background-color: #003d8c;
}
.contentGpArticleDocs .news-security {
  background-color: #784078;
}
.contentGpArticleDocs .news-release {
  background-color: #735c2e;
}
@media only screen and (max-width: 992px) {
  /*.contentGpArticleDocs h2 {
    font-size: 4vw;
  }*/
  .contentGpArticleDocs .entry,
  .contentGpArticleDocs .docs a.doc_link {
    flex-wrap: wrap;
  }
  .contentGpArticleDocs .title {
    flex-basis: auto;
  }
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .date {
  display: flex;
  justify-content: flex-end;
  margin: 0  0 20px;
  text-align: right;
}
.contentGpArticleDoc .date p {
  margin: 0;
}
.contentGpArticleDoc .date p.updatedAt {
  margin-left: 20px;
}
.contentGpArticleDoc h2 {
  margin: 1.5em 0 1.2em;
  padding: 10px 0 6px 18px;
  background-color: #2b5991;
  border-left: 5px solid #bee664;
  color: #fff;
}
.contentGpArticleDoc h3 {
  margin: 1.2em 0 1em;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #002d66;
  background-color: #edf6fb;
  font-size: 110%;
  font-weight: bold;
}
.contentGpArticleDoc h4 {
  margin: 1em 0 1em;
  padding: 5px 0 3px 12px;
  border-bottom: 1px solid #002d66;
  border-left: 5px solid #002d66;
  font-size: 100%;
  font-weight: bold;
}
.contentGpArticleDoc table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #b3b3b3;
}
.contentGpArticleDoc table caption {
  text-align: center;
}
.contentGpArticleDoc table th,
.contentGpArticleDoc table td {
  padding: 6px 10px;
  border: 1px solid #b3b3b3;
}
.contentGpArticleDoc th {
  background-color: #e8ecf2;
  font-weight: bold;
}
.contentGpArticleDoc ul,
.contentGpArticleDoc ol {
  margin-bottom: 1em;
  padding-left: 2em;
}
.contentGpArticleDoc ul {
  list-style-type: disc;
}
.contentGpArticleDoc ol {
  list-style-type: decimal;
}
.contentGpArticleDoc li {
  margin-bottom: .5em;
}
.contentGpArticleDoc a {
  text-decoration: underline;
  color: #1d3994;
}
.contentGpArticleDoc a:visited {
  color: #8232a0;
}
.contentGpArticleDoc a:hover,
.contentGpArticleDoc a:focus {
  text-decoration: none;
  color: #be1e32;
}
@media only screen and (max-width: 992px) {
  .contentGpArticleDoc .date {
    flex-wrap: wrap;
  }
  .contentGpArticleDoc h2 {
    padding: 8px 18px;
  }
  .contentGpArticleDoc h3,
  .contentGpArticleDoc h4 {
    padding: 4px 12px;
  }
  .contentGpArticleDoc thead {
    position: sticky;
    top: 0;
  }
}

/* =========================================================
   form
========================================================= */
/* surveyForms(index)
----------------------------------------------- */
.surveyForms h2 {
  margin: 0 0 12px;
  font-size: 100%;
  font-weight: normal;
}
.surveyForms h2 a {
  padding: 8px 15px 6px 32px;
}

/* surveyForm(form)
----------------------------------------------- */
.question {
  margin: 0 0 30px;
}
.questions > .question .question_content {
  margin: 0 0 12px;
  padding: 0;
  background-color: transparent;
  border-bottom: 2px solid #2b5991;
  font-size: 110%;
  font-weight: bold;
  color: #000;
}
.question_content .note {
  font-weight: bold;
  color: #e00;
}
.answer_content input {
  min-width: 300px;
  padding: 5px;
}
.answer_content textarea {
  padding: 5px;
}
.surveyForm a {
  text-decoration: underline;
  color: #1d3994;
}
.surveyForm a:visited {
  color: #8232a0;
}
.surveyForm a:hover,
.surveyForm a:focus {
  text-decoration: none;
  color: #be1e32;
}
@media only screen and (min-width: 993px) {
  /* Firefoxで表示幅を超える問題 */
  .answer_content textarea {
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .answer_content input[type="text"],
  .answer_content textarea {
    width: 100%;
    min-width: 0;
  }
  .answer_content label::after {
    content: "";
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  /* iOSで表示幅を超える問題 */
  .answer_content input[type="file"] {
    width: 100%;
  }
  .answer_content label {
    margin-right: 0;
  }
}

/* captcha
---------------------- */
.new_survey_form_answer > .question .question_content {
  margin: 0 0 12px;
  padding: 5px 0 3px 12px;
  border-left: 5px solid #2b5991;
  background-color: #dfe6f0;
  font-size: 110%;
  font-weight: bold;
}
.captchaForm .image {
  margin: 0 0 15px;
}
.captchaForm img {
  padding: 5px;
  border: 1px solid #b3b3b3;
}
.captchaForm .reload,
.captchaForm .talk {
  display: inline-block;
  width: 140px;
  margin: 0 0 15px;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
}
.captchaForm .reload:hover,
.captchaForm .talk:hover {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}
.captchaForm .reload {
  margin-right: 5px;
}
.captchaForm .reload a,
.captchaForm .talk a {
  display: block;
  padding: 6px 0 4px;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  color: #333;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}
.captchaForm .field input {
  padding: 5px;
}
@media only screen and (max-width: 480px) {
  .captchaForm .image {
    border: 1px solid #b3b3b3;
    text-align: center;
  }
  .captchaForm img {
    padding: 0;
    border: 0;
  }
  .captchaForm .reload,
  .captchaForm .talk {
    width: calc(50% - 5px);
  }
  .captchaForm .label {
    text-align: center;
  }
}

/* submit
---------------------- */
.surveyForm .submit {
  text-align: center;
}
.surveyForm .submit input {
  padding: 8px 30px 6px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  font-size: 110%;
  color: #333;
}
.surveyForm .submit input:last-child {
  margin-left: 10px;
}
.surveyForm .submit input:hover {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
  cursor: pointer;
}

/* error
---------------------- */
#errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #e00;
}
#errorExplanation h2 {
  padding: 0 0 4px 15px;
  border-radius: 4px;
  background-color: #fff;
  color: #e00;
}
#errorExplanation p {
  margin-left: 15px;
}
#errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}
#errorExplanation li {
  color: #e00;
}

/* sitemap
---------------------- */
ul.sitemap li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
ul.sitemap li ul li {
  margin-bottom: .25em;
  position: relative;
}
ul.sitemap li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #002d66;
}
ul.sitemap li ul li:last-child::before {
  height: calc(1em + .25em);
}
ul.sitemap li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #002d66;
}


/* demo
---------------------- */
dl.login a.login-button {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  margin: 20px 0 0;
  padding: 10px 0 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 110%;
  color: #333;
  text-decoration: none;
}
dl.login a.login-button:hover {
  border: 1px solid #333;
  background-color: #ebf4f8;
}



/* cse-search-results
---------------------- */
#cse-search-results iframe {
  max-width: 100%;
}


/* doDocs
----------------------------------------------- */
.contentGpCategory ul,
#documentCategoryDocs ul {
  margin: 0 0 40px;
  border-top: 1px solid #ccc;
}
.contentGpCategory li,
#documentCategoryDocs li {
  display: block;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.contentGpCategory .docs a,
#documentCategoryDocs .docs a {

}
.contentGpCategory a.doc_link,
#documentCategoryDocs a.doc_link {
  display: flex;
  padding: 16px;
  color: #333;
}
.contentGpCategory .docs a:hover,
#documentCategoryDocs .docs a:hover {
  background-color: #f3f3f3;
}
.contentGpCategory .update_date-box,
#documentCategoryDocs .update_date-box {
  margin: 0 8px 0 auto;
  color: #808080;
}
.contentGpCategory .update_date,
#documentCategoryDocs .update_date {
  margin: 0 0 0 auto;
  color: #808080;
}


/* sitebridge-search-box
---------------------- */
#sitebridge-search-box {
  position: relative;
}

.criteriaBox .criteriaBasic {
  width: 300px;
  margin: 10px 0 0;
}

.criteriaBox .criteriaBasic,
.criteriaBox .criteriaKeyword {
  background: none;
}

.criteriaBox .criteriaKeyword {
  display: flex;
  position: relative;
  justify-content: flex-end;
}

.criteriaBox .criteriaKeyword > * + * {
  margin-left: 12px;
}

.criteriaBox .criteriaKeyword .keyword {
  width: calc(100% - 32px);
  border: none;
}

.criteriaBox .criteriaKeyword .keyword:focus {
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="commit"] {
  margin-left: 0;
  background-image: url("../images/ic-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}

.criteriaBox .criteriaKeyword input[type="submit"] {
  flex-basis: 48px;
  height: 32px;
  padding: 0;
  background-color: #0172c0;
  color: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
}

.criteriaBox .criteriaKeyword input[name="clear"] {
  flex-basis: 32px;
  height: 30px;
  font-weight: bold;
  background-color: #fff;
  border-style: none;
  color: #90caf9;
  outline: none;
}

.criteriaBox .criteriaKeyword input[name="clear"]:hover {
  color: #0172c0;
}

.criteriaBox .criteriaKeyword .keywordDescription {
  display: none;
}

.criteriaBox .criteriaKeyword .keywordField {
  flex-basis: calc(100% - 48px);
  height: 32px;
  display: inherit;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 0;
}

.criteriaBox #criteria_keyword {
  border-style: none;
  border-radius: 0;
}

.criteriaBox #criteria_keyword:focus {
  outline: none;
}

@media only screen and (max-width: 959px) {
  .criteriaBox {
    /* display: none; */
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 9999;
    width: 100%;
    padding: 4px 20px 13px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  .criteriaBox .criteriaBasic {
    width: 100%;
  }
}

/* responsive table iframe
----------------------------------------------- */
@media only screen and (max-width: 959px) {
  .scroll {
    width: calc(100vw - 80px);
    margin-bottom: 1rem;
    overflow: auto;
    white-space: nowrap;
  }

  .scroll::-webkit-scrollbar {
    height: 15px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #edf6fb;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #2b5991;
  }

  .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;
  }
}
@media only screen and (max-width: 600px) {
  .vertical-rl-sp {
    width: auto !important;
    text-align: center;
    text-orientation: upright;
    font-feature-settings: 'pkna';
    writing-mode: vertical-rl;
  }
  /* Safari */
  _:lang(x)+_:-webkit-full-screen-document,.vertical-rl-sp {
    writing-mode: horizontal-tb;
  }
  _:lang(x)+_:-webkit-full-screen-document,.vertical-rl-sp span {
    display: inline-block;
    min-width: 1em;
    min-height: 3em;
    line-height: 1;
    white-space: nowrap;
    text-orientation: upright;
    font-feature-settings: 'pkna';
    writing-mode: vertical-rl;
  }
}

/* choose-joruri
---------------------- */
#chooseJoruri p {
  text-align: center;
}