@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
*, *::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', -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', '游ゴシック Medium' ,'メイリオ', sans-serif;
  /*
  word-break: break-all;
  */
  overflow-wrap: break-word;
}
@media all and (-ms-high-contrast:none){  /* IE11対応 */
  *::-ms-backdrop, body { font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'メイリオ', sans-serif; }
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}
img.external {
  margin: 0 0.25em;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  img {
    height: auto !important;
  }
  img.external {
    width: 12px;
    height: 12px;
  }
}
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
p {
  margin: 0 0 1em;
}
em {
  font-style: oblique;
}
pre {
  white-space: pre-wrap;
  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: #0065d9;
}
a:hover, a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}
a[name] {
  color: #000;
  text-decoration: none;
}
a img {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
a img:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
hr {
  margin: 2em 0;
}

/* =========================================================
   Common Classes.
========================================================= */
/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  display: inline-block;
  min-height: 16px;
  padding-left: 22px;
  background-image: url("/_common/images/icons/default.png");
  background-position: left 0.3em;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.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;
}
.temp1 .thumb ~ h2, .temp1 .thumb ~ h3, .temp1 .thumb ~ h4,
.temp2 .thumb ~ h2, .temp2 .thumb ~ h3, .temp2 .thumb ~ h4 {
  overflow: hidden;
}
.temp3,
.temp4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  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;
}
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 #c9c9c9;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .temp1 .thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .temp2 .thumb {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .temp1 > *:last-child,
  .temp2 > *:last-child {
    margin-bottom: 0;
  }
  .temp3,
  .temp4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .temp3 dl,
  .temp4 dl {
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px;
  }
  table.temp5,
  table.temp6 {
    margin-left: auto;
    margin-right: auto;
  }
}

/* adobeReader download
----------------------------------------------- */
.temp7 {
  margin: 0 0 20px;
}
.adobeReader, .temp7 {
  clear: both;
  padding: 10px 20px 10px 196px;
  border: 1px solid #faa;
  background: #fff3f3 url("../img/adobe_bn.png") no-repeat 20px center;
}
.adobeReader p, .temp7 p {
  margin: 0 0 10px;
}
@media only screen and (max-width: 900px) {
  .temp7 {
    margin: 0 0 10px;
  }
  .adobeReader, .temp7 {
    padding: 10px 10px 10px 100px;
    background-position: 10px center;
    background-size: 79px auto;
    font-size: 0.8rem;
  }
}

/* clearfix
----------------------------------------------- */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* System
----------------------------------------------- */

/* pagination
---------------------- */
#content *:not(.calendarEvents) > .pagination {
  margin: 20px 0 0;
  text-align: center;
}
#content *:not(.calendarEvents) > .pagination > *:not(:last-child) {
  margin-right: 10px;
}
#content *:not(.calendarEvents) > .pagination a,
#content *:not(.calendarEvents) > .pagination em,
#content *:not(.calendarEvents) > .pagination span {
  display: inline-block;
  margin: 5px 0;
  padding: 7px 15px;
  border: 1px solid #c9c9c9;
  vertical-align: middle;
  font-style: inherit;
}
#content *:not(.calendarEvents) > .pagination em.current {
  border-color: #3156a8;
  background-color: #3156a8;
  color: #fff;
}
#content *:not(.calendarEvents) > .pagination span.separator {
  display: none;
}
#content *:not(.calendarEvents) > .pagination .previous_page,
#content *:not(.calendarEvents) > .pagination .next_page {
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#content *:not(.calendarEvents) > .pagination .previous_page {
  background-image: url(../img/ic-pagenav_pre.svg);
}
#content *:not(.calendarEvents) > .pagination .previous_page.disabled {
  background-image: url(../img/ic-pagenav_pre-active.svg);
  border-color: #3156a8;
  background-color: #3156a8;
}
#content *:not(.calendarEvents) > .pagination .next_page {
  background-image: url(../img/ic-pagenav_next.svg);
}
#content *:not(.calendarEvents) > .pagination .next_page.disabled {
  background-image: url(../img/ic-pagenav_next-active.svg);
  border-color: #3156a8;
  background-color: #3156a8;
}

/* feed
---------------------- */
ul.feed {
  letter-spacing: -.40em;
}
ul.feed li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
ul.feed li:first-child {
  margin-right: 5px;
}
ul.feed li a {
  display: block;
  height: 0;
  padding-top: 30px;
  background-position: center center;
  background-repeat: none;
  overflow: hidden;
}
ul.feed li a.feedRss {
  width: 66px;
  background-image: url(../img/rss.png);
}
ul.feed li a.feedAtom {
  width: 80px;
  background-image: url(../img/atom.png);
}

/* =========================================================
   Layout
========================================================= */
body {
  background-color: #3156a8;
}
#container {
  width: 100%;
  background-color: #fff;
}
#pageHeader {
  width: 100%;
}
#pageNav {
  width: 100%;
}
#main {
  max-width: 1120px;
  margin: 0 auto 100px;
  padding: 0 10px;
}
#wrapper {
  display: -webkit-flex;
  display: flex;
}
.col1 #content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.col2 #content {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin: 0 54px 0 0;
}
.col2 #links {
  -webkit-flex-basis: 240px;
  flex-basis: 240px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
#pageFooter {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  body {
    background-color: #f2f2f2;
  }
  #container {
    min-width: 320px;
  }
  #container.current > *:not(#pageHeader) {
    display: none;
  }
  #main {
    margin: 0 auto 20px;
  }
  #wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col1 #content {
    margin: 0 0 20px;
  }
  .col2 #content {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
  .col2 #links {
    -webkit-flex-basis: calc(100% + 20px);
    flex-basis: calc(100% + 20px);
    margin: 0 -10px 20px;
    padding: 20px;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background: #f2f2f2;
  }
}

/* =========================================================
   Piece
========================================================= */

/* accessibilityTool
----------------------------------------------- */
#accessibilityTool {
  padding: 10px;
  background-color: #3156a8;
}
#accessibilityTool .pieceContainer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  text-align: right;
}
/* tools */
#accessibilityTool .tools rp,
#accessibilityTool .tools rt {
  display: none !important;
}
#accessibilityTool .tools > ul {
  display: inline-block;
  letter-spacing: -.40em;
}
#accessibilityTool .tools > ul > li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin: 0 0 0 10px;
  vertical-align: middle;
}
#accessibilityTool .tools > ul > li:first-child {
  margin-left: 0;
}
#accessibilityTool .tools > ul > li > span:not(#navigationTalkPlayer)::after {
  content: "：";
}
#accessibilityTool .tools ul ul {
  display: inline-block;
  letter-spacing: -.40em;
}
#accessibilityTool .tools li li {
  display: inline-block;
  letter-spacing: normal;
}
/* to-main */
#accessibilityTool li.to-main a {
  display: inline-block;
  height: 0;
  overflow: hidden;
  vertical-align: bottom;
}
#accessibilityTool li.to-main a:focus {
  display: inline-block;
  height: auto;
  padding: 0 5px 0 20px;
  background: url(../img/ic-honbun.png) 5px center no-repeat #f2cfd8;
  color: #e00;
}
/* tool-size */
#accessibilityTool li.tool-size li {
  margin: 0 0 0 5px;
}
#accessibilityTool li.tool-size li a {
  display: inline-block;
  padding: 6px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
