@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 16px;
}
@media (max-width: 1140px) {
  html {
    font-size: 1.4035087719vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.0533333333vw;
  }
}

body {
  font-size: 1.125rem;
  line-height: 1.1111111111;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}

.l-inner {
  width: 100%;
  max-width: 910px;
  margin-inline: auto;
  padding: 0 25px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 15px;
  }
}

.l-section--bg {
  background: #ededed;
}

.c-article__image img {
  aspect-ratio: 243/173;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-article__category {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  background: #003b87;
  margin-top: 0.9375rem;
  padding: 0.3125rem 0.5rem 0.375rem;
}

.c-article__title {
  font-size: 1.0625rem;
  line-height: 1.4117647059;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003b87;
  margin-top: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.c-article .c-article__date {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 0.1875rem;
  margin-top: 1rem;
}

.c-article__date .icon {
  width: 0.875rem;
}

.c-article__time {
  font-size: 0.9375rem;
  line-height: 1.1333333333;
  letter-spacing: 0em;
  font-weight: 400;
  color: #636363;
}

.p-drawer__icon {
  position: absolute;
  width: 3.125rem;
  height: 3.125rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
  background: #003b87;
  cursor: pointer;
  z-index: 1000;
}

.p-drawer__icon-bars {
  position: relative;
  display: block;
  top: 0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1.875rem;
  height: 1.875rem;
  z-index: 1000;
}

.p-drawer__icon-bar1,
.p-drawer__icon-bar2,
.p-drawer__icon-bar3 {
  position: absolute;
  width: 1.875rem;
  height: 0.1875rem;
  background: #fff;
  top: 0;
  left: 0;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.p-drawer__icon-bar1 {
  top: 0.1875rem;
}

.p-drawer__icon-bar2 {
  top: 0.8125rem;
}

.p-drawer__icon-bar3 {
  top: 1.5rem;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1 {
  width: 1.875rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-drawer__icon.is-active .p-drawer__icon-bar2 {
  display: none;
}

.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  width: 1.875rem;
  top: calc(50% - 0.125rem);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-drawer__icon.is-active {
  background: #fff;
  z-index: 251;
}

.p-drawer__icon.is-active .p-drawer__icon-bar1,
.p-drawer__icon.is-active .p-drawer__icon-bar3 {
  background: #003B87;
}

.p-drawer__contents {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  background: #003B87;
  padding: 6.25rem 1.25rem;
  padding: 25.64vw 10.26vw;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: auto;
  pointer-events: none;
  overflow-y: scroll;
  z-index: 250;
}

.p-drawer__contents.is-active {
  opacity: 1;
  pointer-events: auto;
}

.p-drawer .p-drawer__search {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5.13vw;
}

.p-drawer__search-text {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: 4.62vw;
  color: #fff;
}

.p-drawer__search-icon {
  display: inline-block;
  background: #fff;
  padding: 2.56vw;
}

.p-drawer__search-icon img {
  width: 7.69vw;
  height: 7.69vw;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-drawer .p-drawer__items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 7.69vw;
  margin-top: 12.82vw;
}

.p-drawer__item {
  width: 100%;
  border-bottom: 1px solid #fff;
  padding-bottom: 2.56vw;
}

.p-drawer__item a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 5.13vw;
}

.p-drawer__item .arrow {
  display: inline-block;
  width: 3.85vw;
}

.p-drawer__item .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.p-drawer__item .link_text {
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 0em;
  font-weight: 700;
  font-size: 5.13vw;
}

.p-featured {
  background-image: url("../images/featured_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4.25rem 0;
}

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

.p-featured__head-title {
  font-size: 3.375rem;
  line-height: 1.1851851852;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
}

.p-featured__head-sub-title {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  letter-spacing: 0em;
  font-weight: 900;
  color: #fff;
}

.p-featured__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.125rem;
  margin-top: 1.875rem;
}

.p-featured__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-featured__category {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.3333333333;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003b87;
  background: #fff;
  margin-top: 0.9375rem;
  padding: 0.3125rem 0.5rem 0.375rem;
}

.p-featured__title {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-featured {
    padding: 20.51vw 0;
  }
  .p-featured__head-title {
    font-size: 10.26vw;
  }
  .p-featured__head-sub-title {
    font-size: 4.62vw;
    margin-top: 0;
  }
  .p-featured__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.69vw 2.56vw;
    margin-top: 7.69vw;
  }
  .p-featured__category {
    font-size: 3.59vw;
    margin-top: 2.56vw;
    padding: 0.3125rem 0.5rem 0.375rem;
    padding: 0.77vw 2.56vw;
  }
  .p-featured__title {
    font-size: 3.85vw;
    margin-top: 2.05vw;
    -webkit-line-clamp: 2;
  }
}
.p-focus {
  padding: 4.375rem 0 3.4375rem;
}

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

.p-focus__head-title {
  font-size: 3.375rem;
  line-height: 1.1851851852;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003b87;
}

.p-focus__head-sub-title {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  letter-spacing: 0em;
  font-weight: 900;
  color: #003b87;
  margin-top: 0.625rem;
}

.p-focus__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3.75rem;
}

.p-focus__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-focus {
    padding: 20.51vw 0 7.69vw;
  }
  .p-focus__head-title {
    font-size: 12.82vw;
  }
  .p-focus__head-sub-title {
    font-size: 4.62vw;
    margin-top: 0;
  }
  .p-focus__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw;
    margin-top: 7.69vw;
  }
}
.p-footer {
  padding: 3.4375rem 0 1.25rem;
}

