body {
  font-family: "Noto Sans JP", sans-serif;
}

.w-100 {
  width: 100%;
}

.hide-area {
  display: none;
}

.l-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  max-width: 768px;
  margin: 0 auto;
  padding: 0;
  background: #F8F8F8;
}
.l-wrapper:has(.l-nav) {
  padding-bottom: 110px;
}

@media only screen and (min-width: 768px) {
  .l-wrapper {
    border-right: 1px solid #ECEBE9;
    border-left: 1px solid #ECEBE9;
    box-shadow: 0px 0px 40px 0px #d9d9d9;
  }
}
.l-header {
  display: flex;
  align-items: center;
  height: 75px;
  background: #ffffff;
  border-bottom: 1px solid #ECEBE9;
  padding: 0 16px;
}
.l-header__title {
  color: #000000;
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.l-header--home {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 60px;
  background: #4AAAB7;
  color: #ffffff;
  padding: 0 2.5% 0 5%;
}
.l-header--home ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header--home ul li {
  margin: 0;
  padding-left: 8px;
}
.l-header--home ul li a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  padding: 2px;
  color: #ffffff;
  line-height: 1;
}
.l-header--home ul li a span {
  font-size: 32px !important;
}

.c-btn-back {
  margin: 0 16px 0 0;
  padding: 0;
  line-height: 1;
  color: #000000;
}

.c-btn-comment__edit {
  padding: 0 0 0 12px;
}

.c-btn-comment__delete {
  padding: 0 0 0 12px;
  color: red;
}

.c-icon {
  display: block;
  line-height: 1;
}

