*,*: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: #ddd;
}

#line-top{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 2.3px;
  box-shadow: 0 0 2px #aaa;
  background: #dc143c;
  z-index:3;
}
#line-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2.3px;
  box-shadow: 0 0 2px #aaa;
  background: #dc143c;
  z-index:3;
}
#line-left{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2.3px;
  box-shadow: 0 0 2px #aaa;
  background: #dc143c;
  z-index:3;
}
#line-right{
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.3px;
  box-shadow: 0 0 2px #aaa;
  background: #dc143c;
  z-index:3;
}

header{
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 35px;
  margin: 5px auto;
  color: #555;
}
#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 2.3px #dc143c;
  text-align: right;
  background-color: #ddd;
  font-size: 20px;
  z-index:1;
}
.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: 36px;
  width: 100%;
}
.nav-hidden{
  display:none;
}

.img-profile-block{
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.img-profile{
  position: relative;
  width: 96%;
  margin: 0 2%;
  padding: 12px 9px 9px;
  box-shadow: 0 0 4px #ccc;
  background: white;
}
.img-profile img{
  display: block;
  width: 100%;
}
.grid-top{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  border-bottom: dashed .6px #aaa;
}
.grid-right{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  border-left: dashed .6px #aaa;
}
.grid-bottom{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 9px;
  border-top: dashed .6px #aaa;
}
.grid-left{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 9px;
  border-right: dashed .6px #aaa;
}

main{
  width: 94%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 2px;
}

.niji-block{
  width: 100%;
  margin: 30px auto 0 auto;
  border-radius: 12px 12px 0px 0px;
  box-shadow: 0 0 4px #ccc;
  background: white;
}
.niji{
  width: 100%;
  margin-top: 24px;
  padding: 0 8px;
  text-align: center;
}
.niji div{
  display: inline-block;
  width: 31%;
  max-width: 240px;
  padding: 12px 2% 0 2%;
  border: dashed .6px #aaa;
}
.niji img{
  display: block;
  width: 100%;
}

.h1{
  font-family: '游明朝','YuMincho','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
}
.h1 div{
  width: 100%;
  max-width: 1020px;
  margin: auto;
}
h1{
  padding-left: 10px;
  font-size: 24px;
  font-weight: bold;
}

.neatbook-block{
  width: 100%;
  box-shadow: 0 0 4px #ccc;
  font-family: '游明朝','YuMincho','Yu Mincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',serif;
  background: white;
}
.neatbook{
  width: 92%;
  max-width: 600px;
  margin: 30px auto 0 auto;
  padding: 30px 15px 15px;
  color: #444;
}
.neatbook h2{
  font-size: 21px;
  font-weight: bold;
}
.neatbook .bookimg{
  width: 65%;
  max-width: 260px;
  margin: 20px auto;
}
.neatbook .bookimg img{
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  box-shadow: .5px 1px 2px #aaa;
}
.neatbook .booklink{
  font-family: 'Arial','メイリオ','Meiryo','Osaka','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  text-align: center;
  color: blue;
  font-size: 13px;
  font-weight: bold;
}
.neatbook .bookdes{
  width: 90%;
  max-width: 500px;
  margin: 10px auto;
  border-top: dotted 1.5px #ccc;
  padding: 13px 0;
  font-family: 'Arial','メイリオ','Meiryo','Osaka','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  font-size: 15px;
}

.kenta-block{
  width: 100%;
  margin-top: 30px;
  background: #CDE6C7;
  color: #000000;
  box-shadow: 0 0 4px #ccc;
  padding: 10px 0;
}
.kenta{
  width: 92%;
  max-width: 800px;
  margin: 0px auto 0px auto;
  border-top: 10px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  padding: 25px 23px 3px 23px;
  color: #000000;
}
.kenta h2{
  font-size: 24px;
  font-weight: bold;
}
.kenta-link{
  color: blue;
  font-weight: bold;
}
.kenta p{
  font-size: 16px;
  margin: 22px 0;
}
.kenta img{
  display: block;
  width: 100%;
  margin: 22px auto 22px auto;
  border-radius: 8px;
}
.kentahon{
  width: 92%;
  max-width: 800px;
  margin: 0px auto 0px auto;
  border-top: 10px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  padding: 25px 23px 3px 23px;
  color: #000000;
}
.kentahon h2{
  font-size: 24px;
  font-weight: bold;
}
.kentahon-link{
  color: blue;
  font-weight: bold;
}
.kentahon p{
  font-size: 16px;
  margin: 22px 0;
}
.kentahon img{
  display: block;
  width: 100%;
  max-width: 260px;
  margin: 22px auto 22px auto;
}
.kentaron{
  width: 92%;
  max-width: 800px;
  margin: 0px auto 0px auto;
  border-top: 10px solid #ffffff;
  border-bottom: 5px solid #ffffff;
  padding: 25px 23px 3px 23px;
  color: #000000;
}
.kentaron h2{
  font-size: 24px;
  font-weight: bold;
}
.kentaron-link{
  color: blue;
  font-weight: bold;
}
.kentaron p{
  font-size: 16px;
  margin: 22px 0;
}
.kentaron img{
  display: block;
  width: 100%;
  max-width: 480px;
  margin: 22px auto 22px auto;
  border-radius: 8px;
}

.kusoch-block{
  width: 100%;
}
.kusoch{
  width: 100%;
  margin-top: 36px;
  font-family: 'Arial','メイリオ','Meiryo','Osaka','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  background: black;
  color: #ddd;
}
.kusoch h2{
  padding-top: 6px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.kucoch-content{
  box-shadow: 0 0 4px #aaa;
}
.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;
}

.pho-title-block{
  width: 100%;
  margin-top: 36px;
  padding: 16px 0 4px 3%;
  box-shadow: 0 0 4px #aaa;
  border-left: dotted 1px #ddd;
  border-right: dotted 1px #ddd;
  border-radius: 2px;
  font-family: 'ＭＳ ゴシック','YuGothic','Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  background: black;
  color: #bbb;
}
.pho-title{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
.pho-title p{
  max-width: 640px;
  text-align: right;
  font-size: 8px;
  color: #000;
}
.pho-title h2{
  padding-left: 4px;
  font-size: 36px;
  font-weight: bold;
}

.shishishu{
  width: 92%;
  max-width: 600px;
  margin: 48px auto 0 auto;
  padding: 20px 15px;
  border-radius: 50%;
  box-shadow: 0 0 2px #ccc;
  font-family: 'Arial','メイリオ','Meiryo','Osaka','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',sans-serif;
  background: white;
  color: #444;
}
.shishishu h2{
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
}
.shishishudes{
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
}
.shishishudes a{
  color: blue;
  text-decoration: underline;
}
.shishishudes .update{
  font-size: 13px;
}

footer{
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 60px;
}
#link-pagetop{
  margin-bottom: 20px;
  text-align: center;
  color: #444;
  font-size: 12px;
}
