body, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}
body {
  padding-bottom: 20px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
img {
  max-width: 100%;
}
hr {
  margin-top: 10px;
}
.btn,
.form-control,
.modal-content,
.alert {
  border-radius: 0;
}
a img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  transition-duration: 0.5s;
}
.no-spacing {
  margin: 0;
  padding: 0;
}
.home-top {
  background: #F9423A;
  height: 480px;
  color: #FFF;
  margin-bottom: 100px;
}
.copy {
  padding: 25px 0;
  font-size: 36px;
  line-height: 1.2;
}
.copy-large {
  font-size: 68px;
  font-weight: 800;
}
.note {
  font-size: 12px;
}

.navi {
  background: #D93832;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 480px;
}
.fixed {
  position: fixed;
  top: 0;
  z-index: 10;
}
.navi-list li {
  display: inline;
  padding: 0 20px;
  font-size: 18px;
}
.navi-list li a {
  color: #FFF;
}

.feature-copy {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.feature-copy-large {
  font-size: 80px;
}
.feature-description {
  padding: 10px;
}

.flow-box {
  margin-bottom: 20px;
}
.flow-title {
  font-size: 28px;
  font-weight: 800;
  padding-bottom: 10px;
}
.flow-done-box {
  margin: 20px 0 40px;
  background: #F6F6F6;
  width: 100%;
  padding: 40px 0 20px;
}
.flow-done-copy {
  font-size: 32px;
  font-weight: 800;
  padding-top: 10px;
}

.spec-title {
  font-weight: 800;
}
.spec-service-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}

.bot {
  text-align: center;
  margin-bottom: 15px;
}

.faq-box {
  border-left: 15px solid #F9423A;
  padding: 10px 0 10px 15px;
  margin-bottom: 20px;
}
.faq-title {
  font-size: 20px;
  font-weight: 800;
}

.alert-title {
  font-size: 20px;
  font-weight: 800;
}

.history-list {
  display: block;
  max-height: 150px;
  overflow-y: scroll;
  margin-bottom: 30px;
  padding: 0;
}
.history-list li {
  list-style: none;
  padding-bottom: 10px;
}
.history-date {
  font-size: 14px;
  font-weight: 800;
  padding-right: 10px;
}

.contact-box {
  border: 1px solid #000;
  padding: 35px 25px 30px;
}

.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.title {
    font-size: 32px;
    font-weight: 800;
    margin: 50px 0 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
.title:before,
.title:after {
    border-top: 1px solid;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.title:before {
    margin-right: 1em;
}
.title:after {
    margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .home-top { height: auto; margin-bottom: 0; }
  .copy { font-size: 22px; }
  .copy-large { font-size: 36px; }
  .navi {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 80px;
    position: static;
  }
  .fixed {
    position: static;
  }
  .navi-list {
    width: 960px;
    height: 100%;
  }
  .flow-done-copy { font-size: 24px; }
  .title { font-size: 24px; }
}
@media screen and (max-width: 959px) {
  .home-top { margin-bottom: 0; }
  .navi {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    height: 80px;
    position: static;
  }
  .fixed {
    position: static;
  }
  .navi-list {
    width: 960px;
    height: 100%;
  }
}
