h1.page_title3 img.contact,
h1.page_title3 img.waiting {
	height: 80%;
	width: auto;
	margin-right: 1em;
	vertical-align: middle;
}

.description {
	padding: 1em 0;
}
.description a{
	font-weight: bold;
	text-decoration: underline;
}

.sendmsg {
	color: #C90000;
}
.mustmsg {
	color: #B10000;
}

table {
	border-collapse:separate;
	border-spacing: 10px;
	width: 100%;
}
table tr th {
	background-color: #000;
	color: #fff;
	padding: 1em;
	text-align: left;
	vertical-align: top;
	width: 30%;
}
table tr th .muststar {
	display: none;
}
tr.is_first th {
	white-space: normal;
}
tr.privacy th {
	display: none;
}
tr.privacy td {
	padding-top: 1em;
}
tr.privacy textarea {
	margin-top: 1em;
}
input[type=text]{
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 1em;
	width: 100%;
}
textarea {
	border: solid 1px #ccc;
	border-radius: 5px;
	padding: 1em;
	width: 100%;
}
#submit {
	padding-top: 1em;
	position: relative;
	text-align: center;
}
input#btn_check,
input#btn_back,
input#btn_send {
	border: none;
	border-radius: 1.5em;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 3em;
	margin: 0 auto;
	text-align: center;
	max-width: 45%;
	width: 100%;
}
input[type="submit"][disabled],
input[type="submit"][disabled]:hover {
    background-color: #ccc!important;
}
input[type="submit"] {
    background-color: #000!important;
}
input[type="submit"]:hover {
    background-color: #EB9999!important;
}
input#btn_back{
	background-color: #000;
	color: #fff;
}

/* process */
.proc {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
.proc li {
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding-left: 1em;
	position: relative;
	text-align: center;
	width: 33.3333%;
}
.proc li.p2:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #000;
	position: absolute;
	left: 0;
	top: 0;
}
.proc li.p3:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ccc;
	position: absolute;
	left: 0;
	top: 0;
}

.proc1 li.p1 {
	background-color: #000;
	color: #fff;
}
.proc1 li.p2 {
	background-color: #ccc;
}
.proc1 li.p2:before {
	border-left-color: #000;
}
.proc1 li.p3 {
	background-color: #efefef;
}
.proc1 li.p3:before {
	border-left-color: #ccc;
}

.proc2 li.p1 {
	background-color: #ccc;
	color: #000;
}
.proc2 li.p2 {
	background-color: #000;
	color: #fff;
}
.proc2 li.p2:before {
	border-left-color: #ccc;
}
.proc2 li.p3 {
	background-color: #efefef;
}
.proc2 li.p3:before {
	border-left-color: #000;
}

.proc3 li.p1 {
	background-color: #ccc;
	color: #000;
}
.proc3 li.p2 {
	background-color: #efefef;
	color: #000;
}
.proc3 li.p2:before {
	border-left-color: #ccc;
}
.proc3 li.p3 {
	background-color: #000;
	color: #fff;
}
.proc3 li.p3:before {
	border-left-color: #efefef;
}

/* confirm */
.sendmsg {
	display: none;
}
.confirmmsg {
	color: #B10000;
	padding: 1em 0;
}
#tr_sub {
	text-align: center;
}
#tr_sub td{
	padding: 1.5em;
}

/* finish */
.fin {
	font-weight: bold;
	font-size: 1.2em;
	padding: 1em 0;
}

/* ------------------------------
mobile
------------------------------ */
@media screen and (max-width: 767px) {
	h1.page_title3 {
		font-size: 20px;
	}
	h1.page_title3 img.waiting {
		height: auto;
		width: 30%;
	}
	.proc li {
		font-size: 10px;

	}

	input#btn_check {
		font-size: 12px;
	}

	input#btn_check,
	input#btn_back,
	input#btn_send {
		max-width: 100%;
	}

	table tr th,
	table tr td {
		display: block;
		width: 100%;
	}
	table tr td {
		padding-top: 0.5em;
		padding-bottom: 1.5em;
	}
}