@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: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  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: #cc1122;
}
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: #0C8DB0;
  background-color: #0C8DB0;
  color: #fff;
}
.pagination span.separator {
  display: none;
}
.pagination .previous_page,
.pagination .next_page {
  width: 40px;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.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: #0C8DB0;
  background-color: #0C8DB0;
}
.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: #0C8DB0;
  background-color: #0C8DB0;
}
@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;
  position: relative;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
}
#header {
  width: 100%;
}
#banner {
  width: 100%;
}
#main {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
#footer {
  flex-grow: 1;
  width: 100%;
  background-color: #7dd1e9;
}
@media only screen and (max-width: 900px) {
  #main {
    padding: 0 15px;
  }
}

/* top
----------------------------------------------- */
#container.top #accessibilityTool {
  top: 16px;
  right: 16px;
}
@media only screen and (max-width: 900px) {
  #container.top #accessibilityTool {
    top: 5px;
    right: 5px;
    left: 5px;
  }
}

/* col1
----------------------------------------------- */
#container.col1 #headerContainer {
  background: url(../img/bg-header2.png) center center / cover no-repeat;
}
#container.col1 #headerBody {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1220px;
  height: 100px;
  margin: 0 auto;
  padding: 0 10px;
}
#container.col1 #accessibilityTool {
  top: 30px;
  right: 10px;
}
#container.col1 #main {
  padding-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  #container.col1 #headerBody {
    height: 80px;
  }
  #container.col1 #accessibilityTool {
    top: 28px;
    right: 5px;
    left: 5px;
  }
  #container.col1 #main {
    padding-bottom: 60px;
  }
}

/* =========================================================
   Piece
========================================================= */

/* commonHeader
----------------------------------------------- */
#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;
}
@media only screen and (max-width: 900px) {
  #commonHeader h1 a {
    width: 320px;
  }
}

/* accessibilityTool
----------------------------------------------- */
#accessibilityTool {
  position: absolute;
  z-index: 1;
}
#accessibilityTool .pieceHeader h2 {
  display: flex;
  justify-content: flex-end;
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
}
#accessibilityTool .pieceHeader h2 a {
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/ic-accessibility.svg) left top / cover no-repeat;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#accessibilityTool .pieceHeader h2 a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#accessibilityTool.current .pieceHeader h2 a {
  background: url(../img/ic-accessibility_close.svg) left top / cover no-repeat;
}
#accessibilityTool .pieceBody {
  display: none;
  position: relative;
  margin: 15px 0 0 0;
  padding: 10px;
  border: 1px solid #0C8DB0;
  border-radius: 10px;
  background: #fff;
  font-size: 0.875rem;
  text-align: right;
}
#accessibilityTool .pieceBody::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 8px;
  z-index: -1;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border: 1px solid #0C8DB0;
  background: #fff;
}
#accessibilityTool .pieceBody::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 10px;
  width: 16px;
  height: 1px;
  background: #fff;
}
/* tools */
#accessibilityTool .tools {
  display: inline;
}
#accessibilityTool .tools > ul {
  display: inline-block;
}
#accessibilityTool .tools > ul > li {
  display: inline-block;
  position: relative;
  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 {
  border-bottom: 1px solid #ccc;
  background: #ccc;
}
#navigationNotice div {
  padding: 5px min(2vw,25px);
  text-align: right;
}
/* navigationTalkPlayer */
#navigationTalkPlayer {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 0;
  z-index: 9999;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}
.talkOn + #navigationTalkPlayer {
  display: block;
}
#navigationTalkCreatingFileNotice,
#navigationTalkPlayer audio {
  width: 450px;
  margin: 5px 0;
}
@media only screen and (max-width: 900px) {
  #accessibilityTool .pieceHeader h2 a {
    width: 24px;
    height: 24px;
    transform: translateX(-5px);
  }
  #accessibilityTool .pieceBody {
    padding: 15px;
    text-align: center;
  }
  #accessibilityTool .pieceBody::before {
    width: 16px;
    height: 16px;
  }
  #accessibilityTool .pieceBody::after {
    right: 9px;
    width: 14px;
  }
  #accessibilityTool .tools > ul {
    display: flex;
    flex-direction: column;
  }
  #accessibilityTool .tools > ul > li {
    margin: 0 0 10px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
  }
  #accessibilityTool .tools > ul > li::after {
    display: none;
  }
  #accessibilityTool .tools > ul > li > span:not(#navigationTalkPlayer) {
    display: block !important;
    margin-bottom: 5px;
  }
  #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-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 */
  #navigationNotice {
    font-size: 0.875rem;
  }
  #navigationNotice div {
    padding: 5px 10px;
    text-align: left;
  }
  /* navigationTalkPlayer */
  #navigationTalkPlayer {
    position: static;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    margin: 10px 0 0 !important;
    padding: 10px 15px 15px;
  }
  #navigationTalkPlayer #navigationTalkCreatingFileNotice,
  #navigationTalkPlayer audio {
    display: block;
    width: auto;
    min-width: 450px;
    text-align: left;
  }
  #navigationTalkPlayer audio {
    min-height: 32px;
  }
}

