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

/* common --- start ---*/
.setsubiBlue {
  color: #006ab8;
}
.engiRed {
  color: #db263e;
}
.densetsuOrange {
  color: #f08200;
}
.powerGreen {
  color: #5bbb24;
}
.screen-reader-text {
  display:none;
}
.well {
  background-color: #FFFDF2
}
.thumbnail .caption h3 {
  margin-top: 3px;
  margin-bottom: 5px;
}
.dammyBtn {
  height: 38px;
}

/* ブログ追加時 */
.navbar-nav>li>a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}


/* common --- end ---*/


/* homePage --- start ---*/

.homeFutawaJV {
  margin-top: -10px;
}
.homeFutawaJV .homeFutawaJVtitle {
  font-size:24px;
  margin-bottom:15px;
  margin-top:7px;
}
@media (max-width: 1199px) {
  .homeFutawaJV .topFutawaJVtitle {
    margin-top:0px;
    margin-bottom:20px;
    line-height: 1em;
  }
}

.homeNews a.newsLink {
  text-decoration: none;
  display: block;
}
.homeNews a.newsLink + a.newsLink {
  margin-top: 7px;
  padding-top: 8px;
  border-top: #db263e 1px dotted;
}
.homeNews .date {
  font-size: 12px;
  color: #999;
  /* text-align: right; */
}
.homeNews .title {
  font-size: larger;
  font-weight: 800;
  color: #db263e;
}
.homeNews .newsSummary {
  color: #333;
}
a.homeNewsList {
  float: right;
  background-color: #FFF;
  padding-left: 7px;
  padding-right: 7px;
  /* border: #FFF 1px solid; */
  border-radius: 5px;
}
a.homeNewsList:hover {
  text-decoration: none;
  background-color: #940000;
  color: #FFF;
}


a.homeNewsList201806 {
  float: right;
  background-color: #eee;
  padding-left: 7px;
  padding-right: 7px;
  border: #CCC 1px solid;
  border-radius: 5px;
  color: #333;
}
a.homeNewsList201806:hover {
  text-decoration: none;
  background-color: #CCC;
  color: #333;
}
a.newsLink {
  color: #333;
}


.homeApponter a.apponterLink .appointerName {
  color: #333;
}
.homeApponter a.apponterLink:hover {
  text-decoration: none;
}
.homeApponter .apponterLink {
  margin-bottom: 1em;
  text-align: center;
}
.homeVoice .containerTitle {
  margin: 0;
  color: #db263e;
  margin-bottom: 10px;
  margin-top: -5px;
}
.homeVoice .date {
  color: #666;
  font-size: 9px;
  margin-top: 4px;
}
.homeVoice .title {
  font-weight: 800;
  font-size: 16px;
}
.homeVoice .comment {
  color: #333;
}
.homeVoice .moreBtn {
  margin-top: 3px;
}
.homeVoice a.voiceLink {
  text-decoration: none;
  display: block;
}
.homeVoice a.voiceLink + a.voiceLink {
  margin-top: 7px;
  padding-top: 8px;
  border-top: #e3e3e3 1px solid;
}
.homeVoice .homeVoiceList {
  margin-top: -5px;
}
.homeEngi .homeEngiTitle {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
}
.homeThumb {
  position: relative;
}
.homeThumb .homeThumbBtn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.onestop h4 {
  color: #db263e !important;
}
/* homePage --- end ---*/


/* footer --- start --- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}
.footer a {
  color: #CCC;
}
.footer a:hover {
  color: #FFF;
  text-decoration: underline;
}
/* footer --- end --- */


/* mainNavi --- start --- */

.navbar-nav li + li {
  border-right: #b81429 1px solid;
}
.navbar-nav > li {
  border-right: #b81429 1px solid;
}
.navbar-nav.navbar-right li {
  border-right: none;
  border-left: #b81429 1px solid;  
}


.mainNavbar {
  margin-left: -15px;
  margin-right: -15px;
  font-family: "a-otf-ud-shin-go-pr6n";
  margin-bottom: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #b81429;
}



/* gradation */
.navbar-nav>li>a:default {
-webkit-transition: all 1s linear;
-moz-transition: all 1s linear;
-o-transition: all 1s linear;
transition: all 1s linear;
}



