body {
  background: #fff;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.l-user-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 65rem;
  height: 4rem;
  line-height: 4rem;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  z-index: 1;
}
.l-user-header__title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #00aec2;
}
.l-user-header__back-button {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.l-user-header__back-button:hover {
  cursor: pointer;
}
.l-user-header__back-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #241f1e;
  border-left: solid 3px #241f1e;
}
.l-user-header__search-button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.l-user-header__search-button:hover {
  cursor: pointer;
}
.l-user-header__search-button i {
  font-size: 1.5rem;
}
.l-user-header__preview-button {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.25rem 0.5rem;
  border: 1px solid #00aec2;
  background: #fff;
  color: #00aec2;
  line-height: initial;
  border-radius: 19px;
}
.l-user-header__preview-button:hover {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .l-user-header {
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-user-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background: #00aec2;
}
.l-user-footer::before {
  content: "";
  position: absolute;
  display: block;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 8rem;
  height: 8rem;
  background: #00aec2;
  border-radius: 50%;
  z-index: -1;
}
.l-user-footer__list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}
.l-user-footer__list-item {
  width: 4rem;
  height: auto;
}
.l-user-footer__list-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  color: #fff;
}
.l-user-footer__list-link:hover {
  color: #fff;
  cursor: pointer;
}
.l-user-footer__list-link i {
  font-size: 1.5rem;
}
.l-user-footer__list-item-text {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

@media screen and (min-width: 768px) {
  .l-user-footer {
    display: none;
  }
}
.l-user-main {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}
.l-user-main__content-area {
  width: 100%;
  height: calc(100vh - 4rem);
  overflow-y: scroll;
  margin-top: 4rem;
  padding-bottom: calc(4.5rem + 20px);
}
.l-user-main__content-area--orange {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .l-user-main__content-area {
    width: calc(100% - 15rem);
    margin-left: auto;
  }
}
.l-user-sidebar {
  display: none;
  width: 15rem;
  height: calc(100vh - 4rem);
  background: #fff;
  border-right: 1px solid #f0f0f0;
}
.l-user-sidebar__item-link {
  display: flex;
  align-items: center;
  color: #00aec2;
  padding: 1rem 1.5rem;
}
.l-user-sidebar__item-link:hover {
  color: #00aec2;
  cursor: pointer;
}
.l-user-sidebar__item-link i {
  font-size: 1.5rem;
}
.l-user-sidebar__item-text {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0.5rem;
}

@media screen and (min-width: 768px) {
  .l-user-sidebar {
    position: sticky;
    top: 4rem;
    left: 0;
    display: block;
  }
}
.l-user-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.l-user-modal__content-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 20rem;
}
.l-user-modal__content-top {
  background: #fff;
  padding: 3rem 1rem;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.l-user-modal__heading {
  font-size: 1rem;
  font-weight: 700;
  color: #00aec2;
  text-align: center;
}
.l-user-modal__description {
  font-size: 0.75rem;
  color: #241f1e;
  margin-top: 1rem;
}
.l-user-modal__content-bottom {
  display: flex;
}
.l-user-modal__no-button, .l-user-modal__yes-button, .l-user-modal__ok-button {
  font-weight: 700;
  color: #fff;
  padding: 1rem;
  text-align: center;
}
.l-user-modal__no-button:hover, .l-user-modal__yes-button:hover, .l-user-modal__ok-button:hover {
  cursor: pointer;
}
.l-user-modal__no-button {
  width: 50%;
  background: #c6c6c6;
  border-bottom-left-radius: 7px;
}
.l-user-modal__yes-button {
  width: 50%;
  background: #00aec2;
  border-bottom-right-radius: 7px;
}
.l-user-modal__ok-button {
  width: 100%;
  background: #00aec2;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

.l-user-list {
  background: #fff;
}
.l-user-list__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 30rem;
  padding: 1rem;
  margin: 0 auto;
}
.l-user-list__content-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-user-list__content-left:hover {
  color: #241f1e;
  cursor: pointer;
}
.l-user-list__rank {
  position: relative;
  width: 2rem;
  color: #00aec2;
  margin-right: 0.5rem;
}
.l-user-list__rank--gold {
  color: #efaf00;
}
.l-user-list__rank--silver {
  color: #9da5ab;
}
.l-user-list__rank--bronze {
  color: #bc7035;
}
.l-user-list__rank i {
  font-size: 1.75rem;
}
.l-user-list__higher-rank-number, .l-user-list__rank-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.l-user-list__higher-rank-number {
  transform: translate(-50%, calc(-50% + 3px));
}
.l-user-list__rank-number {
  color: #241f1e;
}
.l-user-list__image-area {
  width: 5rem;
  height: 5rem;
}
.l-user-list__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.l-user-list__no-image {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eee;
  border-radius: 50%;
}
.l-user-list__no-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  color: #c6c6c6;
}
.l-user-list__info {
  font-size: 1rem;
  font-weight: 700;
  margin-left: 0.5rem;
}
.l-user-list__age {
  margin-left: 0.5rem;
}
.l-user-list__content-right {
  display: flex;
  align-items: center;
}
.l-user-list__good-button-area {
  font-size: 1.25rem;
  color: #00aec2;
}
.l-user-list__good-button-area:hover {
  cursor: pointer;
}
.l-user-list__cancel-button-area {
  margin-left: 0.5rem;
}
.l-user-list__cancel-button-area:hover {
  cursor: pointer;
}
.l-user-list__cancel-button {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.l-user-list__cancel-button::before, .l-user-list__cancel-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 23px;
  background: #241f1e;
  border-radius: 3px;
}
.l-user-list__cancel-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-user-list__cancel-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.l-user-list__no-list-message {
  text-align: center;
  margin: 3rem 1rem 0;
}

.l-admin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  padding: 0 2rem;
  background: #00aec2;
  z-index: 1;
}
.l-admin-header__logo-image {
  width: auto;
  height: 4rem;
}
.l-admin-header__menu-list {
  display: flex;
  align-items: center;
}
.l-admin-header__menu-item {
  width: 6rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.l-admin-header__menu-item:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}

.l-admin-list {
  margin: 2rem;
}
.l-admin-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.l-admin-list__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00aec2;
}
.l-admin-list__header-button-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-admin-list__header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  color: #fff;
  background: #00aec2;
  border-radius: 7px;
}
.l-admin-list__header-button:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.l-admin-list__header-button i {
  margin-right: 0.25rem;
}
.l-admin-list__list-area {
  width: 100%;
  max-height: 70vh;
  margin-bottom: 2rem;
  border: 1px solid #c6c6c6;
  overflow-y: scroll;
}
.l-admin-list__table {
  width: 100%;
}
.l-admin-list__table-head {
  position: sticky;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1;
}
.l-admin-list__table-head th {
  position: relative;
  padding: 0.75rem;
}
.l-admin-list__table-head th::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #c6c6c6;
}
.l-admin-list__table-body tr:hover {
  cursor: pointer;
}
.l-admin-list__table-body td {
  padding: 0.75rem;
}
.l-admin-list__table-body td a {
  display: block;
  width: 100%;
  height: 100%;
}
.l-admin-list__table-body td a:hover {
  color: #00aec2;
}

