@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'MyFont';
	src: url("../font/NotoSansJP-Light.otf") format('truetype');
}


html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  color: #333; /* RGB */
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: "NotoSansJP", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
a:hover {
	opacity: 0.9 ;
}
a:hover img {
  transform: scale(1.05); /* 拡大 */
}
.header-content-wrapper ul li {
  display: inline-block;
  text-align: right;
}
.green-kakko {
  display: inline-block;
  padding: 0 5px;
}
.none {
  display: none;
}