﻿@charset "utf-8";
address, blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, li, ol, p, pre, small, table, td, th, ul {
  font-weight: 400;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.2;
  margin: 0;
  padding: 0
}
article, aside, figcaption, figure, footer, header, main, nav, section, summary {
  display: block;
  margin: 0
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}
body {
  font: 18px "游ゴシック", YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
  *font-size: small;
  *font: x-small;
  color: #121212;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
}
button, input, select, textarea {
  font: 100% "游ゴシック", YuGothic, メイリオ, Meiryo, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, sans-serif;
  color: #121212
}
code, kbd, pre, samp {
  font-family: monospace;
  *font-size: 100%;
  line-height: 100%
}
iframe, img {
  border: 0;
  vertical-align: bottom
}
table {
  width: 100%;
  font-size: inherit;
  font: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0
}
label {
  cursor: pointer
}
input, textarea {
  padding: 0;
  vertical-align: middle
}
input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], textarea {
  padding: 0
}
input[type=number] {
  -moz-appearance: textfield
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}
button, input[type=button], input[type=checkbox], input[type=image], input[type=radio], input[type=submit] {
  cursor: pointer
}
select, select optgroup, select option {
  padding: 0 4px;
  font-style: normal
}
ol, ul {
  list-style: none
}
h1, h2, h3, h4, h5, h6, small {
  font-size: 100%
}
address {
  font-style: normal
}
a, input {
  outline: 0
}
a{
  color:#000;
  text-decoration: none;
}

a:hover{
  opacity:0.8;
  transition:0.3s;
}
img {
  max-width: 100%;
  height: auto
}