@charset "utf-8";

.regist_wrapp{
}

.regist_wrapp h2{
  font-size: 46px;
  text-align: center;
  color: #FFFFFF;
  padding: 20px 0px 15px;
  margin: 0px 40px;
  background-color: #000040;
}

.regist_wrapp h3{
  font-size: 36px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000040;
  padding-bottom: 16px;
  margin: 0px 40px 20px;
  line-height: 140%;
}

.regist_wrapp span{
  color: #FFCA1D;
}

.point h2{
  font-size: 30px;
  text-align: left;
  color: #CE1500;
  background-color: inherit;
  font-weight: bold;
  margin:0;
}

.point p{
  font-size: 18px;
  text-align: left;
  padding: 0 15px;
  color: #000;
  width: 100%;
}
.point hr {
  border: 2px solid #000040;
  width: 100%;
  margin: 0 0 15px;
}

.title_number{
  font-size: 41px;
  background-color: #000040;
  text-align: left;
  padding: 0px 14px;
  margin: 0px 20px 0px 0px;
}

table {
  margin: 16px auto;
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  padding: 20px 0px;
  border: solid 5px black;
}

table th, table td {
  border: solid 2px black;
  padding: 10px;
  font-size: 18px;
}

table th{
  border: solid 2px white;
  color: #FFFFFF; /* 全体の文字色 */
  background-color: #000040; /* 全体の背景色 */
  padding: 15px;
}
.point_member_wrapp {
  padding: 0 50px;
}
.regist_btn {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  font-size: 28px;
  color: #fff;
  background: #D7B13C;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 10px 0;
  border-radius: 30px;
  font-family: "Sawarabi Mincho", sans-serif;
  box-shadow: 0 5px 0 #7c6520;
  overflow: hidden;
  position: relative;
  transition: .2s ease-in-out;
}

.regist_btn:before {
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, .2);
  transform: rotate(-45deg);
  position: absolute;
  top: -10%;
  left: -180%;
  transition: .3s ease-in-out;
}

.regist_btn:hover:before {
  left: 60%;
}




.regist_btn:hover {
  background: #b39330;
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.regist_btn:before {
    content: "";
    width: 200%;
    height: 200%;
    background: rgba(255, 255, 255, .2);
    transform: rotate(
-45deg
);
    position: absolute;
    top: -10%;
    left: -180%;
    transition: .3s ease-in-out;
}

@media only screen and (min-width: 1025px){ /* PC */

}

@media screen and (min-width:769px) and ( max-width:1024px) { /* タブレット */

}
@media only screen and (max-width:768px){ /* SP */
  .point_member_wrapp {
      padding: 0 10px;
  }
  .point h2 {
    font-size: 20px;
  }
  .title_number {
    font-size: 24px;
    padding: 5px 14px;
    margin: 0px 20px 0px 0px;
  }
  .regist_btn {
    width: 90%;
  }
  .regist_wrapp h2 {
    font-size: 20px;
    padding: 15px 0;
    margin: 0;
  }
  .regist_wrapp h3 {
    font-size: 20px;
    margin: 0px 0 20px;
    line-height: 140%;
  }
  table th, table td {
    border: solid 2px black;
    padding: 6px;
    font-size: 12px;
  }


}
