@charset "utf-8";
/* CSS Document */

.contContainer._otherPage{
    width: 100%;
    max-width: 900px;
    margin: auto;
}

._otherPage dl{
	font-size: 125%;
	line-height: 1.7;
	margin: 4.4304% 8.421%;
}
._otherPage dt{
	margin-bottom: 2.2%;
}
._otherPage dd{
	margin-bottom: 4.4304%;
}
@media screen and (max-width:767px) {
	.contContainer._otherPage{
		margin-top: 17vw;
	}
	
	._otherPage dl{
		font-size: 4vw;
		line-height: 1.7;
		margin: 4vw 4.2667vw;
	}
	._otherPage dt{
		margin-bottom: 2vw;
	}
	._otherPage dd{
		font-size: 3.7333vw;
		margin-bottom: 4vw
	}
}



