body{font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  ; color: #444;
  
  background-size: 40px 40px; 

}
footer{    background-color: #6bb6ff;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
letter-spacing: 16px;}
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
#img_wrap{width:100%!important;}
#lpshoppingcolumn,#smp-lpshoppingcolumn,.sp_btn{display:none;}
img{display: block;   }
.henshuubu::before{ content: "編集部：";color:rgb(224, 21, 174);font-weight: bold;}
.nakagaichi::before{ content: "中垣内：";color:rgb(0, 89, 255);font-weight: bold;}
.blink {
  animation: blinkAnime 0.7s infinite alternate;
}
@keyframes blinkAnime{
   0% { color: #ff9900 }
 100% { color: #ff0000 }
}
@media screen and ( min-width:800px ){
  h1 {
    position: relative;
    padding-left: 25px;
  }
  
  h1:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px rgb(107 182 255);
  }
  h1:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 7px;
    width: 99%;
    border-bottom: solid 5px rgb(107 182 255);
  }
  .topp{ color: #ff0000 ;
    margin: 0;
    font-size: 24px;}
  .adbox{width:760px;
    margin: 0 auto 10px;
  display: flex;}
  h2 {
    margin: 5px auto 14px;
    position: relative;
    padding: 10px 10px;
    width: 98%;
    font-size: 23px;
  }
  
  h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#0a99bd), to(#6bb6ff));
    background-image: -webkit-linear-gradient(right, #0a99bd 0%, #6bb6ff 100%);
    background-image: linear-gradient(to left, #0a99bd 0%, #6bb6ff 100%);
  }
  .adwrap{    border-radius: 5px;
    padding: 0px 0 20px 0;
    border: 2px solid #71b5fc;
    margin: 10px auto;
  }
  .eyecatch{width: 210px;}
  .adtext{width: 100%;padding: 10px;}
  .eyecatchimg{width: 100%;}
  .button_solid012 a {
    background: #6bb6ff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #003067;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 2px solid #000;
    z-index: 1;
    border-radius: 5px;
}
.button_solid012 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #6bb6ff;
    z-index: -1;
    border: 2px solid #000;
    border-radius: 5px;
}
.button_solid012 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #2b7fde;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_solid012 a i {
    position: absolute;
    right: 9px;
}
.button_solid012 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_solid012 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}

 
  .master{width:1100px;margin:0 auto; 
      display: flex;-webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      }
      .main-left{width:800px;  margin:0px auto; padding:10px;  background-color: #fff; }
      
}
@media screen and ( max-width:799px ){
  h1 {
    position: relative;
    padding-left: 25px;
    margin-top: 4px;
    font-size:26px;
  }
  
  h1:before {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 15px transparent;
    border-bottom: solid 15px rgb(107 182 255);
  }
  h1:after {
    position: absolute;
    content: '';
    bottom: -3px;
    left: 7px;
    width: 99%;
    border-bottom: solid 5px rgb(107 182 255);
  }
  .topp{ color: #ff0000 ;
    margin: 0;
    font-size: 16px;}
  
  .main-left{    width: 100%;
    padding: 5px;}
  .adbox{width:100%;
    margin: 0 auto 10px;
  }
  h2 {
    margin: 0px auto 14px;
    position: relative;
    padding: 10px 10px;
    width: 98%;
    font-size: 19px;
  }
  
  h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-gradient(linear, right top, left top, from(#0a99bd), to(#6bb6ff));
    background-image: -webkit-linear-gradient(right, #0a99bd 0%, #6bb6ff 100%);
    background-image: linear-gradient(to left, #0a99bd 0%, #6bb6ff 100%);
  }
  .adwrap{    border-radius: 5px;
    padding: 0px 0 20px 0;
    border: 2px solid #71b5fc;
    margin: 10px auto;
  }
  .eyecatch{width: 80%;
    display: block;
    margin: 0 auto;}
  .adtext{width: 100%;padding: 10px;}
  .eyecatchimg{width: 100%;}
  .button_solid012 a {
    background: #6bb6ff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #003067;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 2px solid #000;
    z-index: 1;
    border-radius: 5px;
}
.button_solid012 a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #6bb6ff;
    z-index: -1;
    border: 2px solid #000;
    border-radius: 5px;
}
.button_solid012 a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translate3d(0,0.40rem,-1rem);
    transform: translate3d(0,0.40rem,-1rem);
    border: 2px solid #000;
    border-radius: inherit;
    background: #2b7fde;
    -webkit-box-shadow: 0 0.6rem 0 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0.4rem 0 0 rgb(0 0 0 / 20%);
    z-index: -2;
}
.button_solid012 a i {
    position: absolute;
    right: 9px;
}
.button_solid012 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_solid012 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}

  
  .master{width:100%;margin:0 auto;}
  header{width:100%;background-color: #0084ff;height: 27px;color:#fff;font-weight: bold;}
  
}


html {
scroll-behavior: smooth;
}
.ssss{opacity:0!important;transition: 1.0s ;}