/* Contact Form Basic Styles 
========================================================*/
.form_error_list {	margin: 1.5em;}
.form_error_list li {
  color: #dd8772;
  text-align:left;
}


.parallax .mail_txt p,
.parallax .select_list label p {
  color: #333;
  line-height:1.8em;
}
.parallax .mail_txt p.error_messe {
  color:#db0012;
}

#contact-form {
  position: relative;
}
#contact-form .toTop {
  display:none;
}
#contact-form label {
    font-weight: normal;
}
#contact-form p {
  color: #222;
  line-height:1.8em;
}
#contact-form a {
  color: #dd8772;
  line-height:1.8em;
}
#contact-form p span {
  color: #db0012;
}
#contact-form em,
.contact-info em {
  color: #dd8772;
  font-size:90%;
}
#contact-form ul.select_list {
_border-bottom:3px solid #c2c2c2;
  margin: 1em 0 2em;
}
#contact-form .select_list li input[type='checkbox'],
#contact-form .select_list li input[type='radio'] {
  float:left;
  margin-right:.5em;
}
#contact-form ul.select_list:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#contact-form .select_list li {
  display: inline-block;
  width:48%;
  background:#f2f2f2;
  border: 1px solid #e0e0e0;
  padding:1.5% 1em 0 1em;
  margin:0 .5em .5em 0;
}
#contact-form .select_list li:hover {
_background:#73beda;
  background:rgba(115,190,218,.3);
}
@media (max-width: 767px) {
#contact-form .select_list li {
    width:100%;
  }
}
@media (max-width: 479px) {
  #contact-form .row {
    padding:0 1em;
  }
  #contact-form .select_list li {
    width:100%;
    padding:5% 1em 0 1em;
  }
}
#contact-form .select_list li input {
  zoom:1.3;
}
#contact-form label {
  position: relative;
  display: block;
  letter-spacing: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 19px;
  width: 100%;
}
#contact-form slect {
  margin: 1em 0 0;
}
#contact-form label.message {
  max-width: 100%;
  margin-left: 0;
  width: 100%;
  margin: 35px 0 37px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 21px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 15px 13px 11px;
  color: #656565;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'],
#contact-form input[type='number'],
#contact-form input[type='tel'],
#contact-form input[type='email'] {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 0;
  line-height: 21px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 15px 13px 11px;
  color: #656565;
  outline: none;
  height: 45px;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-appearance: none;
  margin: 0 0 .5em;
  border-radius: 5px;
}
#contact-form #zip{
  width: 50%;
}
#contact-form #addr,
#contact-form #num {
  width:90%;
}
#contact-form .add_list dt{
  min-width:4em;
  clear:both;
  float:left;
  line-height: 3em;
  font-size: 80%;
}
#contact-form .add_list{
  text-align: left;
}
@media (max-width: 1199px) {
  #contact-form input[type='text'] ,
  #contact-form input[type='number'],
  #contact-form input[type='tel'],
  #contact-form input[type='email'] {
    margin: 0 0 .5em;
  }
  #contact-form .add_list dt{
    margin: 0 0 .5em;
    line-height:1em;
  }
  #contact-form .add_list dd{
    width:100%;
  }
  #contact-form #zip,
  #contact-form #addr,
  #contact-form #num {
    width:100%;
  }
}
#contact-form .address_txt {
  margin:0 0 2em 0;
  width: 100%;
}
select#address1 {
    padding: .6em 1em;
    margin: 0 1em 0 0;
	clear:both;
}
#contact-form input:hover {
_background:#73beda;
  background:rgba(115,190,218,.3);
}
/* Contact Form Buttons
========================================================*/
#contact-form .btn-wrapper {
  text-align: right;
  letter-spacing: normal;
}
#contact-form .btn-wrapper .btn_2 {
  min-width: 183px;
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 0;
  line-height: 21px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding: 15px 13px 11px;
  color: #656565;
  outline: none;
  border: 1px solid #dadada;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  height: 165px!important;
  -webkit-appearance: none;
  overflow: auto;
  margin: 0 0 2em;
}
#contact-form textarea:hover {
_background:#73beda;
  background:rgba(115,190,218,.3);
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 247, 247, 0.48) url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 5%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: .7;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  letter-spacing: normal;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}


/* submit_area
========================================================*/
#contact-form .submit_area {
  text-align: center;
  border-bottom:none;
  clear:both;
  padding: .5em;
}
#contact-form .submit_area input {
	display:inline-block;
	text-align:center;
	padding: .6em 1.4em;
	border-radius: 5px;
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	color: #555;
	border: 1px solid #ccc;
	font-size:100%;
	margin:.3em;
}
#contact-form .submit_area input:hover {
  color: #dd8772;
  text-decoration: none;
}

dl.confirm dt,
dl.confirm dd{
  float:left;
  margin:1em 0 0 0;
  border-bottom:1px solid #c2c2c2;
}
dl.confirm dt {
  clear:both;
  padding:0 2em 0 0;
  width:20%;
  color:#5a9fd5;
}
dl.confirm dd {
  width:70%;
  min-height:1.5em;
}
@media (max-width: 767px) {
dl.confirm dt  {
  float:none;
  margin:1em 0 0 0;
  width:90%;
  border-bottom:none;
  }
}
@media (max-width: 767px) {
dl.confirm dd  {
  float:none;
  margin:0 0 1em 0;
  width:90%;
  }
}

.submit_area {
  clear:both;
  text-align:center;
  padding: 0 0 1em;
}
input + select,
input + p {
  margin-top: 1em;
}

/* フォーム修正*/
table.confirm {
  width:100%;
  margin:0 auto 2em;
  border-bottom:1px solid #c2c2c2;
  border-left: none;
  border-top: none;
}
table.confirm th,
table.confirm td{
  float:left;
  margin:1em 0 0;
  border-top:1px solid #c2c2c2;
  border-bottom: none;
  border-right: none;
  padding-top:2em;
  background: none;
}
table.confirm th {
  clear:both;
  width:20%;
  color:#dd8772;
  text-align:left;
}
table.confirm td {
  width:70%;
  color:#333;
  text-align:left;
}
@media (max-width: 767px) {
  table.confirm th  {
    float:none;
    margin:1em 0 0 0;
  }
  table.confirm td  {
    float:none;
    margin:0 0 1em 0;
  }
}
@media (max-width: 480px) {
  table.confirm th,
  table.confirm td  {
    width:80%;
	margin:0 5% 1em 5%;
    display: block;
  }
  table.confirm td  {
    border-top:none;
	padding-top: 0em;
  }
}

/* 採用応募フォーム*/

#contact-form ul.select_list.rec {
  margin: 0 0 1em;
}
#contact-form .select_list.rec li {
  width:25%;
  padding:1% .5em 0;
}
@media (max-width: 767px) {
#contact-form .select_list.rec li  {
  width:42%;
  }
}
#contact-form .select_list.rec label {
  margin: 0 0 12px;
}
#contact-form input.sm {
  width:20%;
}
@media (max-width: 767px) {
#contact-form input.sm  {
  width:60%;
  }
#contact-form input.sm.date  {
  width:24%;
  }
}
#contact-form li.set input {
  display:inline-block;
  width:30%;
}