@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */

#Global-nav-wrap .navbar-collapse.in {
	overflow-y: scroll;
}
#Global-nav-wrap .navbar-collapse {
	max-height: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #9d8561 !important;
}
ul {
	padding: 0px;
	margin: 0px;
}
/* pc navigation */


.header-pc-navi {
	background-color: #000;
	width: 100%;
}
.header-pc-navi-ul {
	background: #eee;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.header-pc-navi-ul li {
	border-right: 1px solid #ccc;
	display: table-cell;
	position: relative;
	width: 1%;
}
.header-pc-navi-ul li:last-child {
	border-right: none;
}
.header-pc-navi-ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
.header-pc-navi-ul li a:hover {
	background: #e9e9e9;
}
/* pc sub menu */

.header-pc-navi-ul ul.sub-menu {
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 999;
	display: none;
}
.header-pc-navi-ul .sub-menu li:first-child {
	margin-top: 6px;
}
.header-pc-navi-ul .sub-menu li {
	display: inherit;
	background: #eee;
	width: 100%;
	margin-top: 1px;
}

@media screen and (max-width: 991px) {
.navbar-toggle {
	width: 30px;
	height: 30px;
}
.navbar-toggle .icon-bar {
	width: 30px;
	background: #000;
	transition: all 0.2s ease-in 0s;
	-ms-transform: all 0.2s ease-in 0s;
	-moz-transform: all 0.2s ease-in 0s;
	-webkit-transform: all 0.2s ease-in 0s;
	position: absolute;
	height: 3px;
	left: 0px;
	top: 5px;
	font-weight: bold;
}
.navbar-toggle .icon-bar + .icon-bar {
	top: 10px;
}
.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
	top: 19px;
}
.active .icon-bar {
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 16px;
	font-weight: bold;
}
.active .icon-bar + .icon-bar {
	display: none;
}
.active .icon-bar + .icon-bar + .icon-bar {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	display: block;
	top: 12px;
}
.navbar-collapse {
	width: 100%;
	max-height: inherit;
}
.header-sp-navi-ul {
	background: #eee;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.header-sp-navi-ul li {
	width: 100%;
	list-style: none;
}
.header-sp-navi-ul li:last-child {
	border-right: none;
}
.header-sp-navi-ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
.header-sp-navi-ul li a:hover {
	background: #e9e9e9;
}
/* sp sub menu */

.header-sp-navi-ul .sub-menu li {
	display: inherit;
	background: #ddd;
	width: 100%;
}
}

/*お問い合わせフォーム
******************************************/
.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{
  color: #3977cf;
}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #3977cf;
  border-radius: 50%;
}

#contact_form .input_item dl {
    width: 100%;
    border: 1px solid #333;
}

#contact_form .input_item dl dt {
    float: left;
    width: 28%;
    font-size: 104%;
    line-height: 30px;
    height: 30px;
    padding: 30px 0 0px 30px;
    font-weight:bold;
    letter-spacing: 1px;
}

#contact_form .input_item dl dt span {
    font-size: 14px;
    margin: 0 10px 0 0;
    display: inline;
    line-height: 20px;
    padding: 3px 10px;
    color: #fff;
    height: 18px;
    border-radius: 4px;
    letter-spacing: 1px;
}

#contact_form .input_item dl dt span.req {
    background: #e7000a;
}
#contact_form .input_item dl dt span.req02 {
    background: #b3b3b3;
}

#contact_form .input_item dl dt span.any {
    background: #333;
}

#contact_form .input_item dl dd {
    background: #fff;
    margin-left: 27%;
    padding: 30px 0 30px 10px;
}

#contact_form .input_item dl dd li {
    display: inline-block;
    margin: 0 15px 0 0;
    line-height: 30px;
    height: 30px;
    padding: 3px 0;
}

#contact_form .input_item dl dd p.mail_caution {
    font-size: 12px;
    line-height: 19px;
    color: #333;
    margin: 5px 0 0 0;
}

#contact_form .input_item dl dd input[type="text"],
#contact_form .input_item dl dd input[type="number"],
#contact_form .input_item dl dd input[type="email"],
#contact_form .input_item dl dd input[type="tel"]{
    width:80%;
    font-size: 18px;
    height:50px;
    padding: 3px 0 3px 10px;
    margin:0;
    border: 1px solid #e7000a;
    background-color: #eee;
}

#contact_form .input_item .transmission input[type="submit"]{
    border: 3px double #FFFFFF;
    background: #333;
    font-size: 150%;
    text-shadow: none;
    color: #ffffff;
    width:60%;
    padding: 30px 0;
    margin: 25px 0;
    display: block;
    opacity: 1.0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
}

#contact_form .input_item .transmission input[type="submit"]:hover{
    opacity:0.5;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

#contact_form .input_item dl dd input[type="text"].inp_error,
#contact_form .input_item dl dd input[type="number"].inp_error,
#contact_form .input_item dl dd input[type="tel"].inp_error,
#contact_form .input_item dl dd textarea.inp_error {
    border: 1px solid #F88A8A;
    background: #F4D4D4;
}

#contact_form .input_item dl dd textarea {
    width: 80%;
    padding: 10px 3px 10px 10px;
    border: 1px solid #e7000a;
    background-color: #eee;
}

#energy_contact #send_status{
    padding: 5px 0 25px;
    text-align: center;
}

span.error_m {
    font-size: 15px;
    font-weight: normal;
    color: #FF4040;
    display: block;
    margin: 0;
}
form dt {
    clear: left;
    float: left;
    width: 27%;
    padding-left: 30px;
    font-size: 15px;
    padding-top: 10px;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}
::-webkit-input-placeholder {
    color:#333;
    font-size:84%;
}
@media screen and (max-width: 767px) {
    /*form
  **********************************************/
  #contact_form .input_item .transmission input[type="submit"] {
    width: 100%;
}
#contact_form .input_item dl dt {
    width: 100%;
}
#contact_form .input_item dl dd {
    width: 100%;
    padding-top:20px;
}
#contact_form .input_item dl dt {
    line-height: 30px;
    height: 80px;
}
#contact_form .input_item dl dd {
    margin-left:0px;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    width: 95%;
}
.formError {
    position: absolute;
    top: 300px;
    left: 200px !important;
}
#contact_form .input_item dl dd textarea {
    width: 97%;
}
#contact_form .input_item dl dd input[type="text"], #contact_form .input_item dl dd input[type="number"], #contact_form .input_item dl dd input[type="email"], #contact_form .input_item dl dd input[type="tel"] {
    font-size: 14px;
}
#contact_form .input_item dl dt {
    padding: 30px 0 0px 15px;
}
button {
    padding: 0 15px;
}
}
/* form fin ************************************/
