/*------------------------------------
  Color
------------------------------------*/
* {
  color: inherit;
}

/*------------------------------------
  Font
-----------------------------------*/
body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  -webkit-text-size-adjust: 100%;
  letter-spacing: .05em;
  font-size: 20px;
}

/*------------------------------------
  Common
------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

li{
  list-style: none;
}

/*------------------------------------
  Text
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
th,
td,
dt,
dd {
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

header h1 {
  width :auto!important;
}
.header-navigation-inner {
  margin: 0!important;
}
.google-search-sp-head img {
  width: 36px;
}