* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #666;
  font-size: 17px;
}

h1 {
  font-size: 48px;
  line-height: 1em;
  margin: 0 0 20px 0;
  color: #333;
}

h2 {
  font-size: 40px;
  line-height: 1em;
  margin: 0 0 20px 0;
  color: #333;
}

h3 {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0 0 20px 0;
  color: #333;
}

h4 {
  font-size: 20px;
  line-height: 1em;
  margin: 0;
  color: #333;
}

h5 {
  font-size: 24px;
  line-height: 1.2em;
  margin: 0;
  color: #333;
}

p a, li span, ol a {
  background: #244184;
  border-radius: 7px;
  color: #fff;
  font-size: 90%;
  padding: 2px 10px;
}

p a:hover, p a:focus, p a:active, ol a:hover, ol a:focus, ol a:active {
  text-decoration: none;
  color: #fff;
}

p small {
  color: #999;
}

.container {
  max-width: 980px;
}

.top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.top.fixed {
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  padding-top: 10px;
  padding-bottom: 10px;
}

.top.fixed .logo {
  max-width: 170px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.top.fixed .action-buttons a {
  font-size: 18px;
  padding: 15px 25px;
  margin: 10px;
}

.top .logo {
  max-width: 230px;
}

.top .action-buttons {
  text-align: right;
}

.top .action-buttons a {
  display: inline-block;
  border-radius: 7px;
  border: 2px solid #244184;
  font-weight: 700;
  font-size: 18px;
  color: #244184;
  padding: 15px 25px;
  line-height: 1em;
  margin: 25px 10px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.top .action-buttons a.apply-btn {
  text-transform: uppercase;
  color: #fff;
  background: #244184;
}

.top .action-buttons a:hover, .top .action-buttons a:focus, .top .action-buttons a:active {
  text-decoration: none;
  background: #244184;
  color: #fff;
}

#top {
  height: 142px;
}

.header {
  background: url(../images/bg.png) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.header h1 {
  color: #fff;
}

.bg {
  background: #F6F6F6;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

hr {
  background-image: linear-gradient(to right, #C4C4C4 20%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 8px 2px;
  background-repeat: repeat-x;
  height: 2px;
  border-top: none;
  margin: 30px 0;
}

.benefit {
  margin: 35px 0;
}

.benefit img {
  display: inline-block;
  vertical-align: middle;
  width: 104px;
  height: auto;
  margin-right: 30px;
}

.benefit p {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 138px);
  margin: 0;
}

.apply {
  text-align: center;
}

.apply h3 {
  margin-top: 20px;
}

.apply a {
  display: block;
  border-radius: 7px;
  border: 2px solid #244184;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  padding: 15px 25px;
  line-height: 1em;
  margin: 50px auto;
  text-align: center;
  text-transform: uppercase;
  background: #244184;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.apply a:hover, .apply a:focus, .apply a:active {
  text-decoration: none;
  background: #244184;
  color: #fff;
}

ol {
  list-style-type: none;
  margin: 30px 22px;
  padding: 0;
}

ol li {
  counter-increment: step-counter;
  position: relative;
  padding-left: 60px;
  margin-bottom: 22px;
}

ol li::before {
  content: counter(step-counter);
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  font-size: 23px;
  background: url(../images/bullet.png) no-repeat center center;
  background-size: contain;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  font-weight: 700;
}

.tos {
  margin: 40px 0;
}

.tos .expand {
  display: none;
}

.tos p {
  font-size: 14px;
  margin-bottom: 20px;
}

.tos h4 {
  background: url(../images/arrow-down.png) no-repeat left center;
  padding-left: 40px;
  line-height: 2em;
  cursor: pointer;
}

.tos.open h4 {
  background: url(../images/arrow-up.png) no-repeat left center;
}

.logo-bottom {
  position: fixed;
  max-width: 144px;
  z-index: 99;
  right: 3%;
  bottom: 0;
}

.logo-bottom.fixed {
  position: relative;
  float: right;
}

ul {
  list-style: none;
  margin: 22px;
  padding: 0;
}

ul li {
  background: url(../images/bullet2.png) no-repeat left center;
  background-size: 15px 16px;
  padding: 0 0 0 40px;
}

.notice {
  background: #5494d5;
  color: #fff;
  border-radius: 10px;
  display: block;
  padding: 20px 30px;
  margin: 50px 0;
}

.contact p {
  margin: 0 0 20px 0;
}

.contact p a {
  background: transparent;
  padding: 0;
  color: #5494d5;
  font-size: 100%;
}

.contact p a:hover {
  text-decoration: underline;
}

.portrait {
  max-width: 157px;
}

@media screen and (max-width: 991px) {

.top .action-buttons a {
  display: inline-block;
  padding: 15px 25px;
  margin: 25px 0;
}

}

@media screen and (max-width: 767px) {

.top .logo {
  display: block;
  margin: 0 auto;
}

.top .action-buttons a {
  display: block;
  padding: 15px 0;
  margin: 15px 0;
}

.benefit {
  margin: 25px 0;
}

.benefit img {
  display: block;
  margin: 0 auto;
  width: 75px;
}

.benefit p {
  display: block;
  width: 100%;
  margin: 20px auto;
  text-align: center;
}

#top {
  height: auto;
}

.top {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  top: auto;
  left: auto;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  padding-left: 60px;
  margin-bottom: 15px;
}

.apply a {
  margin: 20px auto;
}

.logo-bottom {
  position: relative;
  display: block;
  margin: 0 auto;
  right: auto;
}

.notice {
  padding: 10px 20px;
  margin: 30px 0;
}

.portrait {
  margin: 0 auto;
}

.contact {
  text-align: center;
}




}
