.form-error-text:not(:last-of-type) {
  margin-bottom: 1rem;
}
.glsr-review-author {
  display: inline-block;
}

.c-form__item-input #zeus_token_card_expires_year,
.c-form__item-input #zeus_token_card_expires_month {
  width: 14rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  .c-form__item-input #zeus_token_card_expires_year,
  .c-form__item-input #zeus_token_card_expires_month {
    width: 6rem !important;
    margin-right: 1rem;
  }
}
#memberinfo #zeus_registerd_card_area {
  margin: 10px 0 30px 0;
  font-weight: bold;
  font-size: 1.2em;
}
button[disabled].caution-button,
button[disabled].trigger-button {
  cursor: default !important; 
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.c-form .used_point {
  width: 20rem !important;
}
.c-form .use_point_button {
  width: 22rem;
  padding: 1.2rem;
  border-radius: 3px;
  font-weight: 500;
  margin: 0 0 0 2rem;
  display: inline-block;
  border: solid 1px #CCCCCC;
  text-align: center;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .c-form .used_point {
    width: 12rem !important;
  }
  .c-form .use_point_button {
    width: 15.5rem;
    margin-left: 1rem;
  }
}

/* 仮作りのために一時的に追加 */
.c-form__item-input select.birthday.year {
	width: 28rem ;
	margin-right: 2rem;
}
.c-form__item-input select.birthday.month {
	width: 14rem;
	margin-right: 2rem;
}
.c-form__item-input select.birthday.day {
	width: 14rem;
	margin-right: 2rem;
}
@media screen and (max-width: 768px) {
	.c-form__item-input select.birthday.year {
		width: 100% !important;
	}
	.c-form__item-input select.birthday.month {
		width: 100% !important;
	}
	.c-form__item-input select.birthday.day {
		width: 100% !important;
	}
}
iframe.wp-embedded-content{
	width:660px;
}
@media screen and (max-width: 768px) {
	iframe.wp-embedded-content{
	  width:100%;
	}
}
.payment_paidy ul {
	list-style-position: inside;
	margin: 0 0 1rem 0;
}
.payment_paidy li {
	font-size: 0.9rem;
}
.payment_paidy p {
	font-size: 0.9rem;
	margin: 0 0 1rem 0;
}
.payment_paidy img {
	margin: 0 0 1rem 0;
}
@media screen and (max-width: 768px) {
  .list__item-title {
    min-height: 3.4em;
  }
}