#accessibilityTool li.tool-size li a:hover, #accessibilityTool li.tool-size li a:focus {
  background-color: #f2cfd8;
}
@media only screen and (max-width: 900px) {
  #accessibilityTool {
    display: none;
  }
  #accessibility-tool {
    text-align: center;
  }
  #accessibility-tool > li:not(:last-child) {
    margin-bottom: 15px;
  }
  #accessibility-tool > li > span:not(#navigationTalkPlayer) {
    display: block;
    margin: 0 auto 10px;
    padding: 5px;
    background-color: #f2f2f2;
    font-size: 110%;
  }
  #accessibility-tool ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #accessibility-tool ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    margin: 0 10px 0 0;
  }
  #accessibility-tool ul li:last-child {
    margin-right: 0;
  }
  #accessibility-tool ul li a {
    display: block;
    padding: 8px;
    border: 1px solid #000;
    color: #000;
    line-height: 1;
    text-decoration: none;
  }
  /* to-main */
  #accessibility-tool .to-main {
    display: none !important;
  }
}

/* commonHeader
----------------------------------------------- */
#commonHeader {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 10px;
}
#commonHeader .pieceBody {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#commonHeader h1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  margin-right: 10px;
}
#commonHeader h1 a {
  display: block;
  /*
  max-width: 690px;
  */
  max-width: 530px;
}
#commonHeader .menu-btn {
  display: none;
}
#commonHeader .menu {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 400px;
  flex-basis: 400px;
  text-align: right;
}
#commonHeader .menu .lowerMenu > div:not(:last-child) {
  margin-bottom: 10px;
}
#commonHeader .menu .lowerMenu .title {
  display: none;
}
#commonHeader .menu .lowerMenu .sub-menu ul {
  letter-spacing: -.40em;
}
#commonHeader .menu .lowerMenu .sub-menu ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 20px;
  padding-left: 12px;
  background: url(../img/ic-list.png) left center no-repeat;
}
#commonHeader .menu .lowerMenu .sub-menu ul li:first-child {
  margin-left: 0;
}
#commonHeader .menu .lowerMenu .global-navi {
  display: none;
}
@media only screen and (max-width: 900px) {
  #commonHeader {
    padding: 0;
    font-size: 90%;
    z-index: 9999;
  }
  #commonHeader .pieceBody {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }
  #commonHeader h1 {
    margin: 10px 30px 10px 10px;
    padding: 0;
  }
  #commonHeader h1 a {
    max-width: 250px;
  }
  #commonHeader h1 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #commonHeader .menu-btn {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    display: block;
    margin: 10px 10px 10px auto;
  }
  #commonHeader .menu-btn ul {
    display: -webkit-flex;
    display: flex;
  }
  #commonHeader .menu-btn ul li:not(:first-child) {
    margin-left: 10px;
  }
  #commonHeader .menu-btn ul li a {
    display: block;
    width: 48px;
    height: 0;
    padding-top: 48px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37px auto;
  }
  #commonHeader .menu-btn ul li.menu-btn1 a {
    background-image: url(../img/ic-menu.png);
  }
  #commonHeader .menu-btn ul li.current a {
    background-image: url(../img/ic-close.png);
  }
  /* current */
  #container.current #commonHeader h1,
  #container.current #commonHeader .menu-btn ul li:not(.current) {
    opacity: 0.5;
  }
  #container.current #commonHeader h1 a {
    pointer-events: none;
  }
  /* menu */
  #commonHeader .menu {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    border-top: 2px solid #3156a8;
    background-color: #f2f2f2;
    text-align: left;
  }
  #commonHeader .menu > ul > li {
    height: 0;
    padding: 0 15px;
    overflow: hidden;
  }
  #commonHeader .menu > ul > li.current {
    height: auto;
    padding: 20px 15px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  #commonHeader .menu .lowerMenu {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  #commonHeader .menu .lowerMenu > div {
    margin: 0 0 20px !important;
    padding: 15px;
    border: 1px solid #3156a8;
    background-color: #fff;
  }
  #commonHeader .menu .lowerMenu .title {
    display: block;
    margin: -15px -15px 15px;
    padding: 5px;
    background-color: #3156a8;
    color: #fff;
    font-size: 120%;
    text-align: center;
  }
  #commonHeader .menu .lowerMenu .sub-menu {
    display: none;
  }
  #commonHeader .menu .lowerMenu .global-navi {
    display: block;
  }
}

/* cse-search-box 
---------------------- */
#cse-search-box {
  display: -webkit-flex;
  display: flex;
  max-width: 351px;
  margin: 0 0 0 auto;
}
#cse-search-box #search-box {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
  margin: 0 5px 0 0;
  padding: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #3156a8 !important;
  border-radius: 0;
  background-position: 5px center !important;
  background-color: #fff !important;
  font-family: inherit;
  -webkit-appearance: none;
}
#cse-search-box #search-button {
  min-width: 46px;
  min-height: 34px;
  border: none !important;
  border-radius: 5px;
  background: url(../img/ic-search.svg) center center / 18px auto no-repeat #3156a8;
  font-family: inherit;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (max-width: 900px) {
  #cse-search-box {
    max-width: 100%;
    margin: 0 auto;
  }
  #cse-search-box #search-box {
    padding: 10px 5px !important;
  }
  #cse-search-box #search-button,
  #cse-search-box > font {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    min-width: 64px;
  }
}

