body {
  min-width: 1200px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #000000;
  color: #FFFFFF;
}

.link-underline {
  text-decoration: underline;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 100vh;
  background: url(/npb-plus/img/background_header.jpg) no-repeat top center;
  background-size: contain;
}
.container.lower {
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgb(2, 22, 55)));
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(2, 22, 55) 100%);
}

.hide_pc {
  display: none;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fade-in.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }
  .container {
    background: url(/npb-plus/img/background_header_sp.jpg) no-repeat top center;
    background-size: contain;
  }
  .hide_pc {
    display: block;
  }
  .hide_sp {
    display: none;
  }
}
.p-header-caution {
  background: #CEA175;
  padding: 10px;
  width: 100%;
}
.p-header-caution p {
  width: 1200px;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}

.p-header {
  padding: 150px 0 0 60px;
  position: relative;
  z-index: 100;
  width: 1200px;
  margin: 0 auto;
}
.p-header__title__icon {
  width: 120px;
  height: 120px;
  display: inline-block;
  margin-left: 20px;
}
.p-header__title__name {
  height: auto;
  width: 270px;
}
.p-header__title img {
  vertical-align: middle;
}
.p-header__lead {
  margin: 30px 0 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.8;
  width: 420px;
  text-align: center;
}
.p-header::after {
  content: "";
  width: 600px;
  min-height: 600px;
  display: block;
  background: url(/npb-plus/img/image_picture.png) no-repeat top right;
  background-size: 600px auto;
  position: absolute;
  right: 60px;
  top: 60px;
}
.p-header__download {
  margin: 30px auto 0 0;
  text-align: center;
  width: 420px;
}
.p-header__download dt {
  font-weight: 500;
  font-size: 18px;
}
.p-header__download dd {
  margin-top: 10px;
}
.p-header__download__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-header__download__badge {
  display: block;
}
.p-header__download__badge--app {
  width: 210px;
}
.p-header__download__badge--google {
  width: 210px;
}
.p-header__download__badge img {
  width: 200px;
  height: auto;
}
.p-header__download__text {
  font-size: 14px;
  line-height: 1.5;
}

