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

#contact-visual {
	background: url(../images/header-visual-contact.png) center center no-repeat;
	background-size: cover;
}

#contact-visual .header-ttl h1 {
	color: #000;
}

#contact-visual .header-ttl h1 span {
	color: #000;
}

#contact {
	width:925px;
	margin: 70px auto 0;
}

#contact > p {
	line-height: 30px;
}


/*　index　*/


.contact-type {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
}

h3.b_bg {
	padding: 10px 5px 10px 10px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background:url(../images/side_menu_bg.gif);
	margin: 10px 0;
	line-height: 1.8;
	font-size: 20px;
}

.contact-type p {
	line-height: 1.8;
}

.session a {
	text-decoration: underline;
}








/*　contact-form　*/


#form_content .session {
	margin: 20px 0;
	line-height: 1.8;
}

#form_content table {
	width: 100%;
	border: 1px solid #ccc;
	line-height: 1.6;
}

#form_content table tr th {
	width: 30% !important;
	padding: 20px;
	font-size: 16px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	vertical-align: top;
}

#form_content table tr th font {
	font-size: 16px !important;
}

#form_content table tr td {
	padding: 20px !important;
	border-bottom: 1px solid #ccc;
	color: #666666;
	vertical-align: top;
}

#form_content form table tr td.entry-column  {
	width: 40%;
}

#form_content form table tr td.entry-example  {
	background-color: #EEEEEE;
	width: 30%;
	font-size: 16px;
	vertical-align: top;
}

#form_content table tr th span {
	display: inline-block;
	background-color: #F05A24;
	color: #FFF;
	padding: 0 3px;
	font-size: 14px;
	margin-left: 10px;
	font-weight: 500;
}

#form_content table tr th span.txt-Eng {
	color: #808080;
	display: block;
	background: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: normal;
}

#form_content table .form-group .radio {
	margin-left: 20px;
}






.contact-form {
	width: 100%;
	margin-top: 30px;
}

.contact-form form table {
	width: 100%;
	border: 1px solid #ccc;
}

.contact-form form table tr th {
	width: 30%;
	padding: 20px;
	font-size: 16px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	vertical-align: top;
}

.contact-form form table tr th span {
	display: inline-block;
	background-color: #F05A24;
	color: #FFF;
	padding: 0 3px;
	font-size: 14px;
	margin-left: 10px;
	font-weight: 500;
}

.contact-form form table tr th span.txt-Eng {
	color: #808080;
	display: block;
	background: none;
	padding: 3px 0 0 0;
	margin: 0;
	font-weight: normal;
}

.contact-form form table tr th label {
	font-weight: normal;
}
	
.contact-form form table tr td {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	color: #666666;
}

.contact-form form table tr td.entry-column  {
	width: 40%;
}

.contact-form form table tr td.entry-example  {
	background-color: #EEEEEE;
	width: 30%;
	font-size: 16px;
	vertical-align: top;
}

.contact-form form table tr td input {
	width: 100%;
}

.contact-form form table tr td input[type="radio"] {
	width: auto;
}


label {
	margin-bottom: 0;
	font-weight: normal;
}

.form-group {
	margin-bottom: 0;
}

.go-privacy {
	overflow: hidden;
	text-align: center;
	margin-top: 50px;
}

.go-privacy a {
	color: #333;
	text-decoration: underline;
	font-weight: 600;
}

.go-privacy a:hover {
	text-decoration: none;
}

.btn-area {
	overflow: hidden;
	margin: 50px auto 0;
	width: 450px;
}

.btn-next-step {
	color: #FFF;
	background-color: #F05A24;
	border-color: #F05A24;
	width: 215px;
	height: 80px;
	padding:  0;
	float: left;
	font-size: 18px;
}

.btn-next-step:hover {
	color: #F05A24;
	background-color: #FFF;
	border-color: #F05A24;
}


.btn-reset {
	color: #666666;
	background-color: #FFF;
	border-color: #808080;
	width: 215px;
	height: 80px;
	padding: 0;
	margin-left: 20px;
	float: right;
	font-size: 18px;
}
.btn-reset:hover {
	color: #FFF;
	background-color: #666666;
	border-color: #808080;
}

.btn-next-step span , .btn-reset span {
	display: block;
	font-size: 14px;
}

.stepBar {
  position: relative;
  list-style: none;
  margin: 65px 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 20px;
  background-color: #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border: 1px solid #ccc;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #eee;
  border-left: 1px solid #ccc;
  width: 20px;
  height: 20px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.stepBar .step.current {
  color: #666;
  background-color: #FFF;
	border: 1px solid #ccc;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #FFF;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}


.submit_area {
	text-align: center;
}


.contact-tel {
	overflow: hidden;
	margin-top: 30px;
	text-align: center;
	color: #666666;
	font-size: 16px;
}






@media screen and ( max-width: 768px ) {
	
	#contact {
		width:100%;
		margin: 30px auto 0;
	}
	
	.contact-form form table tr th {
		float: left;
		width: 100%;
		background-color: #eee;
		padding: 5%;
	}
	
	.contact-form form table tr td.entry-column {
		float: left;
		width: 100%;
		padding: 10% 5%;
	}
	
	.contact-form form table tr td.entry-example {
		display: none;
	}
	
	.btn-area {
		overflow: hidden;
		margin: 50px auto 0;
		width: 100%;
	}

	.btn-next-step {
		width: 100%;
		height: 80px;
		padding:  0;
		float: none;
		font-size: 18px;
	}
	
	.btn-reset {
		margin-top: 20px;
		width: 100%;
		height: 80px;
		padding: 0;
		margin-left: 0;
		float: none;
		font-size: 18px;
	}
	
	.stepBar {
		margin-top: 30px;
	}
	
	.stepBar.step3 .step {
		width: 100%;
		margin-top: 30px;
		position: relative;
		padding: 0 20px;
	}
	
	.stepBar .step:before {
		display: none;
	}
	
	.stepBar .step:after {
		transform: none;
		content: "↓";
		width: 20px;
		height: 20px;
		position: absolute;
		top: -90%;
		right: 0;
		left: 0;
		margin: auto;
		background: none;
		border:none;
	}
	
	.stepBar .step.current:before, .stepBar .step.current:after {
		background: none;
	}
	
	
	
	
}