.l-admin-detail {
  margin: 2rem;
}
.l-admin-detail__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.l-admin-detail__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00aec2;
}
.l-admin-detail__header-button-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-admin-detail__header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
  border-radius: 7px;
}
.l-admin-detail__header-button--orange {
  color: #fff;
  background: #00aec2;
  border: 1px solid #00aec2;
}
.l-admin-detail__header-button--red {
  color: #fff;
  background: #f00;
  border: 1px solid #f00;
}
.l-admin-detail__header-button:hover {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.l-admin-detail__header-button i {
  margin-right: 0.25rem;
}
.l-admin-detail__content-area {
  padding: 1rem;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
}
.l-admin-detail__row {
  display: flex;
}
.l-admin-detail__row-left {
  width: 15rem;
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  padding: 1rem;
}
.l-admin-detail__row-right {
  width: calc(100% - 15rem);
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  padding: 1rem;
}

.l-admin-form {
  margin: 2rem;
}
.l-admin-form__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem;
}
.l-admin-form__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #00aec2;
}
.l-admin-form__content-area {
  padding: 1rem;
  margin-bottom: 2rem;
  border: 1px solid #c6c6c6;
  border-radius: 10px;
}
.l-admin-form__row {
  display: flex;
}
.l-admin-form__row-left {
  width: 15rem;
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  padding: 1rem;
}
.l-admin-form__row-right {
  width: calc(100% - 15rem);
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  padding: 1rem;
}
.l-admin-form__input {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.l-admin-form__input:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.l-admin-form__textarea {
  width: 100%;
  height: 10rem;
  resize: none;
  padding: 0.5rem;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.l-admin-form__textarea:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.l-admin-form__button-area {
  display: flex;
  justify-content: center;
}
.l-admin-form__cancel-button, .l-admin-form__save-button {
  width: 12rem;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  margin: 0 1rem;
  text-align: center;
}
.l-admin-form__cancel-button:hover, .l-admin-form__save-button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.l-admin-form__cancel-button {
  color: #fff;
  background: #c6c6c6;
}
.l-admin-form__cancel-button:hover {
  color: #fff;
}
.l-admin-form__save-button {
  color: #fff;
  background: #00aec2;
}
.l-admin-form__save-button:hover {
  color: #fff;
}

.l-admin-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.l-admin-modal__content-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 35rem;
  background: #fff;
  padding: 1rem;
  border-radius: 7px;
}
.l-admin-modal__content-top {
  margin: 3rem 0;
}
.l-admin-modal__heading {
  font-size: 1.25rem;
  font-weight: 700;
  color: #00aec2;
  text-align: center;
}
.l-admin-modal__description {
  font-size: 1rem;
  color: #241f1e;
  margin-top: 1rem;
}
.l-admin-modal__content-bottom {
  display: flex;
  justify-content: center;
}
.l-admin-modal__no-button, .l-admin-modal__yes-button, .l-admin-modal__ok-button {
  width: 50%;
  max-width: 12rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 0.75rem 1rem;
  text-align: center;
  border-radius: 5px;
}
.l-admin-modal__no-button:hover, .l-admin-modal__yes-button:hover, .l-admin-modal__ok-button:hover {
  opacity: 0.7;
  cursor: pointer;
}
.l-admin-modal__no-button {
  background: #c6c6c6;
}
.l-admin-modal__yes-button {
  margin-left: 1rem;
}
.l-admin-modal__yes-button--orange {
  background: #00aec2;
}
.l-admin-modal__yes-button--red {
  background: #f00;
}
.l-admin-modal__ok-button {
  background: #00aec2;
}

.c-button {
  width: 100%;
  max-width: 20rem;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
}
.c-button:hover {
  cursor: pointer;
}
.c-button--orange {
  color: #fff;
  background: linear-gradient(#00aec2 0%, #00aec2 100%);
  padding: 11px 0;
}
.c-button--orange:hover {
  color: #fff;
}
.c-button--white {
  color: #00aec2;
  background: #fff;
  border: 1px solid #00aec2;
}
.c-button--white:hover {
  color: #00aec2;
}
.c-button--gray {
  color: #fff;
  background: #c6c6c6;
  border: 1px solid #c6c6c6;
}
.c-button--gray:hover {
  color: #fff;
}

.datepicker.dropdown-menu {
  padding: 1rem;
}

.p-welcome {
  position: relative;
  height: 100vh;
}
.p-welcome__main {
  width: 100%;
  height: 40vh;
  background: linear-gradient(to bottom, transparent 0%, transparent 60%, #fff 100%), url(/images/welcome-image.jpg?fcf4319a10d5bc3456fbdda5b85943b6);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.p-welcome__main-image {
  width: 100%;
  height: 100%;
}
.p-welcome__sub {
  width: 100%;
  height: 60vh;
  padding-top: 30px;
}
.p-welcome__sub-content {
  width: 100%;
  height: auto;
}
.p-welcome__logo {
  width: 100%;
  margin-bottom: 2rem;
  text-align: center;
}
.p-welcome__logo-image {
  width: 14rem;
  height: 100%;
}
.p-welcome__button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.p-welcome__footer {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1rem;
}
.p-welcome__footer-link {
  color: #241f1e;
  margin: 0.25rem 1rem;
}
.p-welcome__footer-link:hover {
  color: #00aec2;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .p-welcome {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20vh 0;
  }
  .p-welcome__main {
    height: 60vh;
    background: url(/images/welcome-image.jpg?fcf4319a10d5bc3456fbdda5b85943b6);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .p-welcome__sub {
    position: relative;
    height: 60vh;
    padding: 0;
  }
  .p-welcome__sub-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-welcome__logo-image {
    width: 14rem;
    height: 100%;
  }
  .p-welcome__footer {
    justify-content: center;
    flex-direction: row;
    margin-bottom: 5rem;
  }
}
.p-splash {
  background: #fff;
  height: 100vh;
  padding: 5rem 1rem;
}
.p-splash__logo {
  width: 10rem;
  height: auto;
  margin: 0 auto 3rem;
}
.p-splash__logo-image {
  width: 100%;
  height: 100%;
}
.p-splash__description-area {
  max-width: 50rem;
  margin: 0 auto 3rem;
}
.p-splash__description {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #241f1e;
}
.p-splash__dot-area {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.p-splash__dot {
  width: 8px;
  height: 8px;
  background: #c6c6c6;
  margin: 0.5rem;
  border-radius: 50%;
}
.p-splash__dot--active {
  background: #00aec2;
}
.p-splash__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.p-splash__button-area:last-child {
  margin-bottom: 0;
}
.p-splash__back-button {
  display: inline-block;
  text-decoration: underline;
  color: #241f1e;
}

.p-create {
  background: #fff;
  min-height: 100vh;
  padding: 3rem 1rem;
}
.p-create__logo {
  width: 10rem;
  height: auto;
  margin: 0 auto 3rem;
}
.p-create__logo-image {
  width: 100%;
  height: 100%;
}
.p-create__skip {
  display: flex;
  justify-content: end;
  max-width: 30rem;
  margin: 0 auto 3rem;
}
.p-create__skip-button {
  width: 8rem !important;
}
.p-create__form {
  max-width: 30rem;
  margin: 0 auto;
}
.p-create__item {
  margin-bottom: 2rem;
}
.p-create__label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  margin-bottom: 0.5rem;
}
.p-create__require {
  font-size: 0.75rem;
  color: #fff;
  background: #00aec2;
  border-radius: 7px;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}
.p-create__input-area {
  margin-bottom: 1rem;
}
.p-create__input {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #241f1e;
  border-bottom: 2px solid #00aec2;
  padding: 0.5rem;
}
.p-create__input::-moz-placeholder {
  color: #ddd;
}
.p-create__input::placeholder {
  color: #ddd;
}
.p-create__input:focus {
  outline: none;
}
.p-create__checkbox-area {
  margin-bottom: 1.5rem;
}
.p-create__checkbox-label {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 45px;
  cursor: pointer;
}
.p-create__checkbox-label::before, .p-create__checkbox-label::after {
  content: "";
  position: absolute;
  display: block;
}
.p-create__checkbox-label::before {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.p-create__checkbox-label::after {
  top: 50%;
  left: 10px;
  transform: translateY(calc(-50% - 3px)) rotate(-45deg);
  border-bottom: 4px solid #00aec2;
  border-left: 4px solid #00aec2;
  opacity: 0;
  width: 20px;
  height: 12px;
}
.p-create__checkbox-input {
  display: none;
}
.p-create__checkbox-input:checked + label::after {
  opacity: 1;
}
.p-create__radio-area {
  margin-bottom: 1.5rem;
}
.p-create__radio-label {
  position: relative;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 45px;
  cursor: pointer;
}
.p-create__radio-label::before, .p-create__radio-label::after {
  content: "";
  position: absolute;
  display: block;
}
.p-create__radio-label::before {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.p-create__radio-label::after {
  top: 6px;
  left: 10px;
  width: 20px;
  height: 20px;
  background: #00aec2;
  border-radius: 50%;
  opacity: 0;
}
.p-create__radio-input {
  display: none;
}
.p-create__radio-input:checked + label::after {
  opacity: 1;
}
.p-create__select1 {
  position: relative;
  width: 100%;
  height: 3rem;
  border-bottom: 2.5px solid #00aec2;
  z-index: 1;
}
.p-create__select1::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  z-index: -1;
}
.p-create__select1--small {
  width: 4rem;
}
.p-create__select1 select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.25rem;
  background: none;
  padding: 0 0.5rem;
  color: #241f1e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-create__select1 select:invalid {
  color: #c6c6c6;
}
.p-create__select1 select:focus {
  outline: none;
}
.p-create__select2-area {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.p-create__select2 {
  position: relative;
  width: 6rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  z-index: 1;
}
.p-create__select2::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  z-index: -1;
}
.p-create__select2--small {
  width: 4rem;
}
.p-create__select2 select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1.25rem;
  background: none;
  padding: 0 0.5rem;
  color: #241f1e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-create__select2 select:focus {
  outline: none;
}
.p-create__note {
  font-size: 0.75rem;
  color: #241f1e;
  margin-bottom: 1rem;
}
.p-create__code-resend {
  display: inline-block;
  color: #241f1e;
  text-decoration: underline;
  margin-bottom: 2.5rem;
}
.p-create__code-note {
  font-size: 0.75rem;
  color: #241f1e;
}
.p-create__consent {
  padding-top: 10rem;
}
.p-create__sex {
  display: flex;
  flex-direction: column;
}
.p-create__impression {
  height: 55%;
  overflow-y: scroll;
}
.p-create__select2-unit {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0.5rem;
}
.p-create__image-area {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 1rem;
}
.p-create__image {
  display: none;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-create__no-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #eee;
  border-radius: 50%;
}
.p-create__no-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  color: #c6c6c6;
}
.p-create__update-image-area {
  text-align: center;
}
.p-create__update-image-label {
  color: #00aec2;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.p-create__update-image-label input[type=file] {
  display: none;
}
.p-create__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 5rem 0 3rem;
}
.p-create__button-area:last-child {
  margin-bottom: 0;
}
.p-create__back-button {
  display: inline-block;
  text-decoration: underline;
  color: #241f1e;
}

