:root {
  --color-bk: #1e1e1e;
  --color-red: #e92525;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: var(--color-bk);
}

img {
  width: 100%;
  vertical-align: top;
}

.container {
  background: url(../img/common/pc_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.wrapper {
  max-width: 390px;
  margin: 0 auto;
}

.content {
  background: #fff;
}

.red {
  color: var(--color-red);
}

.en {
  font-family: "Lora", serif;
}

/* cv */
.cvBtn {
  display: block;
  position: relative;
  width: 310px;
  height: 70px;
  border-radius: 6px;
}

.cvBtn::before {
  content: "";
  width: 310px;
  height: 70px;
  border-radius: 6px;
  background: #b11f1f;
  position: absolute;
  bottom: -5px;
}

.cvBtn__wrap {
  position: relative;
  width: 310px;
  height: 70px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e62828;
  gap: 10px;
}

.cvBtn__read {
  position: absolute;
  top: -14px;
  padding: 0 12px;
  border-radius: 100px;
  border: 2px solid #e62828;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #e62828;
  background: #fff;
}

.cvBtn__btn {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
}

.cvBtn__icon {
  width: 16px;
  height: 16px;
}

.cvDetail {
  display: block;
  position: relative;
  border-radius: 6px;
  width: 110px;
  height: 60px;
}

.cvDetail::before {
  content: "";
  width: 110px;
  height: 60px;
  border-radius: 6px;
  background: #f4c10c;
  position: absolute;
  bottom: -5px;
  right: -5px;
}

.cvDetail__wrap {
  position: relative;
  width: 110px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-bk);
  background: #fff;
  gap: 10px;
}

.cvDetail__btn {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: var(--color-bk);
}

.cvDetail__icon {
  width: 16px;
  height: 16px;
}

/* header */
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
  background: #fff;
}

.header__logo {
  display: block;
  width: 100px;
}

.header__pr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 20px;
  border-radius: 30px;
  border: 1px solid #bfbfbf;
  font-size: 11px;
  color: #bfbfbf;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

/* mv */
.mv {
  position: relative;
  overflow: hidden;
}

.mv__bg {
  position: relative;
}

.mv__cards {
  position: absolute;
  bottom: 63px;
}

.mv__card {
  position: relative;
}

.mv__card--img {
  width: 70px;
  margin: 0 10px;
}

.mv__illust {
  width: 100%;
  position: absolute;
  bottom: 1px;
}

/* top3 */
.top3__inner {
  padding: 25px 15px 35px;
}

.top3__img {
  width: fit-content;
  margin: 0 auto;
}

.top3__list {
  margin-top: 30px;
}

.top3__list li:nth-of-type(1) {
  background-color: #e8f0ff;
  background-size: cover;
}

.top3__list li:nth-of-type(2) {
  background-color: #ffffe8;
  background-size: cover;
}

.top3__list li:nth-of-type(3) {
  background-color: #ffe8e8;
  background-size: cover;
}

.top3__list li {
  display: flex;
  align-items: center;
  padding: 13px 15px;
}

.top3__list li .icon {
  width: 55px;
}

.top3__list li .text_area {
  width: calc(100% - 115px);
  padding: 0 13px;
}

.top3__list li .text_area .card_catch {
  font-size: 10px;
  font-weight: 700;
}

.top3__list li .text_area .card_name {
  font-size: 15px;
  font-weight: 700;
  margin-top: 4px;
}

.top3__list li .btn {
  width: 60px;
  height: 48px;
  display: block;
  text-decoration: none;
  position: relative;
}

.top3__list li .btn .in_btn {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 48px;
  margin: auto;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  background-color: #e62828;
  color: #fff;
  z-index: 1;
}

.top3__list li .btn:before {
  content: "";
  position: absolute;
  display: block;
  top: 5px;
  left: 0;
  width: 60px;
  height: 48px;
  background: #b11f1f;
  border-radius: 6px;
}

.top3__list li + li {
  margin-top: 12px;
}

.top3__list li .btn .in_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }

  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

/* rankings */
.rankings {
  padding-bottom: 10px;
  /* background: #f48b0c; */
}

