.carousel_area {
	width:750px;
	height:390px;
	padding: 00px;
	position: relative;
	
	overflow: hidden;
	
.carousel_area__inner {
		width: calc(750px * 8);
		position: relative;
		display:flex;
		top: 0px;
		left: 0px;
		
		font-size: 0px;
		transition: left 0.5s ease;
		&.position01 { left: calc(-750px * 0); }
		&.position02 { left: calc(-750px * 1); }
		&.position03 { left: calc(-750px * 2); }
		&.position04 { left: calc(-750px * 3); }
		&.position05 { left: calc(-750px * 4); }
		&.position06 { left: calc(-750px * 5); }
		&.position07 { left: calc(-750px * 6); }
		&.position08 { left: calc(-750px * 7); }
	}
	
.carousel_block {
		display: inline-block;
		padding: 30px;
		width: 750px;

		font-size: 1rem;
		background: white;
		border-radius: 15px;
	
		
		p {
			height: calc(4em * 1.8);
			overflow: hidden;
			line-height: 180%;
		}
	}
}

.carousel_buttons {
	width:750px;
	display:flex;
	flex-wrap: wrap;
justify-content: space-between;
	text-align: center;
	margin-top: -120px;
	margin-bottom: 20px;
}

.carousel_button {:before
		display: inline-block;
		width: 180px;
		height: 40px;
		border-radius: 10px;
	margin-bottom: 10px;
  border: 0px solid #162853;
	}
.carousel_button:hover {
		display: inline-block;
		width: 174px;
		height: 34px;
		border-radius: 10px;
	margin-bottom: 10px;
  border: 3px solid #c1075d;
	}


/* for Smart Phone */
@media screen and (max-width:599px) {
.carousel_area {
	width:347px;
	height:484px;
	padding: 00px;
	position: relative;
	
	overflow: hidden;
	
.carousel_area__inner {
		width: calc(347px * 8);
		position: relative;
		display:flex;
		top: 0px;
		left: 0px;
		
		font-size: 0px;
		transition: left 0.5s ease;
		&.position01 { left: calc(-347px * 0); }
		&.position02 { left: calc(-347px * 1); }
		&.position03 { left: calc(-347px * 2); }
		&.position04 { left: calc(-347px * 3); }
		&.position05 { left: calc(-347px * 4); }
		&.position06 { left: calc(-347px * 5); }
		&.position07 { left: calc(-347px * 6); }
		&.position08 { left: calc(-347px * 7); }
	}
	
.carousel_block {
		display: inline-block;
		padding: 30px;
		width: 343px;

		font-size: 1rem;
		background: white;
		border-radius: 15px;
	
		
		p {
			height: calc(4em * 1.8);
			overflow: hidden;
			line-height: 180%;
		}
	}
}

.carousel_buttons {
	width:347px;
	display:flex;
	flex-wrap: wrap;
justify-content: space-between;
	text-align: center;
	margin-top: -180px;
	margin-bottom: 20px;
}
.carousel_button {
		display: inline-block;
		width: 166px;
		height: 36px;
		border-radius: 10px;
	margin-bottom: 7px;
  border: 0px solid #162853;
	}
.carousel_button:hover {
		display: inline-block;
		width: 166px;
		height: 36px;
		border-radius: 10px;
	margin-bottom: 7px;
  border: 0px solid #162853;
	}
