*{
  box-sizing:border-box;
}

body{
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  margin: 0 auto;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1{
  font-size: 32px;
}

p{
  font-size: 14px;
}

.header-left a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

#menu a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

header{
  background-color: white;
  position:fixed;
  /*position: sticky;*/
  /*top:0;*/
  height: 120px;
  width: 100%;
  z-index: 2;
}

.header-left{
  float: left;
  padding-top: 14px;
  padding-left: 20px;
  height: 120px;
  position: relative;
}

.header-left img{
  width: 200px;
}

.header-right{
  float: right;
  margin-right: 25px;
  height: 120px;
  padding-top: 60px;
}

.header-left a{
  position: absolute;
}

.navi{
  float: left;
  height: 60px;
  cursor : pointer;
}

.header-right p{
  display: inline-block;
  color: black;
  font-family: sans-serif;
  font-size: 17px;
  padding-left: 15px;
  padding-right: 20px;
  margin: 0 auto;
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
}

.header-right a{
  text-decoration: none;
  color: black;
}

.menu-icon {
  display:none;
  float: right;
  color: #555;
  font-size: 40px;
  height: 60px;
  padding: 40px 40px;
}

#header-right-responsive{
  position: relative;
  clear: right;
  display: none;
  background-color: rgba(255,255,255,0.97);
  height: 100vh;
  padding-top: 50px;
}

#header-right-responsive ul{
  padding: 0;
  text-align: center;
}

#header-right-responsive a{
  text-decoration: none;
  color: #555;
}

#header-right-responsive p{
  display:none;
  display: block;
  color: #555;
  transition: all 0.5s;
  width: 100%;
  margin: 0 auto;
  cursor : pointer;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 600;
  /*font-family: Century Gothic ;*/
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, 游ゴシック, Yu Gothic, 游ゴシック体, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Meiryo UI, メイリオ, Meiryo, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
}

#header-right-responsive a:hover{
  text-decoration:underline;
}

.site-map{
  background-color: white;
  width: 100%;
  overflow: auto;
  clear: both;
  height: auto;
  padding-top: 30px;
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 50px;
  margin: 0 auto;
}

.site-map:after{
  content:"";
  display: block;
  clear: both;
}

.site-map h2{
  text-align: center;
}

.site-map h3{
  border-bottom: solid;
  border-width: 1px;
  border-color: #A9A9A9;
  text-align: center;
}

.site-map ul{
  float: left;
  list-style: none;
  width: 25%;
  padding-right: 40px;
}

.site-map a{
  text-decoration: none;
}

.site-map a:hover{
  text-decoration: underline;
}

footer{
  background-color: white;
  overflow: auto;
  font-family: sans-serif;
  text-align: center;
  height: 60px;
}

#copy-right{
  font-size: 12px;
}

@media all and (max-width: 960px) {
  .site-map ul{
    width: 50%;
  }
}

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

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