@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');

/* =========================================================
   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-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック Medium", Meiryo, sans-serif;
  overflow-wrap: break-word;
  word-break: break-all;
}
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.external {
    width: 12px;
    height: 12px;
  }
}
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: #003399;
}
a:hover, a:focus {
  background-color: transparent;
  color: #cc3300;
  text-decoration: none;
}
a[name] {
  color: #000;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

/* =========================================================
   Common Classes.
========================================================= */

/* clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* Icons.
----------------------------------------------- */
a.iconFile {
  display: inline-block;
  padding: 5px 0 5px 20px;
  background-image :url(../../doc/images/ic-hanyo.gif);
  background-position: left 10px;
  background-repeat: no-repeat;
}
a.iconPdf {
  background-image: url(../../doc/images/ic-pdf.gif);
}
a.iconDoc, a.iconDocx {
  background-image: url(../../doc/images/ic-word.gif);
}
a.iconXls {
  background-image: url(../../doc/images/ic-excel.gif);
}
a.iconJtd {
  background-image: url(../../doc/images/ic-ichitarou.gif);
}

/* 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: -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 #b3b3b3;
  text-align: center;
}
@media only 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;
  }
  .temp3,
  .temp4 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .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
----------------------------------------------- */
.adobeReader, .temp7 {
  clear: both;
  margin: 0 0 20px;
  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) {
  .adobeReader, .temp7 {
    padding: 10px 10px 10px 115px;
    background-size: 79px auto;
    font-size: 90%;
  }
}

/* System
----------------------------------------------- */

/* pagination
---------------------- */
.pagination {
  margin: 40px auto 0;
  text-align: center;
}
.pagination > * {
  margin: 5px;
}
.pagination a,
.pagination em,
.pagination span {
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid #b3b3b3;
  vertical-align: middle;
  font-style: inherit;
}
.pagination em.current {
  border-color: #FCEE21;
  background-color: #FCEE21;
  color: #333;
}
.pagination span.separator {
  display: none;
}
.pagination .previous_page,
.pagination .next_page {
  width: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
.pagination .previous_page {
  background-image: url(../img/ic-pagenav_prev.svg);
}
.pagination .previous_page.disabled {
  background-image: url(../img/ic-pagenav_prev-active.svg);
  border-color: #FCEE21;
  background-color: #FCEE21;
}
.pagination .next_page {
  background-image: url(../img/ic-pagenav_next.svg);
}
.pagination .next_page.disabled {
  background-image: url(../img/ic-pagenav_next-active.svg);
  border-color: #FCEE21;
  background-color: #FCEE21;
}
@media only screen and (max-width: 900px) {
  .pagination {
    margin: 20px auto 0;
  }
}

/* RSS Atom
---------------------- */
.feed a {
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding: 0px 4px;
  background-color: #BF4500;
  color: #fff;
  font-size: 95%;
  text-decoration: none;
}

/* =========================================================
   Layout
========================================================= */
#container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  background-color: #fff;
}
#header {
  width: 100%;
}
#banner {
  width: 100%;
}
#main {
  flex-grow: 1;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto 120px;
  padding: 0 10px;
}
#footer {
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #main {
    margin: 0 auto 80px;
    padding: 0 15px;
  }
}

/* =========================================================
   Piece
========================================================= */

