
.main {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}

.z-0 {
    z-index: 0;
}

.z-20 {
    z-index: 20;
}

.border-gray {
    height: 1px;
    border-bottom: 1px solid #707070;
    padding-top:40px;
    margin-bottom: 30px;
}

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

.text-blue {
    color: #28209B!important;
}

.text-dark-blue {
  color: #221C6C!important;
}

.bg-light-blue {
  background-color: #E9E9F4!important;
}

.bg-gray {
    background-color: #F6F6F6!important;
}

.rounded-20 {
    border-radius: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.text-note {
    margin-top: 30px;
    font-size: 13px;
    line-height: 1.8;
    color: #666;
}

.text-center {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.text-note p {
    margin-bottom: 10px;
}

.section__hero-title {
    display: flex;
    flex-wrap: wrap;
    font-size: 100px;
    font-weight: 700;
    color: #28209B;
    justify-content: center;
}

.section__hero-subtitle {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
    text-align: center;
}

/* .container--narrow {
    max-width: 1200px;
    padding: 80px 120px;
    background: #E9E9F4;
} */

.section--narrow {
    max-width: 1200px;
    padding: 80px 120px;
}

.section {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 60px 40px 60px;
  padding-bottom: 30px;
}

/* .section__header {
  display: flex;
  flex-direction: column;
} */

.section__title {
    display: flex;
    flex-wrap: wrap;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    align-items: center;
}

.section__title-sml {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    /* margin-left: 10px; */
}

.section__title-sub {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
}

.section__title-small {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-left: 10px;
}

.section__content {
    display: flex;
    gap: 60px;
}

.section__content-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.section__lead {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.8;
    /* margin-bottom: 30px; */
}

.section__lead-nobold {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 1.8;
    margin-bottom: 30px;
}

.section__description {
    font-size: 15px;
    color: #666;
    line-height: 1.9;
    /* margin-bottom: 30px; */
}


.section__label {
    font-size: 16px;
    color: #28209B;
    font-weight: bold;
    margin-bottom: 10px;
}

.section__header {
    position: relative;
    z-index: 20;
    margin-bottom: 30px;
}

.section__img {
    max-width: 400px;
    max-height: 300px;
    min-width: 0;
    min-height: 0;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
}

 .section__img-fix {
    width: 100%;
    height: auto;
    object-fit:contain;
  }

.section__button {
    display: inline-block;
    padding: 18px 40px;
    background-color: #fff;
    color: #3B4D9F;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 77, 80, 0.17);
    white-space: normal;
    text-align: center;
    max-width: 100%;
    min-width: 240px;
    word-break: break-word;
}

.section__button:hover {
    background-color: #3B4D9F;
    color: #fff;
    box-shadow: 0 6px 20px rgba(59, 77, 159, 0.25);
}

.section__link {
    font-size: 14px;
    color: #666;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 20px;
}

.section--reverse .section__content {
    flex-direction: row-reverse;
}

.section--content-other {

}

.section__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section__list-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.section__list-item-text {
  font-size: 16px;
  color: #727272;
  font-weight: 300;
}

.section__category {
    display: inline-block;
    padding: 4px 2px;
    background-color: #4DABFF;
    color: #fff;
    border-radius: calc(infinity * 1px);
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    min-width: 140px;
    text-align: center;
}


.section__examples {
    display: flex;
    gap: 20px;
}

.section__example {
    position: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    height: 240px;
    width: 240px;
}

.section__example img {
    height: calc(100% - 45px);
    width: 100%;
    object-fit: cover;
    background-color: #d0d0d0;
}

.section__example-label {
    display: block;
    background-color: #666;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.section__grid {
    padding: 40px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.section__card {
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
}

.section__card--large {
    grid-column: span 2;
}

.section__card-title {
    display: flex;
    flex-wrap: wrap;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.section__card-border {
    border: solid 4px #28209B;
    border-radius: 20px;
}

.section__card-text {
    font-size: 14px;

    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.section__card-content {
    display: flex;
    column-gap: 40px;
    align-items: start;
}

.section__card-text-area {
    flex: 1;
}

.section__card-image {
    flex: 0 0 auto;
    max-height: 240px;
    flex-shrink: 0;
    border-radius: 8px;
}

/* ヒーローセクション */
.xr-hero {
    padding: 80px inherit;
}


/* .xr-hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
} */

.xr-hero__content {
    position: relative;
    flex: 1;
    height: 100%;
}

.xr-hero__image {
    top: 0;
    right: 0;
    position: absolute;
    margin-top: 60px;
    width: 80%;
    max-height: 300px;
    z-index: 0;
}

.xr-hero__label-border {
  width: 80px;
  height: 10px;
  background-color: #919191;
}

.xr-hero__label {
    font-size: 32px;
    font-weight: 800;
    color: #333;
    margin-top: 150px;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}

.xr-hero__title-wrapper {
    display: flex;
    align-items: baseline;
    row-gap: 0px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.xr-hero__title {
    font-size: 120px;
    font-weight: bold;
    color: #2e3f99;
    line-height: 0.6;
    margin-top: 40px;
    margin-bottom: 30px;
}

.xr-hero__subtitle {
    font-size: 80px;
    font-weight: 700;
    color: #2e3f99;
    line-height: 1.1;
}

.xr-hero__description {
    font-size: 15px;
    color: #333333;
}

.xr-hero__description p {
    margin-bottom: 8px;
    font-weight : 500;
}

/* VR体験セクション */
.xr-experience {
    /* max-width: 1200px; */
    position: relative;
    height:auto;
    /* margin-bottom: 30px; */
    /* margin: 0 auto; */
}

.xr-experience__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    filter: brightness(0.5);
    z-index: -10;
}

.xr-experience__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* width: 100%;
    max-width: fit-content;
    height: auto;
    position: absolute;
    top: 0;
    left:0;
    overflow: hidden;
    object-fit: cover;
    z-index: -10; */
}

.xr-experience__content {
    display: flex;
    padding: 30px 0;
    /* padding: 40px 60px; */
    /* width: 100%; */

    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
    gap: 80px;
    color: #fff;
    z-index: 10;
}

.xr-experience__left {
    margin-top: auto;
}

.xr-experience__title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.8;
    white-space: nowrap;
    color: #fff;
}

.xr-experience__right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.xr-experience__text {
    font-size: 16px;
    line-height: 1.9;
    color: #fff;
}

.xr-experience__text p {
    margin-bottom: 4px;
}

/* コンサルティング・導入サポートセクション */
.xr-consulting {
    background-color: #e8ecf3;
}

.xr-consulting__header {
    position: relative;
    margin-bottom: 50px;
}

.xr-consulting__header-image {
    /* position: absolute; */
    top: 0;
    right: 0;
    height: 220px;
    z-index: 0;
}

/* 実績セクション */
.xr-stats {
    position: relative;
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
}

.xr-stats__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    object-fit: cover;
    z-index: -10;
    filter: brightness(0.5);
}

.xr-stats__content {
    padding: 100px 60px;
    width: 100%;
    color: #fff;
    z-index: 10;
}

.xr-stats__border {
    width: 60px;
    height: 4px;
    background-color: #5FD8D8;
    margin-bottom: 20px;
}

.xr-stats__title {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    z-index: 10;
}

.xr-stats__grid {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    max-width: 1000px;
    margin: 0 auto;
}

.xr-stats__item {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xr-stats__label {
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
    white-space: nowrap;
}

.xr-stats__subtitle {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    white-space: nowrap;
}

.xr-stats__result {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: end;
}

.xr-stats__number {
    font-size: 112px;
    font-weight: 700;
    color: #5FD8D8;
    line-height: 1;
}

.xr-stats__unit {
    color: white;
    font-size: 28px;
    padding-bottom: 12px;
}


.xr-devices__date {
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}

.xr-devices__content {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.xr-devices__list {
    flex: 1;
}

.xr-devices__item {
    border: 4px solid #AEAAD6;
    border-radius: 20px;
    padding: 20px 30px;
    margin-bottom: 20px;
    min-width: 300px;
    box-sizing: border-box;
}

.xr-devices__item-title {
    font-size: 20px;
    font-weight: bold;
    color: #28209B;
    margin-bottom: 10px;
}

.xr-devices__item-text {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

.xr-devices__image {
    flex: 1;
    max-width: 400px;
    max-height: 800px;
    border-radius: 20px;
}

.xr-devices__image img {
 border-radius: 20px;

}


.xr-flow__steps {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
    column-gap:20px;
    row-gap:15px;
    flex-wrap: wrap;
    margin-left: 40px;
}

.xr-flow__step-wrapper {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-left: -80px;
}

.xr-flow__step-wrapper:first-child {
    margin-left: -40px;
}

.xr-flow__step {
    background-color: #2B2A6E;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 80px;
    width: 320px;
    padding: 20px 30px 20px 60px;
    position: relative;
    clip-path: polygon(40px 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 40px 100%, 80px 50%);
}

.xr-flow__step-wrapper:first-child .xr-flow__step {
    width: 280px;
    padding: 20px 30px;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 50%, calc(100% - 40px) 100%, 0 100%);
}


.xr-flow__step-wrapper:nth-child(even) .xr-flow__step {
    background-color: #3D50A0;

}

.xr-flow__arrow {
    display: none;
}

/* Priceセクション */
.xr-price {
    background-color: #fff;
    /* padding: 60px 0; */
}

.xr-faq__list {
    padding-bottom: 80px;
}

.xr-faq__item {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px 20px;
}

.xr-faq__item:first-child {
    border-top: 1px solid #ddd;
}

.xr-faq__question {
    font-size: 18px;
    font-weight: 700;
    color: #221C6C;
    margin-bottom: 15px;
    line-height: 1.6;
}

.xr-faq__answer {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
}

/* メリットリスト */
.xr-merit-list {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin: 10px auto;
    max-width: 1200px;
}

.xr-merit-item {
    border-radius: 10px;
    padding: 10px 30px;
    width: 100%;
    max-width: 840px;
    text-align: center;
    background: linear-gradient(90deg, #2B2A6E 0%, #4DB8D8 100%);
}

.xr-merit-item__text {
    color: #fff;
    font-size: 20px;
    line-height: 1.8;
    /* font-weight: 500; */
    margin: 0;
}

/* ユースケースグリッド */
.xr-usecase-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    row-gap: 50px;
    column-gap: 30px;
    margin-top: 50px;
    padding-bottom: 30px;
}

.xr-usecase-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); */
    padding: 40px;
}

.xr-usecase-card__title {
    background: #fff;
    color: #333;
    font-size: 33px;
    font-weight: 700;

    margin-bottom: 20px;
    text-align: left;
}

.xr-usecase-card__image {
    /* width: 100%; */
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    margin-bottom: 30px;
    border-radius: 20px;
}

.xr-usecase-card__text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

/* 関連情報カード */

.xr-info-card {
  margin: 0 20px;
}

.xr-info-card__title {
    color: #28209B;
    font-size: 48px;
    font-weight: 700;
    padding: 20px 0;
    border-top: solid 1px #707070;
}

.xr-info-card__lead {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.xr-info-card__text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* その他VRサービス */
.xr-other-services {
    display: flex;
        flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 30px;
}

.other-service {
    flex: 1;
    margin-bottom: 40px;
    min-width: 300px;
}

.other-service .section__button {
    margin-top: auto;
}

.xr-service-card__image-wrapper {
    margin-bottom: 20px;
    display: flex;
    justify-content: start;
}

.xr-service-card__image {
    width: auto;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
}



.card-section {
    background-color: #fff;
    border-radius: 20px;
    padding: 50px;
    margin-bottom: 40px;
}

.xr-mrar__content {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 40px;
}


.xr-mrar__text {
    flex: 1;
}

.xr-mrar__text p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.xr-mrar__ar-image {
    flex-shrink: 0;
    max-width: 500px;
}

.xr-mrar__ar-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.xr-mrar__devices {
    padding-top: 30px;
}

.xr-devices__list {
    display: flex;
    gap: 20px;
    flex-flow: column;
}



.xr-devices__list.row {
    flex-flow:row;
    flex-direction: row;
    flex-wrap: wrap;
}

.xr-devices__item {
    flex: 1;
    min-width: 200px;
    margin-bottom: 0;
}

/* サービスコンテンツ */
.service-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.service-content__main {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.service-content__text {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.8;
    margin: 0;
}

.service-content__description {
    margin-top: 20px;
}

.service-content__description p {
    font-size: 15px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 15px;
}

.service-content__button {
    text-align: right;
}

/* VRタイプカード */
.vr-type-grid {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.vr-type-card {
    display: flex;
    flex-direction: column;
    max-width: 330px;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    background-color: white;
}

.vr-type-card__image-wrapper {
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #F5A623 0%, #FFD700 100%);
}

.vr-type-card__image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.vr-type-card__title {
    font-size: 20px;
    font-weight: 700;
    color: #28209B;
    margin: 0;
}

.vr-type-card__text {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin: 0 0 10px 0;
}

/* コンサルティングセクション */
.consulting-section {
    background-color: #f8f8f8;
    padding: 60px 0;
}

.consulting-banner {
    display: flex;
    align-items: center;
    column-gap: 40px;
    row-gap: 20px;
    background: #fff;
    border: 4px solid #221C6C;
    margin: 60px 0;
    padding: 40px;
}

.consulting-banner__image {
    flex-shrink: 0;
    height:100%;
}

.consulting-banner__image img {
    width: 100%;
    max-height: 240px;
    height: auto;
    border-radius: 10px;
}

.consulting-banner__text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;;
}

.consulting-banner__title {
    display: flex;
    flex-wrap: wrap;
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* .consulting-banner__description {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin: 0;
} */

/* レスポンシブ */
@media screen and (max-width: 1280px) {
  .xr-experience__title {
    font-size: 28px;
  }

  .section {
    padding: 40px 40px 20px 40px;
  }

  /* .container {
    padding: 0 40px;
  } */

  /* .container--narrow {
    padding: 60px 60px;
  } */

  .section__label {
    font-size: 14px;
  }

  .xr-stats__number {
    font-size: 80px;
  }

  .xr-stats__content {
    padding: 80px 30px;
  }

  .section__content-other .section__list-item{
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .xr-hero__title-wrapper {
    flex-wrap: wrap;
  }

  .xr-hero__subtitle {
    font-size: 60px;
    margin-top: -20px;
    line-height: 0.9;
  }

  .vr-type-grid {
    gap: 30px;
  }



}

@media screen and (max-width: 1024px) {

  .section__card-content {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }

  .section__card-image {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 900px) {
  .section__content {
    flex-direction: column;
    gap: 30px;
  }
  .xr-consulting__header-image {
    display: none;
  }

  .section__button-container {
    text-align: center;
  }

  .section__img {
    margin: 0 auto;
    max-width: 100%;
  }



  .xr-devices__content {
    flex-direction: column;
    align-items: center;
  }


  .card-section  {
    padding: 40px;
  }

  .xr-usecase-card__title {
    font-size: 26px;
  }

  .sp-hidden-900 {
    display: none;
  }



}

@media screen and (max-width: 800px) {



}

@media screen and (max-width: 768px) {

  .section {
    padding: 40px 30px 20px 30px;
  }

  .xr-experience__title {
    font-size: 24px;
  }

  .xr-hero__subtitle {
    font-size: 50px;
    margin-top: -20px;
  }

  .xr-devices__image {
    width: 100%;
  }

  .xr-experience__content {
    /* padding: 40px 30px; */
  }

  /* .container--narrow {
    padding: 40px 40px;
  } */

  .xr-hero__image {
    display: none;
  }

  .section__title {
    font-size: 30px;
  }

  .section__title-sml {
    font-size: 26px;
    /* margin-left: 10px; */
  }

  .section__lead br {
    display: none;
  }

  .section__button {
    padding: 16px 30px;
    font-size: 14px;
    width: 100%;
    max-width: 300px;
    min-width: min-content;
  }

  .xr-stats__grid {
    flex-direction: column;
    gap: 60px;
  }

  .xr-stats__grid {
    flex-direction: column;
    gap: 50px;
  }

  .section__grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    row-gap: 20px;
  }

  .section__card-title {
    font-size: 25px;
  }

  .section__hero-title {
    font-size: 60px;
  }

  .section__hero-subtitle {
    font-size: 27px;
  }

  .card-section  {
    padding: 30px;
  }

  .xr-usecase-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .xr-merit-item__text {
    font-size: 14px;
  }

  .consulting-banner {
    flex-direction: column;
    padding: 30px;
  }

  .consulting-banner__image img {
    width: 100%;
    max-width: 250px;
  }

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



p.batch_playing_system{
    font-size: 20px;
    line-height: 1.8;
    display: inline-block;
}


p.batch_playing_system br:nth-of-type(1){
    display: none;
}

@media screen and (max-width: 970px) {
    p.batch_playing_system br:nth-of-type(1){
        display: inline-block;
    }
}


.xr-mb-80{
    margin-bottom: 80px;
}
.xr-mb-100{
    margin-bottom: 100px;
}

.xr-mt-30{
    margin-top: 30px;
}

.xr-pt-100{
    padding-top: 100px;
}

.xr-py-15{
    padding-top: 15px;
    padding-bottom: 15px;
}

.xr-py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.xr-lineheight-1_8{
    line-height: 1.8;
}


.xr-cb{
    color: rgb(51, 51, 51);
}


.xr-p14{
    font-size: 14px;
}