/* breadCrumbs
----------------------------------------------- */
#breadCrumbs .pieceContainer {
  max-width: 1220px;
  margin: 5px auto 20px;
  padding: 0 10px;
}
#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: 5px 15px 10px;
    font-size: 0.875rem;
  }
  #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 h1 {
  margin: 0 0 2em;
  font-size: 1.75rem;
  text-decoration: underline 2px #F15A24;
  text-underline-offset: 16px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #pageTitle h1 {
    font-size: 1.125rem;
    text-underline-offset: 10px;
  }
}

/* commonFooter
----------------------------------------------- */
#commonFooter {
  padding: 38px 10px;
  border-top: 1px solid #7DD2EA;
  text-align: center;
}
#commonFooter p {
  margin-bottom: 35px;
}
#commonFooter address {
  margin-bottom: 20px;
  font-style: normal;
}
#commonFooter small {
  font-size: 0.875rem;
}
@media only screen and (max-width: 900px) {
  #commonFooter {
    padding: 25px 10px;
  }
  #commonFooter p {
    margin-bottom: 15px;
  }
  #commonFooter address {
    font-size: 0.875rem;
  }
  #commonFooter small {
    font-size: 0.625rem;
  }
}

/* top keyvisual
----------------------------------------------- */
#keyvisual {
  background: url(../img/bg-header.png) center bottom / cover no-repeat;
}
#keyvisual .pieceBody * {
  background: none !important;
}
#keyvisual .pieceBody {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#keyvisual .pieceBody .lt {
  position: absolute;
  top: 47%;
  left: 20px;
  transform: translateY(-50%);
  width: 60.5833%;
}
#keyvisual .pieceBody .rt {
  flex-basis: 47.5%;
}
#keyvisual .pieceBody img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #keyvisual .pieceBody {
    aspect-ratio: 375/244;
    padding: 0;
  }
  #keyvisual .pieceBody .lt {
    top: unset;
    bottom: 6.5%;
    left: 2%;
    transform: none;
    width: 80%;
  }
  #keyvisual .pieceBody .rt {
    flex-basis: 46.66%;
  }
}

/* top intro
----------------------------------------------- */
#intro {
  padding: 90px 0;
}
#intro .btn {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 68px;
}
#intro .btn li a {
  display: block;
  padding: 26px 40px;
  border: 1px solid #0C8DB0;
  border-radius: 8px;
  background: url(../img/arrow-white.svg) right 29px center no-repeat #0C8DB0;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
  color: #fff;
  font-weight: 700;
  font-size: 1.375rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#intro .btn li a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#intro .btn li a strong {
  color: #FCEE21;
}
#intro .mov {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}
#intro .mov li {
  flex-basis: calc((100% - 56px) / 2);
  text-align: right;
}
#intro .mov li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#intro .mov li a[href="#"] {
  cursor: default;
  pointer-events: none;
}
#intro .mov li .coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 560/315;
  margin-bottom: 5px;
  background: #e6e6e6;
  font-weight: 700;
  font-size: 1.25rem;
}
@media only screen and (max-width: 900px) {
  #intro {
    padding: 30px 0;
  }
  #intro .btn {
    gap: 20px;
    margin-bottom: 30px;
  }
  #intro .btn li a {
    padding: 15px 25px;
    background-position: right 5px center;
    font-size: 1rem;
  }
  #intro .mov {
    gap: 20px;
  }
  #intro .mov li {
    flex-basis: calc((100% - 20px) / 2);
  }
  #intro .mov li a {
    font-size: 0.75rem;
  }
}

