@charset "UTF-8";
/*――――――――――――――――――
section02
―――――――――――――――――――*/
#social_marketing #section02 {
	position: relative;
    background-color: #f3f5f7;
    padding: 70px 0 70px;
}
#social_marketing #section02 .flex {
	display: flex;
	justify-content: space-between;
}
#social_marketing #section02 .flex > div {
	border-top: 1px solid #CCCCCC;
	width: 48%;
	background-color: #FFF;
	padding: 20px;
	position: relative;
}
#social_marketing #section02 .flex a.flex_imglink {
	display: block;
	overflow: hidden;
	line-height: 0;
    margin-bottom: 10px;
}
#social_marketing #section02 .flex a.flex_imglink img {
	transition: .4s ease;
	width: 100%
}
#social_marketing #section02 .flex a.flex_imglink:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}
#social_marketing #section02 .flex h3 {
	font-size: 30px;
	color: var(--black);
	font-weight: bold;
	margin-bottom: 10px;
}
#social_marketing #section02 .flex h3 span{
	font-weight: normal;
	font-size: 18px;
	color: var(--mc);
	margin-bottom: -10px;
	display: block;
}
#social_marketing #section02 .flex h4{
	font-size: 26px;
	color: var(--mc);
	margin-bottom: 10px;
}
#social_marketing #section02 .flex p {
	color: var(--tc);
	font-size: 16px;
	margin-bottom: 45px;
}


.btn01.right {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media only screen and (max-width: 767px) {
	#social_marketing #section01 {
		padding: 20px 0;
	}
	#social_marketing #section02 {
		padding: 40px 0 50px;
	}
	#social_marketing #section02 .flex {
		display: block;
	}
	#social_marketing #section02 .flex > div {
		width: 100%;
	}
	#social_marketing #section02 .flex > div:first-child {
		margin-bottom: 45px;
	}
	#social_marketing #section02 .flex h3 {
		font-size: 26px;
	}
	#social_marketing #section02 .flex h3 span{
		font-size: 16px;
	}
	#social_marketing #section02 .flex h4{
		font-size: 20px;
	}
	#social_marketing #section02 .flex > div p {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px){
.btm_section {
    padding: 20px 0 0px;
}
}