.mypage_info {
  background-color: #EBEBEB;
  width: 90%;
  text-align: center;
  margin: 0 auto;
  border-radius: 5px;
  color: #6e6e6e;
  padding: 20px 0 15px 0;
}
.mypage_info span.bold {
  font-size: 1.3em;
  font-weight: bold;
}
.mypage_info span.small {
  font-size: 0.9em;
}
.mypage_button {
  color: #fff;
  font-size: 1em;
  width: 90%;
  text-align: center;
  border-radius: 5px;
  background-color: #bdb6ff;
  border: 1px solid #bdb6ff;
  padding: 10px 10px;
  margin: 5px auto;
  cursor: pointer;
  text-decoration: none;
}
.mypage_button:hover {
  text-decoration: none !important;
  background-color: rgba(189, 182, 255, 0.7);
}
.mypage_button_waku {
  color: #bdb6ff;
  font-size: 1em;
  width: 90%;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #bdb6ff;
  padding: 10px 10px;
  margin: 5px auto;
  cursor: pointer;
  text-decoration: none;
}
.mypage_button_waku:hover {
  text-decoration: none !important;
  color: #bdb6ff;
  background-color: rgba(189, 182, 255, 0.3);
}
.mypage_info_image {
  width: 85%;
  text-align: center;
  margin: 0px auto 10px auto;
}
.mypage_info_pointimage {
  width: 78%;
  margin: 0 auto;
  text-align: center;
}
.mypage_info_pointimage img {
  width: 33.33333%;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
  padding: 1%;
}
.li_link {
  z-index: 2;
}
/*notification_datail*/
.notification_detail {
  width: 95%;
  color: #555;
  margin: 0 auto;
}
.notification_detail h3 {
  text-align: center;
  font-size: 1.2em;
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.notification_detail .day {
  font-size: 0.8em;
  text-align: right;
  color: #999;
  margin-top: 20px;
}
/**********************************************
入会特典用のポップアップCSS
 ***********************************************/
#modal-content_02, #modal-content_03, #modal-content_04, #modal-content_05 {
  width: 80%;
  max-width: 650px;
  margin: 1.5em auto 0;
  padding: 0px;
  box-shadow: 0px 0px 8px #000;
  background: #fff;
  position: fixed;
  display: none;
  color: #1b1b1b;
  font-size: 0.9em;
  border-radius: 10px;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
}
/*modal*/
.modal-content {
  width: 80%;
  max-width: 650px;
  margin: 1.5em auto 0;
  padding: 0px;
  box-shadow: 0px 0px 8px #000;
  background: #fff;
  position: fixed;
  color: #1b1b1b;
  font-size: 0.9em;
  z-index: 5;
  border-radius: 10px;
  border: 0px solid #fff;
  -webkit-transform: translate3d(0, 0, 5px);
  transform: translate3d(0, 0, 5px);
}
.modal-p_02 {
  margin-top: 0em;
}
.modal-p_02:first-child {
  margin-top: 0;
}
.button-link_02 {
  color: #00f;
  text-decoration: underline;
}
.button-link_02:hover {
  cursor: pointer;
  color: #f00;
}