@charset "utf-8";

.contents__header--bg {
	padding: 0.8rem 1rem .9rem;
	font-size: 1.25rem;
	font-weight: bold;
	color: #fff;
	background: rgb(19,150,202);
	background: linear-gradient(105deg, rgba(19,150,202,1) 0%, rgba(21,143,199,1) 50%, rgba(8,120,189,1) 100%);
	border-radius: .3rem;
}

@media screen and (min-width: 48em) {
	.contents__header--bg {
		font-size: 1.625rem;
		padding: 0.6rem 1.4rem 1.1rem;
	}
}

.contents__header--bg span {
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.3rem 0.6rem 0.3rem;
    background: #fff;
    color: #0985c8;
    line-height: 1;
    border-radius: 0.3rem;
	margin-bottom: .3rem;
	display: inline-block;
}

@media screen and (min-width: 48em) {
	.contents__header--bg span {
		padding: 0.3rem 0.6rem 0.4rem;
		margin-bottom: .4rem;
	}
}

.border-btm-none{
	border-bottom: none !important;
	padding-bottom: 0 !important;
}
.border-top-none{
	border-top: none !important;
}