/*------------------------------------------------------

  [common]
    manual-top

------------------------------------------------------*/
/* om.manualtopの中身 */
#manual-top {
  width: 100vw;
  height: 100vh;
}

#manual-top .terms-box {
  padding: 2rem 0;
  margin: 0 auto;
  transform: translateY(20vh);
  -ms-transform: translateY(20vh);
}

#manual-top .terms-headline {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}

#manual-top .terms-text {
  padding-bottom: 1rem;
  text-align: left;
}

#manual-top .terms-text .terms-term {
  padding-left: 0;
}

#manual-top .terms-text .terms-term li {
  list-style: none;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 1.1rem;
}

#manual-top .terms-text .terms-term li:last-child {
  margin-bottom: 1rem;
}

#manual-top .terms-term li::before {
  content: "■";
}

#manual-top .terms-btn-wrapper {
  font-size: 0;
}

#manual-top .terms-btn {
  display: inline-block;
  height: 48px;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 1px rgba(4, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 1px rgba(4, 0, 0, 0.24);
  box-shadow: 1px 1px 1px rgba(4, 0, 0, 0.24);
  cursor: pointer;
}

#manual-top .terms-btn-primary {
  position: relative;
  width: calc(60% - 7px);
  margin-left: 7px;
  background-color: #FB0D19;
  color: #fff;
  text-align: right;
  padding-right: 60px;
}

#manual-top .terms-btn-primary:hover {
  background-color: #fff;
  color: #FB0D19;
}

#manual-top .terms-btn-primary::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 19px;
  right: 0;
  width: 30px;
  border-left: 1px dotted #fff;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAQAAAD4iURRAAAAUUlEQVQY02P4f+H/mf8p/7kYsIH/EPDuf+9/FVySIPD3/7b/3v+ZsEtCwN3/Jf+FcUmCwLf/c/8b4ZKEgG1kSOI0FoeDcHoFRyBc+n8WV/ABANxw0lRFvm6GAAAAAElFTkSuQmCC") no-repeat center center;
  -webkit-background-size: 7px auto;
  -moz-background-size: 7px auto;
  -o-background-size: 7px auto;
  background-size: 7px auto;
}

#manual-top .terms-btn-primary:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #FB0D19;
  border-radius: 2px;
}

#manual-top .terms-btn-secondary {
  position: relative;
  width: 40%;
  color: #FB0D19;
  background-color: #ededed;
  text-align: left;
  padding-left: 60px;
}

#manual-top .terms-btn-secondary::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 19px;
  left: 0;
  width: 30px;
  border-right: 1px dotted #ed1621;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAXklEQVR4AWP4z8BALOYC4hQgPgPEF4jRoALEvUD8Doj/wzAuxUxA7A3E24D4L0wxPo3CQFwCxHeRFeHTaATEc4H4G0KSsMZt6IKUa6TcqZQHDuXRQXYCICfJnQXiSwBuBggtEw2+AwAAAABJRU5ErkJggg==") no-repeat center center;
  -webkit-background-size: 7px auto;
  -moz-background-size: 7px auto;
  -o-background-size: 7px auto;
  background-size: 7px auto;
}

body > div#manual-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
  z-index: 9999;
}

body#dark > div#manual-top {
  background-color: #292828;
  color: #666;
}

/* ここまで */
#manual-top {
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#manual-top .terms-box {
  max-width: 1120px;
  background-color: #fff;
  padding: 60px;
  transform: translateY(0);
  -ms-transform: translateY(0);
  overflow-y: auto;
  height: auto;
  max-height: 100%;
}

#manual-top .terms-headline {
  font-size: 3.2rem;
  margin-bottom: 30px;
  text-align: left;
  color: #404A53;
}

#manual-top .terms-text {
  padding-bottom: 0;
  margin-bottom: 35px;
}

#manual-top .terms-text .terms-term {
  font-weight: 400;
}

#manual-top .terms-text .terms-term li {
  font-size: 2rem;
  line-height: 1.7;
  padding-left: 15px;
  text-indent: -15px;
  text-align: left;
  color: #424C55;
  margin-bottom: 4px;
}

