@charset "utf-8";


@media only screen and (max-width: 767px) {
#globalContents {
	margin-top: 49px !important;
}
#globalFooter .pageTopBtn {
	bottom: 90px;
}

/* recruit setting
=========================================*/
.table table{
	border:none;
}
.table {
	margin-left: -10px;
	margin-right: -10px;
}	
.tableLayoutV2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom:1px solid #cccccc;
}
textarea{
	width:100%;
	min-height:120px;
	border-radius:0px;
}
input{
	width:100%;
	border-radius:0px;
}
input, textarea{
	border:1px solid #cccccc;
	padding:5px;
}
.formRequired{
	background:#cc0000;
	padding:0 7px;
	color:#fff;
	display:inline-block;
	line-height: 1.5;
}
.formFlow{
	width:100%;
	margin:20px auto 0;
}
.formType01{
	background:url(/hc/english/contact/img/sp_com_bg01.png) no-repeat center center ;
	background-size: cover;
	padding:1%;
}
.formType02{
	background:url(/hc/english/contact/img/sp_com_bg02.png) no-repeat center center ;
	background-size: cover;
	padding:1%;
}
.formType03{
	background:url(/hc/english/contact/img/sp_com_bg03.png) no-repeat center center ;
	background-size: cover;
	padding:1%;
}
.formFlow div p{
	width:33%;
	text-align:center;
	float:left;
	margin-top:0;
}
.formFlow p.formFlowOn{
	color:#fff;
}
.formBt{
	color:#e63721;
	font-weight:bold;
	position:relative;
	line-height:1.3;
	text-decoration:none;
	display:block;
	padding:12px 20px 12px 20px;
	border:1px solid #e63721;
	background:#FFF url(/hc/english/common/img/com_ic14.png) no-repeat right bottom;
	background-size:10px 10px;
	text-align:center;
}
.formBt.agreeBt{
	font-weight:normal;
	padding:12px 20px 12px 20px;
}
.formBt.agreeBt.disabled,
.formBt.agreeBt.disabled:hover{
	color: #666;
	border:1px solid #666;
	background:#f0f0f0 url(/hc/english/common/img/com_ic34.png) no-repeat right bottom;
	background-size:10px 10px;
	cursor: auto;
}
.formBtArea{
	border:1px solid #aaaaaa;
	padding:20px;
	text-align:center;
	margin-top:20px;
}
.formBtArea p{
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}
.formBtArea02 {
	text-align:center;
	margin-top:20px;
}
.formBtArea02 p{
	font-weight:bold;
	margin-top:0;
	margin-bottom:10px;
}
.formPr{
	display:table;
}
.formPr dt{
	width:30%;
}
.formPr dt,
.formPr dd{
	display:block;
}
.formPr dd{
	padding-left:10px;
}
.formFontS{
	font-size:14px;
	font-weight:normal;
}
.errorArea input,
.errorArea textarea{
	background:#ffcccc;
}
.errorTx{
	color:#ff3333;
}
.formBtnArea{
	margin-top:30px;
}
.formTopTx{
	padding:0 10px;
	
}
.completionTx dt{
	font-size:16px;
}
.completionTx {
	text-align:center;
}
.errorArea input,
.errorArea textarea{
	background:#ffcccc;
}
.errorTx{
	color:#ff3333;
}
/* radioBox */
.radioBox {
	margin-top: 15px !important;
}
.radioBox > li {
	display: inline-block;
}
.radioBox > li + li {
	margin-left: 30px;
}
.radioBox > li > input {
	width: auto;
	margin: 0 10px 3px 0px;
	vertical-align: middle;
}
.radioBox > li > label {
	cursor: pointer;
}
/* checkboxText */
.checkboxText #Agree[type="checkbox"] {
	display: none;
	padding: 0;
}
.checkboxText #Agree[type="checkbox"] + .agreeText {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding-right: 25px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
}
.checkboxText #Agree[type="checkbox"] + .agreeText::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	vertical-align: text-bottom;
}
.checkboxText #Agree[type="checkbox"]:checked + .agreeText::after {
	content: "";
	display: block;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -3px;
	width: 10px;
	height: 8px;
	background: url("/hc/english/common/img/com_ic36.png") no-repeat 0 0;
	background-size: 10px auto;
}
.formBtnArea02 {
	margin-top: 30px;
}
.formBtnArea02__back {
	margin-top: 1em;
}
.formBt02{
	color:#333333;
	font-weight:bold;
	position:relative;
	text-align:center;
	line-height:1.3;
	text-decoration:none;
	display:block;
	padding:12px 17px 12px 17px;
	font-size: 1.3rem;
	border:1px solid #000000;
	background:#FFF url(/hc/english/common/img/com_ic12.png) no-repeat right bottom;
	background-size:10px 10px;
}
.formBt02.on{
	border:1px solid #717171;
	background:#717171 url(/hc/english/common/img/com_ic13.png) no-repeat right bottom;
	background-size:10px 10px;
	color:#FFF;
}

/*=================================

	clearfix

=================================*/
.formFlow:after,
.formFlow .formType01:after,
.formFlow .formType02:after,
.formFlow .formType03:after {
	content: "";
	display: block;
	clear: both;
}

}

