/* bootstrapオーバーライド */

.panel {
  background-color: rgba(0, 0, 0, 0);
}

/* Template */
#fh5co-page {
  margin: 0px auto;
}

#fh5co-main {
  width: auto;
  float: none;
}

@media screen and (max-width: 1200px) {
  #fh5co-main {
  }
}

.blog-entry .desc h3 {
  text-transform: none;
}

/* オリジナル */
.img-responsive-toplogo {
  max-height: 150px;
  margin: 0 auto;
}

.fa-external-link:before {
  content: '\f08e';
}

.home-text {
  padding-bottom: 60px;
}

.lead-color {
  color: #222222;
}

.warikan-dialog-img {
  max-height: 300px;
}

code {
  word-break: break-all;
}

.showbox-wrapper .showbox-copy-buttons {
  position: absolute;
  right: 0px;
  padding: 0;
  top: -26px;
  font-size: 16px;
  color: #232323;
}

.showbox-wrapper .showbox-copy {
  color: white;
  display: inline-block;
  background: #6c757d;
  padding: 1px 7px;
  border-radius: 3px 3px 0 0;
}
.showbox-copy:hover,
.showbox-copy:focus {
  background-color: #424242;
}

.showbox-wrapper {
  position: relative;
}

.app-banner-title {
  line-height: 1.8;
  font-weight: 700;
  color: rgb(0, 0, 0);
  text-shadow: 0 0 10px #25a03f;
  font-size: 30px;
  margin-top: 30px;  
}

.app-banner-download {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .app-banner-title {
    white-space: nowrap;
    font-size: 4.5vw;
    padding: 0;
    margin-top: 0px;
  }
  .app-banner-download {
    display: block;
    text-align: center;
  }
}
