/* 共通部分 */
*{
  margin: 0px;
}
html{
  overflow: scroll;
}
body{
  width:375px;
  background-color: #ffffff;
  font-family: "Noto Sans JP Regular";
  line-height: 1.2;
  /* 1L_iOS対策
  ・文字自動調整を倍率を1倍に固定
  */
  -webkit-text-size-adjust: 100%;
}
a,p{
  text-decoration: none;
  text-decoration-color: #4b474d;
}
img{
  pointer-events: none;
  /* 4L_コピー不可対策 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-action:none;
  user-select:none;
}
ul,li{
  list-style:none;
}
.underline{
  text-decoration: underline;
}

/* ヘッダーとfixボタン */
#ham {
  text-decoration: none;
  float: right;
  position: fixed;
  top: 10px;
  left: 315px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 100;
}
#header-top {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 375px;
  height: 70px;
}
#to-yoyaku {
  text-decoration: none;
  clear: both;
  position: fixed;
  top: 70px;
  left: 300px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 99;
}
#to-top{
  text-decoration: none;
  position: fixed;
  top: 145px;
  left: 300px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 98;
}
#to_anotherblog{
  text-decoration: none;
  position: fixed;
  top: 220px;
  left: 300px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  z-index: 97;
}


/* mainのメニューエリア */
.blog {
  clear: both;
  position: relative;
}
h1{
  position: absolute;
  top: 90px;
  left: 85px;
  font-size: 17pt;
  letter-spacing: 1.1px;
  line-height: 40px;
  font-weight: 400;
  font-family: serif ;
  color: #4B474D;
}
p{
  position: absolute;
  top: 140px;
  width: 350px;
  font-size: 13pt;
  letter-spacing: 1.1px;
  line-height: 25px;
  font-weight: 400;
  font-family: serif ;
  color: #4B474D;
  text-align: center;
}
main{
  clear: both;
  position: relative;
  top: 250px;
  left: 24px;
  width: 317px;
  margin-bottom: 270px;
}
.blog_size{
  display: block;
  width: 287px;
  height: auto;
  padding: 30px 15px 30px 15px;
  border: 5px solid #ebe7e1;
  border-radius: 9px;
  margin-bottom: 25px;
}
.blog_ill{
  top: 15px;
  height: auto;
  margin-bottom: 10px;
}
.blog_size h2{
  white-space: pre-line;
  top: 205px;
  height: auto;
  font-size: 17px;
  line-height: 2;
  font-family: serif ;
  font-weight: normal;
  text-decoration: underline;
  text-align: left;
  color: #4B474D;
  margin-bottom: 10px;
}
.text_size{
  display: contents;
  top: 275px;
  width: 287px;
  height: auto;
  white-space: pre-line;
  font-family: sans-serif ;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  color: #4B474D;
}
.text_size a{
  text-decoration: underline;
  color: #CF8B6E;
}
.blogstrong{
  color: #CF8B6E;
  font-weight: 800;
  line-height: 1.6;

}


  /* ブログリスト */
aside{
  position: absolute;
  left: 0px;
}
#another_blog{
  position: relative;
  width: 351px;
  white-space: pre-line;
}
.anotherblog_all{
  position: absolute;
  top: 0px;
  left: 24px;
  width: 317px;
  height: 793px;
}
.anotherblog_listarea{
  position: relative;
  top: -760px;
  left: 40px;
  width: 264px;
  height: 793px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #B3B8BB ffffff;
  scroll-behavior: smooth;
}
.anotherblog_listarea p{
  position: absolute;
  display: inline-block;
  width: 100%;
  font-family: sans-serif ;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}
.anotherblog_listarea li{
  width: 90%;
  border-bottom:  0.5px solid #B3B8BB;
  padding: 10px 0px 10px 0px;
}
.anotherblog_listarea li:hover{
  width: 90%;
  background-color: #E4E6E7;
}
.anotherblog_listarea a{
  color: #4b474d;
}

  /* sns〜footerエリア */
.sns {
    position: relative;
    top: -700px;
    width: 378px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    display: flex;
    border: none;
    background-color: transparent;
    list-style-type: none;
}
.sns_icon{
    text-decoration: none;
    width: 31.5px;
    padding: 10px;
    cursor: pointer;
}
.footer {
    position: relative;
    display: inline-block;
    top: -700px;
    bottom: 0px;
    left: 0px;
    background-color: #4B474D;
    width: 375px;
    height: 180px;
    text-align: left;
    font-size: 13px;
    line-height: 1.3;
    color: white;
    font-family: var(--font-noto-sans-jp);
  } 
.li01 {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 328px;
}
.li02 {
    position: absolute;
    left: 25px;
}
.copyright {
    position: absolute;
    width: 375px;
    bottom: 10px;
    font-size: 10px;
    font-weight: 500;
    text-align: center;
}