#manual-top .terms-text .terms-term li:last-child {
  margin-bottom: 0;
}

#manual-top .terms-text .terms-term li::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #424C55;
  display: inline-block;
  margin-right: 6px;
  vertical-align: calc(0.5em - 6px);
}

#manual-top .terms-box {
  max-width: 1120px;
}

#manual-top .terms-btn {
  font-size: 2.8rem;
  height: 70px;
}

#manual-top .terms-btn-secondary,
#manual-top .terms-btn-primary {
  border-radius: 35px;
  text-align: center;
}

#manual-top .terms-btn-secondary::after,
#manual-top .terms-btn-primary::after {
  content: "";
  right: 22px;
  top: calc(50% - 6px);
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

#manual-top .terms-btn-secondary::after {
  border-top-color: #000;
  border-right-color: #000;
  right: auto;
  left: 22px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

#manual-top .terms-btn-secondary {
  background-color: #fff;
  color: #000;
  border: 2px solid #000;
  text-indent: -60px;
}

#manual-top .terms-btn-primary {
  width: calc(60% - 30px);
  margin-left: 30px;
  margin-left: 30px;
  margin-right: auto;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  text-indent: 60px;
}

#manual-top .terms-btn-secondary:before,
#manual-top .terms-btn-primary:before {
  content: "";
  background-size: 14px auto;
  height: 26px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: none;
  background: none;
}

#manual-top .terms-btn-secondary:hover {
  color: #fff;
  background-color: #000;
}

#manual-top .terms-btn-secondary:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
  bottom: auto;
  right: auto;
  left: 22px;
  width: 12px;
  height: 12px;
  background: none;
}

#manual-top .terms-btn-primary:hover {
  color: #000;
}

#manual-top .terms-btn-primary:hover::after {
  border-top-color: #000;
  border-right-color: #000;
  border-top-width: 2px;
  border-right-width: 2px;
  bottom: auto;
  left: auto;
  right: 22px;
  width: 12px;
  height: 12px;
  background: none;
  border-left: none;
  border-bottom: none;
  top: calc(50% - 6px);
}

@media screen and (min-width: 768px), print {
  #manual-top .terms-btn-primary:hover:before {
    background-image: none;
    border-left: none;
  }
}
@media (max-width: 1120px) {
  #manual-top {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-color: #fff;
    z-index: 9999;
  }
  #manual-top .terms-box {
    transform: translateY(0);
    padding: 40px 15px 120px;
  }
  #manual-top .terms-headline {
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
  }
  #manual-top .terms-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  #manual-top .terms-text .terms-term li {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 8px;
  }
  #manual-top .terms-btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #manual-top .terms-btn-primary {
    width: calc(50% - 8px);
    margin-left: 0;
    margin-right: 0;
  }
  #manual-top .terms-btn-secondary {
    width: calc(50% - 8px);
  }
}
@media (max-width: 1120px) {
  #manual-top .terms-btn {
    font-size: 1.8rem;
    height: 50px;
  }
  #manual-top .terms-btn-secondary {
    padding-left: 40px;
    text-indent: -40px;
  }
  #manual-top .terms-btn-primary {
    padding-right: 40px;
    text-indent: 40px;
  }
  #manual-top .terms-btn-secondary::after,
  #manual-top .terms-btn-primary::after {
    right: 12px;
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
  }
  #manual-top .terms-btn-secondary::after {
    left: 12px;
  }
  #manual-top .terms-btn-secondary:hover::after {
    left: 12px;
    width: 10px;
    height: 10px;
  }
  #manual-top .terms-btn-primary:hover::after {
    right: 12px;
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
}

/**
2026/03/03 add
*/
html.js-om-modal-show {
	font-size: 10px;
}

html.js-om-modal-show body {
	overflow: hidden
}

#manual-top {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-color: #fff;
  z-index: 9999;
  display: none;
}
.js-om-modal-show #manual-top {
  display: flex;
}

/**
2026/03/18 add
*/
#manual-top .terms-text .terms-term .terms-dispoff img { min-width: 100px;}
