@charset "EUC-JP";

body {
  background: #fff;
}

.p-shop__header--logo {
  display: flex;
  justify-content: center;
}
.p-shop__header--logo a {
  display: block;
  width: 90px;
  height: 61.4px;
  background: url("https://lolipop-dp04083342.ssl-lolipop.jp/img/logo.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 927px) and (min-width: 461px) {
  .p-shop__header--logo a {
    width: 9.6982758621vw;
    height: 6.6163793103vw;
  }
}
@media screen and (max-width: 460px) {
  .p-shop__header--logo a {
    width: 50px;
    height: 34px;
  }
}

.p-shop__logo {
  display: none;
}

.view_pc .base01 {
  max-width: 640px;
}

.p-page__body-inner {
  font-size: 0.75rem;
}

.p-page__secure {
  margin-bottom: 20px;
}

.p-page__wrap .p-shop__header {
  padding-top: 40px;
  padding-bottom: 0;
}

.p-page__title {
  font-size: 0.875rem;
}

.c-alert {
  padding-bottom: 50px;
  background: #fff;
  color: #000000;
  text-align: left;
  font-size: 0.75rem !important;
  font-weight: normal;
}
.c-alert a {
  font-weight: normal;
  color: #A65052;
  text-decoration: none;
}
.c-alert a b {
  font-weight: normal;
}
.c-alert a[href^=javascript] {
  display: none;
}

.p-page__body-inner {
  border: none;
}

.c-form__table {
  padding-left: 20px;
  padding-right: 20px;
}
.c-form__table tr:nth-of-type(7) .c-form__content, .c-form__table tr:nth-of-type(7) .c-form__title {
  padding-bottom: 12px;
}

.c-form__title {
  width: 30%;
  padding: 17px 0 0;
  border-bottom: 1px solid #cccccc;
  text-align: left;
  font-size: 0.75rem;
}

.c-form__title--must {
  font-size: 0.75rem;
}

.c-form__content {
  position: relative;
  width: 70%;
  padding: 12px 0 0;
  border-bottom: 1px solid #cccccc;
  font-size: 0.75rem;
}
.c-form__content textarea {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}

.c-input--text {
  margin-bottom: 5px;
  border-radius: 0;
  border-color: #666666;
  border: none;
}

.c-input--text:focus {
  border-color: #666666 !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}

.c-form__note {
  position: absolute;
  right: 0;
  bottom: -25px;
  font-size: 0;
}
.c-form__note a {
  font-size: 0.75rem;
  color: #000000;
  text-decoration: none;
}

.c-input--select-wrap {
  max-width: 180px;
}

.c-input--select-wrap:before {
  width: 8px;
  height: 8px;
  right: 10px;
  content: url("https://lolipop-dp04083342.ssl-lolipop.jp/img/ico-down.svg");
  pointer-events: none;
}
.c-input--select-wrap:before:hover {
  cursor: pointer;
}

.c-input--select, input[name=postal] {
  margin-bottom: 12px;
  background: #E6E6E6;
  border-radius: 0;
  border: none;
}

input[name=postal] {
  width: 6em !important;
}

input[name=postal] ~ input[type=button] {
  padding: 8px 15px;
  margin-bottom: 12px;
}

input[name=birth_y] {
  width: 6em !important;
  min-width: 60px !important;
}

select[name=birth_m], select[name=birth_d] {
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 4em;
}

.c-form__content .c-button, .c-input--select {
  font-size: 0.75rem;
}

.c-button {
  background: #666666;
  border: 1px solid #666666 !important;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.3s ease-out;
}

.c-button,
.c-button:link,
.c-button:hover,
.c-button:active,
.c-button:visited {
  color: #fff;
}

.c-button:hover {
  background: #fff;
  color: #666666;
}

.c-button--primary {
  background: #666666;
  border: 1px solid #666666 !important;
  border-radius: 0;
  transition: all 0.3s ease-out;
}

.c-button--primary,
.c-button--primary:link,
.c-button--primary:hover,
.c-button--primary:active,
.c-button--primary:visited {
  color: #fff;
}

.c-button--primary:hover {
  background: #fff;
  color: #666666;
}

.c-button--danger {
  background: #666666;
  border-radius: 0;
  transition: all 0.3s ease-out;
}

.c-button--danger,
.c-button--danger:link,
.c-button--danger:hover,
.c-button--danger:active,
.c-button--danger:visited {
  color: #fff;
}

.c-button--danger:hover {
  background: #fff;
  color: #666666;
}

.c-button--lg {
  font-size: 0.75rem;
}

.c-button__group {
  margin: 60px 20px 80px;
}

.c-button__group--sub a {
  border: 1px solid #666666 !important;
}
.c-button__group--sub a:hover {
  background: #fff;
  color: #000000;
}

.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
  border: none !important;
}

@media screen and (max-width: 768px) {
  .c-form__title {
    width: 100%;
    border-bottom: none;
  }
  .c-form__title, .c-table-preview__title, .c-form__title--must {
    font-weight: normal;
  }
  .c-form__content {
    width: 100%;
    padding-top: 5px;
  }
  .c-input--text {
    font-size: 0.75rem;
    padding: 5px;
  }
}/*# sourceMappingURL=mypage.css.map */