/* globalNavi
----------------------------------------------- */
#page-index #globalNavi {
  display: none;
}
#globalNavi {
  background-color: #008cc7;
}
#globalNavi .pieceContainer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
#globalNavi ul {
  display: -webkit-flex;
  display: flex;
}
#globalNavi li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  padding: 20px 5px;
}
#globalNavi li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  display: block;
  width: 1px;
  height: 66%;
  background-color: #94c3e1;
}
/*
#globalNavi li:hover,
*/
#globalNavi li.current {
  background: #52b1d9;
}
/*
#globalNavi li:hover::after,
*/
#globalNavi li.current::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background: #52b1d9;
}
#globalNavi li a {
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}
#globalNavi li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
#globalNavi li a:hover {
  text-decoration: underline;
}
#globalNavi li.sp {
  display: none;
}
@media only screen and (max-width: 900px) {
  #pageNavBody #globalNavi {
    display: none;
  }
  #global-navi {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
  }
  #global-navi li {
    position: relative;
    width: 50%;
    border-right: 1px solid #3156a8;
  }
  #global-navi li:nth-child(even) {
    border-right: 0;
  }
  #global-navi li:nth-child(n+3) {
    border-top: 1px solid #3156a8;
  }
  #global-navi li:nth-child(odd):last-child {
    width: 100%;
    border-right: 0;
  }
  #global-navi li a {
    display: block;
    height: 100%;
    padding: 10px 5px;
    color: #000;
    text-decoration: none;
    text-align: center;
  }
  #global-navi li.current,
  #global-navi li a:hover {
    background: #e7f7fd;
  }
  #global-navi li br {
    display: none;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs {
  max-width: 1120px;
  margin: 0 auto;
  padding: 10px 10px 40px;
}
#breadCrumbs .pieceBody ol,
#breadCrumbs .pieceBody li {
  list-style: none;
}
#breadCrumbs .pieceBody ol {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
}
#breadCrumbs .pieceBody li:not(:first-child):before {
  content: ">";
  margin: 0 5px;
}
@media only screen and (max-width: 900px) {
  #breadCrumbs {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f2f2f2;
  }
  #breadCrumbs .pieceBody {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    font-size: 12px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar {
    height: 10px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-track {
    background-color: #eee;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-thumb {
    background-color: #c9c9c9;
  }
  #breadCrumbs .pieceBody ol {
    white-space: nowrap;
  }
  #breadCrumbs .pieceBody ol li:last-child {
    padding-right: 10px;
  }
}

/* conceptTitle
----------------------------------------------- */
#conceptTitle {
  margin-bottom: 40px;
  background: url(../img/title_b.jpg) center center repeat-y #4480d8;
}
#conceptTitle .pieceContainer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
#conceptTitle .pieceBody h1 {
  position: relative;
  padding: 40px;
  color: #fff;
  font-size: 230%;
  font-weight: bold;
  line-height: 1.3;
}
#conceptTitle .pieceBody h1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  display: block;
  width: 10px;
  height: 66%;
  background: rgba(255,255,255,0.8);
}
@media only screen and (max-width: 900px) {
  #breadCrumbs + #conceptTitle {
    margin-top: -20px;
  }
  #conceptTitle {
    margin-bottom: 20px;
    background: #4480d8;
  }
  #conceptTitle .pieceBody h1 {
    padding: 20px;
    font-size: 120%;
  }
  #conceptTitle .pieceBody h1::before {
    width: 5px;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle h1 {
  margin-bottom: 30px;
  padding: 5px 10px 5px 15px;
  border-left: 10px solid #3156a8;
  color: #3156a8;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 900px) {
  #pageTitle h1 {
    margin-bottom: 20px;
    font-size: 115%;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter {
  border-bottom: 1px solid #fff;
  background-color: #3156a8;
}
#commonFooter .pieceContainer {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 10px 60px;
}
#commonFooter .pieceBody {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  color: #fff;
}
#commonFooter .pieceBody address {
  -webkit-flex-basis: 700px;
  flex-basis: 700px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding-right: 10px;
  font-style: normal;
}
#commonFooter .pieceBody address strong {
  display: block;
  margin-bottom: 10px;
  font-size: 150%;
}
#commonFooter .pieceBody address small {
  margin-right: 0.2em;
  font-weight: normal;
}
#commonFooter .pieceBody address span {
  display: inline-block;
  margin-right: 0.5em;
}
#commonFooter .pieceBody ul {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  letter-spacing: -.40em;
}
#commonFooter .pieceBody ul li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  margin: 5px 10px 0 0;
  padding: 0 10px 0 0;
}
#commonFooter .pieceBody ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 15px;
  background-color: #fff;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
#commonFooter .pieceBody a {
  color: #fff;
}
@media only screen and (max-width: 900px) {
  #commonFooter {
    background-color: transparent;;
  }
  #commonFooter .pieceContainer {
    padding: 0;
  }
  #commonFooter .pieceBody {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #commonFooter .pieceBody address {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    padding: 20px 15px;
    background-color: #3156a8;
    font-size: 80%;
  }
  #commonFooter .pieceBody address strong {
    font-size: 125%;
  }
  #commonFooter .pieceBody address small {
    display: block;
  }
  #commonFooter .pieceBody address br {
    display: none;
  }
  #commonFooter .pieceBody ul {
    width: 100%;
  }
  #commonFooter .pieceBody ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-top: 1px solid #c9c9c9;
  }
  #commonFooter .pieceBody ul li::before {
    display: none;
  }
  #commonFooter .pieceBody ul li a {
    display: block;
    padding: 10px;
    color: #000;
    font-size: 90%;
  }
}
@media only screen and (max-width: 320px) {
  #commonFooter .pieceBody address {
    font-size: 75%;
  }
  #commonFooter .pieceBody address strong {
    font-size: 110%;
  }
}

/* copyright
----------------------------------------------- */
#copyright {
  padding: 10px;
  background: #3156a8;
  color: #fff;
  text-align: center;
}
#copyright small {
  font-size: 1rem;
}
@media only screen and (max-width: 900px) {
  #copyright {
    padding: 5px 5px 10px;
    line-height: 1.3;
  }
  #copyright small {
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 320px) {
  #copyright small {
    font-size: 0.7rem;
  }
}