/* accessibilityTool
----------------------------------------------- */
#accessibilityTool {
  border-bottom: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  font-family: "Noto Sans JP", sans-serif;
}
#accessibilityTool .pieceBody {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 14px;
  text-align: right;
}
/* nocssread */
#accessibilityTool a#nocssread {
  height: 0;
  overflow: hidden;
}
#accessibilityTool a#nocssread:focus {
  height: auto;
  margin-right: 10px;
  padding: 0 5px 0 20px;
  background: url("../img/ic-honbun.png") 5px center no-repeat #f2cfd8;
  vertical-align: middle;
  text-decoration: none;
}
/* tools */
#accessibilityTool .tools > ul {
  display: inline-block;
}
#accessibilityTool .tools > ul > li {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  vertical-align: middle;
}
#accessibilityTool .tools > ul > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0,-50%);
  width: 1px;
  height: 15px;
  background-color: #707070;
}
#accessibilityTool .tools > ul > li:last-child {
  margin-right: 0;
}
#accessibilityTool .tools > ul > li:last-child::after {
  display: none;
}
#accessibilityTool .tools ul ul {
  display: inline-block;
}
#accessibilityTool .tools li li {
  display: inline-block;
}
#accessibilityTool .tools a {
  color: inherit;
}
#accessibilityTool li.tool-size li,
#accessibilityTool li.tool-color li {
  margin: 0 0 0 3px;
}
#accessibilityTool li.tool-size li a,
#accessibilityTool li.tool-color li a {
  display: inline-block;
  padding: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  line-height: 1;
  text-decoration: none;
}
#accessibilityTool li.tool-size li a:hover, #accessibilityTool li.tool-size li a:focus {
  background-color: #f2cfd8;
}
#accessibilityTool li.tool-color li a#themeBlack {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
#accessibilityTool li.tool-color li a#themeBlack:hover, #accessibilityTool li.tool-color li a#themeBlack:focus {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
#accessibilityTool li.tool-color li a#themeBlue {
  border-color: #0026a5;
  background-color: #0026a5;
  color: #fff;
}
#accessibilityTool li.tool-color li a#themeBlue:hover, #accessibilityTool li.tool-color li a#themeBlue:focus {
  border-color: #0026a5;
  background-color: #fff;
  color: #0026a5;
}
#accessibilityTool li.tool-color li a#themeWhite {
  border-color: #333;
  background-color: #fff;
  color: #333;
}
#accessibilityTool li.tool-color li a#themeWhite:hover, #accessibilityTool li.tool-color li a#themeWhite:focus {
  background-color: #f2cfd8;
}
#accessibilityTool li.tool-ruby > span,
#accessibilityTool li.tool-talk > span:not(#navigationTalkPlayer) {
  display: none;
}
/* navigationNotice */
#navigationNotice {
  background: #ccc;
}
#navigationNotice div {
  padding: 5px min(2vw,25px);
  text-align: right;
}
/* navigationTalkPlayer */
#navigationTalkPlayer {
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 9999;
}
#navigationTalkCreatingFileNotice,
#navigationTalkPlayer audio {
  width: 450px;
  background-color: #fff;
}
@media only screen and (max-width: 900px) {
  #accessibilityTool {
    display: none;
  }
}

