@charset "UTF-8";
/* ******************************************************************

	--contactus.css--

	1. Layout setting

****************************************************************** */


/*==================================================================
	1. Layout setting
===================================================================*/
.headBlock {
	padding-bottom:0;
}
.headBlock .caption {
	margin-top:-15px;
	padding-bottom:22px;
}
/* ------------------------------------------------------------------
	 Form styles
-------------------------------------------------------------------*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="phone"],
input[type="number"],
select,
textarea {
	border:1px solid #B9B9C8;
	padding:11px 6px 12px;
	position:relative;
	width:100%;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	outline:none;
	background:#FFF;
	line-height:1.3;
	transition:all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
	-webkit-transition:all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
	-moz-transition:all 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
	box-sizing:border-box;
}
input[type="submit"],
input[type="button"] {
	background:transparent;
	cursor:pointer;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:none;
	margin:0;
}
textarea {
	overflow:auto;
	resize:none;
}
textarea:focus,
select:focus {
	color:#333;
}
::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#B4B4B4;
	opacity:1;
}
:-moz-placeholder,
textarea:-moz-placeholder {
	color:#B4B4B4;
	opacity:1;
}
::-moz-placeholder,
textarea::-moz-placeholder {
	color:#B4B4B4;
	opacity:1;
}
:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#B4B4B4 !important;
	opacity:1 !important;
}
button {
	border:0;
	background:none;
	padding:0;
	cursor:pointer;
}
select {
	padding:9px 20px 9px;
	position:relative;
	font-size:14px;
	outline:none;
	line-height:1.3;
	color:#333;
	margin:0;
	padding:9px 22px 9px 18px;
	border:none;
	background-color:transparent;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
select .placeHolder {
	display:none;
}
select::-ms-expand {
	display:none;
}
.checkbox input[type="checkbox"],
.radiobox input[type="radio"] {
	position:absolute;
	left:0;
	float:left;
	width:18px;
	height:18px;
	margin:0;
	opacity:0;
	padding:0;
	z-index:-1;
}
/*.radiobox input[type="radio"]:checked + label,
.radiobox input[type="radio"]:focus:checked + label,
.radiobox input[type="radio"]:active + label,
.radiobox input[type="radio"]:active:checked + label {
	background-image:url(/img/common/icon_radio02.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}*/
