@charset "utf-8";

/*____________________________________________________________________________

メールマガジン会員解除
____________________________________________________________________________*/
.unsubscribe_send_contents {
  border: 2px solid;
  padding: 40px 0;
}

.unsubscribe_email {
  width: 360px;
  padding: 0 10px;
  font-size: 14px;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  height: 50px;
  text-align: left !important;
}
.unsubscribe_email:focus {
border: 1px solid #000;
background: #fff;
border-radius: 3px;
}

#mailAuthSend {
  width: 80px;
}

#sendErrorMsg li {
  margin-top: 10px;
}

label.attention{
  text-align: center;
  padding-top: 8px;
}

.error-msg a{
  color: #222;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media only screen and (max-width:767px) {
  .unsubscribe_send_contents {
    padding: 25px;
  }

  .unsubscribe_email {
    width: 100%;
    padding: 0 5px;
  }
  .unsubscribe_email_wrap{
    width: calc(100% - 70px);
  }

  #mailAuthSend {
    width: 60px;
  }
}


/*____________________________________________________________________________

解除完了
____________________________________________________________________________*/

.unsubscribe-complete__home{
  text-align: center;
}
.unsubscribe-complete__home a{
  width: 280px;
  text-decoration: none;
  color: #333;
  margin: 30px auto;
}
.unsubscribe-complete__home a:hover{
  opacity: .8;
}