/* pageTop
----------------------------------------------- */
#pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 5px;
  background-color: rgba(102,102,102,1);
  z-index: 9999;
}
#pageTop a {
  display: block;
  padding: 46px 8px 8px;
  line-height: 1.4;
  background: url(../img/ic-pagetop.png) no-repeat center 18px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
}
#pageTop a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
@media only screen and (max-width: 900px) {
  #pageTop {
    right: 10px;
  }
  #pageTop a {
    width: 48px;
    height: 0;
    padding: 48px 0 0;
    background-position: center center;
    background-size: 15px auto;
    overflow: hidden;
    text-indent: -9999px;
  }
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
  max-width: 1120px;
  margin: 0 auto 50px;
  padding: 0 10px;
}
@media only screen and (max-width: 900px) {
  #keyvisual {
    margin-bottom: 20px;
    padding: 0;
  }
}
/* bxslider
---------------------- */
#keyvisual .bx-wrapper {
  position: relative;
}
/* bx-viewport */
#keyvisual .bx-viewport a[href="#"] {
  pointer-events: none;
  cursor: default;
}
#keyvisual .bx-viewport a[href="#"] img {
  opacity: 1 !important;
}
#keyvisual .bx-viewport img {
  width: 100%;
  vertical-align: middle;
}
/* bx-controls */
.bx-controls {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  .bx-controls {
    margin: 7px 10px 0;
  }
}
/* bx-controls-auto */
.bx-controls-auto {
  -webkit-order: 2;
  order: 2;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 25px;
  letter-spacing: -.40em;
  margin-left: 10px;
}
.bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.bx-controls-auto .bx-controls-auto-item a {
  display: block;
  width: 25px;
  height: 0;
  padding-top: 25px;
  overflow: hidden;
}
.bx-controls-auto .bx-controls-auto-item a.bx-start {
  background: url(../img/slider-start.svg) center center / 25px 25px no-repeat;
}
.bx-controls-auto .bx-controls-auto-item a.bx-stop {
  background: url(../img/slider-stop.svg) center center / 25px 25px no-repeat;
}
@media only screen and (max-width: 900px) {
  .bx-controls-auto {
    height: 20px;
  }
  .bx-controls-auto .bx-controls-auto-item a {
    width: 20px;
    padding-top: 20px;
    background-size: 20px 20px;
  }
}
/* bx-pager */
.bx-pager {
  -webkit-order: 1;
  order: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  letter-spacing: -.40em;
}
.bx-pager-item {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 5px;
}
.bx-pager-item a {
  display: block;
  width: 10px;
  height: 0;
  padding-top: 10px;
  border: 2px solid #3156a8;
  background-color: #fff;
  border-radius: 50%;
  box-sizing: content-box;
  overflow: hidden;
}
.bx-pager-item a.active {
  border-color: #4480d8;
  background: #4480d8;
}

/* topMessage
----------------------------------------------- */
#topMessage {
  margin-bottom: 30px;
}
#topMessage .pieceHeader h2 {
  margin-bottom: 20px;
  padding: 10px;
  background-color: #3156a8;
  color: #fff;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
#topMessage .pieceBody p {
  margin: 0;
  font-size: 110%;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #topMessage {
    margin: 0 -10px 20px;
  }
  #topMessage .pieceHeader h2 {
    margin-bottom: 10px;
    padding: 10px 5px;
    font-size: 105%;
    letter-spacing: -.40em;
  }
  #topMessage .pieceHeader h2 span {
    display: inline-block;
    letter-spacing: normal;
  }
  #topMessage .pieceBody p {
    padding: 0 10px;
    font-size: 90%;
    line-height: 1.5;
    text-align: left;
  }
  #topMessage .pieceBody br {
    display: none;
  }
}

/* topNavi
----------------------------------------------- */
#topNavi {
  margin-bottom: 50px;
}
#topNavi .pieceBody ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
}
#topNavi .pieceBody ul li {
  position: relative;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 32%;
  min-height: 240px;
  margin-right: 2%;
  border: 1px solid #c9c9c9;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;  
}
#topNavi .pieceBody ul li:nth-child(3n) {
  margin-right: 0;
}
#topNavi .pieceBody ul li:nth-child(n+4) {
  margin-top: 22px;
}
#topNavi .pieceBody ul li:hover {
  background: rgba(82,177,217,0.2);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;  
}
#topNavi .pieceBody ul li span {
  display: block;
  width: 100%;
  padding: 20px;
}
#topNavi .pieceBody ul li a {
  display: block;
  margin-top: 20px;
  color: #000;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}
#topNavi .pieceBody ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
@media only screen and (max-width: 900px) {
  #topNavi {
    margin: 0 -10px 20px;
    padding: 20px;
    background: #f2f2f2;
  }
  #topNavi .pieceBody ul {
    display: block;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
  }
  #topNavi .pieceBody ul li {
    display: block;
    width: 100%;
    min-height: 0;
    margin: 0 !important;
    border-width: 0 0 1px 0;
    text-align: left;
  }
  #topNavi .pieceBody ul li:last-child {
    border-bottom: none;
  }
  #topNavi .pieceBody ul li span {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
  }
  #topNavi .pieceBody ul li img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 33px;
  }
  #topNavi .pieceBody ul li a {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0 0 0 15px;
    font-size: 105%;
  }
}

/* recentDocsTab
----------------------------------------------- */
#recentDocsTab {
  margin-bottom: 50px;
}
#recentDocsTab .pieceBody .tabs ul {
  display: -webkit-flex;
  display: flex;
}
#recentDocsTab .pieceBody .tabs ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  position: relative;
  max-width: 180px;
  margin-right: 5px;
  padding: 10px;
  background-color: #3156a8;
  color: #fff;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
#recentDocsTab .pieceBody .tabs ul li:last-child {
  margin-right: 0;
}
#recentDocsTab .pieceBody .tabs ul li::before {
  content: "";
  position: absolute;
  top: -2px;
  right: -6px;
  border-bottom: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#recentDocsTab .pieceBody .tabs ul li:hover,
#recentDocsTab .pieceBody .tabs ul li.current {
  background-color: #4480d8;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
#recentDocsTab .pieceBody .tabs ul li a {
  color: inherit;
  font-size: 125%;
  font-weight: bold;
  text-decoration: none;
}
#recentDocsTab .pieceBody .tabs ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
#recentDocsTab .pieceBody .wrapper {
  padding: 30px;
  border: 1px solid #c9c9c9;
}
#recentDocsTab .pieceBody .content ul {
  border-top: 1px dotted #c9c9c9;
}
#recentDocsTab .pieceBody .content ul li {
  position: relative;
  padding: 10px 10px 10px 35px;
  border-bottom: 1px dotted #c9c9c9;
  background: url(../img/ic-list.png) 15px center no-repeat;
}
#recentDocsTab .pieceBody .content ul li:hover {
  background-color: #e7f7fd;
}
#recentDocsTab .pieceBody .content ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
#recentDocsTab .pieceBody .content ul li a[href*="/docs_member/"]::after {
  content: "会員限定";
  display: inline-block;
  margin-left: 8px;
  padding: 5px;
  background-color: #f1dcfc;
  color: #000;
  font-size: 90%;
  line-height: 1.2;
}
#recentDocsTab .pieceBody .links {
  position: relative;
  margin-top: 40px;
}
#recentDocsTab .pieceBody .links .feed {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
}
#recentDocsTab .pieceBody .links .more {
  text-align: right;
}
#recentDocsTab .pieceBody .links .more a {
  display: inline-block;
  min-width: 450px;
  padding: 10px;
  border: 2px solid #3156a8;
  background-color: #3156a8;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
