.head_line {
  background-size: auto auto;
  background-color: rgb(0, 0, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 9px, rgb(255, 0, 0) 9px, rgb(255, 0, 0) 18px);
  padding: 10px 0px;
}

.head_line h1 {
  margin: 0;
  padding: 20px;
  background: #ff0000;
  color: #ffffff;
  font-size: 2.5em;
}

aside .product-icon {
  font-size: 8px;
  padding: 0.5em 0.3em;
  margin: 0.2em;
}

aside .nav-menus-wrapper .nav-menu-wrapper-sub {
  max-width: 100%;
}

.btn-buy-blue {
  font-weight: 900;
  position: relative;
  display: flex;
  width: 100%;
  min-width: 200px;
  margin-bottom: 0.5rem;
  padding: 1rem;
  text-decoration: none;
  color: #fff !important;
  background: #192284;
  justify-content: space-between;
}

.btn-buy-blue:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}

.btn-buy-blue:hover {
  color: #fff;
  background: #191f68;
}

.submenu,
.submenu2 {
  margin-top: 3rem;
  border-bottom: 1px solid red;
}

.submenu a,
.submenu2 a,
div.submenu2 span {
  font-size: 0.85rem;
  margin: 0 0.5rem;
  padding: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-align: center;
  text-decoration: none;
  color: #000;
  border-top: 1px solid red;
  border-right: 1px solid red;
  border-left: 1px solid red;
  border-radius: 10px 10px 0 0;
  background: #f0f0f0;
}

div.submenu2 {
  overflow: hidden;
}

div.submenu2 span {
  display: block;
  cursor: pointer;
  float: left;
}

.submenu a:hover,
.submenu a.current,
.submenu a.active,
.submenu2 a:hover,
.submenu2 a.current,
.submenu2 a.active,
div.submenu2 span:hover,
div.submenu2 span.active {
  margin-bottom: -1px;
  background: #fff;
}

.submenu a.current,
submenu a.active,
.submenu2 span.current,
.submenu2 span.active {
  pointer-events: none;
}

@media (min-width: 768px) {
  .submenu2 a,
  div.submenu2 span {
    font-size: 1rem;
    min-width: 10rem;
  }
}
.iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 80%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border: #ebebeb 1px solid;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 767px) {
  .iframe-wrap {
    padding-top: 130%;
  }
}
/*step*/
.bg-pink01 {
  background: #ffbdbd;
}

.bg-pink02 {
  background: #ff9f9f;
}

.bg-pink03 {
  background: #ff7c7c;
}

.bg-pink01,
.bg-pink02,
.bg-pink03 {
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.3)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.3)), color-stop(0.75, rgba(255, 255, 255, 0.3)), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.step-wrap {
  position: relative;
}

.step-nav {
  background: #fff;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .step-nav {
    padding-bottom: 5px;
  }
}
.step-nav .step-navigator {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  list-style: none;
  margin: 1rem 1rem 0;
}
@media (min-width: 992px) {
  .step-nav .step-navigator {
    flex-direction: row;
  }
}
.step-nav .step-navigator a {
  border: 1px solid #a1a1a1;
  padding: 0;
  display: flex;
  width: 100%;
  flex-shrink: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  text-decoration: none;
  margin: 0 auto;
}
.step-nav .step-navigator a div {
  padding: 0.5rem 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
}
.step-nav .step-navigator a .step-title {
  padding: 0.5rem 0;
  text-align: center;
  border-top: 1px solid #a1a1a1;
  font-size: 10px;
  display: block;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .step-nav .step-navigator a .step-title {
    font-size: 14px;
  }
}
.step-nav .step-navigator a.active {
  border-color: #ffd4c9;
}
.step-nav .step-navigator a.active div {
  background: #ffd4c9;
  border-color: #e34120;
  color: #e34120;
  font-weight: bold;
}
.step-nav .step-navigator a:not(.active ~ a):not(.active) {
  background: #a1a1a1;
  border-color: #fff;
}
.step-nav .step-navigator a:not(.active ~ a):not(.active) .step-title {
  border-color: #fff;
}
.step-nav .step-navigator a:hover {
  color: #e34120;
  font-weight: bold;
}

.step {
  margin: 0;
  min-height: 500px;
}
.step h1 {
  background: #ffd4c9;
  padding: 0.5rem 1rem;
  margin: 0 -1rem 1rem -1rem;
  position: sticky;
  top: 0px;
  z-index: 99;
}
.step a {
  color: #00a0e9;
  font-weight: bold;
}

.branch {
  margin: 0;
}
.branch h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dbdbdb;
  font-weight: bold;
}

.scrollspyWrap {
  height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}/*# sourceMappingURL=local.css.map */