  .contents_body .block-wrap a {
    position: relative;
    /* display: block; */
    font-weight: bold;
    color: #0099D9;
    margin-bottom: 14px;
    padding: 10px 30px 10px 30px;
    margin-top: 0.5em;
    border: 1px solid;
    width: 17.5em;
}
.contents_body .block-wrap a:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0099D9;
    border-right: 2px solid #0099D9;
    transform: rotate(
	45deg
	);
    top: 18px;
    left: 12px;
}
.contents_body .block-wrap a:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: #0099D9;
    bottom: 10px;
    background: url("/jp/ja/solution/lifescience/img/icon-blank.png") no-repeat center center;
    background-size: 100% auto;
    margin-left: 0.5em;
}