#recentDocsTab .pieceBody .links .more a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
@media only screen and (max-width: 900px) {
  #recentDocsTab {
    margin-bottom: 20px;
  }
  #recentDocsTab .pieceBody .tabs ul li {
    margin-right: 3px;
    padding: 10px 2px;
  }
  #recentDocsTab .pieceBody .tabs ul li a {
    font-size: 90%;
  }
  #recentDocsTab .pieceBody .wrapper {
    padding: 15px;
  }
  #recentDocsTab .pieceBody .content ul li {
    background-size: 6px auto;
    font-size: 90%;
  }
  #recentDocsTab .pieceBody .links {
    margin-top: 20px;
  }
  #recentDocsTab .pieceBody .links .more a {
    min-width: 0;
    padding: 10px 40px;
    font-size: 90%;
  }
  @media only screen and (max-width: 320px) {
    #recentDocsTab .pieceBody .links .more a {
      padding: 10px 20px;
    }
  }
}

/* relationBanner
----------------------------------------------- */
#relationBanner {
  margin-bottom: 50px;
}
#relationBanner .pieceBody ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: -webkit-wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}
#relationBanner .pieceBody ul li {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-basis: calc((100% - 30px) / 4 );
  flex-basis: calc((100% - 30px) / 4 );
  margin: 0 10px 10px 0;
  text-align: center;
}
#relationBanner .pieceBody ul li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 900px) {
  #relationBanner {
    margin-bottom: 20px;
  }
  #relationBanner .pieceBody ul li {
    -webkit-flex-basis: calc((100% - 10px) / 2 );
    flex-basis: calc((100% - 10px) / 2 );
  }
  #relationBanner .pieceBody ul li:nth-child(2n) {
    margin-right: 0;
  }
}

/* sideMenu
----------------------------------------------- */
#sideMenu ul li {
  margin-bottom: 15px;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
#sideMenu ul li:last-child {
  margin-bottom: 0;
}
#sideMenu ul li a {
  display: block;
  padding: 15px;
  border-left: 8px solid #c9c9c9;
  color: #000;
  text-decoration: none;
}
#sideMenu ul li.current a,
#sideMenu ul li a:hover {
  border-color: #3156a8;
}
#sideMenu ul li.current a {
  pointer-events: none;
  cursor: default;
}
@media only screen and (max-width: 900px) {
  #sideMenu ul li a {
    padding: 10px 15px;
    font-size: 90%;
  }
}

/* back btn
----------------------------------------------- */
.contentGpArticleDoc + .back-btn {
  display: block;
}
.back-btn {
  display: none;
  width: 200px;
  margin: 60px auto 0;
}
.back-btn a {
  display: block;
  padding: 15px 0;
  border: 1px solid #c9c9c9;
  text-align: center;
  text-decoration: none;
}
.back-btn a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .back-btn {
    width: 100px;
    margin: 40px auto 0;
  }
  .back-btn a {
    padding: 8px 0;
    font-size: 90%;
  }
}

/* ptsd docs piece
----------------------------------------------- */
.contentPage + .piece[id^="docsPtsd"] {
  margin-top: 50px;
}
.piece[id^="docsPtsd"] {
  margin-bottom: 50px;
}
.piece[id^="docsPtsd"] .pieceHeader h2 {
  margin-bottom: 30px;
  padding: 5px 10px 5px 15px;
  border-left: 10px solid #3156a8;
  color: #3156a8;
  font-size: 180%;
  font-weight: bold;
  line-height: 1.3;
}
.piece[id^="docsPtsd"] .pieceBody ul {
}
.piece[id^="docsPtsd"] .pieceBody ul li {
  position: relative;
  padding: 10px 10px 10px 35px;
  border-bottom: 1px dotted #c9c9c9;
  background: url(../img/ic-list.png) 15px center no-repeat;
}
.piece[id^="docsPtsd"] .pieceBody ul li:hover {
  background-color: #e7f7fd;
}
.piece[id^="docsPtsd"] .pieceBody ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
.piece[id^="docsPtsd"] .pieceBody .more {
  margin-top: 40px;
  text-align: right;
}
.piece[id^="docsPtsd"] .pieceBody .more a {
  display: inline-block;
  min-width: 450px;
  padding: 10px;
  border: 2px solid #3156a8;
  background-color: #3156a8;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.piece[id^="docsPtsd"] .pieceBody .more a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
@media only screen and (max-width: 900px) {
  .contentPage + .piece[id^="docsPtsd"] {
    margin-top: 20px;
  }
  .piece[id^="docsPtsd"] {
    margin-bottom: 20px;
  }
  .piece[id^="docsPtsd"] .pieceHeader h2 {
    margin-bottom: 20px;
    font-size: 115%;
  }
  .piece[id^="docsPtsd"] .pieceBody ul li {
    background-size: 6px auto;
    font-size: 90%;
  }
  .piece[id^="docsPtsd"] .pieceBody .more {
    margin-top: 20px;
  }
  .piece[id^="docsPtsd"] .pieceBody .more a {
    min-width: 0;
    padding: 10px 40px;
    font-size: 90%;
  }
}

/* pickup
----------------------------------------------- */
#pickup {
  margin: 2em 0 30px;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}
#pickup .pieceHeader h2 {
  position: relative;
  top: -28px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
  font-size: 110%;
  font-weight: bold;
}
#pickup .pieceBody {
  position: relative;
  top: -15px;
  margin: 0;
  padding-left: 10px;
}
#pickup .pieceBody ul li {
  position: relative;
  padding: 10px 10px 10px 35px;
  border-bottom: 1px dotted #c9c9c9;
  background: url(../img/ic-list.png) 15px center no-repeat;
}
#pickup .pieceBody ul li:hover {
  background-color: #e7f7fd;
}
#pickup .pieceBody ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
@media only screen and (max-width: 900px) {
  #pickup {
    padding: 15px 10px 10px;
  }
  #pickup .pieceBody ul li {
    background-size: 6px auto;
    font-size: 90%;
  }
}

/* =========================================================
   content category
========================================================= */

