@charset "utf-8";
/* Copyright 2018 design hack. */

/* ------------------------------------------------------------

Contact

------------------------------------------------------------ */
/* dl
---------------------------------------------- */

dl.contact{margin-bottom:30px;}

dl.contact dt{
	background:#E3E3E3;
	padding:18px 15px 15px;
	font-weight:bold;
	font-size:16px;
	text-align: left;
	line-height: 1.8;
}

dl.contact dt img{padding-top: 5px;}

dl.contact dd{
	padding: 20px 0;
	margin-bottom:10px;
	font-size:13px;
}

dl.contact dd:last-child{
	padding: 20px 0 0 0;
	margin-bottom:0;
}

dl.contact dd span.circle{
	background:url(../img/ico_circle01.png) no-repeat left 0.5em;
	background-size:5px 5px;
	display:block;
	padding-left:10px;
	margin-bottom:3px;
}


/* input
---------------------------------------------- */

dd.label01 label{
	line-height: 1.0;
    display: block;
	margin-bottom: 15px;
	font-size: 15px;
}

dd.label01 label:last-child{margin-bottom: 0;}

dd.label01 label input{
	vertical-align: middle;
	margin:0 5px 4px 0;
}

input[type="text"],
input[type="email"],
select{height: 50px;}

input[type="text"],
input[type="email"],
textarea,
select{
	padding:3px 10px;
	font-size: 14px;
}

input#submit{
	background: url(/sp/en/common/img/btn_submit.gif) no-repeat 0 0;
	background-size:200px 50px;
	border:none;
	border-radius:0;
	display:inline-block;
	width:200px;
	height:50px;
	text-indent:-9999px;
}

input#back{
	background: url(/sp/en/common/img/btn_back.gif) no-repeat 0 0;
	background-size:150px 50px;
	border:none;
	border-radius:0;
	display:inline-block;
	width:150px;
	height:50px;
	text-indent:-9999px;
}

input#send{
	background: url(/sp/en/common/img/btn_send.gif) no-repeat 0 0;
	background-size:150px 50px;
	border:none;
	border-radius:0;
	display:inline-block;
	width:150px;
	height:50px;
	text-indent:-9999px;
	margin-left: 15px;
}
