@charset "UTF-8";
/*Fonts and Colors*/
html {
  font-size: 16px;
}

html,
body {
  min-width: 320px;
  height: 100vh;
}

body {
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic;
  overflow: auto;
  background-color: #fff;
  color: #000;
}
body * {
  box-sizing: border-box;
}

.emphasis {
  color: #e8613b;
  font-weight: strong;
}

.layout {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.layout__header, .layout__footer {
  width: 100%;
  flex-shrink: 1;
}
.layout__content {
  width: 100%;
  flex-grow: 1;
}

p {
  margin-bottom: 0.5rem;
}

.spacer {
  flex: 1 1 auto;
}

ul {
  list-style: none;
  padding-left: 1rem;
}
ul li {
  margin-bottom: 0.5rem;
}
ul li::before {
  content: "•";
  color: #009ce5;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

.benefits-list {
  margin-bottom: 1.5rem;
}

.benefit {
  font-size: 1rem;
  display: flex;
  margin-bottom: 0.5rem;
}
.benefit__icon {
  display: flex;
}
.benefit__icon img {
  align-self: center;
  width: 2rem;
  height: 2rem;
}
.benefit__copy {
  align-self: center;
  padding-left: 1rem;
}

.title-bar {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.title-bar__headerBand {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  padding: 2px 0 0;
  background-color: #0074cc;
  background: -webkit-gradient(linear, left top, right top, from(#00b3fe), to(#003399));
}
.title-bar__headerBand__to_be_good_img {
  display: block;
  margin-left: auto;
  width: 137px;
  height: 12px;
}
.title-bar__bottom, .title-bar__top {
  padding: 8px 16px;
  display: flex;
}
.title-bar__bottom {
  min-height: 40px;
  align-items: center;
}
.title-bar__top {
  justify-content: flex-start;
  border-bottom: 1px solid #b4bfca;
  height: 100%;
}
.title-bar__top {
  display: flex;
  align-items: center;
}
.title-bar .empty-logo {
  display: flex;
  flex: 1;
  max-width: 72px;
}
.title-bar__title, .title-bar__subtitle {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ＭＳ ゴシック", "MS Gothic", "Noto Sans CJK JP", TakaoPGothic;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-bar__title {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.title-bar__subtitle {
  font-weight: 300;
}
.title-bar__smart-report {
  max-width: 72px;
  height: 100%;
  width: 200%;
}
.title-bar__logo_main {
  max-height: 40px;
  padding-right: 16px;
}
.title-bar__logo {
  height: auto;
  width: 100%;
  max-width: 72px;
}
.title-bar__logo_2 {
  width: 100%;
  max-width: 120px;
}

.logo {
  width: 300px;
  height: auto;
  align-self: center;
  margin: 2rem 1rem 1.5rem;
}

.layout__content {
  overflow-y: auto;
}
.layout__content__page-id {
  text-align: end;
}
.layout__content__sub-section {
  margin-bottom: 1.5rem;
}
.layout__content__sub-section__icon {
  margin-right: 1rem;
}
.layout__content__sub-section__section-info {
  font-size: 14px;
  line-height: 20px;
}
.layout__content main {
  padding: 0 1rem;
  display: flex;
  flex-direction: column;
  max-width: 40rem;
  margin: 0 auto;
}
.layout__content main .content-header-logos {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.layout__content main .content-header-logos .image-link .good-design-award-img {
  max-width: 200px;
  margin: 1rem 0 1rem;
  vertical-align: middle;
}

.disclaimer-info {
  color: #5d6771;
}

.layout__footer {
  padding-top: 8px;
  background-repeat: no-repeat;
  background-size: 250px 70px;
  background-position: right top;
}

.legal {
  font-size: 0.875rem;
  height: 8rem;
  width: auto;
  overflow: auto;
  padding: 16px;
  background-color: rgba(34, 38, 47, 0.2);
  border-radius: 2px;
  line-height: 20px;
}
.legal::-webkit-scrollbar {
  width: 0.5rem;
}
.legal::-webkit-scrollbar-track {
  background-color: none;
}
.legal::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  height: 20%;
}
.legal ul li::before {
  color: #000;
}

.jp-link.not-active {
  text-decoration: none;
  pointer-events: none;
  display: inline-block;
}

.cta-btn {
  font-size: 1.25rem;
  background-color: #009ce5;
  display: block;
  border-radius: 2px;
  padding: 1rem 0.5rem;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  transform: translateY(0);
}
.cta-btn:hover {
  background-color: #0aaaf5;
  transition: all 0.2s ease-in-out;
}
.cta-btn:active {
  background: #0085c3;
  transform: translateY(1px);
  transition: all 0.2s ease-in-out;
}

.cta-btn-motorcyle {
  font-size: 1.25rem;
  background-color: #81CB3E;
  display: block;
  border-radius: 2px;
  padding: 1rem 0.5rem;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  text-align: center;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  transform: translateY(0);
}
.cta-btn-motorcyle:hover {
  background-color: #87E548;
  transition: all 0.2s ease-in-out;
}
.cta-btn-motorcyle:active {
  background: #0ebc39;
  transform: translateY(1px);
  transition: all 0.2s ease-in-out;
}

a:focus {
  outline: 2px solid #009ce5 !important;
  outline-offset: 3px;
}

#onetrust-consent-sdk .ot-pc-header #close-pc-btn-handler.ot-close-icon {
  right: 5px;
}
#onetrust-consent-sdk #ot-pc-content.ot-pc-scrollbar {
  margin: 0;
  padding: 10px 20px;
}

@media only screen and (min-width: 640px) {
  body {
    font-size: 1rem;
  }
  .logo {
    margin: 3rem 1rem 2rem;
  }
  .layout__content main {
    padding: 0 2rem;
  }
}
@media only screen and (max-width: 640px) {
  main .logo.product-logo {
    width: 60%;
  }
  main .content-header-logos .image-link {
    width: 40%;
  }
  main .content-header-logos .image-link .good-design-award-img {
    max-width: 100% !important;
  }
}

/*# sourceMappingURL=app.css.map */
