body {
  color: #4f4f4f;
  font-family: "Noto Sans JP" !important;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: inherit;
  font-weight: inherit;
}

.h5,
h5 {
  font-size: 1.25rem;
}

h6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.alert ul {
  padding-left: 1rem;
}
.alert li {
  padding-bottom: 0.4rem;
  margin-left: 1rem;
  list-style: disc;
}

@media screen and (max-width: 640px) {
  aside,
  html,
  body,
  div,
  span,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  table,
  thead,
  tbody,
  thead,
  tr,
  th,
  td,
  caption,
  figure,
  figcaption,
  video,
  button,
  input[type=submit],
  input[type=reset],
  input[type=button] {
    font-family: "Noto Sans JP" !important;
  }
  .alert ul {
    padding-left: 1rem;
  }
  .alert li {
    padding-bottom: 0.4rem;
    margin-left: 1rem;
    list-style: disc;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h5,
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
div[class*=col],
.container {
  padding: 0;
}

div[class*=row] {
  margin: auto;
}

.container img,
.wrap_original img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wf-mplus1p {
  font-family: "M PLUS 1p" !important;
}

.wf-notosansjapanese {
  font-family: "Noto Sans JP" !important;
}

#newEnrollFlow ul {
  background-color: initial !important;
}

.font.-fs10 {
  font-size: 10px;
}
.font.-fs11 {
  font-size: 11px;
}
.font.-fs12 {
  font-size: 12px;
}
.font.-fs14 {
  font-size: 14px;
}

.bg-color-red {
  background-color: #c9003b;
}
.bg-color-red.-opa50 {
  background-color: rgba(201, 0, 59, 0.5);
}
.bg-color-red.-opa10 {
  background-color: rgba(201, 0, 59, 0.1);
}

.color-red {
  color: #c9003b;
}

.bg-color-purple {
  background-color: #9b51e0;
}
.bg-color-purple.-opa50 {
  background-color: rgba(155, 81, 224, 0.5);
}

.bg-color-blue {
  background-color: #2287c4;
}
.bg-color-blue.-opa50 {
  background-color: rgba(34, 135, 196, 0.5);
}
.bg-color-blue.-opa10 {
  background-color: rgba(34, 135, 196, 0.1);
}

.bg-color-gray {
  background-color: #4f4f4f;
}
.bg-color-gray.-opa10 {
  background-color: rgba(79, 79, 79, 0.1);
}

.shadow-blue {
  box-shadow: 0 14px 20px rgba(34, 135, 196, 0.16);
}

.shadow-red {
  box-shadow: 0 14px 20px rgba(201, 0, 59, 0.15);
}

.wrap_original {
  max-width: 768px;
  margin: auto;
}

.jumpBtn {
  position: relative;
  min-height: 80px;
}
.jumpBtn .btn:hover {
  color: #fff !important;
}

.arrow-down {
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-45deg);
}

.newEnroll .btn {
  display: table;
  position: relative;
  top: -4px;
  left: 0px;
  min-height: 80px;
  max-width: 750px;
  margin: auto;
  box-shadow: 0 4px 8px rgba(201, 0, 59, 0.35);
  color: #fff !important;
  transition: 0.3s;
}
.newEnroll .btn:hover {
  color: #fff !important;
  top: 0px;
  left: 0px;
  background-color: rgba(201, 0, 59, 0.8);
  box-shadow: 0px 2px 2px rgba(201, 0, 59, 0.45);
}
.newEnroll .btn .h4 {
  display: table-cell;
  vertical-align: middle;
}
.newEnroll .btn .h4::after {
  content: "";
  position: absolute;
  margin: 0 8px 0 0;
  border: 8px solid;
  top: calc(50% - 7px);
  right: 8px;
  border-color: transparent transparent #fff #fff;
  transform: rotate(-135deg);
}
.newEnroll .btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 10;
}

#usageFlow section:not(:last-child),
#newEnrollFlow section:not(:last-child) {
  margin-bottom: 1rem;
}
#usageFlow .numBox,
#newEnrollFlow .numBox {
  display: inline-block;
  font-size: 1.5rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
}

#usageFlow img {
  max-width: 375px;
  margin: auto;
}

#newEnrollFlow img {
  width: 200px;
  margin: auto;
}

.rb2019---footer-brand {
  align-items: center;
  padding: 36px 0 !important;
}