@charset "UTF-8";




/*********** 共通・bg *************/



/*********** ↑共通・bg *************/



.dento_01-wrap {
	width: 81.92%;
	margin: 0 auto;
	margin-top: 60px;
}

.dento_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.dento_02-wrap li {
	width: 47.75%;
	margin-top: 40px;
}

.dento_03-wrap .cap-cover-left {
	left: 15%;
	bottom: 1%;
}

.dento_04-wrap {
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-template-rows: auto auto;
	justify-content: space-between;
}

.dento_04-wrap li {
	margin-top: 60px;
}

.dento_04-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

.dento_04-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.dento_04-wrap li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.dento_04-wrap li:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-self: center;
}

.dento_05-wrap {
	display: grid;
	grid-template-columns: 71.67% 25%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
}

.dento_05-wrap li:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
	margin-top: 60px;
}

.dento_05-wrap li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 2 / 4;
	margin-top: 60px;
}

.dento_05-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	margin-top: 60px;
}

.dento_05-wrap li:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	align-self: flex-end;
}

.dento_06b {
	width: 79%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dento_07-wrap {
	display: grid;
	grid-template-columns: 71.67% 25%;
	grid-template-rows: auto auto auto;
	justify-content: space-between;
	margin-top: 60px;
}

.dento_07-wrap li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 3;
}

.dento_07-wrap li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

.dento_07-wrap li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-self: flex-end;
}

.dento_07b {
	width: 48.33%;
	margin-top: 20px;
	margin-bottom: 20px;
}





