@charset "UTF-8";
html {
  overflow-y: scroll;
  font-size: 15px;
}
html.l-font-size {
  font-size: 18px !important;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

img {
  flex: none;
}

.jma-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDUvMDcvMjDjBJL8AAAAGUlEQVQImQXBAQEAAAjDoNm/0rshtA0cVD15BQstJiHF/AAAAABJRU5ErkJggg==);
}

.jma-main {
  flex-grow: 1;
  background-color: #fff;
}

.jma-container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 959px) {
  .jma-container {
    width: 960px;
    max-width: 100%;
  }
}

.jma-cms {
  padding: 20px 15px;
  overflow: hidden;
  overflow-wrap: break-word;
}
.jma-cms::after {
  content: "";
  display: block;
  clear: both;
}
.jma-cms h1, .jma-cms h2, .jma-cms h3, .jma-cms h4, .jma-cms h5, .jma-cms h6 {
  line-height: 1.2;
}
.jma-cms h1 {
  position: relative;
  padding-bottom: 0.3125rem;
  border-bottom: 4px solid #acacac;
  margin: 2rem 0 1rem 0;
  font-size: 1.375rem;
}
.jma-cms h1::before {
  content: "";
  position: absolute;
  bottom: -4px;
  width: 15%;
  border-bottom: 4px solid #40566a;
}
.jma-cms h2 {
  position: relative;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #acacac;
  margin: 3rem 0 1rem 0;
  font-size: 1.25rem;
}
.jma-cms h2::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 40px;
  height: 6px;
  background: #40566a;
}
.jma-cms h3 {
  margin: 2rem 0 1rem 0;
  border-bottom: 1px solid #acacac;
  font-size: 1.25rem;
}
.jma-cms h4 {
  margin: 2rem 0 1rem 0;
  font-size: 1.125rem;
}
.jma-cms h5 {
  margin: 2rem 0 1rem 0;
  font-size: 1rem;
}
.jma-cms h6 {
  margin: 2rem 0 1rem 0;
  font-size: 1rem;
}
.jma-cms a {
  text-decoration: underline;
  outline: 0 solid transparent;
}
.jma-cms a:link {
  color: #004697;
}
.jma-cms a:hover {
  text-decoration: none;
}
.jma-cms a:visited {
  color: #4c2c92;
}
.jma-cms a:focus {
  outline: 4px solid #ff6110;
  outline-offset: 4px;
  color: #004697;
  transition-duration: 0.1s;
}
.jma-cms a[href$=".pdf"]::after, .jma-cms a[href*=".pdf#"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #fb0f01;
}
.jma-cms a[href$=".zip"]::after {
  content: "\f1c6";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #ec9f03;
}
.jma-cms a[href$=".doc"]::after, .jma-cms a[href$=".docx"]::after {
  content: "\f1c2";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #144dad;
}
.jma-cms a[href$=".xls"]::after, .jma-cms a[href$=".xlsx"]::after, .jma-cms a[href$=".csv"]::after {
  content: "\f1c3";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #106b37;
}
.jma-cms a[href$=".ppt"]::after, .jma-cms a[href$=".pptx"]::after {
  content: "\f1c4";
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #d34726;
}
.jma-cms a[target=_blank]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  color: #5a5a5a;
}
.jma-cms a.no-icon::after {
  content: none;
}
.jma-cms img {
  max-width: 100%;
}
.jma-cms ul {
  padding-left: 2rem;
}
.jma-cms ul ul, .jma-cms ul ol {
  padding-left: 1.5rem;
}
.jma-cms ol {
  padding-left: 2rem;
}
.jma-cms ol ul, .jma-cms ol ol {
  padding-left: 1.75rem;
}
.jma-cms ol ol > li {
  position: relative;
  list-style-type: none;
  counter-increment: paren;
}
.jma-cms ol ol > li::before {
  content: "(" counter(paren) ")";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -2.75rem;
  width: 2.5rem;
}
.jma-cms ol ol ol > li {
  position: relative;
  list-style-type: none;
  counter-increment: circle;
}
.jma-cms ol ol ol > li::before {
  content: counter(circle);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0.125rem;
  left: -2rem;
  width: 1.375rem;
  height: 1.375rem;
  font-size: 0.875rem;
  border: 1px solid #212529;
  border-radius: 50%;
}
.jma-cms ol ol ol ol > li {
  position: static;
  list-style-type: decimal;
  counter-increment: none;
}
.jma-cms ol ol ol ol > li::before {
  content: none;
}
.jma-cms table {
  margin-bottom: 1rem;
}
.jma-cms caption {
  padding: 0;
  caption-side: top;
  color: #212529;
  font-size: 0.875rem;
}
.jma-cms th {
  line-height: 1.2;
  padding: 3px;
  border: 1px solid #9BA8CA;
  background-color: #556CA5;
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
}
.jma-cms th a:link, .jma-cms th a:visited {
  color: #fff;
}
.jma-cms td {
  line-height: 1.2;
  padding: 3px;
  border: 1px solid #9BA8CA;
  font-size: 0.75rem;
}
.jma-cms em {
  font-style: normal;
}
.jma-cms pre {
  padding: 0.5rem 1rem;
  border: 1px solid #dee2e6;
  border-radius: 0.1875rem;
}
.jma-cms hr {
  font-size: 1rem;
  border-color: #eee;
}
@media (min-width: 576px) {
  .jma-cms {
    font-size: 0;
  }
  .jma-cms h1 {
    font-size: 1.75rem;
  }
  .jma-cms h2 {
    font-size: 1.625rem;
    display: flex;
  }
  .jma-cms h3 {
    font-size: 1.5rem;
    display: flex;
  }
  .jma-cms h4 {
    font-size: 1.25rem;
    display: flex;
  }
  .jma-cms h5 {
    font-size: 1.125rem;
  }
  .jma-cms h6 {
    font-size: 1rem;
  }
  .jma-cms div, .jma-cms p, .jma-cms li, .jma-cms table, .jma-cms dl, .jma-cms blockquote, .jma-cms pre, .jma-cms form, .jma-cms input, .jma-cms button, .jma-cms select, .jma-cms optgroup, .jma-cms textarea, .jma-cms label, .jma-cms iframe {
    font-size: 1rem;
  }
  .jma-cms caption {
    font-size: 1rem;
  }
  .jma-cms th, .jma-cms td {
    padding: 5px;
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .jma-cms {
    padding: 20px 48px;
  }
  .jma-cms h1 {
    font-size: 2.125rem;
  }
  .jma-cms h2 {
    font-size: 2rem;
    font-weight: normal;
  }
  .jma-cms h3 {
    font-size: 1.75rem;
    font-weight: normal;
  }
  .jma-cms h4 {
    font-size: 1.25rem;
  }
  .jma-cms h5 {
    font-size: 1.125rem;
  }
  .jma-cms h6 {
    font-size: 1rem;
  }
  .jma-cms div, .jma-cms p, .jma-cms li, .jma-cms table, .jma-cms dl, .jma-cms blockquote, .jma-cms pre {
    line-height: 1.8;
    font-size: 1.125rem;
  }
  .jma-cms th, .jma-cms td {
    line-height: 1.5;
  }
  .jma-cms ol ol ol > li::before {
    top: 0.25rem;
  }
}

.jma-pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 20;
}
.jma-pagetop a {
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #f9fafb;
  border-radius: 50px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxODAiIGhlaWdodD0iMTgwIiB2aWV3Qm94PSIwIDAgMTgwIDE4MCI+PHBhdGggZmlsbD0iIzQwNTY2YSIgZD0iTTkwIDBBOTAgOTAgMCAwIDAgMCA5MGE5MCA5MCAwIDAgMCA5MCA5MCA5MCA5MCAwIDAgMCA5MC05MEE5MCA5MCAwIDAgMCA5MCAweiIvPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik04OS44OTYgNTYuMzU1YTggOCAwIDAgMC01LjYxNyAyLjMxbC01MS44MiA1MS4yMDRhOCA4IDAgMCAwLS4wNjggMTEuMzE1IDggOCAwIDAgMCAxMS4zMTIuMDY2bDQ2LjIxMS00NS42NTggNDYuMzkzIDQ1LjY3YTggOCAwIDAgMCAxMS4zMTItLjA5IDggOCAwIDAgMC0uMDg4LTExLjMxM0w5NS41MTYgNTguNjU0YTggOCAwIDAgMC01LjYyLTIuMjk5eiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .jma-pagetop {
    bottom: 40px;
    right: 40px;
  }
  .jma-pagetop a {
    width: 60px;
    height: 60px;
  }
}

