.kanren-list {
    border-top: 1px solid #babec4;
}
.kanren-list a {
    display: block;
    color: black;
	text-decoration: none;
}
.bottomline {
    border-bottom: 1px solid #babec4;
}
/*矢印見た目*/
.arrow-right {
    position: relative;
    display: inline-block;
}
.arrow-right:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/* PCサイズのみ適応 */
@media screen and (min-width:768px) {
	.kanren-list {
	    padding: 0.9em 0.8em;
	    font-size: 22px;
	}
	.kanren-list a {
		font-size: 80%;
	}
}
/* スマホサイズのみ適応 */
@media only screen and (max-width: 520px) {
	.kanren-list{
		padding: 0.65em 0.8em;
		font-size: 22px;
	}
}
