@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "noto-sans-cjk-jp,","Noto Sans JP", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.8em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.7;
}
.about a,.example a,.contact a,.footer a:hover{
  opacity: 1.0;
}
.none{
  display:none;
}
.TextTyping span {
	display: none;
}
#always {
  bottom: 20px;
  padding: 5px;
  position: fixed;
  right: 10px;
}
#always a{
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}
#always a::before{
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 100;
  left: 0;
  margin: auto;
  text-align: center;
}
@media(min-width:1040px){
#always {
  bottom: 30px;
  padding: 5px;
  right: 30px;
}
  #always a{
  width: 50px;
  height: 50px;
}
  #always a::before{
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 100;
  left: 0;
}
}