body {
  font-family: 'Padauk', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {
  font-family: 'Padauk', sans-serif;
  line-height: inherit;
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.landing-header {
  margin-top: -100px;
  background-image: url('../../assets/img/top_catch.jpg');
  background-position: center;
  background-size: cover;
  min-height: 570px;
}

.landing-header .motto {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 20px;
  text-align: right;
  z-index: 3;
}

.landing-section {
  padding: 100px 0;
}

.landing-section .btn-simple {
  padding: 0;
}

.landing-section .column {
  padding: 0 75px 0 25px;
}


.follows .unfollow {
  width: 15px;
}

.follows hr {
  margin-top: 10px;
}

.alert h5 {
  margin-bottom: 10px;
}




.footer-demo{
    background-attachment: fixed;
    position: relative;
    line-height: 20px;
}
.footer-demo nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.footer-demo nav > ul > li{
    display: inline-block;
    padding: 10px 15px;
    margin: 15px 3px;
    line-height: 20px;
    text-align: center;
}
.footer-demo nav > ul a:not(.btn) {
  color: #777777;
  display: block;
  margin-bottom: 3px;
}
.footer-demo nav > ul a:not(.btn):hover, .footer nav > ul a:not(.btn):focus {
  color: #E3E3E3;
}
.footer-demo .copyright {
  color: #777777;
  padding: 10px 15px;
  font-size: 14px;
  margin: 15px 3px;
  line-height: 20px;
  text-align: center;
}



.register-card {
  background-color: #d6d2cc;
  border-radius: 8px;
  color: #fff;
  padding: 30px;
}

.register-card label {
  margin-top: 15px;
}

.register-card .title {
  color: #B33C12;
  text-align: center;
}

.register-card .btn {
  margin-top: 30px;
}

.register-card .forgot {
  text-align: center;
}



.mypage-header {
  margin-top: -100px;
  background-image: url('../../assets/img/business-18107_1920.jpg');
  background-position: center;
  background-size: cover;
  min-height: 300px;

}
.mypage-header .motto {
  color: #fff;
  padding-top: 100px;
  text-align: center;
  z-index: 3;
}
.point {
  font-size: 4em;
}
.well .point {
  margin: 0;
}


.list-group-item .radio {
  margin: 0;
}
.list-group-item .checkbox {
  margin: 0;
}
.question {
  background-color: #FFFCF5;
}

.text-muted {
  color: #aaa;
}

.navbar .navbar-brand {
  font-size: 18px;
  padding: 17px 15px;
  height: auto;
}
.navbar-brand > img {
  display: inline-block;
  vertical-align: bottom;
}
.navbar-brand > span {
  line-height: 1;
  vertical-align: bottom;
}
.navbar-transparent .navbar-brand, [class*="navbar-ct"] .navbar-brand {
  opacity: 1;
  filter: alpha(opacity=100);
}
h1 {
  font-size: 2em;
  line-height: 1.5;
}
h1 img {
  vertical-align: bottom;
}
h1 small {
  font-size: 100%;
  color: #fff;
  line-height: 1;
  vertical-align: bottom;
  white-space: nowrap;
}
.motto h3 {
  font-size: 20px;
  text-shadow: 0 0 3px #000, 0 0 4px #000, 0 0 5px #000;
}
@media (max-width: 767px) {
  .landing-header .motto {
    padding-top: 100px;
    text-align: center;
  }
  .motto h3 {
    font-size: 15px;
  }
  h1 img {
    width: 160px;
    display: block;
    margin:  0 auto;
  }
  h1 {
    margin-bottom: 60px;
  }
}

#smartbanner .sb-icon {
  background-color: transparent;
  box-shadow: none;
}