.jma-header {
  position: relative;
  box-shadow: 0 1px 3px #aaa;
  background-color: #f9fafb;
  padding-top: 70px;
  z-index: 2;
}
.jma-header p {
  margin-bottom: 0;
}
.jma-header.jma-menu-show .jma-header-utility, .jma-header.jma-menu-show .jma-header-nav {
  display: block;
}
.jma-header img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
@media (min-width: 768px) {
  .jma-header {
    box-shadow: none;
    padding: 0;
  }
}

.jma-header-slide {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .jma-header-slide {
    flex-direction: column;
  }
}

.jma-header-main {
  padding: 0;
}
.jma-header-main .jma-header-hmenu {
  position: absolute;
  top: 22px;
  left: 18px;
  z-index: 3;
}
.jma-header-main .jma-header-hmenu button {
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  font-size: 30px;
  color: #212529;
  cursor: pointer;
}
.jma-header-main .jma-header-logo {
  position: absolute;
  left: 0;
  margin-left: 0;
  text-align: center;
  top: 10px;
  width: 100%;
}
.jma-header-main .jma-header-logo a {
  display: block;
  margin: 0 auto;
  width: 100px;
}
.jma-header-main .jma-header-logo img {
  width: 100%;
}
@media (min-width: 768px) {
  .jma-header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 10px 0;
  }
  .jma-header-main .jma-header-hmenu {
    display: none;
  }
  .jma-header-main .jma-header-logo {
    width: 120px;
    margin-left: 10px;
    position: static;
    left: auto;
    top: auto;
  }
  .jma-header-main .jma-header-logo a {
    margin-top: auto;
    width: 120px;
  }
}

