@charset "utf-8";
/*what.html*/
.what_top_div{
	width: 100%;
	background-color: #FFF;
	padding-bottom: 40px;
}
.what_top_div h2{
	margin: 0;padding: 0;
	font-size: 0;
}
.what_top_giza_img{
	display: block;
	width: 100%;
	height: auto;
}
.what_top_giza_img_sp{
	display: none;
}
.what_top_img{
	width: 99%;
	max-width: 409px;
	height: auto;
	margin-bottom: 40px;
}
.what_flex_div{
	display: flex;
	width: 98%;
	max-width: 960px;
	margin: 0px auto;
}
.what_l_div,.what_r_div{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.what_l_div{
	width: 50%;
	flex-direction: column;
	justify-content: space-around;
}
.what_b{
	font-size: 24px;
	color: #666;
	line-height: 40.80px;
}
.what_b span{
	color: #E75297;
}
.what_p{
	font-weight: 500;
	color: #666;
	text-align: center;
	line-height: 27.20px;
}
.what_mini_p_pc{
	font-weight: 400;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
	line-height: 18px;
	color: #B399A0;
	font-size: 12px;
}
.what_mini_p_sp{display: none;}
.what_cute_img{
	width: auto;
	height: 315px;
	max-width: 570px;
}
.what_next_flex_div{
	display: flex;
	justify-content: center;
}
.what_next_flex_div a{
	width: auto;
	margin: 0 16px;
}
@media screen and (max-width: 1024px) {
	.what_cute_img{
		width: 100%;
		height:auto;
	}
	.what_b{font-size: 2.5vw;}
	.what_p{font-size: 1.5vw;}
	.what_mini_p_pc{font-size: 1vw;}
	.btn_img{width: 345px;}
	.what_next_flex_div a{
		margin: 0 8px;
	}
}
@media screen and (max-width: 767px) {
	.what_flex_div{
		display: block;
	}
	.what_next_flex_div {
		display: block;
	}
	.what_next_flex_div a{margin: 0 auto;}
	.what_btn_img{
		margin: 16px auto;
	}
	.what_top_giza_img{
		display: none;
	}
	.what_top_giza_img_sp{
		display: block;
		width: 100%;
		height: auto;
	}
	.what_top_img{
		width: 96%;
		max-width: 287px;
		margin-bottom: 24px;
	}
	.what_l_div,.what_r_div{width: 100%;}
	.what_b{
		font-size: 16px;
		line-height: 27.20px;
	}
	.what_p{
		font-size: 13px;
		line-height: 22.10px;
		margin-top: 20px;
	}
	.what_mini_p_sp{
	display: block;
	width: fit-content;
	margin: 0 auto;
	text-align: left;
	line-height: 16.50px;
	color: #B399A0;
	font-size: 11px;
	}
	.what_mini_p_pc{display: none;}
	.what_cute_img{
		margin: 24px auto;
		width: 96%; 
		max-width: 341px;
	}
	.what_top_div{padding-bottom: 0;}
}