@charset "UTF-8";

.banner {
	line-height: 1.4;
}


.banner small {
	font-size: 1.2rem;
}

.banner h3 {
	font-size: 1.8rem;
	margin: 0 0 .8rem;
}

.banner p {
	margin: 0;
		line-height: 1.5;
		font-size: 1.3rem;
}
.banner-text {
	width: 64%;	
}

.banner a {
	display: block;
		background:#edebed;
			color: #222;
	padding: 1.6rem 2.4rem;
	border-radius: .5rem;
/*	box-shadow: var(--shadow);*/
}


.banner a:hover {
	background: #e3e0e3;
/*		box-shadow: var(--shadow-a);*/
}

.banner .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
}

.banner.illust a:hover img {
	opacity: 1;
}

.banner picture {
width: 30%;
text-align: center;
}
.banner img {
	max-height: 78px;
	width: auto;
}

.banner ul li{
font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

.banner a[href*="pinterest"] .banner-text p:after {
	content: "";
	display: inline-block;
	width: 1.375rem;
	height: 1.375rem;
	background: url('img/new-window.svg') no-repeat left top;
	background-size: cover;
	margin-left: .5rem;
	position: relative;
	top: 2px;
}