@charset "utf-8";

/* CSS Document */
/*スマホ*/
html {
  box-sizing: border-box;
  font-size: 14px;
}

img {
  max-width: 100%;
  vertical-align: bottom;

}


body {
  list-style: none;
  background-color: #EEFAFC;
  font-family: yuGothic, Arial;
  position: relative;
  color: #333;
  line-height: 1.5;
}


.sp {
  display: none !important;
}

.indent {
  text-indent: inherit;
}

@media(min-width:768px) {
  html {
    box-sizing: border-box;
    font-size: 16px;
  }


}