@charset 'utf-8';

header,nav,footer,article,section{
  display: block;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}
html{
  font-size: 14px;
}
html,
body{
  height: 100%;
}
body {
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  line-height: 1.0;
  font-size: 1.0rem;
  font-weight: 400;
}
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: 1.0rem;
}
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: 1.0rem;
}
input, select, textarea {
  outline: 0;
}
img{
  /*backface-visibility: hidden;*/
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}
table{
  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 */
@font-face{
  font-family: 'LogoTypeGothicCondense07';
  src: url('./../font/LogoTypeGothicCondenseSub.eot');
  src: url('./../font/LogoTypeGothicCondenseSub.eot?') format('embedded-opentype'),
  url('./../font/LogoTypeGothicCondenseSub.woff') format('woff');
}
/* /Font */


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

h1,h2,h3,h4,h5{
  font-size: 1.0rem;
  font-size: 4.3vw;
}

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

a{
  backface-visibility: hidden;
  text-decoration: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}
a:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}


}/* /Sp */
