@charset "UTF-8";

.box_bg_photo_1 {
	background-image: url("../img/mv.jpg");
	background-size: cover;
	background-position: center;
}
.partner_wrap {
	margin: 80px auto 80px auto;
	width: 700px;
}




@media only screen and (min-width: 751px) {
.wrap_contact {
	margin: 0 auto;
	padding: 0;
	width: 700px;
}
.button_wrap {
	display: flex; 
	justify-content: center;
	margin-top: 60px;
}
}

.button {
	position: relative;
	display: inline-block;
	padding: 0.9em 0em;
	border: 2px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	outline: none;
	transition: all .3s;
	margin: 0 15px;
	width: 230px;
}
.button::before,
.button::after {
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	z-index: 2;
	content: '';
	transition: all .3s;
}
.button::before {
	border-top: 2px solid #188dc8;
	border-bottom: 2px solid #188dc8;
	transform: scale(0, 1);
}
.button::after {
	border-right: 2px solid #188dc8;
	border-left: 2px solid #188dc8;
	transform: scale(1, 0);
}
.button:hover {
	color: #188dc8;
}
.button:hover::after,
.button:hover::before {
	transform: scale(1);
}

@media only screen and (max-width: 750px) {
.partner_wrap {
	width: 80%;
	margin:50px auto;
	line-height: 200%
}




.button_wrap {
	margin: 0 auto;
	text-align: center;
}
.button {
	margin: 20px 0 0 0;
	width: 70%;
}
}