@charset "utf-8";
/*新規会員登録 PC用CSS
---------------------------*/
.entry {
  display: flex;
  font-size: 20px;
  font-family: ryo-gothic-plusn, sans-serif !important;
  font-weight: bold;
  margin: 2rem auto;
  justify-content: center;
}
.entry .num1, .entry .num2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 200;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}
.entry .tit, .entry .tit_last {
  display: inline-table;
  vertical-align: middle;
  line-height: 1.8;
}
.num1 {
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #2D577D;
  color: #FFF;
}
.num2 {
  line-height: 31px;
  color: #2D577D;
  border: 2px solid #2D577D;
  border-radius: 50%;
  text-align: center;
  width: 31px;
  height: 31px;
}
.entry .tit:after {
  display: inline-block;
  content: " ";
  width: 30px;
  border: 1px solid #2D577D;
  vertical-align: 0.4rem;
  margin-left: 10px;
  margin-right: 10px;
}
.attention {
  font-size: 16px;
  color: #FF0000;
}
.bg {
  background: linear-gradient(180deg, #2D577D 0%, #2D577D 50px, #EBF5FF 50px, #EBF5FF 100%);
  border: 1px solid #2D577D;
  padding: 100px 50px 50px;
}
.mail_area {
  display: flex;
  margin-bottom: 40px;
}
.mail_area .tit {
  width: 180px;
  font-size: 16px
}
.mail_area .tit span {
  color: #FF0000;
}
input[type="text"]:focus {
  outline: 0;
}
.mail_area .button_area p {
  width: 258px;
  padding: 6px;
  border: none;
  outline: none;
  box-sizing: inherit;
}
button:focus {
  outline: 0;
}
.mail_area input {
  width: 400px;
  padding: 5px 10px;
}
.mail_area value {
  color: #6C6C6C80;
}
.mail_area li {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.bg section {
  min-width: inherit;
}
.agree_area h4 {
  font-size: 24px;
  text-align: center;
  background: #E8E8E8 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  font-weight: normal;
  line-height: 1;
  padding: 12px;
}
.agree_area h4::before {
  background: none;
  width: inherit;
}
.kiyaku {
  overflow-y: scroll;
  height: 200px;
  color: #6C6C6C;
  font-size: 15px;
  padding: 20px 50px;
  background: #FFF;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
/* チェックボックス01 */
input[type=checkbox] {
  display: none;
}
.checkbox01 {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox01::before {
  background: #fff;
  border: 1px solid #333333;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox01::after {
  border-right: 3px solid #2D577D;
  border-bottom: 3px solid #2D577D;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
*:focus {
  outline: none;
}
input {
  border: 0;
}
.agree_area label p {
  padding: 0;
  font-size: 16px;
}
.agree_area .check {
  padding: 30px 90px 0px;
}
.note.ente {
    background-color: #E8E8E8;
    margin: 20px 50px 50px 50px;
    padding: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.pl20.w700.check{
font-size: 16px;
}
.button_area input {
  font-size: 18px;
  color: #FFF;
  background: #2D577D;
  border-radius: 5px;
  width: 490px;
  padding: 15px;
  border: 0;
  cursor: pointer;
}
.button_area p {
  padding: 20px 0 0 0;
}
/*必須*/
.hissu{color: #fff!important;
background: #ff0000;
padding: 2px 8px 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
margin-right: 5px;
font-size: 12px;
}
/*sp　新規会員登録 SP用CSS*/
@media only screen and (max-width: 767px) {
  /*
  .entry {
    display: block;
    font-size: 20px;
    font-family: ryo-gothic-plusn, sans-serif !important;
    font-weight: bold;
    margin: 2rem auto;
  }
  .entry .tit:after {
    display: block;
    height: 3vh;
    width: 0;
    margin: 0.3rem 0 0.5rem 4%;
  }
  .entry .tit, .entry .tit_last {
    width: 100%;
    margin-left: 10%;
  }
  */
  .entry {
    font-size: 16px;
    margin: 1.5rem auto;
  }
  .input_index .entry .tit, .input_index .entry .tit_last,
  .input_confirm .entry .tit, .input_confirm .entry .tit_last,
  .input_finish .entry .tit, .input_finish .entry .tit_last {
    width: auto !important;
  }
  .entry .num1, .entry .num2 {
    font-size: 20px;
  }
  .num1 {
    line-height: 34px;
    width: 31px;
    height: 31px;
  }
  .num2 {
    line-height: 30px;
    width: 27px;
    height: 27px;
  }
  .entry .tit:after {
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .bg {
    background: linear-gradient(180deg, #2D577D 0%, #2D577D 5vh, #EBF5FF 1vh, #EBF5FF 100%);
    border: 1px solid #2D577D;
    padding: 8vh 5% 5vh;
  }
  .mail_area .tit {
    width: 100%;
    margin-bottom: 0.5vh;
  }
  .agree_area h4 {
    font-size: 20px;
    padding: 1.5vh 5%;
  }
  .mail_area {
    display: block;
    margin-bottom: 4vh;
  }
  .mail_area input {
    width: 100%;
    padding: 1vh 3%;
  }
  .kiyaku {
    overflow-y: scroll;
    height: 25vh;
    padding: 1vh 5%;
  }
  .agree_area .check {
    padding: 3vh 0 3vh;
  }
  .button_area input {
    font-size: 20px;
    width: 100%;
    padding: 2vh;
    border: none;
  }
  .checkbox01 {
    padding: 0.8vh 0 0.8vh 9%;
  }
  .checkbox01.ch1::before {
    background: #fff;
    top: 16%;
    margin: 0;
    left: 0;
  }
  .checkbox01.ch2::before {
    background: #fff;
    top: 22%;
    left: 0;
  }
  .checkbox01.ch3::before {
    background: #fff;
    top: 47%;
    left: 0;
  }
  .checkbox01.ch1::after {
    left: 1.5%;
    top: 30%;
  }
  .checkbox01.ch2::after {
    left: 1.5%;
    top: 22%;
  }
  .checkbox01.ch3::after {
    left: 2%;
    top: 47%;
  }
} /**/