@charset "UTF-8";
/* CSS Document */
/* General body settings */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
body {
  color: #333;
  direction: ltr;
  font: 400 15px 'Noto Sans JP', sans-serif;
  background: #fff;
}
* html .clearfix {
  zoom: 1;
}
* + html .clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
/***
General typography 
***/
 h2, h3, h4, h5, h6 {
  font: 300 'Noto Sans JP', sans-serif;
  margin: 0 0 10px;
}

/***
Fix link outlines after click
***/
a {
  color: #FF5002;
}
a, a:focus, a:hover, a:active {
  outline: 0;
  text-decoration: none;
}
a:hover {
  color: #FF5002;
  text-decoration: underline;
}
.sp {
    display: block;
  }
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

}
/*******************
    container
********************/
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
@media (min-width:768px) {
  .container {
    width: 750px
  }
}
@media (min-width:992px) {
  .container {
    width: 970px
  }
}
@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}


/*********************
     sidefix 
**********************/
.sidefix {
  z-index: 9999;
  position: fixed;
  top: 310px;
  right: 0;
}
.sidefix img {
  max-width: 65px;
}
.sidefix a:hover img {
  opacity: 0.8;
}


/********************
      Pre-Header
*********************/
.pre-header {
  color: #535C66;
  padding-top: 10px;
  line-height: 1.2;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  background: #fff;
}
@media (min-width: 481px) {
 .pre-header {
    padding: 10px 15px 0 15px;
  }
}
.pre-header .shop-info , .pre-header .shop-nav  {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.pre-header h1 {
  font-size: 13px;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.pre-header a {
  color: #fff;
}
.pre-header a:hover {
  color: #FF1605;
}
.pre-header a:focus {
  text-decoration: none;
}

.site-logo {
  float: left;
  margin-right: 67px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.site-logo img {
  max-width: 250px;
}

@media (min-width:992px) {
  .pre-header .shop-info {
    float: left;
    width: 41.66666667%;
  }
 .pre-header .shop-nav {
    float: left;
    width: 58.33333333%
  }
}
@media (max-width: 991px) {
	.pre-header .shop-info {
    float: left;
    width: 100%;
  }
 .pre-header .shop-nav {
    float: left;
    width: 100%
  }
}
@media (max-width: 991px) and (min-width:481px) {
  .site-logo img {
    max-width: 250px;
  }
}
.head_tel {
  font-weight: 400;
}
.head_tel a {
  font-size: 2.2em;
  font-weight: 600;
  text-decoration: none;
  color: #333 !important;
  line-height: 120%;
}
.head_tel a img {
  padding-bottom: 5px;
	 margin-right: 5px;
    
    max-width: 30px
}
  .head_tel span {
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  .head_quote a {
	  background: rgb(255, 54, 2);
	  background: linear-gradient(180deg, rgba(255, 54, 2, 1) 0%, rgba(255, 80, 2, 1) 30%, rgba(247, 151, 0, 1) 69%, rgba(247, 180, 0, 1) 100%);
	  color: #fff;
	  text-align: center;
	  display: block;
	  margin-left: 10px;
	  padding: 15px 30px 15px 30px;
	  font-size: 18px;
	  font-weight: 600;
}
.head_quote a:hover {
  color: #fff;
  opacity: .7;
  text-decoration: none;
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (max-width: 480px) {
  .pre-header {
    text-align: center !important;
  }
  .pre-header .title {
    position: relative;
    display: block;
    font-size: 13px !important;
    margin-top: -40px;
    margin-bottom: -40px;
  }
  .shop-info {
    margin-bottom: 0;
  }
  .site-logo {
    margin-right: 0;
    padding-top: 10px !important;
    float: none !important;
    text-align: left !important;
  }
  .site-logo img {
    padding: 10px 0 !important;
  }
  .shop-nav {
    float: none !important;
    text-align: center !important;
    margin-bottom: 0;
    padding: 0 auto !important;
  }
  .shop-nav ul {
    text-align: center !important;
    padding: 0 auto !important;
  }
  .head_tel {
    float: none !important;
    text-align: center !important;
    line-height: 120%;
  }
  .head_quote a {
    display: none;
    margin: 0 !important;
  }
}

.pre-header .shop-nav ul {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  float: right !important;
}
.pre-header .shop-nav li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: middle;
}
.shop-nav li:last-child {
  padding-right: 0;
}
.pre-header .fa {
  margin-right: 4px;
}
.pre-header .title {
  color: #333;
  margin: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #ffed33;
  width: 100%;
}





/********************
  Header and navi
********************/
.header {
  box-shadow: 0 1px 3px #ddd;
  background: #fff;
  border-radius: 0;
  margin-bottom: 23px;
  z-index: 999;
  position: relative;
}
.header .container {
  position: relative;
}
.ie8 .header {
  border-bottom: 1px solid #eee;
}
.header .mobi-toggler {
  float: right;
  color: #D8D8D8;
  border: 1px solid #D8D8D8;
  border-radius: 100% !important;
  width: 32px;
  height: 32px;
  display: none;
  margin: 10px 0 10px 30px;
  position: relative;
  background: #fcfcfc url(../img/icons/toggler.png) no-repeat 6px 8px;
}
.header .mobi-toggler i {
  display: none;
}
.header .mobi-toggler:hover {
  background: #FF5002 url(../img/icons/toggler.png) no-repeat 6px -28px;
  border-color: #FF5002;
  color: #fff;
}

/* Navigation */

.header-navigation {
  font: 16px 'Noto Sans JP', sans-serif;
  margin: 0 10px 0 0;
  padding: 0;
  float: right !important;
  text-transform: uppercase;
}
@media (max-width: 767px) {
.header-navigation {
    margin: 0 -10px 0;
    padding: 0 10px;
  }
}
.header-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation > ul > li {
  float: left;
}
.header-navigation > ul > li > a {
  color: #333;
  display: block;
  padding: 29px 12px 30px;
}
.header-navigation ul > li.active > a, .header-navigation ul > li > a:hover, .header-navigation ul > li > a:focus, .header-navigation ul > li.open > a, .header-navigation ul > li.open > a:hover, .header-navigation ul > li.open > a:focus {
  color: #FF5002;
  background: #fcfcfc;
  text-decoration: none;
}
.header-navigation ul > li.active > a {
  border-bottom: 2px solid #FF5002;
}
/* dropdown menu */
@media (min-width: 1025px) {
  .header-navigation > ul > li:hover > .dropdown-menu {
    display: block;
  }
}
@media (max-width: 1024px) {
  .header .header-navigation li > a:hover, .header .header-navigation li.active > a, .header .header-navigation li.open > a:hover {
    color: #FF5002 !important;
  }
}
.header-navigation, .header-navigation .dropdown {
  position: static;
}

.header-navigation .dropdown-menu {
  left: auto;
  top: 100%;
  padding: 0;
  background: #fff;
  position: absolute;
  border: none;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  text-transform: none;
  font: 13px 'Noto Sans JP', sans-serif;
  letter-spacing: 0;
  border-radius: 0;
  z-index: 9999;
}
.header-navigation .dropdown-menu:before, .header-navigation .dropdown-menu:after {
  display: none !important;
}
.dropdown-fix-left .dropdown-menu {
  left: 0;
  width: 700px;
}
.dropdown-fix-right .dropdown-menu {
  right: 0;
  width: 700px;
}
.header-navigation > ul > li > .dropdown-menu {
  margin-top: -5px;
  border-top: solid 3px transparent;
  z-index: 1001;
}

.header-navigation > ul > li.dropdown:hover > a:after {
  bottom: 0;
  width: 0;
  height: 0;
  z-index: 1002;
  content: " ";
  display: block !important;
  position: absolute;
  border-bottom: 8px solid #FF5002;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.ie8 .header-navigation > ul > li.dropdown:hover > a:after {
  display: none !important;
}
.header-navigation .dropdown-menu > li:first-child {
  border-top: 2px solid #FF5002;
}
.header-navigation .dropdown-menu li {
  font-size: 15px;
  padding: 0;
  margin: 0;
  border-bottom: solid 1px #efefef;
  position: relative;
  float: none;
}
.header-navigation .dropdown-menu li:last-child {
  border: none;
}
.header-navigation .dropdown-menu li > a {
  padding: 10px 15px;
  font-weight: 400;
  color: #767f88;
}
.header-navigation .dropdown-menu > li > a:hover, .header-navigation .dropdown-menu > li.active > a {
  background: #FF5002;
  color: #fff;
}
.dropdown-submenu > a:after {
  display: none;
}

/* n-level submenu */
.header-navigation .dropdown-menu .dropdown-menu {
  left: 100%;
  right: auto;
  top: 6px;
}
.header-navigation .dropdown-menu a {
  position: relative;
}
.header-navigation .dropdown-menu .fa {
  position: absolute;
  top: 13px;
  right: 15px;
}


/***********************
     title wrapper 
************************/
.title-wrapper {
  margin: -23px 0 23px;
  position: relative;
  overflow: hidden;
  height: 180px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
}
.title-wrapper .inner {
  padding-top: 38px;
  padding-bottom: 38px;
  float: left;
}
.title-wrapper h2 {
  color: #fff;
  font-size: 36px;
  padding: 10px 0 10px 0;
  border-bottom: solid 1px rgba(256, 256, 256, 0.6);
  margin: 0;
  position: absolute;
  left: 10%;
}
@media screen and (max-width: 480px) {
  .title-wrapper h2 {
    font-size: 22px;
  }
}
.title-wrapper span {
  color: #f0f0f0;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  left: 10%;
  padding-top: 70px;
}
.area .title-wrapper {
  background: #021b79 url(../img/title-bg/area.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.faq .title-wrapper {
  background: #021b79 url(../img/title-bg/faq.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.flow .title-wrapper {
  background: #021b79 url(../img/title-bg/flow.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.reason .title-wrapper {
  background: #021b79 url(../img/title-bg/reason.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.inquiry .title-wrapper {
  background: #021b79 url(../img/title-bg/inquiry.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.form .title-wrapper {
  background: #021b79 url(../img/title-bg/form.jpg) no-repeat 100% 100%;
  background-position: center center;
}

.waterheater .title-wrapper {
  background: #021b79 url(../img/title-bg/waterheater.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.dishwasher .title-wrapper {
  background: #021b79 url(../img/title-bg/dishwasher.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.stove .title-wrapper {
  background: #021b79 url(../img/title-bg/stove.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.ventilation .title-wrapper {
  background: #021b79 url(../img/title-bg/.jpg) no-repeat 100% 100%;
  background-position: center center;
}
.ecoone .title-wrapper {
  background: #021b79 url(../img/title-bg/.jpg) no-repeat 100% 100%;
  background-position: center center;
}

/***********************
     breadcrumb
************************/

.breadcrumb {
  background: none;
  padding: 0;
  font: 14px 'Noto Sans JP', sans-serif;
  color: #5f6d7b;
  margin-top: 22px;
  margin-bottom: 44px;
}
.breadcrumb > li + li:before {
  content: "\f105 ";
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #5f6d7b;
}
.breadcrumb a {
  color: #5f6d7b;
}
.breadcrumb > .active {
  color: #FF5002;
}

/***********************
     main contents
************************/

.container-box {
  margin-bottom: 40px;
position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	float: left;
	width: 100%;
	  margin-right: -15px;
  margin-left: -15px
}

.inner-left {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 0;
  padding-bottom: 20px;
}
.inner-right {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 15px
}
@media (min-width:992px) {
  .inner-left {
    float: left;
    width: 75%;
  }
  .inner-right {
    float: left;
    width: 25%;
  }
}
@media (max-width:991px) {
  .inner-left {
    float: left;
    width: 100%;
  }
  .inner-right {
    float: left;
    width: 100%;
  }
}



/* content page */
.content-page {
  background: #fff;
  padding:0 20px 20px;
  margin-right: 0;
  margin-left: -15px
}

.content-page a {
  color: #767F88;
}
.sidebar2 {
  line-height: 180%;
  font-size: 16px;
position: relative;
}
.sidebar2 a {
  color: inherit;
}

.side-border {
  border-bottom: 1px #C0C0C0 solid;
}
.content-page a:hover, .sidebar2 a:hover {
  color: #ccc;
  text-decoration: none;
}
.sidebar2 img {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
.sidebar2 a:hover img {
  opacity: 0.8;
}

.sidebar2 .side-box {
	position: relative;
  margin-bottom: 40px !important;
  width: 100% !important;
margin-right: -15px;
  margin-left: -15px;
	padding-bottom: 100px!important;
	clear: both;
}
.side-box h4 {
  color: #21386E;
  padding: 28px 0 8px 0;
  border-bottom: #21386E 3px double !important;
 
  font-size: 20px !important;
  text-align: center;
}
.side-box .bt{
	position: relative;
  min-height: 1px;
  padding:10px 10px 0 10px;
 float: left;
	width: 50%;
	
}
@media (min-width: 992px) {
.side-box .bt{
	float: left;
    width: 100%;
	
  }
}


.side-box-inner {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 50%;
}
@media (min-width:768px) {
  .side-box-inner {
    float: left;
    width: 50%;
  }
}
@media (min-width:992px) {
  .side-box-inner {
    float: left;
    width: 100%;
  }
}
.content-page h2, .content-page h3, .content-page h4, .content-page h5, .content-page h6 {
  /*text-transform: inherit;*/
  padding-top: 10px;
}
.content-page h3 {
  font-size: 20px;
  margin-bottom: 7px;
}
.content-page h4 {
  font-size: 17px;
  margin-bottom: 4px;
}
.content-page h5, .content-page h6 {
  font: 700 15px 'Noto Sans JP', sans-serif;
  margin-bottom: 2px;
}
.content-page p, .content-page .list-unstyled {
  margin-bottom: 20px;
}
.content-page .list-unstyled .list-unstyled {
  margin-left: 20px;
  padding-top: 3px;
  margin-bottom: 0;
}
.content-page .list-unstyled li {
  margin-bottom: 3px;
}
.content-page .link, .content-page .link:hover, .content-page .link:active {
  color: #FF5002;
}

/***
Custom Scrollbars
***/ ::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-left: 1px solid #cecece;
}
::-webkit-scrollbar-thumb {
  background-color: #cecece;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
/* overides metro scrolbars in IE10 and makes them look like a default scrollbar */
@-ms-viewport {
  width: auto !important;
}
::-moz-selection {
  color: #fff;
  background: #FF1605;
}
::selection {
  color: #fff;
  background: #FF1605;
}



/* Global classes */
.min-hight500 {
  min-height: 500px;
}

.bannar {
  margin-bottom: 50px;
}
.bannar a:hover {
  opacity: 0.6;
}
.bannar img {
  width: 100%;
}
/****************
　 詳細はこちらbt
******************/
.bt-detail {
  text-align: center;
  padding: 30px 0 0 0;
	clear: both;
}
.bt-detail a {
  color: #fff !important;
  font-size: 1.2em;
  padding: 8px 25px 8px 25px;
  text-decoration: none;
  background: -moz-linear-gradient(top, #FF5002, #F7A100);
  background: -webkit-linear-gradient(top, #FF5002, #F7A100);
  background: linear-gradient(to bottom, #FF5002, #F7A100);
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
}
.bt-detail a:hover {
  color: #EEEEEE;
  opacity: 0.6;
}
@media screen and (max-width: 480px) {
  .bt-detail {
    text-align: center;
    padding: 10px 0 0 0;
  }
}


/*****************************
       privacy company
******************************/
.privacy h2, .company h2 {
  font-size: 28px;
  color: #fff;
  background: #0575E6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  padding: 10px 0 10px 25px;
  margin-bottom: 20px;
}
.privacy h4 {
  font-size: 18px;
  padding: 20px 0 10px 10px;
}
.company .box{
	  margin-right: -15px;
  margin-left: -15px;
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
 .company .box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .company .box  {
    float: left;
    width: 100%;
  }
}

  .company table {
    line-height: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .company th {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 20%;
    padding: 10px 0;
    background-color: inherit;
    color: inherit;
    border-bottom: 1px solid #E0DFDF;
  }
  .company td {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px 10px 30px;
    ;
    border-bottom: 1px solid #E0DFDF;
    width: 70%;
    text-align: left;
    line-height: 180%;
  }
  .company li {
    list-style: none;
  }
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 40px;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }

/*******************
    area 
********************/
.area .box{
	  margin-right: -15px;
  margin-left: -15px;
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
 .area .box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .area .box  {
    float: left;
    width: 100%;
  }
}
.area h3, .privacy h3 {
  font-size: 24px;
  color: #21386E;
  font-weight: 600;
  padding: 20px 0 10px 10px;
  border-bottom: 1px solid #3e4d5c;
}
.area p, .privacy p {
  padding: 10px 20px;
  font-size: 15px;
  line-height: 180%;
}



/**********************
       reason 
***********************/
.reason-box .inner {
  border-bottom: 1px solid #9D9893;
  padding: 40px 10px;
  margin: 0 10px;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
.reason-box .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
.reason-box .inner {
    float: left;
    width: 100%;
  }
}


.reason-box .inner:first-child {
  padding: 0 10px 40px 10px;
}
.reason-box .inner:last-child {
  border-bottom: none;
  padding: 40px 10px;

}
.reason-box p {
  color: #656565;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
}
.reason-box .reason-box-heading {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
}
.reason-box .reason-box-heading span {
  color: #444;
  font-size: 28px;
  background-image: url("../img/gold.png");
  background-repeat: no-repeat;
  background-size: 95px;
  line-height: 95px;
  width: 95px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}
.reason-box .reason-box-heading [class^="icon-"], .reason-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.reason-box .reason-box-heading [class^="icon-"].icon-large, .reason-box .reason-box-heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
.reason-box img {
  max-width: 70%;
align-items: center;
}
.reason-box .inner .left{
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.reason-box .inner .right{
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
	.reason-box img {
		max-width: 100%;
	}
  .reason-box .inner .left {
    float: left;
    width: 66.66666667%;
  }
	.reason-box .inner .right {
    float: left;
    width: 33.33333333%;
  }
}



/*********************
      flow  
***********************/
.flow-box {
  margin-left: 5px;
  margin-bottom: 40px;
}
.flow-box .inner {
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	
  margin-bottom: 80px;
  padding: 0 0 20px 0;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  border-left: #ccc 1px solid;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .flow-box .inner {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .flow-box .inner {
    float: left;
    width: 100%;
  }
}
.flow-box .heading {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 30px;
  padding: 8px 25px 8px 0;
  background: #0575E6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-duration: .5s;
  -webkit-transition-duration: .5s;
  line-height: 25px;
  font-weight: 500;
  top: -4px;
}
.flow-box .heading span {
  font-size: 26px;
  background: rgb(255, 54, 2);
  background: linear-gradient(180deg, rgba(255, 54, 2, 1) 0%, rgba(255, 80, 2, 1) 30%, rgba(247, 151, 0, 1) 69%, rgba(247, 180, 0, 1) 100%);
  padding: 30px 10px;
  border-radius: 50px !important;
  margin-right: -10px;
  left: -40px;
  position: relative;
}
.flow-box .inner .left , .flow-box .inner .right{
	 position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
 .flow-box .inner .left {
    float: left;
    width: 66.66666667%;
  }
	.flow-box .inner .right {
    float: left;
    width:  33.33333333%;
  }
	
}
@media (min-width: 768px) {
.flow-box .inner .left {
    float: left;
    width: 66.66666667%;
  }
.flow-box .inner .right {
    float: left;
    width:  33.33333333%;
  }
}


.flow-box p {
  font-size: 15px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 160%;
}
.flow-box .inner img {
  width: 100%;
}

.flow-box .heading [class^="icon-"], .flow-box [class*=" icon-"] {
  display: inline-block;
  text-align: center;
}
.flow-box .heading [class^="icon-"].icon-large, .flow-box .heading [class*=" icon-"].icon-large {
  /* increased font size for icon-large */
  width: 1.5625em;
}
#pay h4 {
  color: #21386E;
  border-bottom: 1px solid #21386E;
  margin: 40px 10px 0 0;
  padding: 0 0 10px 10px;
	clear: both;
}
.card {
  margin-bottom: 40px;
	width:100%;
}
.card .img{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	padding-bottom: 20px;
	float: left;
  width: 30%!important;
}
@media (min-width: 992px) {
	.card .img{
	 float: left;
	width: 20%;
	}
}
@media (min-width: 768px) {
	.card .img{
	 float: left;
	width: 20%;
	}
}


/******************
	form
******************/
  .form-box {
    margin-bottom: 40px;
  }
  .form h3 {
	font-size: 32px;
    font-weight: 600;
    color: #fff;
    background: #0575E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 15px 0 15px 0;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .form h3 span {
    padding-left: 10px;
    padding-right: 10px;
    color: #333;
    font-size: 38px;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
  }
 
  .form-mv {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: center;
	   position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  }
	@media (min-width: 992px) {
  .form-mv {
    float: left;
    width: 100%;
  }
}
	
	.form-mv .inner{
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	float: left;
	width: 33.33333333%;
	}
	
	@media (min-width: 992px) {
  .form-mv .inner {
    float: left;
    width: 16.66666667%;
  }
	}

.form-mv .inner img{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	padding-bottom: 20px;
	float: left;
  width: 100%!important;
}


	.form-mv p {
    padding-top: 10px;
    font-size: 13px;
  }
  .form-mv span {
    font-size: 15px;
    font-weight: 600;
    color: #21386E;
  }
	


 /******************
	inquiry
******************/ 

  .inquiry h4 {
    font-size: 28px;
    color: #fff;
    background: #0575E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 15px 0 15px 0;
    text-align: center;
    margin-bottom: 40px;
  }
  .inquiry .point {
    font-size: 16px;
    padding: 40px 60px 0 60px;
    font-weight: 500;
  }
  @media screen and (max-width: 991px) {
    .inquiry .point {
      font-size: 15px !important;
      padding: 0 20px;
    }
  }

/***********************
        FAQ 
************************/
.faq .left ,.faq .right{
  margin-bottom: 20px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .faq .left {
    float: left;
    width: 25%;
  }
.faq .right {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
.faq .left {
    float: left;
    width: 25%;
  }
.faq .right {
    float: left;
    width: 75%;
  }
}

.faq-tabbable {
  padding: 0;
  margin: 0;
  list-style: none;
  border-left: solid 2px #FF5002;
}
.faq-tabbable li {
  position: relative;
  margin-bottom: 1px;
}
.faq-tabbable li a {
  font-size: 14px;
  color: #444444;
  display: block;
  background: #F4F4F4;
  padding: 12px 10px 11px 8px;
}
.faq-tabbable li:hover a, .faq-tabbable li.active a {
  background: #FF5002;
  text-decoration: none;
  color: #fff;
}
.faq-tabbable li.active:after {
  content: '';
  display: inline-block;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #FF5002;
  position: absolute;
  top: 16px;
  right: -5px;
}
.tab-content {
  background: #FAFAFA;
  padding: 20px 15px;
}
/*  panel styles */
.panel-default > .panel-heading {
  color: inherit;
}
.panel .panel-title {
  padding-top: 0;
  margin-bottom: 0;
}
.panel .panel-title a {
  color: inherit;
}
.panel .panel-title a:hover {
  color: #FF5002;
}

/******************************
 
        製品

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

.product-detail h3 {
  dislay: block;
  font-size: 30px;
  color: #333;
  padding: 50px 0 20px 0;
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 600;
	clear: both;
}

.product-detail h3 img {
  max-width: 220px;
  max-height: 45px;
  padding-right: 40px;
  margin-top: -10px;
  padding-left: 0;
}
@media screen and (max-width: 640px) {
.product-detail h3 {
    font-size: 20px;
    padding-bottom: 0 !important;
  }
.product-detail h3 img {
    width: 200px;
    height: auto;
    padding-right: 40px;
    margin-top: -10px;
  }
}
.product-detail .product{
	padding-bottom: 60px;
	margin-right: -15px;
    margin-left: -15px
}


.product-detail h4 {
  border-bottom: 1px solid #9D9893;
  padding: 60px 0 10px 20px;
  font-size: 24px;
  color: inherit;
  font-weight: 600;
  margin-bottom: 20px;
	clear: both;
}
.product-detail h4 img {
  width: auto;
  max-height: 44px;
}

.product .left , .product .right {
  text-align: center;
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;

}
@media (min-width: 992px) {
.product .left , .product .right {
    float: left;
    width: 50%;
  }
}

.product .left .img{
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	float: left;
	width: 58.33333333%;
}
@media (min-width: 992px) {
  .product .left .img {
    float: left;
    width: 100%;
  }
}
.product .left img {
  width: 100%;
  padding-bottom: 20px;
}
.right .detail{
		margin-right: -15px;
    margin-left: -15px;
	margin-bottom: 15px;
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	text-align: left;
}
@media (min-width: 992px) {
 .right  .detail {
    float: left;
    width: 100%;
  }
}
.product .right p{
	font-size: 14px;
}
/******* waterheater *******/

.product .seihin {
  text-align: center;
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	padding-bottom: 50px;
	width: 100%;
}
@media (min-width: 992px) {
.product .seihin {
    float: left;
    width: 25%;
  }
}
.product .seihin .img{
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	float: left;
	width: 50%;
}
@media (min-width: 992px) {
.product .seihin .img {
    float: left;
    width: 100%;
  }
}
.product .seihin img {
  width: 100%;
  padding-bottom: 20px;
}

.product .seihin p {
  color: #21386E;
  font-weight: 500;
  font-size: 16px;
}

.product .seihin-right{
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
 .product .seihin-right {
    float: left;
    width: 75%;
  }
}
.detail dl {
  width: 100%;
  overflow: hidden;
  border: 1px solid #E0DFDF;
  border-top: none;
  background: #9D9893;
}
.detail dt {
  width: 30%;
  float: left;
  padding: 10px;
  border-top: 1px solid #E0DFDF;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.detail dd {
  margin-left: 30%;
  padding: 10px;
  border-left: 1px solid #E0DFDF;
  border-top: 1px solid #E0DFDF;
  background: #fff;
	text-align: left;
}
.detail dd:after {
  display: block;
  content: "";
  clear: both;
}
.tbl {
  border: 1px solid #E4E4E4;
  line-height: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tbl th {
  background: #9D9893;
  color: #fff;
}
.tbl td:first-child {
  background: #fbf5f5;
}
.tbl th, .tbl td {
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  padding: 5px 0;
  border: 1px solid #E0DFDF;
}
.tbl .price {
  font-size: 18px;
  font-weight: 500;
  color: #FF1605;
}
@media screen and (max-width: 640px) {
  .tbl {
    width: 100%;
    font-size: 15px;
  }
  .tbl .thead {
    display: none;
  }
  .tbl tr {
    width: 100%;
  }
  .tbl td {
    display: block;
    text-align: right;
    width: 100%;
    padding: 5px 20px 5px 20px;
  }
  .tbl td:first-child {
    background: #9D9893;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/********************
     Type
*********************/
.settype h3 {
  color: #fff;
  padding: 15px 0 15px 0;
  background: #0575E6; 
  background: -webkit-linear-gradient(to bottom, #021B79, #0575E6); 
  background: linear-gradient(to bottom, #021B79, #0575E6); 
  margin-bottom: 30px !important;
  font-size: 24px !important;
  text-align: center;
}
.settype h3 img {
  width: 60px;
  padding-right: 20px;
  padding-top: 7px;
}
.settype .inner{
	  margin-right: -15px;
  margin-left: -15px;
	margin-bottom: 40px;
	clear: both;
}
.settype .mv {
  border: 3px double;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  font-weight: 500;
	margin-bottom: 40px;
}

.settype .inner .box{
	position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	
}
@media (min-width: 992px) {
  .settype .inner .box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .settype .inner .box {
    float: left;
    width: 100%;
  }
}
.settype .inner .box .left ,  .settype .inner .box .right{
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	
}
@media (min-width: 992px) {
  .settype .inner .box .left{
    float: left;
    width: 25%;
  }
	  .settype .inner .box .right {
    float: left;
    width: 75%;
  }
}
@media (min-width: 768px) {
  .settype .inner .box .left {
    float: left;
    width: 25%;
  }
		  .settype .inner .box .right {
    float: left;
    width: 75%;
  }
}

.settype h4 {
  border-bottom: 3px double;
  padding: 7px 0 7px 10px;
  font-size: 18px;
  font-weight: 600;
}


/********************
     ECO ONE
*********************/
.ecoone h3 {
  font-size: 24px;
  padding: 0 0 8px 0;
  line-height: 120%;
  font-weight: 500;
  color: #000;
  border-bottom: 1px solid #9D9893;
	clear: both;
}
.ecoone .box{
	  margin-right: -15px;
  margin-left: -15px;
	  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
	padding-bottom: 
}
@media (min-width: 992px) {
.ecoone .box {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
.ecoone .box  {
    float: left;
    width: 100%;
  }
}
.ecoone .box p{
	line-height: 150%;
	padding: 10px 0 20px 0;
}

.ecoone .box .cap{
	font-size: 0.8em;
	padding: 0 0 20px 0;
}
.ecoone h4{
	border-bottom: 1px solid #9D9893;
  padding: 60px 0 10px 20px;
  font-size: 24px;
  color: inherit;
  font-weight: 600;
  margin-bottom: 20px;
	clear: both;
}
/***************************
          index  
****************************/
.title-mv {
  margin: -23px 0 23px;
  position: relative;
  overflow: hidden;
  height: auto;
  padding-top: 0;
  padding-bottom: 23px;
  width: 100%;
  background: #021B79; /* fallback for old browsers */
  background: -webkit-linear-gradient(to top, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to top, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.title-mv .container-inner {
  text-align: center;
  margin-bottom: -23px;
  padding-bottom: 0;
  height: auto;
}
.title-mv .container-inner img {
  width: 100%;
  margin-bottom: 0;
}
.index .main {
  font-size: 16px;
  text-align: left;
  line-height: 150%;
  font-weight: 500;
  padding: 20px 20px;
}

/* bt box */
  .bt-box {
    margin-bottom: 40px;
	  clear: both;
  }
  .bt-box .inner {
    margin-top: 10px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	  float: left;
      width: 50%
  }
  @media (min-width:768px) {
    .bt-box .inner {
      float: left;
      width: 25%
    }
  }
.bt-box .inner a:hover{
	 color: #fff;
    text-decoration: none;
    opacity: 0.7;
}

.bt-box .heading {
    padding: 0;
    background-position: top 0% left 20%;
    border: 1px solid #ccc;
    background: #F2F2F2;
    text-align: center;
	display: inline-block;
  }

 .bt-box .heading h4 {
    background-size: 100%;
    line-height: 150px;
    width: 150px;
    vertical-align: middle;
    position: relative;
    color: #333;
    font-size: 28px;
    font-weight: 600;
    left: 0;
    top: 0;
    text-align: center;
    float: left;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
  }
.bt-box .heading h4 img{
	width: 100%;
}
.bt-box .heading h4.kyuto{
	background: url("../img/bt01.png") no-repeat !important;
} 
.bt-box .heading h4.kanki{
	background: url("../img/bt03.png") no-repeat !important;
} 
.bt-box .heading h4.stove{
	background: url("../img/bt02.png") no-repeat !important;
} 
.bt-box .heading h4.ecoone{
	background: url("../img/bt04.png") no-repeat !important;
} 

.jiki {
  padding: 40px 0;
	clear:both; 
}


.index h3 {
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 30px !important;
  color: #fff;
  background: #0575E6; /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	clear: both;
}

.index h5 {
  font-size: 20px;
  padding-left: 20px;
  line-height: 120%;
  font-weight: 500;
  background: linear-gradient(180deg, rgba(255, 57, 0, 1) 0%, rgba(255, 80, 2, 1) 73%, rgba(247, 161, 0, 1) 83%);
  -webkit-background-clip: text;
  color: transparent;
  border-bottom: 2px solid #F7A100;
	clear: both;
}
.jiki .box-left {
  margin-top: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}
.jiki .box-right {
  margin-top: 10px;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

@media (min-width:768px) {
  .jiki .box-left {
    float: left;
    width: 66.66666667%;
  }
  .jiki .box-right {
    float: left;
    width: 33.33333333%;
  }
}
.jiki ul{
	margin: 0;
	padding: 0;
}
.jiki li {
    padding-bottom: 10px;
    list-style: circle;
		list-style-position: inside;
  }

.jiki p {
    padding: 10px 20px;
  }
  .jiki img {
    width: 100%;
  }

/* service box */
  .service-box {
    margin-bottom: 40px;
	  clear: both;
  }
  .service-box .box-inner {
    margin-top: 10px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
  }

  @media (min-width:768px) {
    .service-box .box-inner {
      float: left;
      width: 50%
    }
  }

  .service-box p {
    color: #656565;
    font-size: 16px;
	      display: block;
    text-align: center;
  }
  .service-box .heading {
    padding: 28px 0;
    background-position: top 0% left 20%;
    border: 1px solid #ccc;
    background: #F2F2F2;
    text-align: center;
  }
  .service-box .heading span {
    display: inline-block;
    background: url("../img/gold.png") no-repeat !important;
    background-size: 90px;
    line-height: 90px;
    width: 90px;
    vertical-align: middle;
    position: relative;
    color: #333;
    font-size: 22px;
    font-weight: 600;
    left: 10px;
    top: -20px;
    text-align: center;
    float: left;
    text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
  }
  .service-box .heading .inner {
    position: relative;
    display: inline-block;
    text-align: center;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 500;
  }
  .service-box .heading .inner h4 {
    font-size: 28px !important;
    font-weight: 600;
  }
 /* front steps */
  .steps-wrapper {
    margin-bottom: 40px;
	margin-right: -15px;
  margin-left: -15px;
	  clear: both;
  }
.steps-wrapper .col {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
	position: relative;
  min-height: 1px;
	float: left;
	width: 50%;
  }
.steps-wrapper .col:first-child {
    padding-left: 15px;
  }
 .steps-wrapper .col:last-child {
    padding-right: 0;
  }

 .steps-wrapper .step {
    position: relative;
    padding: 15px 10px 90px;
  }
	
  .steps-wrapper .step1 {
    background: #FFBB00;
  }
  .steps-wrapper .step2 {
    background: #FFA600;
  }
  .steps-wrapper .step3 {
    background: #FF8700;
  }
  .steps-wrapper .step4 {
    background: #FF5000;
  }
  .steps-wrapper .step5 {
    background: #FF3000;
  }
  .steps-wrapper .step6 {
    background: #E00000;
  }
	.steps-wrapper .step:before {
    color: #fff;
    font: 300 125px 'Noto Sans JP', sans-serif;
    font-weight: bold;
    display: block;
    position: absolute;
    right: -20px;
    bottom: -40px;
    opacity: 0.4;
  }
  .ie8 .steps-wrapper .step:before {
    display: none !important;
  }
  .steps-wrapper .step1:before {
    content: "1";
    opacity: 0.4;
  }
  .steps-wrapper .step2:before {
    content: "2";
    right: -15px;
  }
  .steps-wrapper .step3:before {
    content: "3";
  }
  .steps-wrapper .step4:before {
    content: "4";
  }
  .steps-wrapper .step5:before {
    content: "5";
  }
  .steps-wrapper .step6:before {
    content: "6";
  }
  .steps-wrapper .step:after {
    top: 50%;
    width: 0;
    height: 0;
    left: 100%;
    z-index: 2;
    content: " ";
    display: block;
    margin-top: -1em;
    position: absolute;
    border-left: 15px solid #EC7049;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  .ie8 .steps-wrapper .step:after {
    display: none !important;
  }
  .steps-wrapper .col:last-child .step:after {
    display: none;
  }
  .steps-wrapper .step1:after {
    border-left-color: #FFBB00;
  }
  .steps-wrapper .step2:after {
    border-left-color: #FFA600;
  }
  .steps-wrapper .step3:after {
    border-left-color: #FF8700;
  }
  .steps-wrapper .step4:after {
    border-left-color: #FF5000;
  }
  .steps-wrapper .step5:after {
    border-left-color: #FF3000;
  }
 .steps-wrapper h4{
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
    margin-bottom: 8px;
    font-weight: bold;
  }
  .steps-wrapper p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  
  .col img {
    width: 100%;
    height: auto;
  }

@media (min-width: 768px) {
	.steps-wrapper .col {
	float: left;
	width: 33.33333333%;
  }
	}
@media (min-width: 992px) {
.steps-wrapper .col {
	float: left;
	width: 16.66666667%;
  }
}	
  .sekou {
    margin-bottom: 40px;
    margin-top: 10px;
	    margin-right: -15px;
  margin-left: -15px;
	  clear: both;
  }

	
	
	
  /************************
	     contact nav
 **************************/
  .contact-nav {
    padding-top: 40px;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  @media (min-width:992px) {
    .contact-nav {
      float: left;
      width: 100%;
    }
  }
 .contact-nav h3 {
    color: #fff !important;
    padding: 10px 0 10px 20px !important;
    background: #0575E6; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #021B79, #0575E6); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-bottom: 30px !important;
    font-size: 24px !important;
    text-align: center;
    border-bottom: none !important;
	 clear: both;
  }

  .contact-nav-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
  }
	.contact-nav .header {
    background: #9D9893;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    margin: 0;
	   clear: both;
  }
 
  .contact-nav .inner {
    border: 1px solid #ccc;
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  .contact-nav .inner .nav-form {
    font-size: 1.5em;
    line-height: 24px;
    text-align: center;
    padding: 17px 0 18px;
  }
  .nav-form a {
    background: -moz-linear-gradient(top, #FF5002, #F7A100);
    background: -webkit-linear-gradient(top, #FF5002, #F7A100);
    background: linear-gradient(to bottom, #FF5002, #F7A100);
    color: #fff;
    margin-top: 10px;
    padding: 8px 30px 8px 30px;
    text-decoration: none;
    border-radius: 30px !important;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-duration: .5s;
    -webkit-transition-duration: .5s;
  }
  .nav-form a:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.7;
  }
  .nav-form .fa {
    margin-right: 8px;
  }
  .contact-nav .inner a:hover.nav-form {
    opacity: 0.8;
    color: #fff;
  }
  .contact-nav .inner .nav-tel {
    font-size: 1.9em;
    font-weight: 600;
    color: inherit;
    line-height: 100%;
  }
.contact-nav .inner span{
	font-size: 0.9em;
}

@media (min-width: 992px) {
  .contact-nav-col{
    float: left;
    width: 50%;
  }	
}
  
  
	
	
  /*****************
	thanks page 
********************/
  .thanks {
    text-align: center;
    padding-top: 200px;
    padding-bottom: 145px;
  }
  thanks .details {
    display: inline-block;
    padding-top: 0px;
    text-align: left;
    top: 15px;
    position: relative;
    font-size: 16px;
  }
  .thanks .details h3 {
    font-size: 24px;
  }
	
	
  /*****************
	    404 page 
********************/

   .page-404 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 125px;
    height: auto;
  }
  .page-404 .number {
    position: relative;
    top: 35px;
    display: inline-block;
    letter-spacing: -10px;
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 128px;
    font-size: 128px;
    font-weight: 300;
    color: #FF1605;
    text-align: right;
  }
  .page-404 .details {
    margin-left: 40px;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 100px;
    text-align: left;
    top: 15px;
    position: relative;
  }
  
	
  /***********************************
  Pre-Footer and pre-footer elements
**************************************/
  .pre-footer {
    background: #021B79;
    color: #F1F1F1;
  }
  .pre-footer a {
    color: #fff;
  }

	.pre-footer p {
    margin-bottom: 20px;
  }
  .pre-footer ul {
    padding-left: 0;
    list-style: none;
  }
  .pre-footer li {
    margin-bottom: 6px;
  }
  .pre-footer .container {
    padding-top: 45px;
  }
	
  .pre-footer-col {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 22px;
  }
  .pre-footer-col h2 {
	  font-size: 18px !important;
    color: #fff !important;
    font-weight: normal !important;
    border-bottom: 1px solid #BABABA;
    padding: 30px 0 5px 0 !important;
	  text-align: left!important;
  }
  @media (min-width:992px) {
    .pre-footer-col {
      float: left;
      width: 33.33333333%;
    }
  }
  @media (max-width:991px) {
    .pre-footer-col {
      float: left;
      width: 50%
    }
  }
 

  
  /* footer */
  .footer {
    background: #021B79;
    color: #fff;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
  }
  .footer a {
    color: #fff;
    text-decoration: underline;
  }
  .footer a:hover {
    text-decoration: none;
  }