@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

@media only screen and (max-width: 768px) {
}

/***************************************************************************
sam_exp
****************************************************************************/

.sam_exp {
	margin-bottom: 100px;
}
.sam_exp .sam {
	height: 200px;
}
.sam_exp .exp {
	background-color: rgba(255,179,153,0.7);
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 200px;
}
.type_01_01 .exp {
	margin-top: -100px;
}
.type_02_01 .exp {
	top: -100px;
	position: relative;
}
.type_03_01 .exp {
	transform : translateY(-100px);
	position: relative;
}

.type_01_02 .exp {
	margin-top: -50%;
}
.type_02_02 .exp {
	top: -50%;
	position: relative;
}
.type_03_02 .exp {
	transform : translateY(-50%);
	position: relative;
}



