/*テーブルプレス幅変更*/
.column-1{
  width:50%;
}
/*記事リンク文字変更*/
.content a{
    font-weight: bold;
    text-decoration: underline;
}
/*CSSバッジ*/
.badge1 {
    background: #607d8b;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 0px;
}
/*HTMLバッジ*/
.badge2 {
    background: #7e0000;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 2px;
}
/*タグ用枠*/
.sc_frame1{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#fff;
  color:#333;
}
/*CSS枠*/
.sc_frame2{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#f4f4f4;
  color:#333;
  margin-bottom:1em;
}
/* ----------------------------------------------------
タイトルボーダー変更
-----------------------------------------------------*/
.border5 {
    font-size: 1.2em;
    line-height: 20px;
    padding: .5em 0 .5em .5em;
    background: #838383;
    color: white;
    border-bottom: solid 5px black;
}
/*画像下側余白*/
.content img{
    margin-bottom: 3em;
}
/*テーブルプレス幅変更*/
.column-1{
  width:50%;
}
/*記事リンク文字変更*/
.content a{
    font-weight: bold;
    text-decoration: underline;
}
/*CSSバッジ*/
.badge1 {
    background: #607d8b;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 0px;
}
/*HTMLバッジ*/
.badge2 {
    background: #7e0000;
    color: #fff;
    padding: 5px 9px;
    margin-right: 10px;
    font-size: 0.8em;
    border-radius: 2px;
}
/*タグ用枠*/
.sc_frame1{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#dbdbdb;
  color:#333;
}
/*CSS枠*/
.sc_frame2{
  padding: 1em 1.5em;
  position: relative;
  border:1px solid #ccc;
  border-radius:0px;
  background-color:#f4f4f4;
  color:#333;
  margin-bottom:1em;
}
/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% 0.5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(254, 255, 0) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 4s ease;
    font-weight: bold;
}
.waku2{
    background-color: #f8f9ff;
    padding:2em;
    width:auto;
    border: dashed 1px #4865b2;
    margin-bottom: 2em;
    display:table;
}
.waku3{
    background-color: #f8f9ff;
    padding-left:1em;
    width:auto;
    border: dashed 1px #4865b2;
    margin-bottom: 2em;
    display:table;
    padding-top: 2em;
    padding-right: 0em;
}
.waku4{
    background-color: #f8f9ff;
    padding:2em;
    width:auto;
    border: dashed 1px #4865b2;
    margin-bottom: 2em;
}
.b-mokuzi{
font-weight:bold!important;
font-size: 1.5em;
}
/*文字を震わせる*/
.buruburu {
    display: inline-block;
    animation: hurueru 2.2s  infinite;
}

@keyframes hurueru {
   0% {transform: translate(0px, 0px) rotateZ(0deg)}
   2% {transform: translate(2px, 2px) rotateZ(2deg)}
   4% {transform: translate(0px, 2px) rotateZ(0deg)}
   6% {transform: translate(2px, 0px) rotateZ(-2deg)}
   8% {transform: translate(0px, 0px) rotateZ(0deg)}
   10% {transform: translate(2px, 2px) rotateZ(2deg)}
   12% {transform: translate(0px, 0px) rotateZ(0deg)}
   14% {transform: translate(2px, 0px) rotateZ(-2deg)}
   16% {transform: translate(0px, 2px) rotateZ(0deg)}
   18% {transform: translate(0px, 0px) rotateZ(0deg)}
   100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

/*目次の上の余白*/
#toc_container {
    margin-top: 3em;
}

/*一番下のナビゲーション非表示*/
.navigation{
display:none;
}
/*PRボタン*/
.pr{
font-size: 14px;
color:#fff;
margin-right: 10px;
background-color:#ee7917;
border-radius: 2px;
padding: 8px 8px 7px;
}
/*リンクのアンダー線を消す*/
.nashi{
text-decoration:none !important;
}
/*光るボタン*/
.hikaru-btn1 {
    display: block;
    position: relative;
    width: 70%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 0 auto;
  background-image: linear-gradient(#f00 0%, #ffd165 100%); /*グラデーション*/
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.29); /*影*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 2em;
  color: #ffffff !important; /*文字色*/
    text-align: center;
    text-decoration: none !important;
    overflow: hidden;
  border-bottom: solid 5px #ffaa07; /*下線*/
margin-bottom:2em;
    margin-top: -1em;
}
.hikaru-btn1:hover {
  background-image: linear-gradient(#6795fd 0%, #67ceff 70%); /*グラデーション*/
  -webkit-transform: translateY(4px); /*下線変化*/
  transform: translateY(4px); /*下線変化*/
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2); /*影*/
  border-bottom: none; /*下線なし*/
  color: #ffffff !important; /*文字色*/
}
.hikaru-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}



.shiny-btn4 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ed4545;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn4:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: none;
    -webkit-transform: translateY(3px);
}
.shiny-btn4::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 0.2s
    animation: shiny-btn2 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn4 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}