/* Flash messages (114) */
.message {
    padding: 1rem;

    background: #eff8ff;
    color: #2779bd;

    border-color: #6cb2eb;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 2rem;
}
.message.hidden {
    display: none;
}
.message.success {
    background: #e3fcec;
    color: #1f9d55;
    border-color: #51d88a;
}
.message.warning {
    background: #fffabc;
    color: #8d7b00;
    border-color: #d3b800;
}
.message.error {
    background: #fcebea;
    color: #cc1f1a;
    border-color: #ef5753;
}

/* Forms (146) */
.input.radio,
.input.checkbox {
    margin-bottom: 2.0rem;
}
.input.radio input,
.input.checkbox input {
    margin: 0;
}
.input.radio label,
.input.checkbox label {
    margin: 0;
    display: flex;
    align-items: center;
}
.input.radio label > input,
.input.checkbox label > input {
    margin-right: 1.0rem;
}
.input.radio label:first-of-type {
    margin-bottom: 2.0rem;
}

/* Paginator (169) */
.paginator {
    text-align: right;
}
.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
ul.pagination, div.paginator {
    margin: 0;
}
.pagination li {
    margin: 0 0.5rem;
}
.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}
.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

/********************/

input[type="text"].input-error, input[type="email"].input-error, input[type="password"].input-error {
    background-color: #ffdddd;
}

fieldset {
    border: none;
}

.error-message {
    font-weight: 500;
    color: red;
}

.btn-color-ball {
  color: var(--cocoon-white-color);
  background-color: var(--color-ball);
}

form.users-register {
    max-width: 400px;
    width: 100%;
}
form.users-register input[type="text"],
form.users-register input[type="email"],
form.users-register input[type="password"] {
}
form.users-register label {
    display: block;
    font-weight: bold;
}
form.users-register .input.checkbox {
    margin-bottom: 1ex;
}

.users-register-wrapper {
    display: flex;
    justify-content: center;
}

.users-register-wrapper .back {
    margin-bottom: 1ex;
}
.users-register-wrapper .back a {
    font-size: 80%;
    text-decoration: none;
}

/*
 * login
 */
.login-buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-buttons-wrapper a {
  width: 100%;
  text-decoration: none;
  max-width: 400px;
  margin-bottom: 1em;
}
.login-buttons-wrapper button {
  max-width: 100%;
}
.login-buttons-wrapper .type-icon {
  flex: 0 0 auto;
  order: 0;
  -webkit-box-flex: 0;
  margin: 0;
}
.login-buttons-wrapper button {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 24px;
    width: 100%;
    height: 48px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(233, 233, 233);
    box-sizing: border-box;
    border-radius: 9999px;
    cursor: pointer;
}
.login-buttons-wrapper .desc {

    width: 100%;
    height: 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.5;
    color: rgb(34, 34, 34);
    flex: 1 0 auto;
    order: 1;
    -webkit-box-flex: 1;
    margin: 0px;
}
.login-buttons-wrapper .desc:after {
    content: '';
}
.login-buttons-wrapper .btn-email {
  border: none;
}
.login-buttons-wrapper .form-wrapper {
  border: 1px solid #e9e9e9;
  border-radius: 24px;
  padding: 0 0 1ex;
  width: 98%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-buttons-wrapper .form-wrapper form {
  width: 100%;
  padding: 0 1em;
}
.login-buttons-wrapper .form-wrapper form label[for="username"] {
  margin-top: 1ex;
}
.login-buttons-wrapper .login-notes {
  font-size: 80%;
}

.login-buttons-wrapper .form-wrapper label {
  display: block;
  font-size: 16px;
}
.login-buttons-wrapper .form-wrapper label.label-password {
  margin-top: 1ex;
}

.login-buttons-wrapper .login-submit {
    display: flex;
    justify-content: center;
  margin: 2ex 0;
}
.login-buttons-wrapper .login-submit button {
  background-color: #e68f4f;
  color: #fff;
  font-size: 16px;
}

.login-buttons-wrapper .form-wrapper p {
  margin:0;
}

/*
 * 退会
 */
/*.withdrawal-btn-wrapper button {
    color: var(--cocoon-white-color);
    background-color: var(--cocoon-red-color);
    border-radius: 99px;
    line-height: 1.8;
}*/

/*
 * Programs
 */
.programs-icons {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px;
}
.programs-icons img {
    width: 24px;
    height: 24px;
}
.programs-icons a.icon-bookmark i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-club);
}

/*
 * mypage-bookmarks
 */
dialog.dialog-edit-collection .note.note-is-private,
dialog.dialog-edit-all-bookmarks .note.note-is-private {
    font-size: 80%;
}

/*
 * mypage-records
 */
.mypage-records .to-record {
  display: none;
}
@media screen and (max-width: 1023px) {
  .mypage-records .to-record {
    display: block;
    margin-top: 1em;
    text-align: right;
  }
  .mypage-records .to-record a {
    text-decoration: none;
  }
}
.mypage-records table#records {
  margin-top: 1em;
}
@media screen and (max-width: 1023px) {
  .mypage-records table#records {
    margin-top: 0;
  }
}
.mypage-records table#records .n_obj {
    text-align: right;
}
.mypage-records table#records .count-value {
    text-align: right;
    border-right: none;
    padding-right: 2px;
}
.mypage-records table#records .count-type {
    border-left: none;
    padding-left: 2px;
    padding-right: 2em;
}

.mypage-records .view-all {
    display: flex;
    justify-content: center;
}

/*  /records/index  */
.records.index.content {
    margin-top: 0;
}
.records.index .to-record {
    text-align: right;
}
@media screen and (min-width: 1024px) {
  .records.index .to-record {
    display: none;
  }
}
.records.index .to-record a {
    text-decoration: none;
}
