.wrapper{
  padding-top: 40px;
}

.mypage-list-content {
  padding: 20px ;
  margin: auto;
}


.mypage-list-content .mypage-list-ul {
  
}

.mypage-list-content .mypage-list-ul a{
  text-decoration-line: none;
}

.mypage-list-content .mypage-list-li {
  width: 100%;
  display: flex;
  border-bottom: solid 1px #c3c4c4;
  padding: 15px 0px;
}

.mypage-list-content .mypage-list-li-img{
  width: 30%;
}

.mypage-list-content .mypage-list-li-img img{
  width: 100%;
  padding-right: 5px;
}

.mypage-list-content .mypage-list-li-content{
  width: 70%;
  padding-left: 5px;
  letter-spacing: 0.1em;
}


.mypage-list-content .mypage-list-li-content .title h3{
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 10px;
  color: #000;
}

.mypage-list-content .mypage-list-li-content .content{
  font-size: 10px;
  color: #747374;
}


.mypage-content{
  padding: 0px 20px 20px 20px;
}

.mypage-content .mypage-top-banner{
  padding-bottom: 20px;
}

.mypage-content .mypage-top-banner img{
  width: 100%;
  border-radius: 10px;
}

.mypage-content .sub-title{
  border-left: 8px solid #c9a063;
  margin-bottom: 20px;
}

.mypage-content .sub-title h2{
  padding-left:8px;
  font-size: 18px;
  font-weight: bold;
}

.mypage-content .mypage-info{
  border: 1px solid #c3c4c4;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 20px;
}

.mypage-content .mypage-info .mypage-info-title{
  font-size: 12px;
  color: #727171;
  padding-left: 20px;
  padding-bottom: 10px;
  font-weight: bold;
}

.mypage-content .mypage-info .mypage-table{
  width: 100%;
}

.mypage-content .mypage-detail .mypage-detail-title{
  padding-bottom: 20px;
}

.mypage-content .mypage-detail .mypage-detail-title h3{
  font-size: 16px;
}

.mypage-content .mypage-detail .mypage-detail-title .title-line{
  height: 8px;
  background-color: #879695;
  border-radius: 0px 10px 10px 0px;
  width: 125px;
}

.mypage-content .mypage-detail .content{
  font-size: 12px;
}

.mypage-content .point-waku{
  /*border: 5px solid #ff5a5a;*/
  background-color: #FFFFFF;
  box-shadow: 2px 2px 4px gray;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px;
  text-align: center;
}

.mypage-content .point-waku label{
  font-size: 18px;
}

.mypage-content .point-waku .point{
  font-size: 28px;
  color: #e30000;
}

.coupon-content {
  padding: 20px ;
  margin: auto;
}
.coupon-content .coupon {
  display: flex;
  border: 2px solid #333;
  width: 100%;
  max-width: 620px;
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
.coupon-content .title {
  font-size: 18px;
  font-weight: 900;
  color: #f56359;
  margin-bottom: 10px;
}

.coupon-content .info,
.coupon-content .date {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.coupon-content .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 20px 10px;
}
.coupon-content .right {
  position: relative;
  display: flex;
  width: 160px;
  padding: 20px 10px;
  border-left: 2px dashed #333;
  justify-content: center;
}
.coupon-content .right-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* circle-css */

.coupon-content .right::before,
.coupon-content .right::after {
  position: absolute;
  border: 2px solid #333;
  display: block;
  content: "";
  border-radius: 100%;
  background: #ffffff;
  box-sizing: border-box;
  left: -12px;
  width: 22px;
  height: 22px;
}
.coupon-content .right::before {
  top: -11px;
}
.coupon-content .right::after {
  bottom: -11px;
}
.coupon-content .right-inner::before,
.coupon-content .right-inner::after {
  position: absolute;
  display: block;
  content: "";
  border-radius: 100%;
  background: #ffffff;
  z-index: 1;
  width: 24px;
  height: 24px;
  left: -13px;
}
.coupon-content .right-inner::before {
  top: -19px;
}
.coupon-content .right-inner::after {
  bottom: -19px;
}

.coupon_radio{
  display: none;
}
.coupon_for {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}


.coupon_for::before,
.coupon_for::after {
  content: "";
  display: block; 
  position: absolute;
}

.coupon_for::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.coupon_for::after {
  border-bottom: 2px solid #f56359;
  border-left: 2px solid #f56359;
  opacity: 0;
  height: 8px;
  width: 15px;
  transform: rotate(-45deg);
  top: -7px;
  left: 10px;
}

input:checked + .coupon_for::after {
  opacity: 1;
}

.coupon_check_area{
  position: absolute;
  top: 0px;
  left: -15px;
}

.mypage-content .link{
  font-size: 12px;
}

.mypage-content .table td.number{
  min-width: 50px;
}
.mypage-content .table td.kind{
  min-width: 80px;
}
.mypage-content .table td.point{
  min-width: 90px;
}
.mypage-content .table td.year{
  min-width: 100px;
}

.mypage-point-area {
  background-color: #f6f6f6;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.video_button_area{
  padding: 0px 12px;
}

.video_mess{
  text-align: left;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  padding: 0px;
}

.center{
  text-align: center;
}

.video_area{
  text-align: center;
}