html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
*,
*:after,
*:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    font-size: 14px;
}

body{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    display: block;
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
    font-weight: 300;
    color: black;
    background: white;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: underline;
}

.page-wrapper{ max-width: 650px; margin: auto; }
.header { width: 100%;  margin-top: 55px; margin-bottom: 70px; }
.header .logo{ max-width: 100%;   }

img{
    max-width: 100%;
}

.container{
    margin: 0 20px;
    margin-bottom: 100px;
}

h1{
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}
p{
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}
ul{
    padding-left: 20px;
    font-size: 0.85em;
}
li{
    margin: 7px 0;
    font-size: 14px;
    font-weight: 300;
}
h5{
    margin-bottom: 1%;
    font-size: 14px;
    font-weight: 300;
}
#thank_you{
    font-size: 14px;
    font-weight: 300;
}
#copyright{
    font-size: 11px;
    font-weight: 300;
}