/* commonHeader
----------------------------------------------- */
#commonHeader {
  padding-left: min(2vw,25px);
}
#commonHeader .pieceBody {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#commonHeader h1 {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 275px;
  margin-bottom: 5px;
  font-size: 0;
}
#commonHeader h1 a {
  display: block;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#commonHeader h1 a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#commonHeader h1 img {
  background: #fff !important;
}
#commonHeader .menu-btn {
  display: none;
}
#commonHeader .menu {
  margin-left: 20px;
  text-align: right;
}
#commonHeader .home-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  aspect-ratio: 1/1;
  padding: 10px;
  border-left: 1px solid #ccc;
}
#commonHeader .home-btn a {
  display: block;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#commonHeader .home-btn a:hover {
  opacity: 0.8;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#commonHeader .home-btn img {
  background: #fff !important;
}
@media only screen and (max-width: 900px) {
  #commonHeader {
    position: relative;
    z-index: 9999;
    padding: 15px 10px 0 10px;
  }
  #commonHeader .pieceBody {
    flex-wrap: wrap;
  }
  #commonHeader h1 {
    flex-grow: 1;
    flex-basis: 0;
    margin-right: 30px;
  }
  #commonHeader h1 a {
    max-width: 185px;
  }
  #commonHeader h1 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #commonHeader .menu-btn {
    flex-grow: 0;
    display: block;
  }
  #commonHeader .menu-btn ul {
    display: flex;
    align-items: center;
  }
  #commonHeader .menu-btn ul li:not(:first-child) {
    margin-left: 12px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
  }
  #commonHeader .menu-btn ul li:not(.home-btn) a {
    display: block;
    width: 34px;
    height: 0;
    padding-top: 34px;
    overflow: hidden;
  }
  #commonHeader .menu-btn ul li.menu-btn1 a {
    background: url(../img/ic-smart-accessibility.svg) center center / 20px 20px no-repeat;
  }
  #commonHeader .menu-btn ul li.current a {
    background: url(../img/ic-smart-close.svg) center center / 20px 20px no-repeat !important;
  }
  #commonHeader .menu-btn ul li.home-btn {
    width: 60px;
    padding: 5px 0 5px 10px;
  }
  #commonHeader .menu {
    flex-basis: 100%;
    margin: 15px 0 0;
  }
  #commonHeader .menu > ul {
    position: relative;
  }
  #commonHeader .menu > ul > li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    margin: 0 -10px;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
    font-size: 90%;
  }
  #commonHeader .menu > ul > li.current {
    z-index: 9999;
  }
  /* menu 1 */
  #accessibility_tool {
    display: flex;
    flex-direction: column;
  }
  #accessibility_tool > * {
    padding: 10px 10px 15px;
    border-top: 1px solid #ccc;
    text-align: center;
  }
  #accessibility_tool > * > span:not(#navigationTalkPlayer) {
    display: block;
    margin-bottom: 10px;
  }
  #accessibility_tool .tool-size,
  #accessibility_tool .tool-color {
    order: 1;
  }
  #accessibility_tool .tool-size ul li,
  #accessibility_tool .tool-color ul li {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
  }
  #accessibility_tool .tool-size ul li a,
  #accessibility_tool .tool-color ul li a {
    display: block;
    padding: 5px 30px;
    border: 1px solid #c4c5c5;
    line-height: 1;
    text-decoration: none;
  }
  #accessibility_tool .tool-color ul li a#themeBlack {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }
  #accessibility_tool .tool-color ul li a#themeBlue {
    border-color: #0026a5;
    background-color: #0026a5;
    color: #fff;
  }
  #accessibility_tool .tool-color ul li a#themeWhite {
    color: #333;
  }
  #accessibility_tool .tool-ruby,
  #accessibility_tool .tool-talk {
    order: 2;
    display: none !important;
  }
  #accessibility_tool .tool-ruby a,
  #accessibility_tool .tool-talk a {
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    line-height: 1;
    text-decoration: none;
  }
  #accessibility_tool .tool-talk a.talkOn {
    background-color: #f2cfd8;
  }
  #navigationNotice {
    font-size: 14px;
  }
  #navigationNotice div {
    padding: 5px 10px;
    text-align: left;
  }
  #navigationTalkPlayer {
    display: block;
    position: relative;
    top: 0;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 0 !important;
  }
  #navigationTalkPlayer #navigationTalkCreatingFileNotice,
  #navigationTalkPlayer audio {
    display: block;
    width: auto;
    min-width: 450px;
    text-align: left;
  }
  #navigationTalkPlayer audio {
    display: block !important;
    min-height: 32px;
    margin: 5px auto 10px;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs .pieceContainer {
  position: relative;
  margin: 0 auto 50px;
  padding: 20px min(2vw,25px) 0;
}
#breadCrumbs .pieceContainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2400px;
  height: 7px;
  background: repeating-linear-gradient(90deg,
    #38B8D6 0, #38B8D6 120px,
    #D65C5C 120px, #D65C5C 240px,
    #8ABB45 240px, #8ABB45 360px,
    #FC9633 360px, #FC9633 480px);
}
#breadCrumbs ol,
#breadCrumbs li {
  list-style: none;
}
#breadCrumbs li {
  display: inline-block;
  vertical-align: middle;
}
#breadCrumbs li:not(:first-child):before {
  content: ">";
  margin: 0 5px;
}
@media only screen and (max-width: 900px) {
  #breadCrumbs {
    background-color: #f2f2f2;
  }
  #breadCrumbs .pieceContainer {
    margin: 0 auto 20px;
    padding: 17px 15px 10px;
    font-size: 80%;
  }
  #breadCrumbs .pieceContainer::before {
    width: 100%;
    background: repeating-linear-gradient(90deg,
      #38B8D6 0, #38B8D6 25%,
      #D65C5C 25%, #D65C5C 50%,
      #8ABB45 50%, #8ABB45 75%,
      #FC9633 75%, #FC9633 100%);
  }
  #breadCrumbs .pieceBody {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar {
    height: 5px;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-track {
    background-color: #eee;
  }
  #breadCrumbs .pieceBody::-webkit-scrollbar-thumb {
    background-color: #ccc;
  }
  #breadCrumbs .pieceBody ol {
    white-space: nowrap;
  }
}

