body {
  background-color: #000;
}

#guide-4 h1 {
  border: none !important;
  color: rgba(255, 255, 255, 0.9);
}

#guide-4 h2 {
  color: rgba(255, 255, 255, 0.9) !important;
}

#guide-4 h3 {
  color: rgba(255, 255, 255, 0.9) !important;
}

#guide-4 .btn-a {
  /* color: rgba(255,  255,  255,  0.8) !important;
  border: 1px solid rgba(0, 105, 177, 0.8) !important;
  border-radius: 0 !important;
  background-color: rgba(0, 105, 177, 0.2) !important; */
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  background-color: transparent !important;
  transition: none !important;
}

#guide-4 .btn-a:hover {
  /* color: #fff;
  border-color: rgba(0, 105, 177, 1) !important;
  background-color: rgba(0, 105, 177, 0.4) !important;
  transition: none !important; */
  color: #fff !important;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

#guide-4 .link-more a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

#guide-4 .main::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.55) !important;
  mix-blend-mode: multiply;
}

#guide-4 .main .txt-3 {
	color: #008AE5 !important;
}

#guide-4 .main .btn-otameshi .btn-a,
#guide-4 .btn-free-entry .btn-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 84px;
  margin-inline: auto;
  padding-block: 0 !important;
  font-size: 30px;
  font-weight: 600;
  color: #222 !important;
  border: none !important;
  border-radius: 9999px !important;
  background-color: #F6B700 !important;
}

#guide-4 .main .btn-otameshi .btn-a:hover,
  #guide-4 .btn-free-entry .btn-a:hover {
  color: rgba(34, 34, 34, 0.8) !important;
  background-color: #F5E10F !important;
}

#guide-4 .svod,
#guide-4 .tvod,
#guide-4 .how,
#guide-4 .faq {
  background: #000 !important;
}

#guide-4 .svod .txt,
#guide-4 .tvod .txt,
#guide-4 .how .txt {
  color: rgba(255, 255, 255, 0.8) !important;
}

#guide-4 .ttllist h3 {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

#guide-4 .ttllist .ttllist-inner:before {
  background: linear-gradient(to right,transparent 0,#000 50%) !important;
}

#guide-4 .ttllist .ttllist-inner:after {
  background: linear-gradient(to left,transparent 0,#000 50%) !important;
}

#guide-4 .ttllist div.ttl div.img {
  border: none !important;
/*  width: 232px !important; */
/*  height: 326px !important; */
}

#guide-4 .ttllist div.ttl div.icn-svod {
  color: rgba(255, 255, 255, 0.9) !important;
}

#guide-4 .ttllist div.ttl div.ttl-name {
  color: rgba(255, 255, 255, 0.9) !important;
}

#guide-4 .slick-dots li button:hover:before,
#guide-4 .slick-dots li button:focus:before {
  opacity: 1 !important;
	color: #fff !important;
}

#guide-4 .slick-dots li button:before  {
	font-size: 9px !important;
	color: rgba(255,255,255,0.5) !important;
}

#guide-4 .slick-dots li.slick-active button:before {
  opacity: 1 !important;
	color: #fff !important;
}

#guide-4 .notice {
  color: rgba(255, 255, 255, 0.65) !important;
}

#guide-4 .how > div {
  border-top-width: 1px !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

#guide-4 .how .btn a {
  padding-inline: 1.2em !important;
}

#guide-4 .faq dl.faq {
  border-bottom: none !important;
  border-radius: 32px;
  overflow: hidden;
}

#guide-4 .faq dl.faq:first-of-type {
  margin-top: 0;
}

#guide-4 .faq dl.faq dt {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding-right: 24px !important;
  background: rgba(255, 255, 255, 0.15) !important;
  cursor: pointer;
}

#guide-4 .faq dl.faq dt:after {
  content: "";
  display: flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iYXJyb3dfZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMzIgMzIiPgogIDxwYXRoIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC45KSIgZD0ibTMuNDUsMTAuMzdsMS42NS0xLjY1LDExLjE3LDExLjE3LDExLjE3LTExLjE3LDEuNjYsMS42NS0xMi44MywxMi44M0wzLjQ1LDEwLjM3WiIvPgo8L3N2Zz4=");
  transition: transform .4s ease;
}

#guide-4 .faq dl.faq dt.active:after {
  transform: rotate(-180deg);
}

#guide-4 .faq dl.faq dt div {
  color: rgba(255, 255, 255, 0.9) !important;
}

#guide-4 .faq dl.faq dd {
  background-color: transparent !important;
  background: rgba(255, 255, 255, 0.15) !important;
}

#guide-4 .faq dl.faq dd div {
  color: rgba(255, 255, 255, 0.8) !important;
}

#guide-4 .faq dl.faq dd div:first-of-type {
  border-color: rgba(255, 255, 255, 0.2) !important;
}

#guide-4 .faq dl.faq a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

#guide-4 .faq dl.faq a:hover {
  text-decoration: none;
}

#guide-4 .faq .link-inquiry a {
  /* 
  color: rgba(255,  255,  255,  0.8) !important;
  border: 1px solid rgba(0, 105, 177, 0.8) !important;
  border-radius: 0 !important;
  background-color: rgba(0, 105, 177, 0.2) !important; */
  padding: 0.9em 1.8em 0.85em 1.8em;
  color: rgba(255, 255, 255, 0.8) !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 !important;
  background-color: transparent !important;
}

#guide-4 .faq .link-inquiry a:hover {
  /* color: #fff;
  border-color: rgba(0, 105, 177, 1) !important;
  background-color: rgba(0, 105, 177, 0.4) !important; */
  color: #fff !important;
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.15) !important;
}

#guide-4 .copyright {
  color: rgba(255, 255, 255, 0.65) !important;
  background: #000 !important;
}

#guide-4 .featutre {
  padding: 70px 0;
}

#guide-4 .featutre .txt {
  font-size: 24px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}

#guide-4 .how .md,
#guide-4 .how .serifu,
#guide-4 .how .payment {
  display: flex;
}

