@charset "UTF-8";
.c-btn {
  background: #006CB8;
  border-color: #006CB8;
}
.c-btn:hover {
  color: #006CB8;
}

.c-ttl_bd:before {
  background: #000;
}

.u-main {
  color: #006CB8;
}

.cookie-consent a:hover {
  color: #006CB8;
}
.cookie-consent button[name=accept_cookies] {
  border-color: #006CB8;
  background: #006CB8;
}
.cookie-consent button[name=accept_cookies]:hover {
  background: #fff;
  color: #006CB8;
}

.c-panel_contact__box {
  padding-top: 2.4rem;
  background: #fff;
}
.c-panel_contact__btn.-red a {
  background: #e43040;
  border: 1px solid #e43040;
}
.c-panel_contact__btn.-red a:hover {
  color: #e43040;
  background: #fff;
}

.c-totop {
  background: #006CB8;
  width: 7rem;
  height: 7rem;
  bottom: 1%;
  right: 3vw;
}
@media screen and (max-width: 991.9px) {
  .c-totop {
    width: 6rem;
    height: 6rem;
    bottom: 7%;
  }
}
@media screen and (max-width: 767.9px) {
  .c-totop {
    width: 5rem;
    height: 5rem;
  }
}
.c-totop:before {
  background: url(../img/common/icon_chevron.svg) no-repeat center/contain;
}

.l-header__inner.-portal {
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 991.9px) {
  .l-header__inner.-portal {
    align-items: center;
  }
}
.l-header__logo {
  align-items: center;
}
@media screen and (min-width: 992px) {
  .l-header__logo .logo_home img {
    width: 9.8vw;
  }
}
.l-header__hamburger span {
  top: calc(68% - 1px);
}

