@charset "utf-8";

/* ++++++++++++++++++++++++++++++++++++++++

	Reset and Clearfix

++++++++++++++++++++++++++++++++++++++++ */
/* ----------------------------------------
	reset
---------------------------------------- */
html, body,
div, p,
table, tr, th, td,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5, h6,
img, a, address, figure {
  margin: 0;
  padding: 0;
  border: 0;
}

img, label, h1, h2, h3, h4, h5, h6 {
  vertical-align: middle;
}

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  color: #000;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #96c73b;
  cursor: pointer;
  text-decoration: underline;
  vertical-align: middle;
}

a img,
button,
input[type=submit],
input[type=image] {
  vertical-align: middle;
  cursor: pointer;
  border: none;
}

a img:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=image]:hover {
  opacity: .7;
  transition: .2s;
  text-decoration: none;
}

input {
  -webkit-appearance: none;
}

::placeholder {
  color: #b3b3b3;
}

:focus {
  outline: none;
}

/* ----------------------------------------
	clearfix
---------------------------------------- */
.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  height: 1px;
}