.header-img {
  width: 100%;
  min-width: 390px;
  -o-object-fit: contain;
     object-fit: contain;
}

#toolbar {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0.3em;
  z-index: 999;
}

.bg-toolbar-normal {
  background-color: #fff;
  box-shadow: 0px 3px 8px 0px rgba(99, 89, 89, 0.31);
}

.bg-toolbar-trans {
  background-color: transparent;
}

.menus a {
  text-decoration: none;
  color: rgb(26, 26, 26);
  padding: 0.2em 1em;
}
.menus a:hover {
  background-color: #0054ac;
  color: white;
}

.contents {
  margin-top: 100px;
}
.contents .section {
  padding-top: 3em;
  padding-bottom: 3em;
}
.contents .fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 500ms;
}
.contents .fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.contents .section-contact {
  background-color: #172145;
  background-image: url("../images/bannin_background.png");
  background-size: cover;
  background-position-y: center;
  color: #fff;
  padding: 4em 0 0.4em 0;
}
.contents .description {
  background-color: whitesmoke;
  padding: 2em;
  margin: 2em 1em;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  border-radius: 0.8em;
}

#start-of-howto {
  min-height: 10em;
}

.platform-howto h3 {
  font-size: 1.4em;
  font-weight: normal;
  padding-left: 4em;
}
.platform-howto h4 {
  font-size: 1.2em;
  font-weight: normal;
  border-left: 8px solid #0054ac;
  padding-left: 0.5em;
}
.platform-howto img {
  width: 260px;
}

#platform-ios {
  background-image: url("../images/apple.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position-y: 1.4em;
}
#platform-ios .app-icon {
  width: 4em;
  margin: 1em 0.5em 2em 1em;
  border-radius: 0.5em;
}

#platform-android {
  background-image: url("../images/android.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position-y: 1.4em;
}

#platform-web {
  background-image: url("../images/web.png");
  background-size: 64px;
  background-repeat: no-repeat;
  background-position-y: 1.4em;
}

.platform-selected::after {
  content: "";
  border: solid 8px rgba(0, 84, 172, 0.6);
  border-radius: 4px;
}

img.store-badge {
  width: 180px;
}

h5.sub {
  color: #C39717;
  font-size: 1.2em;
  font-weight: normal;
  margin: -0.5rem 0 1rem 0;
  letter-spacing: 2pt;
  text-align: center;
}

h1.page-title {
  color: white;
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: 0.2em;
}

.number {
  background-color: #C39717;
  color: #fff;
  font-weight: bold;
  padding: 3px 5px;
  margin-left: 5px;
}

.u-line {
  background: linear-gradient(transparent 70%, #FFFF00 0%);
  font-size: 1.2em;
}

.degi {
  color: #C39717;
}

.btn-contact {
  background-color: rgb(255, 123, 0);
  color: #fff;
  font-size: x-large;
  letter-spacing: 0.3em;
  padding: 0.7em 2em;
}
.btn-contact:hover {
  background-color: rgb(252, 161, 77);
  color: #fff;
}

.form-control::-moz-placeholder {
  color: #efefef;
}

.form-control::placeholder {
  color: #efefef;
}

.agreement {
  height: 12em;
  width: 80%;
}
.agreement ol {
  padding: 2em;
}
.agreement li {
  margin-top: 0.6em;
}/*# sourceMappingURL=style.css.map */