@charset "UTF-8";
section {
	margin-bottom:3rem;
}
h4 {
	padding:2rem 0 1rem;
}

.flex_content {
	display:flex;
	justify-content:space-between;
}
.flex_content .text {
	width: 45%;
}
.flex_content .text p {
	padding-bottom:1rem;
}
.flex_content .image {
	width: 53%;
	display: flex;
	justify-content:space-between;
	padding:2rem;
	background:#F6EEEE;
	border-radius:16px;
}
.flex_content .image .btn_area {
	width:70%;
}
.flex_content .image .qr_image {
	width:30%;
}
.submit {
	padding:0.75rem 2rem;
	text-align:center;
	width:350px;
}
.submit a {
	display:block;
	color:#fff;
	font-weight:600;
	background:#3C4C8F;
	border-radius:16px;
	padding:1rem 0;
	box-shadow:0 0 10px rgba(0,0,0,0.16);
	transition: 0.5S;
}
.submit a:hover {
	background:#6077DB;
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1024px) {
	
}
@media screen and (max-width: 960px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 560px) {
	
}
@media screen and (max-width: 428px) {
	
}
@media screen and (max-width: 375px) {
	
}