@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

/* basic style---------------- */

* {
  box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	color: #282828;
	background: #fff;
	text-align: center;
  font-family: "Lato", sans-serif;
  -webkit-text-size-adjust: 100%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
	font-size: 100%;
	font-weight: 600;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	outline: none;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
p {
	word-wrap: break-word;
}
li {
	line-height: 100%;
}
label {
	display: inline-block;
	cursor: pointer;
}
button, input, select, textarea {
  font-family: inherit;
}
input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea {
	background: #fff;
	border: 1px solid #ccc;
  border-radius: 4px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, button:focus {
  border: none;
}
input[type="submit"] {
	font-size: 100%;
	cursor: pointer;
}
html input[type=button], input[type=reset], input[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  cursor: pointer;
}
select {
	background: #fff;
	border: 1px solid #ccc;
  border-radius: 4px;
}
input::placeholder {
  color: rgba(6, 34, 47, 0.5);
}

.en {
  font-family: "Lato", sans-serif;
}
