.sec-intro {
	margin-bottom: 60px;
}

@media (max-width: 750px) {
	.sec-intro {
		margin-bottom: 8vw;
	}
}

.sec-intro .box-bois {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	background: #fff;
	padding: 40px;
}

@media screen and (max-width: 750px) {
	.sec-intro .box-bois {
		flex-direction: column-reverse;
		padding: 5.33333vw;
	}
}

.sec-intro .box-bois .content {
	color: #000;
	width: calc(100% - 200px);
	padding-right: 2em;
}

@media print, screen and (min-width: 751px) {
	.sec-intro .box-bois .content {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
}

@media screen and (max-width: 750px) {
	.sec-intro .box-bois .content {
		width: 100%;
		padding-right: 0;
	}
}

.sec-intro .box-bois .content a {
	color: #000;
}

.sec-intro .box-bois .content a:hover {
	color: #005628;
}

.sec-intro .box-bois .logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	text-align: center;
}

.sec-intro .box-bois .logo img {
	max-width: 100%;
}

@media screen and (max-width: 750px) {
	.sec-intro .box-bois .logo {
		width: 62vw;
		margin: 0 auto;
		margin-bottom: 4vw;
	}
}

.sec-intro .box-bois .logo a {
	transition: opacity 0.2s;
}

.sec-intro .box-bois .logo a:hover {
	opacity: 0.8;
}

.sec-intro .box-bois .bois-btn {
	display: flex;
	width: auto;
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.sec-intro .box-bois .bois-btn a {
	color: #000;
	padding-left: 3em;
	padding-right: 3em;
	height: auto;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
}

/*# sourceMappingURL=../../../../_map/service/bousai/csr/css/style.css.map */
