@charset "shift_jis";
.subtitle_img{
  height: 21px;
  margin-top: 80px;
}
.information .btn_wrapper,
.quit .btn_wrapper{
  margin-top: 80px;
}
.information p{
  width: 340px;
  margin: 40px auto 0;
}
.quit .slide_left p {
  max-width: 340px;
  width: 92%;
  margin: 40px auto 0;
  margin-right:8%;
}
.quit .slide_right p {
  max-width: 340px;
  width: 92%;
  margin: 40px auto 0;
  margin-left:8%;
}



.quit_check p {
  margin: 46px 0 71px;
}
.really{
  margin-bottom: 74px;
  color: #ff0e0e;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.quit_check .mypage_btn{
  margin-top:80px;
}
.quit_finish{
  margin: 75px 0 76px;
  text-align: center;
  font-size: 22px;
}
.btn_wrapper .slide_center {
    padding: 0;
}

@media screen and (max-width: 1000px){
.quit .btn_wrapper .button_large .text {
  height: 12px;
}
}



@media screen and (min-width: 767px){
.quit .btn_wrapper .slide_left .button_large {
  width: 92%;
}
.quit .btn_wrapper .slide_right .button_large {
  width: 92%;

}
}

@media screen and (max-width: 767px){
.subtitle_img{
  height: 15px;
  margin-top: 40px;
}
.information .btn_wrapper,
.quit .btn_wrapper{
  margin-top: 35px;
}
.quit .btn_wrapper .button_large .text {
  height: 14px;
}
.information p,
.quit .slide_left p,
.quit .slide_right p{
  width: 100%;
  margin: 22px 0 0;
}
.quit .slide_left p,
.quit .slide_right p{
  max-width: none;
}
.quit_check p{
  margin: 25px 0 26px;
}
.quit_check .mypage_btn{
  margin-top:50px;
}
.really{
  margin-bottom: 36px;
  font-size: 15px;
}

.quit_finish{
  margin: 26px 0 42px;
  font-size: 15px;
}
}