@media screen and (min-width: 768px) {
  .p-create__impression {
    height: 75%;
  }
}
.p-login {
  background: #fff;
  height: 100vh;
  padding: 3rem 1rem;
}
.p-login__logo {
  width: 10rem;
  height: auto;
  margin: 0 auto 3rem;
}
.p-login__logo-image {
  width: 100%;
  height: 100%;
}
.p-login__form {
  max-width: 30rem;
  height: 50vh;
  margin: 0 auto;
}
.p-login__label {
  font-size: 1.25rem;
  font-weight: 700;
  color: #241f1e;
  margin-bottom: 1.5rem;
}
.p-login__input-area {
  margin-bottom: 1rem;
}
.p-login__input {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #241f1e;
  border-bottom: 2px solid #00aec2;
  padding: 0.5rem;
}
.p-login__input::-moz-placeholder {
  color: #ddd;
}
.p-login__input::placeholder {
  color: #ddd;
}
.p-login__input:focus {
  outline: none;
}
.p-login__note {
  font-size: 0.75rem;
  color: #241f1e;
  margin-bottom: 1rem;
}
.p-login__code-resend {
  display: inline-block;
  color: #241f1e;
  text-decoration: underline;
  margin-bottom: 2.5rem;
}
.p-login__code-note {
  font-size: 0.75rem;
  color: #241f1e;
}
.p-login__top-button-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.p-login__top-back-button-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 10rem));
  width: 100%;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.p-login__forget-area {
  text-align: end;
}
.p-login__forget-link {
  text-decoration: underline;
}
.p-login__forget-link:hover {
  color: #00aec2;
  cursor: pointer;
}
.p-login__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.p-login__button-area:last-child {
  margin-bottom: 0;
}
.p-login__back-button {
  width: 10rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #c6c6c6;
  border-radius: 30px;
}
.p-login__back-button:hover {
  color: #fff;
  cursor: pointer;
}