/* pageTitle
----------------------------------------------- */
#pageTitle {
  text-align: center;
}
#pageTitle h1 {
  display: inline-block;
  margin-bottom: 60px;
  padding: 0 6px;
  background: linear-gradient(transparent 60%, #FCEE21 60%);
  font-size: 180%;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  #pageTitle h1 {
    margin-bottom: 1.5em;
    font-size: 145%;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter {
  padding: 20px 10px 100px;
  border-top: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  text-align: center;
}
#commonFooter .pieceBody .pageTop {
  display: none;
  position: fixed;
  right: 100px;
  bottom: 40px;
}
@media only screen and (max-width: 900px) {
  #commonFooter {
    padding-bottom: 60px;
  }
  #commonFooter .pieceBody small {
    font-size: 80%;
  }
  #commonFooter .pieceBody small span {
    display: inline-block;
  }
  #commonFooter .pieceBody .pageTop {
    right: 20px;
    bottom: 10px;
  }
}

/* copyright
----------------------------------------------- */
#copyright {
  padding: 20px 0 50px;
  border-top: 1px solid #fff;
  background-color: #ff8900;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  text-align: center;
}
#copyright small {
  font-size: 100%;
}
@media only screen and (max-width: 900px) {
  #copyright {
    padding: 10px 5px 30px;
  }
  #copyright small {
    font-size: 70%;
  }
  #copyright span {
    display: block;
  }
}

/* keyvisual
----------------------------------------------- */
#keyvisual {
  margin: 0 auto 60px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  #keyvisual {
    margin-bottom: 20px;
  }
}
/* 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: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 7px;
}
.bx-controls::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2400px;
  height: 7px;
  background: repeating-linear-gradient(90deg,
    #38B8D6 0, #38B8D6 120px,
    #D65C5C 120px, #D65C5C 240px,
    #8ABB45 240px, #8ABB45 360px,
    #FC9633 360px, #FC9633 480px);
}
@media only screen and (max-width: 900px) {
  .bx-controls::before {
    width: 100%;
    background: repeating-linear-gradient(90deg,
      #38B8D6 0, #38B8D6 25%,
      #D65C5C 25%, #D65C5C 50%,
      #8ABB45 50%, #8ABB45 75%,
      #FC9633 75%, #FC9633 100%);
  }
}
/* bx-pager */
.bx-pager {
  order: 1;
  flex-shrink: 1;
  width: 100%;
  padding: 16px 10px;
  text-align: right;
  letter-spacing: -.40em;
}
.bx-pager-item {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 0 0 8px;
  vertical-align: top;
}
.bx-pager-item a {
  display: block;
  width: 8px;
  height: 0;
  padding-top: 8px;
  background: url(../img/bxslider/slick-dots02.svg) center center / cover;
  box-sizing: content-box;
  overflow: hidden;
}
.bx-pager-item a.active,
.bx-pager-item a:hover {
  background-image: url(../img/bxslider/slick-dots01.svg);
}

