*,*:before,*:after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*{
  margin: 0;
  padding: 0;
}
a{
  color: inherit;
  text-decoration: none;
}
body{
  font-family: '游明朝','YuMincho','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  background: #fdf5e6;
  color: #191970;
}

header{
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 35px;
  margin: 5px auto;
  color: #c71585;
}
#title{
  position: absolute;
  bottom: 0;
  padding: 0 5%;
  font-size: 17px;
}
#title span{
  font-size: 14px;
}
#menu-btn img{
  width: 35px;
  display: block;
  position: absolute;
  top: 0;
  right: 8px;
}
nav{
  display: none;
  padding:15px 24px 25px 0;
  border-bottom: solid .5px #ccc;
  text-align: right;
  background-color: #fdf5e6;
  opacity: .97;
  font-size: 20px;
}
.nav-works{
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
}
.menu-close{
  margin:10px 5px 0 0;
  font-size: 10px;
}
#nav-input:checked ~ nav {
  display: block;
  position: absolute;
  top: 40px;
  width: 100%;
}
.nav-hidden{
  display:none;
}

.img-profile img{
  display: block;
  width: 94%;
  max-width: 600px;
  margin:54px auto 0 auto;
}
.img-profile p{
  width: 94%;
  max-width: 600px;
  margin:0 auto;
  font-size: 15px;
}

.profile{
  width: 90%;
  max-width: 600px;
  margin: 40px auto;
  font-size: 15px;
}
.profile h1{
  text-align: center;
  margin: 40px 0;
  font-size: 20px;
  font-weight: normal;
}
.profile table{
  width: 100%;
  font-family: 'YuGothic','Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}
.profile td{
  min-width: 90px;
  vertical-align: top;
  word-break : break-all;
  padding: 2px 0;
}
.transparent{
  color: transparent;
}
