@charset "UTF-8";

table {
	border-collapse: collapse;
	
}
table th ,
table td {
	border: solid 1px #cecece;
	padding: 10px 15px;
}
table th {
	text-align: left;
	background-color: #f9f9f9;
	padding-right: 65px;
	z-index: -1;
	max-width: 30%;
}
aside {
	text-align: center;
	padding: 15px 30px 30px 30px;
}
input, textarea, select {
	border: solid 1px #ddd;
	padding: 7px 10px;
	margin: 5px 0;
	vertical-align: middle;
	border-radius: 1px;
	font-size: 16px;
}

textarea {
	width: calc(100% - 35px);
	height: 150px;
}
p {
	margin: 0;
}
p.desc {
	margin-bottom: 20px;
}

.rule {
	font-weight: normal;
	font-size: 0.8em;
	color: #888;
}


/**
 * for Mobile (~599px)
 * -------------------------------------------------------------------
 */
@media screen and (max-width:599px) {
	table th ,
	table td {
		display: block;
		margin-top: -1px;
		max-width: 100%;
	}
}

/**
 * for PC (600px~)
 * -------------------------------------------------------------------
 */
@media screen and (min-width:600px) {
	table th {
		max-width: 50%;
	}
}

/**
 * for StepForm
 * -------------------------------------------------------------------
 */
@media screen and (max-width:599px) {
	table th {
		width: 100%;
	}
}
@media screen and (min-width:600px) {
	table th {
		width: 50%;
	}
}