/* top detail
----------------------------------------------- */
#detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  padding: 98px 0;
}
#detail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: url(../img/bg-repeat.png) center top repeat;
}
#detail .piece {
  position: relative;
  overflow: hidden;
  border: 1px solid #88B8C7;
  border-radius: 8px;
  background: #fff;
}
#detail .piece::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  mix-blend-mode: multiply;
}
#detail .pieceHeader a {
  display: block;
  padding: 26px 40px;
  background: url(../img/ic-open.svg) right 31px center no-repeat;
  color: inherit;
  font-weight: 700;
  font-size: 1.375rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#detail .pieceHeader a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#detail .pieceHeader a.open {
  background: url(../img/ic-close.svg) right 31px center no-repeat;
}
#detail .pieceBody {
  padding: 38px;
}
#detail .pieceBody > * {
  margin-bottom: 1em;
}
#detail .pieceBody h3:not(.more) {
  width: 910px;
  max-width: 100%;
  margin: 2em auto 0.8em;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #F15A24;
  background: #F15A24;
  color: #fff;
  font-size: 1.5625rem;
  text-align: center;
}
#detail .pieceBody h3.more {
  position: relative;
  width: 1000px;
  max-width: calc(100% - 20px);
  margin: 2em auto;
  padding: 16px;
  border: 1px solid #E1F5FA;
  background: #E1F5FA;
  font-size: 1.5625rem;
  text-align: center;
}
#detail .pieceBody h3.more::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  bottom: -10px;
  width: 58px;
  border: 1px solid #0C8DB0;
  border-right: none;
  background: none !important;
}
#detail .pieceBody h3.more::after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  width: 58px;
  border: 1px solid #0C8DB0;
  border-left: none;
  background: none !important;
}
#detail .pieceBody h4 {
  margin: 2em 0;
  font-size: 1.75rem;
  text-decoration: underline 2px #F15A24;
  text-underline-offset: 16px;
  text-align: center;
}
#detail .pieceBody .link-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
#detail .pieceBody .link-list li {
  max-width: 610px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #88B8C7;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#detail .pieceBody .link-list li a {
  display: block;
  padding: 24px 45px;
  background: url(../img/arrow-blue.svg) right 24px center no-repeat;
  color: inherit;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#detail .pieceBody .link-list li a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#detail .pieceBody .link-list li a[href*=".pdf"] {
  padding-right: 15px;
  padding-left: 85px;
  background: url(../img/ic-pdf.svg) 47px center no-repeat;
  text-align: left;
}
#detail .pieceBody .link-list li a[href="#"] {
  cursor: default;
  pointer-events: none;
}
#detail .pieceBody ol.circle {
  list-style: none;
  counter-reset: number;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
#detail .pieceBody ol.circle > li::before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.25em;
  border: 1px solid #000;
  border-radius: 50%;
  line-height: 1.5;
  font-family: 'Ricty Diminished', 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
  font-size: 95%;
  text-indent: 0;
  text-align: center;
}
#detail .pieceBody ul.note-list {
  list-style: none;
  padding-left: 2em;
  text-indent: -1.375em;
}
#detail .pieceBody ul.note-list > li::before {
  content: "※";
  display: inline;
  margin-right: 0.375em;
}
#detail .pieceBody ul.note-list > li * {
  text-indent: 0;
}
#detail .pieceBody .close-btn {
  display: block;
  margin: 2em auto 0;
  padding: 17px;
  border: 1px solid #E1F5FA;
  border-radius: 10px;
  background: url(../img/ic-close.svg) right 40px center no-repeat #E1F5FA;
  color: inherit;
  font-size: 1.25rem;
  text-decoration: none;
  text-align: center;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#detail .pieceBody .close-btn:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 900px) {
  #detail {
    gap: 30px;
    padding: 30px 0;
  }
  #detail .pieceHeader a {
    padding: 10px 25px;
    background-position: right 5px center !important;
    font-size: 1rem;
  }
  #detail .pieceBody {
    padding: 15px;
  }
  #detail .pieceBody h3:not(.more) {
    margin: 1em auto 0.8em;
    padding: 10px 20px;
    font-size: 1.25rem;
  }
  #detail .pieceBody h3.more {
    padding: 10px;
    font-size: 1rem;
  }
  #detail .pieceBody h3.more::before {
    top: -5px;
    left: -5px;
    bottom: -5px;
  }
  #detail .pieceBody h3.more::after {
    top: -5px;
    right: -5px;
    bottom: -5px;
  }
  #detail .pieceBody h4 {
    font-size: 1.125rem;
    text-underline-offset: 10px;
  }
  #detail .pieceBody .link-list {
    gap: 15px;
  }
  #detail .pieceBody .link-list li a {
    padding: 12px 25px;
    font-size: 1rem;
  }
  #detail .pieceBody .link-list li a[href*=".pdf"] {
    padding-left: 45px;
    background-position: 10px center;
    background-size: 25px auto;
  }
  #detail .pieceBody .close-btn {
    padding: 10px;
    background-position: right 20px center;
    font-size: 1rem;
  }
}

