@charset "UTF-8";
/*-----------------------------------------------------------------------------------



/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  background-color: #ffffff;
  line-height: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Work Sans", sans-serif;
  color: #777777;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 30px;
  line-height: 36px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 14px;
}



a:hover {
  text-decoration: none;
}


.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.small-container {
     margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    max-height: 360px;
}

.small-bg {
     margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo {
    max-width: 100%;
    display: block;
}
