.hukibox {
    padding: 1em;
    position: relative;
    border: solid 3px #eee;
    border-radius: 9px;
}
.hukibox:before , .hukibox:after {
    content: '';
    position: absolute;
    top: 32%;
    border: 18px solid transparent;
}
.hukibox:before {
    left: -39px;
    border-right: 20px solid #eee;
}
.hukibox:after {
    left: -34px;
    border-right: 20px solid #fff;
}
@media screen and (max-width: 480px){
.hukibox:before , .hukibox:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    left: 40%;
}
.hukibox:before {
    border-bottom: 20px solid #eee;
    top: -40px;
}
.hukibox:after {
    border-bottom: 20px solid white;
    top: -36px;
}}
@media only screen and (min-width: 481px){
.shtb2.tbrsp .cell:last-of-type {
    vertical-align: middle;
}}

/*内部リンク＊記事ページ*/
.entry-content a.linkto.table{
    margin:2em 0;
    border:solid 1px #555;
    background:none;
    transition: .3s;
}
.entry-content a.linkto.table img{
    box-shadow:none;
}
.entry-content a.linkto.table:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0.7 ;
}
.entry-content a.linkto {
    position: relative;
    max-width: 100%;
}
.entry-content a.linkto:before {
    position: absolute;
    content: " ＼check／";
    top: -17px;
    left: 5px;
    display: inline-block;
    width: 75px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    font-size: 11px;
    line-height: 28px;
    color: #333;
    letter-spacing: 3px;
    padding-left: 3px;
    border-radius: 0px;
}
.entry-content a.linkto:after {
    position: absolute;
    display: flex;
    height: 15%;
    padding: 2px 15px;
    content: "続きを読む";
    bottom: 5px;
    right: 5px;
    font-size: 12px;
    color: #fff;
    background:#333;
    font-weight:bold;
    text-decoration:none;
    align-items: center;
}
.entry-content a.linkto .tbtext {
    padding: 15px 0px 0px 10px;
    vertical-align: top;
    font-size: 14px!important;
    color:#333;
}
@media (max-width: 480px) {
  .sp-scrollable-table table{
    border-collapse: collapse;
    margin: 2em 0;
    max-width: 100%;
  }

  .sp-scrollable-table th{
    background-color: #eee;
  }

  .sp-scrollable-table th,
  .sp-scrollable-table td{
    border: solid 1px #ccc;
    padding: 3px 5px;
    white-space: nowrap;
  }

  .sp-scrollable-table {
    overflow-x: auto;
    margin-bottom: 1em;
    max-width: 770px;
  }
}