@charset "UTF-8";
header,
nav,
footer,
article,
section {
  display: block;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
}

html {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 4.0vw;
  }
}

html,
body {
  height: 100%;
}

body {
  min-width: 1210px;
  width: 100%;
  -webkit-font-feature-settings: 'palt' 1;
          font-feature-settings: 'palt' 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.0;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.0rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 4.0vw;
    min-width: 100%;
  }
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
address,
table,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
th {
  font-weight: inherit;
}

map area {
  border: 0;
  outline: 0;
}

ul,
ol {
  list-style-type: none;
  font-size: 0;
}

ul li,
ol li {
  font-size: 1.0rem;
}

@media screen and (max-width: 767px) {
  ul li,
  ol li {
    font-size: 4.0vw;
  }
}

input,
select,
textarea {
  outline: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: inherit;
}

@media screen and (max-width: 767px) {
  a {
    -webkit-transition: none;
    transition: none;
  }
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
