@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: 1.5em;
  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;
}

ol.list_ol_alphabet {
	list-style-type: lower-latin;
}


.list_caution,
.list_caution2 {
	padding: 0;
}
.list_caution li,
.list_caution2 li {
 position: relative;
 padding-left: 1em;
 list-style:none;
}
.list_caution li {
 font-size: 90%;
}
.list_caution li:before,
.list_caution2 li:before {
 content: "※";
 position: absolute;
 left: 0;
}
.list_star {
	padding: 0;
}
.list_star li {
 position: relative;
 padding-left: 1em;
 list-style:none;
}
.list_star li:before {
 content: "★";
 position: absolute;
 left: 0;
}

.list_2column {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.list_2column li {
	flex: 0 0 50%;
	padding-right: 1em;
}

th > ul,
td > ul,
th > ol,
td > ol {
	margin-bottom:0;
}
li > .list_caution {
	padding-left: 2em;
}

.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;
    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;
    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;
 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: #dff5f1;
/* font-size: 120%;*/
 text-align: right;
 vertical-align: top;
 white-space: nowrap;
}
.bs-table2 td {
 padding: 10px;
}

.bs-table2 tr.designset1 th.heading {
 text-align:center;
}
.bs-table2 tr.designset1 th {
 background: #ccebe7;
}
.bs-table2 tr.designset1 td {
 background: #f7ffff;
}
.bs-table2 thead th {
 background: #ccebe7;
}
.bs-table2 thead td {
 background: #f7ffff;
}
.bs-table2 thead th, 
.bs-table2 thead td {
    border-bottom: 1px solid #ccc;
}


.bs-table2.table_noborder {
 
}

.bs-web-set a {
  display: inline-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;
}

.table_wrap {
	width: 100%;
	overflow-x: auto;
}

@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;
  }
}






.text_caution {
 padding-left:1em;
 text-indent:-1em;
}
.text_red {
 color: #e71313;
}
.text_blue {
 color: #115ab7;
}
.text_indent {
	padding-left: 1em;
	text-indent: -1em;
}
.text_90 {
 font-size: 90%;
}

.bg_red {
 color: #fff;
 background-color: #e71313;
}
.bg_yellow {
 background-color: #edff5b !important;
}
.bg_orange {
 background-color: #fbcf50;
}
