@charset "UTF-8";

body {
    font-family: "Hiragano kaku Gothic ProN", "Meiryo" ,sans-serif;
    font-size: 1.2;
    line-height: 2.0;
    color: #333;
}

.navbar {
  padding-top: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

h1 {
    margin: 0;
    font-size: 32px;
}
h1 > a:hover {
  text-decoration: none;
  color: #ff2100;
}
h2 {
    margin-top: 42px;
    font-size: 32px;
}
h3 {
    margin-top: 40px;
    font-size: 30px;
}
h4 {
    margin-top: 38px;
    font-size: 28px;
}
h5 {
    margin-top: 34px;
    font-size: 24px;
}

.site-title {
  padding-top: 4px;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 8px;
}
.site-color {
  color: #ff2100;
}
.no-decoration {
  text-decoration: none;
}

.site-subtitle {
  padding: 0;
}
.header-margin {
  margin-top: 128px;
}
.footer-margin {
  margin-bottom: 128px;
}
.margin-top-long {
  margin-top: 180px;
}
.catch-message {
  text-align: center;
  font-size: 32px;
  animation: animation 3000ms ease-in 500ms 1 normal;
  -webkit-animation: animation 3s ease 0s 1 normal;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1.0;
  }
}


section {
  position: relative;
}
.anchor {
  position: absolute;
  top: -96px;
}

.section-image-1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.2;
  height: 100%;
  width: auto;
}

.section-image-2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.2;
  height: auto;
  width: 100%;
}

.section-image-3-1 {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1.0;
  height: auto;
  width: 320px;
}
.section-image-3-2 {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1.0;
  height: auto;
  width: 320px;
}

.text-image-1 {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1.0;
  height: auto;
  width: 360px;
}
.text-image-1-icon {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1.0;
  height: auto;
  width: 180px;
}

.text-image-1-2 {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1.0;
  height: auto;
  width: 320px;
}
.text-image-2-2 {
  display: block;
  position: relative;
  margin: 0 auto;
  opacity: 1.0;
  height: auto;
  width: 320px;
}

.app-image-1 {
  display: block;
  margin: 8px auto;
  opacity: 1.0;
  height: 180px;
  width: auto;
}
.app-image-2 {
  display: block;
  margin: 8px auto;
  opacity: 1.0;
  height: auto;
  width: 96%;
}
.border-solid {
  border: solid 1px #9E9E9E;
}
.border-radius {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.footer {
  position: relative;
  background-color: #333;
  color: #fff;
  height: auto;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}
.footer-a {
  text-decoration: none;
  color: #fff;
}
.footer-a:hover {
  text-decoration: none;
  color: #fff;
}

.br-sp {
    display : none;
}

ol > li {
  margin-left: 32px;
  margin-top: 16px;
}
ul > li {
  margin-left: 32px;
  margin-top: 16px;
}


@media (max-width:767px) {

  .navbar {
    padding-right: 0;
  }

  .header-margin {
    margin-top: 96px;
  }
  .footer-margin {
    margin-bottom: 96px;
  }
  .margin-top-long {
    margin-top: 120px;
  }

  .catch-message {
    text-align: center;
    font-size: 24px;
  }

  h1 {
    margin-top: 4px;
      font-size: 24px;
  }
  h2 {
      margin-top: 34px;
      font-size: 24px;
  }
  h3 {
    margin-top: 30px;
      font-size: 20px;
  }
  h4 {
    margin-top: 28px;
      font-size: 18px;
  }
  h5 {
    margin-top: 26px;
      font-size: 16px;
  }

  .section-image-1, .section-image-2 {
    position: relative;
    opacity: 1.0;
    margin: 5%;
    height: auto;
    width: 90%;
  }
  .section-image-3-1, .section-image-3-2 {
    margin: auto;
    height: auto;
    width: 80%;
  }

  .text-image-1 {
    height: auto;
    width: 240px;
  }

  .text-image-1-2, .text-image-2-2 {
    margin: auto;
    height: auto;
    width: 80%;
  }

  .app-image-1, .app-image-2 {
    height: 120px;
    width: auto;
  }

  .br-sp {
      display : inline-block;
  }


}
