 @charset "UTF-8";

.tags span{
margin-bottom: 15px;
}

/* 記事下gtmタグ */
.js-gtm-atmatchapp-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.js-gtm-atmatchapp-container:empty {
    margin: 20px 0 0;
}
.js-gtm-atmatchapp-container a {
    font-size: 16px;
    color: #1172b0;
    text-decoration: none;
}
.js-gtm-atmatchapp-container a:hover {
    color: #1caac9;
}
.js-gtm-atmatchapp-container a:before {
    border: 5px solid transparent;
    border-left-color: #1172b0;
    content: "";
    display: inline-block;
    height: 0;
    width: 0;
}

/* バナー */
.bnr-wrap a {
	display: block;
}
.bnr-wrap {
	margin: 20px 0 0 0;
}
.bnr-wrap a:not(:last-child) {
	margin: 0 0 20px 0;
}
.bnr-wrap img {
	width: 100%;
}
.bnr-wrap img:hover {
	opacity: 0.7;
}

/* おすすめ記事 */
.recommend-list-head {
	font-size: 24px;
	line-height: 1.556;
	height: 45px;
}