.p-forget {
  background: #fff;
  height: 100vh;
  padding: 3rem 1rem;
}
.p-forget__logo {
  width: 10rem;
  height: auto;
  margin: 0 auto 3rem;
}
.p-forget__logo-image {
  width: 100%;
  height: 100%;
}
.p-forget__form {
  max-width: 30rem;
  height: 50vh;
  margin: 0 auto;
}
.p-forget__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}
.p-forget__description {
  font-size: 1rem;
  color: #241f1e;
  margin-bottom: 1.5rem;
}
.p-forget__label {
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
}
.p-forget__input-area {
  margin-bottom: 1rem;
}
.p-forget__input {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #241f1e;
  border-bottom: 2px solid #00aec2;
  padding: 0.5rem;
}
.p-forget__input::-moz-placeholder {
  color: #ddd;
}
.p-forget__input::placeholder {
  color: #ddd;
}
.p-forget__input:focus {
  outline: none;
}
.p-forget__note {
  font-size: 0.75rem;
  color: #241f1e;
  margin-bottom: 1rem;
}
.p-forget__code-resend {
  display: inline-block;
  color: #241f1e;
  text-decoration: underline;
  margin-bottom: 2.5rem;
}
.p-forget__code-note {
  font-size: 0.75rem;
  color: #241f1e;
}
.p-forget__top-button-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.p-forget__top-back-button-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 10rem));
  width: 100%;
  max-width: 30rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1.5rem;
}
.p-forget__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.p-forget__button-area:last-child {
  margin-bottom: 0;
}
.p-forget__back-button {
  width: 10rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: #c6c6c6;
  border-radius: 30px;
}
.p-forget__back-button:hover {
  color: #fff;
  cursor: pointer;
}

.p-user__good-area {
  padding-top: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-user__good-title {
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  margin: 0 1rem;
}
.p-user__good-content-area {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
  overflow-x: scroll;
}
.p-user__good-content {
  width: 4rem;
  height: 4rem;
  margin-right: 0.5rem;
}
.p-user__good-content:first-child {
  margin-left: 1rem;
}
.p-user__good-content:last-child {
  margin-right: 1rem;
}
.p-user__good-content:hover {
  cursor: pointer;
}
.p-user__good-content-image {
  width: 100%;
  min-width: 4rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-user__user-area {
  padding: 1rem;
}
.p-user__user-title {
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  margin-bottom: 1rem;
}
.p-user__user-content-area {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-user__user-content {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 1rem;
}
.p-user__user-content:nth-child(3n) {
  margin-right: 0;
}
.p-user__user-content:hover {
  cursor: pointer;
}
.p-user__user-content-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.p-user__user-content-no-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #eee;
  margin-bottom: 0.5rem;
}
.p-user__user-content-no-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #c6c6c6;
}
.p-user__user-info1 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #241f1e;
}
.p-user__user-info1:hover {
  color: #241f1e;
}
.p-user__user-age, .p-user__user-name {
  font-size: 0.75rem;
  font-weight: 700;
  margin: 0 0.1rem;
}
.p-user__user-info2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-user__user-info2 i {
  font-size: 0.5rem;
  color: #00aec2;
}
.p-user__user-good-number {
  font-size: 0.5rem;
  margin-left: 0.25rem;
  color: #241f1e;
}
.p-user__user-good-number:hover {
  color: #241f1e;
}
.p-user__search {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background: #fff;
  margin: 0 auto;
  padding: 1.5rem 0 10rem;
  z-index: 1;
}
.p-user__search-area {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}
.p-user__close-button-area {
  margin: 0 1rem 1rem;
}
.p-user__close-button {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.p-user__close-button:hover {
  cursor: pointer;
}
.p-user__close-button::before, .p-user__close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 25px;
  background: #241f1e;
  border-radius: 3px;
}
.p-user__close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-user__close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-user__search-category-area {
  margin-bottom: 1rem;
}
.p-user__search-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #00aec2;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem;
}
.p-user__search-subheading {
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem;
}
.p-user__search-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem;
}
.p-user__search-item:last-child {
  border-bottom: 0;
}
.p-user__favorite-save-area {
  margin: 3rem 0;
  text-align: center;
}
.p-user__checkbox-label {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 45px;
  cursor: pointer;
}
.p-user__checkbox-label::before, .p-user__checkbox-label::after {
  content: "";
  position: absolute;
  display: block;
}
.p-user__checkbox-label::before {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.p-user__checkbox-label::after {
  top: 50%;
  left: 10px;
  transform: translateY(calc(-50% - 3px)) rotate(-45deg);
  border-bottom: 4px solid #00aec2;
  border-left: 4px solid #00aec2;
  opacity: 0;
  width: 20px;
  height: 12px;
}
.p-user__checkbox-input {
  display: none;
}
.p-user__checkbox-input:checked + label::after {
  opacity: 1;
}
.p-user__search-item-left {
  width: 100%;
  margin-bottom: 0.5rem;
}
.p-user__search-item-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.p-user__select-area {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.p-user__select {
  position: relative;
  width: 10rem;
  height: 2rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  z-index: 1;
}
.p-user__select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  border-bottom: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  z-index: -1;
}
.p-user__select--small {
  width: 4rem;
}
.p-user__select select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1rem;
  background: none;
  padding: 0 0.5rem;
  color: #241f1e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-user__select select:focus {
  outline: none;
}
.p-user__select-unit {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0.5rem;
}
.p-user__input {
  width: 15rem;
  height: 2.5rem;
  padding: 0.25rem 0.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
}
.p-user__input:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.p-user__search-button-area {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-user__content-area {
    width: calc(100% - 15rem);
    margin-left: auto;
  }
  .p-user__user-content-no-image i {
    font-size: 7rem;
  }
  .p-user__search-item {
    justify-content: space-between;
  }
  .p-user__search-item-left {
    width: inherit;
    margin-bottom: 0;
  }
  .p-user__search-item-right {
    width: inherit;
  }
}
.p-ranking__rank {
  position: relative;
  width: 2rem;
  color: #00aec2;
  margin-right: 0.5rem;
}
.p-ranking__rank--gold {
  color: #efaf00;
}
.p-ranking__rank--silver {
  color: #9da5ab;
}
.p-ranking__rank--bronze {
  color: #bc7035;
}
.p-ranking__rank i {
  font-size: 1.75rem;
}
.p-ranking__higher-rank-number, .p-ranking__rank-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-ranking__higher-rank-number {
  transform: translate(-50%, calc(-50% + 3px));
}
.p-ranking__rank-number {
  color: #241f1e;
}

