/* 移住希望地域ランキング */
.table-ranking{
    width: 100%;
    text-align: center;
}
.table-ranking th{
    border: 1px solid #707070;
    background: #e8f1d2;
}
.table-th-w50{
    width: 50%;
}
.table-ranking td{
    border: 1px solid #707070;
}
.table-ranking thead,
.table-ranking tbody{
    height: 40px;
    line-height: 40px;
}
.p-note-table{
    margin-bottom: 20px;
    font-size: 12px;
}
/* 10箇条リスト */
.list-10articles li{
    margin-bottom: 10px;
}
.list-10articlesli li p{
    margin-left: 1rem;
    text-indent: -1rem;
}
.txt-centering{
    text-align: center;
}
.txt-centering p{
    font-weight: bold;
}
.img-centering{
    margin: 0 auto;
}
/* 記事内リンク */
.art_link-all{
    padding: 10px;
    max-width: 520px;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
    border: solid 1px #ededed;
    line-height: 1.5;
}
.art_link-all:hover{
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(273, 237, 237, 0.8);
}
.art_link-main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.art_thumb{
    width: 87px;
    height: auto;
    margin-right: 20px;
}
.art_thumb img.artthumbimg{
    width: 100%;
	height: 100%;
    margin-bottom: 0;
}
.art_link-all:hover .art_thumb img{
    opacity: 0.8;
}
.art_link-main div.art_ttl{
    margin-right: 10px;
    max-width: 330px;
    font-size: 14px;
    color: #2f4fca;
}
.art_link-all:hover{
    text-decoration: underline;
    opacity: 0.8;
}

.art_link-main div.art_ttl:hover{
    opacity: 0.9; 
}
.art_link-main .togo{
    display: flex;
    align-items: baseline;
    white-space: nowrap;
    margin-top: auto;
    margin-left: auto;
}
.art_link-all:hover .art_link-main .togo{
    opacity: 0.9;
}
.art_link-main .togo p{
    font-size:11px;
    margin-right: 5px;
    margin-bottom: 0;
}
.art_link-main .togo p:after{
content: "";
width: 6px;
height: 6px;
border-right: 2px solid #000;
border-top: 2px solid #000;
display: inline-block;
transform: rotate(45deg);
}

/* 記事内リンクSP */
@media screen and (max-width:767px) {
    .art_thumb{
        margin-right: 10px;
        height: auto;
    }
    .art_link-main div.art_ttl{
        font-size: 12px;
    }
  }