@charset "utf-8";

/*page common --------------------------------------------*/
@font-face	{
	font-family: 'VL-PGothic';
	src: url('../font/VL-PGothic-Regular.ttf') format('truetype');
}
@font-face	{
	font-family: 'bokutachi';
	src: url('../font/bokutachi.otf') format('opentype');
}
@font-face	{
	font-family: 'Boku2-Regular';
	src: url('../font/Boku2-Regular.otf') format('opentype');
}
@font-face	{
	font-family: 'Boku2-Bold';
	src: url('../font/Boku2-Bold.otf') format('opentype');
}

img {
    max-width: unset;
}
#lpWrapper {
	max-width: 720px;
	width: 100%;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", serif;
	color: #000;
	font-size: 14px;
	letter-spacing: 0.01em;
	line-height: 1.9em;
	padding: 30px 0px;
	position: relative;
}

#lpWrapper .btn {
    padding: 0;
    display: block;
    text-align: right;
}
#lpWrapper dt,
#lpWrapper dd {
    box-sizing: unset;
}