@charset "UTF-8";
#tblLayout {
  width: 100%;
}

.static_general {
  max-width: var(--container-static);
  margin: auto;
  margin-bottom: 7rem !important;
  padding: 0 1.5rem;
  font-size: 1.5rem;
  /* --------------------------
   * インラインスタイル
   * -------------------------- */
}
@media only screen and (min-width: 768px) {
  .static_general {
    padding: 0 0 7rem;
  }
}
.static_general a {
  color: var(--color-icon06);
  text-decoration: underline;
}
.static_general h1 {
  font-size: 3.1rem !important;
}
.static_general h2 {
  font-size: 2rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: solid 1px #545454;
  text-align: center;
  margin: 6rem 0 4rem;
}
.static_general h3 {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  border-bottom: solid 1px #cacaca;
  text-align: center;
  margin: 5rem 0 3rem;
}
.static_general h4 {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 2rem;
  text-align: center;
  margin: 4rem 0 2rem;
}
.static_general .left {
  text-align: left;
  float: none;
}
.static_general .center {
  text-align: center;
}
.static_general .ununderline {
  border-bottom: none;
  padding-bottom: 0;
}
.static_general p {
  margin: 1.5rem 0;
  line-height: 2.5rem;
}
.static_general .ui-ul {
  margin: 1.5rem 0.5rem;
  padding: 0;
}
.static_general .ui-ul li {
  margin: 0.5rem 0;
  line-height: 2.2rem;
  padding-left: 2rem;
  position: relative;
}
.static_general .ui-ul li::before {
  position: absolute;
  content: "";
  background-color: #545454;
  border-radius: 50%;
  height: 0.8rem;
  width: 0.8rem;
  left: 0;
  top: 0.55rem;
}
.static_general .ui-ul li ul {
  margin: 1rem 0.5rem;
  padding: 0;
}
.static_general .ui-ul li ul li::before {
  background-color: transparent;
  border: 1px solid #545454;
}
.static_general .ui-ul li ul li ul li::before {
  border: none;
  background-color: #545454;
  height: 1px;
  border-radius: 0;
  top: 0.9rem;
}
.static_general .ui-ol {
  margin: 1.5rem 0.5rem;
  padding: 0;
  counter-reset: number 0;
}
.static_general .ui-ol li {
  margin: 0.5rem 0;
  line-height: 2.2rem;
  padding-left: 2rem;
  position: relative;
}
.static_general .ui-ol li::before {
  counter-increment: number 1;
  position: absolute;
  content: counter(number) ".";
  left: 0;
}
.static_general .ui-ol li ol {
  margin: 1rem 0.5rem;
  padding: 0;
  counter-reset: number 0;
}
.static_general .ui-ol li ol li {
  padding-left: 3.8rem;
}
.static_general .ui-ol li ol li::before {
  content: "（" counter(number) "）";
}
.static_general .ui-ol li ol li ul li::before {
  border: none;
  background-color: #545454;
  height: 1px;
  border-radius: 0;
  top: 0.9rem;
}
.static_general .ui-note {
  margin: 4rem 0;
  border-top: solid 1px #cacaca;
  font-size: 1.2rem;
}
.static_general .ui-note ol {
  margin: 1.5rem 0.5rem;
  padding: 0;
  counter-reset: number 0;
}
.static_general .ui-note ol li {
  margin: 0.5rem 0;
  line-height: 1.8rem;
  padding-left: 3rem;
  position: relative;
}
.static_general .ui-note ol li::before {
  counter-increment: number 1;
  position: absolute;
  content: "※" counter(number) ".";
  left: 0;
}
.static_general .ui-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.static_general .ui-youtube iframe {
  width: 100%;
  height: 100%;
}
.static_general code {
  background-color: #EEEEEE;
  border-radius: 4px;
  padding: 0.3em 0.5em;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .static_general .ui-pdf .pdf-info {
    display: none;
  }
}
.static_general .ui-pdf iframe {
  display: none;
}
@media only screen and (min-width: 768px) {
  .static_general .ui-pdf iframe {
    display: block;
    border: none;
  }
}
.static_general table.ui-table {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
}
.static_general table.ui-table th, .static_general table.ui-table td {
  padding: 1.2em;
}
.static_general table.ui-table thead * {
  font-weight: bold;
  background-color: #eeeeee;
}
.static_general table.ui-table tbody * {
  border-bottom: 1px solid #dddddd;
}
.static_general table.ui-table tbody th {
  font-weight: bold;
}
.static_general .ui-pic {
  margin: 0;
  width: 100%;
}
.static_general .ui-pic source {
  width: 100%;
  height: auto;
}
.static_general .ui-pic img {
  width: 100%;
  height: auto;
}
.static_general .pic-set__title {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.65rem;
  margin: 1rem 0;
}
.static_general .pic-set__caption {
  color: #999;
  font-size: 1.4rem;
  line-height: 1.65rem;
  margin: 1rem 0;
}
.figure {
  margin: 0;
  padding: 0;
}
.figure__figcaption, .figure__figcaption--b, .figure__figcaption--a {
  font-size: 1.4rem;
  line-height: 1.65rem;
}
.figure__figcaption p, .figure__figcaption--b p, .figure__figcaption--a p {
  margin: 1rem 0;
}
.figure__figcaption .title, .figure__figcaption--b .title, .figure__figcaption--a .title {
  font-weight: bold;
}
.figure__figcaption .caption, .figure__figcaption--b .caption, .figure__figcaption--a .caption {
  color: #999;
}
.figure__figcaption--b {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.figure__figcaption--b::before {
  content: "";
  background-color: #545454;
  width: 100%;
  height: 1px;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: -0.5rem 0;
}
.figure__figcaption--b p {
  margin: 1rem 0;
}
.figure__figcaption--b p:not(:first-child) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.static_general .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1.5rem 0;
}
.static_general .container.col2 .col {
  width: calc((100% - 2rem) / 2);
}
.static_general .container.col3 .col {
  width: calc((100% - 4rem) / 3);
}
.static_general .container .col h3:first-child,
.static_general .container .col h4:first-child {
  margin-top: 0;
}
.static_general .ui-btn, .static_general .ui-btn--negative {
  background: #545454;
  color: var(--color-white);
  padding: 1.3rem 4rem;
  display: inline-block;
  line-height: 100%;
  text-decoration: none;
}
.static_general .ui-btn--negative {
  background: #afafaf;
}
.static_general .pic-post {
  margin: 1.5rem 0;
}
@media only screen and (min-width: 768px) {
  .static_general .pic-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .static_general .pic-post .col {
    width: calc((100% - 2rem) / 2);
  }
}
.static_general .pic-post .col h3, .static_general .pic-post .col h4 {
  text-align: left;
  border: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .static_general .pic-post .col h3, .static_general .pic-post .col h4 {
    margin: 2rem 0;
  }
}
.static_general figure.ui-quote {
  margin: 0;
  padding: 4rem;
  background-color: #f9f9f9;
  position: relative;
  border-left: 8px solid #dddddd;
}
.static_general figure.ui-quote blockquote {
  margin: 0;
}
.static_general figure.ui-quote blockquote *:first-child {
  margin-top: 0;
}
.static_general figure.ui-quote figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.static_general figure.ui-quote figcaption::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 1px;
  background-color: currentColor;
  margin-right: 0.5rem;
}
.static_general ins {
  text-decoration: none;
}
.static_general strong {
  font-weight: bolder;
}
.static_general em {
  font-style: italic !important;
}
.static_general .c-red {
  color: #d91a35 !important;
}