@charset "utf-8";

/* keyv
-------------------------------------------------------*/
#keyv.index {
	background: url(../../img/contact/keyv_index_pc.jpg) no-repeat 50% 50%;
	background-size: cover;
}


/* sec01
-------------------------------------------------------*/
#sec01 {
	padding: 60px 0;
}
#sec01 .tel {
	font-size: 6.0rem;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	color: #842f30;
}


/* sec02
-------------------------------------------------------*/
#sec02 {
	padding: 60px 0;
}


/* form
-------------------------------------------------------*/
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
#form table thead th {
  vertical-align: middle !important;
  padding: 15px ;
  text-align: center;
  font-size: 18px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #223153;
  color: #fff;
}
#form table td {
  vertical-align: middle !important;
  padding: 15px ;
}
#form table th {
  vertical-align: middle !important;
  padding: 15px 5px 15px;
  text-align: right;
  width:30%;
  white-space: nowrap;
}
#form table th span{
  background: #b00001;
  color: #fff;
  margin-left: 5px;
  display: inline-block;
  padding: 2px 5px;
  font-size: 11px;
}
#form p.help-block {
  font-size: 11px;
  line-height: 20px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="daterange"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFFFFF !important;
  background-image: none !important;
  border: 1px solid #c8c7cc;
  border-radius: 0;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 2 !important;
  padding: 5px 4px !important;
  box-shadow: none !important;
}
textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="daterange"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover {
  border-color: #aeacb4 !important;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="daterange"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
  box-shadow: none !important;
  border-color: #bbbac0 !important;
  background-color: #F8F8F8 !important;
}

select {
  background-color: #FFFFFF !important;
  background-image: none !important;
  border: 1px solid #c8c7cc;
  border-radius: 0;
  color: #5b5b60 !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding: 5px 4px !important;
  box-shadow: none !important;
}
select:hover {
  border-color: #aeacb4 !important;
}
select:focus {
  box-shadow: none !important;
  border-color: #bbbac0 !important;
  background-color: #F8F8F8 !important;
}
.form-control {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}.non-form-control {  
  height: 40px !important;
  padding: 4px;
  border-radius: 2px;
}
.form-control {  
  height: 40px !important;
  padding: 4px;
  border-radius: 2px;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btnSubmit,
.input-group-btn:first-child > .btn-group > .btnSubmit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btnSubmit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btnSubmit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btnSubmit,
.input-group-btn:last-child > .btn-group > .btnSubmit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btnSubmit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btnSubmit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
label.chkbox, label.radiobtn {
  margin-right: 10px;
  padding: 8px 10px 8px 0px;
  margin-bottom: 0px !important;
}
label.chkbox input[type="checkbox"],
label.radiobtn input[type="radio"] {
  margin-top: 0px !important;
  margin-right: 5px !important;
  width: 16px;
  height: 16px;
}
label.radiobtn span, label.chkbox span {
  display: inline-block;
  vertical-align: middle;
}
#form .btn {
  padding: 1em 2em;
  background: #842f30;
  color:  #fff;
  border:  none;
  border-radius: 2px;
  font-size: 1.4rem;
  height: 60px;
  width: 100%;
}
#form .btn:hover {
  background: #842f30;
  color:  #fff;
  opacity: 0.8;
  cursor: pointer;
}
ul.action {
  width: 30%;
  margin: 0px auto 80px;
}
#form ul.action li {
  width: 100%;
  margin-bottom: 10px;
}
ul.action button.btn-action,input.btn-action,a.btn-action {
  width: 100% !important;
  font-size: 14px;
  padding: 12px !important;
}
ul.action a.btn-action {
  width: 100% !important;
  font-size: 14px;
  padding: 12px !important;
  display:  block;
  text-align:  center;
  text-decoration: none !important;
  color:  #fff !important;
  line-height: 34px;
}
#form .btn-grey {
  background: #bbb;
  color:  #000;
}
#form .btn-grey:hover {
  background: #333;
  color:  #fff;
  opacity: 0.8;
  cursor: pointer;
}