.p-footer__logo {
  width: 100%;
  max-width: 16.625rem;
  margin-inline: auto;
}

.p-footer__copyright {
  display: block;
  font-size: 0.75rem;
  line-height: 1.1666666667;
  letter-spacing: 0em;
  font-weight: 400;
  color: #9d9d9d;
  text-align: center;
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-footer {
    padding: 12.82vw 0 5.13vw;
  }
  .p-footer__logo {
    max-width: 38.46vw;
  }
  .p-footer__copyright {
    font-size: 3.08vw;
    margin-top: 4.1vw;
  }
}
.p-header {
  position: relative;
  border-bottom: 2px solid #003b87;
  padding: 1.25rem 0 1rem;
  z-index: 30;
}

.p-header .p-header__inner {
  width: 100%;
  max-width: 1160px;
  margin-inline: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 0 0 0 2.8125rem;
}

.p-header__logo {
  width: 100%;
  max-width: 25rem;
  margin-left: 0;
}

.p-header__contents {
  width: 100%;
}

.p-header .p-header__search {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.875rem;
}

.p-header__search-text {
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003b87;
}

.p-header__search-icon {
  display: inline-block;
  background: #003b87;
  padding: 1.0625rem;
}

.p-header__search-icon img {
  width: 3.125rem;
  height: 3.125rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-header__nav {
  border-top: 2px solid #003b87;
}

.p-header .p-header__lists {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem 0 0;
}

.p-header__list a {
  gap: 0.3125rem;
}

.p-header__list .arrow {
  width: 0.6875rem;
}

.p-header__list .link_text {
  font-size: 1rem;
  line-height: 1.40625;
  letter-spacing: 0em;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
  }
  .p-header__logo {
    max-width: 38.46vw;
  }
}
.p-mv {
  position: relative;
  padding: 2.5rem 0 6.25rem;
}

.p-mv::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #003b87;
}

.p-mv .p-mv__card {
  height: 100%;
}

