body {
    font-family: 'Noto Sans JP', sans-serif;
}

.uavcloud-topback {
    background-image: url('../images/backsky.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.aerobo-topback {
    background-image: url('../images/topsky.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.aerobo-signup-topback {
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}

.sccloud-topback {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #00011D;
}

.uavcloud-top-title {
    color: #ffffff;
}

.company-logo__container {
  position: fixed;
  margin: 0;
}

.uavcloud-image__container {
    margin: 100px auto 50px;
    text-align: center;
    color: #FFFFFF;
}

.uavcloud-image__container h1 {
  font-weight: 500;
}

.uavcloud-image__container div {
  height: 25px;
}

@media (max-width: 512px) {
    .uavcloud-top-image {
        width: 100%;
    }
}

.toplogin {
    margin: 0 auto;
    text-align: center;
}

.logout {
    margin: 6px auto;
}

.ui-container {
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 3px;
    width: 330px;
}

.ui-signup-container {
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 3px;
  width: 60%;
}

.ui-passwordform-container {
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 3px;
  width: 450px;
}

.ui-interface {
    padding: 10px;
}

.ui-button {
    text-align: right;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0;
}

.footer-container {
  text-align: right;
  padding: 15px 100px;
}

.footer-content {
  color: #ffffff;
  margin: auto 10px;
}

.back {
  padding: 10px;
  top: 0;
}

.terms {
  margin: 40px auto;
  width: 50%;
  background-color: #ffffff;
}

.terms .title,
.terms .content,
.terms .content-small {
  padding: 20px;
  color: #222222;
}

.terms .content-small {
  font-size: 12px;
}

.terms h5 {
  margin: 5px 0;
  font-weight: bold;
}

.terms pre {
    background-color: transparent;
    border: none;
}

.terms-signup {
  background-color: #ffffff;
}

.terms-signup .title,
.terms-signup .content,
.terms-signup .content-small {
  padding: 20px;
  color: #222222;
}

.terms-signup .content-small {
  font-size: 12px;
}

.terms-signup h5 {
  margin: 5px 0;
  font-weight: bold;
}

.terms-signup pre {
    background-color: transparent;
    border: none;
}


.select-group-title {
    font-size: 20px;
}

.select-group-ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.select-group-li {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d5d5d5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.select-group-btn {
    font-size: 16px;
    height: 70px;
    background: url(//ssl.gstatic.com/accounts/ui/arrow_right_2x.png) 255px center no-repeat;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    border: 0;
    border-left: 4px solid transparent;
    cursor: pointer;
    display: block;
    outline: none;
    padding: 15px 20px;
    text-align: left;
    text-overflow: ellipsis;
    width: 100%;
}

.spinner {
  position:relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.password-form-input {
  width: 430px
}

.to_top {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: .3s;
  color: #00A6C4;
  background: #fff;
  
/*   デフォルトは非表示 */
  opacity: 0;
}

.to_top:hover {
  box-shadow: 0 0 10px #00A6C4;
}