/* contentGpCategoryCategoryTypes, contentGpCategoryCategoryType
----------------------------------------------- */
.contentGpCategoryCategoryTypes, .contentGpCategoryCategoryType {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contentGpCategoryCategoryTypes section, .contentGpCategoryCategoryType section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: calc((100% - 80px) / 3);
  margin: 0 0 40px;
}
.contentGpCategoryCategoryTypes section:not(:nth-child(3n)), .contentGpCategoryCategoryType section:not(:nth-child(3n)) {
  margin-right: 40px;
}
.contentGpCategoryCategoryTypes section h2, .contentGpCategoryCategoryType section h2 {
  font-size: 110%;
  font-weight: normal;
}
.contentGpCategoryCategoryTypes section h2 a, .contentGpCategoryCategoryType section h2 a {
  display: block;
  padding: 20px 20px 20px 35px;
  background: url(../img/ic-list2.png) 15px center no-repeat;
  background-color: #3156a8;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
.contentGpCategoryCategoryTypes section h2 a:hover, .contentGpCategoryCategoryType section h2 a:hover {
  background-color: #52b1d9;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
.contentGpCategoryCategoryType section ul.children {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 7px 15px 15px;
  border: 1px solid #3156a8;
  box-shadow: 0 2px 5px #c9c9c9;
}
.contentGpCategoryCategoryType section ul.children li {
  position: relative;
  padding: 10px 10px 10px 35px;
  border-bottom: 1px dotted #c9c9c9;
  background: url(../img/ic-list.png) 15px center no-repeat;
}
.contentGpCategoryCategoryType section ul.children li:hover {
  background-color: #e7f7fd;
}
.contentGpCategoryCategoryType section ul.children li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
@media only screen and (max-width: 900px) {
  .contentGpCategoryCategoryTypes, .contentGpCategoryCategoryType {
    display: block;
  }
  .contentGpCategoryCategoryTypes section, .contentGpCategoryCategoryType section {
    width: 100%;
    margin: 0 0 20px !important;
    font-size: 90%;
  }
  .contentGpCategoryCategoryTypes section h2, .contentGpCategoryCategoryType section h2 {
    font-size: 100%;
  }
  .contentGpCategoryCategoryTypes section h2 a, .contentGpCategoryCategoryType section h2 a {
    padding: 10px 10px 10px 35px;
    background-size: 6px auto;
  }
  .contentGpCategoryCategoryType section ul.children li {
    background-size: 6px auto;
    font-size: 90%;
  }
}

/* contentGpCategoryCategory, contentGpArticleDocs
----------------------------------------------- */
.contentGpCategoryCategory section:not(:last-child) {
  margin-bottom: 40px;
}
.contentGpCategoryCategory section h2 {
  margin-bottom: 5px;
  border: 1px solid #3156a8;
  font-size: 110%;
  font-weight: normal;
}
.contentGpCategoryCategory section h2 a {
  display: block;
  padding: 20px 20px 20px 35px;
  background: url(../img/ic-list2.png) 15px center no-repeat;
  background-color: #3156a8;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
.contentGpCategoryCategory section h2 a:hover {
  background-color: #52b1d9;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
.contentGpCategoryCategory section h2 + .docs ul {
  border-top: none;
}
.contentGpCategoryCategory .docs ul,
.contentGpArticleDocs .docs ul {
  border-top: 1px dotted #c9c9c9;
}
.contentGpCategoryCategory .docs ul li,
.contentGpArticleDocs .docs ul li {
  position: relative;
  padding: 10px 10px 10px 35px;
  border-bottom: 1px dotted #c9c9c9;
  background: url(../img/ic-list.png) 15px center no-repeat;
}
.contentGpCategoryCategory .docs ul li:hover,
.contentGpArticleDocs .docs ul li:hover {
  background-color: #e7f7fd;
}
.contentGpCategoryCategory .docs ul li a::before,
.contentGpArticleDocs .docs ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
.contentGpCategoryCategory .docs ul li a[href*="/docs_member/"]::after,
.contentGpArticleDocs .docs ul li a[href*="/docs_member/"]::after {
  content: "会員限定";
  display: inline-block;
  margin-left: 8px;
  padding: 5px;
  background-color: #f1dcfc;
  color: #000;
  font-size: 90%;
  line-height: 1.2;
}
.contentGpCategoryCategory .more {
  margin-top: 40px;
  text-align: right;
}
.contentGpCategoryCategory .more a {
  display: inline-block;
  min-width: 450px;
  padding: 10px;
  border: 2px solid #3156a8;
  background-color: #3156a8;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contentGpCategoryCategory .more a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;    
}
@media only screen and (max-width: 900px) {
  .contentGpCategoryCategory section:not(:last-child) {
    margin-bottom: 20px;
  }
  .contentGpCategoryCategory section h2 {
    font-size: 90%;
  }
  .contentGpCategoryCategory section h2 a {
    padding: 10px 10px 10px 35px;
    background-size: 6px auto;
  }
  .contentGpCategoryCategory .docs ul li,
  .contentGpArticleDocs .docs ul li {
    background-size: 6px auto;
    font-size: 90%;
  }
  .contentGpCategoryCategory .more {
    margin-top: 20px;
  }
  .contentGpCategoryCategory .more a {
    min-width: 0;
    padding: 10px 40px;
    font-size: 90%;
  }
}

/* =========================================================
   content docs
========================================================= */

/* searchInfo
----------------------------------------------- */
.searchInfo {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #c9c9c9;
}
.searchInfo span.label::after {
  content: "：";
}
@media only screen and (max-width: 900px) {
  .searchInfo {
    font-size: 90%;
  }
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc > div:last-child {
  margin-bottom: 0 !important;
}
.contentGpArticleDoc .date {
  margin: 0 0 40px;
  text-align: right;
}
.contentGpArticleDoc .date p {
  margin: 0;
}
.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 40px;
}
.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2 {
  margin-bottom: 20px;
  padding: 0 5px 5px;
  border-bottom: 4px solid #3156a8;
  font-size: 150%;
}
.contentGpArticleDoc .maps h3 {
  margin-bottom: 7px;
  font-size: 110%;
  font-weight: bold;
}
.contentGpArticleDoc .rels ul {
  margin-bottom: 1em;
  padding-left: 2em;
  list-style-type: disc;
}
.contentGpArticleDoc .tags ul {
  padding: 0 15px;
}
.contentGpArticleDoc .tags ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.contentGpArticleDoc .tags ul li a {
  display: block;
  padding: 2px 10px;
  border: 1px solid #c9c9c9;
}
#content .inquiry {
  display: none;
  margin: 0 0 40px;
}
#content .inquiry h2 {
  margin: 0;
  padding: 10px 15px;
  border: none;
  background-color: #3156a8;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
}
#content .inquiry address {
  padding: 15px;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #3156a8;
  font-style: normal;
}
#content .inquiry address .section {
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .contentGpArticleDoc .date,
  .contentGpArticleDoc .body,
  .contentGpArticleDoc .maps,
  .contentGpArticleDoc .rels,
  .contentGpArticleDoc .tags {
    margin-bottom: 15px;
    font-size: 90%;
  }
  .contentGpArticleDoc .maps h2,
  .contentGpArticleDoc .rels h2,
  .contentGpArticleDoc .tags h2 {
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
  }
  .contentGpArticleDoc .maps h3 {
    font-size: 1rem;
  }
  #content .inquiry {
    font-size: 90%;
  }
}

