@charset "UTF-8";
/* CSS Document */



/* works */


/* 詳細 */

.wrap1 {
width: 550px;
    margin: 100px auto 0;
}

.wrap1 h2 {
	padding-bottom: 10px;
}


iframe {
	border-radius: 20px;
}

	.point {
		margin-top: 150px;
	}


.canp,flex {
	margin-top: 100px;
	
	justify-content: space-between;
}
.canp_pc {
	    width: 46%;
}


.point img {
	margin-top: 20px;
}

.site_design,flex {
	justify-content: space-between;
}

.site_design img {
	width: 47%;
}


	.inactive span {
		font-weight: bold;
	}

@media(max-width:768px) {
	.wrap1 {
		width: 315px;
	}
	
	
	
		.wrap1 h2 {
text-align: left;
	}
	iframe {
		width: 315px;
	}
	
	.point {
		margin-top: 100px;
	}
	
	.site_design, flex {
display: block;
	}
	
	.site_design img {
    width: 100%;
}
}