/* top what
----------------------------------------------- */
#what .pieceBody .skill-list {
  display: flex;
  gap: 20px;
}
#what .pieceBody .skill-list li {
  flex-basis: calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 24px 24px 30px;
  border: 1px solid #DAF0EF;
  border-radius: 10px;
  background: #DAF0EF;
  font-size: 1.0625rem;
}
#what .pieceBody .training-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
#what .pieceBody .training-list li {
  flex-basis: calc((100% - 40px) / 3);
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#what .pieceBody .training-list li dl {
  margin: 0;
}
#what .pieceBody .training-list li dt {
  margin: 0;
  padding: 10px 20px;
  background: url(../img/bg-tl_kamoku.png) left top / cover no-repeat ;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
}
#what .pieceBody .training-list li dd {
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 900px) {
  #what .pieceBody .skill-list {
    flex-direction: column;
  }
  #what .pieceBody .skill-list li {
    flex-basis: 100%;
    padding: 15px;
    border-radius: 4px;
    font-size: 1rem;
  }
  #what .pieceBody .skill-list li img {
    width: 80px;
  }
  #what .pieceBody .training-list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  #what .pieceBody .training-list li {
    flex-basis: 100%;
  }
  #what .pieceBody .training-list li dt {
    padding: 10px;
    font-size: 1.125rem;
    text-align: center;
  }
  #what .pieceBody .training-list li dd {
    padding: 10px;
  }
}

/* top flow
----------------------------------------------- */
#flow .pieceBody .flow-list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  list-style: none;
  counter-reset: number;
}
#flow .pieceBody .flow-list li {
  display: flex;
  position: relative;
  padding: 30px 30px 30px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
}
#flow .pieceBody .flow-list li::before {
  flex-shrink: 0;
  flex-basis: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: number;
  content: "0" counter(number);
  border-right: 1px solid #ccc;
  background-position: center;
  background-repeat: no-repeat;
  color: #f6aa00;
  /*
  font-size: min(2vw,28px);
  */
  font-size: 0;
  text-align: center;
}
#flow .pieceBody .flow-list li:nth-child(1):before {
  background-image: url(../img/program_flow-no01.svg);
}
#flow .pieceBody .flow-list li:nth-child(2):before {
  background-image: url(../img/program_flow-no02.svg);
}
#flow .pieceBody .flow-list li:nth-child(3):before {
  background-image: url(../img/program_flow-no03.svg);
}
#flow .pieceBody .flow-list li:nth-child(4):before {
  background-image: url(../img/program_flow-no04.svg);
}
#flow .pieceBody .flow-list li:nth-child(5):before {
  background-image: url(../img/program_flow-no05.svg);
}
#flow .pieceBody .flow-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 27px solid #ccc;
  border-right: 23px solid transparent !important;
  border-left: 23px solid transparent !important;
}
#flow .pieceBody .flow-list .img {
  flex-shrink: 0;
  flex-basis: 205px;
  align-self: center;
  text-align: center;
}
#flow .pieceBody .flow-list dl {
  margin: 0;
}
#flow .pieceBody .flow-list dt {
  margin-bottom: 5px;
  color: #006E8A;
  font-weight: 700;
  font-size: 1.5rem;
}
#flow .pieceBody .flow-list dd {
  margin: 0;
  font-weight: 700;
}
#flow .pieceBody .flow-list dd .note {
  color: #666;
  font-size: 0.875rem;
}
@media only screen and (max-width: 900px) {
  #flow .pieceBody .flow-list {
    gap: 25px;
  }
  #flow .pieceBody .flow-list li {
    flex-wrap: wrap;
    gap: 10px 0;
    padding: 25px;
  }
  #flow .pieceBody .flow-list li::before {
    flex-basis: 50%;
    background-size: auto 22%;
    /*
    font-size: min(1.125rem,16px);
    */
  }
  #flow .pieceBody .flow-list li:not(:last-child)::after {
    border-width: 20px 20px 0 !important;
  }
  #flow .pieceBody .flow-list .img {
    flex-basis: 50%;
  }
  #flow .pieceBody .flow-list .img img {
    transform: scale(0.8);
    padding: 0 30px;
  }
  #flow .pieceBody .flow-list dl {
    flex-basis: 100%;
  }
  #flow .pieceBody .flow-list dt {
    font-size: 1.3125rem;
  }
  #flow .pieceBody .flow-list dd {
    font-size: 0.875rem;
  }
  #flow .pieceBody .flow-list dd .note {
    font-size: 0.75rem;
  }
}