.rankings__top {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  /* background: url(../img/common/rankings_top_icon.png);
  background-repeat: no-repeat;
  background-size: 100% 30px;
  background-position: top center; */
}

.rankings__top--read {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 25px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  border-radius: 55px;
  color: var(--color-bk);
  color: #fff;
  background: #0d8585;
}

.rankings__top--read::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0d8585 transparent transparent transparent;
  border-width: 8px 5px 0px 5px;
}

.rankings__top--icon {
  width: fit-content;
  margin: 15px auto 0;
  font-size: 18px;
  font-weight: 500;
}

.rankings__top--title {
  margin-top: 5px;
  font-size: 27px;
  font-weight: 600;
  color: var(--color-bk);
  text-align: center;
}

/* ranking */
.ranking {
  max-width: 350px;
  width: 100%;
  margin: 15px auto 30px;
  padding: 15px;
  border: 2px solid #c9b857;
  border-radius: 10px;
}

.rankingBox {
  border-radius: 6px;
  background: #fff;
}

.rankingTop {
  padding: 20px 10px 30px;
}

.rankingTop_flex {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 13px;
}

.rankingTop__icon {
  width: 63px;
  height: 63px;
}

.rankingTop__icon--num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 63px;
  font-size: 34px;
  letter-spacing: 0.01em;
  color: #f48b0c;
}

.rankingTop__name {
  width: calc(100% - 63px - 14px);
  font-size: 24px;
  font-weight: bold;
}

.rankingTop__icon--num + .rankingTop__name {
  width: calc(100% - 30px - 14px);
}

.rankingTop__img {
  width: 225px;
  margin: 0 auto;
}

.rankingTop__summary {
  position: relative;
  padding: 13px 10px;
  margin-top: 18px;
  margin-bottom: 20px;
  border: 3px solid #c9b856;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  text-align: center;
  font-weight: bold;
}

.rankingTop__summary::after {
  content: "";
  background: url(../img/common/icon_good.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -15px;
  left: -5px;
}

.rankingPoint {
  position: relative;
  background: #f4ffff;
}

.rankingPoint__top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: fit-content;
  padding: 0 50px;
  border-radius: 56px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: #fff;
  background: #0d8585;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 1;
}

.rankingPoint__top::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0d8585 transparent transparent transparent;
  border-width: 8px 5px 0px 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.rankingPoint__items {
  position: relative;
  overflow: hidden;
  padding: 20px 10px 0;
  border: 2px solid #0d8585;
  border-radius: 10px;
}

.rankingPoint__item {
  padding: 10px 8px;
  border-top: 2px solid #c6e7e7;
}

.rankingPoint__item:first-of-type {
  border-top: none;
}

.rankingPoint__item--top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rankingPoint__item--icon {
  width: 20px;
  height: 20px;
}

.rankingPoint__item--title {
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.rankingPoint__item--text {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

/* rankingGraph */
.rankingGraph {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rankingGraph__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.rankingGraph__main {
  width: 200px;
}

.rankingGraph__box {
  color: #fff;
}

.rankingGraph__box--title {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 600;
  text-align: center;
}

.rankingGraph__box--num {
  font-size: 54px;
  font-weight: 600;
}

.rankingGraph__box--unit {
  font-size: 28px;
  font-weight: 600;
}

.rankingGraph__box--link {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #fff;
  text-align: center;
  text-decoration: underline;
}

.polygraph__container {
  text-align: center;
  color: #fff;
  padding: 10px;
}

.polygraph__polygon {
  fill: none;
  stroke: #c9c9c9;
}

.polygraph__polygon--base {
  fill: #fff;
}

.polygraph__line {
  stroke: #c9c9c9;
}

.polygraph__label {
  fill: #fff;
  font-weight: bold;
  font-size: 10px;
}

/* rankingCvs */
.rankingCvs {
  margin-top: 30px;
  margin-bottom: 20px;
}

.rankingCvs__flex {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* rankingTable */
.rankingTable {
  margin-top: 20px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #c9d2d2;
}

.rankingTable .bd-l-none {
  border-left: none;
}

.rankingTable__items {
  display: flex;
}

.rankingTable__item {
  width: calc(100% / 3);
}

.rankingTable__item--title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  background: #ebebeb;
  border-left: 1px solid #c9d2d2;
}

.rankingTable__item:first-of-type .rankingTable__item--title {
  border-left: none;
}

.rankingTable__item--text {
  padding: 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 1px solid #c9d2d2;
  border-right: none;
}

.rankingTable__shop--top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--color-bk);
  background: #ebebeb;
  border-bottom: 1px solid #c9d2d2;
}

.rankingTable__shop--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 20px;
  background: #fff;
}

