.block-number {
  text-align: center;
  font-weight: bold;
  font-size: 0.8125em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #191919;
  transition: 0.3s ease-out; }
  .block-number:hover {
    opacity: 1; }
  .block-number::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-bottom: 2px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #191919; }
  .block-number a:hover,
  .block-number a:focus {
    color: #191919; }

.demo-section .main-content .section,
.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar,
.demo-header .main-content .header,
.demo-footer .main-content .footer {
  margin: 30px 20px 100px;
  border: 1px solid #f5f6f7;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05); }

.demo-topbar .main-content .topbar,
.demo-navbar .main-content .navbar {
  position: static;
  margin: 0; }

.sample-blocks img {
  border-radius: 0.25rem; }
  .sample-blocks img.aos-animate {
    opacity: 0.5 !important; }
  .sample-blocks img:hover {
    opacity: 1 !important;
    transition: 0.7s !important; }

.sample-blocks a {
  position: absolute; }

.sample-blocks a:nth-child(1) {
  -webkit-animation: wobble 4s infinite;
          animation: wobble 4s infinite;
  right: 15px;
  bottom: -20px; }

.sample-blocks a:nth-child(2) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 320px;
  bottom: 30px; }

.sample-blocks a:nth-child(3) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 0px;
  bottom: 190px; }

.sample-blocks a:nth-child(4) {
  -webkit-animation: wobble 6s infinite;
          animation: wobble 6s infinite;
  right: 280px;
  bottom: 180px; }

.sample-blocks a:nth-child(5) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 270px;
  bottom: 320px; }

.sample-blocks a:nth-child(6) {
  -webkit-animation: wobble 7s infinite;
          animation: wobble 7s infinite;
  right: 20px;
  bottom: 370px; }

.sample-blocks a:nth-child(7) {
  -webkit-animation: wobble 5s infinite;
          animation: wobble 5s infinite;
  right: 200px;
  bottom: 470px; }

.sample-blocks a:nth-child(8) {
  -webkit-animation: wobble 8s infinite;
          animation: wobble 8s infinite;
  right: 10px;
  bottom: 470px; }

.sample-blocks a:nth-child(9) {
  -webkit-animation: wobble 9s infinite;
          animation: wobble 9s infinite;
  right: 0px;
  bottom: 570px; }

@-webkit-keyframes wobble {
  0% {
    transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    transform: rotate(1deg) translate(5px, 5px); }
  100% {
    transform: rotate(-1deg) translate(-5px, -5px); } }

@keyframes wobble {
  0% {
    transform: rotate(-1deg) translate(-5px, -5px); }
  50% {
    transform: rotate(1deg) translate(5px, 5px); }
  100% {
    transform: rotate(-1deg) translate(-5px, -5px); } }

@media (max-width: 400px) {
  body > .footer .social a:last-child,
  body > .footer .nav a:last-child {
    display: none; } }

/*# sourceMappingURL=style.css.map */

h1 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

h1:before, h1:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h1:before {
  border-left: solid 1px white;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  left: 0;
}
h1:after {
  content: '';
  border-top: solid 1px white;
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  right: 0;
}
h2 {
  margin-bottom: 30px;
  font-size: 2rem;
}
h2 span {
  padding: 7px 15px;
  /*padding: 0.25em 0.5em;*//*上下 左右の余白*/
  color: #666666;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 20px #ffbe00;/*左線*/
  border-bottom: solid 1px #ffbe00;
}
.contact h2 {
  font-weight: bold;
   }
@media (max-width: 400px) {
  h1 {
    font-size: 2.3rem;
    padding: 0.25em 0.5em;
     }
  h2 {
    font-size: 1rem;
    font-weight: bold;
     }
   h2 span {
     line-height: 1.9;
      }
  .contact h2 {
    font-size: 1.6rem;
    font-weight: bold;
     }
  p.points-text span{
    font-size: 0.9rem !important;
     }
 }
h5 {
  font-weight: bold;
}
span.high-light {
  padding: 2px 4px;
  background-color: black;
}
section.contact {
  background-image: url("https://keizu.co.jp/cms/wp-content/uploads/2019/12/17149-scaled.jpg");
}
p.points-text {
  font-weight: bold;
}
p.points-text i{
  font-weight: bold;
}
p.ttc-lead {
  color: #222222;
  font-size: 1rem;
}
a.ttc {
    font-size: 3rem;
    font-weight: bold;
    color: #3cd458
}
small {
  font-size: 0.5em;
}
.navbar-brand {
    margin-right: 0rem;
}
p.points-text i {
    font-weight: bold;
    font-size: 1.5rem;
    color: #ffbe00;
}
.section-header {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 70px;
}
p.ba-lead {
  font-size: 1rem;
font-weight: bold;
color: #555555;
}


section.functional p.function-desc {
  text-align: center;
  padding: 0px 10px;
}
section.functional p.function-desc span{
  font-size: 0.8rem;
}
span.paragraph {
  padding-left: 2.2rem !important;
}