.checkbox input[type="checkbox"] + .checkboxStyle,
.radiobox input[type="radio"] + label {
	background:url(../img/common/icon_checkbox02.gif) no-repeat 0 50%;
	cursor:pointer;
	height:auto;
	font-size:16px;
	line-height:18px;
	padding:2px 5px 2px 25px;
}
/*.radiobox input[type="radio"] + label {
	background-image:url(/img/common/icon_radio01.gif);
	background-repeat:no-repeat;
	padding:2px 26px 2px 29px;
}*/
.checkbox input[type="checkbox"]:checked + .checkboxStyle,
.checkbox input[type="checkbox"]:focus:checked + .checkboxStyle,
.checkbox input[type="checkbox"]:active + .checkboxStyle,
.checkbox input[type="checkbox"]:active:checked + .checkboxStyle {
	background-image:url(../img/common/icon_checkbox01.gif);
}
.checkbox label,
.radiobox label {
	cursor:pointer;
}
.stepList {
	max-width:520px;
	margin:0 auto;
	padding:28px 0 75px 3px;
}
.stepList li {
	background:url(../img/contact/bg_line.gif) no-repeat 0 50%;
	float:left;
	width:28.5%;
	padding:0 10px 0 18px;
	color:#000;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	text-align:center;
}
.stepList li:first-child {
	background:none;
}
.stepList li:last-child {
	width:36.5%;
}
.stepList li.active span {
	position:relative;
	display:inline-block;
	color:#000;
}
.stepList li.active span:after {
	position:absolute;
	content:"";
	left:0;
	bottom:-13px;
	height:4px;
	background: #000;
	width:100%;
}
.infoTable {
	background:#FFF;
	border:1px solid #CCC;
	margin-bottom:49px;
	padding:0 30px;
}
.infoTable table {
	width:100%;
	word-break:break-all;
}
.infoTable th,
.infoTable td {
	border-bottom:1px solid #CCC;
	vertical-align:middle;
	font-size:16px;
	line-height:1.9;
}
.infoTable tr:last-child th,
.infoTable tr:last-child td {
	border:none;
}
.infoTable th {
	min-width:100px;
	width:24.6%;
	padding:24px 18px 17px;
	border-right:0;
	font-weight:bold;
}
.infoTable th span.required {
	display:inline-block;
	color:#ee7800;
}
.infoTable td {
	padding:24px 18px 17px;
	border-left:0;
}
.infoTable .note {
	padding:10px 0 0 10px;
	color:#777;
	font-size:14px;
}
.infoTable .errorText {
	padding:5px 0 0 8px;
	color:#ee7800;
	font-size:16px;
}
.infoTable span.separator {
	display:inline-block;
	margin:0 11px;
}
.infoTable .inputInfo {
	padding:5px 0 4px;
}
.infoTable .zipText {
	margin:0 14px 0 2px;
	font-size:14px;
}
.infoContact {
	max-width:700px;
	margin:0 auto 45px;
	padding:0 10px;
}
.infoContact .inner {
	padding:13px 10px 16px;
	background:#FFF;
	border:1px solid #26395F;
	color:#26395F;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.infoContact span {
	display:inline-block;
}
.infoContact a {
	display:none;
}
.agreementBox {
	padding:6px 0 9px 14px;
	font-size:16px;
}
.agreementBox .text {
	margin-left:-10px;
	padding-bottom:5px;
}
.agreementBox .text a {
	color:#ee7800;
	text-decoration:none;
}
.messageError {
	color:#ee7800;
	border:2px solid #ee7800;
	background:#FFF;
	margin:0px 0 40px;
	padding:26px 10px 20px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.buttonGroup {
	margin-bottom:147px;
	text-align:center;
}
.buttonGroup p {
	display:none;
	margin:0 1.2% 5px;
	max-width:420px;
	width:46%;
	vertical-align:middle;
}
.buttonGroup img,
.buttonGroup input {
	width:100%;
	padding:0;
	cursor:pointer;
}
input.error,
textarea.error {
	background:#FFE6E8;
}
input.size01 {
	width:542px;
}
textarea.size01 {
	height:162px;
}
input.size02 {
	width:92px;
}
.inquiryBox {
	margin-bottom:183px;
	padding:73px 10px 98px;
	border:1px solid #CCC;
	background:#FFF;
	text-align:center;
}
.inquiryBox .title {
	padding-bottom:26px;
	font-size:24px;
	font-weight:bold;
}
.inquiryBox .text {
	padding-bottom:90px;
	font-size:16px;
	line-height:1.8;
}
.inquiryBox .returnTop a {
	display:inline-block;
	position:relative;
	overflow:hidden;
	padding:2px;
	padding-left:28px;
	background:url(/img/common/icon_arrow06.png) no-repeat 0 50%;
	color:#263A5F;
	font-size:16px;
	text-decoration:none;
	transition:.3s;
	-webkit-transition:.3s;
}
.inquiryBox .returnTop a::after {
	display:inline-block;
	position:absolute;
	left:28px;
	bottom:0;
	width:0;
	height:1px;
	background-color:#263A5F;
	content:'';
	transition:.3s;
	-webkit-transition:.3s;
}
.inquiryBox .returnTop a:hover::after {
	width:100%;
}
@media screen and (max-width:736px) {
	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="phone"],
	input[type="number"],
	select,
	textarea {
		padding:10px 6px;
		width:100%;
		font-size:11px;
	}
	.checkbox input[type="checkbox"] + .checkboxStyle {
		padding:0px 5px 4px 20px;
		-moz-background-size:16px auto;
		-webkit-background-size:16px auto;
		background-size:16px auto;
	}
	.checkbox input[type="checkbox"]:checked + .checkboxStyle,
	.checkbox input[type="checkbox"]:focus:checked + .checkboxStyle,
	.checkbox input[type="checkbox"]:active + .checkboxStyle,
	.checkbox input[type="checkbox"]:active:checked + .checkboxStyle {
		-moz-background-size:16px auto;
		-webkit-background-size:16px auto;
		background-size:16px auto;
	}
	.stepList {
		padding:10px 0 23px;
	}
	.stepList li {
		-moz-background-size:10px auto;
		-webkit-background-size:10px auto;
		background-size:10px auto;
		padding:0 5px 0 9px;
		font-size:13px;
		width:31%;
	}
	.stepList li:first-child {
		width:30%;
	}
	.stepList li:last-child {
		padding-left:10px;
		width:38%;
	}
	.stepList li.active span:after {
		bottom:-6px;
		height:2px;
	}
	.infoTable {
		margin-bottom:25px;
		padding:0 15px;
	}
	.infoTable th,
	.infoTable td {
		display:block;
		border-bottom:none;
		width:100%;
		font-size:12px;
	}
	.infoTable th {
		padding:12px 0 5px;
	}
	.infoTable td {
		padding:0 0 5px;
	}
	.infoTable .note {
		padding:8px 0 0 5px;
		font-size:11px;
	}
	.infoTable .errorText {
		padding-left:5px;
		font-size:12px;
	}
	.messageError {
		border-width:1px;
		margin:8px 0 20px;
		padding:13px 10px 10px;
		font-size:12px;
	}
	.infoContact {
		margin-bottom:25px;
	}
	.infoContact .inner {
		font-size:12px;
	}
	.infoContact span {
		display:none;
	}
	.infoContact a {
		display:inline-block;
		text-decoration:none;
	}
	.agreementBox {
		font-size:12px;
	}
	.agreementBox .text {
		padding-bottom:10px;
	}
	.buttonGroup {
		margin-bottom:75px;
	}
	.buttonGroup p {
		margin:0 3% 5px;
		width:inherit;
	}
	input.size01 {
		width:100%;
	}
	textarea.size01 {
		height:100px;
	}
	input.size02 {
		width:22%;
	}
	.inquiryBox {
		margin-bottom:92px;
		padding:36px 10px 52px;
	}
	.inquiryBox .title {
		padding-bottom:12px;
		font-size:18px;
	}
	.inquiryBox .text {
		padding-bottom:45px;
		font-size:14px;
		    line-height: 2;
	}
	.inquiryBox .returnTop a {
		-moz-background-size:16px auto;
		-webkit-background-size:16px auto;
		background-size:18px auto;
		padding:3px 0 3px 25px;
		font-size:14px;
	}
	.inquiryBox .returnTop a::after {
		left:25px;
	}
}