@charset "UTF-8";

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  vertical-align: bottom;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

html {
  font-size: 62.5%;
  height: 100vh;
}

body {
  position: relative;
  font-family: sans-serif;
  background: #08080817;
  color: #0270B4;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5rem;
  min-height: 80%;
  font-size: 1.4rem;
}

img {
  width: 80%;
}

.hero {
  position: relative;
  width: 100%;
}

.hero h1 {
  text-indent: -9999em;
  line-height: 0;
  margin: 0;
  z-index: -1;
  width: 100%;
}

h2 {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

h3{
  margin-top: 20px;
}

#wrap {
  position: relative;
  height: 100vh;
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
  margin: 0 auto;
  box-shadow: 0 3px 6px 0 #00000035;
}

.text {
  color: #333;
  line-height: 2rem;
  text-align: left;
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
  margin-top: 10px;
}

.note {
  display: block;
  font-size: 1.2rem;
  line-height: 17.5px;
}

/* splide */

.my-carousel-progress {
  background: #EAEAEA;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 340px;
}

.my-carousel-progress-bar {
  background: #65BAD3;
  height: 5px;
  transition: width 400ms ease;
  width: 0;
}

.splide__pagination {
  display: none;
}

.splide__arrows {
  position: relative;
  z-index: 5;
}

.splide__arrow--prev,
.splide__arrow--next {
  background-color: #ffffff00;
  border: none;
  position: absolute;
  top: 200px;
  z-index: 5;
  font-size: 20px;
  color: #65BAD3;
}

.splide__arrow--prev {
  transform: rotate(180deg);
  left: 5px;
}

.splide__arrow--next {
  right: 5px;
  top: 200px;
}

:disabled {
  display: none;
}

@media screen and (max-width: 375px) {

  #wrap {
    padding-top: 15px;
  }

  h2 {
    margin-bottom: 10px;
  }
  h3{
    margin-bottom: 5px;
  }

  .text {
    margin-top: 0px;
  }

  .info {
    font-size: 1.1rem;
    line-height: 16px;
  }

}



@media screen and (min-width: 640px) {
  #wrap {
    max-width: 640px;
  }

  .splide {
    width: 90%;
    margin: 0 auto;
  }

  img {
    width: 50%;
    margin: 0 auto;
  }

  .text {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

}