/* top piece
----------------------------------------------- */
#wrapper.top .pieceHeader {
  text-align: center;
}
#wrapper.top .pieceHeader h2 {
  display: inline-block;
  margin-bottom: 60px;
  padding: 0 6px;
  background: linear-gradient(transparent 60%, #FCEE21 60%);
  font-size: 180%;
  font-weight: bold;
}
#wrapper.top h3 {
  margin-bottom: 25px;
  padding-bottom: 60px;
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
#wrapper.top h3.blu {
  background-image: url(../img/tl-blue_red.svg);
}
#wrapper.top h3.grn {
  background-image: url(../img/tl-green_yellow.svg);
}
#wrapper.top h3.mt120 {
  margin-top: 120px;
}
#wrapper.top p {
  margin-bottom: 2.25em;
}
@media only screen and (max-width: 900px) {
  #wrapper.top .pieceHeader h2 {
    margin-bottom: 1.5em;
    font-size: 145%;
  }
  #wrapper.top h3 {
    margin-bottom: 1.5em;
    padding-bottom: 30px;
    background-size: auto 24px;
    font-size: 110%;
  }
  #wrapper.top h3.mt120 {
    margin-top: 40px;
  }
  #wrapper.top p {
    font-size: 90%;
  }
}

/* top about
----------------------------------------------- */
#about P {
  line-height: 2;
  text-align: justify;
}
#about .mokuhyo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 60px;
  list-style: none;
}
#about .mokuhyo li {
  flex: 0 0 312px;
  position: relative;
  text-align: center;
}
#about .mokuhyo li span {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 115%;
  font-weight: bold;
}
#about .detail li {
  display: flex;
  gap: 32px;
}
#about .detail li:nth-child(odd) {
  flex-direction: row-reverse;
}
#about .detail li:not(:last-child) {
  margin-bottom: 72px;
}
#about .detail li p:last-child {
  margin-bottom: 0;
}
#about .detail .img {
  flex-shrink: 0;
  width: 29.56%;
}
#about .thought {
  display: flex;
  gap: 35px;
  margin: 96px 0 26px;
}
#about .thought-item {
  flex-basis: calc((100% - 35px) / 2);
}
#about .thought .img {
  position: relative;
  aspect-ratio: 558/496;
  margin-bottom: 15px;
}
#about .thought .img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#about .thought ol {
  counter-reset: item;
  list-style: none;
}
#about .thought ol li::before {
  counter-increment: item;
  content: counter(item)' ： ';
}
#about .thought-about {
  margin-bottom: 88px;
  padding: 32px;
  border-radius: 16px;
  background: linear-gradient(to right,  #faffe7 0%,#e4f7ff 100%);
}
#about .thought-about dt {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 4px;
  background: linear-gradient(transparent 60%, #FCEE21 60%);
  font-size: 115%;
  font-weight: 700;
}
#about .thought-about dt ~ dt {
  margin-top: 15px;
}
#about .thought-about dd {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  #about .pieceHeader h2 {
    background: none !important
  }
  #wrapper.top .pieceHeader h2 span {
    background: linear-gradient(transparent 60%, #FCEE21 60%);
  }
  #about .detail li {
    display: block;
    overflow: hidden;
  }
  #about .detail li:not(:last-child) {
    margin-bottom: 36px;
  }
  #about .detail li:nth-child(odd) .img {
    float: right;
    margin: 0 0 15px 15px;
  }
  #about .detail li:nth-child(even) .img {
    float: left;
    margin: 0 15px 15px 0;
  }
  #about .thought {
    display: block;
    margin: 0 0 40px;
    font-size: 90%;
  }
  #about .thought-item {
    margin-top: 40px;
  }
  #about .thought .img {
    aspect-ratio: auto;
  }
  #about .thought .img img {
    position: static;
  }
  #about .thought-about {
    margin-bottom: 60px;
    padding: 15px;
    font-size: 90%;
  }
}