/* top project
----------------------------------------------- */
#project .pieceBody .pampflet {
  margin-bottom: 60px;
  text-align: center;
}
#project .pieceBody .pampflet a {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#project .pieceBody .pampflet a:hover {
  opacity: 0.6;
  -webkit-transition-duration: 0.2s;
}
#project .pieceBody .point-list {
  display: flex;
  gap: 16px;
  list-style: none;
  counter-reset: number;
  margin-bottom: 2.5em;
}
#project .pieceBody .point-list li {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  text-align: center;
}
#project .pieceBody .point-list li span {
  padding-top: 24px;
}
#project .pieceBody .seminar-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 26px;
}
#project .pieceBody .seminar-list li {
  flex-basis: calc((100% - 52px) / 3);
}
#project .pieceBody .seminar-list li h5 {
  margin: 15px 0;
  font-weight: 700;
  font-size: 1.125rem;
}
#project .pieceBody .seminar-list li dl {
  margin: 0;
}
#project .pieceBody .seminar-list li dt {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 2px solid #f6aa00;
  font-weight: 700;
  font-size: 1.125rem;
}
#project .pieceBody .seminar-list li dd {
  margin: 0 0 10px;
}
@media only screen and (max-width: 900px) {
  #project .pieceBody .pampflet {
    margin-bottom: 30px;
  }
  #project .pieceBody .point-list {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 1.5em;
  }
  #project .pieceBody .point-list li span {
    padding-top: 10px;
  }
  #project .pieceBody .seminar-list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #project .pieceBody .seminar-list li {
    flex-basis: 100%;
    max-width: 350px;
  }
  #project .pieceBody .seminar-list li dt {
    font-size: 1rem;
  }
}

/* top news
----------------------------------------------- */
#news {
  padding: 90px 0;
}
#news .pieceHeader h2 {
  margin: 0 0 2em;
  font-size: 1.75rem;
  text-decoration: underline 2px #F15A24;
  text-underline-offset: 16px;
  text-align: center;
}
#news .pieceBody .feed {
  display: none;
  position: absolute;
  right: 0;
  bottom: calc(100% + 15px);
}
#news .pieceBody ul {
  border-top: 1px solid #e6e6e6;
}
#news .pieceBody ul li {
  position: relative;
  padding: 17px 40px 17px 0;
  border-bottom: 1px solid #e6e6e6;
  background: url(../img/arrow-blue.svg) right 16px center no-repeat;
  word-break: break-all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#news .pieceBody ul li:hover {
  background-color: #FFF5B0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#news .pieceBody ul li a {
  color: inherit;
  font-size: 1.125rem;
  text-decoration: none;
}
#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 {
  max-width: 300px;
  width: 100%;
  margin: 60px auto 0;
  overflow: hidden;
  border: 1px solid #88B8C7;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#news .pieceBody .links a {
  display: block;
  padding: 17px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -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 {
    padding: 30px 0;
  }
  #news .pieceHeader h2 {
    font-size: 1.125rem;
    text-underline-offset: 10px;
  }
  #news .pieceBody ul li {
    padding: 17px 30px 17px 0;
    background-position: right 5px center;
  }
  #news .pieceBody ul li a {
    font-size: inherit;
  }
  #news .pieceBody .links {
    margin: 30px auto 0;
  }
  #news .pieceBody .links a {
    padding: 12px;
  }
}

/* =========================================================
   Content
========================================================= */

