.adoption-wrapper{
	position: relative;
	padding: 0 15px;
	margin-bottom: 140px;
}

.adoption-image {
	width: 100%;
	height: auto;
	margin-top: -20px;
	margin-bottom: 51px;
}

.adoption-image img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}


.adoption-text{
	letter-spacing: 0px;
}

.adoption-text p{
	font-size: 18px;
}

.adoption-text .adoption-group{
	margin-bottom: 10px;
	line-height: 26px;
}

.adoption-text .adoption-list{
	font-size: 16px;
	padding-left: 20px;
	line-height: 48px;
	margin-bottom: 5px;
}

.adoption-text .adoption-notice{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 34px;
}

.adoption-text .adoption-career{
	font-weight: bold;
	line-height: 26px;
}

.adoption-text .adoption-career .adoption-link{
	display: inline;
	text-decoration: underline;
	color:#000000;
}

.adoption-button{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1.44446;
	font-weight: bold;
	border: 2px solid #0A3E86;
	border-radius: 16px;
	color: #0A3E86;
	text-align: center;
	margin-top: 38px;
	padding: 4px 35px;
	margin-bottom: -100px;
}
.adoption-button::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(45deg);
	border-top: 2px solid #0A3E86;
	border-right: 2px solid #0A3E86;
	transition: all 200ms ease-out;
}
.adoption-button:hover{
	background: #0A3E86;
	color: #FFFFFF;
}
.adoption-button:hover::after{
	width: 10px;
	border-color: #FFFFFF;
}
@media (min-width: 768px) {
	.adoption-wrapper{
		margin-left: auto;
		margin-right: auto;
		max-width: 945px;
		padding: 0;
	}
	.adoption-button{
		margin-top: 52px;
		padding: 19px 35px;
		border-radius: 22px;
		border-width: 3px;
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: 722px;
	}
	.adoption-button::after{
		width: 14px;
		height: 14px;
		right: 20px;
		border-width: 3px;
	}
	.adoption-button:hover::after{
		width: 14px;
	}
}

@media (max-width: 768px) {
	.adoption-image {
		margin-top: -40px;
		margin-bottom: 40px;
	}

	.adoption-text p{
		font-size: 17px;
	}

	.adoption-text .adoption-group{
		margin-bottom: 10px;
		line-height: 26px;
	}

	.adoption-text .adoption-list{
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.adoption-text .adoption-list li{
		margin-top: 10px;
	}

	.adoption-text .adoption-notice{
		font-size: 12.5px;
		margin-bottom: 50px;
	}

	.adoption-text .adoption-career{
		font-size: 16px;
		line-height: 26px;
	}

	.adoption-button{
		margin-bottom: -110px;
	}
}