/* attempt
----------------------------------------------- */
#attempt {
  margin-bottom: 88px;
}
#attempt .pieceBody > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
}
#attempt .pieceBody > ul > li {
  flex-basis: calc((100% - 34px) / 2);
  padding: 5px min(2vw,20px) 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-align: center;
}
#attempt li h3 {
  display: inline-block;
  margin-bottom: 10px !important;
  background-position: right 60% !important;
}
#attempt li ul {
  display: flex;
  gap: 10px 32px;
}
#attempt li ul li {
  flex-grow: 1;
  flex-basis: calc((100% - 32px) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
#attempt li ul li a {
  width: 100%;
  height: 100%;
  padding: 20px 36px;
  border: 1px solid transparent;
  border-radius: 35px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#attempt li ul li a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#attempt li.kin {
  background-color: #d8f1f6;
}
#attempt li.kin h3 {
  padding: 15px 60px 10px !important;
  background-image: url(../img/ic-yochien.svg);
}
#attempt li.kin li a {
  background-image: url(../img/arrow-blue.svg);
}
#attempt li.ele {
  background-color: #e8f2da;
}
#attempt li.ele h3 {
  padding: 15px 60px 10px !important;
  background-image: url(../img/ic-school.svg);
}
#attempt li.ele li a {
  background-image: url(../img/arrow-green.svg);
}
#attempt li.sec {
  background-color: #f8dedf;
}
#attempt li.sec h3 {
  padding: 15px 60px 10px !important;
  background-image: url(../img/ic-junior.png);
}
#attempt li.sec li a {
  background-image: url(../img/arrow-red.svg);
}
#attempt li.shien {
  background-color: #ffead7;
}
#attempt li.shien h3 {
  padding: 15px 65px 10px !important;
  background-image: url(../img/ic-shien.svg);
}
#attempt li.shien li a {
  background-image: url(../img/arrow-orange.svg);
}
@media only screen and (max-width: 900px) {
  #attempt {
    margin-bottom: 60px;
  }
  #attempt .pieceBody > ul {
    flex-direction: column;
  }
  #attempt li h3 {
    background-size: 20% auto !important;
    font-size: 100% !important;
  }
  #attempt li ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 90%;
  }
  #attempt li ul {
    flex-direction: column;
  }
}

/* news
----------------------------------------------- */
#news {
  position: relative;
}
#news .pieceBody .feed {
  display: none;
  position: absolute;
  top: 20px;
  right: 10px;
}
#news .pieceBody ul {
  border-top: 1px solid #ccc;
}
#news .pieceBody ul li {
  position: relative;
  padding: 19px 0;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
#news .pieceBody ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
#news .pieceBody ul li span.separator,
#news .pieceBody ul li span.unit {
  display: none;
}
#news .pieceBody .links {
  padding-top: 36px;
  text-align: center;
}
#news .pieceBody .links a {
  display: inline-block;
  min-width: 208px;
  padding: 20px 36px;
  border: 1px solid transparent;
  border-radius: 35px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  background-image: url(../img/arrow-black.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#news .pieceBody .links a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 900px) {
  #news .pieceBody {
    font-size: 90%;
  }
  #news .pieceBody .feed {
    top: 5px;
  }
  #news .pieceBody ul li {
    padding: 10px 10px 10px 20px;
  }
  #news .pieceBody .links {
    padding-top: 25px;
  }
  #news .pieceBody .links a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 90%;
  }
}

/* =========================================================
   Content
========================================================= */

