@view-transition {
  navigation: auto;
}
:root {
  --main-bg-color: #0b377d;
}

* {
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
}

.none {
  display: none !important;
}

.invis {
  visibility: hidden;
}

.altextr {
  text-align: right;
}

.v-middle {
  vertical-align: middle;
}

.inlblk {
  display: inline-block;
}

.koda_body.terms_body {
  line-height: 1.6em;
}

.koda_section_title.terms_header {
  margin-bottom: 0;
}

.koda_section_general.terms_section {
  max-width: none;
  background-color: #ffffff;
}
@media screen and (min-width: 1440px) {
  .koda_section_general.terms_section {
    max-width: none;
  }
}

.mainwrap {
  height: max-content;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  font-size: 15px;
}

.fixheader {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 87px;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #ccc;
  background: #fff;
  z-index: 1000;
}
.fixheader .ibackbtn {
  position: absolute;
  top: 50%;
  left: 8svw;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  padding: 0.5rem;
  color: #888888;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .fixheader .ibackbtn > .btncap {
    display: none;
  }
  .fixheader .ibackbtn > .material-symbols-outlined::after {
    content: "BACK";
    font-size: 0.5rem;
    position: absolute;
    left: 0;
    top: 80%;
    opacity: 0.9;
  }
}
.fixheader .ibackbtn:visited {
  text-decoration: none;
}
.fixheader .ibackbtn:hover {
  color: #000000;
}
.fixheader .ibackbtn:active {
  font-weight: 600;
}
.fixheader .pagettl {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  height: 100%;
}

.privacybody {
  /* padding-top: 87px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100svh;
  color: #000000;
}
.privacybody .info_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 960px;
  padding: 50px 3svw;
}
.privacybody .info_container dl {
  margin-top: 3rem;
}
.privacybody .info_container dl dt {
  padding-bottom: 0.5rem;
  font-weight: 800;
  border-bottom: solid 1px #ccc;
}
.privacybody .info_container dl dd {
  margin-left: 0;
  padding-block: 1rem 1.5rem;
}
.privacybody .info_container dl dd p + ul {
  margin-top: 1rem;
}
.privacybody .info_container dl dd ul.type_dc li {
  list-style-type: disclosure-closed;
  padding-left: 0.5em;
}
.privacybody .info_container dl dd ul.type_dc li::marker {
  color: #cccccc;
}
.privacybody .info_container dl dd > ol, .privacybody .info_container dl dd > ul.outli {
  padding-left: 1.5em;
  list-style-position: outside;
}
.privacybody .info_container dl dd > ol li, .privacybody .info_container dl dd > ul.outli li {
  padding-left: 0.5rem;
}
.privacybody .info_container dl dd p {
  margin-bottom: 0.3em;
}
.privacybody .info_container dl dd a {
  text-decoration: revert;
  color: revert;
}/*# sourceMappingURL=koda-terms.css.map */