@charset "utf-8";


.keyVisual_content .innerBox .figure{
	background: url("../img/keyvisual.jpg") no-repeat center bottom / cover;
}

.keyVisual_content .keyVisual_title span::before{
	background: url("../img/p_information.png") no-repeat center bottom / contain;
	max-width: 271px;
	width: 100%;
	aspect-ratio: 541/194;
}

@media screen and (max-width: 768px){
	.keyVisual_content .keyVisual_title span::before{
		width: 40%;
	}
}

#underDetail .information_btns{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

#underDetail .information_btns a.btn.back{
	margin-top: 0;
	margin-inline: 0;
}

@media screen and (max-width: 768px){

#underDetail .information_btns{
	gap: 15px;
}

	#underDetail .information_btns a.btn.back{
		margin-top: 0;
		padding-right: 25px;
	}
}
