@charset "UTF-8";

/* -------------------------- */
/* content */
/* -------------------------- */

.businessBox {
	padding-bottom: 50px;
}
.businessBox:nth-of-type(1) {
	text-align: center;
}
	.businessBox:nth-of-type(1) .flexible_x_type01 {
		text-align: left;
	}
		.businessBox .businessTxt {
			margin-bottom: 30px;
		}
		.businessBox .businessImg img {
			margin: 0 auto 30px;
		}

/* exampleBox */
.exampleBox {
	justify-content: space-between;
}
	.exampleBox .flexible_x_type02 {
		margin-bottom: 20px;
	}
		.exampleBox .exampleImg {
			width: 100%;
		}
		.exampleTxt {
			padding: 15px;
		}
.vinyl_house_link {
	width: auto;
	margin: 0 40px 50px 40px;
}

/* ================================================================================================================================================================================== */
/* pc */
/* ================================================================================================================================================================================== */

@media only screen and (min-width:1024px) {

/* -------------------------- */
/* content */
/* -------------------------- */

.businessBox {
	padding-bottom: 70px;
}
	.businessBox .flexible_x_type01  {
		justify-content: space-between;
	}
	.businessBox:nth-of-type(2) .businessTxt {
		margin-bottom: 50px;
	}
	.businessBox .businessImg img {
		width: 325px;
		margin-left: 30px;
	}
	.businessBox:nth-of-type(2) .businessImg img {
		margin-bottom: 50px;
	}

/* exampleBox */
.exampleBox {
	justify-content: flex-start;
}
	.exampleBox .flexible_x_type02 {
		align-items: center;
	}
		.exampleBox .exampleImg {
			width: 260px;
			min-height: 122px;
			position: relative;
			overflow: hidden;
		}
			.exampleBox .exampleImg img {
				width: 100%;
				height: auto;
				min-height: 122px;
				position: absolute;
				top: 50%;
				left: 50%;
				-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
			}
		.exampleTxt {
			padding: 15px 25px;
		}
.vinyl_house_link {
	width: 100%;
	margin: 0 auto;
}
	.vinyl_house_link a {
		width: fit-content;
		margin: 0 auto 50px auto;
	}
}