@charset "utf-8";
/* CSS Document */


.sec1 table {
	width: 100%;
}
.sec1 table th {
	width: 100%;
	display: block;
	margin-bottom: -0.8rem;
}
.sec1 table th label {
	color: #000;
}
.sec1 table td {
	width: 100%;
	display: block;
	margin-bottom: 1.2rem;
}
.sec1 table td span, .sec1 table td p {
	font-size: 0.85rem;
	line-height: 1.5rem;
	display: block;
	margin-bottom: 0;
}
.sec1 p {
	padding-left: 1rem;
	text-indent: -1rem;
}
.sec1 select {
	width: 100%;
	padding: 0.4rem;
	border-radius: 5px;
}
.sec1 .please {
	padding: 0 2.5%;
}

.control-label {
	font-size: 1.0rem;
	line-height: 1.0rem;
	font-weight: normal;
}
.required {
	background: #DD0008;
	color: #fff;
	margin-left: 0.5em;
	padding: 2px 10px 0;
	font-size: 0.8rem;
	line-height: 1.2rem;
	display: inline-block;
	vertical-align: 0.1rem;
}
.form-control, .sec1 select {
	box-shadow: none;
	background: transparent;
	border: 2px solid rgba(0,0,0,0.1);
	height: 3rem;
	width: 100%;
	margin-bottom: 0.4rem;
}
 .form-control::-webkit-input-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control::-moz-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control:-ms-input-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control::-ms-input-placeholder {
 color: #CBCBCB;
 opacity: 1;
}
 .form-control::placeholder {
 color: #CBCBCB;
 opacity: 1;
}
.text-indent {
	padding-left: 1em;
	text-indent: -1em;
}

/*============
ボタン
=============*/
input.btn {
	display: block;	
	margin: 0 auto;
	width: 100%;
	color: #fff;
	background-color: #4d4d4d;
	padding: 0.6rem 2.5rem !important;
	border-radius: 0!important;
	text-align: center
}
input.btn:hover {
	color: #fff !important;
	background-color: #9CD5FF;
	text-decoration: none;
	transition-duration: 0.3s !important;
}
.select-type {
	width: 100%!important;
}


@media screen and (min-width:768px) {
	.sec1 table th {
		margin-bottom: -1.2rem;
	}
	input.btn {
	padding: 1rem 2.5rem !important;
	}
	.select-type {
		width: 50%!important;
	}
}

@media screen and (min-width:992px) {
	.sec1 table {
		margin-bottom: 2rem;
	}	
	.sec1 table th {
		width: 30%;
		display: table-cell;
		padding: 0 1.5rem;
		background-color: #fff;
		text-align: center;
		vertical-align: top;
	}	
	.sec1 table td {
		width: 70%;
		display: table-cell;
		padding-top: 1rem;
		padding-bottom: 0.6rem;
	}
	.required {
		vertical-align: 0.2rem;
	}	
	.control-label {
		font-size: 1.15rem;
		line-height: 1.8rem;
		padding-top: 1.2rem;

	}

}
