
/*////////////////////////////////////
trouble
////////////////////////////////////*/

@media screen and (min-width: 768px) {

#ireba_area{
	position: relative;
	width: 100%;
	padding: 100px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#ireba_place{
	position: relative;
	width: 90%;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#ireba_word{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: clamp(2rem,2vw,3rem);
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
}

}

@media screen and (min-width: 0px) and (max-width: 767px) {
#ireba_area{
	position: relative;
	width: 100%;
	padding: 50px 0;
	background-color: #ebf6f7;
	overflow: hidden;
}

#ireba_place{
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

#ireba_word{
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	color: #333333;
	letter-spacing: 0.08em;
}


}






/*////////////////////////////////////

////////////////////////////////////*/

@media screen and (min-width: 768px) {



}

@media screen and (min-width: 0px) and (max-width: 767px) {

}