@import url("/assets/font/fontawesome.min.css");
@import url("//use.fontawesome.com/releases/v5.0.11/css/all.css");
/* ////////////////////////////////////////////////////////////////////
	help
//////////////////////////////////////////////////////////////////// */
#main {
  width: 1100px;
  margin: auto;
  align-self: center;
  letter-spacing: 0.25em;
  min-height: 0;
}

#main::after {
  content: "";
  display: block;
  clear: both;
}

#main a.back {
  color: #444444;
  display: inline-block;
  padding: 3px 0;
  margin: 30px 0 0;
  border-bottom: dotted 1px #CCC;
}

#main #helpHead {
  padding: 15px 0;
  text-align: center;
}

#main #helpHead h1 img {
  width: auto;
  height: 2rem;
}

#main #helpNav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 1em;
  border-left: 1px #dcdcdc solid;
}

#main #helpNav ul li.helpNav {
  flex-grow: 1;
  border: 1px #dcdcdc solid;
  border-left: none;
}

#main #helpNav ul li.helpNav a, #main #helpNav ul li.helpNav span {
  display: block;
  text-align: center;
  padding: 1em 0;
}

#main #helpNav ul li.helpNav.active a, #main #helpNav ul li.helpNav.active span, #main #helpNav ul li.helpNav:hover a, #main #helpNav ul li.helpNav:hover span {
  opacity: 1;
  background-color: #efede7;
}

#main #helpContent > ul > li.helpContent .slick-prev, #main #helpContent > ul > li.helpContent .slick-next {
  z-index: 3;
  display: inline-block;
  width: auto;
  height: auto;
}

#main #helpContent > ul > li.helpContent .slick-prev::before, #main #helpContent > ul > li.helpContent .slick-next::before {
  color: #444444;
  font-size: 4rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#main #helpContent > ul > li.helpContent .slick-prev.slick-prev, #main #helpContent > ul > li.helpContent .slick-next.slick-prev {
  left: 0;
}

#main #helpContent > ul > li.helpContent .slick-prev.slick-prev::before, #main #helpContent > ul > li.helpContent .slick-next.slick-prev::before {
  content: "\f053";
}

#main #helpContent > ul > li.helpContent .slick-prev.slick-next, #main #helpContent > ul > li.helpContent .slick-next.slick-next {
  right: 0;
  text-align: right;
}

#main #helpContent > ul > li.helpContent .slick-prev.slick-next::before, #main #helpContent > ul > li.helpContent .slick-next.slick-next::before {
  content: "\f054";
}

body#helpButton .slick-dots {
  bottom: auto;
  top: 0;
}

body#helpButton .slick-dots > li {
  width: auto;
  height: auto;
  margin-right: 0.5em;
}

body#helpButton .slick-dots > li:last-of-type {
  margin-right: 0;
}

body#helpButton .slick-dots > li.slick-active {
  opacity: 1;
}

body#helpButton .slick-dots > li button::before {
  font-size: 1.2rem;
}

body#helpHowto .slick-dots {
  bottom: auto;
  top: 0;
  display: flex;
}

body#helpHowto .slick-dots > li {
  flex-grow: 1;
  width: auto;
  height: auto;
  margin: 0;
}

body#helpHowto .slick-dots > li button {
  opacity: 0.5;
  width: 100%;
  height: 60px;
  padding: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

body#helpHowto .slick-dots > li button::before {
  display: none;
}

body#helpHowto .slick-dots > li.slick-active button {
  opacity: 1;
}

body#helpHowto .slick-dots > li::after {
  position: absolute;
  display: inline-block;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-top: -0.5em;
  color: #000;
}

body#helpHowto .slick-dots > li:last-of-type::after {
  display: none;
}

body#helpHowto .slick-dots > li:nth-of-type(1) button {
  background-image: url(../img/help/nav_howto01.png);
}

body#helpHowto .slick-dots > li:nth-of-type(2) button {
  background-image: url(../img/help/nav_howto02.png);
}

body#helpHowto .slick-dots > li:nth-of-type(3) button {
  background-image: url(../img/help/nav_howto03.png);
}

body#helpHowto .slick-dots > li:nth-of-type(4) button {
  background-image: url(../img/help/nav_howto04.png);
}

body#helpHowto .slick-dots > li:nth-of-type(5) button {
  background-image: url(../img/help/nav_howto05.png);
}

body#helpHowto .slick-dots > li:nth-of-type(6) button {
  background-image: url(../img/help/nav_howto06.png);
}

body#helpHowto .slick-dots > li:nth-of-type(7) button {
  background-image: url(../img/help/nav_howto07.png);
}

body#helpHowto .slick-dots > li:nth-of-type(8) button {
  background-image: url(../img/help/nav_howto08.png);
}
