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


/*メインタイトル部分*/
#subMain {
	width: 100%;
	background-size: cover;
	height: 290px;
	background-image: url(img/sub_main@2x.jpg);
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	background-position: bottom;
}

#subMain .unLine {
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #ffdaa5;
	-moz-opacity: 0.6;
	opacity: 0.6;
	/*filter: alpha(opacity=60);*/
	position: absolute;
	bottom: 0px;
	width: 100%;

}

#subMain .subTit {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 17px;
	padding-right: 30px;
	padding-left: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline;
	background-color: rgba(252, 155, 16, 0.7);
	background-image: none;

}

#top-head .lpLogo {
	margin-top: 20px;
}

/*お問合わせ*/

.contBlk {
	margin-bottom: 60px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/*テーブル*/
.tableBox {
	width: 100%;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2em;
	color: #333;
	max-height: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

.formTexts {
	margin-bottom: 20px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2em;
}

.tableBox th {
	width: 30%;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	background-color: #ffe7c5;
	font-weight: 500;
}

.tableBox th.hissu {
	background-image: url(img/hisu.png);
	background-repeat: no-repeat;
	background-position: 93% center;
}

.tableBox th.hissu_en {
	background-image: url(img/en/hisu.png);
	background-repeat: no-repeat;
	background-position: 93% center;
}

.tableBox th.hissu_vi {
	background-image: url(img/vi/hisu.png);
	background-repeat: no-repeat;
	background-position: 93% center;
}

.tableBox td {
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


.buttArea {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 10px;
}

.buttArea .inputButt {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2em;
}

/*サンクス*/

.textImg {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}

.texts {
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.7em;
}

/*ボタン装飾*/
input#submit_button {
	font-size: 17px;
	font-size: 1.7rem;
	/*背景色を黒に指定*/
	background-color: #fc9b10;
	/* 文字色を白に指定*/
	color: #fff;
	/* submitボタンの枠を非表示にする*/
	border-style: none;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 12px;
	padding-left: 40px;
}

.cyui {
	color: #C00;
	font-size: 80%;
	margin-top: 10px;
}

.caution {
	color: #d80100;
	display: block;
	margin-top: 2px;
}










/*モバイル*/
@media screen and (max-width: 640px) {


	#subMain {
		width: 100%;
		background-size: cover;
		height: 150px;
		background-image: url(img/sub_main@2x.jpg);
		background-repeat: no-repeat;
		margin-top: 100px;
		margin-bottom: 40px;
		position: relative;

	}

	#top-head .lpLogo {
		margin-top: 50px;
	}

	#mobile-head {
		height: auto;
	}


	table.tableBox td {
		display: block;

	}

	table.tableBox th {
		display: block;
		width: auto;
		text-align: center;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
	}

	.contBlk {
		margin-bottom: 40px;
		width: 100%;

	}

	/*サンクス*/
	.textImg img {
		width: 80%;
	}


}

@media screen and (min-width: 641px) {
	#top-head.fixed {
		position: absolute;
	}
}