.l-entry__body table{
    white-space: nowrap;
    overflow-x: auto!important;
}
.js-scrollable{
    -ms-overflow-style: none;
}

.is-scrollable{
    cursor: grab;
}

.js-scrollable::-webkit-scrollbar{
    display: none;
}

.scroll-hint-icon{
    height: 95px;
}

.showmore_content {
    overflow: hidden;
}

.showmore_trigger {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

.showmore_trigger span {
    display: inline-block;
    border-bottom: 1px solid #000;
    padding: 0.5em 0;
    font-weight: bold;
}

.scroll-hint-icon{
    width: 130px;
    padding: 20px 0 10px 0;
}


/* サイドバー */
.p-simple-article{
    display: block;
}

.p-simple-article__figure,
.p-simple-article__title{
    width: 100%;
}

.p-simple-article__figure{
    height: 160px;
}

.p-simple-article__category{
    margin-left: 0;
}


.p-simple-article__title{
    font-size: 13px;
}

.p-simple-article__category{
    padding: 3px 1.5em;
    margin-bottom: 5px;
}

.l-side-articles__body{
    padding-bottom: 30px;
}


.waku_tit{
    font-size:2rem;
    background: #005873;
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 0px;
  }
  
  .kakomi p a{
    margin-top: 2em;
  }
  
  .kakomi p a{
    color: #000;
    font-weight: bold;
    font-size: 17px;
    font-family: 'Shippori Mincho', serif;
  }
  
  .kakomi p a:before{
    content: "●";
    color: #eda97d;
    margin-left: -1em;
  }
  
  .kakomi p a::after{
    content: "";
    background: url(https://megumag.com/wp-content/themes/megumag/dev/public/assets/images/common/link_icon.png)no-repeat center center;
    display: inline-block;
    background-size: 100%;
    width: 16px;
    height: 16px;
    margin: 0px 3px -2px;
    padding-top: 2px;
  }
  
  .kakomi{
    background: #fff;
    padding-bottom: 30px;
  }
  
  .kakomi p{
    padding: 0 50px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
    font-weight: bold;
    font-size: 16px;
  }
  
  .kakomi p{
    margin-top: 0!important;
  }
  
  .kakomi p:nth-child(1){
    font-size:2rem;
    background: #eda97d;
    padding: 15px 30px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Shippori Mincho', serif;
    margin-bottom: 30px;
  }
  
  
  .kakomi p:nth-child(2) a{
    margin-top: 0;
  }
  
  
  
  span.marker_01{
    background:linear-gradient(transparent 60%, #FBB03B 60%);
	  display:inline;
    }

    span.marker_02{
        background:linear-gradient(transparent 60%, #C1272D 60%);
			  display:inline;
    }


  
  
  
  @media screen and (max-width: 767px){
    .l-tags__list{
      max-height: 30vw;
    }
  
    .kakomi p:nth-child(1){
      font-size: 15px;
      padding: 10px 15px; 
      margin-bottom: 20px;
    }
    
    .kakomi p a{
      margin-top:20px;
      font-size: 14px;
    }
  
    .kakomi p{
      margin-bottom: 0;
      padding: 0 30px;
      font-size: 13px;
    }
  
    .kakomi p a::after{
      width: 13px;
      height: 13px;
    }
  
  }



/* 監修者 */
.author_wp{
  background: #fff;
  padding: 30px 40px;
  margin-top: 30px;
}

.author_wp h2{
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
.author_wp h2:before{
  content: "";
  position: absolute;
  top:  50%;
  left: 0;
  width:  28px;
  height: 28px;
  background: url("/wp-content/themes/megumag/dev/public/assets/images/common/icon_author.png") no-repeat center center / contain;
  transform: translate3d(0, -50%, 0) rotate(0deg);
  margin-top: -5px;
}

.author_wp>div{
  display: flex;
}

.author_wp>div>div{
  flex: 1;
}

.author_wp>div>div p{
  font-weight: bold;
  font-size: 14px;
}

.author_wp>div>div h3{
  font-size: 18px;
  color: #ec6820;
  line-height: 1;
  margin-top: 15px;
  font-weight: bold;
}

.author_wp>div>div div{
  font-size: 14px;
  margin-top: 10px;
}

.author_wp>div>div h3 span{
  font-size: 14px;
  font-weight: normal;
}

.author_wp>div>p{
  width: 145px;
  margin-right: 20px;
}

.author_wp>div>p img{
  width: 100%;
}

.author_wp>div.kansyu_p{
  display: none;
}

@media only screen and (max-width: 760px) {
  /* 監修者 */
  .author_wp{
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 1;
    padding: 25px 0;
  }

  .author_wp h2,
  .author_wp>div>div h3{
    font-size: 16px;
  }

  .author_wp h2{
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .author_wp>div>div p{
    font-weight: bold;
    font-size: 12px;
  }

  .author_wp>div>div p br{
    display: block;
    height: 0.8em;
    content: "";
  }

  .author_wp>div{
    align-items: center;
  }

  .author_wp>div>div div,
  .author_wp>div>div h3 span,
  .author_wp>div>p{
    font-size: 13px;
  }


  .author_wp::before{
    position: absolute;
    content: "";
    background: #fff;
    left: -20vw;
    top: 0;
    width: 150%;
    height: 100%;
    z-index: -1;
  }

  .author_wp>div>p{
    overflow: hidden;
    width: 36%;
  }

  .author_wp>div.kansyu_p{
    margin-top: 1em;
    display: block;
    font-size: 12px;
  }

  .author_wp div div.kansyu_p_sp{
    display: none;
  }
}
