@charset "UTF-8";
/* Scss Document */
/* Scss Document */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* Scss Document */
/*サイトマップ*/
h4.promise {
  margin-top: 25px;
  line-height: 36px;
}
@media only screen and (min-width: 800px) {
  h4.promise span {
    padding: 5px 10px;
    background-color: #F26633;
    border-radius: 25px;
    color: #FFFFFF;
  }
}

@media only screen and (min-width: 800px) {
  .btnLink {
    width: 300px;
  }
}

h5 {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #F26633;
}
@media only screen and (max-width: 759px) {
  h5 {
    font-size: 16px;
  }
}