.jma-header-utility {
  background-color: #f9fafb;
  display: none;
  animation: show 0.2s linear 0s;
  margin-right: 0;
  text-align: right;
  padding: 10px;
  margin: 0;
  width: 100%;
}
.jma-header-utility > li {
  margin: 0;
  list-style-type: none;
}
.jma-header-utility > li ul, .jma-header-utility > li div {
  padding-top: 5px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .jma-header-utility {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 7px 0 0;
    position: relative;
    padding: 0;
  }
  .jma-header-utility > li {
    margin-left: 5px;
  }
  .jma-header-utility ul, .jma-header-utility div {
    padding-bottom: 0 !important;
  }
}
.jma-header-utility .jma-header-lang {
  display: block;
  list-style-type: none;
}
.jma-header-utility .jma-header-lang li {
  display: inline;
  margin-left: 15px;
}
.jma-header-utility .jma-header-lang li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #40566a;
  margin-left: -5px;
  padding-right: 5px;
}
.jma-header-utility .jma-header-lang li a {
  color: #40566a;
  text-decoration: none;
}
.jma-header-utility .jma-header-lang li a:hover {
  text-decoration: none;
}
.jma-header-utility .jma-header-media {
  margin: 0;
  list-style-type: none;
}
.jma-header-utility .jma-header-media li {
  display: inline;
}
.jma-header-utility .jma-header-media img {
  height: 28px;
  width: auto;
}
.jma-header-utility .jma-header-media::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #40566a;
  margin-left: -5px;
  vertical-align: bottom;
}
.jma-header-utility .jma-header-size {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 5px;
  font-size: 0.9rem;
}
.jma-header-utility .jma-header-size p {
  display: inline-block;
  margin-right: 5px;
}
.jma-header-utility .jma-header-size input[type=radio] {
  display: none;
}
.jma-header-utility .jma-header-size input[type=radio] + label {
  background: linear-gradient(180deg, #6e87a5, #40566a);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #40566a;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  transition: none;
  white-space: nowrap;
}
.jma-header-utility .jma-header-size input[type=radio]:checked + label {
  background: linear-gradient(to bottom, #f0f0f0, #fff);
  border: 1px solid #1f3b55;
  cursor: default;
  color: #0f2b44;
}
.jma-header-utility .jma-header-size input[type=radio] + label {
  padding: 2px 10px;
}
.jma-header-utility .jma-header-search {
  align-self: flex-end;
  font-size: 0.9rem;
  padding-top: 7px;
}
.jma-header-utility .jma-header-search input[type=text] {
  padding: 2px 5px !important;
  width: 200px !important;
}
.jma-header-utility .jma-header-search button {
  background: linear-gradient(180deg, #6e87a5, #40566a);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border: 1px solid #40566a;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 2px 10px;
  transition: none;
  white-space: nowrap;
}

.jma-header-nav {
  display: none;
  line-height: 1;
  background: linear-gradient(to bottom, #f0f0f0 1%, #f5f5f5 2%, #fff 5%, #fff);
  border-top: 1px solid #fff;
  z-index: 1;
}
.jma-header-nav ul {
  padding: 0;
  list-style-type: none;
}
.jma-header-nav ul li {
  border-bottom: 1px dotted #40566a;
  transition: background-color 0.2s;
  color: #40566a;
  font-size: 1rem;
  font-weight: bold;
}
.jma-header-nav ul li a {
  color: #40566a;
  display: inline-block;
  padding: 17px 0 15px 15px;
  text-decoration: none;
  width: 100%;
}
.jma-header-nav ul li a br {
  display: none;
}
.jma-header-nav ul li a::before {
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 5px;
}
.jma-header-nav ul li:hover, .jma-header-nav ul li .active {
  background-color: #40566a;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.jma-header-nav ul li:hover a, .jma-header-nav ul li .active a {
  background-color: #40566a;
  color: #fff;
  text-decoration: none;
}
.jma-header-nav ul li:first-child a::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
@media (min-width: 768px) {
  .jma-header-nav {
    display: block;
    position: static;
    top: auto;
    left: auto;
    background: linear-gradient(to bottom, #f0f0f0 5%, #f5f5f5 10%, #fff 40%, #fff);
    box-shadow: 0px 4px 4px -3px #aaa;
  }
  .jma-header-nav ul {
    display: flex;
    border-left: 1px dotted #40566a;
    border-right: 1px dotted #40566a;
  }
  .jma-header-nav ul li {
    width: 16.6%;
    border-bottom: none;
    border-right: 1px dotted #40566a;
    text-align: center;
  }
  .jma-header-nav ul li a {
    justify-content: center;
    align-items: center;
    padding: 17px 0 15px 0;
  }
  .jma-header-nav ul li a br {
    display: inline;
  }
  .jma-header-nav ul li a::before {
    content: none;
  }
  .jma-header-nav ul li:last-child {
    border-right: none;
    width: 17%;
  }
  .jma-header-nav ul li:first-child a::before {
    content: none;
  }
}

.jma-footer {
  box-shadow: 0px -1px 3px #aaa;
  background-color: #f9fafb;
  font-size: 15px;
}
.jma-footer a {
  color: #40566a;
  text-decoration: none;
}
.jma-footer a:hover {
  text-decoration: none;
}
.jma-footer p {
  margin-bottom: 0;
}
.jma-footer .jma-footer-wrap .jma-footer-info {
  padding: 15px;
}
.jma-footer .jma-footer-nav {
  padding-bottom: 15px;
}
.jma-footer .jma-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.jma-footer .jma-footer-nav ul li {
  display: flex;
  width: 100%;
  line-height: 1.7;
}
.jma-footer .jma-footer-nav ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #40566a;
}
.jma-footer .jma-footer-info address {
  margin-bottom: 0;
}
.jma-footer .jma-footer-info address p.jma-footer-tel strong {
  display: block;
  color: red;
}
.jma-footer .jma-footer-info .jma-footer-coment {
  display: flex;
}
.jma-footer .jma-footer-info .jma-footer-coment::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #40566a;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .jma-footer .jma-footer-nav ul li {
    width: auto;
  }
  .jma-footer .jma-footer-nav ul li a span {
    display: block;
  }
  .jma-footer .jma-footer-info address p.jma-footer-tel strong {
    display: inline;
    margin-left: 1rem;
  }
}

.jma-cms img.border {
  border: 1px solid #dee2e6;
}
.jma-cms div.border, .jma-cms dl.border, .jma-cms p.border {
  padding: 0.5rem 1rem;
  border: 1px solid #2b478e;
  border-radius: 0.1875rem;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__ {
  position: relative;
  max-width: 100%;
  overflow: auto;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__ .hscroll-hint {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__ .hscroll-hint-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 60px);
  width: 120px;
  height: 100px;
  padding: 0.5rem;
  border-radius: 0.1875rem;
  background-color: rgba(0, 0, 0, 0.8);
  transition-duration: 0.2s;
  opacity: 0;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__ .hscroll-hint-inner span {
  order: 3;
  line-height: 1;
  color: #fff;
  font-size: 0.5rem;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__ .hscroll-hint-inner::before {
  order: 1;
  content: "";
  display: inline-block;
  width: 34px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
}
.jma-cms div.__JMAMARKDOWN_SCROLL__ .hscroll-hint-inner::after {
  order: 2;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMzAyLjE4OSAzMjkuMTI2SDE5Ni4xMDVsNTUuODMxIDEzNS45OTNjMy44ODkgOS40MjgtLjU1NSAxOS45OTktOS40NDQgMjMuOTk5bC00OS4xNjUgMjEuNDI3Yy05LjE2NSA0LTE5LjQ0My0uNTcxLTIzLjMzMi05LjcxNGwtNTMuMDUzLTEyOS4xMzYtODYuNjY0IDg5LjEzOEMxOC43MjkgNDcyLjcxIDAgNDYzLjU1NCAwIDQ0Ny45NzdWMTguMjk5QzAgMS44OTkgMTkuOTIxLTYuMDk2IDMwLjI3NyA1LjQ0M2wyODQuNDEyIDI5Mi41NDJjMTEuNDcyIDExLjE3OSAzLjAwNyAzMS4xNDEtMTIuNSAzMS4xNDF6Ii8+PC9zdmc+);
}
.jma-cms div.__JMAMARKDOWN_SCROLL__[data-scroll=true] {
  cursor: grab;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__[data-scroll=true].grab {
  cursor: grabbing;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__[data-scroll=true].grab * {
  cursor: grabbing;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__[data-icon=true] .hscroll-hint-inner {
  opacity: 0.8;
}
.jma-cms div.__JMAMARKDOWN_SCROLL__[data-touch=true] .hscroll-hint-inner::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA1LjYgODMuMnY4Ni4xNzdhMTE1LjUyIDExNS41MiAwIDAgMC0yMi40LTIuMTc2Yy00Ny45MTQgMC04My4yIDM1LjA3Mi04My4yIDkyIDAgNDUuMzE0IDQ4LjUzNyA1Ny4wMDIgNzguNzg0IDc1LjcwNyAxMi40MTMgNy43MzUgMjMuMzE3IDE2Ljk5NCAzMy4yNTMgMjUuODUxbC4xNDYuMTMxLjE0OC4xMjlDMTI5LjgwNyAzNzYuMzM4IDEzNiAzODQuMjM2IDEzNiAzOTEuMnYyLjY3OWMtNC45NTIgNS43NDctOCAxMy41MzYtOCAyMi4xMnY2NGMwIDE3LjY3MyAxMi44OTQgMzIgMjguOCAzMmgyMzAuNGMxNS45MDYgMCAyOC44LTE0LjMyNyAyOC44LTMydi02NGMwLTguNTg0LTMuMDQ4LTE2LjM3My04LTIyLjEyVjM5MS4yYzAtMjguNjg4IDQwLTY3LjEzNyA0MC0xMjcuMnYtMjEuMjk5YzAtNjIuNTQyLTM4LjY1OC05OC44LTkxLjE0NS05OS45NC0xNy44MTMtMTIuNDgyLTQwLjc4NS0xOC40OTEtNjIuNzkxLTE1Ljk4NUE5My4xNDggOTMuMTQ4IDAgMCAwIDI3MiAxMTguODQ3VjgzLjJDMjcyIDM3Ljc2NSAyMzQuNDE2IDAgMTg4LjggMGMtNDUuMDk5IDAtODMuMiAzOC4xMDEtODMuMiA4My4yem0xMTguNCAwdjkxLjAyNmMxNC42NjktMTIuODM3IDQyLjgyNS0xNC40MTUgNjEuMDUgNC45NSAxOS42NDYtMTEuMjI3IDQ1LjYyNC0xLjY4NyA1My42MjUgMTIuOTI1IDM5LjEyOC02LjUyNCA2MS4zMjUgMTAuMDc2IDYxLjMyNSA1MC42VjI2NGMwIDQ1LjQ5MS0zNS45MTMgNzcuMjEtMzkuNjc2IDEyMEgxODMuNTcxYy0yLjk2NC0yNS4yMzktMjEuMjIyLTQyLjk2Ni0zOS41OTYtNTkuMDc1LTEyLjY1LTExLjI3NS0yNS4zLTIxLjcyNS0zOS44NzUtMzAuNzk5QzgwLjcxMiAyNzkuNjQ1IDQ4IDI2Ny45OTQgNDggMjU5LjJjMC0yMy4zNzUgOC44LTQ0IDM1LjItNDQgMzUuMiAwIDUzLjA3NSAyNi40IDcwLjQgMjYuNFY4My4yYzAtMTguNDI1IDE2LjUtMzUuMiAzNS4yLTM1LjIgMTguOTc1IDAgMzUuMiAxNi4yMjUgMzUuMiAzNS4yek0zNTIgNDI0YzEzLjI1NSAwIDI0IDEwLjc0NSAyNCAyNHMtMTAuNzQ1IDI0LTI0IDI0LTI0LTEwLjc0NS0yNC0yNCAxMC43NDUtMjQgMjQtMjR6Ii8+PC9zdmc+);
}
.jma-cms p.caption-bottom {
  font-size: 0.875rem;
  margin-top: -1rem;
}
.jma-cms p.caption-top {
  font-size: 0.875rem;
  margin-bottom: 0;
}
.jma-cms table.t-100px {
  min-width: 100px;
}
.jma-cms table.t-150px {
  min-width: 150px;
}
.jma-cms table.t-200px {
  min-width: 200px;
}
.jma-cms table.t-250px {
  min-width: 250px;
}
.jma-cms table.t-300px {
  min-width: 300px;
}
.jma-cms table.t-350px {
  min-width: 350px;
}
.jma-cms table.t-400px {
  min-width: 400px;
}
.jma-cms table.t-450px {
  min-width: 450px;
}
.jma-cms table.t-500px {
  min-width: 500px;
}
.jma-cms table.t-550px {
  min-width: 550px;
}
.jma-cms table.t-600px {
  min-width: 600px;
}
.jma-cms table.t-650px {
  min-width: 650px;
}
.jma-cms table.t-700px {
  min-width: 700px;
}
.jma-cms table.t-750px {
  min-width: 750px;
}
.jma-cms table.t-800px {
  min-width: 800px;
}
.jma-cms table.t-850px {
  min-width: 850px;
}
.jma-cms table.t-900px {
  min-width: 900px;
}
.jma-cms table.t-950px {
  min-width: 950px;
}
.jma-cms table.t-1000px {
  min-width: 1000px;
}
.jma-cms table.t-1050px {
  min-width: 1050px;
}
.jma-cms table.t-1100px {
  min-width: 1100px;
}
.jma-cms table.t-1150px {
  min-width: 1150px;
}
.jma-cms table.t-1200px {
  min-width: 1200px;
}
.jma-cms table.t-1250px {
  min-width: 1250px;
}
.jma-cms table.t-1300px {
  min-width: 1300px;
}
.jma-cms table.t-1350px {
  min-width: 1350px;
}
.jma-cms table.t-1400px {
  min-width: 1400px;
}
.jma-cms table.t-1450px {
  min-width: 1450px;
}
.jma-cms table.t-1500px {
  min-width: 1500px;
}
.jma-cms table.t-1550px {
  min-width: 1550px;
}
.jma-cms table.t-1600px {
  min-width: 1600px;
}
.jma-cms table.t-1650px {
  min-width: 1650px;
}
.jma-cms table.t-1700px {
  min-width: 1700px;
}
.jma-cms table.t-1750px {
  min-width: 1750px;
}
.jma-cms table.t-1800px {
  min-width: 1800px;
}
.jma-cms table.t-1850px {
  min-width: 1850px;
}
.jma-cms table.t-1900px {
  min-width: 1900px;
}
.jma-cms table.t-1950px {
  min-width: 1950px;
}
.jma-cms table.t-2000px {
  min-width: 2000px;
}
.jma-cms table th.nowrap, .jma-cms table td.nowrap {
  white-space: nowrap;
}
.jma-cms .__JMAMARKDOWN_FLEX__ {
  flex-direction: column;
}
.jma-cms ul.border, .jma-cms ol.border {
  padding: 0.5rem 1rem 0.5rem 2rem;
  border: 1px solid #2b478e;
  border-radius: 0.1875rem;
}
.jma-cms ul.history, .jma-cms ol.history {
  max-height: 10rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  border-top: 2px solid #7f95bd;
  border-bottom: 2px solid #7f95bd;
  overflow-y: auto;
}
.jma-cms ul.history li, .jma-cms ol.history li {
  font-size: 1rem;
}
.jma-cms ul.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3rem 0;
  padding: 5px 10px;
  border-radius: 0.1875rem;
  background-color: #f5f5f5;
  list-style-type: none;
}
.jma-cms ul.breadcrumb li {
  font-size: 0.9375rem;
  line-height: inherit;
}
.jma-cms ul.breadcrumb li::after {
  content: ">";
  margin: 0 5px;
}
.jma-cms ul.breadcrumb li:last-child::after {
  content: none;
}
.jma-cms ul.breadcrumb li a {
  color: #40566a;
  text-decoration: underline;
}
.jma-cms ul.breadcrumb li a:hover {
  text-decoration: none;
}
.jma-cms ul.jma-toc {
  padding: 0.5rem 2rem;
  border-radius: 0.1875rem;
  border: 1px solid #40566a;
}
.jma-cms ul.no-style {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-type: none;
}
.jma-cms ul.no-style > li > ul {
  list-style-type: disc;
  padding-left: 2rem;
}
.jma-cms ul.no-style > li > ul > li > ul {
  list-style-type: circle;
}
.jma-cms ul.no-style > li > ol {
  padding-left: 2rem;
}
.jma-cms ul.no-style.border {
  padding: 0.5rem 1rem;
  border: 3px solid #2b478e;
  border-radius: 0.1875rem;
}
.jma-cms ul.no-style.history {
  padding: 0.125rem;
}
.jma-cms ul.toc, .jma-cms ul #markdown-toc {
  padding: 0.5rem 2rem;
  border-radius: 0.1875rem;
  border: 1px solid #40566a;
}
.jma-cms ul.submenu {
  padding-right: 0.5rem;
  padding-bottom: 0;
  border: 3px solid #2b478e;
  border-radius: 0.1875rem;
}
.jma-cms ul.submenu li {
  font-size: 0.75rem;
}
.jma-cms ul.submenu > li:not(:first-child) {
  display: none;
}
.jma-cms ul.submenu > li:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-left: -2rem;
  margin-right: -0.5rem;
  padding: 0.25rem 0.5rem;
  border-bottom: 0px dotted #2b478e;
  list-style-type: none;
  color: #2b478e;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.jma-cms ul.submenu > li:first-child::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.7rem;
}
.jma-cms ul.submenu.change {
  padding-bottom: 0.5rem;
}
.jma-cms ul.submenu.change > li:not(:first-child) {
  display: list-item;
}
.jma-cms ul.submenu.change > li:first-child {
  border-bottom-width: 1px;
}
.jma-cms ul.submenu.change > li:first-child::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}
.jma-cms ol.note {
  padding-left: 3rem;
}
.jma-cms ol.note li {
  position: relative;
  list-style-type: none;
  counter-increment: notes;
  color: #727272;
  font-size: 0.75rem;
}
.jma-cms ol.note li::before {
  content: "注釈" counter(notes);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: -3rem;
  width: 3rem;
  font-weight: bold;
}
.jma-cms pre.pretty {
  line-height: 1.2;
  border: 1px solid #888;
  background-color: #333;
  color: #fff;
  word-break: break-all;
  white-space: pre-wrap;
  font-size: 0.875rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.jma-cms pre.div::before {
  content: "{{";
  display: block;
}
.jma-cms pre.div::after {
  content: "}}";
  display: block;
}
.jma-cms em.note {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin: 0 0.25rem;
  padding: 2px 1px;
  background-color: #fff;
  color: #727272;
  font-size: 0.75rem;
  font-weight: bold;
}
.jma-cms em.note::before {
  content: "[注釈";
}
.jma-cms em.note::after {
  content: "]";
}
.jma-cms .__JMAMARKDOWN_FLEX__ {
  max-width: 100%;
  margin-bottom: 1rem;
  overflow: auto;
}
.jma-cms .start {
  text-align: left !important;
  margin-right: auto !important;
}
.jma-cms .center {
  text-align: center !important;
  margin-right: auto !important;
  margin-left: auto !important;
}
.jma-cms .end {
  text-align: right !important;
  margin-left: auto !important;
}
.jma-cms .clear {
  clear: both;
}
@media (min-width: 576px) {
  .jma-cms p.caption-bottom {
    font-size: 1rem;
  }
  .jma-cms p.caption-top {
    font-size: 1rem;
  }
  .jma-cms .__JMAMARKDOWN_FLEX__ {
    display: flex;
    flex-direction: row;
  }
  .jma-cms .__JMAMARKDOWN_FLEX__.wrap {
    flex-wrap: wrap;
  }
  .jma-cms .w-1 {
    width: 1%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-2 {
    width: 2%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-3 {
    width: 3%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-4 {
    width: 4%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-5 {
    width: 5%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-6 {
    width: 6%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-7 {
    width: 7%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-8 {
    width: 8%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-9 {
    width: 9%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-10 {
    width: 10%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-11 {
    width: 11%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-12 {
    width: 12%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-13 {
    width: 13%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-14 {
    width: 14%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-15 {
    width: 15%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-16 {
    width: 16%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-17 {
    width: 17%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-18 {
    width: 18%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-19 {
    width: 19%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-20 {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-21 {
    width: 21%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-22 {
    width: 22%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-23 {
    width: 23%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-24 {
    width: 24%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-25 {
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-26 {
    width: 26%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-27 {
    width: 27%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-28 {
    width: 28%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-29 {
    width: 29%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-30 {
    width: 30%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-31 {
    width: 31%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-32 {
    width: 32%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-33 {
    width: 33%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-34 {
    width: 34%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-35 {
    width: 35%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-36 {
    width: 36%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-37 {
    width: 37%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-38 {
    width: 38%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-39 {
    width: 39%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-40 {
    width: 40%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-41 {
    width: 41%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-42 {
    width: 42%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-43 {
    width: 43%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-44 {
    width: 44%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-45 {
    width: 45%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-46 {
    width: 46%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-47 {
    width: 47%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-48 {
    width: 48%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-49 {
    width: 49%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-50 {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-51 {
    width: 51%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-52 {
    width: 52%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-53 {
    width: 53%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-54 {
    width: 54%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-55 {
    width: 55%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-56 {
    width: 56%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-57 {
    width: 57%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-58 {
    width: 58%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-59 {
    width: 59%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-60 {
    width: 60%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-61 {
    width: 61%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-62 {
    width: 62%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-63 {
    width: 63%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-64 {
    width: 64%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-65 {
    width: 65%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-66 {
    width: 66%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-67 {
    width: 67%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-68 {
    width: 68%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-69 {
    width: 69%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-70 {
    width: 70%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-71 {
    width: 71%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-72 {
    width: 72%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-73 {
    width: 73%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-74 {
    width: 74%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-75 {
    width: 75%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-76 {
    width: 76%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-77 {
    width: 77%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-78 {
    width: 78%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-79 {
    width: 79%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-80 {
    width: 80%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-81 {
    width: 81%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-82 {
    width: 82%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-83 {
    width: 83%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-84 {
    width: 84%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-85 {
    width: 85%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-86 {
    width: 86%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-87 {
    width: 87%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-88 {
    width: 88%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-89 {
    width: 89%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-90 {
    width: 90%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-91 {
    width: 91%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-92 {
    width: 92%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-93 {
    width: 93%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-94 {
    width: 94%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-95 {
    width: 95%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-96 {
    width: 96%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-97 {
    width: 97%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-98 {
    width: 98%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-99 {
    width: 99%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-100 {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-10px {
    width: 10px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-10px img {
    width: 100%;
  }
  .jma-cms .r-10px {
    width: calc(100% - 10px) !important;
  }
  .jma-cms .h-10px {
    height: 10px !important;
  }
  .jma-cms .w-20px {
    width: 20px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-20px img {
    width: 100%;
  }
  .jma-cms .r-20px {
    width: calc(100% - 20px) !important;
  }
  .jma-cms .h-20px {
    height: 20px !important;
  }
  .jma-cms .w-30px {
    width: 30px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-30px img {
    width: 100%;
  }
  .jma-cms .r-30px {
    width: calc(100% - 30px) !important;
  }
  .jma-cms .h-30px {
    height: 30px !important;
  }
  .jma-cms .w-40px {
    width: 40px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-40px img {
    width: 100%;
  }
  .jma-cms .r-40px {
    width: calc(100% - 40px) !important;
  }
  .jma-cms .h-40px {
    height: 40px !important;
  }
  .jma-cms .w-50px {
    width: 50px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-50px img {
    width: 100%;
  }
  .jma-cms .r-50px {
    width: calc(100% - 50px) !important;
  }
  .jma-cms .h-50px {
    height: 50px !important;
  }
  .jma-cms .w-60px {
    width: 60px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-60px img {
    width: 100%;
  }
  .jma-cms .r-60px {
    width: calc(100% - 60px) !important;
  }
  .jma-cms .h-60px {
    height: 60px !important;
  }
  .jma-cms .w-70px {
    width: 70px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-70px img {
    width: 100%;
  }
  .jma-cms .r-70px {
    width: calc(100% - 70px) !important;
  }
  .jma-cms .h-70px {
    height: 70px !important;
  }
  .jma-cms .w-80px {
    width: 80px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-80px img {
    width: 100%;
  }
  .jma-cms .r-80px {
    width: calc(100% - 80px) !important;
  }
  .jma-cms .h-80px {
    height: 80px !important;
  }
  .jma-cms .w-90px {
    width: 90px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-90px img {
    width: 100%;
  }
  .jma-cms .r-90px {
    width: calc(100% - 90px) !important;
  }
  .jma-cms .h-90px {
    height: 90px !important;
  }
  .jma-cms .w-100px {
    width: 100px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-100px img {
    width: 100%;
  }
  .jma-cms .r-100px {
    width: calc(100% - 100px) !important;
  }
  .jma-cms .h-100px {
    height: 100px !important;
  }
  .jma-cms .w-110px {
    width: 110px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-110px img {
    width: 100%;
  }
  .jma-cms .r-110px {
    width: calc(100% - 110px) !important;
  }
  .jma-cms .h-110px {
    height: 110px !important;
  }
  .jma-cms .w-120px {
    width: 120px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-120px img {
    width: 100%;
  }
  .jma-cms .r-120px {
    width: calc(100% - 120px) !important;
  }
  .jma-cms .h-120px {
    height: 120px !important;
  }
  .jma-cms .w-130px {
    width: 130px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-130px img {
    width: 100%;
  }
  .jma-cms .r-130px {
    width: calc(100% - 130px) !important;
  }
  .jma-cms .h-130px {
    height: 130px !important;
  }
  .jma-cms .w-140px {
    width: 140px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-140px img {
    width: 100%;
  }
  .jma-cms .r-140px {
    width: calc(100% - 140px) !important;
  }
  .jma-cms .h-140px {
    height: 140px !important;
  }
  .jma-cms .w-150px {
    width: 150px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-150px img {
    width: 100%;
  }
  .jma-cms .r-150px {
    width: calc(100% - 150px) !important;
  }
  .jma-cms .h-150px {
    height: 150px !important;
  }
  .jma-cms .w-160px {
    width: 160px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-160px img {
    width: 100%;
  }
  .jma-cms .r-160px {
    width: calc(100% - 160px) !important;
  }
  .jma-cms .h-160px {
    height: 160px !important;
  }
  .jma-cms .w-170px {
    width: 170px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-170px img {
    width: 100%;
  }
  .jma-cms .r-170px {
    width: calc(100% - 170px) !important;
  }
  .jma-cms .h-170px {
    height: 170px !important;
  }
  .jma-cms .w-180px {
    width: 180px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-180px img {
    width: 100%;
  }
  .jma-cms .r-180px {
    width: calc(100% - 180px) !important;
  }
  .jma-cms .h-180px {
    height: 180px !important;
  }
  .jma-cms .w-190px {
    width: 190px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-190px img {
    width: 100%;
  }
  .jma-cms .r-190px {
    width: calc(100% - 190px) !important;
  }
  .jma-cms .h-190px {
    height: 190px !important;
  }
  .jma-cms .w-200px {
    width: 200px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-200px img {
    width: 100%;
  }
  .jma-cms .r-200px {
    width: calc(100% - 200px) !important;
  }
  .jma-cms .h-200px {
    height: 200px !important;
  }
  .jma-cms .w-210px {
    width: 210px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-210px img {
    width: 100%;
  }
  .jma-cms .r-210px {
    width: calc(100% - 210px) !important;
  }
  .jma-cms .h-210px {
    height: 210px !important;
  }
  .jma-cms .w-220px {
    width: 220px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-220px img {
    width: 100%;
  }
  .jma-cms .r-220px {
    width: calc(100% - 220px) !important;
  }
  .jma-cms .h-220px {
    height: 220px !important;
  }
  .jma-cms .w-230px {
    width: 230px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-230px img {
    width: 100%;
  }
  .jma-cms .r-230px {
    width: calc(100% - 230px) !important;
  }
  .jma-cms .h-230px {
    height: 230px !important;
  }
  .jma-cms .w-240px {
    width: 240px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-240px img {
    width: 100%;
  }
  .jma-cms .r-240px {
    width: calc(100% - 240px) !important;
  }
  .jma-cms .h-240px {
    height: 240px !important;
  }
  .jma-cms .w-250px {
    width: 250px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-250px img {
    width: 100%;
  }
  .jma-cms .r-250px {
    width: calc(100% - 250px) !important;
  }
  .jma-cms .h-250px {
    height: 250px !important;
  }
  .jma-cms .w-260px {
    width: 260px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-260px img {
    width: 100%;
  }
  .jma-cms .r-260px {
    width: calc(100% - 260px) !important;
  }
  .jma-cms .h-260px {
    height: 260px !important;
  }
  .jma-cms .w-270px {
    width: 270px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-270px img {
    width: 100%;
  }
  .jma-cms .r-270px {
    width: calc(100% - 270px) !important;
  }
  .jma-cms .h-270px {
    height: 270px !important;
  }
  .jma-cms .w-280px {
    width: 280px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-280px img {
    width: 100%;
  }
  .jma-cms .r-280px {
    width: calc(100% - 280px) !important;
  }
  .jma-cms .h-280px {
    height: 280px !important;
  }
  .jma-cms .w-290px {
    width: 290px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-290px img {
    width: 100%;
  }
  .jma-cms .r-290px {
    width: calc(100% - 290px) !important;
  }
  .jma-cms .h-290px {
    height: 290px !important;
  }
  .jma-cms .w-300px {
    width: 300px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-300px img {
    width: 100%;
  }
  .jma-cms .r-300px {
    width: calc(100% - 300px) !important;
  }
  .jma-cms .h-300px {
    height: 300px !important;
  }
  .jma-cms .w-310px {
    width: 310px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-310px img {
    width: 100%;
  }
  .jma-cms .r-310px {
    width: calc(100% - 310px) !important;
  }
  .jma-cms .h-310px {
    height: 310px !important;
  }
  .jma-cms .w-320px {
    width: 320px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-320px img {
    width: 100%;
  }
  .jma-cms .r-320px {
    width: calc(100% - 320px) !important;
  }
  .jma-cms .h-320px {
    height: 320px !important;
  }
  .jma-cms .w-330px {
    width: 330px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-330px img {
    width: 100%;
  }
  .jma-cms .r-330px {
    width: calc(100% - 330px) !important;
  }
  .jma-cms .h-330px {
    height: 330px !important;
  }
  .jma-cms .w-340px {
    width: 340px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-340px img {
    width: 100%;
  }
  .jma-cms .r-340px {
    width: calc(100% - 340px) !important;
  }
  .jma-cms .h-340px {
    height: 340px !important;
  }
  .jma-cms .w-350px {
    width: 350px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-350px img {
    width: 100%;
  }
  .jma-cms .r-350px {
    width: calc(100% - 350px) !important;
  }
  .jma-cms .h-350px {
    height: 350px !important;
  }
  .jma-cms .w-360px {
    width: 360px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-360px img {
    width: 100%;
  }
  .jma-cms .r-360px {
    width: calc(100% - 360px) !important;
  }
  .jma-cms .h-360px {
    height: 360px !important;
  }
  .jma-cms .w-370px {
    width: 370px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-370px img {
    width: 100%;
  }
  .jma-cms .r-370px {
    width: calc(100% - 370px) !important;
  }
  .jma-cms .h-370px {
    height: 370px !important;
  }
  .jma-cms .w-380px {
    width: 380px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-380px img {
    width: 100%;
  }
  .jma-cms .r-380px {
    width: calc(100% - 380px) !important;
  }
  .jma-cms .h-380px {
    height: 380px !important;
  }
  .jma-cms .w-390px {
    width: 390px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-390px img {
    width: 100%;
  }
  .jma-cms .r-390px {
    width: calc(100% - 390px) !important;
  }
  .jma-cms .h-390px {
    height: 390px !important;
  }
  .jma-cms .w-400px {
    width: 400px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-400px img {
    width: 100%;
  }
  .jma-cms .r-400px {
    width: calc(100% - 400px) !important;
  }
  .jma-cms .h-400px {
    height: 400px !important;
  }
  .jma-cms .w-410px {
    width: 410px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-410px img {
    width: 100%;
  }
  .jma-cms .r-410px {
    width: calc(100% - 410px) !important;
  }
  .jma-cms .h-410px {
    height: 410px !important;
  }
  .jma-cms .w-420px {
    width: 420px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-420px img {
    width: 100%;
  }
  .jma-cms .r-420px {
    width: calc(100% - 420px) !important;
  }
  .jma-cms .h-420px {
    height: 420px !important;
  }
  .jma-cms .w-430px {
    width: 430px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-430px img {
    width: 100%;
  }
  .jma-cms .r-430px {
    width: calc(100% - 430px) !important;
  }
  .jma-cms .h-430px {
    height: 430px !important;
  }
  .jma-cms .w-440px {
    width: 440px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-440px img {
    width: 100%;
  }
  .jma-cms .r-440px {
    width: calc(100% - 440px) !important;
  }
  .jma-cms .h-440px {
    height: 440px !important;
  }
  .jma-cms .w-450px {
    width: 450px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-450px img {
    width: 100%;
  }
  .jma-cms .r-450px {
    width: calc(100% - 450px) !important;
  }
  .jma-cms .h-450px {
    height: 450px !important;
  }
  .jma-cms .w-460px {
    width: 460px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-460px img {
    width: 100%;
  }
  .jma-cms .r-460px {
    width: calc(100% - 460px) !important;
  }
  .jma-cms .h-460px {
    height: 460px !important;
  }
  .jma-cms .w-470px {
    width: 470px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-470px img {
    width: 100%;
  }
  .jma-cms .r-470px {
    width: calc(100% - 470px) !important;
  }
  .jma-cms .h-470px {
    height: 470px !important;
  }
  .jma-cms .w-480px {
    width: 480px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-480px img {
    width: 100%;
  }
  .jma-cms .r-480px {
    width: calc(100% - 480px) !important;
  }
  .jma-cms .h-480px {
    height: 480px !important;
  }
  .jma-cms .w-490px {
    width: 490px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-490px img {
    width: 100%;
  }
  .jma-cms .r-490px {
    width: calc(100% - 490px) !important;
  }
  .jma-cms .h-490px {
    height: 490px !important;
  }
  .jma-cms .w-500px {
    width: 500px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-500px img {
    width: 100%;
  }
  .jma-cms .r-500px {
    width: calc(100% - 500px) !important;
  }
  .jma-cms .h-500px {
    height: 500px !important;
  }
  .jma-cms .w-510px {
    width: 510px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-510px img {
    width: 100%;
  }
  .jma-cms .r-510px {
    width: calc(100% - 510px) !important;
  }
  .jma-cms .h-510px {
    height: 510px !important;
  }
  .jma-cms .w-520px {
    width: 520px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-520px img {
    width: 100%;
  }
  .jma-cms .r-520px {
    width: calc(100% - 520px) !important;
  }
  .jma-cms .h-520px {
    height: 520px !important;
  }
  .jma-cms .w-530px {
    width: 530px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-530px img {
    width: 100%;
  }
  .jma-cms .r-530px {
    width: calc(100% - 530px) !important;
  }
  .jma-cms .h-530px {
    height: 530px !important;
  }
  .jma-cms .w-540px {
    width: 540px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-540px img {
    width: 100%;
  }
  .jma-cms .r-540px {
    width: calc(100% - 540px) !important;
  }
  .jma-cms .h-540px {
    height: 540px !important;
  }
  .jma-cms .w-550px {
    width: 550px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-550px img {
    width: 100%;
  }
  .jma-cms .r-550px {
    width: calc(100% - 550px) !important;
  }
  .jma-cms .h-550px {
    height: 550px !important;
  }
  .jma-cms .w-560px {
    width: 560px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-560px img {
    width: 100%;
  }
  .jma-cms .r-560px {
    width: calc(100% - 560px) !important;
  }
  .jma-cms .h-560px {
    height: 560px !important;
  }
  .jma-cms .w-570px {
    width: 570px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-570px img {
    width: 100%;
  }
  .jma-cms .r-570px {
    width: calc(100% - 570px) !important;
  }
  .jma-cms .h-570px {
    height: 570px !important;
  }
  .jma-cms .w-580px {
    width: 580px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-580px img {
    width: 100%;
  }
  .jma-cms .r-580px {
    width: calc(100% - 580px) !important;
  }
  .jma-cms .h-580px {
    height: 580px !important;
  }
  .jma-cms .w-590px {
    width: 590px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-590px img {
    width: 100%;
  }
  .jma-cms .r-590px {
    width: calc(100% - 590px) !important;
  }
  .jma-cms .h-590px {
    height: 590px !important;
  }
  .jma-cms .w-600px {
    width: 600px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-600px img {
    width: 100%;
  }
  .jma-cms .r-600px {
    width: calc(100% - 600px) !important;
  }
  .jma-cms .h-600px {
    height: 600px !important;
  }
  .jma-cms .w-610px {
    width: 610px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-610px img {
    width: 100%;
  }
  .jma-cms .r-610px {
    width: calc(100% - 610px) !important;
  }
  .jma-cms .h-610px {
    height: 610px !important;
  }
  .jma-cms .w-620px {
    width: 620px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-620px img {
    width: 100%;
  }
  .jma-cms .r-620px {
    width: calc(100% - 620px) !important;
  }
  .jma-cms .h-620px {
    height: 620px !important;
  }
  .jma-cms .w-630px {
    width: 630px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-630px img {
    width: 100%;
  }
  .jma-cms .r-630px {
    width: calc(100% - 630px) !important;
  }
  .jma-cms .h-630px {
    height: 630px !important;
  }
  .jma-cms .w-640px {
    width: 640px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-640px img {
    width: 100%;
  }
  .jma-cms .r-640px {
    width: calc(100% - 640px) !important;
  }
  .jma-cms .h-640px {
    height: 640px !important;
  }
  .jma-cms .w-650px {
    width: 650px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-650px img {
    width: 100%;
  }
  .jma-cms .r-650px {
    width: calc(100% - 650px) !important;
  }
  .jma-cms .h-650px {
    height: 650px !important;
  }
  .jma-cms .w-660px {
    width: 660px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-660px img {
    width: 100%;
  }
  .jma-cms .r-660px {
    width: calc(100% - 660px) !important;
  }
  .jma-cms .h-660px {
    height: 660px !important;
  }
  .jma-cms .w-670px {
    width: 670px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-670px img {
    width: 100%;
  }
  .jma-cms .r-670px {
    width: calc(100% - 670px) !important;
  }
  .jma-cms .h-670px {
    height: 670px !important;
  }
  .jma-cms .w-680px {
    width: 680px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-680px img {
    width: 100%;
  }
  .jma-cms .r-680px {
    width: calc(100% - 680px) !important;
  }
  .jma-cms .h-680px {
    height: 680px !important;
  }
  .jma-cms .w-690px {
    width: 690px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-690px img {
    width: 100%;
  }
  .jma-cms .r-690px {
    width: calc(100% - 690px) !important;
  }
  .jma-cms .h-690px {
    height: 690px !important;
  }
  .jma-cms .w-700px {
    width: 700px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-700px img {
    width: 100%;
  }
  .jma-cms .r-700px {
    width: calc(100% - 700px) !important;
  }
  .jma-cms .h-700px {
    height: 700px !important;
  }
  .jma-cms .w-710px {
    width: 710px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-710px img {
    width: 100%;
  }
  .jma-cms .r-710px {
    width: calc(100% - 710px) !important;
  }
  .jma-cms .h-710px {
    height: 710px !important;
  }
  .jma-cms .w-720px {
    width: 720px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-720px img {
    width: 100%;
  }
  .jma-cms .r-720px {
    width: calc(100% - 720px) !important;
  }
  .jma-cms .h-720px {
    height: 720px !important;
  }
  .jma-cms .w-730px {
    width: 730px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-730px img {
    width: 100%;
  }
  .jma-cms .r-730px {
    width: calc(100% - 730px) !important;
  }
  .jma-cms .h-730px {
    height: 730px !important;
  }
  .jma-cms .w-740px {
    width: 740px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-740px img {
    width: 100%;
  }
  .jma-cms .r-740px {
    width: calc(100% - 740px) !important;
  }
  .jma-cms .h-740px {
    height: 740px !important;
  }
  .jma-cms .w-750px {
    width: 750px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-750px img {
    width: 100%;
  }
  .jma-cms .r-750px {
    width: calc(100% - 750px) !important;
  }
  .jma-cms .h-750px {
    height: 750px !important;
  }
  .jma-cms .w-760px {
    width: 760px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-760px img {
    width: 100%;
  }
  .jma-cms .r-760px {
    width: calc(100% - 760px) !important;
  }
  .jma-cms .h-760px {
    height: 760px !important;
  }
  .jma-cms .w-770px {
    width: 770px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-770px img {
    width: 100%;
  }
  .jma-cms .r-770px {
    width: calc(100% - 770px) !important;
  }
  .jma-cms .h-770px {
    height: 770px !important;
  }
  .jma-cms .w-780px {
    width: 780px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-780px img {
    width: 100%;
  }
  .jma-cms .r-780px {
    width: calc(100% - 780px) !important;
  }
  .jma-cms .h-780px {
    height: 780px !important;
  }
  .jma-cms .w-790px {
    width: 790px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-790px img {
    width: 100%;
  }
  .jma-cms .r-790px {
    width: calc(100% - 790px) !important;
  }
  .jma-cms .h-790px {
    height: 790px !important;
  }
  .jma-cms .w-800px {
    width: 800px;
    flex-shrink: 0;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .jma-cms .w-800px img {
    width: 100%;
  }
  .jma-cms .r-800px {
    width: calc(100% - 800px) !important;
  }
  .jma-cms .h-800px {
    height: 800px !important;
  }
  .jma-cms ul.history li, .jma-cms ol.history li {
    font-size: 1rem;
  }
  .jma-cms em.note {
    font-size: 0.875rem;
  }
  .jma-cms ol.note {
    padding-left: 3.5rem;
  }
  .jma-cms ol.note li {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .jma-cms ul.submenu {
    float: right;
    width: 40%;
    margin-left: 1rem;
    padding-bottom: 0.5rem;
  }
  .jma-cms ul.submenu li {
    font-size: 0.875rem;
  }
  .jma-cms ul.submenu > li:not(:first-child) {
    display: list-item;
  }
  .jma-cms ul.submenu > li:first-child {
    border-bottom-width: 1px;
    font-size: 1rem;
  }
  .jma-cms ul.submenu > li:first-child::after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
  .jma-cms ul.submenu.change {
    padding-bottom: 0;
  }
  .jma-cms ul.submenu.change > li:not(:first-child) {
    display: none;
  }
  .jma-cms ul.submenu.change > li:first-child {
    border-bottom-width: 0;
    font-size: 1rem;
  }
  .jma-cms ul.submenu.change > li:first-child::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
  }
}

/*# sourceMappingURL=common.css.map */