.rankingTable__shop--item {
  width: calc((100% - 30px) / 4);
}

.rankingTable__shop--icon {
  border: 1px solid #ebebeb;
  border-radius: 50%;
}

.rankingTable__shop--icon img {
  border-radius: 50%;
}

.rankingTable__shop--text {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* rankingCam */
.rankingCam {
  background: url(../img/common/campaign_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.rankingCam__box {
  position: relative;
}

.rankingCam__date {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  height: 25px;
  border-radius: 55px;
  padding: 0 35px;
  font-size: 14px;
  letter-spacing: 0.04em;
  font-weight: 600;
  color: var(--color-bk);
  background: #ffe79a;
  white-space: nowrap;
}

.rankingCam__date::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffe79a transparent transparent transparent;
  border-width: 8px 5px 0px 5px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.rankingCam__texts {
  padding: 10px 10px 18px 28px;
}

.rankingCam__text {
  position: relative;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.55;
}

.rankingCam__text::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-bk);
  position: absolute;
  top: 12px;
  left: -15px;
}

.ranking__campaign {
  margin-top: 20px;
}

.ranking__campaign--img {
  max-width: 88px;
  max-width: 5.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ranking__campaign--title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.ranking__campaign--bottom {
  position: relative;
}

.ranking__campaign--ribbon {
  position: relative;
  top: -5px;
  top: -0.3125rem;
  z-index: 10;
}

.ranking__campaign--ribbon-img {
  max-width: 330px;
  max-width: 20.625rem;
  width: 100%;
}

.ranking__campaign--ribbon--text {
  position: absolute;
  top: 43%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.ranking__campaign--ribbon--text p {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.ranking__campaign--textarea {
  background-color: #eaf1ff;
  padding-top: 49px;
  padding-top: 3.0625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px;
  margin-top: -40px;
}

.ranking__campaign--textarea p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.ranking__campaign--textarea p span.red {
  color: #e40000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.ranking__campaign--textarea p span.big {
  font-size: 40px;
  font-size: 2.5rem;
}

.ranking__campaign--textarea p span.bold {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.ranking__campaign--textarea p .b_y {
  background-color: #ffff84;
}

.rankingNote {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 11px;
  line-height: 1.8;
}

/* itioshi */
.itioshi {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin: 60px auto 0;
  padding: 70px 10px 50px;
  background: url(../img/common/itioshi_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.itioshi__sub {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);

  width: 320px;
}

.itioshi__title {
  font-size: 26px;
  font-weight: 600;
  color: #0d8585;
  text-align: center;
}

.itioshi__title span {
  font-size: 24px;
}

.itioshi__line {
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 18px;
  background: #c9d2d2;
}

.itioshi__name {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--color-bk);
  text-align: center;
}

.itioshi__img {
  width: 225px;
  margin: 0 auto;
}

.itioshi__text {
  width: 295px;
  margin: 18px auto 30px;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 600;
}

.itioshi__btn {
  width: fit-content;
  margin: 0 auto;
}

/* footer */
.footer {
  padding-top: 20px;
  padding-bottom: 30px;
  background: #fff;
}

.footer__link {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
  color: var(--color-bk);
  text-decoration: underline;
}

.footer__copy {
  margin-top: 15px;
  font-size: 10px;
  text-align: center;
  color: #909090;
}

/* animation */
.diki {
  position: relative;
  animation: Doki 2s ease infinite;
}

@keyframes Doki {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

.flash {
  animation: flash 500ms ease infinite alternate;
}

@keyframes flash {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* p-detail */

.p-detail .rankingTop__name {
  width: 100%;
  text-align: center;
}

.p-detail .rankingCvs__flex {
  justify-content: center;
}

/* voice */
.voice {
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}

.voice.more {
  margin-bottom: 80px;
}

.voice.more::after {
  content: "もっと見る";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  padding: 3px 20px;
  border: 1.5px solid #229090;
  border-radius: 25px;
  color: #229090;
  background: #f4ffff;
  cursor: pointer;
}

.voice__wrap {
  border-radius: 6px;
  border: 2px solid var(--color-bk);
  background: #fff;
  overflow: hidden;
}

.voice__title {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.voice__items {
  position: relative;
  margin-top: 20px;
}

.voice__item {
  display: flex;
  padding: 15px;
  border-top: 2px solid #0d8585;
  background: #f4ffff;
}

.voice__items .voice__item:nth-child(n + 4) {
  display: none;
}

.voice__items .voice__item.open {
  display: flex;
}

.voice__item--icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.voice__item--cs {
  width: calc(100% - 50px);
  padding-left: 12px;
}

.voice__item--name {
  font-size: 12px;
  font-weight: bold;
}

.voice__item--name span:last-of-type {
  display: none;
}

.voice__item--text {
  font-size: 12px;
  margin-top: 8px;
  font-weight: bold;
}

/* cardData */
.cardData {
  margin-top: 40px;
  /* background: #fff; */
}

.cardData__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.cardData__title p {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.cardData__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
}

.cardData__table {
  margin-bottom: 30px;
  border-collapse: collapse;
  width: 100%;
  border-spacing: 0;
  background: #fff;
}

.cardData__table th {
  background: #e9e9e9;
  color: #6a6a6a;
  font-weight: bold;
  font-size: 11px;
  white-space: nowrap;
  padding: 8px;
  text-align: center;
  border: 1px solid #c2c2c2;
}

.cardData__table td {
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #6a6a6a;
  color: var(--color-bk);
  padding: 5px 8px;
  width: fit-content;
  font-weight: 500;
  border: 1px solid #c2c2c2;
}

.cardData__table .cardData__text {
  font-size: 11px;
  font-weight: 600;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.25em;
  color: #6a6a6a;
  white-space: unset;
}

.cardData__flex {
  display: flex;
  gap: 5px;
  justify-content: flex-start;
  align-items: center;
}

.cardData__logo {
  width: 35px;
}

.cardData__point {
}

.cardData__store {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.cardData__store--list {
  width: calc((100% - 39px) / 4);
  margin-right: 13px;
  margin-top: 9px;
  display: flex;
  flex-direction: column;
}

.cardData__store--list:nth-of-type(4n) {
  margin-right: 0;
}

.cardData__store--icon {
  width: 100%;
}

.cardData__store--text {
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}

/* policy */
.policy {
  padding-top: 30px;
}

.policy__top {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.policy__main {
  padding: 0 15px;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

.policy__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* about */
.about {
  padding: 30px 15px 20px;
}

.about__title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #f48b0c;
}

.about__text {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: var(--color-bk);
}

.rankingMust {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  border: 1.5px solid #229090;
  border-radius: 15px;
  background: #fff;
}

.rankingMust__hd--icon {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 56px;
  height: 56px;
}

.rankingMust__hd {
  padding-top: 16px;
  padding-bottom: 10px;
  border-radius: 15px 15px 0 0;
  background: #f4ffff;
}

.rankingMust__hd--sub {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  color: #229090;
}

.rankingMust__hd--title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #229090;
}

.rankingMust__main {
  padding: 5px 5px 15px;
}

.rankingMust__flex {
  display: flex;
  align-items: center;
}

.rankingMust__icon {
  font-size: 24px;
  font-weight: bold;
  color: #229090;
}

.rankingMust__txts {
  margin-top: 11px;
}

.rankingMust__title {
  font-size: 16px;
  font-weight: bold;
}

.rankingMust__title span {
  color: #ff1412;
}

.rankingMust__txt {
  font-size: 14px;
}
