@charset "UTF-8";
body {
  background-color: #ffffff;
  margin: 0 auto;
  color: #000000; }

* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  box-sizing: border-box;
  font-size: 15px; }
  @media (max-width: 959px) {
    * {
      font-size: 12px; } }

div, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  border-style: none;
  vertical-align: bottom; }

a {
  color: #4A4A4A;
  text-decoration: none;
  outline: none; }

a:active {
  color: #4A4A4A; }

a:visited {
  color: #4A4A4A; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

img.full {
  width: 100%; }

.text-center {
  text-align: center; }

.after-clear::before, .after-clear::after {
  content: "";
  display: block;
  overflow: hidden; }

.after-clear::after {
  clear: both; }

.after-clear {
  zoom: 1; }

.disp-none {
  display: none; }

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}


.mb40 {
    margin-bottom: 40px;
}