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


/* works */




/* 詳細 */


.wrap1 {
	width: 550px;
	margin: 0 auto;
}
.wrap1 h2 {
		font-weight: 500;
}

iframe {
	    border: 2px #5C5B5B solid;
	border-radius: 20px;
}


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


.point {
	align-items: center;
	margin-top: 150px;
}
.point h2 {
	font-weight: 500;
}

.point_group2,flex {
	justify-content: flex-start;
}

.point_group2 h2 {
text-align: left;
}

.point_group2 p {
	padding-top: 10px;
}

.point_group1,flex {
	justify-content: space-between;
	margin-top: 150px;
	display: none;
}
.illust {
	width: 400px;
}



	.link,flex {
		justify-content: space-between;
		margin-top: 100px;
	}
  

	
	.inactive span {
		font-weight: bold;
	}


@media(max-width:768px) {
	
	.point {
    margin-top: 100px;
}
	.point p{
		letter-spacing: 0;
	}
	
	.point_group1 {
		margin-top: 100px;
	}
	.illust {
		padding-top: 30px;
	}
}