/* contentArticleRecentDocs
----------------------------------------------- */
.contentArticleRecentDocs {
  position: relative;
}
.contentArticleRecentDocs .feed {
  display: none;
  position: absolute;
  top: -100px;
  right: 10px;
}
.contentArticleRecentDocs .docs h2.date,
.contentArticleDocs .docs h2.date {
  padding: 5px 15px;
  border: 1px solid #FCEE21;
  background-color: #FCEE21;
  font-size: 150%;
  font-weight: bold;
}
.contentArticleRecentDocs .docs ul,
.contentArticleDocs .docs ul {
  margin-bottom: 40px;
}
.contentArticleRecentDocs .docs li,
.contentArticleDocs .docs li {
  position: relative;
  padding: 19px 0;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.contentArticleRecentDocs .docs li a::before,
.contentArticleDocs .docs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
.contentArticleRecentDocs .docs li span.attributes,
.contentArticleDocs .docs li span.attributes {
  display: none;
}
@media only screen and (max-width: 900px) {
  .contentArticleRecentDocs .feed {
    top: -58px;
    font-size: 90%;
  }
  .contentArticleRecentDocs .docs h2.date,
  .contentArticleDocs .docs h2.date {
    padding: 5px 10px;
    font-size: 110%;
  }
  .contentArticleRecentDocs .docs ul,
  .contentArticleDocs .docs ul {
    margin-bottom: 20px;
  }
  .contentArticleRecentDocs .docs li,
  .contentArticleDocs .docs li {
    padding: 10px 10px 10px 20px;
    font-size: 90%;
  }
}

/* contentArticleDoc
----------------------------------------------- */
.contentArticleDoc .header h1 {
  display: none;
}
.contentArticleDoc .header .publishedAt {
  margin: -40px 0 80px;
  text-align: center;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin: 0 0 40px;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 15px;
  padding: 5px 15px;
  border: 1px solid #FCEE21;
  background-color: #FCEE21;
  font-size: 150%;
  font-weight: bold;
}
.contentArticleDoc .maps h3 {
  margin: -5px 0 5px;
  font-weight: normal;
}
.contentArticleDoc .rels ul,
.contentArticleDoc .tags div {
  padding: 0 15px;
}
.contentArticleDoc .rels li {
  display: inline-block;
  margin: 0 10px 3px 0;
  padding-left: 20px;
  background: url(../img/arrow-black.svg) left 0.35em no-repeat;
  line-height: 1.3;
}
.contentArticleDoc .tags div a {
  padding-right: 10px;
}
@media only screen and (max-width: 900px) {
  .contentArticleDoc .header .publishedAt {
    margin: -20px 0 15px;
    font-size: 80%;
  }
  .contentArticleDoc .body,
  .contentArticleDoc .maps,
  .contentArticleDoc .rels,
  .contentArticleDoc .tags {
    margin: 0 0 20px;
  }
  .contentArticleDoc .maps h2,
  .contentArticleDoc .rels h2,
  .contentArticleDoc .tags h2 {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 100%;
  }
  .contentArticleDoc .maps h3 {
    font-size: 90%;
  }
}

/* address
----------------------------------------------- */
.inquiry {
  margin-top: 40px;
  padding-bottom: 15px;
  border: 1px solid #b3b3b3;
}
.inquiry h2 {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  font-size: 110%;
  font-weight: bold;
}
.inquiry > div {
  margin-left: 15px;
  font-size: 90%;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .inquiry {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .inquiry h2 {
    margin-bottom: 10px;
    font-size: 100%;
  }
  .inquiry > div {
    margin-left: 10px;
    font-size: 90%;
  }
  .tel, .fax, .email {
    display: block;
  }
}

/* back
----------------------------------------------- */
.back {
  margin: 45px auto 0;
  text-align: center;
}
.back a {
  display: inline-block;
  min-width: 208px;
  padding: 20px 36px;
  border: 1px solid transparent;
  border-radius: 35px;
  box-shadow: 0 0 4px rgba(0,0,0,.2);
  background-image: url(../img/arrow-black.svg);
  background-position: 16px center;
  background-repeat: no-repeat;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.back a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 900px) {
  .back {
    margin: 25px auto 0;
  }
  .back a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 90%;
  }
}

/* contentArticleTags
----------------------------------------------- */
.contentArticleTags .search {
  margin: 0 0 20px;
  border: 1px solid #b3b3b3;
  background-color: #f2f2f2;
}
.contentArticleTags .search th {
  padding: 0 15px 0;
}
.contentArticleTags .search th,
.contentArticleTags .search td {
  padding: 15px;
}
.contentArticleTags .search td input[type="text"] {
  padding: 2px;
}
.contentArticleTags .search .submitters input {
  padding: 2px 10px;
  cursor: pointer;
}
.contentArticleTags .hit {
  padding: 5px 15px;
  background-color: #FCEE21;
  font-size: 150%;
  font-weight: bold;
}
.contentArticleTags .docs li {
  position: relative;
  padding: 19px 0;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}
.contentArticleTags .docs li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none !important;
}
.contentArticleTags .docs li span.separator,
.contentArticleTags .docs li span.unit {
  display: none;
}
@media only screen and (max-width: 900px) {
  .contentArticleTags .search {
    margin: 0 0 15px;
  }
  .contentArticleTags .search table {
    width: 100%;
  }
  .contentArticleTags .search th,
  .contentArticleTags .search td {
    padding: 10px 5px;
  }
  .contentArticleTags .search th {
    width: 15%;
  }
  .contentArticleTags .search td {
    width: 40%;
  }
  .contentArticleTags .search td input[type="text"] {
    width: 90% !important;
  }
  .contentArticleTags .search td.submitters {
    width: 45%;
    padding: 10px 0 5px 10px;
  }
  .contentArticleTags .search td.submitters input {
    -webkit-appearance: none;
    margin: 1px 1px 0;
    padding: 2px 5px;
    background: #ccc;
    font-size: 90%;
    border-radius: 0;
  }
  .contentArticleTags .hit {
    padding: 5px 10px;
    font-size: 110%;
  }
  .contentArticleTags .docs li {
    padding: 10px 10px 10px 20px;
    font-size: 90%;
  }
}

