@charset "UTF-8";

.inner{
  
}

section.intro {
  background: #C9E3EF;
  display: flow-root;
}

h1.title {
  text-align: center;
  margin-top: 15vw;
}
h1.title img {
  width: 70%;
  max-width: 500px;
  
}
h2.title2 {
  text-align: center;
  margin-top: 7vw;
}
h2.title2 img { width: 260px;}
.logo2 {
  text-align: center;
  margin-top: 4vw;
  display: block;
  margin-bottom: 7vw;
}
.logo2 img { max-width: 70%;}
@media only screen and (min-width: 783px) {
  h1.title {
    margin-top: 10vw;
  }
  h1.title img {
    max-width: 463px;
  }
  h2.title2 {margin-top: 50px;}
  h2.title2 img { width: 260px;}
}

.go2list {
  font-size: 80%;
  text-align: right;
  margin-top: 0;
}
.go2list a {
  position: relative;
  display: inline-block;
  padding-right: 12px;
  color: #fff;
}
.go2list a::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-right: #00a7fe 2px solid;
    border-top: #00a7fe 2px solid;
    transform: rotate(45deg);
    top: 7px;
    right: 0px;
    display: block;
}