@charset 'utf-8';

header,nav,footer,article,section{
  display: block;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-size: 14px;
}
html,
body{
  height: 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{
  line-height: 1.0;
}
h1,h2,h3,h4,h5,th{
  font-weight: normal;
}
map area{
  border: 0;
  outline: 0;
}
ul,ol{
  list-style-type: none;
  font-size: 0;
}
ul li,ol li{
  font-size: 1rem;
}
img{
  backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
table{
  table-layout: fixed;
  border-collapse: collapse;
}
a{
  backface-visibility: hidden;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}


@media all and (max-width: 640px){

ul li,ol li{
  font-size: 1rem;
  font-size: 4.3vw;
}


}/* /Sp */