/* body
----------------------------------------------- */
#content .body h2, #content .body h3, #content .body h4, #content .body h5, #content .body h6 {
  margin: 0 0 1em;
  font-weight: bold;
}
#content .body * + h2 {
  margin-top: 2em;
}
#content .body * + h3, #content .body * + h4, #content .body * + h5, #content .body * + h6 {
  margin-top: 1em;
}
#content .body h2 {
  padding: 5px 15px;
  border: 1px solid #FCEE21;
  background-color: #FCEE21;
  font-size: 150%;
  font-weight: bold;
}
#content .body  h3 {
  padding: 8px 0;
  border-top: 2px solid #FCEE21;
  border-bottom: 1px solid #b3b3b3;
  font-size: 140%;
}
#content .body  h4 {
  padding: 5px 12px;
  border-left: 6px solid #FCEE21;
  background-color: #f2f2f2;
  font-size: 130%;
}
#content .body h5 {
  font-size: 110%;
}
#content .body h6 {
  padding-left: 10px;
  font-size: 105%;
}
#content .body table {
  margin-bottom: 20px;
  border: 1px solid #b3b3b3;
}
#content .body table capion {
  text-align: center;
}
#content .body table th, #content .body table td {
  padding: 8px 15px;
  border: 1px solid #b3b3b3;
}
#content .body table th {
  background-color: #f2f2f2;
  text-align: center;
}
#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: 2em;
}
#content .body ul {
  list-style-type: disc;
}
#content .body ol {
  list-style-type: decimal;
}
@media only screen and (max-width: 900px) {
  #content .body h2 {
    padding: 5px 10px;
    font-size: 120%;
  }
  #content .body h3 {
    padding: 4px 0;
    font-size: 115%;
  }
  #content .body h4 {
    padding: 2px 5px;
    font-size: 110%;
  }
  #content .body h5 {
    padding-left: 12px;
    background-position: left 0.5em;
    background-size: 10px 10px;
  }
  #content .body h6 {
    padding-left: 5px;
  }
  #content .body table th, #content .body table td {
    padding: 5px;
  }
  #content .body .tableWrapper {
    margin-bottom: 20px;
    padding: 5px;
    border: 3px solid #c9c9c9;
  } 
  #content .body .tableWrapper > div {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  #content .body .tableWrapper table {
    width: 100% !important;
    margin: 0;
  }
  #content .body .tableWrapper table caption {
    display: none;
  }
  #content .body .tableWrapper table th,
  #content .body .tableWrapper table td {
    min-width: 100px;
  }
  #content p.caption {
    margin-bottom: 5px;
    font-size: 110%;
  }
}