.p-mypage {
  width: 100%;
  min-height: 100vh;
  padding-bottom: calc(4.5rem + 20px);
}
.p-mypage__content-top {
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-mypage__content-top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-mypage__image-area {
  position: relative;
  width: 5rem;
  height: 5rem;
}
.p-mypage__image-area:hover {
  cursor: pointer;
}
.p-mypage__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
  border-radius: 50%;
}
.p-mypage__no-image {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eee;
  border-radius: 50%;
}
.p-mypage__no-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c6c6c6;
  font-size: 2.5rem;
}
.p-mypage__edit {
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 1.75rem;
  height: 1.75rem;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}
.p-mypage__edit i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #c6c6c6;
}
.p-mypage__nickname {
  margin-left: 1rem;
}
.p-mypage__good {
  display: flex;
  align-items: center;
}
.p-mypage__good i {
  color: #00aec2;
}
.p-mypage__good-number {
  margin-left: 0.25rem;
}
.p-mypage__content-bottom {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  padding: 2rem;
}
.p-mypage__item-area {
  position: relative;
  width: 100%;
}
.p-mypage__item-area:hover {
  cursor: pointer;
}
.p-mypage__item-icon {
  position: relative;
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.25rem;
  background: #00aec2;
  border-radius: 50%;
}
.p-mypage__item-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #fff;
}
.p-mypage__item-text {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: #241f1e;
}
.p-mypage__item-text:hover {
  color: #241f1e;
}

