html{
  font-size: 62.5%;
}

body {
  width: 800px;
  position: relative;
  background-color: #f2f2f2;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, sans-serif;
  letter-spacing: 0.12em;
  -webkit-font-smoothing: subpixel-antialiased;
}@media screen and (max-width:800px){
  body {
    width: 100%;
  }
}

h1{
  margin: 0;
}@media screen and (max-width:800px){
  h1{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.logo{
  height: 200px;
  margin: 200px 0 128px 140px;
}@media screen and (max-width:800px){
  .logo{
    width: 65%;
    margin: 160px 0 80px 0;
  }
}

.usual{
  font-family: usual;
  font-weight: 400;
  font-style: normal;
}

a:hover{
 opacity: 0.5;
}

a{
  color: #1976D2;
  padding: 2px 0;
  text-decoration: none;
  border-bottom: solid 1px;
  transition: opacity 0.3s ease-out;
}

dd{
  margin: 0;
}

.ttl{
  font-size: 1.5rem;
  line-height: 2;
  font-weight: bold;
  color: #999;
  margin-bottom: 26px;
}

.stxt{
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 114px;
}

.mtxt{
  font-size: 2.8rem;
  line-height: 2;
  margin-bottom: 114px;
}

.little{
  font-size: 1.6rem;
}

.prof{
  margin-left: 140px;
}@media screen and (max-width:800px){
  .prof{
    width: 80%;
    margin: 0 auto;
  }
}

footer{
  position: fixed;
  top: 40px;
  right: -118px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: left top;
  -webkit-transform-origin: left top;
  color: #999;
  font-size: 1rem;
}@media screen and (max-width:800px){
  footer{
    transform: none;
    position: static;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 32px;
  }
