@charset "UTF-8";

a {

}
figure {
  text-align: center;
}
figure img {
  max-width: 100%;
}

h2 {
  padding-bottom: .2em;
  color: #1a3866;
  font-size: 1.8rem;
  border-bottom: 1px solid #eb6100;

}
h3 {
  position: relative;
  margin-top: .2em;
  padding-left: 1em;
  font-size: 1.4rem;
}
h3::before {
  content: "";
  position: absolute;
  left: .1em;
  width: .8em;
  height: .8em;
  margin-top: .15em;
  border-radius: 50%;
  background: #212529;
}
h4 {
  position: relative;
  margin-top: .2em;
  padding-left: 1em;
  font-size: 1.2rem;
}
h4::before {
  content: "";
  position: absolute;
  left: .1em;
  width: .8em;
  height: .8em;
  margin-top: .15em;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #212529;
}
h5 {
  font-size: 1.1rem;
}


.bs-component + .bs-component {
  margin-top: 2rem;
}

.b-heading1 {
  padding-left: 0;
}
.b-heading1::before {
  display: none;
}
.b-heading1 span {
  display: inline-block;
  padding: 0.2em;
  background: #eb6100;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.b-heading2 {
  padding-left: 0;
  text-align: center;
  width: 100%;
}
.b-heading2::before {
  display: none;
}
.b-heading2 span {
  display: block;
  padding: 0.2em;
  background: #eb6100;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.bs-dl1 {
  display: flex;
  flex-wrap: wrap;
}
.bs-dl1 dt {
  flex: 0 0 7em;
}
.bs-dl1 dd {
  flex: 1 1 calc(100% - 7em);
}

.bs-dl2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.bs-dl2 dt,
.bs-dl2 dd {
  padding: .2em .5em;
  font-size: 1.2rem;
}
.bs-dl2 dt {
  background: #eb6100;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.bs-dl2 dd {
  background: #fff5de;
}

.bs-dl3 {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
}
.bs-dl3 dt {
  padding: .5em;
  flex: 1 1 calc(100% - 7em);
}
.bs-dl3 dd {
  position: relative;
  padding: .5em;
  flex: 0 0 7em;
}
.bs-dl3 dd::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -.25em;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid #ccc;
}

.bs-ol1 {
  padding: 0;
  list-style: none;
}
.bs-ol1 li {
  position: relative;
  padding-left: 1.2em;
}
.bs-ol1 li::after {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.1em;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.15em;
  border-radius: 50%;
  background: #212529;
}

.bs-ol2 {
  padding: 0;
  list-style: none;
}
.bs-ol2 li {
  position: relative;
  padding-left: 1.2em;
}
.bs-ol2 li::after {
  content: "";
  position: absolute;
  left: 0.1em;
  top: 0.1em;
  width: 0.8em;
  height: 0.8em;
  margin-top: 0.15em;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #212529;
}

.bs-table1 {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
}
.bs-table1 tr:nth-child(2n+1) {
 background: #e9faf9;
}
.bs-table1 th,
.bs-table1 td {
  padding: .8em;
}
.bs-table1 th {
 /* padding: 10px;
 background: #778ca3;
 border-right: solid 1px #778ca3;
 color: #ffffff; */
 white-space: nowrap;
}
.bs-table1 th:last-child {
 border-right: none;
}
.bs-table1 td {
 padding: 10px;
 border-right: solid 1px #778ca3;
}
.bs-table1 td:last-child {
 border-right: none;
}

.bs-table2 {
 width: 100%;
 border-collapse: collapse;
 border-spacing: 0;
 text-align: center;
 border: 1px solid #ccc;
}
.bs-table2 tr:not(:last-child) th,
.bs-table2 tr:not(:last-child) td {
  border-bottom: 1px solid #ccc;
}
.bs-table2 th,
.bs-table2 td {
  padding: .8em;
}
.bs-table2 th:not(:last-child),
.bs-table2 td:not(:last-child) {
  border-right: 1px solid #ccc;
}
.bs-table2 th {
 padding: 10px;
 background: #cbe7e2;
 font-size: 120%;
 white-space: nowrap;
}
.bs-table2 td {
 padding: 10px;
}

.bs-web-set a {
  display: block;
}
.bs-web-set img {
  width: 100%;
}
.bs-web-set h2 {
  font-size: 1.2rem;
  border-bottom: none;
}
.youtube {
  width: 100%;
  margin: 0 0 1rem;
  line-height: 0;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.bs-box1 {
  padding: 1em;
  background: #f3f5f0;
}
.bs-box1 strong {
  color: #eb6100;
  font-weight: bold;
}
@media (min-width: 768px) {
  .bs-docs-section {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .bs-component {
    position: relative;
  }
  .bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block;
  }
  .bs-component .modal-dialog {
    width: 90%;
  }
  .bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px;
  }
  .nav-tabs {
    margin-bottom: 15px;
  }
  .progress {
    margin-bottom: 10px;
  }
}