.l-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 768px;
  z-index: 10;
}
.l-nav__menu {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  height: 70px;
}
.l-nav__menu li {
  width: 20%;
}
.l-nav__menu li a {
  position: relative;
  display: block;
  text-align: center;
  height: 70px;
  color: #000000;
  background: #ffffff;
  font-size: 10px;
  text-decoration: none;
  margin: 0 auto;
  border-top: 1px solid #000000;
}
.l-nav__menu li a div {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.l-nav__menu li a img {
  margin: 0 auto 4px auto;
  display: block;
}
.l-nav__menu li a span {
  display: block;
}
.l-nav__menu li a span.material-symbols-outlined {
  margin-bottom: 2px;
  font-size: 32px;
  font-variation-settings: "FILL" 0, "wght" 300, "GRAD" 0, "opsz" 48;
}
.l-nav__menu li a.active {
  background: #4AAAB7;
  color: #ffffff;
}
.l-nav__menu li:nth-child(3) a {
  height: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.l-nav__menu li:nth-child(1) a, .l-nav__menu li:nth-child(4) a {
  border-right: 1px solid #000000;
}

.nav-tools {
  display: none;
  position: absolute;
  bottom: 70px;
  left: 0;
  width: 100%;
  padding: 16px 5% 0;
  background: #4AAAB7;
}
.nav-tools__top {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.nav-tools__top li {
  width: 47.5%;
}
.nav-tools__top li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  text-decoration: none;
  color: #000000;
  font-size: 10px;
  background: #F8F8F8;
  border-radius: 8px;
}
.nav-tools__top li a .material-symbols-outlined {
  font-size: 18px;
}
.nav-tools__bottom {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.nav-tools__bottom li {
  width: 21.5%;
}
.nav-tools__bottom li a {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 4px 0;
  text-decoration: none;
  color: #000000;
  font-size: 10px;
  background: #F8F8F8;
  border-radius: 8px;
}
.nav-tools__bottom li a span {
  display: block;
}

.p-report-search {
  background: #ffffff;
  padding: 24px 5%;
}
.p-report-search__details__forms form {
  font-size: 12px;
}

.p-profile {
  position: relative;
  background: #ffffff;
  padding: 0 5% 32px 5%;
}
.p-profile__pict {
  position: absolute;
  width: 80px;
  margin: -40px 0 0 0;
}
.p-profile__pict img {
  border-radius: 50%;
}
.p-profile__details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.p-profile__details__names {
  width: 67.5%;
  font-size: 10px;
}
.p-profile__details__names .personal-name {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.p-profile__details__qr {
  width: 27.5%;
  text-align: center;
  font-size: 10px;
}
.p-profile__details__qr .btn-zoom {
  display: flex;
  justify-content: center;
  font-size: 10px;
  text-decoration: none;
  color: #000000;
  line-height: 1.5;
}
.p-profile__details__qr .btn-zoom span {
  font-size: 16px !important;
}

.p-summary__tabs,
.p-setting__tabs,
.p-modal-qrcode__tabs {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
.p-summary__tabs li,
.p-setting__tabs li,
.p-modal-qrcode__tabs li {
  width: 100%;
  text-align: center;
}
.p-summary__tabs li a,
.p-setting__tabs li a,
.p-modal-qrcode__tabs li a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  border-bottom: 3px solid #F5F5F5;
}
.p-summary__tabs li.active a,
.p-setting__tabs li.active a,
.p-modal-qrcode__tabs li.active a {
  font-weight: bold;
  border-bottom: 3px solid #4AAAB7;
}
.p-summary__area,
.p-setting__area,
.p-modal-qrcode__area {
  display: none;
  opacity: 0;
  padding: 0 5%;
}
.p-summary__area.is-active,
.p-setting__area.is-active,
.p-modal-qrcode__area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-summary__title,
.p-setting__title,
.p-modal-qrcode__title {
  display: flex;
  margin: 32px 0 0 0;
}
.p-summary__title h2,
.p-setting__title h2,
.p-modal-qrcode__title h2 {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.p-summary__title__question,
.p-setting__title__question,
.p-modal-qrcode__title__question {
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 2px 2px 0 2px;
  border-radius: 4px;
  margin: -4px 0 0 4px;
  color: #000000;
}
.p-summary__title__question .material-symbols-outlined,
.p-setting__title__question .material-symbols-outlined,
.p-modal-qrcode__title__question .material-symbols-outlined {
  font-size: 18px;
}
.p-summary .p-card,
.p-setting .p-card,
.p-modal-qrcode .p-card {
  width: 100%;
}
.p-summary .cards-2 .p-card,
.p-setting .cards-2 .p-card,
.p-modal-qrcode .cards-2 .p-card {
  flex: 0 1 49%;
}
.p-summary .cards-3 .p-card,
.p-setting .cards-3 .p-card,
.p-modal-qrcode .cards-3 .p-card {
  flex: 0 1 32%;
}
.p-summary__cards,
.p-setting__cards,
.p-modal-qrcode__cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.p-summary__cards a,
.p-setting__cards a,
.p-modal-qrcode__cards a {
  text-decoration: none;
  color: #000000;
}
.p-summary__cards .p-card,
.p-setting__cards .p-card,
.p-modal-qrcode__cards .p-card {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin-top: 12px;
}
.p-summary__cards .p-card__body,
.p-setting__cards .p-card__body,
.p-modal-qrcode__cards .p-card__body {
  padding: 4.85%;
  display: flex;
  align-items: center;
}
.p-summary__cards .p-card__body__ranking-image,
.p-setting__cards .p-card__body__ranking-image,
.p-modal-qrcode__cards .p-card__body__ranking-image {
  position: relative;
  width: 30%;
}
.p-summary__cards .p-card__body__ranking-image .ranking-image,
.p-setting__cards .p-card__body__ranking-image .ranking-image,
.p-modal-qrcode__cards .p-card__body__ranking-image .ranking-image {
  position: absolute;
  top: -35px;
  left: 0;
  width: 70px;
  height: 70px;
}
.p-summary__cards .p-card__body__ranking-image .ranking-image img,
.p-setting__cards .p-card__body__ranking-image .ranking-image img,
.p-modal-qrcode__cards .p-card__body__ranking-image .ranking-image img {
  border-radius: 50%;
}
.p-summary__cards .p-card__body__ranking-image .circle-number,
.p-setting__cards .p-card__body__ranking-image .circle-number,
.p-modal-qrcode__cards .p-card__body__ranking-image .circle-number {
  position: absolute;
  top: -39px;
  left: -4px;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #4AAAB7;
  z-index: 10;
}
.p-summary__cards .p-card__body__ranking-image .circle-number.color-gold,
.p-setting__cards .p-card__body__ranking-image .circle-number.color-gold,
.p-modal-qrcode__cards .p-card__body__ranking-image .circle-number.color-gold {
  background: #C9AD78;
}
.p-summary__cards .p-card__body__ranking-image .circle-number.color-silver,
.p-setting__cards .p-card__body__ranking-image .circle-number.color-silver,
.p-modal-qrcode__cards .p-card__body__ranking-image .circle-number.color-silver {
  background: #8AA0AD;
}
.p-summary__cards .p-card__body__ranking-image .circle-number.color-bronze,
.p-setting__cards .p-card__body__ranking-image .circle-number.color-bronze,
.p-modal-qrcode__cards .p-card__body__ranking-image .circle-number.color-bronze {
  background: #9F7A5A;
}
.p-summary__cards .p-card__body__ranking-shop-image,
.p-setting__cards .p-card__body__ranking-shop-image,
.p-modal-qrcode__cards .p-card__body__ranking-shop-image {
  width: 15%;
}
.p-summary__cards .p-card__body__ranking-shop-image .circle-number,
.p-setting__cards .p-card__body__ranking-shop-image .circle-number,
.p-modal-qrcode__cards .p-card__body__ranking-shop-image .circle-number {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  line-height: 28px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background: #4AAAB7;
  z-index: 10;
}
.p-summary__cards .p-card__body__ranking-shop-image .circle-number.color-gold,
.p-setting__cards .p-card__body__ranking-shop-image .circle-number.color-gold,
.p-modal-qrcode__cards .p-card__body__ranking-shop-image .circle-number.color-gold {
  background: #C9AD78;
}
.p-summary__cards .p-card__body__ranking-shop-image .circle-number.color-silver,
.p-setting__cards .p-card__body__ranking-shop-image .circle-number.color-silver,
.p-modal-qrcode__cards .p-card__body__ranking-shop-image .circle-number.color-silver {
  background: #8AA0AD;
}
.p-summary__cards .p-card__body__ranking-shop-image .circle-number.color-bronze,
.p-setting__cards .p-card__body__ranking-shop-image .circle-number.color-bronze,
.p-modal-qrcode__cards .p-card__body__ranking-shop-image .circle-number.color-bronze {
  background: #9F7A5A;
}
.p-summary__cards .p-card__body__ranking-detail, .p-summary__cards .p-card__body__ranking-shop-detail,
.p-setting__cards .p-card__body__ranking-detail,
.p-setting__cards .p-card__body__ranking-shop-detail,
.p-modal-qrcode__cards .p-card__body__ranking-detail,
.p-modal-qrcode__cards .p-card__body__ranking-shop-detail {
  width: 70%;
}
.p-summary__cards .p-card__body__ranking-detail .ranking-name, .p-summary__cards .p-card__body__ranking-shop-detail .ranking-name,
.p-setting__cards .p-card__body__ranking-detail .ranking-name,
.p-setting__cards .p-card__body__ranking-shop-detail .ranking-name,
.p-modal-qrcode__cards .p-card__body__ranking-detail .ranking-name,
.p-modal-qrcode__cards .p-card__body__ranking-shop-detail .ranking-name {
  margin: 0;
  font-size: 14px;
}
.p-summary__cards .p-card__body__ranking-detail .ranking-shop, .p-summary__cards .p-card__body__ranking-shop-detail .ranking-shop,
.p-setting__cards .p-card__body__ranking-detail .ranking-shop,
.p-setting__cards .p-card__body__ranking-shop-detail .ranking-shop,
.p-modal-qrcode__cards .p-card__body__ranking-detail .ranking-shop,
.p-modal-qrcode__cards .p-card__body__ranking-shop-detail .ranking-shop {
  margin: 0 0 4px 0;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-summary__cards .p-card__body__ranking-detail .ranking-result, .p-summary__cards .p-card__body__ranking-shop-detail .ranking-result,
.p-setting__cards .p-card__body__ranking-detail .ranking-result,
.p-setting__cards .p-card__body__ranking-shop-detail .ranking-result,
.p-modal-qrcode__cards .p-card__body__ranking-detail .ranking-result,
.p-modal-qrcode__cards .p-card__body__ranking-shop-detail .ranking-result {
  margin: 0;
  font-size: 10px;
}
.p-summary__cards .p-card__body__ranking-detail .ranking-result strong, .p-summary__cards .p-card__body__ranking-shop-detail .ranking-result strong,
.p-setting__cards .p-card__body__ranking-detail .ranking-result strong,
.p-setting__cards .p-card__body__ranking-shop-detail .ranking-result strong,
.p-modal-qrcode__cards .p-card__body__ranking-detail .ranking-result strong,
.p-modal-qrcode__cards .p-card__body__ranking-shop-detail .ranking-result strong {
  font-size: 12px;
  color: #4AAAB7;
}
.p-summary__cards .p-card__body__ranking-shop-detail,
.p-setting__cards .p-card__body__ranking-shop-detail,
.p-modal-qrcode__cards .p-card__body__ranking-shop-detail {
  width: 85%;
}
.p-summary__cards .p-card__body__ranking-shop-detail .ranking-shop,
.p-setting__cards .p-card__body__ranking-shop-detail .ranking-shop,
.p-modal-qrcode__cards .p-card__body__ranking-shop-detail .ranking-shop {
  margin: 0 0 4px 0;
  font-size: 12px;
  overflow: inherit;
  text-overflow: inherit;
  white-space: inherit;
}
.p-summary__cards .p-card__body.horizontal-scroll,
.p-setting__cards .p-card__body.horizontal-scroll,
.p-modal-qrcode__cards .p-card__body.horizontal-scroll {
  overflow-x: auto;
  white-space: nowrap;
}
.p-summary__cards .p-card__body__number,
.p-setting__cards .p-card__body__number,
.p-modal-qrcode__cards .p-card__body__number {
  display: flex;
}
.p-summary__cards .p-card__body__number p,
.p-setting__cards .p-card__body__number p,
.p-modal-qrcode__cards .p-card__body__number p {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #4AAAB7;
}
.p-summary__cards .p-card__body__number p span,
.p-setting__cards .p-card__body__number p span,
.p-modal-qrcode__cards .p-card__body__number p span {
  margin-left: 4px;
  font-size: 12px;
  color: #000000;
}
.p-summary__cards .p-card__body__number p + img,
.p-setting__cards .p-card__body__number p + img,
.p-modal-qrcode__cards .p-card__body__number p + img {
  margin-left: 4px;
}
.p-summary__cards .p-card__footer,
.p-setting__cards .p-card__footer,
.p-modal-qrcode__cards .p-card__footer {
  padding: 8px;
  font-size: 10px;
  border-top: 1px solid #dddddd;
}

.p-modal-qrcode__area__details {
  word-break: break-all;
}

.justify-center {
  justify-content: center;
}

.justify-space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.modaal-content-container {
  padding: 10px 0 !important;
}

.p-modal-qrcode {
  font-size: 14px;
}
.p-modal-qrcode__area p {
  max-width: 240px;
  margin: 0 auto;
  padding: 24px;
}
.p-modal-qrcode__area dt {
  font-size: 14px;
  font-weight: bold;
}
.p-modal-qrcode__area dd {
  margin: 0;
  font-size: 14px;
}

.p-modal-report-icons__inner {
  padding: 0 5%;
}
.p-modal-report-icons__inner p {
  font-size: 14px;
  border-bottom: 1px solid #000000;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-modal-report-icons__inner dl {
  display: flex;
  font-size: 12px;
  border-bottom: 1px solid #000000;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.p-modal-report-icons__inner dl dt {
  margin-right: 16px;
}
.p-modal-report-icons__inner dl dd {
  margin: 0;
}

.ic-label {
  display: inline-block;
  padding: 2px 6px;
  margin-left: 2px;
  border-radius: 4px;
  color: #ffffff;
}
.ic-label.label-new {
  background: #B16C6C;
}
.ic-label.label-news {
  background: #A79898;
}
.ic-label.label-bbs {
  background: #9196AA;
}

.ic-label-outline {
  display: flex;
  padding: 2px 6px;
  margin-left: 2px;
  border-radius: 4px;
  border: 1px solid #000000;
  background: #F8F8F8;
  font-size: 14px;
}
.ic-label-outline .material-symbols-outlined {
  font-size: 20px;
}

.p-notifications__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.p-notifications__list li {
  margin: 0;
  padding: 0;
  background: #ffffff;
  border-bottom: 1px solid #ECEBE9;
}
.p-notifications__list li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #000000;
  padding: 16px 5%;
}
.p-notifications__list li a .notification-date {
  font-size: 10px;
  padding-bottom: 4px;
  margin: 0;
}
.p-notifications__list li a .notification-detail {
  margin: 0;
  font-weight: bold;
}
.p-notifications__list li.checked {
  background: #F8F8F8;
}
.p-notifications__list li.checked .notification-detail {
  font-weight: normal;
}
.p-notifications__item a {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.p-notifications__item__main {
  padding-right: 4%;
}
.p-notifications__item__extra .notification-comment {
  width: 80px;
  text-align: center;
  font-size: 12px;
  background: #F8F8F8;
  border-radius: 4px;
  padding: 4px 0;
  border: 1px solid #ECEBE9;
}
.p-notifications__item__extra .notification-comment p {
  padding: 0;
  margin: 0;
  text-align: center;
}
.p-notifications__item__extra .notification-comment .comment_ttl {
  font-size: 10px;
}
.p-notifications__item__extra .notification-comment .comment_count {
  font-weight: bold;
  font-size: 16px;
}

.p-setting__list {
  margin-top: 16px;
}

.c-setting-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ECEBE9;
  padding: 12px 0;
  font-size: 12px;
  margin: 0;
}
.c-setting-list:last-child {
  border-bottom: 1px solid #ECEBE9;
}
.c-setting-list dt {
  width: 50%;
}
.c-setting-list dd {
  width: 50%;
  text-align: right;
}
.c-setting-list dd a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
  color: #000000;
}
.c-setting-list dd a span {
  font-size: 18px;
  padding-left: 4px;
}

.c-title-explain {
  margin-top: 4px;
  font-size: 10px;
}

.c-btn-logout {
  text-align: center;
  font-size: 12px;
  border-bottom: 1px solid #ECEBE9;
  border-top: 1px solid #ECEBE9;
}
.c-btn-logout a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 12px 0;
}

.p-article {
  background: #ffffff;
}
.p-article__header {
  padding: 16px 0;
}
.p-article__header .p-extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px 5% 0 5%;
  border-top: 1px solid #ECEBE9;
  margin-top: 16px;
}
.p-article__header .p-extra dl {
  width: 47.5%;
  margin: 0;
}
.p-article__header .p-extra dl dt {
  font-size: 14px;
}
.p-article__header .article-time {
  padding: 0 5%;
  margin-bottom: 8px;
}
.p-article__header .article-title {
  padding: 0 5%;
  font-size: 20px;
}
.p-article__header .p-slider {
  padding: 16px 5%;
  margin-top: 16px;
  background: #333333;
}
.p-article__header .p-attachment {
  padding: 16px 5% 0 5%;
}
.p-article__header .p-attachment dl {
  margin: 0;
}
.p-article__header .p-attachment dd {
  margin-top: 8px;
  margin-bottom: 0;
}
.p-article__header .p-attachment dd ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-article__header .p-attachment dd ul li {
  max-width: 100%;
  margin-bottom: 8px;
  margin-right: 4px;
}
.p-article__header .p-attachment dd ul li a {
  display: block;
  width: 100%;
  border: 1px solid #ECEBE9;
  border-radius: 16px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 12px;
}
.p-article__header .p-attachment dd ul li a span {
  font-size: 24px;
  margin-right: 4px;
  vertical-align: -7px;
}
.p-article__body {
  border-top: 1px solid #ECEBE9;
  padding: 16px 5%;
}
.p-article__add-comment {
  border-top: 1px solid #ECEBE9;
  padding: 16px 5%;
  background: #F8F8F8;
}
.p-article__add-comment__form textarea {
  font-size: 14px;
}
.p-article__add-comment__form__button {
  display: flex;
  justify-content: flex-end;
  margin-top: 8px;
}
.p-article__add-comment__form__button button {
  margin-left: 8px;
}
.p-article__comment {
  border-top: 1px solid #ECEBE9;
  padding: 16px 5%;
}
.p-article__comment h2 {
  font-size: 20px;
}
.p-article__comment__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #ECEBE9;
}
.p-article__comment__list .p-article__comment__list {
  border: none;
}
.p-article__comment__list__icon {
  width: 14%;
}
.p-article__comment__list__icon img {
  border-radius: 50%;
}
.p-article__comment__list__detail {
  width: 82%;
}
.p-article__comment__list__detail .p-article__add-comment__form {
  margin-top: 16px;
  display: none;
}
.p-article__comment__list__detail .comment-edit {
  padding: 0 0 16px 0;
  display: none;
}
.p-article__comment__list__detail .child-comment-edit {
  padding: 0 0 16px 0;
  display: none;
}
.p-article__comment__list__detail .comment-detail {
  font-size: 0.9em;
}
.p-article__comment__list__detail .child-comment-detail {
  font-size: 0.8em;
}
.p-article__comment__list__detail .comment-detail-info {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  font-size: 12px;
  padding: 0;
}
.p-article__comment__list__detail .comment-detail-info li {
  padding-left: 12px;
}
.p-article__comment__list__detail .comment-detail-info li a {
  color: #C43E3E;
}
.p-article__comment__list__detail .comment-detail-info li:first-child {
  padding-left: 0;
}
.p-article__comment__list__detail .comment-detail-tool {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.p-article__comment__list__detail .comment-detail-tool__button {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  font-size: 12px;
  padding: 0;
  margin-bottom: 0;
}
.p-article__comment__list__detail .comment-detail-tool__button li {
  padding-left: 4px;
}
.p-article__comment__list__detail .comment-detail-tool__button li:first-child {
  padding-left: 0;
}
.p-article__comment__list__detail .comment-detail-tool__button li span {
  font-size: 18px;
  vertical-align: -4px;
  padding-right: 2px;
}
.p-article__comment__list__detail .comment-detail-tool__right button {
  padding-right: 8px;
}
.p-article__comment__list__detail .comment-detail-tool__right button span {
  font-size: 20px;
  vertical-align: -6px;
}

.p-login {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.p-login__inner {
  padding: 16px 5%;
}
.p-login__inner h1 {
  text-align: center;
  font-weight: bolder;
  font-size: 24px;
  margin-bottom: 20px;
}
.p-login__inner .c-login-explain {
  font-size: 14px;
}
.p-login__inner .btn {
  font-size: 16px;
}
.p-login__inner .btn-forget {
  font-size: 14px;
  color: #000000;
}

.l-header + .l-main .p-login {
  height: calc(100vh - 75px);
}

.btn {
  font-size: 12px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active {
  background: #4AAAB7;
  border-color: #4AAAB7;
}

svg {
  max-width: 100%;
}

.info-msg,
.error-msg {
  font-size: 14px;
  margin: 0 0 1rem 0;
}

.info-msg {
  color: #198754;
}

.error-msg {
  color: #dc3545;
}

.circle_icon {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.notice-alert {
  position: absolute;
  font-size: 0;
  line-height: 0;
  background-color: #dc3545;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  top: 2px;
  right: 2px;
}/*# sourceMappingURL=style.css.map */