.btn_area a {
	width: 65px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border: 0.5px solid var(--sub_text_opacity);
	color: #2B373A;
	font-size: 1.4rem;
	border-radius: 5px;
}
.btn_area button {
	flex: 1;
}




@media screen and (max-width: 768px) {
}
@media screen and (max-width: 380px) {
}