﻿
.top-bnr-ex4 {
	width: 100%;
	max-width: 900px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.top-bnr-ex4 a {
	width: 48%;
	margin-bottom: 20px;
}

.top-bnr-ex4 a p {
	text-align: center;
	font-size: 0.9em;
	font-weight: 500;
}

@media (max-width:600px){
	
	.top-bnr-ex4 {
		max-width: 300px;
	}
	
	.top-bnr-ex4 a {
		width: 100%;
		margin-bottom: 5px;
	}
	
}

.insta-block {
	width: 100%;
	max-width: 500px;
	padding: 20px;
	display: block;
	background: linear-gradient(70deg, #fd8b32, #a407b8);
	margin: 40px auto 0 auto;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.insta-block:hover {
	opacity: 0.7;
}

.insta-inner {
	display: flex;
	justify-content: space-between;
}

.insta-tit {
	width: 60%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.insta-tit img {
	width: 80%;
}

.insta-tit p {
	font-weight: 500;
	margin-bottom: 10px;
}

.insta-tit dd {
	margin-bottom: 0;
}

.insta-qr {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}