.p-header-lower__logo {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.p-header-lower a {
  display: block;
  padding: 20px 0;
}
.p-header-lower img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-header-caution p {
    width: auto;
    font-size: 13px;
    line-height: 1.3;
  }
  .p-header {
    padding: 360px 0 0 0;
    width: 100%;
  }
  .p-header::after {
    content: "";
    width: 300px;
    min-height: 300px;
    display: block;
    background: url(/npb-plus/img/image_picture.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    margin: auto;
  }
  .p-header__title {
    text-align: center;
  }
  .p-header__title__name {
    height: 42px;
    width: auto;
  }
  .p-header__title__icon {
    width: 90px;
    height: 90px;
    display: inline-block;
    margin-left: 20px;
  }
  .p-header__lead {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.6;
    width: auto;
  }
  .p-header__download {
    margin: 20px auto 0 0;
    text-align: center;
    width: auto;
  }
  .p-header__download dt {
    font-size: 16px;
  }
  .p-header__download__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-header__download__badge {
    display: block;
    margin: 0 2%;
  }
  .p-header__download__badge--app {
    width: 40%;
  }
  .p-header__download__badge--google {
    width: 40%;
  }
  .p-header__download__badge img {
    width: 100%;
    height: auto;
  }
  .p-header__download__text {
    font-size: 12px;
  }
  .p-header-lower {
    text-align: left;
    width: 100%;
  }
  .p-header-lower__logo {
    width: 100%;
    margin: 0 auto;
  }
  .p-header-lower a {
    padding: 20px 15px;
  }
  .p-header-lower img {
    width: 120px;
    height: auto;
  }
}
.p-footer {
  padding: 100px 0 20px 0;
}
.p-footer__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-footer__inner .p-header__download {
  margin-top: 0;
}
.p-footer__logo {
  margin-right: 180px;
  padding-top: 40px;
}
.p-footer__logo img {
  width: 270px;
  height: auto;
}
.p-footer__notice {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.5;
}
.p-footer__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
  margin: 40px auto;
  padding: 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.p-footer__team img {
  width: 50px;
  height: auto;
}
.p-footer__team a {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-footer__team a:hover {
  opacity: 0.7;
}
.p-footer__privacy {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.p-footer__copy {
  text-align: center;
  font-size: 13px;
  margin-top: 20px;
  line-height: 1.5;
}
.p-footer__copy span {
  margin-right: 1em;
  display: inline-block;
}
.p-footer__copy--app {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-footer {
    padding: 50px 0 20px 0;
  }
  .p-footer__inner {
    width: auto;
    margin: 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-footer__logo {
    margin: 0 auto 20px auto;
    padding-top: 0;
  }
  .p-footer__logo img {
    width: 150px;
    height: auto;
  }
  .p-footer__notice {
    padding-top: 10px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 0 auto;
  }
  .p-footer__team {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin: 30px auto;
    padding: 10px 15px;
    width: 100%;
  }
  .p-footer__team a {
    display: block;
    text-align: center;
  }
  .p-footer__team a:hover {
    opacity: 1;
  }
  .p-footer__team a img {
    width: 100%;
    height: auto;
    max-width: 36px;
  }
  .p-footer__privacy {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .p-footer__copy {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .p-footer__copy span {
    margin-right: 0;
    display: block;
  }
  .p-footer__copy--app {
    margin: 0 10px;
    font-size: 11px;
  }
}
.p-news {
  margin: 100px auto;
  width: 1200px;
}
.p-news__inner {
  background: rgba(255, 255, 255, 0.3);
  padding: 30px 30px 20px 30px;
}
.p-news__date {
  display: block;
  margin-right: 1em;
  width: 100px;
}
.p-news__title {
  display: block;
  line-height: 1.5;
  width: calc(100% - 110px);
}
.p-news__title:hover {
  text-decoration: underline;
}
.p-news__title--arrow::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
.p-news__link {
  text-decoration: underline;
}

.p-news-list {
  border-top: 1px dotted #999999;
}
.p-news-list li {
  border-bottom: 1px dotted #999999;
}
.p-news-list li a {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1d1d1d;
}
.p-news-list li a .p-news__date {
  margin-right: 1em;
}
.p-news-list--top {
  border-top: none;
}
.p-news-list--top li {
  border-bottom: 1px dotted #FFFFFF;
}
.p-news-list--top li:last-child {
  border-bottom: none;
}
.p-news-list--top li a {
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .p-news {
    margin: 30px 4% 50px 4%;
    width: 92%;
  }
  .p-news__inner {
    padding: 20px 15px 15px 15px;
  }
  .p-news__date {
    display: block;
    margin-right: 0;
    width: auto;
    font-size: 12px;
  }
  .p-news__title {
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .p-news-list--top {
    border-top: none;
  }
  .p-news-list--top li a {
    display: block;
  }
}
.p-contents {
  position: relative;
  width: 100%;
}
.p-contents--01::before {
  background-color: #021637;
}
.p-contents--03::before {
  background-color: #021637;
}
.p-contents--05 {
  padding: 150px 0 0 0;
}
.p-contents--05::before {
  background-color: #021637;
}
.p-contents--05 .p-contents__heading {
  font-size: 28px;
  margin-bottom: 10px;
}
.p-contents::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: skewY(-8deg);
          transform: skewY(-8deg);
  z-index: 1;
  width: 100%;
}
.p-contents__inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 100;
}
.p-contents__inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-contents__inner--noflex {
  display: block;
}
.p-contents__inner--s {
  width: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.p-contents__inner--top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 60px;
}
.p-contents__photo {
  width: 400px;
}
.p-contents__photo img {
  width: 100%;
  height: auto;
}
.p-contents__info {
  width: 750px;
}
.p-contents__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.p-contents__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
}
.p-contents__block {
  background: rgba(255, 255, 255, 0.3);
  padding: 30px;
  width: 600px;
  margin: 30px auto 0 auto;
}
.p-contents__block__heading {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}
.p-contents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-contents__wrapper__category {
  width: 30px;
  font-weight: 600;
  height: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  padding: 15px 0;
  -ms-flex-item-align: normal;
      -ms-grid-row-align: normal;
      align-self: normal;
}
.p-contents__wrapper__category--pitcher {
  background: #106A15;
}
.p-contents__wrapper__category--batter {
  background: #9F5B12;
}
.p-contents__wrapper .p-contents__list {
  min-width: calc(100% - 1em);
}
.p-contents__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.p-contents__list__item {
  background: #0890E1;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 10px 5px 10px;
  border-radius: 4px;
  margin: 4px;
}
.p-contents__list--pitcher {
  margin-top: 0;
}
.p-contents__list--pitcher .p-contents__list__item {
  background: #009F0A;
}
.p-contents__list--batter {
  margin-top: 0;
}
.p-contents__list--batter .p-contents__list__item {
  background: #9D7500;
}
.p-contents__group {
  min-width: 320px;
}
.p-contents__group--top {
  margin-right: 50px;
}
.p-contents__group--top .p-contents__group__name {
  background: #007ad4;
}
.p-contents__group--top li {
  padding: 10px;
}
.p-contents__group--farm {
  margin-right: 30px;
}
.p-contents__group--farm .p-contents__group__name {
  background: #009649;
}
.p-contents__group--farm li {
  padding: 10px;
}
.p-contents__group li {
  margin-bottom: 5px;
}
.p-contents__group__name {
  font-weight: 600;
  text-align: center;
  padding: 10px;
}
.p-contents__group__list {
  background: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
}
.p-contents__group__list img {
  width: 32px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .p-contents {
    padding: 60px 0;
  }
  .p-contents--05 {
    padding: 60px 0 0 0;
  }
  .p-contents--05 .p-contents__heading {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .p-contents::before {
    -webkit-transform: skewY(-6deg);
            transform: skewY(-6deg);
    z-index: 1;
    width: 100%;
  }
  .p-contents__inner {
    width: auto;
    margin: 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-contents__inner--noflex {
    display: block;
  }
  .p-contents__inner--s {
    width: auto;
    margin: 0 auto;
  }
  .p-contents__inner--top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-bottom: 30px;
  }
  .p-contents__photo {
    width: 80%;
    max-width: 350px;
    margin: 40px auto 0 auto;
  }
  .p-contents__photo img {
    width: 100%;
    height: auto;
  }
  .p-contents__info {
    width: auto;
  }
  .p-contents__heading {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-contents__text {
    font-size: 13px;
    line-height: 1.8;
  }
  .p-contents__block {
    padding: 20px 10px;
    width: auto;
    margin: 15px auto 0 auto;
  }
  .p-contents__block__heading {
    font-size: 16px;
  }
  .p-contents__wrapper {
    margin-top: 10px;
  }
  .p-contents__wrapper__category {
    font-size: 14px;
    margin-right: 10px;
    -ms-flex-item-align: normal;
        -ms-grid-row-align: normal;
        align-self: normal;
  }
  .p-contents__wrapper__category--batter {
    padding: 0;
  }
  .p-contents__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .p-contents__list__item {
    font-size: 12px;
    font-weight: 500;
    padding: 7px 5px 5px 5px;
    border-radius: 4px;
    margin: 2px;
  }
  .p-contents__group {
    min-width: 100%;
    margin-bottom: 30px;
  }
  .p-contents__group--top {
    margin-right: auto;
    margin-bottom: 0;
  }
  .p-contents__group--farm {
    margin-right: auto;
  }
  .p-contents__group li {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .p-contents__group__name {
    padding: 10px;
    font-size: 15px !important;
  }
  .p-contents__group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 10px 3px 10px;
  }
  .p-contents__group__list img {
    width: 24px;
    height: auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-contents__unit {
    width: 100%;
  }
}
.p-section {
  width: 1200px;
  margin: 0 auto;
}
.p-section__heading {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin: 40px 0 30px 0;
}
.p-section__inner {
  background: #FFFFFF;
  color: #1d1d1d;
  padding: 60px;
  line-height: 1.5;
  font-weight: 500;
}
.p-section__link {
  text-decoration: underline;
}
.p-section__link--blue {
  color: #0067b8;
}
.p-section__list li {
  text-indent: -1em;
  margin: 5px 0 0 1em;
}
.p-section__list--dl {
  margin: 10px 0;
}
.p-section__list--dl dt {
  font-weight: 600;
}
.p-section__list--dl dd {
  margin-left: 1em;
}
.p-section__list--dl dd.is-indent {
  margin-left: 2em;
  text-indent: -1em;
}
.p-section__list--table {
  display: table;
}
.p-section__list--table dt, .p-section__list--table dd {
  display: table-cell;
  font-weight: 500;
}
.p-section__list--table dt {
  padding-right: 10px;
}

.p-privacy__chapter {
  font-size: 20px;
  margin: 30px 0 10px;
  font-weight: 600;
  color: #021637;
}
.p-privacy__text {
  line-height: 1.8;
}
.p-privacy__text--mb {
  margin-bottom: 20px;
}
.p-privacy__text--mt {
  margin-top: 20px;
}
.p-privacy__text--sign {
  text-align: right;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-section {
    width: auto;
    margin: 0 4%;
  }
  .p-section__heading {
    font-size: 24px;
    margin: 30px 0 20px 0;
  }
  .p-section__inner {
    padding: 20px 4%;
  }
  .p-section__list {
    font-size: 13px;
  }
  .p-section__list--table {
    font-size: 13px;
  }
  .p-privacy__chapter {
    font-size: 16px;
  }
  .p-privacy__text {
    font-size: 13px;
    line-height: 1.6;
  }
}
.p-news-article__heading {
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.p-news-article__date {
  color: #515151;
  margin-bottom: 5px;
}
.p-news-article__text {
  margin: 10px 0;
  line-height: 1.6;
}
.p-news-article__text--right {
  text-align: right;
}
.p-news-article__text--center {
  text-align: center;
}
.p-news-article__subhead {
  border-left: 4px solid #021637;
  padding: 0 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 10px;
  color: #021637;
}
.p-news-article__subhead--caption {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 5px;
  margin: 30px 0 15px 0;
  border-bottom: 1px solid #021637;
}
.p-news-article__link {
  display: inline-block;
  padding-right: 15px;
  text-decoration: underline;
  word-break: break-all;
}
.p-news-article__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #021637;
  border-right: 2px solid #021637;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}
.p-news-article__link--blue {
  color: #166fb0;
}
.p-news-article__link--blue:after {
  border-top: 2px solid #166fb0;
  border-right: 2px solid #166fb0;
}
.p-news-article__table {
  width: 100%;
  margin: 15px 0;
}
.p-news-article__table tbody th, .p-news-article__table tbody td {
  padding: 10px;
  border: 1px solid #dddddd;
  vertical-align: middle;
  line-height: 1.3;
}
.p-news-article__table tbody th {
  background: #eeeeee;
}
.p-news-article__list li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
}
.p-news-article__list__notes {
  font-size: 13px;
  font-weight: 500;
}
.p-news-article__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news-article__photo__item {
  text-align: center;
  margin: 0 15px 20px 15px;
}
.p-news-article__photo__item img {
  margin-bottom: 5px;
}
.p-news-article__photo__caption {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-news-list li a {
    padding: 10px 0;
  }
  .p-news-article__heading {
    font-size: 18px;
  }
  .p-news-article__date {
    font-size: 13px;
    margin-bottom: 0;
  }
  .p-news-article__text {
    font-size: 13px;
  }
  .p-news-article__subhead {
    font-size: 16px;
    margin-top: 30px;
    border-left-width: 3px;
    padding-left: 6px;
  }
  .p-news-article__subhead--caption {
    font-size: 15px;
    margin: 20px 0 10px;
  }
  .p-news-article__table tbody th, .p-news-article__table tbody td {
    font-size: 13px;
    padding: 8px 10px;
  }
  .p-news-article__table__unit {
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #dddddd;
  }
  .p-news-article__table.sp-table {
    border-bottom: 1px solid #dddddd;
  }
  .p-news-article__table.sp-table.no-border {
    border-bottom: none;
  }
  .p-news-article__table.sp-table tbody th {
    font-size: 14px;
  }
  .p-news-article__table.sp-table tbody th, .p-news-article__table.sp-table tbody td {
    display: block;
    border-bottom: none;
  }
  .p-news-article__list li {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .p-news-article__list__notes {
    font-size: 12px !important;
  }
  .p-news-article__photo__item {
    margin: 0 auto 15px auto;
  }
  .p-news-article__photo__item img {
    margin-bottom: 5px;
  }
  .p-news-article__photo__caption {
    display: block;
    font-size: 13px;
  }
}
.u-margin-30 {
  margin: 30px 0;
}
/*# sourceMappingURL=style.css.map */