/* <system section="theme" selected="26006613389136749"> */
@import url("https://github.com/Kazuhiro-ch/hateblog/blob/master/.editorconfig");
/* </system> */

/* <system section="background" selected="pixel-01"> */
body{ background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01.png?version=ac3185c073dee1377ae7c8f1641511'); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; background-size: 188px 178px; } @media (-webkit-min-device-pixel-ratio: 2) { body {background-image: url('https://cdn.blog.st-hatena.com/images/theme/backgrounds/2014/pixel-01@2x.png?version=ac3185c073dee1377ae7c8f1641511');} }
/* </system> */

#top-title{
　　display:block;
    position:relative;
    padding: 0;
    color: #000;
    text-decoration:none;
    margin:0;
    bottom:100px;
    text-align: center;
    font-family: "游ゴシック";
    font-weight: 900;
    margin-top:200px; 
}

#toptitle{
    text-align: center;
    font-size:7rem;
}

#top-title p{
     font-size:3rem;
}

.pickup1 .pickup-link {
    background-image: url();
}
.pickup2 .pickup-link {
    background-image: url();
}
.pickup3 .pickup-link {
    background-image: url();
}

h2{
  padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
}

h3 {
  position: relative;
  padding-left: 25px;
}

h3:before {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 15px rgb(119, 195, 223);
}

h3:after {
  position: absolute;
  content: '';
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 3px rgb(119, 195, 223);
}

h4 {
  color: #010079;
  text-shadow: 0 0 5px white;
  border-left: solid 7px #010079;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

#point {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 20px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

#point:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ff6363;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}


#gnav{
max-width: 1500px; /* 色を付けているここを記事と同じ巾を指定 */
margin: 0 auto; /* 中央揃えになるように左右のmarginをautoに */
background-color: #81b2e2;
display:block;
font-size:100%;
}

.default-nav{
    position: relative;
    box-shadow: 0 2px 4px -3px rgba(0,0,0,0.2);
}

#gnav ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align:center;
}

#menu {
    max-width: 1000px; /* 記事と同じ幅 */
    margin: 0 auto;
}


ul{
list-style:none;
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}


#gnav li{
    display: table-cell;
    position: relative;
}

#gnav li a{
    display:block;
    position:relative;
    padding: 0;
    color: #fff;
    text-decoration:none;
    margin:0;
    text-align: center;
    font-family: "游ゴシック";
     font-weight: 900;
}

#gnav .global-nav >li a{
    font-size'1.5vww;
    font-weight: 900;
    line-height : 2em;
}

#gnav .global-nav >li a{
    font-size'1.5vww;
    line-height : 100em;
}

#gnav .sub-menu >li a{
    font-size'1.5vww;
    line-height : 100em;
}

#gnav .header-menu:hover{
 background-color: #c0c0c0;
}

.header-info{
    max-width: 1500px; /* 色を付けているここを記事と同じ巾を指定 */
    margin: 0 auto; /* 中央揃えになるように左右のmarginをautoに */
    font-size:100%;
    display:block;
}

.header-info a{
    display:block;
    padding: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    text-align:center;
    font-weight: 900;
    font-size: 20px;
    font-family: "游ゴシック";
}

.coconara{
 background: #adff2f;
 }
.coconara a:link{
 color:#2f4f4f;
}
.coconara a:visited{
 color:#2f4f4f;
}
 
.announce {
 background: #ff69b4;
 color:#FFFFFF;
}

.announce a:link{
 color:#FFFFFF;
}

.announce a:visited{
 color:#FFFFFF;
}

.entry-content .l-fuki,
.entry-content .r-fuki {
position: relative;
width: 80%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 20px;
border-radius: 6px;
border: 2px solid #999;
box-shadow: 1px 1px 5px #aaa;
background-color: #fff;
z-index: 1;
}
.entry-content .l-fuki {
margin: 20px 20% 40px 0;
}
.entry-content .r-fuki {
margin: 20px 0 40px 19%;
}
.entry-content .l-fuki::before,
.entry-content .r-fuki::before {
position: absolute;
content: "";
top: 16px;
width: 10px;
height: 10px;
border-right: 2px solid #999;
border-bottom: 2px solid #999;
background-color: #fff;
z-index: 2;
}
.entry-content .l-fuki::before {
right: -7px;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}
.entry-content .r-fuki::before {
left: -7px;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
position: absolute;
content: "";
width: 80px;
height: 80px;
top: -10px;
border-radius: 40px;
border: 3px solid #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
box-shadow: 1px 1px 5px #aaa;
}
.entry-content .l-fuki::after {
right: -110px;
}
.entry-content .r-fuki::after {
left: -110px;
}
@media screen and (max-width: 620px) {
.entry-content .l-fuki,
.entry-content .r-fuki {
width: 70%
}
.entry-content .l-fuki {
margin-right: 30%;
}
.entry-content .r-fuki {
margin-left: 30%;
}
}
@media screen and (max-width: 478px) {
.entry-content .l-fuki::after,
.entry-content .r-fuki::after {
width: 60px;
height: 60px;
border-radius: 30px;
}
.entry-content .l-fuki::after {
right: -84px;
}
.entry-content .r-fuki::after {
left: -84px;
}
}

.fukidashi1::after {background-image:url(https://cdn-ak.f.st-hatena.com/images/fotolife/C/China-tushin/20200706/20200706100754.jpg);}