@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;
}
@media all and (max-width: 750px){
  html {
    font-size: 4.0vw;
  }
}

html,
body {
  height: 100%;
}

body {
  width: 100%;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  /*text-align: justify;
  text-justify: inter-ideograph;*/
  line-height: 1.0;
  letter-spacing: 0.03em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 1.0rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  body {
    font-size: 4.0vw;
  }
}

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 all and (max-width: 750px){
  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 {
  /*backface-visibility: hidden;
  -webkit-backface-visibility: hidden;*/
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

table {
  border-collapse: collapse;
}

a {
  /*backface-visibility: hidden;
  -webkit-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;
  color: inherit;
}
@media all and (max-width: 750px){
  a {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
@media all and (max-width: 750px){
  a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* Font */
/*
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
*/
