*,*:before,*:after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*{
  margin: 0;
  padding: 0;
}
a{
  color: inherit;
  text-decoration: none;
}
body{
  font-family: 'Arial','メイリオ','Meiryo','Osaka','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  background: #ffaec9;
  color: #191970;
}

header{
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 35px;
  margin: 5px auto;
  color: #191970;
}
#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: #ffaec9;
  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;
}

.ent-title{
  width: 100%;
  margin: 0 auto;
  background: #ffaec9;
  color: #191970;
}
.ent-title img{
  display: block;
  width: 80%;
  max-width: 310px;
}
.ent-title h1{
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
}
.ent-title p{
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.kusoch{
  width: 100%;
  margin: 120px 0;
  background: black;
  color: #ddd;
}
.kusoch h2{
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background: #ffaec9;
  color: #191970;
}
.kusoch-content{
  box-shadow: 0 0 4px #bbb;
}
.kusoch-dis p{
  max-width: 94%;
  margin: 0 auto;
  padding-top: 20px;
  text-align: center;
}
.kusoch-back img{
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.kusoch-pro{
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  min-height: 110px;
  font-size: 18px;
}
.kusoch-pro img{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18%;
  min-width: 90px;
  max-width: 110px;
}
.kusoch-pro-sen{
  width: 65%;
  margin: 0 3% 0 auto;
}
.kusoch-pro-sen a{
  text-decoration: underline;
}

.shishishu-block{
  width: 100%;
  margin: 120px 0 200px 0;
  background: #ffaec9;
}
.shishishu-block h2{
  text-align: center;
  background: #ffaec9;
  color: #191970;
  font-size: 12px;
  font-weight: normal;
}
.shishishu{
  width: 92%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 15px;
  box-shadow: 0 0 2px #ccc;
  border-radius: 50%;
  background: white;
  color: #444;
}
.shishishu-title p{
  font-size: 21px;
  font-weight: bold;
}
.shishishudes{
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
}
.shishishudes a{
  color: blue;
  text-decoration: underline;
}
.shishishudes .update{
  font-size: 13px;
}
