@charset "UTF-8";

#wpmem_reg, #wpmem_login {
	width:100%;
}

#registration a, #profile a, #order a{
	text-decoration:underline;
}
.field:not(:last-child) {
}
.text {
	display: block;
}
.div_checkbox{
	padding:30px 0 10px;
}
@media screen and (min-width: 600px) { /* ---------------   タブレット   --------------- */
	.field.is-horizontal {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
	}
	.text, .select {
		width:25%;
		margin-right: 10px;
  }
	.div_text, .div_select {
		width:75%;
  }
}
.buttons {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
	color: #00AFCC;
  padding: .5rem 3rem;
  background: #fff;
	border: 2px solid #00AFCC;
  border-radius: 4rem;
  transition: all .5s ease-in-out;
}
.buttons:hover {
	color: #fff;
	background: #00AFCC;
	border: 2px solid #00AFCC;
	opacity: 1;
}
