.top
{
	position:relative;
	/* background:#eee5e0; */
	background:transparent;
}
.top h1
{
	display:none;
}
body
{
	background:#eee5e0;
}
.wrap
{
	padding-top:0;
}

.section_01
{
	position:absolute;
	top:46%;
	transform:translateY(-50%);
	width:100%;
	/* padding:0 30px; */
}
.section_01 .logo
{
	width:217px;
	text-align:center;
	margin:0 auto;
	display:block;
	max-width:100%;
}
.section_01 ul
{
	margin-top:28px
}
.section_01 ul li
{
	width:100%;
	margin-bottom:10px;
}
.section_01 ul li input
{
	width:100%;
	padding:16px 0;
	border-radius:10px;
	font-size:15px;
	color:#333333;
	text-align:center;
	border:1px solid #beb7b3;
	background:#f5efec;
	transition:all .3s;
}
.section_01 ul li input::placeholder
{
	font-family:'Iropke Batang';
	color:#cbc3bf;
}
.section_01 ul li input:focus
{
	background:#fff;
}
.link_wrap
{
	text-align:center;
}
.section_01 a.link
{
	display:inline-block;
	text-align:center;
	margin:34px 4px 30px;
	font-family:'Iropke Batang';
	font-size:15px;
	color:#426956;
}
.log_submit
{
	margin-top:30px;
	display:block;
	width:100%;
	height:50px;
	background:#9b3c4c;
	/* box-shadow:4px 6.928px 20px 0px rgba(138, 55, 68, 0.3); */
	font-family:'Iropke Batang';
	font-size:17px;
	color:#fff;
	border-radius:150px;
	text-align:center;
	margin-bottom:10px;
	/* border:1px solid #9b3c4c; */
	border:0;
	cursor:pointer;
}
.log_submit2
{
	margin-bottom:0;
	background:#4a6e5d;
	/* box-shadow:4px 6.928px 20px 0px rgba(55, 138, 100, 0.3); */
	padding:16px 0 15px;
}

div.chk_type2
{
	margin-top:13px;
}

div.chk_type2 input[type="checkbox"] + label span
{
	border:1px solid #beb7b3;
}
div.chk_type2 input[type="checkbox"] + label span
{
	vertical-align:middle;
	margin-right:4px;
}


.log_wrap
{
	position:relative;
	width:100%;
	margin-top:40px;
}

/* media */
@media screen and (max-width:500px)
{
	.section_01
	{
		padding-bottom:0;
	}
	.link_wrap
	{
		position:absolute;
		bottom:-70px;
		left:20px;
		width:calc(100% - 40px);
		margin-top:0;
	}
}