.p-mv__image img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-mv__category {
  display: inline-block;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003b87;
  background: #fff;
  margin-top: 0.9375rem;
  padding: 0.25rem 1rem 0.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-mv__title {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  margin-top: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-mv__swiper-wrapper {
  position: relative;
  margin-left: auto;
  overflow: hidden;
}

.p-mv__swiper {
  width: 93.1%;
  margin-right: -3.75rem;
}

.p-mv .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.p-mv .swiper-slide {
  height: auto;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.p-mv .swiper-slide-active {
  min-width: 39.3%;
}

.p-mv .swiper-slide-active .p-mv__category {
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}

.p-mv .swiper-slide-active .p-mv__title {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
  margin-top: 0.9375rem;
}

.swiper-button-prev01::after,
.swiper-button-next01::after {
  content: "";
}

.swiper-button-prev01,
.swiper-button-next01 {
  top: clamp(30px, 1vw, 60px);
  width: 4.4%;
  height: auto;
}

.swiper-button-prev01 {
  left: auto;
  right: 8.3%;
}

.swiper-button-next01 {
  right: 3%;
}

@media screen and (max-width: 768px) {
  .p-mv {
    padding: 0 0 12.82vw;
  }
  .p-mv__swiper {
    width: 93.1%;
    margin-right: 0;
    margin-top: 12.82vw;
  }
  .p-mv .swiper-slide {
    -webkit-transition: none;
    transition: none;
  }
  .p-mv .swiper-slide-active {
    min-width: auto;
  }
  .p-mv__category,
  .p-mv .swiper-slide-active .p-mv__category {
    font-size: 0.9375rem;
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: 3.59vw;
    padding: 0.77vw 2.56vw;
    margin-top: 2.56vw;
  }
  .p-mv__title,
  .p-mv .swiper-slide-active .p-mv__title {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
    font-size: 4.1vw;
    margin-top: 2.56vw;
  }
  .swiper-button-prev01,
  .swiper-button-next01 {
    top: clamp(35px, 6.5vw, 60px);
    width: 7.69vw;
  }
  .swiper-button-prev01 {
    right: 8.3%;
    right: 11.54vw;
  }
  .swiper-button-next01 {
    right: 3%;
    right: 2.56vw;
  }
}
.p-news {
  padding: 8.125rem 0 6.25rem;
}

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

.p-news__head-title {
  font-size: 5rem;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003b87;
}

.p-news__head-sub-title {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  letter-spacing: 0em;
  font-weight: 900;
  color: #003b87;
  margin-top: 0.625rem;
}

.p-news__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem;
  margin-top: 2.1875rem;
}

.p-news__item a {
  display: block;
}

.p-news__btn {
  margin-top: 3.75rem;
  text-align: center;
}

.p-news__btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 38.75rem;
  margin-inline: auto;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #929798;
  border: 1px solid #cccccc;
  padding: 2.375rem 1.25rem;
}

.p-news__btn a::before {
  content: "";
  width: 1.0625rem;
  height: 1.0625rem;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/btn_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-news__tag {
  margin-top: 4rem;
}

.p-news__tag-head {
  gap: 0.75rem;
}

.p-news__tag-contents {
  gap: 1.4375rem;
}

.p-news__tag .tag-icon {
  width: 2.5rem;
  height: auto;
}

.p-news__tag .tag-text {
  font-size: 1rem;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-weight: 500;
  color: #003b87;
}

.p-news__tag-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem 0.9375rem;
}

.p-news__tag-list a {
  display: inline-block;
  width: 100%;
  font-size: 0.9375rem;
  line-height: 1.2666666667;
  letter-spacing: 0em;
  font-weight: 400;
  color: #fff;
  background: #009fde;
  border-radius: 1.25rem;
  padding: 0.5625rem 0.5rem 0.6875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-news {
    padding: 20.51vw 0;
  }
  .p-news__head-title {
    font-size: 12.82vw;
  }
  .p-news__head-sub-title {
    font-size: 4.62vw;
    margin-top: 0;
  }
  .p-news__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 7.69vw 2.56vw;
    margin-top: 10.26vw;
  }
  .c-article__category {
    font-size: 3.59vw;
    margin-top: 2.56vw;
    padding: 0.3125rem 0.5rem 0.375rem;
    padding: 0.77vw 2.56vw;
  }
  .c-article__title {
    font-size: 3.85vw;
    margin-top: 2.05vw;
    -webkit-line-clamp: 2;
  }
  .c-article .c-article__date {
    gap: 0.77vw;
    margin-top: 2.05vw;
  }
  .c-article__date .icon {
    width: 3.08vw;
  }
  .c-article__time {
    font-size: 3.08vw;
  }
  .p-news__btn {
    margin-top: 7.69vw;
  }
  .p-news__btn a {
    font-size: 3.59vw;
    padding: 5.13vw 2.56vw;
  }
  .p-news__btn a::before {
    width: 3.46vw;
    height: 3.46vw;
    right: 2.56vw;
  }
  .p-news__tag {
    margin-top: 15.38vw;
  }
  .p-news__tag-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
  }
  .p-news__tag-head {
    gap: 2.56vw;
  }
  .p-news__tag .tag-icon {
    width: 8.97vw;
  }
  .p-news__tag .tag-text {
    font-size: 3.85vw;
  }
  .p-news__tag-lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.56vw 2.56vw;
  }
  .p-news__tag-list a {
    font-size: 4.1vw;
    border-radius: 5.13vw;
    padding: 1.03vw 2.56vw 1.54vw;
  }
}
.p-special {
  margin-top: -4.375rem;
}

.p-special__box {
  position: relative;
  gap: 2.5rem;
  padding: 1.25rem 3.375rem 1.875rem 1.875rem;
  background-image: url("../images/special_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

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

.p-special__title {
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: 0em;
  font-weight: 700;
  color: #003b87;
}

.p-special__sub-title {
  font-size: 1.375rem;
  line-height: 1.1818181818;
  letter-spacing: 0em;
  font-weight: 900;
  color: #003b87;
}

.p-special__banners {
  gap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-special {
    padding: 20.51vw 0 0;
    margin-top: 0;
  }
  .p-special__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.13vw;
    padding: 0;
    background: none;
  }
  .p-special__title {
    font-size: 10.26vw;
  }
  .p-special__sub-title {
    font-size: 4.62vw;
  }
  .p-special__banners {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.56vw;
  }
  .p-special__banner {
    width: 100%;
  }
}
.u-target {
  opacity: 0;
  -webkit-transform: translateY(3.125rem);
  transform: translateY(3.125rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.u-target.SlideUp {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none;
  }
}

.u-is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-is-sp {
    display: block;
  }
}

.u-en {
  font-family: "din-2014", sans-serif;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-is-br {
  display: inline-block;
}
/*# sourceMappingURL=style.css.map */
