@charset "utf-8";

/* ------------------------------
 お問合せ（PC用コード）
------------------------------ */
.contentsPageHead {
	height: auto;
}

.contentsPage h1 {
	color: #333;
	text-shadow: none;
}

.contentsPage h1 span {
	color: #67a3c7;
	font-size: .86rem;
	font-weight: normal;
	line-height: 1.1;
	display: block;
	margin-top: 5px;
}

span.required {
	margin-right: 5px;
	padding: 0 5px;
	color: #fff;
	font-size: .79rem;
	display: inline-block;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #db4b65 none repeat scroll 0 0;
}

.blueBox span {
	color: #004098;
	font-style: normal;
	font-weight: bold;
	line-height: 1;
}

.blueBox span strong {
	font-size: 1.71rem;
}

.contentsPage th {
	width: 225px;
	padding-top: 7px;
	padding-right: 5px;
}

th span.required {
	margin-top: 3px;
	font-weight: normal;
	float: right;
}

.contentsPage input,
.contentsPage textarea,
.contentsPage select {
	border: 1px solid #b2b2b2;
	font-family: Roboto, sans-serif;
	font-size: 100%;
	margin: 0;
}

.contentsPage input,
.contentsPage select {
}

.contentsPage input[type="radio"] {
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.contentsPage textarea {
	width: 100%;
	margin: 5px 0 7px;
}

.contentsPage input[type="text"] {
	width: 100%;
	margin: 5px 0 7px;
}

.contentsPage button {
	height: 50px;
	font-family: Roboto, sans-serif;
	font-size: 1.57rem;
	line-height: 49px;
	outline: 0 none;
	border: medium none;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.contentsPage button:hover {
	opacity: 0.7;
	cursor: pointer;
}

.contentsPage button.confirm,
.contentsPage button.submit {
	width: 260px;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #004098), color-stop(0.00, #196ab3));
	background: -webkit-linear-gradient(#196ab3, #004098);
	background: -moz-linear-gradient(#196ab3, #004098);
	background: -o-linear-gradient(#196ab3, #004098);
	background: -ms-linear-gradient(#196ab3, #004098);
	background: linear-gradient(#196ab3, #004098);
}

.contentsPage button.confirm:before,
.contentsPage button.submit:before {
	padding-right: .3em;
	color: #fff;
	content: "\f058";
	font-family: "FontAwesome";
	font-size: 1.57rem;
	line-height: 49px;
	display: inline-block;
}

.contentsPage button.back {
	width: 150px;
	margin-right: 71px;
	color: #004098;
	border: 1px solid #004098 !important;
	background: #fff;
}

.contentsPage button.back:before {
	padding-right: .3em;
	color: #004098;
	content: "\f137";
	font-family: "FontAwesome";
	font-size: 1.57rem;
	line-height: 49px;
	display: inline-block;
}

.red {
	color: red;
}

.btn form:first-child {
	float: right;
	margin-right: 30%;
}

.btn form:last-child {
	float: left;
}

/* ------------------------------
 お問合せ（スマホ用コード）
------------------------------ */
@media screen and (max-width: 767px) {
	.btn form:first-child {
		float: none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.btn form:last-child {
		float: none;
		margin: 0 auto;
		text-align: center;
		margin-bottom: 1.7em;
	}
	
	.back {
		margin-right: 0 !important;
	}
}

@media screen and (max-width: 479px) {
	.contentsPageHead {
		padding-top: 1.7em;
	}
	
	.contentsPage h1 {
		margin-bottom: .85em;
	}
	
	.blueBox span {
		padding-top: 5px;
		display: block;
	}
	
	th {
		width: 100% !important;
	}
}

@media screen and (max-width: 320px) {
	.contentsPage h1 {
		margin-bottom: 1.3em;
	}
}
