.sptb-br {
  display: block;
}
.scroll {
  display: none;
}

.top_menu {
  margin: 0;
  padding: 0 10px 10px;
  background-color: #ffffff;
  /* background-color: rgba(200, 200, 200, 0.6); */
}
.top_menu h2 {
  margin: 0;
  padding: 20px 0 10px;
  /* color: #000000; */
  font-size: 16px;
  font-weight: bold;
}

/* お知らせ */
#information {
  margin: 0;
}
#information h2 {
  margin: 0;
  padding: 20px 0 20px;
  /* color: #000000; */
  font-size: 16px;
  font-weight: bold;
}
#information dl dt {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
#information dl dd {
  margin: 0;
  padding: 5px 0;
  font-size: 15px;
  font-weight: normal;
  border-bottom: 1px solid #cfcdcd;
}
#information a{
  text-decoration: underline;
}

/* バナー */
.banner-list{
  width:100%;

}
#banner img{
  width:90%;
  margin: 10px 5%;
  float: left;
}
.clear{
  clear: both;
}


/* lp */
.lp .service{
 padding-top: 30px;

}

.lp p {
  font-size: 15px;
  font-weight:500;
  padding: 10px 10px;
  line-height: 1.6;
}

.lp section img {
  margin: 20px 0;
  width: 100%;
  border: 0;
}

/* タイトル */
.cp_h1title {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
}
.lp h2 {
  padding: .3em;
  border: dashed 1px #ffffff;
  background: #1084d5;
  box-shadow: 0px 0px 0px 5px #1084d5;
  color: #ffffff;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-weight: 200!important;
  font-size: 23px;
}

.lp section ul, ol {
  background: #fffcf4;
  border-radius :8px;/*角の丸み*/
  box-shadow :0px 0px 5px silver;/*5px=影の広がり具合*/
  padding: 0.5em 0.5em 0.5em 2em;
}
.lp section ul li, ol li {
  line-height: 1.6;
  padding: 0.5em 0;
  list-style-type:disc;
  font-size: 15px;
}


.search {
  padding: 0;
  display: flex;
  justify-content:space-between;
}
.search a {
  color: #000000;
}
.search a:hover div {
  color: #000000;
  background-color: rgb(241, 241, 241);
}
.search div {
  margin: 10px;
  /* padding: 0 10px; */
  padding: 0;
  border: 1px solid #707070;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  height: 60px;
  
  display: flex;
  justify-content: center;
  align-items:center;
}
.search1 a {
  flex-basis:33.33%;
}
.search2 a {
  flex-basis: 50%;
}
.search3 a {
  flex-basis: 100%;
}
.search3 div img {
  width: 20px;
  margin-right: 10px;
}
.record1 {
  display: flex;
  justify-content:space-between
}
.record1 a {
  flex-basis: 33.33%;
}
.record1 div {
  display: flex;
  justify-content: center;
  align-items:center;
}


.lp_cm img {
  position: fixed;
  bottom: 70px;
  left: 10px;
  width: 200px;
  /*height: 50px;*/
  z-index: 10001;
  border-radius: 5px;
}
.logo_top{
  position: absolute;
  top: 110px;
  left: 20px;
  width: 60px;
  opacity: 0.8;
}

@media (min-width: 481px) {
  #banner img{
      width: 200px;
      margin: 5px;
      float: left;
      /*border-radius: 10px;*/
  }
  .logo_top{
      position: absolute;
      top: 200px;
      left: 20px;
      width: 100px;
      opacity: 0.8;
          }
}
@media (min-width: 768px) {
  .sptb-br {
      display: none;
  }
  
  .media-list .link .title {
      font-size: 12px;
  }

  .top_menu {
      margin: 0;
      padding: 30px;
  }
  .logo_top{
    position: absolute;
    top: 300px;
    left: 20px;
    width: 100px;
    opacity: 0.8;
        }

  #scroll_point {
      margin-top: -130px;
      padding-top: 130px;
  }
  #information {
      margin: 0 20%;
      background-color: #ffffff;
      max-width: 900px;
  }
  #menu_search {
      margin: 0 20%;
      max-width: 900px;
  }
  #banner{
      margin: 0px 20%;
      max-width: 900px;
  }
  #banner img{
      width: 200px;
      margin: 5px;
      float: left;
      /*border-radius: 10px;*/
  }
  #menu_record {
      margin: 0 20%;
      max-width: 900px;
  }
  #new_member {
    margin: 0 20%;
    max-width: 900px;
}
}
@media (min-width: 1025px) {
  /* バナー */
  .banner-list{
      width: 33%;
      float: left;

  }
  #banner img{
      width: 99%;
      display: block;
      margin:auto;
      /*border-radius: 30px;*/
  }

  .scroll {
      display: block;
      position: absolute;
      left: 50%;
      top: 460px;
      width: 50px;
      height: 50px;
      border: 1px solid #F5F5F5;
      border-radius: 50%;
      cursor: pointer;
  }
  .scroll:hover::before {
      background: rgba(255, 230, 64, .2);
      animation-play-state: paused;
  }
  .scroll::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px;
      box-shadow: 0 0 0 0 rgba(255, 230, 64, .2);
      border-radius: 50%;
      opacity: 0;
      animation: ripple1 3s infinite;
  }
  .scroll span {
      width:16px;
      height: 16px;
      position: absolute;
      top: 25%;
      left: 33%;
      transform: rotate(-45deg);
      border-left: 1px solid #F5F5F5;
      border-bottom: 1px solid #F5F5F5;
      z-index: 2;
  }
  .lp section div {
    text-align: center;
  }  
  .lp section img {
      margin: 50px auto;
      width: 100%;
      max-width: 600px;
    }
  .lp_cm img {
      position: fixed;
      bottom: 30px;
      left: 30px;
      width: 350px;
      /*height: 150px;*/
      border-radius: 5px;
      z-index: 10001;
  }
  .lp h2 {
      font-size: 25px;
  }

  .logo_top{
      position: absolute;
      top: 205px;
      left: 100px;
      width: 200px;
      z-index: -1;
  }

  @keyframes ripple1 {
      0% {
          opacity: 0;
      }
      30% {
          opacity: 1;
      }
      60% {
          box-shadow: 0 0 0 2em rgba(179, 221, 255, 0.2);
          opacity: 0;
      }
      100% {
          opacity: 0;
      }
  }

}