@media screen and (min-width: 500px) {
  .p-mypage__content-bottom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media screen and (min-width: 900px) {
  .p-mypage__content-bottom {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.p-notice__content {
  display: flex;
  padding: 1rem;
  color: #241f1e;
  border-bottom: 1px solid #f0f0f0;
}
.p-notice__content:hover {
  color: #241f1e;
  cursor: pointer;
}
.p-notice__content-left {
  width: calc(100% - 2rem);
}
.p-notice__date {
  width: 100%;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}
.p-notice__title {
  width: 100%;
  font-size: 1rem;
}
.p-notice__content-right {
  position: relative;
  width: 2rem;
}
.p-notice__content-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #c6c6c6;
  border-left: solid 3px #c6c6c6;
}

.p-notice-detail {
  color: #241f1e;
  padding: 1rem;
}
.p-notice-detail__date {
  width: 100%;
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.p-notice-detail__title {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.p-notice-detail__content {
  width: 100%;
  font-size: 1rem;
}

.p-message__new-match-area {
  padding-top: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-message__new-match-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  margin: 0 1rem 0.5rem;
}
.p-message__new-match-content-area {
  display: flex;
  width: 100%;
  padding-bottom: 1rem;
  overflow-x: scroll;
}
.p-message__new-match-content {
  width: 4rem;
  height: auto;
  margin-right: 0.5rem;
}
.p-message__new-match-content:first-child {
  margin-left: 1rem;
}
.p-message__new-match-content:last-child {
  margin-right: 1rem;
}
.p-message__new-match-content:hover {
  cursor: pointer;
}
.p-message__new-match-content-image {
  width: 100%;
  min-width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.25rem;
}
.p-message__new-match-name {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.p-message__no-match-message {
  font-size: 0.75rem;
  margin: 0 1rem;
}
.p-message__message-content {
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-message__message-content:hover {
  cursor: pointer;
}
.p-message__message-content-left {
  display: flex;
  width: calc(100% - 3rem);
}
.p-message__message-image {
  width: 4rem;
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-message__message-info {
  width: calc(100% - 4rem);
  padding-left: 1rem;
}
.p-message__message-name {
  font-size: 0.9rem;
  font-weight: 700;
  color: #241f1e;
  margin-bottom: 0.25rem;
}
.p-message__message-part {
  font-size: 0.75rem;
  color: #c6c6c6;
}
.p-message__message-content-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 3rem;
}
.p-message__message-date {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.5rem;
  color: #c6c6c6;
}
.p-message__message-count {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff;
  background: #00aec2;
  border-radius: 50%;
  text-align: center;
}

.p-message-detail__header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 65rem;
  height: 5rem;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  z-index: 1;
}
.p-message-detail__back-button {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.p-message-detail__back-button:hover {
  cursor: pointer;
}
.p-message-detail__back-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #241f1e;
  border-left: solid 3px #241f1e;
}
.p-message-detail__header-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
}
.p-message-detail__header-info:hover {
  color: #241f1e;
  cursor: pointer;
}
.p-message-detail__header-image {
  width: 100%;
  min-width: 3rem;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.25rem;
}
.p-message-detail__header-name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  text-align: center;
}
.p-message-detail__content-area {
  min-height: calc(100vh - 5rem);
  margin-top: 5rem;
}
.p-message-detail__message-area {
  padding: 1rem;
}
.p-message-detail__new-match-message {
  width: 70%;
  font-size: 0.75rem;
  color: #241f1e;
  background: #eee;
  padding: 1.5rem 2rem;
  margin: 0 auto 1rem;
  text-align: center;
  border-radius: 10px;
}
.p-message-detail__date {
  font-size: 0.5rem;
  color: #c6c6c6;
  text-align: center;
  margin-bottom: 1rem;
}
.p-message-detail__partner-message-area {
  display: flex;
  margin-bottom: 1rem;
}
.p-message-detail__partner-image-area {
  width: 1.75rem;
}
.p-message-detail__partner-image {
  width: 1.75rem;
  height: 1.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.p-message-detail__partner-message {
  max-width: calc(80% - 0.75rem);
  font-size: 0.8rem;
  color: #241f1e;
  background: #fff;
  border: 1px solid #f0f0f0;
  padding: 0.75rem;
  margin-left: 0.5rem;
  border-radius: 10px;
  word-wrap: break-word;
}
.p-message-detail__partner-send-date-area {
  display: flex;
  align-items: flex-end;
}
.p-message-detail__partner-send-date {
  font-size: 0.5rem;
  color: #c6c6c6;
  margin-left: 0.25rem;
}
.p-message-detail__my-message-area {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.p-message-detail__my-send-date-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-message-detail__read, .p-message-detail__my-send-date {
  font-size: 0.5rem;
  color: #c6c6c6;
  margin-left: 0.25rem;
}
.p-message-detail__my-message {
  max-width: 80%;
  font-size: 0.8rem;
  color: #fff;
  background: #00aec2;
  border: 1px solid #f0f0f0;
  padding: 0.75rem;
  margin-left: 0.5rem;
  border-radius: 10px;
  word-wrap: break-word;
}
.p-message-detail__footer {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  background: #00aec2;
}
.p-message-detail__image-icon {
  display: flex;
  align-items: center;
}
.p-message-detail__image-icon i {
  font-size: 1.5rem;
  color: #fff;
}
.p-message-detail__send-message-area {
  position: relative;
  width: 80%;
  max-width: 30rem;
  margin-left: 1rem;
}
.p-message-detail__send-input {
  width: 100%;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  background: #fff;
  border-radius: 20px;
}
.p-message-detail__send-input:focus {
  outline: 2px solid #00aec2;
}
.p-message-detail__send-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 0.75rem;
  font-weight: 700;
  color: #00aec2;
  padding: 0.5rem;
}

@media screen and (min-width: 768px) {
  .p-message-detail__header {
    left: 50%;
    transform: translateX(-50%);
  }
  .p-message-detail__sidebar {
    top: 5rem;
    height: calc(100vh - 5rem);
  }
  .p-message-detail__footer {
    width: calc(100% - 15rem);
    max-width: 50rem;
    margin-left: 15rem;
  }
}
.p-profile {
  position: relative;
  width: 100%;
  height: 100vh;
}
.p-profile__content-area {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 8rem;
  background: #fff;
  overflow-y: scroll;
}
.p-profile__back-button {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
}
.p-profile__back-button:hover {
  cursor: pointer;
}
.p-profile__back-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #241f1e;
  border-left: solid 3px #241f1e;
}
.p-profile__modal-button {
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 1;
}
.p-profile__modal-button:hover {
  cursor: pointer;
}
.p-profile__modal-button i {
  font-size: 1.5rem;
}
.p-profile__image-area {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}
.p-profile__main-image {
  width: 100%;
  aspect-ratio: 7/5;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile__main-image:hover {
  cursor: pointer;
}
.p-profile__no-main-image {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  background: #eee;
}
.p-profile__no-main-image i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12rem;
  color: #c6c6c6;
}
.p-profile__good-area {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 30px;
}
.p-profile__good-area i {
  color: #00aec2;
}
.p-profile__good-number {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}
.p-profile__sub-image-area {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}
.p-profile__sub-image {
  width: 3rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 0.5rem;
}
.p-profile__sub-image:hover {
  cursor: pointer;
}
.p-profile__info {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.p-profile__age {
  margin-left: 0.5rem;
}
.p-profile__login-status-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}
.p-profile__latest-login {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}
.p-profile__self-introduction-area {
  max-width: 40rem;
  margin: 0 auto 1rem;
}
.p-profile__self-introduction-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile__self-introduction-text {
  font-size: 0.75rem;
  color: #241f1e;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile__item-area {
  max-width: 40rem;
  margin: 0 auto 1rem;
}
.p-profile__category-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile__item-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile__item, .p-profile__choice {
  font-size: 0.75rem;
}
.p-profile__good-button, .p-profile__message-button {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  width: 4rem;
  height: 4rem;
  border: 1px solid #00aec2;
  background: #fff;
  border-radius: 50%;
}
.p-profile__good-button:hover, .p-profile__message-button:hover {
  cursor: pointer;
}
.p-profile__good-button i, .p-profile__message-button i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  color: #00aec2;
}
.p-profile__good-button {
  transform: translateX(calc(-50% - 4rem));
}
.p-profile__message-button {
  transform: translateX(calc(-50% + 4rem));
}
.p-profile__image-modal-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.p-profile__image-modal-image {
  width: 100%;
  aspect-ratio: 9/7;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 2rem;
}
.p-profile__image-modal-button-area {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .p-profile {
    width: calc(100% - 15rem);
  }
  .p-profile__image-area {
    width: 70%;
    margin: 4rem auto 1rem;
  }
  .p-profile__image-modal-area {
    width: 60%;
  }
  .p-profile__image-modal-image {
    aspect-ratio: 3/2;
  }
}
.p-profile-edit__main-image-area {
  position: relative;
  display: block;
  width: 15rem;
  height: 15rem;
  background: #eee;
  margin: 2rem auto;
  border-radius: 5px;
}
.p-profile-edit__main-image-area:hover {
  cursor: pointer;
}
.p-profile-edit__main-image-area i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 7rem;
  color: #c6c6c6;
}
.p-profile-edit__image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.p-profile-edit__no-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7rem;
  height: auto;
}
.p-profile-edit__sub-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.p-profile-edit__point-button {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-weight: 700;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  color: #00aec2;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
}
.p-profile-edit__point-button:hover {
  cursor: pointer;
}
.p-profile-edit__point-button i {
  font-size: 1.25rem;
}
.p-profile-edit__sub-image-list {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.p-profile-edit__no-sub-image-area {
  position: relative;
  width: 5.5rem;
  height: 5.5rem;
  border: 2px solid #00aec2;
  border-radius: 5px;
  background: #fff;
  margin: 0 0.5rem;
}
.p-profile-edit__no-sub-image-area:hover {
  cursor: pointer;
}
.p-profile-edit__no-sub-image-area::before, .p-profile-edit__no-sub-image-area::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 23px;
  background: #00aec2;
  border-radius: 3px;
}
.p-profile-edit__no-sub-image-area::before {
  transform: translate(-50%, -50%);
}
.p-profile-edit__no-sub-image-area::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-profile-edit__sub-image-area {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 5px;
  background: #eee;
  margin: 0 0.5rem;
}
.p-profile-edit__sub-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-profile-edit__self-introduction-area {
  max-width: 40rem;
  margin: 0 auto 1rem;
}
.p-profile-edit__self-introduction-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile-edit__self-introduction-sub-area {
  position: relative;
}
.p-profile-edit__self-introduction-text {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  color: #241f1e;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile-edit__self-introduction-text:hover {
  color: #241f1e;
  cursor: pointer;
}
.p-profile-edit__transition-button {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.p-profile-edit__transition-button:hover {
  cursor: pointer;
}
.p-profile-edit__transition-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #241f1e;
  border-left: solid 3px #241f1e;
}
.p-profile-edit__item-area {
  max-width: 40rem;
  margin: 0 auto 1rem;
}
.p-profile-edit__category-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile-edit__item-list {
  position: relative;
  display: block;
  color: #241f1e;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-profile-edit__item-list:hover {
  color: #241f1e;
  cursor: pointer;
}
.p-profile-edit__item {
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.p-profile-edit__choice {
  font-size: 0.75rem;
  padding-left: 0.5rem;
}
.p-profile-edit__input-area, .p-profile-edit__textarea-area, .p-profile-edit__select-area {
  max-width: 30rem;
  padding: 1rem;
  margin: 2rem auto 0;
}
.p-profile-edit__input {
  width: 100%;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.p-profile-edit__input:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.p-profile-edit__textarea {
  width: 100%;
  height: 10rem;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.p-profile-edit__textarea:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.p-profile-edit__select-area {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-profile-edit__select {
  position: relative;
  width: 15rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  z-index: 1;
}
.p-profile-edit__select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  border-bottom: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  z-index: -1;
}
.p-profile-edit__select--small {
  width: 4rem;
}
.p-profile-edit__select select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1rem;
  background: none;
  padding: 0 0.5rem;
  color: #241f1e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-profile-edit__select select:focus {
  outline: none;
}
.p-profile-edit__select-unit {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0.5rem;
}
.p-profile-edit__button-area {
  display: flex;
  max-width: 30rem;
  margin: 0 auto;
  padding: 1rem;
}
.p-profile-edit__change-button {
  margin-left: 1rem;
}

.p-violation {
  padding-top: 2rem;
}
.p-violation__item-area {
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.p-violation__category-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-violation__required-label {
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  background: #00aec2;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  margin-left: 1rem;
}
.p-violation__radio-area {
  margin: 1rem;
}
.p-violation__radio-label {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 36px;
  cursor: pointer;
}
.p-violation__radio-label::before, .p-violation__radio-label::after {
  content: "";
  position: absolute;
  display: block;
}
.p-violation__radio-label::before {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.p-violation__radio-label::after {
  top: 6px;
  left: 9px;
  width: 12px;
  height: 12px;
  background: #00aec2;
  border-radius: 50%;
  opacity: 0;
}
.p-violation__radio-input {
  display: none;
}
.p-violation__radio-input:checked + label::after {
  opacity: 1;
}
.p-violation__textarea-area {
  width: 100%;
  height: 15rem;
  padding: 1rem 1rem 0;
}
.p-violation__textarea {
  width: 100%;
  height: 100%;
  resize: none;
  background: #fff;
  padding: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.p-violation__textarea:focus {
  outline: 2px solid #00aec2;
}
.p-violation__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.p-paid-member {
  padding: 2rem 1rem;
}
.p-paid-member__plan-area {
  margin-bottom: 2rem;
}
.p-paid-member__plan-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto 1rem;
  border-radius: 7px;
  padding: 0.5rem;
  box-shadow: 0 0 7px #c6c6c6;
}
.p-paid-member__plan-content:hover {
  cursor: pointer;
}
.p-paid-member__plan-content--orange {
  background: #00aec2;
}
.p-paid-member__plan-content--pale-orange {
  background: #ff9a34;
}
.p-paid-member__plan-content--yellow {
  background: #ffd136;
}
.p-paid-member__plan-content--gray {
  background: #c6c6c6;
}
.p-paid-member__plan-left {
  width: 5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.25rem;
}
.p-paid-member__month {
  font-size: 1rem;
}
.p-paid-member__plan-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% - 5rem);
  background: #fff;
  padding: 0.5rem;
  border-radius: 7px;
}
.p-paid-member__discount {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #00aec2;
  text-align: center;
  padding: 0.25rem;
  margin: 0 0.5rem;
  transform: rotate(-10deg);
  border-radius: 50%;
}
.p-paid-member__discount-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 0.7rem;
}
.p-paid-member__price {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  text-align: center;
}
.p-paid-member__unit {
  font-size: 0.75rem;
  margin-left: 0.25rem;
}
.p-paid-member__unit-price {
  font-size: 0.75rem;
  font-weight: 700;
  color: #00aec2;
  background: #ffeec4;
  padding: 0 1rem;
  border-radius: 15px;
}

.p-identification {
  max-width: 40rem;
  padding: 1rem;
  margin: 0 auto;
}
.p-identification__title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
}
.p-identification__description {
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
.p-identification__section {
  margin-bottom: 2rem;
}
.p-identification__section-title-area {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-identification__section-number {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
  background: #00aec2;
  border-radius: 50%;
}
.p-identification__section-number span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-identification__section-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-left: 0.25rem;
}
.p-identification__document-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.p-identification__document-item {
  width: 50%;
  margin-bottom: 1rem;
  padding: 0 0.25rem;
  text-align: center;
}
.p-identification__document-image {
  width: 80%;
  aspect-ratio: 7/5;
}
.p-identification__document-name {
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
}
.p-identification__document-name span {
  font-size: 0.5rem;
}
.p-identification__document-note {
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  border: 1px solid #c6c6c6;
  padding: 1.5rem;
  margin-bottom: 1rem;
  text-align: center;
}
.p-identification__attached-file-button {
  position: relative;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #00aec2;
  padding: 0.5rem 1rem;
  border-radius: 5px;
}
.p-identification__attached-file-button:hover {
  cursor: pointer;
}
.p-identification__file-input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.p-identification__file-name {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.p-identification__image {
  width: 100%;
  margin: 1rem 0;
}
.p-identification__select-area {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.p-identification__select {
  position: relative;
  width: 6rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  z-index: 1;
}
.p-identification__select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #c6c6c6;
  border-right: 2px solid #c6c6c6;
  z-index: -1;
}
.p-identification__select--small {
  width: 4rem;
}
.p-identification__select select {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 1rem;
  background: none;
  padding: 0 0.5rem;
  color: #241f1e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-identification__select select:focus {
  outline: none;
}
.p-identification__select-unit {
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0.5rem;
}
.p-identification__input-area {
  width: 100%;
}
.p-identification__input {
  width: 100%;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.p-identification__input:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.p-identification__button-area {
  text-align: center;
}

.p-setting {
  padding: 1rem 0;
}
.p-setting__content {
  max-width: 30rem;
  margin: 0 auto 1rem;
}
.p-setting__content-title {
  font-weight: 700;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.25rem 1rem;
}
.p-setting__item {
  position: relative;
  display: block;
  color: #241f1e;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem;
}
.p-setting__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(135deg);
  width: 12px;
  height: 12px;
  border-top: solid 3px #241f1e;
  border-left: solid 3px #241f1e;
}
.p-setting__item:hover {
  color: #241f1e;
  cursor: pointer;
}

.p-notice-setting {
  max-width: 30rem;
  padding: 2rem 1rem;
  margin: 0 auto;
}
.p-notice-setting__checkbox-area {
  margin-bottom: 1.5rem;
}
.p-notice-setting__checkbox-label {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 45px;
  cursor: pointer;
}
.p-notice-setting__checkbox-label::before, .p-notice-setting__checkbox-label::after {
  content: "";
  position: absolute;
  display: block;
}
.p-notice-setting__checkbox-label::before {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.p-notice-setting__checkbox-label::after {
  top: 50%;
  left: 10px;
  transform: translateY(calc(-50% - 3px)) rotate(-45deg);
  border-bottom: 4px solid #00aec2;
  border-left: 4px solid #00aec2;
  opacity: 0;
  width: 20px;
  height: 12px;
}
.p-notice-setting__checkbox-input {
  display: none;
}
.p-notice-setting__checkbox-input:checked + label::after {
  opacity: 1;
}
.p-notice-setting__button-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.p-contact {
  padding-top: 2rem;
}
.p-contact__item-area {
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.p-contact__category-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-contact__required-label {
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  background: #00aec2;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  margin-left: 1rem;
}
.p-contact__input-area {
  width: 100%;
  padding: 1rem 1rem 0;
}
.p-contact__input {
  width: 100%;
  height: 100%;
  resize: none;
  background: #fff;
  padding: 0.75rem 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.p-contact__input:focus {
  outline: 2px solid #00aec2;
}
.p-contact__textarea-area {
  width: 100%;
  height: 15rem;
  padding: 1rem 1rem 0;
}
.p-contact__textarea {
  width: 100%;
  height: 100%;
  resize: none;
  background: #fff;
  padding: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
}
.p-contact__textarea:focus {
  outline: 2px solid #00aec2;
}
.p-contact__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}

.p-change {
  margin: 3rem 1rem;
}
.p-change__form {
  max-width: 30rem;
  margin: 0 auto;
}
.p-change__label {
  font-size: 1rem;
  font-weight: 700;
  color: #241f1e;
}
.p-change__input-area {
  margin-bottom: 2rem;
}
.p-change__input {
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #241f1e;
  border-bottom: 2px solid #00aec2;
  padding: 0.5rem;
}
.p-change__input::-moz-placeholder {
  color: #ddd;
}
.p-change__input::placeholder {
  color: #ddd;
}
.p-change__input:focus {
  outline: none;
}
.p-change__code-resend {
  display: inline-block;
  color: #241f1e;
  text-decoration: underline;
  margin-bottom: 0.5rem;
}
.p-change__code-note {
  font-size: 0.75rem;
  color: #241f1e;
  margin-bottom: 2rem;
}
.p-change__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.p-change__button-area:last-child {
  margin-bottom: 0;
}

.p-law {
  background: #fff;
  min-height: 100vh;
  padding: 3rem 1rem;
}
.p-law__logo {
  width: 10rem;
  height: auto;
  margin: 0 auto 1.5rem;
}
.p-law__logo-image {
  width: 100%;
  height: 100%;
}
.p-law__title {
  max-width: 30rem;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
}
.p-law__content-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 50rem;
  padding: 1rem 0;
  margin: 0 auto;
}
.p-law__item {
  width: 100%;
  font-weight: 700;
  color: #241f1e;
}
.p-law__content {
  width: 100%;
}

.p-phone-block {
  background: #fff;
  margin: 2rem 0;
}
.p-phone-block__input-area {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 30rem;
  padding: 1rem;
  margin: 0 auto;
}
.p-phone-block__input-wrap {
  width: calc(100% - 4rem);
}
.p-phone-block__input {
  width: 100%;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.p-phone-block__input:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.p-phone-block__add-button {
  width: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: linear-gradient(#00aec2 0%, #00aec2 100%);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}
.p-phone-block__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 30rem;
  padding: 1rem;
  margin: 0 auto;
}
.p-phone-block__content-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-phone-block__content-left:hover {
  color: #241f1e;
  cursor: pointer;
}
.p-phone-block__phone-number {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-phone-block__content-right {
  display: flex;
  align-items: center;
}
.p-phone-block__cancel-button-area {
  margin-left: 0.5rem;
}
.p-phone-block__cancel-button-area:hover {
  cursor: pointer;
}
.p-phone-block__cancel-button {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.p-phone-block__cancel-button::before, .p-phone-block__cancel-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 23px;
  background: #241f1e;
  border-radius: 3px;
}
.p-phone-block__cancel-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-phone-block__cancel-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-former-school-block {
  background: #fff;
  margin: 2rem 0;
}
.p-former-school-block__input-area {
  display: flex;
  justify-content: space-between;
  align-items: start;
  max-width: 30rem;
  padding: 1rem;
  margin: 0 auto;
}
.p-former-school-block__input-wrap {
  width: calc(100% - 4rem);
}
.p-former-school-block__input {
  width: 100%;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 3px;
}
.p-former-school-block__input:focus {
  border: none;
  outline: 2px solid #00aec2;
}
.p-former-school-block__add-button {
  width: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: linear-gradient(#00aec2 0%, #00aec2 100%);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  margin-left: 1rem;
}
.p-former-school-block__note {
  max-width: 30rem;
  padding: 1rem;
  margin: 0 auto;
}
.p-former-school-block__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 30rem;
  padding: 1rem;
  margin: 0 auto;
}
.p-former-school-block__content-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-former-school-block__content-left:hover {
  color: #241f1e;
  cursor: pointer;
}
.p-former-school-block__phone-number {
  font-size: 1.25rem;
  font-weight: 700;
}
.p-former-school-block__content-right {
  display: flex;
  align-items: center;
}
.p-former-school-block__cancel-button-area {
  margin-left: 0.5rem;
}
.p-former-school-block__cancel-button-area:hover {
  cursor: pointer;
}
.p-former-school-block__cancel-button {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.p-former-school-block__cancel-button::before, .p-former-school-block__cancel-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 23px;
  background: #241f1e;
  border-radius: 3px;
}
.p-former-school-block__cancel-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-former-school-block__cancel-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.p-withdrawal {
  padding-top: 2rem;
}
.p-withdrawal__note {
  max-width: 40rem;
  margin: 0 auto 1rem;
  padding: 0 1rem;
}
.p-withdrawal__item-area {
  max-width: 40rem;
  margin: 0 auto 2rem;
}
.p-withdrawal__category-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #241f1e;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #f0f0f0;
}
.p-withdrawal__required-label {
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  background: #00aec2;
  padding: 0.25rem 0.5rem;
  border-radius: 10px;
  margin-left: 1rem;
}
.p-withdrawal__radio {
  width: 100%;
  padding: 1rem 1rem 0;
}
.p-withdrawal__radio-area {
  margin-bottom: 1.5rem;
}
.p-withdrawal__radio-label {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 45px;
  cursor: pointer;
}
.p-withdrawal__radio-label::before, .p-withdrawal__radio-label::after {
  content: "";
  position: absolute;
  display: block;
}
.p-withdrawal__radio-label::before {
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 27px;
  height: 27px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.p-withdrawal__radio-label::after {
  top: 6px;
  left: 11px;
  width: 15px;
  height: 15px;
  background: #00aec2;
  border-radius: 50%;
  opacity: 0;
}
.p-withdrawal__radio-input {
  display: none;
}
.p-withdrawal__radio-input:checked + label::after {
  opacity: 1;
}
.p-withdrawal__button-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
