@charset "utf-8";

/* 基本スタイル---------------- */

* {
  box-sizing: border-box;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	color: #06222F;
	background: #fff;
	text-align: center;
  font-family: "Avenir Next", Verdana, "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, 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 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size:14px;
}
table a{
	color:#5B86E5;
}
caption, th {
	text-align: left;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
a {
	color: #000;
	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 rgba(6, 34, 47, 0.3);
  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 {
	min-width: 7em;
	background: #fff;
	border: 1px solid rgba(6, 34, 47, 0.3);
  border-radius: 4px;
}
input::placeholder {
  color: rgba(6, 34, 47, 0.5);
}

.min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.en {
  font-family: Roboto, Verdana;
}