/* contentArticleRecentDocs
----------------------------------------------- */
.contentArticleRecentDocs {
  position: relative;
}
.contentArticleRecentDocs .feed {
  display: none;
  position: absolute;
  top: -80px;
  right: 0;
}
.contentArticleRecentDocs .docs h2.date,
.contentArticleDocs .docs h2.date {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #F15A24;
  background: #F15A24;
  color: #fff;
  font-size: 1.5625rem;
}
.contentArticleRecentDocs .docs ul,
.contentArticleDocs .docs ul {
  margin-bottom: 40px;
  border-top: 1px solid #e6e6e6;
}
.contentArticleRecentDocs .docs li,
.contentArticleDocs .docs li {
  position: relative;
  padding: 17px 40px 17px 0;
  border-bottom: 1px solid #e6e6e6;
  background: url(../img/arrow-blue.svg) right 16px center no-repeat;
  word-break: break-all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contentArticleRecentDocs .docs li:hover,
.contentArticleDocs .docs li:hover {
  background-color: #FFF5B0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contentArticleRecentDocs .docs li a,
.contentArticleDocs .docs li a {
  color: inherit;
  font-size: 1.125rem;
  text-decoration: none;
}
.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: 0.875rem;
  }
  .contentArticleRecentDocs .docs h2.date,
  .contentArticleDocs .docs h2.date {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.125rem;
  }
  .contentArticleRecentDocs .docs ul,
  .contentArticleDocs .docs ul {
    margin-bottom: 20px;
  }
  .contentArticleRecentDocs .docs li,
  .contentArticleDocs .docs li {
    padding: 17px 30px 17px 0;
    background-position: right 5px center;
  }
  .contentArticleRecentDocs .docs li a,
  .contentArticleDocs .docs li a {
    font-size: inherit;
  }
}

/* contentArticleDoc
----------------------------------------------- */
.contentArticleDoc .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 70px;
}
.contentArticleDoc .header h1 {
  font-size: 2.5rem;
}
.contentArticleDoc .header .publishedAt {
  margin-left: auto;
  font-size: 1.125rem;
}
.contentArticleDoc .body,
.contentArticleDoc .maps,
.contentArticleDoc .rels,
.contentArticleDoc .tags {
  margin: 0 0 60px;
  font-size: 1.125rem;
}
.contentArticleDoc .maps h2,
.contentArticleDoc .rels h2,
.contentArticleDoc .tags h2 {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #F15A24;
  background: #F15A24;
  color: #fff;
  font-size: 1.5625rem;
}
.contentArticleDoc .maps h3 {
  margin: 0 0 5px;
  font-weight: 400;
}
.contentArticleDoc .rels ul,
.contentArticleDoc .tags div {
  padding: 0 15px;
}
.contentArticleDoc .rels li,
.contentArticleDoc .tags div a {
  display: inline-block;
  padding-right: 10px;
}
@media only screen and (max-width: 900px) {
  .contentArticleDoc .header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .contentArticleDoc .header h1 {
    font-size: 1.5rem;
    text-align: center;
  }
  .contentArticleDoc .header .publishedAt {
    font-size: 0.875rem;
  }
  .contentArticleDoc .body,
  .contentArticleDoc .maps,
  .contentArticleDoc .rels,
  .contentArticleDoc .tags {
    margin: 0 0 40px;
    font-size: 1rem;
  }
  .contentArticleDoc .maps h2,
  .contentArticleDoc .rels h2,
  .contentArticleDoc .tags h2 {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 1.125rem;
  }
  .contentArticleDoc .maps h3 {
    font-size: 1rem;
  }
}

/* address
----------------------------------------------- */
.inquiry {
  margin-top: 60px;
  padding-bottom: 15px;
  border: 1px solid #b3b3b3;
}
.inquiry h2 {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
  background-color: #f2f2f2;
  font-weight: 700;
  font-size: 1.125rem;
}
.inquiry > div {
  margin-left: 15px;
}
.tel, .fax, .email {
  display: inline;
}
.department, .section {
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .inquiry {
    margin-top: 40px;
    padding-bottom: 10px;
  }
  .inquiry h2 {
    margin-bottom: 10px;
    font-size: 100%;
  }
  .inquiry > div {
    margin-left: 10px;
    font-size: 0.875rem;
  }
  .tel, .fax, .email {
    display: block;
  }
}