/* =========================================================
   content form
========================================================= */

/* surveyForms
----------------------------------------------- */
.surveyForms .cms-title {
  margin-bottom: 20px;
}
.surveyForms h2 {
  font-size: 110%;
  font-weight: normal;
}
.surveyForms h2 a {
  display: block;
  padding: 20px 20px 20px 35px;
  background: url(../img/ic-list2.png) 15px center no-repeat;
  background-color: #3156a8;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.surveyForms h2 a:hover {
  background-color: #52b1d9;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.surveyForms .summary {
  padding: 5px 10px 0;
}
@media only screen and (max-width: 900px) {
  .surveyForms h2 {
    font-size: 90%;
  }
  .surveyForms h2 a {
    padding: 10px 10px 10px 35px;
    background-size: 6px auto;
  }
  .surveyForms .summary {
    font-size: 90%;
  }
}

/* surveyForm
----------------------------------------------- */
.surveyForm {
  margin: 0 0 20px;
}
.surveyForm .body {
  margin: 0 0 20px;
}
.surveyForm .questions {
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
  border-bottom: none;
}
.surveyForm .question:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 35%;
  display: block;
  background-color: #f2f2f2;
}
.surveyForm .question {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #c9c9c9;
}
.surveyForm .question .question_content {
  width: 35%;
  position: relative;
  padding: 10px 60px 10px 10px;
  box-sizing: border-box;
}
.surveyForm .question.free .question_content {
  width: 100%;
  background-color: #e7f7fd;
}
.surveyForm .question .question_content .note {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -9px;
  padding: 0 5px;
  background-color: #d00;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
}
.surveyForm .question .answer_content {
  width: 65%;
  min-width: 0;
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
}
.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: 4px 6px;
  border: 1px  solid #c9c9c9;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
  box-sizing: border-box;
  font-size: inherit;
  font-family: inherit;
}
.surveyForm .question .answer_content textarea {
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  vertical-align: bottom;
  box-sizing: border-box;
}
.surveyForm .question .answer_content label {
  /* display: inline-block; */
  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 .description {
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f2f2f2;
  font-size: 90%;
}
.surveyForm .question .answer_content .description p {
  margin: 0;
}
body[id$="confirmAnswers"] .surveyForm .question .answer_content .description {
  display: none;
}
.surveyForm .question .answer_content + div.body {
  display: none;
}
.surveyForm .questions + .question {
  margin-bottom: 20px;
  border: 1px solid #c9c9c9;
}
.captchaForm .image {
  margin: 0 0 15px;
}
.captchaForm img {
  padding: 5px;
  border: 1px solid #c9c9c9;
}
.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 #c9c9c9;
  border-radius: 3px;
  color: #333;
  font-size: 100%;
  text-align: center;
  text-decoration: none;
}
.captchaForm .field input {
  padding: 5px;
}
.surveyForm .submit {
  text-align: center;
}
.surveyForm .submit input[type="submit"] {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 50px;
  color: #fff;
  font-size: 120%;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  background-color: #3156a8;
}
@media screen and (max-width: 900px) {
  .surveyForm .body {
    font-size: 90%;
  }
  .surveyForm .questions {
    font-size: 90%;
  }
  .surveyForm .question {
    display: block;
  }
  .surveyForm .question:before {
    display: none;
  }
  .surveyForm .question .question_content {
    width: 100%;
    padding: 10px;
    background-color: #f2f2f2;
  }
  .surveyForm .question .question_content .note {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 2px;
    vertical-align: middle;
  }
  .surveyForm .question .answer_content {
    width: 100%;
  }
  .surveyForm .question .answer_content input[type="text"],
  .surveyForm .question .answer_content input[type="email"],
  .surveyForm .question .answer_content select {
    width: 90% !important;
  }
  .surveyForm .question .answer_content textarea {
    max-width: 100%;
  }
  .surveyForm .submit input[type="submit"] {
    padding: 10px 40px;
    font-size: 100%;
  }
  .surveyForm .questions + .question {
    font-size: 90%;
  }
}

/* error
----------------------------------------------- */
.surveyForm #errorExplanation {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ee0000;
  background-color: #fff;
}
.surveyForm #errorExplanation h2 {
  margin: 0 0 5px 15px;
  padding: 0;
  color: #ee0000;
  background: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 120%;
}
.surveyForm #errorExplanation p {
  margin-left: 15px;
}
.surveyForm #errorExplanation ul {
  list-style-type: disc;
  margin-left: 30px;
}
.surveyForm #errorExplanation li {
  list-style-type: disc;
  color: #ee0000;
}
@media screen and (max-width: 900px) {
  .surveyForm #errorExplanation {
    font-size: 90%;
  }
}

/* message
----------------------------------------------- */
.surveyForm .message {
  margin-bottom: 20px;
}
.surveyForm .back {
  width: 200px;
  margin: 60px auto 0;
}
.surveyForm .back a {
  display: block;
  padding: 15px 0;
  border: 1px solid #c9c9c9;
  text-align: center;
  text-decoration: none;
}
.back a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .surveyForm .message {
    font-size: 90%;
  }
  .surveyForm .back {
    width: 100px;
    margin: 40px auto 0;
  }
  .surveyForm .back a {
    padding: 8px 0;
    font-size: 90%;
  }
}

/* =========================================================
   content
========================================================= */

/* contentPage
----------------------------------------------- */
.contentPage .body + .adobeReader {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .contentPage .body + .adobeReader {
    margin-top: 20px;
  }
}