/* common nav --- start ---*/
.commonNav {
  width: 100%;
  background-color: #eeeeee;
  height: 27px;
}
.commonNav .jv {
  width: 28%;
  float: left;
}
.commonNav .jv img {
  margin-left: 10%;
  margin-top: 2px;
}
.commonNav a.jvBtn {
  display:block;
  width: 18%;
  float: left;
  border-left: #CCCCCC 1px solid;
  height: 27px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.commonNav a.jvBtn:hover {
  background-color: #DDDDDD;
}
.commonNav a.jvBtn.active {
  background-color: #CCCCCC;
}
.commonNav a.jvBtn img {
  margin-top: 2px;
}
/* common nav --- end ---*/

/* headSet --- start --- */
.headSet {
  margin-top: 24px;
  height: 74px;
}
.headSet .logo {
  margin-top: 3px;
  float: left;
}
.headSet .medal {
  margin-right: 7px;
  float: right;
}
.headSet .blog {
  margin-top: 4px;
  float: right;
}

/* Water --- start --- */
@media (min-width: 768px) {
  .waterJiseki, .waterLifeline {
    padding-left: 30px;
  }
}
/* Water --- end --- */


/* Renovation --- start --- */
@media (min-width: 768px) {
  .renovWater {
    padding-left: 30px;
  }
}
/* Renovation --- end --- */


/* job --- start ---*/
.jobTable ul {
  padding-left: 20px;
  margin: 0;
}


 /* Corp --- start ---*/
.corpHistory dt {
  font-weight: bold;
}
.corpHistory dd {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .dl-horizontal.corpHistory dt {
    width: 70px;
    text-align: left;
  }
  .dl-horizontal.corpHistory dd {
    margin-left: 80px;
  }
}

.corpTable ul {
  padding-left: 20px;
}
.corp h2 {
  margin-bottom: 0.7em;
}


/* contact --- start --- */
.contact .tel {
  font-size: 40px;
  font-weight: 800;
}
.contact .mail {
  font-size: 24px;
  font-weight: 800;
}
.formSelect {
  margin-top: 2em;
  margin-bottom: 2em;
}
.formSell {
  margin-top: 2em;
  margin-bottom: 3em;
  display: none;
}
.contactBody .radio-inline+.radio-inline {
  margin-left: 0px;
}
.contactBody .radio-inline {
  margin-right: 2em;
}
@media (min-width: 768px) {
  .contactBody {
    padding-left: 15px;
    padding-right: 15px;
  }
}


/* info --- start --- */
.infoContainer .postContainer {
}
.infoContainer .postContainer h3 {
  margin-top: 0;
}
.infoContainer .postContainer .panel-body {
  padding-bottom: 5px;
}
.infoContainer .postContainer .date {
  float: right;
  color: #999;
}
.infoContainer .panel {
  margin-bottom: 1em;
}


/* maintenance ----- start -----*/
.maintenanceVoice .meta {
  margin-top: 7px;
}
/* maintenance ----- end -----*/


/* soler ----- start ----- */
.makerLogo {
  margin: 15px;
  width: 90%;
}
.solarMaker {
  margin-top: 0px;
}
.solarMaker .caption h3 {
  font-size: 18px;
}
.roofPicture {
  width: 90%;
  margin-top: 15px;
}
/* soler ----- end ----- */



/* voice ----- start ----- */
.voiceBox .label {
  float: left;
  display: block;
  margin-bottom: 3px;
  margin-right: 3px;
}
/* voice ----- end ----- */


/* access ----- start ----- */
.accessMap {
  height: 600px;
  width: 100%;
}
/* access ----- end ----- */


/* appointer ----- start ----- */
a.appointerBox {
  display: block;
}
a.appointerBox:hover {
  text-decoration: none !important;
  background-color: #FFFDF2;
  border-color: #bbbbbb;
}
.appointerText .dl-horizontal dt {
  width: 100px;
}
.appointerText .dl-horizontal dd {
  margin-left: 120px;
}
/* appointer ----- end ----- */


/* voice ----- start ----- */
.voiceThumb {
  position: relative;
}
.voiceThumb .voiceThumbBtn {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.fa-icon-prev, .fa-icon-next {
  position: absolute;
  top: 50%;
}
/* voice ----- end ----- */



/* blog ----- start ----- */
.blogMoreBtn {
  clear: both;
  margin: 30px 0px 15px;
}
.blogThumb {
  float: right;
  display: inline;
  margin: 0px 0px 30px 30px;
}
.panel-heading {
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}
@media (max-width: 768px) {
  .blogThumb {
    float: none;
    display: block;
  }
  .blogThumbImg {
    display: block;
    width: 100% !important;
  }
}
/* blog ----- end ----- */