/* back
----------------------------------------------- */
.back {
  max-width: 300px;
  width: 100%;
  margin: 60px auto 0;
  overflow: hidden;
  border: 1px solid #88B8C7;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.back a {
  display: block;
  padding: 17px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -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: 40px auto 0;
  }
  .back a {
    padding: 12px;
  }
}

/* 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 {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #F15A24;
  background: #F15A24;
  color: #fff;
  font-size: 1.5625rem;
}
.contentArticleTags .docs {
  border-top: 1px solid #e6e6e6;
}
.contentArticleTags .docs li {
  position: relative;
  padding: 17px 40px 17px 0;
  border-bottom: 1px solid #e6e6e6;
  background: url(../img/arrow-blue.svg) right 16px center no-repeat;
  word-break: break-all;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contentArticleTags .docs li:hover {
  background-color: #FFF5B0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.contentArticleTags .docs li a {
  color: inherit;
  font-size: 1.125rem;
  text-decoration: none;
}
.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;
    border-radius: 5px;
    font-size: 1.125rem;
  }
  .contentArticleTags .docs li {
    padding: 17px 30px 17px 0;
    background-position: right 5px center;
  }
  .contentArticleTags .docs li a {
    font-size: inherit;
  }
}

/* body
----------------------------------------------- */
#content .body h2, #content .body h3, #content .body h4, #content .body h5, #content .body h6 {
  margin: 0 0 1em;
  font-weight: 700;
}
#content .body * + h2, #content .body * + h3 {
  margin-top: 1.5em;
}
#content .body * + h4, #content .body * + h5, #content .body * + h6 {
  margin-top: 1em;
}
#content .body h2 {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #F15A24;
  background: #F15A24;
  color: #fff;
  font-size: 1.5625rem;
}
#content .body  h3 {
  padding-bottom: 10px;
  border-bottom: 2px solid #F15A24;
  font-size: 1.5625rem;
}
#content .body  h4 {
  padding-left: 10px;
  border-left: 2px solid #F15A24;
  font-size: 1.25rem;
  line-height: 1.4;
}
#content .body h5 {
  font-size: 1.125rem;
}
#content .body h6 {
  font-size: 1rem;
}
#content .body table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
}
#content .body table capion {
  text-align: center;
}
#content .body table th, #content .body table td {
  padding: 10px 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
}
#content .body table th {
  background-color: #E1F5FA;
  font-weight: 400;
  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;
    border-radius: 5px;
    font-size: 1.125rem;
  }
  #content .body h3 {
    padding-bottom: 5px;
    font-size: 1.125rem;
  }
  #content .body h4 {
    font-size: 1rem;
  }
  #content .body h5 {
    font-size: 1rem;
  }
  #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;
  }
}

/* =========================================================
  その他
========================================================= */

/* 動画オーバーレイ
----------------------------------------------- */
.mov-ol-wrapper img.external {
  display: none;
}
.mov-ol-wrapper:has(iframe) {
  position: relative;
}
.mov-ol-wrapper:has(iframe) a:hover {
  opacity: 0.6;
}
.mov-ol-wrapper:has(iframe) a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none !important;
}
.mov-ol-wrapper:has(iframe) a iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.mov-ol-wrapper .overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) !important;
}
.mov-ol-wrapper .overlay-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 140px);
  max-width: 1000px;
  height: calc(100vh - 140px);
  margin: 0 auto;
  background: transparent !important;
}
.mov-ol-wrapper .overlay .movie {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  background: transparent !important;
}
.mov-ol-wrapper .overlay .movie .close-btn {
  position: relative;
  width: 100%;
}
.mov-ol-wrapper .overlay .movie .close-btn button {
  position: absolute;
  bottom: calc(100% + 10px);
  left: calc(100% + 10px);
  width: 48px;
  height: 48px;
  border: none;
  background: url(../img/overlay_close.png) center center / cover no-repeat transparent !important;
  font-size: 0;
}
.mov-ol-wrapper .overlay .movie .close-btn button:hover {
  opacity: 0.6;
}
.mov-ol-wrapper .overlay .movie iframe {
  height: auto;
  max-height: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 900px) {
  .mov-ol-wrapper .overlay {
    padding: 40px 15px;
  }
  .mov-ol-wrapper .overlay-container {
    width: calc(100% - 30px);
    height: calc(100vh - 80px);
  }
  .mov-ol-wrapper .overlay .movie .close-btn button {
    left: calc(100% - 24px);
    width: 24px;
    height: 24px;
  }
}