/* body
----------------------------------------------- */
#content .body h2, #content .body h3, #content .body h4, #content .body h5 {
  margin: 0 0 1em;
  font-weight: bold;
}
#content .body * + h2, #content .body * + h3, #content .body * + h4, #content .body * + h5 {
  margin-top: 1.5em;
}
#content .body h2 {
  padding: 0 5px 5px;
  border-bottom: 4px solid #3156a8;
  font-size: 150%;
}
#content .body h3 {
  padding: 8px 10px;
  border-left: 4px solid #3156a8;
  background-color: #f2f2f2;
  font-size: 120%;
}
#content .body h4 {
  padding: 4px 10px;
  border-bottom: 1px solid #3156a8;
  border-left: 5px solid #3156a8;
  font-size: 110%;
}
#content .body h5 {
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 20px;
  font-size: 110%;
}
#content .body h5::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #3156a8;
}
#content .body table {
  margin-top: 1em;
  margin-bottom: 1em;
  border: 1px solid #c9c9c9;
}
#content .body table caption {
  margin-bottom: 5px;
  text-align: center;
}
#content .body table th, #content .body table td {
  padding: 10px;
  border: 1px solid #c9c9c9;
}
#content .body table th {
  background-color: #f2f2f2;
  font-weight: normal;
  text-align: center;
}
#content .body table th.title {
  background-color: #555;
  color: #fff;
}
#content .body table td.blank {
  background-color: #f2f2f2;
}
#content .body table th > *:last-child, #content .body table td > *:last-child {
  margin-bottom: 0;
}
#content .body ul, #content .body ol {
  margin-bottom: 1em;
  padding-left: 1.5em;
}
#content .body ul {
  list-style-type: disc;
}
#content .body ol {
  list-style-type: decimal;
}
#content .body ul ul {
  margin-bottom: 0;
}
#content .body ul.chui,
#content .body ol.chui {
  list-style-type: none;
  text-indent: -1em;
}
#content .body ul.chui li li,
#content .body ol.chui li li {
  text-indent: 0;
}
#content .body ul.chui > li::before,
#content .body ol.chui > li::before {
  display: inline;
  content: "※";
}
@media only screen and (max-width: 900px) {
  #content .body {
    padding: 0;
    font-size: 90%;
  }
  #content .body * {
    word-break: break-all;
  }
  #content .body h2 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
  }
  #content .body h3 {
    margin-left: 0;
    margin-right: 0;
    padding: 4px 8px;
    font-size: 1rem;
  }
  #content .body h4 {
    padding: 2px 8px;
    font-size: 1rem;
  }
  #content .tableWrapper {
    width: 100%;
    margin-bottom: 1em;
    border: 3px solid #c9c9c9;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #content .tableWrapper > div {
    width: 180%;
    padding: 5px;
  }
  #content .tableWrapper table {
    width: 100% !important;
    margin: 0;
  }
  #content .tableWrapper table caption {
    display: none;
  }
  #content p.caption {
    margin-bottom: 5px;
  }
}

/* sitemap
----------------------------------------------- */
ul.sitemap.level1 {
  border-top: 1px dotted #c9c9c9;
}
ul.sitemap li.level1 {
  padding: 10px;
  border-bottom: 1px dotted #c9c9c9;
}
ul.sitemap ul.level2 {
  padding: 10px 0px 0px 35px;
}
ul.sitemap li.level2 {
  padding: 10px;
  border-top: 1px dotted #c9c9c9;
}
ul.sitemap li.level2:last-child {
  padding-bottom: 0;
}
ul.sitemap ul.level3 {
  padding: 10px 0px 0px 35px;
}
ul.sitemap li.level3 {
  padding: 10px;
  border-top: 1px dotted #c9c9c9;
}
ul.sitemap ul.level4 {
  padding: 10px 0px 0px 35px;
}
ul.sitemap li.level4 {
  margin-left: 4px;
  padding-left: 12px;
  background: url(../img/ic-list.png) left 0.5em no-repeat;
}
@media only screen and (max-width: 900px) {
  ul.sitemap {
    font-size: 90%;
  }
}

/* search
----------------------------------------------- */
#___gcse_0 {
  box-sizing: content-box;
  line-height: normal;
}
@media only screen and (max-width: 900px) {
  #___gcse_0 {
    margin: 0 -15px;
  }
}

/* p btn
----------------------------------------------- */
#content .body p.btn {
  padding: 20px;
  background: #e7f7fd;
  text-align: center;
}
#content .body p.btn a {
  display: inline-block;
  padding: 10px 50px;
  border: 1px solid #c9c9c9;
  border-radius: 8px;
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  color: #000;
  text-decoration: none;
}
#content .body p.btn a:hover {
  background: linear-gradient(to bottom, #f2f2f2, #fff);
}
@media only screen and (max-width: 900px) {
  #content .body p.btn a {
    display: block;
    padding: 10px;
  }
}

/* ul btn
----------------------------------------------- */
#content .body ul.btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
#content .body ul.btn li {
  display: -webkit-flex;
  display: flex;
  /*
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  */
  position: relative;
  padding: 10px;
  background-color: #deeef7;
}
#content .body ul.btn.col2 li {
  width: calc((100% - 15px) / 2);
  margin: 0 15px 15px 0;
}
#content .body ul.btn.col2 li:nth-child(even) {
  margin-right: 0;
}
#content .body ul.btn.col3 li {
  width: 32%;
  margin: 0 2% 15px 0;
}
#content .body ul.btn.col3 li:nth-child(3n) {
  margin-right: 0;
}
#content .body ul.btn.col4 li {
  width: calc((100% - 45px) / 4);
  margin: 0 15px 15px 0;
}
#content .body ul.btn.col4 li:nth-child(4n) {
  margin-right: 0;
}
#content .body ul.btn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent !important;
}
@media only screen and (max-width: 900px) {
  #content .body ul.btn li {
    width: calc((100% - 15px) / 2) !important;
    margin: 0 15px 15px 0 !important;
    text-align: left;
  }
  #content .body ul.btn li:nth-child(even) {
    margin-right: 0 !important;
  }
  #content .body ul.btn li a.iconFile {
    margin-right: auto;
  }
}

/* box
----------------------------------------------- */
/* normal-box */
.body .normal-box {
  margin-bottom: 2em;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
  background-color: #fff;
}
.body .normal-box > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .body .normal-box {
    padding: 10px;
  }
}
/* qa-box */
.body .qa-box {
  margin: 2em 0;
  padding: 15px 20px 10px;
  border: 1px solid #ccc;
  box-shadow: 0 5px 5px #f2f2f2;
}
.body .qa-box dt {
  position: relative;
  top: -28px;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  background-color: #fff;
  font-weight: bold;
}
.body .qa-box dd {
  position: relative;
  top: -15px;
  margin: 0;
  padding-left: 10px;
}
.body .qa-box dd > *:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 900px) {
  .body .qa-box {
    padding: 15px 10px 10px;
  }
}

/* rulebook
----------------------------------------------- */
#content .body .rulebook p {
  margin: 0;
}
#content .body .rulebook p.chapter {
  padding: 25px 0;
  text-align: center;
}
#content .body .rulebook dl {
  margin: 0 0 25px;
  overflow: hidden;
}
#content .body .rulebook dl dt {
  clear: left;
  float: left;
  margin: 0 1em 0 0;
}
#content .body .rulebook dl dd {
  margin: 0;
  overflow: hidden;
}
#content .body .rulebook ol {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
}