.l-footer__company a {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .l-footer__menu:not(:first-child) {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__menuItem:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.l-sidebar {
  position: relative;
}
.l-sidebar__wrap {
  position: sticky;
  top: 4rem;
}
@media screen and (max-width: 991.9px) {
  .l-sidebar__item:not(:first-child) {
    margin-top: 3rem;
  }
}
.l-sidebar__cat a::before {
  background: no-repeat url(../img/common/icon_chevron_bl.svg) center/contain;
  transform: translateY(-50%) rotate(0);
}
.l-sidebar__ttl {
  position: relative;
  cursor: pointer;
}
.l-sidebar__ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  rotate: 45deg;
  transition: rotate 0.3s ease;
}
.l-sidebar__ttl.is-open::after {
  rotate: -135deg;
}
@media (min-width: 992px) {
  .l-sidebar__ttl {
    cursor: default;
  }
  .l-sidebar__ttl::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .l-sidebar__catList, .l-sidebar__tagList {
    display: none;
  }
}

@media (max-width: 991.9px) {
  .l-header.-navigate .slideout-open .l-header__hamburger span:before,
  .l-header.-navigate .slideout-open .l-header__hamburger span:after {
    background: #006CB8;
  }
  .l-header.-navigate .slideout-open .l-header__hamburger span:after {
    background: #006CB8;
  }
  .l-header.-navigate .l-header__logo .logo_home {
    width: 52%;
  }
  .l-header.-navigate .l-header__logo .logo_dxlp {
    padding-top: 10px;
    margin-left: 0.2rem;
  }
  .l-header.-navigate .l-header__logo img {
    max-width: 161px;
    width: 100%;
  }
  .l-header.-navigate .l-header__txt {
    display: none;
  }
  .l-header.-navigate .l-gnavi__navi {
    flex-direction: column;
  }
  .l-header.-navigate .l-gnavi__list {
    flex-direction: column;
  }
  .l-header.-navigate .l-gnavi__btn {
    margin-top: 1em;
  }
  .l-header.-navigate .l-gnavi__btn a {
    background: #006CB8;
    border-color: #006CB8;
  }
  .l-header.-navigate .l-gnavi__btn a:hover {
    background: #006CB8;
    border-color: #006CB8;
    color: #fff;
  }
  .l-header.-navigate .l-gnavi__item {
    width: 100%;
    border-bottom: 1px solid #006CB8;
  }
  .l-header.-navigate .l-gnavi__hamburger span {
    background: #006CB8;
  }
  .l-header.-navigate .l-gnavi__hamburger span::before, .l-header.-navigate .l-gnavi__hamburger span::after {
    background: #006CB8;
  }
  .l-footer {
    padding-bottom: 12rem !important;
  }
}
@media (max-width: 575.9px) {
  .p-dxlp_kv__catch .main {
    font-size: 2.7rem;
  }
  .p-dxlp_kv__catch .sub {
    font-size: 1.4rem;
  }
}
.c-form.-thenks {
  margin: 5rem;
  text-align: center;
}

.p-form {
  margin: 0 0 6rem 0;
}
.p-form .p-country-name {
  display: none;
}
.p-form .c-btn {
  max-width: 25rem;
}
.p-form .c-form__ttl.-required::after {
  background: #F44141;
}
@media screen and (max-width: 991.9px) {
  .p-form .c-form__ttl.-required::after {
    background: #F44141;
  }
}
.p-form .c-form__head {
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__head {
    text-align: left;
  }
}
.p-form .c-form__note a {
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__rowgroup th,
  .p-form .c-form__rowgroup td {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__input {
    width: 100% !important;
  }
}
.p-form .c-form__input[name=your_postal] {
  width: 14em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__input[name=your_postal] {
    width: 100%;
  }
}
.p-form .c-form__input[name=your_number_of_people] {
  width: 10em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__input[name=your_number_of_people] {
    width: 100%;
  }
}
.p-form .c-form__select {
  width: 14em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__select {
    width: 100%;
  }
}
.p-form .c-form__select.-middle {
  width: 25em;
}
@media screen and (max-width: 767.9px) {
  .p-form .c-form__select.-middle {
    width: 100%;
  }
}
.p-form .c-form__privacyItem {
  margin-bottom: 4rem;
}
.p-form .c-form__privacyItem h4 {
  text-align: center;
  margin-bottom: 10px;
}
.p-form__kv {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
  text-align: center;
  margin-bottom: 4rem;
  color: #fff;
}
.p-form__kv.-support {
  background: linear-gradient(180deg, rgb(60, 170, 221) 0%, rgb(0, 119, 239) 100%);
}
.p-form__kv .main {
  font-size: 4.4rem;
}
.p-form__kv .sub {
  font-size: 1.8rem;
}
.p-form__wrap {
  width: min(90%, 120rem);
  margin: 0 auto;
}
.p-form__thanks {
  text-align: center;
  font-weight: 600;
  width: min(90%, 1000px);
  margin: 0 auto;
  margin-top: 8rem;
}
@media screen and (max-width: 767.9px) {
  .p-form__thanks {
    text-align: left;
  }
}

@media (max-width: 991.9px) {
  .c-form__sheet > tbody > tr > th {
    background: linear-gradient(180deg, rgb(60, 170, 221) 0%, rgb(0, 119, 239) 100%);
  }
}
.next {
  position: relative;
  z-index: 2;
  background: #fff;
  min-height: 100vh;
}

.p-dxlp_kv {
  position: sticky;
  top: var(--header-height);
  z-index: 1;
}
.p-dxlp_kv::before {
  background: transparent;
  background-image: url(../img/dxlp/img_kv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 991.9px) {
  .p-dxlp_kv::before {
    background-position: 55%;
  }
}
.p-dxlp_kv .abs {
  position: absolute;
}
@media screen and (max-width: 991.9px) {
  .p-dxlp_kv .abs {
    position: static;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.p-dxlp_kv .abs p {
  margin-top: 0.5em;
  font-size: 1.8rem;
  line-height: 1.8;
}
.p-dxlp_kv__catch {
  position: relative;
}
.p-dxlp_kv__catch .c-card_01__checkItem {
  padding-left: 1.2em;
}
.p-dxlp_kv__catch .c-card_01__checkItem::before {
  background: url(../img/dxlp/icon_check_kv.svg) no-repeat center/contain;
}
.p-dxlp_kv__catch .abs {
  right: 3vw;
  top: 1em;
}
@media screen and (min-width: 1700px) {
  .p-dxlp_kv__catch .abs {
    right: 12vw;
  }
}
@media screen and (max-width: 991.9px) {
  .p-dxlp_kv__catch .abs {
    margin-top: 1em;
  }
}
.p-dxlp_kv__foot {
  position: relative;
}
.p-dxlp_kv__foot .abs {
  right: 6vw;
  top: 0;
}
@media screen and (min-width: 1700px) {
  .p-dxlp_kv__foot .abs {
    right: 14vw;
  }
}

.c-float-cta {
  position: fixed;
  z-index: 20;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 991.9px) {
  .c-float-cta {
    top: auto;
    transform: inherit;
    bottom: 0;
    width: 100%;
  }
}
.c-float-cta a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #F44141;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.95em 0;
  text-align: center;
  border: 1px solid #F44141;
  gap: 0.2em;
}
@media screen and (min-width: 992px) {
  .c-float-cta a {
    writing-mode: vertical-lr;
    padding: 1em;
    gap: 1em;
    letter-spacing: 0.3rem;
    transition: all 0.4s;
    border-radius: 1rem 0 0 1rem;
  }
  .c-float-cta a:hover {
    background: #fff;
    color: #F44141;
  }
  .c-float-cta a:hover .icon {
    stroke: #F44141;
  }
}
.c-float-cta a .icon {
  fill: none;
  stroke: #fff;
  width: 1.3em;
  height: 1em;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .c-float-cta a .icon {
    position: relative;
    left: 2px;
  }
}

@media screen and (max-width: 991.9px) {
  .c-card_01__checkItem {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991.9px) {
  .p-dxlp_attention__listItem {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .l-gnavi__item:not(:first-child) {
    margin-left: 2.5rem;
  }
}
.l-gnavi__ctaBtn.-red {
  margin-left: 1rem;
}
.l-gnavi__ctaBtn.-red a {
  background: #e43040;
  border-color: #e43040;
}
.l-gnavi__ctaBtn.-red a:hover {
  background: #fff;
  color: #e43040;
}

.p-home_head__bnr img {
  width: 100%;
}
.p-home_head__keyword {
  margin-bottom: 1.2rem;
  display: flex;
}
@media screen and (max-width: 767.9px) {
  .p-home_head__keyword {
    flex-direction: column;
  }
}
.p-home_head__keyword:first-of-type {
  margin-top: 2rem;
}
@media screen and (max-width: 767.9px) {
  .p-home_head__keyword:first-of-type {
    margin-top: 10px;
  }
}
.p-home_head__keyword .ttl {
  width: 7em;
}
@media screen and (max-width: 767.9px) {
  .p-home_head__keyword .ttl {
    margin-bottom: 5px;
    width: auto;
  }
}
.p-home_head__keyword.-tag .p-home_head__keywordItem a {
  display: inline-block;
  padding: 0.7rem 1.2rem;
  border-radius: 1.5rem;
  background: #FAFAFA;
  border: 1px solid #DADADB;
  font-size: 1.2rem;
  line-height: 1;
  transition: all 0.4s 0s;
  color: #000;
}
.p-home_head__keyword.-tag .p-home_head__keywordItem a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.p-home_head__keywordItem a {
  color: #006CB8;
  border-color: #006CB8;
}
.p-home_head__keywordItem a:hover {
  color: #fff;
  background: #006CB8;
}

.p-home_event__btn a {
  background: #e43040;
  border: 1px solid #e43040;
}
.p-home_event__btn a:hover {
  color: #e43040;
}

.l-sidebar__cat a::before {
  transition: all 0.4s 0s;
}
.l-sidebar__cat a:hover {
  color: #006CB8;
}
.l-sidebar__cat a:hover::before {
  left: 0.5em;
}
.l-sidebar__tag {
  transition: all 0.4s 0s;
}
.l-sidebar__tag:hover {
  background: #000;
  border-color: #000;
}
.l-sidebar__tag:hover a {
  color: #fff;
}

.p-home_kv .slick-dots li {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ffffff;
  padding-bottom: 0;
}
.p-home_kv .slick-dots li::before {
  content: none;
}
.p-home_kv .slick-dots li.slick-active {
  opacity: 1;
  background: #006CB8;
}
.p-home_kv__inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-home_kv__inner {
    padding: 3rem 22vw 2.2rem 5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-home_kv__solution {
    padding: 0 3.3rem;
  }
}
.p-home_kv__solution {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home_kv__solutionBox {
  padding: 3rem 2.7rem 3.2rem;
}
.p-home_kv__solutionItem {
  border: 3px solid #e43040;
}
.p-home_kv__solutionIcon svg {
  stroke: #fff;
}
.p-home_kv__solutionInner {
  background: #e43040;
  color: #fff;
}
.p-home_kv__solutionInner:hover {
  background: #fff;
  color: #e43040;
}
.p-home_kv__solutionInner:hover .p-home_kv__solutionIcon svg {
  stroke: #e43040 !important;
}
@media screen and (min-width: 992px) {
  .p-home_kv__navi {
    margin-top: 2rem;
  }
}
.p-home_kv__card {
  position: relative;
}
.p-home_kv__card:hover img {
  transform: scale(1.125);
}
@media screen and (min-width: 992px) {
  .p-home_kv__cardCnt {
    padding: 1.6rem 3rem 3.2rem;
    display: flex;
    flex-direction: column;
  }
}
.p-home_kv__cardImg {
  overflow: hidden;
}
.p-home_kv__cardImg img {
  transition: all 0.4s;
}
@media screen and (min-width: 992px) {
  .p-home_kv__cardTerm span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.p-home_kv__cardTerm span {
  color: #006CB8;
  border-color: #006CB8;
}
.p-home_kv__cardTerm .cat {
  background: #006CB8;
  color: #fff;
}
.p-home_kv__cardTag {
  display: flex;
  gap: 0.5em;
  margin-top: 5px;
  margin-left: 5px;
  flex-wrap: wrap;
}
.p-home_kv__cardTag span {
  font-size: 1.2rem;
  display: block;
  line-height: 1;
  color: #696969;
}
.p-home_kv__cardTag span::before {
  content: "#";
}
@media screen and (min-width: 992px) {
  .p-home_kv__cardTtl {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.p-home_kv__cardDesc {
  flex: 1;
}
.p-home_kv__cardDate {
  bottom: 1rem;
}

.p-dxlp_faq__q::before {
  background: url(../img/dxlp/icon_arrow_faq.svg) no-repeat center/contain;
}
.p-dxlp_faq__icon.-a {
  color: #006CB8;
  border: 1px solid #006CB8;
}
.p-dxlp_faq__strong {
  color: #006CB8;
}

.c-card_report__item {
  transition: all 0.4s 0s;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .c-card_report__item {
    width: 100%;
  }
}
.c-card_report__item:hover img {
  transform: scale(1.125);
}
.c-card_report__img {
  overflow: hidden;
}
.c-card_report__img img {
  transition: all 0.4s;
}
.c-card_report__tag {
  display: flex;
  gap: 0.3em;
  flex-wrap: wrap;
  margin-top: 5px;
}
.c-card_report__tag span {
  font-size: 1.2rem;
  display: block;
  color: #696969;
  line-height: 1;
}
.c-card_report__tag span::before {
  content: "#";
}
.c-card_report__term span {
  border-color: #006CB8;
  color: #006CB8;
}
.c-card_report__term .cat {
  background: #006CB8;
  color: #fff;
}
.c-card_success__wrap.-column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.c-card_success__wrap.-column .c-card_success__item {
  width: calc((100% - 40px) / 3);
  margin: 0;
}
.c-card_success__img {
  aspect-ratio: 230/190;
}
.c-card_success__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.c-card_success__item {
  cursor: pointer;
}
.c-card_success__item:hover img {
  transform: scale(1.145);
}
.c-card_success__img {
  overflow: hidden;
}
.c-card_success__img img {
  transition: all 0.5s;
}
.c-card_success .slick-prev:before {
  background: no-repeat url(../img/common/icon_chevron_bl.svg) center/contain;
  transform: rotate(180deg);
}
.c-card_success .slick-next::before {
  background: no-repeat url(../img/common/icon_chevron_bl.svg) center/contain;
  transform: rotate(360deg);
}

.c-card_faq__icon.-q {
  background: #006CB8;
  border-color: #006CB8;
}

.c-card_faq__q:before,
.c-card_faq__q:after {
  background: #000;
}

.p-kv_under {
  padding-top: 9.6rem;
  padding-bottom: 11rem;
  background: url(../img/common/img_bg_kv.jpg) no-repeat center/cover;
  margin-bottom: 12px;
}
.p-kv_under__ttl {
  line-height: 1;
}
.p-kv_under__ttl .jp {
  margin-bottom: 1.6rem;
  font-size: 4.4rem;
  color: #fff;
}
.p-kv_under__ttl .en {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #fff;
  line-height: 0.8;
  font-weight: 700;
  font-size: 2.2rem;
}
@media screen and (max-width: 991.9px) {
  .p-kv_under {
    padding-top: 7rem;
    padding-bottom: 8rem;
  }
  .p-kv_under__ttl .jp {
    font-size: 4.4rem;
  }
  .p-kv_under__ttl .en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575.9px) {
  .p-kv_under {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .p-kv_under__ttl .jp {
    font-size: 3.5rem;
    margin-bottom: 0.75em;
  }
  .p-kv_under__ttl .en {
    font-size: 1.6rem;
  }
}

.l-content {
  padding-top: 2rem;
}

.wp-postnavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 55px;
  margin-bottom: 3rem;
}
.wp-postnavi__prev, .wp-postnavi__next, .wp-postnavi__archive {
  position: relative;
  min-width: 110px;
  height: 47px;
  padding: 0 24px;
  border: 1px solid #006CB8;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (max-width: 767.9px) {
  .wp-postnavi__prev, .wp-postnavi__next, .wp-postnavi__archive {
    min-width: auto;
  }
}
@media screen and (max-width: 575.9px) {
  .wp-postnavi__prev, .wp-postnavi__next, .wp-postnavi__archive {
    font-size: 14px;
    padding: 0 12px;
  }
}
.wp-postnavi__prev, .wp-postnavi__next {
  background: #fff;
  color: #006CB8;
  gap: 14px;
}
@media screen and (max-width: 575.9px) {
  .wp-postnavi__prev, .wp-postnavi__next {
    gap: 10px;
  }
}
.wp-postnavi__prev:hover, .wp-postnavi__next:hover {
  background: #006CB8;
  color: #fff;
}
.wp-postnavi__prev.is-disabled, .wp-postnavi__next.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.wp-postnavi__archive {
  min-width: 250px;
  background: #006CB8;
  color: #fff;
}
@media screen and (max-width: 767.9px) {
  .wp-postnavi__archive {
    min-width: 150px;
  }
}
.wp-postnavi__archive:hover {
  background: #fff;
  color: #006CB8;
}

.p-report .c-flex {
  display: flex;
}
@media screen and (max-width: 991.9px) {
  .p-report .c-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-report .p-report_single {
  width: 100%;
}
.p-report .p-report_single__head time {
  margin-bottom: 0.5em;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 1.8rem;
}
.p-report .p-report_single__term {
  margin-bottom: 1rem;
}
.p-report .p-report_single__term span {
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 1.5rem;
  border: 1px solid #006CB8;
  padding: 0.8rem 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #006CB8;
}
.p-report .p-report_single__term .cat {
  background: #006CB8;
  color: #fff;
}
.p-report .p-report_single__ttl {
  font-size: 2.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid gray;
}
.p-report .p-report_single__body {
  margin: 2rem 0 4rem 0;
}
.p-report .p-report_single__thum {
  margin-bottom: 2rem;
}
.p-report .p-report_single__read {
  font-size: 1.25em;
  letter-spacing: 0.08rem;
  margin-bottom: 2em;
}
.p-report .p-report_single__foot {
  padding-top: 2rem;
  border-top: 1px solid gray;
}
.p-report .p-report_single__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  font-size: 1.6rem;
}
.p-report .p-report_single__tag span {
  line-height: 1;
}
.p-report .wp-editor .lwptoc-light .lwptoc_i A {
  color: #006CB8;
}
.p-report .wp-editor blockquote {
  margin: 2rem 0;
}
.p-report .wp-editor h2 {
  padding-top: 0;
  padding-bottom: 2.5rem;
  border-top: none;
  border-bottom: 1px solid #c4c8d7;
  font-size: 2.4rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 991.9px) {
  .p-report .wp-editor h2 {
    line-height: 1.4;
  }
}
.p-report .wp-editor h2::before {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
}
.p-report .wp-editor h3 {
  border-bottom: none;
  padding-left: 1em;
  padding-bottom: 0;
  margin-bottom: 0.6em;
}
.p-report .wp-editor h3::before {
  content: "";
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #006CB8;
}
.p-report .wp-editor h4 {
  color: #006CB8;
}
.p-report .wp-editor h4::before {
  content: "■";
  margin-right: 0.5em;
}
.p-report .wp-editor h5 {
  font-weight: bold;
  margin-bottom: 1em;
  color: #006CB8;
}
.p-report .wp-editor ul,
.p-report .wp-editor ol {
  margin: 1rem 0;
  margin-left: 0.5em;
}
.p-report .wp-editor ul:not([class]) > li:not(:first-child),
.p-report .wp-editor ol:not([class]) > li:not(:first-child) {
  margin-top: 0.3em;
}
.p-report .p-report_archive {
  width: 100%;
}

.l-breadcrumb_list > li + *::before {
  content: "";
  width: 8.5px;
  height: 15px;
  background: url(../img/common/icon_chevron_blue.svg) no-repeat center/contain;
  transform: rotate(85deg);
  margin-bottom: 1px;
}

.wp-pager {
  width: 100%;
}/*# sourceMappingURL=include.css.map */