@charset "UTF-8";

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("/common-layout2/css/fonts/NotoSansJP-Regular.woff2") format("woff2"), url("/common-layout2/css/fonts/NotoSansJP-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans';
  font-style: bold;
  font-weight: bold;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("/common-layout2/css/fonts/NotoSansJP-Bold.woff2") format("woff2"), url("/common-layout2/css/fonts/NotoSansJP-Bold.woff") format("woff");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol,
li,
dl,
dt,
dd,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

ul,
dl {
  list-style: none;
}

input::-ms-clear {
  visibility: hidden;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 0;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img {
  vertical-align: middle;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus,
input:focus,
area:focus,
button:focus,
select:focus,
[tabindex]:focus,
textarea:focus {
  outline: 2px solid #333 !important;
}

html {
  font-size: 62.5%;
}

html .pf-visible-no-script {
  display: block;
}

html .pf-visible-has-script {
  display: none;
}

html.use-js .pf-visible-no-script {
  display: none;
}

html.use-js .pf-visible-has-script {
  display: block;
}

body {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  font-family: "Segoe UI", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

body.pf-is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.pf-main {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.pf-content {
  position: relative;
  z-index: 1;
}

.pf-text a, .pf-headline a {
  -webkit-transition: opacity .3s;
  opacity: 1;
  position: relative;
  text-decoration: underline;
  transition: opacity .3s;
}

.pf-text a[target="_blank"]::after, .pf-headline a[target="_blank"]::after {
  content: "";
  display: inline-block;
  font-family: "pf-icon";
  font-size: 1.2em;
  font-weight: normal;
  height: 1em;
  line-height: 1;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.pf-text a.pf-external-link[target="_blank"]::after, .pf-headline a.pf-external-link[target="_blank"]::after {
  content: none;
}

.pf-text a.pf-external-link .pf-external-link__icon, .pf-headline a.pf-external-link .pf-external-link__icon {
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.pf-text a.pf-external-link .pf-external-link__icon--black, .pf-headline a.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-text a.pf-external-link .pf-external-link__icon--primary, .pf-headline a.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-overlay {
  -webkit-transition: opacity .4s .2s, visibility .4s .2s;
  background: rgba(51, 51, 51, 0.5);
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity .4s .2s, visibility .4s .2s;
  visibility: hidden;
  width: 100vw;
  z-index: 1000;
}

.swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-button-disabled {
  display: none !important;
}

#tl_tag_list_recent_articles {
  display: none;
}

#tl_tag_list_recent_articles.pf-recommendation-completed {
  display: block;
}

#tl_top_recommend_tag_test .pf-text > p,
#tl_top_recommend_tag_002_test .pf-text > p {
  margin-top: 12px;
}

.pf-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.pf-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.pf-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.pf-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.pf-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.pf-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.pf-justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.pf-justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.pf-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.pf-justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.pf-justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.pf-justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.pf-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.pf-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.pf-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.pf-align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.pf-align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.pf-align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.pf-align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.pf-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.pf-align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.pf-align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.pf-hidden {
  display: none;
}

.pf-hover {
  -webkit-transition: opacity .3s;
  display: block;
  opacity: 1;
  transition: opacity .3s;
}

.pf-single-truncate {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pf-font-bold {
  font-weight: bold;
}

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

.pf-align-left {
  text-align: left;
}

.pf-align-right {
  text-align: right;
}

.pf-break-word {
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
}

.pf-outline-offset-image:focus {
  outline: 0 !important;
}

.pf-outline-offset-image:focus img {
  outline: 2px solid #B2B2B2 !important;
  outline-offset: -2px;
}

@font-face {
  font-display: block;
  font-family: "pf-icon";
  font-style: normal;
  font-weight: normal;
  src: url("/common-layout2/css/fonts/pf-icon.ttf?pnzbzg") format("truetype"), url("/common-layout2/css/fonts/pf-icon.woff?pnzbzg") format("woff"), url("/common-layout2/css/fonts/pf-icon.svg?pnzbzg#pf-icon") format("svg");
}

i.pf-icon {
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "pf-icon" !important;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
}

i.pf-icon--balloon-line:before {
  content: "";
}

i.pf-icon--balloon:before {
  content: "";
}

i.pf-icon--booking:before {
  content: "";
}

i.pf-icon--car-hotel:before {
  content: "";
}

i.pf-icon--car:before {
  content: "";
}

i.pf-icon--check-active:before {
  content: "";
}

i.pf-icon--check-default:before {
  content: "";
}

i.pf-icon--child:before {
  content: "";
}

i.pf-icon--clock:before {
  content: "";
}

i.pf-icon--close:before {
  content: "";
}

i.pf-icon--confirmation:before {
  content: "";
}

i.pf-icon--doc:before {
  content: "";
}

i.pf-icon--external:before {
  content: "";
}

i.pf-icon--favorite-heart-off:before {
  content: "";
}

i.pf-icon--favorite-heart-on:before {
  content: "";
}

i.pf-icon--favorite-plane-off:before {
  content: "";
}

i.pf-icon--favorite-plane-on:before {
  content: "";
}

i.pf-icon--global-line:before {
  content: "";
}

i.pf-icon--global:before {
  content: "";
}

i.pf-icon--handicapped:before {
  content: "";
}

i.pf-icon--hotel:before {
  content: "";
}

i.pf-icon--information:before {
  content: "";
}

i.pf-icon--login:before {
  content: "";
}

i.pf-icon--minus-circle:before {
  content: "";
}

i.pf-icon--minus:before {
  content: "";
}

i.pf-icon--new-user:before {
  content: "";
}

i.pf-icon--package:before {
  content: "";
}

i.pf-icon--pdf:before {
  content: "";
}

i.pf-icon--plane-hotel:before {
  content: "";
}

i.pf-icon--plane-left:before {
  content: "";
}

i.pf-icon--plane-right:before {
  content: "";
}

i.pf-icon--plane:before {
  content: "";
}

i.pf-icon--play:before {
  content: "";
}

i.pf-icon--plus-circle:before {
  content: "";
}

i.pf-icon--plus:before {
  content: "";
}

i.pf-icon--search:before {
  content: "";
}

i.pf-icon--share:before {
  content: "";
}

i.pf-icon--sheet:before {
  content: "";
}

i.pf-icon--simple-arrow-down:before {
  content: "";
}

i.pf-icon--simple-arrow-right:before {
  content: "";
}

i.pf-icon--simple-arrow-up:before {
  content: "";
}

i.pf-icon--swap-horizontal:before {
  content: "";
}

i.pf-icon--swap-vertical:before {
  content: "";
}

i.pf-icon--ticket:before {
  content: "";
}

i.pf-icon--user-off:before {
  content: "";
}

i.pf-icon--user-on:before {
  content: "";
}

i.pf-icon--warning:before {
  content: "";
}

i.pf-icon--xls:before {
  content: "";
}

i.pf-icon--sm {
  font-size: 1.6rem;
}

i.pf-icon--md {
  font-size: 2.4rem;
}

.ANA-0102-1 li.bullet {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.ANA-0102-1 li.bullet::before {
  display: inline-block;
  padding-right: .2em;
  text-align: center;
  text-indent: 0;
  width: 1em;
}

.ANA-0102-1 li.bullet > p {
  text-indent: 0;
}

.ANA-0102-1 li.bullet > p:first-child {
  display: inline;
  margin-top: 0;
}

.ANA-0102-1 li.bullet .par-ana9998-001 {
  text-indent: 0;
}

.ANA-0102-1 .list-style-hyphen > li.bullet::before {
  content: "\30FB";
}

.ANA-0102-1 .list-style-asterisk {
  font-size: 1.2rem;
}

.ANA-0102-1 .list-style-asterisk > li.bullet::before {
  content: "\203B";
}

.ANA-0102-1 .list-ol > li.bullet {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.ANA-0102-1 .list-ol > li.bullet::marker {
  display: inline-block;
  padding-right: .2em;
  text-align: center;
  text-indent: 0;
  width: 1em;
}

.ANA-0102-1 .list-note-num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0;
}

.ANA-0102-1 .list-note-num li .note-num {
  padding-right: .2em;
}

.ANA-0102-1 .list-note-num li .note-des > p {
  text-indent: 0;
}

.ANA-0102-1 .list-note-num li .note-des > p:first-child {
  display: inline;
  margin-top: 0;
}

.ANA-0102-1 li.bullet-red::before {
  color: #c90000;
}

.ANA-1613 dl dt,
.ANA-1716 dl dt {
  line-height: 1.5;
}

.ANA-1613 dl dt strong,
.ANA-1716 dl dt strong {
  display: block;
}

.ANA-1613 dl dd dl,
.ANA-1716 dl dd dl {
  margin-left: 1em;
}

.ANA-1613 dl dd dt,
.ANA-1716 dl dd dt {
  font-size: 1.4rem;
}

.ANA-1613 dl dd dt strong,
.ANA-1716 dl dd dt strong {
  display: block;
  line-height: 1.5;
}

.pf-authoring-area {
  
  
  
  
  
  
  
}

.pf-authoring-area .ANA-0102-1 li.bullet {
  list-style: none;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.pf-authoring-area .ANA-0102-1 li.bullet::before {
  display: inline-block;
  padding-right: .2em;
  text-align: center;
  text-indent: 0;
  width: 1em;
}

.pf-authoring-area .ANA-0102-1 li.bullet > p {
  text-indent: 0;
}

.pf-authoring-area .ANA-0102-1 li.bullet > p:first-child {
  display: inline;
  margin-top: 0;
}

.pf-authoring-area .ANA-0102-1 li.bullet .par-ana9998-001 {
  text-indent: 0;
}

.pf-authoring-area .ANA-0102-1 .list-style-hyphen > li.bullet::before {
  content: "\30FB";
}

.pf-authoring-area .ANA-0102-1 .list-style-asterisk {
  font-size: 1.2rem;
}

.pf-authoring-area .ANA-0102-1 .list-style-asterisk > li.bullet::before {
  content: "\203B";
}

.pf-authoring-area .ANA-0102-1 .list-ol > li.bullet {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.pf-authoring-area .ANA-0102-1 .list-ol > li.bullet::marker {
  display: inline-block;
  padding-right: .2em;
  text-align: center;
  text-indent: 0;
  width: 1em;
}

.pf-authoring-area .ANA-0102-1 .list-note-num li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-indent: 0;
}

.pf-authoring-area .ANA-0102-1 .list-note-num li .note-num {
  padding-right: .2em;
}

.pf-authoring-area .ANA-0102-1 .list-note-num li .note-des > p {
  text-indent: 0;
}

.pf-authoring-area .ANA-0102-1 .list-note-num li .note-des > p:first-child {
  display: inline;
  margin-top: 0;
}

.pf-authoring-area .ANA-0102-1 li.bullet-red::before {
  color: #c90000;
}

.pf-authoring-area .ANA-1613 dl dt,
.pf-authoring-area .ANA-1716 dl dt {
  line-height: 1.5;
}

.pf-authoring-area .ANA-1613 dl dt strong,
.pf-authoring-area .ANA-1716 dl dt strong {
  display: block;
}

.pf-authoring-area .ANA-1613 dl dd dl,
.pf-authoring-area .ANA-1716 dl dd dl {
  margin-left: 1em;
}

.pf-authoring-area .ANA-1613 dl dd dt,
.pf-authoring-area .ANA-1716 dl dd dt {
  font-size: 1.4rem;
}

.pf-authoring-area .ANA-1613 dl dd dt strong,
.pf-authoring-area .ANA-1716 dl dd dt strong {
  display: block;
  line-height: 1.5;
}

.ANA-0074 .image-link {
  -webkit-transition: opacity .3s;
  display: inline-block;
  opacity: 1;
  position: relative;
  transition: opacity .3s;
}

.ANA-0074 .image-link > img {
  max-width: 100%;
}

.ANA-0074 .image-link[target="_blank"]::after, .ANA-0074 .image-link[href$=".pdf"]::after, .ANA-0074 .image-link[href$=".doc"]::after, .ANA-0074 .image-link[href$=".docx"]::after, .ANA-0074 .image-link[href$=".xls"]::after, .ANA-0074 .image-link[href$=".xlsx"]::after {
  font-family: "pf-icon" !important;
}

.ANA-0074 .image-link[target="_blank"]::after {
  content: "";
}

.ANA-0074 .image-link.pf-external-link[target="_blank"]::after {
  content: none;
}

.ANA-0074 .image-link.pf-external-link[target="_blank"] .pf-external-link__icon {
  bottom: 0;
  font-size: 1.2rem;
  height: 1em;
  position: absolute;
  right: -16px;
  vertical-align: text-top;
  width: auto;
}

.ANA-0074 .image-link.pf-external-link[target="_blank"] .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.ANA-0074 .image-link.pf-external-link[target="_blank"] .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.ANA-0074 .image-link[href$=".pdf"]::after {
  content: "";
}

.ANA-0074 .image-link[href$=".doc"]::after, .ANA-0074 .image-link[href$=".docx"]::after {
  content: "";
}

.ANA-0074 .image-link[href$=".xls"]::after, .ANA-0074 .image-link[href$=".xlsx"]::after {
  content: "";
}

.ANA-1501 .table-responsive {
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow: auto;
  width: 100%;
}

.ANA-1501 .table-responsive.pf-no-margin-top > table {
  margin-top: 0 !important;
}

.ANA-1501 table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
  width: 100%;
}

.ANA-1501 table thead tr {
  border-bottom: 1px solid #C7C7C7;
}

.ANA-1501 table thead tr th {
  padding-top: 0;
}

.ANA-1501 table thead tr th:not(:first-child) {
  padding-left: 4%;
}

.ANA-1501 table thead th,
.ANA-1501 table thead td {
  border: 0;
}

.ANA-1501 table tbody tr:not(:first-child) {
  border-top: 1px solid #E5E5E5;
}

.ANA-1501 table tbody td:not(:first-child) {
  padding-left: 4%;
}

.ANA-1501 table tbody th + td {
  padding-left: 4%;
}

.ANA-1501 table th {
  font-weight: bold;
  text-align: left;
}

.ANA-1501 caption {
  caption-side: top !important;
  font-weight: bold;
  text-align: left;
}

.ANA-0003 img,
.ANA-0074 img {
  height: auto;
  max-width: 100%;
}

.ANA-0003 .pf-no-margin-top .pf-image--custom,
.ANA-0074 .pf-no-margin-top .pf-image--custom {
  margin-top: 0 !important;
}

.ANA-1603 .pf-no-margin-top > *,
.ANA-1604 .pf-no-margin-top > * {
  margin-top: 0 !important;
}

.ANA-1605 {
  
}

.ANA-1605 p {
  margin-bottom: 0;
}

.ANA-1605 p a {
  -webkit-transition: opacity .3s;
  color: #00146E;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  opacity: 1;
  padding-right: 1.2em;
  position: relative;
  text-decoration: none;
  transition: opacity .3s;
}

.ANA-1605 p a::after {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon" !important;
          justify-content: center;
  margin-left: .4em;
  position: absolute;
  right: 0;
  top: 0;
}

.ANA-1605 p a[target="_blank"]::after {
  content: "";
}

.ANA-1605 p a[target="_blank"].pf-external-link::after {
  content: none;
}

.ANA-1605 p a[target="_blank"].pf-external-link .pf-external-link__icon {
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.ANA-1605 p a[target="_blank"].pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.ANA-1605 p a[target="_blank"].pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.ANA-1605 p a[href$=".pdf"]::after {
  content: "";
}

.ANA-1605 p a[href$=".doc"]::after, .ANA-1605 p a[href$=".docx"]::after {
  content: "";
}

.ANA-1605 p a[href$=".xls"]::after, .ANA-1605 p a[href$=".xlsx"]::after {
  content: "";
}

.ANA-1605 p a:hover {
  color: #00146E;
}

.ANA-1607 .accordion-head {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: opacity .3s;
          align-items: center;
  border-bottom: 1px solid #E5E5E5;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  line-height: 1.5;
  opacity: 1;
  outline-offset: -2px;
  transition: opacity .3s;
}

.ANA-1607 .cmp-accordion__title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}

.ANA-1607 .cmp-accordion__panel {
  border-bottom: 1px solid #E5E5E5;
}

.ANA-1607 .arrow {
  margin-left: .4em;
}

.ANA-1607 .arrow:before {
  content: "";
  font-family: "pf-icon" !important;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.ANA-1607 .cmp-accordion__button--expanded .arrow:before {
  content: "";
}

.ANA-1607 .cmp-accordion__panel {
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.ANA-1607 .cmp-accordion__panel--hidden {
  display: none;
}

.ANA-1607 .cmp-accordion__panel--expanded {
  display: block;
}

.ANA-1612 .cq-Editable-dom {
  width: 100%;
}

.ANA-0060 .pf-text a,
.ANA-0060 .pf-headline a {
  -webkit-transition: opacity .3s;
  border-bottom: 1px solid #333;
  opacity: 1;
  position: relative;
  text-decoration: none;
  transition: opacity .3s;
}

.ANA-0060 .pf-text a[target="_blank"]::after,
.ANA-0060 .pf-headline a[target="_blank"]::after {
  content: "";
  display: inline;
  font-family: "pf-icon";
  font-size: 1.2em;
  font-weight: normal;
  height: 1em;
  line-height: 1;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.ANA-0060 .pf-text a.pf-external-link[target="_blank"]::after,
.ANA-0060 .pf-headline a.pf-external-link[target="_blank"]::after {
  content: none;
}

.ANA-0060 .pf-text a.pf-external-link .pf-external-link__icon,
.ANA-0060 .pf-headline a.pf-external-link .pf-external-link__icon {
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.ANA-0060 .pf-text a.pf-external-link .pf-external-link__icon--black,
.ANA-0060 .pf-headline a.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.ANA-0060 .pf-text a.pf-external-link .pf-external-link__icon--primary,
.ANA-0060 .pf-headline a.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.ANA-0060 .pf-text a:hover,
.ANA-0060 .pf-headline a:hover {
  border-bottom: 1px solid transparent;
}

.ANA-0060 .pf-text a,
.ANA-0060 .pf-headline a {
  -webkit-transition: opacity .3s;
  border-bottom: 1px solid #333;
  opacity: 1;
  position: relative;
  text-decoration: none;
  transition: opacity .3s;
}

.ANA-0060 .pf-text a[href$=".pdf"]::after, .ANA-0060 .pf-text a[href$=".doc"]::after, .ANA-0060 .pf-text a[href$=".docx"]::after, .ANA-0060 .pf-text a[href$=".xls"]::after, .ANA-0060 .pf-text a[href$=".xlsx"]::after,
.ANA-0060 .pf-headline a[href$=".pdf"]::after,
.ANA-0060 .pf-headline a[href$=".doc"]::after,
.ANA-0060 .pf-headline a[href$=".docx"]::after,
.ANA-0060 .pf-headline a[href$=".xls"]::after,
.ANA-0060 .pf-headline a[href$=".xlsx"]::after {
  display: inline;
  font-family: "pf-icon";
  font-size: 1.2em;
  font-weight: normal;
  height: 1em;
  line-height: 1;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.ANA-0060 .pf-text a[href$=".pdf"]::after:hover, .ANA-0060 .pf-text a[href$=".doc"]::after:hover, .ANA-0060 .pf-text a[href$=".docx"]::after:hover, .ANA-0060 .pf-text a[href$=".xls"]::after:hover, .ANA-0060 .pf-text a[href$=".xlsx"]::after:hover,
.ANA-0060 .pf-headline a[href$=".pdf"]::after:hover,
.ANA-0060 .pf-headline a[href$=".doc"]::after:hover,
.ANA-0060 .pf-headline a[href$=".docx"]::after:hover,
.ANA-0060 .pf-headline a[href$=".xls"]::after:hover,
.ANA-0060 .pf-headline a[href$=".xlsx"]::after:hover {
  border-bottom: 1px solid transparent;
}

.ANA-0060 .pf-text a[href$=".pdf"]::after,
.ANA-0060 .pf-headline a[href$=".pdf"]::after {
  content: "";
}

.ANA-0060 .pf-text a[href$=".doc"]::after, .ANA-0060 .pf-text a[href$=".docx"]::after,
.ANA-0060 .pf-headline a[href$=".doc"]::after,
.ANA-0060 .pf-headline a[href$=".docx"]::after {
  content: "";
}

.ANA-0060 .pf-text a[href$=".xls"]::after, .ANA-0060 .pf-text a[href$=".xlsx"]::after,
.ANA-0060 .pf-headline a[href$=".xls"]::after,
.ANA-0060 .pf-headline a[href$=".xlsx"]::after {
  content: "";
}

.ANA-1501 a,
.ANA-1603 a,
.ANA-1604 a,
.ANA-0102-1 a,
.ANA-0102-2 a,
.ANA-1613 a,
.ANA-1716 a {
  -webkit-transition: opacity .3s;
  position: relative;
  transition: opacity .3s;
}

.ANA-1501 a[target="_blank"]::after,
.ANA-1603 a[target="_blank"]::after,
.ANA-1604 a[target="_blank"]::after,
.ANA-0102-1 a[target="_blank"]::after,
.ANA-0102-2 a[target="_blank"]::after,
.ANA-1613 a[target="_blank"]::after,
.ANA-1716 a[target="_blank"]::after {
  content: "";
  display: inline;
  font-family: "pf-icon";
  font-size: 1.2em;
  font-weight: normal;
  height: 1em;
  line-height: 1;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.ANA-1501 a.pf-external-link[target="_blank"]::after,
.ANA-1603 a.pf-external-link[target="_blank"]::after,
.ANA-1604 a.pf-external-link[target="_blank"]::after,
.ANA-0102-1 a.pf-external-link[target="_blank"]::after,
.ANA-0102-2 a.pf-external-link[target="_blank"]::after,
.ANA-1613 a.pf-external-link[target="_blank"]::after,
.ANA-1716 a.pf-external-link[target="_blank"]::after {
  content: none;
}

.ANA-1501 a.pf-external-link .pf-external-link__icon,
.ANA-1603 a.pf-external-link .pf-external-link__icon,
.ANA-1604 a.pf-external-link .pf-external-link__icon,
.ANA-0102-1 a.pf-external-link .pf-external-link__icon,
.ANA-0102-2 a.pf-external-link .pf-external-link__icon,
.ANA-1613 a.pf-external-link .pf-external-link__icon,
.ANA-1716 a.pf-external-link .pf-external-link__icon {
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.ANA-1501 a.pf-external-link .pf-external-link__icon--black,
.ANA-1603 a.pf-external-link .pf-external-link__icon--black,
.ANA-1604 a.pf-external-link .pf-external-link__icon--black,
.ANA-0102-1 a.pf-external-link .pf-external-link__icon--black,
.ANA-0102-2 a.pf-external-link .pf-external-link__icon--black,
.ANA-1613 a.pf-external-link .pf-external-link__icon--black,
.ANA-1716 a.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.ANA-1501 a.pf-external-link .pf-external-link__icon--primary,
.ANA-1603 a.pf-external-link .pf-external-link__icon--primary,
.ANA-1604 a.pf-external-link .pf-external-link__icon--primary,
.ANA-0102-1 a.pf-external-link .pf-external-link__icon--primary,
.ANA-0102-2 a.pf-external-link .pf-external-link__icon--primary,
.ANA-1613 a.pf-external-link .pf-external-link__icon--primary,
.ANA-1716 a.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.ANA-1501 a:hover,
.ANA-1603 a:hover,
.ANA-1604 a:hover,
.ANA-0102-1 a:hover,
.ANA-0102-2 a:hover,
.ANA-1613 a:hover,
.ANA-1716 a:hover {
  border-bottom: 1px solid transparent;
}

.ANA-1501 a,
.ANA-1603 a,
.ANA-1604 a,
.ANA-0102-1 a,
.ANA-0102-2 a,
.ANA-1613 a,
.ANA-1716 a {
  -webkit-transition: opacity .3s;
  position: relative;
  transition: opacity .3s;
}

.ANA-1501 a[href$=".pdf"]::after, .ANA-1501 a[href$=".doc"]::after, .ANA-1501 a[href$=".docx"]::after, .ANA-1501 a[href$=".xls"]::after, .ANA-1501 a[href$=".xlsx"]::after,
.ANA-1603 a[href$=".pdf"]::after,
.ANA-1603 a[href$=".doc"]::after,
.ANA-1603 a[href$=".docx"]::after,
.ANA-1603 a[href$=".xls"]::after,
.ANA-1603 a[href$=".xlsx"]::after,
.ANA-1604 a[href$=".pdf"]::after,
.ANA-1604 a[href$=".doc"]::after,
.ANA-1604 a[href$=".docx"]::after,
.ANA-1604 a[href$=".xls"]::after,
.ANA-1604 a[href$=".xlsx"]::after,
.ANA-0102-1 a[href$=".pdf"]::after,
.ANA-0102-1 a[href$=".doc"]::after,
.ANA-0102-1 a[href$=".docx"]::after,
.ANA-0102-1 a[href$=".xls"]::after,
.ANA-0102-1 a[href$=".xlsx"]::after,
.ANA-0102-2 a[href$=".pdf"]::after,
.ANA-0102-2 a[href$=".doc"]::after,
.ANA-0102-2 a[href$=".docx"]::after,
.ANA-0102-2 a[href$=".xls"]::after,
.ANA-0102-2 a[href$=".xlsx"]::after,
.ANA-1613 a[href$=".pdf"]::after,
.ANA-1613 a[href$=".doc"]::after,
.ANA-1613 a[href$=".docx"]::after,
.ANA-1613 a[href$=".xls"]::after,
.ANA-1613 a[href$=".xlsx"]::after,
.ANA-1716 a[href$=".pdf"]::after,
.ANA-1716 a[href$=".doc"]::after,
.ANA-1716 a[href$=".docx"]::after,
.ANA-1716 a[href$=".xls"]::after,
.ANA-1716 a[href$=".xlsx"]::after {
  display: inline;
  font-family: "pf-icon";
  font-size: 1.2em;
  font-weight: normal;
  height: 1em;
  line-height: 1;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.ANA-1501 a[href$=".pdf"]::after:hover, .ANA-1501 a[href$=".doc"]::after:hover, .ANA-1501 a[href$=".docx"]::after:hover, .ANA-1501 a[href$=".xls"]::after:hover, .ANA-1501 a[href$=".xlsx"]::after:hover,
.ANA-1603 a[href$=".pdf"]::after:hover,
.ANA-1603 a[href$=".doc"]::after:hover,
.ANA-1603 a[href$=".docx"]::after:hover,
.ANA-1603 a[href$=".xls"]::after:hover,
.ANA-1603 a[href$=".xlsx"]::after:hover,
.ANA-1604 a[href$=".pdf"]::after:hover,
.ANA-1604 a[href$=".doc"]::after:hover,
.ANA-1604 a[href$=".docx"]::after:hover,
.ANA-1604 a[href$=".xls"]::after:hover,
.ANA-1604 a[href$=".xlsx"]::after:hover,
.ANA-0102-1 a[href$=".pdf"]::after:hover,
.ANA-0102-1 a[href$=".doc"]::after:hover,
.ANA-0102-1 a[href$=".docx"]::after:hover,
.ANA-0102-1 a[href$=".xls"]::after:hover,
.ANA-0102-1 a[href$=".xlsx"]::after:hover,
.ANA-0102-2 a[href$=".pdf"]::after:hover,
.ANA-0102-2 a[href$=".doc"]::after:hover,
.ANA-0102-2 a[href$=".docx"]::after:hover,
.ANA-0102-2 a[href$=".xls"]::after:hover,
.ANA-0102-2 a[href$=".xlsx"]::after:hover,
.ANA-1613 a[href$=".pdf"]::after:hover,
.ANA-1613 a[href$=".doc"]::after:hover,
.ANA-1613 a[href$=".docx"]::after:hover,
.ANA-1613 a[href$=".xls"]::after:hover,
.ANA-1613 a[href$=".xlsx"]::after:hover,
.ANA-1716 a[href$=".pdf"]::after:hover,
.ANA-1716 a[href$=".doc"]::after:hover,
.ANA-1716 a[href$=".docx"]::after:hover,
.ANA-1716 a[href$=".xls"]::after:hover,
.ANA-1716 a[href$=".xlsx"]::after:hover {
  border-bottom: 1px solid transparent;
}

.ANA-1501 a[href$=".pdf"]::after,
.ANA-1603 a[href$=".pdf"]::after,
.ANA-1604 a[href$=".pdf"]::after,
.ANA-0102-1 a[href$=".pdf"]::after,
.ANA-0102-2 a[href$=".pdf"]::after,
.ANA-1613 a[href$=".pdf"]::after,
.ANA-1716 a[href$=".pdf"]::after {
  content: "";
}

.ANA-1501 a[href$=".doc"]::after, .ANA-1501 a[href$=".docx"]::after,
.ANA-1603 a[href$=".doc"]::after,
.ANA-1603 a[href$=".docx"]::after,
.ANA-1604 a[href$=".doc"]::after,
.ANA-1604 a[href$=".docx"]::after,
.ANA-0102-1 a[href$=".doc"]::after,
.ANA-0102-1 a[href$=".docx"]::after,
.ANA-0102-2 a[href$=".doc"]::after,
.ANA-0102-2 a[href$=".docx"]::after,
.ANA-1613 a[href$=".doc"]::after,
.ANA-1613 a[href$=".docx"]::after,
.ANA-1716 a[href$=".doc"]::after,
.ANA-1716 a[href$=".docx"]::after {
  content: "";
}

.ANA-1501 a[href$=".xls"]::after, .ANA-1501 a[href$=".xlsx"]::after,
.ANA-1603 a[href$=".xls"]::after,
.ANA-1603 a[href$=".xlsx"]::after,
.ANA-1604 a[href$=".xls"]::after,
.ANA-1604 a[href$=".xlsx"]::after,
.ANA-0102-1 a[href$=".xls"]::after,
.ANA-0102-1 a[href$=".xlsx"]::after,
.ANA-0102-2 a[href$=".xls"]::after,
.ANA-0102-2 a[href$=".xlsx"]::after,
.ANA-1613 a[href$=".xls"]::after,
.ANA-1613 a[href$=".xlsx"]::after,
.ANA-1716 a[href$=".xls"]::after,
.ANA-1716 a[href$=".xlsx"]::after {
  content: "";
}

img.ico-blank-img {
  display: none !important;
}

.ANA-1715 {
  overflow: hidden;
}

.pf-grid {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  width: 100%;
}

.pf-grid > * {
  width: 100%;
}

.pf-grid__col--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.34783%;
          flex: 0 0 4.34783%;
  width: 4.34783%;
}

.pf-grid__col--1 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--1 {
  margin-left: 4.34783%;
}

.pf-grid__col--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.69565%;
          flex: 0 0 8.69565%;
  width: 8.69565%;
}

.pf-grid__col--2 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--2 {
  margin-left: 8.69565%;
}

.pf-grid__col--3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13.04348%;
          flex: 0 0 13.04348%;
  width: 13.04348%;
}

.pf-grid__col--3 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--3 {
  margin-left: 13.04348%;
}

.pf-grid__col--4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.3913%;
          flex: 0 0 17.3913%;
  width: 17.3913%;
}

.pf-grid__col--4 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--4 {
  margin-left: 17.3913%;
}

.pf-grid__col--5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21.73913%;
          flex: 0 0 21.73913%;
  width: 21.73913%;
}

.pf-grid__col--5 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--5 {
  margin-left: 21.73913%;
}

.pf-grid__col--6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.08696%;
          flex: 0 0 26.08696%;
  width: 26.08696%;
}

.pf-grid__col--6 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--6 {
  margin-left: 26.08696%;
}

.pf-grid__col--7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.43478%;
          flex: 0 0 30.43478%;
  width: 30.43478%;
}

.pf-grid__col--7 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--7 {
  margin-left: 30.43478%;
}

.pf-grid__col--8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.78261%;
          flex: 0 0 34.78261%;
  width: 34.78261%;
}

.pf-grid__col--8 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--8 {
  margin-left: 34.78261%;
}

.pf-grid__col--9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 39.13043%;
          flex: 0 0 39.13043%;
  width: 39.13043%;
}

.pf-grid__col--9 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--9 {
  margin-left: 39.13043%;
}

.pf-grid__col--10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.47826%;
          flex: 0 0 43.47826%;
  width: 43.47826%;
}

.pf-grid__col--10 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--10 {
  margin-left: 43.47826%;
}

.pf-grid__col--11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47.82609%;
          flex: 0 0 47.82609%;
  width: 47.82609%;
}

.pf-grid__col--11 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--11 {
  margin-left: 47.82609%;
}

.pf-grid__col--12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52.17391%;
          flex: 0 0 52.17391%;
  width: 52.17391%;
}

.pf-grid__col--12 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--12 {
  margin-left: 52.17391%;
}

.pf-grid__col--13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56.52174%;
          flex: 0 0 56.52174%;
  width: 56.52174%;
}

.pf-grid__col--13 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--13 {
  margin-left: 56.52174%;
}

.pf-grid__col--14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60.86957%;
          flex: 0 0 60.86957%;
  width: 60.86957%;
}

.pf-grid__col--14 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--14 {
  margin-left: 60.86957%;
}

.pf-grid__col--15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65.21739%;
          flex: 0 0 65.21739%;
  width: 65.21739%;
}

.pf-grid__col--15 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--15 {
  margin-left: 65.21739%;
}

.pf-grid__col--16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69.56522%;
          flex: 0 0 69.56522%;
  width: 69.56522%;
}

.pf-grid__col--16 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--16 {
  margin-left: 69.56522%;
}

.pf-grid__col--17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73.91304%;
          flex: 0 0 73.91304%;
  width: 73.91304%;
}

.pf-grid__col--17 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--17 {
  margin-left: 73.91304%;
}

.pf-grid__col--18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78.26087%;
          flex: 0 0 78.26087%;
  width: 78.26087%;
}

.pf-grid__col--18 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--18 {
  margin-left: 78.26087%;
}

.pf-grid__col--19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 82.6087%;
          flex: 0 0 82.6087%;
  width: 82.6087%;
}

.pf-grid__col--19 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--19 {
  margin-left: 82.6087%;
}

.pf-grid__col--20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86.95652%;
          flex: 0 0 86.95652%;
  width: 86.95652%;
}

.pf-grid__col--20 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--20 {
  margin-left: 86.95652%;
}

.pf-grid__col--21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.30435%;
          flex: 0 0 91.30435%;
  width: 91.30435%;
}

.pf-grid__col--21 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--21 {
  margin-left: 91.30435%;
}

.pf-grid__col--22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.65217%;
          flex: 0 0 95.65217%;
  width: 95.65217%;
}

.pf-grid__col--22 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--22 {
  margin-left: 95.65217%;
}

.pf-grid__col--23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}

.pf-grid__col--23 > div {
  overflow-wrap: break-word;
}

.pf-grid__offset--23 {
  margin-left: 100%;
}

.pf-authoring-area {
  
  
  
  
  
  
}

.pf-page-contents {
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: wrap;
}

.pf-section {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 100%;
}

.pf-section--content .pf-section__inner {
  margin-left: 4%;
  margin-right: 4%;
}

.pf-section--content .pf-section__half-inner {
  margin-left: 2%;
  margin-right: 2%;
}

.pf-section--bg {
  background: #F1F1F1;
  border-bottom: 1px solid transparent;
  border-top: 1px solid transparent;
}

.pf-section--padding {
  padding: 2%;
}

.pf-tile {
  overflow: hidden;
  width: 100%;
}

.pf-tile--1x2, .pf-tile--1x2-reverse, .pf-tile--1x2-images, .pf-tile--1x2-images-reverse, .pf-tile--2col, .pf-tile--2col-1col, .pf-tile--3col-6col, .pf-tile--2col-3col {
  display: -ms-grid;
  display: grid;
}

.pf-tile--1x2 > *, .pf-tile--1x2-reverse > *, .pf-tile--1x2-images > *, .pf-tile--1x2-images-reverse > *, .pf-tile--2col > *, .pf-tile--2col-1col > *, .pf-tile--3col-6col > *, .pf-tile--2col-3col > * {
  overflow: hidden;
}

.pf-tile--1x2 > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--2col > *[data-tile="0"], .pf-tile--2col-1col > *[data-tile="0"], .pf-tile--3col-6col > *[data-tile="0"], .pf-tile--2col-3col > *[data-tile="0"] {
  grid-area: hero;
}

.pf-tile--1x2 > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--2col > *[data-tile="1"], .pf-tile--2col-1col > *[data-tile="1"], .pf-tile--3col-6col > *[data-tile="1"], .pf-tile--2col-3col > *[data-tile="1"] {
  grid-area: item1;
}

.pf-tile--1x2 > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--2col > *[data-tile="2"], .pf-tile--2col-1col > *[data-tile="2"], .pf-tile--3col-6col > *[data-tile="2"], .pf-tile--2col-3col > *[data-tile="2"] {
  grid-area: item2;
}

.pf-tile--1x2 .pf-article-link--lg .pf-tag, .pf-tile--1x2-reverse .pf-article-link--lg .pf-tag, .pf-tile--1x2-images .pf-article-link--lg .pf-tag, .pf-tile--1x2-images-reverse .pf-article-link--lg .pf-tag, .pf-tile--2col .pf-article-link--lg .pf-tag, .pf-tile--2col-1col .pf-article-link--lg .pf-tag, .pf-tile--3col-6col .pf-article-link--lg .pf-tag, .pf-tile--2col-3col .pf-article-link--lg .pf-tag {
  border: 1px solid #B2B2B2;
}

.pf-tile--1x2 > *[data-tile="1"] {
  position: relative;
  width: 100%;
}

.pf-tile--1x2 > *[data-tile="1"] .pf-tile__placeholder {
  width: 100%;
}

.pf-tile--1x2-reverse > *[data-tile="1"] {
  position: relative;
  width: 100%;
}

.pf-tile--1x2-reverse > *[data-tile="1"] .pf-tile__placeholder {
  width: 100%;
}

.pf-tile--1x2 .pf-article-link__anchor, .pf-tile--1x2-reverse .pf-article-link__anchor {
  margin-top: 0;
}

.pf-tile--1x2 .pf-article-link__anchor[target="_blank"]::after, .pf-tile--1x2-reverse .pf-article-link__anchor[target="_blank"]::after {
  bottom: 0;
  position: absolute;
  right: 0;
}

.pf-tile--2col {
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.pf-tile--2col-4col {
  overflow: hidden;
}

.pf-tile--2col-4col .pf-tile__row {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
  overflow: hidden;
}

.pf-tile--gutter .pf-article-link__anchor {
  margin-top: 0;
}

.pf-tile--gutter .pf-article-link__anchor[target="_blank"]::after {
  bottom: 0;
  position: absolute;
  right: 0;
}

.pf-authoring-area {
  
  
  
  
  
  
}

.pf-action-button {
  display: block;
  padding-bottom: 40px;
  position: relative;
  width: 40px;
}

.pf-action-button::before, .pf-action-button::after {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.pf-action-button::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  opacity: .85;
  z-index: 1;
}

.pf-action-button::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transition: opacity .3s;
          align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
  font-size: 2.4rem;
          justify-content: center;
  opacity: 1;
  transition: opacity .3s;
  z-index: 2;
}

.pf-action-button > img {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.pf-action-button--shadow::before {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.pf-action-button--sns {
  padding-bottom: 36px;
  width: 36px;
}

.pf-action-button--sns > img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

.pf-action-button--share::after {
  color: #333;
  content: "";
}

.pf-action-button--favorite::after {
  color: #333;
  content: "";
}

.pf-action-button--favorite-active::after {
  color: #ED2F4F;
  content: "";
}

.pf-action-button-group {
  -ms-flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: nowrap;
}

.pf-action-button-group > .pf-action-button:not(:first-child) {
  margin-left: 12px;
}

.pf-ana-tweet {
  border: 1px solid #00146E;
}

.pf-ana-tweet__title {
  color: #00146E;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.pf-ana-tweet__title .pf-icon--balloon-line:before {
  position: relative;
  top: 2px;
}

.pf-ana-tweet__body {
  margin-bottom: 0;
}

.pf-authoring-area {
  
  
  
  
  
  
}

.pf-authoring-area .pf-ana-tweet {
  border: 1px solid #00146E;
}

.pf-authoring-area .pf-ana-tweet__title {
  color: #00146E;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.pf-authoring-area .pf-ana-tweet__title .pf-icon--balloon-line:before {
  position: relative;
  top: 2px;
}

.pf-authoring-area .pf-ana-tweet__body {
  margin-bottom: 0;
}

.pf-article-link-carousel__prev, .pf-article-link-carousel__next {
  cursor: pointer;
  font-size: 0;
  position: absolute;
  top: 0;
  width: 3.4722222222%;
  z-index: 10;
}

.pf-article-link-carousel__prev::before, .pf-article-link-carousel__next::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}

.pf-article-link-carousel__prev::after, .pf-article-link-carousel__next::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
  font-size: 1.8rem;
  height: 100%;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.pf-article-link-carousel__prev {
  -webkit-transform: translate(-50%, -50%);
  left: 0;
          transform: translate(-50%, -50%);
}

.pf-article-link-carousel__prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pf-article-link-carousel__next {
  -webkit-transform: translate(50%, -50%);
  right: 0;
          transform: translate(50%, -50%);
}

.pf-article-link {
  position: relative;
  width: 100%;
}

.pf-article-link__container {
  position: relative;
  z-index: 5;
}

.pf-article-link__anchor {
  -webkit-transition: opacity .3s;
  display: block;
  margin-top: 2px;
  opacity: 1;
  outline-offset: 0;
  position: relative;
  transition: opacity .3s;
  z-index: 5;
}

.pf-article-link__anchor--stack-outline::before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100;
}

.pf-article-link__anchor--stack-outline:focus {
  outline: 0 !important;
}

.pf-article-link__anchor--stack-outline:focus::before {
  outline: 2px solid #333 !important;
  outline-offset: -2px;
}

.pf-article-link__anchor[target="_blank"]::after {
  content: "";
  display: block;
  font-family: "pf-icon";
  font-size: 0.8em;
  height: 1em;
  line-height: 1;
  text-align: right;
  vertical-align: text-top;
}

.pf-article-link__anchor.pf-external-link[target="_blank"]::after {
  content: none;
}

.pf-article-link__anchor.pf-external-link[target="_blank"] .pf-external-link__icon {
  bottom: 0;
  height: 0.7em;
  position: absolute;
  right: -1em;
  vertical-align: text-top;
}

#tl_article_details_liked-feature .pf-article-link__anchor.pf-external-link[target="_blank"] .pf-external-link__icon {
  bottom: auto;
  height: 0.7em;
  position: static;
  right: auto;
  vertical-align: text-top;
}

.pf-article-link__anchor.pf-external-link[target="_blank"] .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-article-link__anchor.pf-external-link[target="_blank"] .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-article-link__image {
  background: #F1F1F1;
  position: relative;
  z-index: 5;
}

.pf-article-link__title {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.pf-article-link__body {
  overflow: hidden;
  position: relative;
}

.pf-article-link__tags .pf-tag {
  pointer-events: auto;
}

.pf-article-link__tags .pf-tag__anchor {
  line-height: 1.5;
}

.pf-article-link__detail :first-child {
  margin-top: 0;
}

.pf-article-link--sm .pf-article-link__date {
  font-weight: bold;
  margin-bottom: 0;
}

.pf-article-link--sm .pf-article-link__body {
  font-size: 1.4rem;
  margin-bottom: 0;
}

.pf-article-link--sm .pf-article-link__pref {
  font-weight: bold;
  margin-bottom: 0;
}

.pf-article-link--sm .pf-article-link__description {
  font-weight: bold;
  margin-bottom: 0;
}

.pf-article-link--sm .pf-article-link__description--accent {
  color: #ED2F4F;
}

.pf-article-link--sm .pf-article-link__annotation {
  margin: 0;
}

.pf-article-link--sm .pf-article-link__tag-container {
  max-width: 100%;
}

.pf-article-link--sm .pf-article-link__tags {
  max-width: 100%;
}

.pf-article-link--sm .pf-article-link__tags .pf-tag {
  background-color: #F1F1F1;
}

.pf-article-link--md .pf-article-link__label + .pf-article-link__title {
  padding-top: 0;
}

.pf-article-link--lg .pf-article-link__tag-container {
  left: 0;
  padding-bottom: 100%;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.pf-article-link--lg .pf-article-link__tags {
  display: inline-block;
  position: absolute;
}

.pf-article-link--placeholder .pf-article-link__anchor {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  pointer-events: none;
          user-select: none;
}

.pf-article-link--placeholder .pf-article-link__anchor:hover {
  opacity: 1;
}

.pf-article-link--placeholder .pf-article-link__title > span {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  word-wrap: break-word;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #F1F1F1), color-stop(90%, #F1F1F1), color-stop(10%, transparent));
  background: linear-gradient(transparent 10%, #F1F1F1 10%, #F1F1F1 90%, transparent 10%);
  color: transparent;
  display: inline;
  pointer-events: none;
          user-select: none;
}

.pf-article-link--placeholder .pf-article-link__date,
.pf-article-link--placeholder .pf-article-link__price,
.pf-article-link--placeholder .pf-article-link__annotation {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  word-wrap: break-word;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #F1F1F1), color-stop(90%, #F1F1F1), color-stop(10%, transparent));
  background: linear-gradient(transparent 10%, #F1F1F1 10%, #F1F1F1 90%, transparent 10%);
  color: transparent;
  display: inline;
  pointer-events: none;
          user-select: none;
}

.pf-article-link--placeholder .pf-label {
  background: #F1F1F1;
  color: transparent;
}

.pf-article-link--placeholder .pf-tag:hover {
  opacity: 1;
}

.pf-article-link--placeholder .pf-tag__anchor {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  color: transparent;
  pointer-events: none;
          user-select: none;
}

.pf-article-link--placeholder .pf-tag__anchor::after {
  color: transparent;
}

.pf-author {
  max-width: 100%;
  white-space: nowrap;
}

.pf-author__information {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-author__subsequent {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 8px;
}

.pf-author__thumb {
  margin-right: 8px;
}

.pf-author__name {
  padding-right: 8px;
}

.pf-author__organization {
  min-width: 0;
  padding-left: 8px;
}

.pf-author__name, .pf-author__organization {
  line-height: 1;
}

.pf-authoring-area {
  font-size: 1.4rem;
  line-height: 2;
}

.pf-authoring-area .pf-keyvisual-carousel {
  line-height: 1.5;
}

.pf-authoring-area .pf-carousel {
  line-height: 1.5;
}

.pf-blockskip {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: height 0.35s ease-in-out, background 0.35s linear 0.35s, font-size 0.35s linear 0.35s;
          align-items: center;
  background: none;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  height: 0;
          justify-content: center;
  text-align: center;
  transition: height 0.35s ease-in-out, background 0.35s linear 0.35s, font-size 0.35s linear 0.35s;
  width: 100%;
}

.pf-blockskip:focus {
  -webkit-transition: height 0.35s ease-in-out;
  background: #333;
  color: #fff;
  font-size: 100%;
  height: 50px;
  outline: none;
  position: relative;
  transition: height 0.35s ease-in-out;
  z-index: 20;
}

.pf-blockskip:focus span {
  outline: solid 2px #B2B2B2;
  padding: 5px;
}

.pf-blockskip span:after {
  -webkit-transform: rotate(135deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0 2px 12px;
          transform: rotate(135deg);
  width: 8px;
}

.breadcrumb {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}

.breadcrumb::before, .breadcrumb::after {
  content: "";
  display: block;
  height: 1px;
  left: -50%;
  position: absolute;
  width: 9999px;
}

.breadcrumb::before {
  top: 0;
}

.breadcrumb::after {
  background: #EDEDED;
  bottom: 0;
}

.breadcrumbs {
  border-bottom: none;
  display: block;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 4%;
  padding-right: 4%;
}

.breadcrumbs__items {
  display: block;
  font-size: 0;
  word-break: break-all;
}

.breadcrumbs__items > li {
  display: inline;
  margin-right: 4px;
  max-width: 100%;
  white-space: normal;
}

.breadcrumbs__items > li:not(:last-child)::after {
  color: #333;
  content: "";
  font-family: "pf-icon";
  font-size: 1.0rem;
  margin-left: 4px;
}

.breadcrumbs__items > li:last-of-type a {
  color: #333;
}

.breadcrumbs__items > li > a {
  color: #333;
  display: inline;
  font-size: 1.0rem;
  max-width: 100%;
}

.pf-button-group__item .pf-button {
  margin-bottom: 0;
  margin-top: 0;
}

.pf-button {
  -webkit-transition: all .3s;
  border-radius: 100px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  width: 100%;
}

.pf-button > span {
  display: inline-block;
  letter-spacing: -0.02em;
  line-height: 1.5;
  max-width: 285px;
}

.pf-button--sm .pf-button--icon::before {
  font-size: 1.4rem;
}

.pf-button--inline {
  display: inline-block;
}

.pf-button--highprimary {
  background-color: #00146E;
  color: #fff;
}

.pf-button--highprimary-inversion {
  background-color: #fff;
  color: #00146E;
}

.pf-button--primary {
  background-color: #CCD4EA;
  color: #00146E;
}

.pf-button--primary-inversion {
  background-color: #CCD4EA;
  color: #00146E;
}

.pf-button--secondary {
  background-color: #fff;
  border: 1px solid #00146E;
  color: #00146E;
}

.pf-button--secondary-inversion {
  border: 1px solid #fff;
  color: #fff;
}

.pf-button--highprimary-transparent {
  border: 1px solid #fff;
  color: #fff;
}

.pf-button--secondary-transparent {
  border: 1px solid #00146E;
  color: #00146E;
}

.pf-button--disable {
  background-color: #C7C7C7;
  color: #525252;
  pointer-events: none;
}

.pf-button--icon,
.pf-button[href$=".pdf"] > span,
.pf-button[href$=".doc"] > span,
.pf-button[href$=".docx"] > span,
.pf-button[href$=".xls"] > span,
.pf-button[href$=".xlsx"] > span {
  display: inline-block;
  position: relative;
}

.pf-button--icon::after, .pf-button--icon::before,
.pf-button[href$=".pdf"] > span::after,
.pf-button[href$=".doc"] > span::after,
.pf-button[href$=".docx"] > span::after,
.pf-button[href$=".xls"] > span::after,
.pf-button[href$=".xlsx"] > span::after {
  -webkit-transform: translateY(-50%);
  display: block;
  font-family: "pf-icon";
  font-weight: normal;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
}

.pf-button--icon-login, .pf-button--icon-new-user, .pf-button--icon-user-on {
  padding-left: 17px;
}

.pf-button--icon-l-arrow::before {
  content: "";
  left: 0;
}

.pf-button--icon-r-arrow::after {
  content: "";
  right: 0;
}

.pf-button--icon-l-external::before {
  content: "";
  left: 0;
}

.pf-button--icon-l-external.pf-external-link::before {
  content: none;
}

.pf-button--icon-l-external.pf-external-link .pf-external-link__icon {
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.pf-button--icon-l-external.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-button--icon-l-external.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-button--icon-r-external::after {
  content: "";
  right: 0;
}

.pf-button--icon-r-external.pf-external-link::after {
  content: none;
}

.pf-button--icon-r-external.pf-external-link .pf-external-link__icon {
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.pf-button--icon-r-external.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-button--icon-r-external.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-button--icon-l-plus::before {
  content: "";
  left: 0;
}

.pf-button--icon-r-plus::after {
  content: "";
  right: 0;
}

.pf-button--icon-l-minus::before {
  content: "";
  left: 0;
}

.pf-button--icon-r-minus::after {
  content: "";
  right: 0;
}

.pf-button--icon-contents-login::before, .pf-button--icon-login::before {
  content: "";
  left: 0;
}

.pf-button--icon-new-user::before {
  content: "";
  left: 0;
}

.pf-button--icon-user-on::before {
  content: "";
  left: 0;
}

.pf-button[href$=".pdf"] > span::after {
  content: "";
  right: 0;
}

.pf-button[href$=".doc"] > span::after,
.pf-button[href$=".docx"] > span::after {
  content: "";
  right: 0;
}

.pf-button[href$=".xls"] > span::after,
.pf-button[href$=".xlsx"] > span::after {
  content: "";
  right: 0;
}

.pf-carousel {
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.pf-carousel__container {
  overflow: hidden;
}

.pf-carousel__wrap {
  -webkit-transition-property: -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}

.pf-carousel__item {
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
      flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.pf-carousel__prev, .pf-carousel__next, .pf-carousel__bullet {
  cursor: pointer;
}

.pf-carousel-recommendation {
  overflow: hidden !important;
  pointer-events: none;
}

.pf-carousel-recommendation .pf-article-link-carousel__prev,
.pf-carousel-recommendation .pf-article-link-carousel__next {
  display: none;
}

.pf-carousel-recommendation--complete {
  overflow: visible !important;
  pointer-events: auto;
}

.pf-comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-comments__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
  background-color: #F1F1F1;
          flex: 1 0 0%;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.pf-contents-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

.pf-contents-header__information {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          flex: 1 0 0%;
          flex-direction: column;
  min-width: 0;
}

.pf-contents-header__information :first-child {
  margin-top: 0;
}

.pf-contents-header__labels {
  width: 100%;
}

.pf-contents-header__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8px;
}

.pf-contents-header__text {
  line-height: 1;
  margin: 0;
}

.pf-contents-index {
  background-color: #F1F1F1;
  font-size: 1.4rem;
}

.pf-contents-index__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.pf-contents-index__item {
  position: relative;
}

.pf-contents-index__item::before {
  content: "";
  font-family: "pf-icon";
  left: 0;
  position: absolute;
}

.pf-contents-index__anchor {
  -webkit-transition: opacity .3s;
  display: inline-block;
  opacity: 1;
  padding-left: 1.5em;
  transition: opacity .3s;
}

.pf-authoring-area {
  
  
  
  
  
  
}

.pf-authoring-area .pf-contents-index {
  background-color: #F1F1F1;
  font-size: 1.4rem;
}

.pf-authoring-area .pf-contents-index__title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
}

.pf-authoring-area .pf-contents-index__item {
  position: relative;
}

.pf-authoring-area .pf-contents-index__item::before {
  content: "";
  font-family: "pf-icon";
  left: 0;
  position: absolute;
}

.pf-authoring-area .pf-contents-index__anchor {
  -webkit-transition: opacity .3s;
  display: inline-block;
  opacity: 1;
  padding-left: 1.5em;
  transition: opacity .3s;
}

.pf-contents-intro__lead {
  font-size: 1.4rem;
}

.pf-contents-login {
  background-color: #F1F1F1;
}

.pf-contents-login__logos {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.pf-contents-login__logo {
  width: 23.3333333333%;
}

.pf-contents-login__logo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-contents-login__logo--sfc {
  width: 30%;
}

.pf-contents-login__label .pf-text.res-contents.pf-text--label1.pf-align-center.pf-section--bg {
  margin-bottom: 0;
  margin-top: 24px;
}

.pf-contents-login__label .res-contents.cmp-text.pf-text {
  margin-bottom: 0;
  margin-top: 32px;
}

.pf-contents-login .pf-contents-login__link p {
  margin: 0px;
}

.pf-contents-login__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
}

.pf-contents-login__buttons .pf-button {
  margin: 0;
}

.pf-authoring-area {
  
  
  
  
  
  
}

.pf-authoring-area .pf-contents-login {
  background-color: #F1F1F1;
}

.pf-authoring-area .pf-contents-login__logos {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.pf-authoring-area .pf-contents-login__logo {
  width: 23.3333333333%;
}

.pf-authoring-area .pf-contents-login__logo img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-authoring-area .pf-contents-login__logo--sfc {
  width: 30%;
}

.pf-authoring-area .pf-contents-login__label .pf-text.res-contents.pf-text--label1.pf-align-center.pf-section--bg {
  margin-bottom: 0;
  margin-top: 24px;
}

.pf-authoring-area .pf-contents-login__label .res-contents.cmp-text.pf-text {
  margin-bottom: 0;
  margin-top: 32px;
}

.pf-authoring-area .pf-contents-login .pf-authoring-area .pf-contents-login__link p {
  margin: 0px;
}

.pf-authoring-area .pf-contents-login__buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-top: 24px;
}

.pf-authoring-area .pf-contents-login__buttons .pf-button {
  margin: 0;
}

.pf-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-control__label {
  margin-right: 8px;
}

.pf-control__select {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/common-layout2/images/icon-simple-arrow-down.svg") top 50% right 16px/14px no-repeat;
  background-color: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  color: #333;
          flex: 1 0 0;
  padding: 8px 40px 8px 16px;
}

.pf-enqute {
  margin: 48px auto;
}

.pf-enqute__star-rating {
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjQzdDN0M3IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
  cursor: pointer !important;
  display: inline-block;
  font-size: 0;
  height: 50px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  width: 280px;
}

.pf-enqute__star-rating:hover {
  cursor: pointer;
  opacity: 0.6;
}

.pf-enqute__star-rating i {
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzZweCIgaGVpZ2h0PSIzMnB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDMyIDMyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRThDRTNEIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 20%;
  z-index: 1;
}

.pf-enqute__star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  opacity: 0;
  padding: 0;
  position: relative;
  width: 20%;
  z-index: 2;
}

.pf-enqute__star-rating input:hover + i,
.pf-enqute__star-rating input:checked + i {
  cursor: pointer;
  opacity: 1;
}

.pf-enqute__star-rating i ~ i {
  width: 40%;
}

.pf-enqute__star-rating i ~ i ~ i {
  width: 60%;
}

.pf-enqute__star-rating i ~ i ~ i ~ i {
  width: 80%;
}

.pf-enqute__star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}

.pf-enqute__headline {
  color: #333;
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-left: 0;
  margin-top: 32px;
}

.pf-enqute__inner {
  margin: 0;
}

.pf-enqute__button-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pf-enqute__input {
  -webkit-transform: scale(1.5);
  margin-right: 3px;
  transform: scale(1.5);
}

.pf-enqute__send-message {
  color: #333;
  display: block;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0;
}

.pf-enqute__reset {
  display: inline-block;
  left: 10px;
  position: relative;
  top: -20px;
}

.pf-enqute__reset:hover {
  cursor: pointer;
  opacity: .5;
}

.pf-enqute__reset-text {
  left: 8px;
  position: absolute;
}

.pf-footer-info__item a:hover {
  color: #00146E;
}

.pf-footer-links {
  font-size: 1.2rem;
  line-height: 1;
}

.pf-footer-links__item {
  border-right: 1px solid #E5E5E5;
  display: inline-block;
}

.pf-footer-links__anchor {
  -webkit-transition: opacity .3s;
  color: #333;
  display: block;
  opacity: 1;
  text-decoration: none;
  transition: opacity .3s;
}

.pf-footer-sns__title {
  display: block;
  margin: 0;
  width: 100%;
}

.pf-footer-sns__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}

.pf-footer-sns__anchor {
  -webkit-transition: opacity .3s;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  padding-bottom: 100%;
  position: relative;
  transition: opacity .3s;
}

.pf-footer-sns__anchor > picture > img,
.pf-footer-sns__anchor > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-footer-sns__anchor > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-footer-sns__anchor > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-footer__link-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.pf-footer__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-footer__logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-footer__ana-logo {
  position: relative;
}

.pf-footer__copyright {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.0rem;
}

.pf-header-nav__wrap {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.pf-header-nav__item {
  display: inline-block;
}

.pf-header-nav__item > .pf-header-nav__anchor {
  outline-offset: -2px;
}

.pf-header-nav__anchor {
  color: #00146E;
  font-weight: bold;
  white-space: nowrap;
}

.pf-header-nav__anchor--active {
  position: relative;
}

.pf-header-nav__anchor--active::after {
  background: #00AFF0;
  bottom: 8px;
  content: "";
  display: block;
  position: absolute;
}

.pf-header {
  position: relative;
  width: 100%;
  z-index: 10000;
}

.pf-header__head {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  background-color: #fff;
  border-bottom: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin: 0;
  max-height: 43px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.pf-header__head-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.pf-header__foot {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pf-header__foot-inner {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
  width: 100%;
}

.pf-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-header__sp-controls > .pf-button {
  display: none;
  margin-bottom: 8px;
  margin-right: 8px;
  margin-top: 8px;
}

.pf-header__drawer-state {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 4vw;
  top: 8px;
  width: 1px;
  z-index: 15;
}

.pf-header__drawer-nav {
  height: 0;
  position: relative;
  width: 100%;
  z-index: 5;
}

.pf-header__drawer-nav a,
.pf-header__drawer-nav input[type=checkbox] {
  display: none;
}

.pf-header__drawer-inner {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -webkit-transform: translateY(-130%);
  background-color: #fff;
  max-height: 100vh;
  overflow: auto;
  padding-top: 43px;
          transform: translateY(-130%);
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  width: 100%;
}

input#drawer-state:checked ~ .root .pf-header .pf-header__drawer-nav a,
input#drawer-state:checked ~ .root .pf-header .pf-header__drawer-nav input[type=checkbox] {
  display: block;
}

input#drawer-state:checked ~ .root .pf-header .pf-header__drawer-nav .pf-header__drawer-inner {
  -webkit-transform: translateY(-43px);
          transform: translateY(-43px);
}

input#drawer-state:checked ~ .pf-overlay {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

@supports (-webkit-touch-callout: none) {
  .pf-header__drawer-inner {
    max-height: -webkit-fill-available;
  }
}

.pf-recommendation-completed .pf-header__sp-controls > .pf-button {
  display: inline-block;
}

.pf-headline,
.ANA-1603 {
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0;
  margin-top: 0;
}

.pf-headline--placeholder {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  word-wrap: break-word;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #F1F1F1), color-stop(90%, #F1F1F1), color-stop(10%, transparent));
  background: linear-gradient(transparent 10%, #F1F1F1 10%, #F1F1F1 90%, transparent 10%);
  color: transparent;
  pointer-events: none;
          user-select: none;
}

.pf-headline--head1,
.ANA-1603 .type--header-1 {
  
}

.pf-headline--head2,
.ANA-1603 .type--header-2 {
  
}

.pf-headline--head3,
.ANA-1603 .type--header-3 {
  
}

.pf-headline--head4,
.ANA-1603 .type--header-4 {
  
}

.pf-headline--head5,
.ANA-1603 .type--header-5 {
  
}

.pf-headline--insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-headline--insta:before {
  background: url("/common-layout2/images/button_insta.svg") no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 16px;
  min-width: 32px;
}

.pf-headline--w-rightlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-headline--w-rightlink .pf-headline__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.pf-headline--w-rightlink .pf-headline__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #333;
  font-size: 1.4rem;
  margin-left: 4%;
  white-space: nowrap;
}

.pf-headline--w-rightlink .pf-headline__link--text {
  color: #00146E;
}

.pf-authoring-area {
  
  
  
  
  
  
  
  
  
  
}

.pf-authoring-area .pf-headline,
.pf-authoring-area .ANA-1603 {
  color: #333;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 0;
  margin-top: 0;
}

.pf-authoring-area .pf-headline--placeholder {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  word-wrap: break-word;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #F1F1F1), color-stop(90%, #F1F1F1), color-stop(10%, transparent));
  background: linear-gradient(transparent 10%, #F1F1F1 10%, #F1F1F1 90%, transparent 10%);
  color: transparent;
  pointer-events: none;
          user-select: none;
}

.pf-authoring-area .pf-headline--head1,
.pf-authoring-area .ANA-1603 .type--header-1 {
  
}

.pf-authoring-area .pf-headline--head2,
.pf-authoring-area .ANA-1603 .type--header-2 {
  
}

.pf-authoring-area .pf-headline--head3,
.pf-authoring-area .ANA-1603 .type--header-3 {
  
}

.pf-authoring-area .pf-headline--head4,
.pf-authoring-area .ANA-1603 .type--header-4 {
  
}

.pf-authoring-area .pf-headline--head5,
.pf-authoring-area .ANA-1603 .type--header-5 {
  
}

.pf-authoring-area .pf-headline--insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-authoring-area .pf-headline--insta:before {
  background: url("/common-layout2/images/button_insta.svg") no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 32px;
  margin-right: 16px;
  min-width: 32px;
}

.pf-authoring-area .pf-headline--w-rightlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-authoring-area .pf-headline--w-rightlink .pf-headline__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}

.pf-authoring-area .pf-headline--w-rightlink .pf-headline__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #333;
  font-size: 1.4rem;
  margin-left: 4%;
  white-space: nowrap;
}

.pf-authoring-area .pf-headline--w-rightlink .pf-headline__link--text {
  color: #00146E;
}

.pf-humburger-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
  margin-right: -8px;
  min-height: 40px;
  min-width: 40px;
  padding: 8px;
}

.pf-humburger-button__inner {
  height: 14px;
  position: relative;
  width: 16px;
}

.pf-humburger-button__inner,
.pf-humburger-button__inner span {
  -webkit-transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  transition: all .4s;
}

.pf-humburger-button__inner span {
  background-color: #00146E;
  border-radius: 2px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.pf-humburger-button__inner span:nth-of-type(1) {
  top: 0;
}

.pf-humburger-button__inner span:nth-of-type(2) {
  top: 6px;
}

.pf-humburger-button__inner span:nth-of-type(3) {
  bottom: 0;
}

.pf-humburger-button::before {
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid transparent;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 26px;
  margin: auto;
  position: absolute;
  right: 4vw;
  top: 0;
  width: 24px;
}

input#drawer-state:focus ~ .root .pf-header .pf-header__head .pf-humburger-button::before {
  outline: 2px solid #B2B2B2 !important;
}

input#drawer-state:checked ~ .root .pf-header .pf-header__head .pf-humburger-button__inner span {
  width: 100%;
}

input#drawer-state:checked ~ .root .pf-header .pf-header__head .pf-humburger-button__inner span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}

input#drawer-state:checked ~ .root .pf-header .pf-header__head .pf-humburger-button__inner span:nth-of-type(2) {
  opacity: 0;
}

input#drawer-state:checked ~ .root .pf-header .pf-header__head .pf-humburger-button__inner span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

.pf-image {
  display: block;
  position: relative;
}

.pf-image--1x1 {
  background-color: transparent;
  padding-bottom: 100%;
  position: relative;
}

.pf-image--1x1 > picture > img,
.pf-image--1x1 > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-image--1x1 > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-image--1x1 > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-image--4x3 {
  background-color: transparent;
  padding-bottom: 75%;
  position: relative;
}

.pf-image--4x3 > picture > img,
.pf-image--4x3 > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-image--4x3 > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-image--4x3 > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-image--3x1 {
  background-color: transparent;
  padding-bottom: 33.3333333333%;
  position: relative;
}

.pf-image--3x1 > picture > img,
.pf-image--3x1 > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-image--3x1 > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-image--3x1 > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-image--about-concept, .pf-image--about-magazine, .pf-image--about-article, .pf-image--about-info, .pf-image--about-tag, .pf-image--about-purchase {
  height: 100%;
}

.pf-image--circle {
  background-color: transparent;
  padding-bottom: 100%;
  position: relative;
}

.pf-image--circle > picture > img,
.pf-image--circle > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-image--circle > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-image--circle > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-image--circle > img:not(.pf-external-link__icon),
.pf-image--circle > a.image-link > img:not(.pf-external-link__icon) {
  border-radius: 50%;
}

.pf-image--custom {
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
}

.pf-image--custom > picture > img,
.pf-image--custom > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-image--custom > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-image--custom > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-image--custom a {
  cursor: pointer;
}

.pf-image-caption {
  font-size: 1.2rem;
  line-height: 1.5;
}

.pf-image a[target="_blank"]::after,
.pf-image a[href$=".pdf"]::after,
.pf-image a[href$=".doc"]::after,
.pf-image a[href$=".docx"]::after,
.pf-image a[href$=".xls"]::after,
.pf-image a[href$=".xlsx"]::after {
  font-family: "pf-icon" !important;
}

.pf-image a[target="_blank"]::after {
  content: "";
}

.pf-image a.pf-external-link[target="_blank"]::after {
  content: none;
}

.pf-image a.pf-external-link[target="_blank"] .pf-external-link__icon {
  height: 1em;
  vertical-align: text-top;
}

.pf-image a.pf-external-link[target="_blank"] .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-image a.pf-external-link[target="_blank"] .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-image a[href$=".pdf"]::after {
  content: "";
}

.pf-image a[href$=".doc"]::after,
.pf-image a[href$=".docx"]::after {
  content: "";
}

.pf-image a[href$=".xls"]::after,
.pf-image a[href$=".xlsx"]::after {
  content: "";
}

.pf-image--fit img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.pf-authoring-area {
  
  
  
  
  
  
}

.pf-authoring-area .pf-image {
  display: block;
  position: relative;
}

.pf-authoring-area .pf-image--1x1 {
  background-color: transparent;
  padding-bottom: 100%;
  position: relative;
}

.pf-authoring-area .pf-image--1x1 > picture > img,
.pf-authoring-area .pf-image--1x1 > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-authoring-area .pf-image--1x1 > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-authoring-area .pf-image--1x1 > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-authoring-area .pf-image--4x3 {
  background-color: transparent;
  padding-bottom: 75%;
  position: relative;
}

.pf-authoring-area .pf-image--4x3 > picture > img,
.pf-authoring-area .pf-image--4x3 > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-authoring-area .pf-image--4x3 > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-authoring-area .pf-image--4x3 > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-authoring-area .pf-image--3x1 {
  background-color: transparent;
  padding-bottom: 33.3333333333%;
  position: relative;
}

.pf-authoring-area .pf-image--3x1 > picture > img,
.pf-authoring-area .pf-image--3x1 > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-authoring-area .pf-image--3x1 > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-authoring-area .pf-image--3x1 > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-authoring-area .pf-image--about-concept, .pf-authoring-area .pf-image--about-magazine, .pf-authoring-area .pf-image--about-article, .pf-authoring-area .pf-image--about-info, .pf-authoring-area .pf-image--about-tag, .pf-authoring-area .pf-image--about-purchase {
  height: 100%;
}

.pf-authoring-area .pf-image--circle {
  background-color: transparent;
  padding-bottom: 100%;
  position: relative;
}

.pf-authoring-area .pf-image--circle > picture > img,
.pf-authoring-area .pf-image--circle > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-authoring-area .pf-image--circle > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-authoring-area .pf-image--circle > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-authoring-area .pf-image--circle > img:not(.pf-external-link__icon),
.pf-authoring-area .pf-image--circle > a.image-link > img:not(.pf-external-link__icon) {
  border-radius: 50%;
}

.pf-authoring-area .pf-image--custom {
  background-color: transparent;
  padding-bottom: 0;
  position: relative;
}

.pf-authoring-area .pf-image--custom > picture > img,
.pf-authoring-area .pf-image--custom > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-authoring-area .pf-image--custom > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-authoring-area .pf-image--custom > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-authoring-area .pf-image--custom a {
  cursor: pointer;
}

.pf-authoring-area .pf-image-caption {
  font-size: 1.2rem;
  line-height: 1.5;
}

.pf-authoring-area .pf-image a[target="_blank"]::after,
.pf-authoring-area .pf-image a[href$=".pdf"]::after,
.pf-authoring-area .pf-image a[href$=".doc"]::after,
.pf-authoring-area .pf-image a[href$=".docx"]::after,
.pf-authoring-area .pf-image a[href$=".xls"]::after,
.pf-authoring-area .pf-image a[href$=".xlsx"]::after {
  font-family: "pf-icon" !important;
}

.pf-authoring-area .pf-image a[target="_blank"]::after {
  content: "";
}

.pf-authoring-area .pf-image a.pf-external-link[target="_blank"]::after {
  content: none;
}

.pf-authoring-area .pf-image a.pf-external-link[target="_blank"] .pf-external-link__icon {
  height: 1em;
  vertical-align: text-top;
}

.pf-authoring-area .pf-image a.pf-external-link[target="_blank"] .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-authoring-area .pf-image a.pf-external-link[target="_blank"] .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-authoring-area .pf-image a[href$=".pdf"]::after {
  content: "";
}

.pf-authoring-area .pf-image a[href$=".doc"]::after,
.pf-authoring-area .pf-image a[href$=".docx"]::after {
  content: "";
}

.pf-authoring-area .pf-image a[href$=".xls"]::after,
.pf-authoring-area .pf-image a[href$=".xlsx"]::after {
  content: "";
}

.pf-authoring-area .pf-image--fit img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.pf-information {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.pf-information__info {
  width: 72%;
}

.pf-information-accordion {
  -webkit-transition: 0.8s;
  opacity: 0;
  transition: 0.8s;
}

.pf-information-accordion--active {
  opacity: 1;
}

.pf-information__item-link {
  -webkit-transition: opacity .3s;
  color: #fff;
  display: block;
  opacity: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity .3s;
  white-space: nowrap;
}

.pf-information__item-link:hover {
  color: #fff;
}

.pf-information__date {
  font-size: 1.2rem;
}

.pf-information--icon-warning:before {
  content: "";
  font-family: "pf-icon";
  margin-right: 3px;
}

.pf-information__accordion-button {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 4%;
}

.pf-information__accordion-button .pf-button {
  white-space: nowrap;
}

.pf-information__accordion-button .pf-button .pf-button--icon {
  padding-left: 0;
  padding-right: 15px;
  pointer-events: none;
}

.pf-iptg__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: opacity .3s;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  transition: opacity .3s;
}

.pf-iptg__thumb {
  -ms-flex-preferred-size: 45.2173913043%;
      flex-basis: 45.2173913043%;
  width: 45.2173913043%;
}

.pf-iptg__thumb > img {
  vertical-align: middle;
}

.pf-iptg__placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-iptg__placeholder > img {
  height: 48%;
  width: 48%;
}

.pf-iptg__placeholder > img:not(:first-child) {
  margin-left: 4%;
}

.pf-iptg__body {
  font-size: 1.4rem;
  width: 50%;
}

.pf-iptg__text {
  margin-bottom: 0;
  margin-top: 0;
}

.pf-keyvisual-carousel {
  list-style: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

.pf-keyvisual-carousel__wrap {
  -webkit-transition-property: -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  z-index: 1;
}

.pf-keyvisual-carousel__wrap a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
  pointer-events: none;
          user-select: none;
}

.pf-keyvisual-carousel__wrap > .pf-keyvisual-carousel__item--active a {
  pointer-events: auto;
}

.pf-keyvisual-carousel__item {
  -ms-flex-negative: 0;
  -webkit-transition-property: -webkit-transform;
      flex-shrink: 0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1202px;
  min-width: 1024px;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
}

.pf-keyvisual-carousel__pagination-container {
  display: none;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 10;
}

.pf-keyvisual-carousel__pagination-container--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-keyvisual-carousel__pagination-inner {
  background: rgba(51, 51, 51, 0.6);
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  padding: 8px;
  pointer-events: auto;
}

.pf-keyvisual-carousel__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pf-keyvisual-carousel__bullet {
  background: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 9px;
  width: 9px;
}

.pf-keyvisual-carousel__bullet--active {
  background: #00146E;
}

.pf-keyvisual-carousel__bullet:not(:first-child) {
  margin-left: 12px;
}

.pf-keyvisual-carousel__stop-auto {
  cursor: pointer;
  display: block;
  font-size: 0;
  margin-left: 12px;
  position: relative;
}

.pf-keyvisual-carousel__stop-auto::before, .pf-keyvisual-carousel__stop-auto::after {
  background: #fff;
  content: "";
  position: absolute;
}

.pf-keyvisual-carousel__stop-auto--stop {
  height: 9px;
  width: 9px;
}

.pf-keyvisual-carousel__stop-auto--stop::before, .pf-keyvisual-carousel__stop-auto--stop::after {
  display: block;
  height: 9px;
  top: 0;
  width: 3px;
}

.pf-keyvisual-carousel__stop-auto--stop::before {
  left: 0;
}

.pf-keyvisual-carousel__stop-auto--stop::after {
  right: 0;
}

.pf-keyvisual-carousel__stop-auto--start {
  border-bottom: 4.5px solid transparent;
  border-left: 7px solid #fff;
  border-top: 4.5px solid transparent;
  height: 0;
  margin-right: 2px;
  width: 0;
}

.pf-keyvisual-carousel__stop-auto--start::before, .pf-keyvisual-carousel__stop-auto--start::after {
  display: none;
}

.pf-keyvisual-carousel--disabled .pf-keyvisual {
  background-color: #F1F1F1;
  margin-left: auto;
  margin-right: auto;
}

.pf-keyvisual-carousel--disabled .pf-keyvisual-carousel__pagination-container {
  display: none;
}

.pf-keyvisual {
  max-width: 1200px;
  position: relative;
  width: 100%;
}

.pf-keyvisual::before {
  background-color: transparent;
  content: "";
  display: block;
  overflow: hidden;
  position: relative;
}

.pf-keyvisual__anchor, .pf-keyvisual__picture {
  -webkit-transition: opacity .3s;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .3s;
}

.pf-keyvisual__anchor {
  -webkit-transition: opacity .3s;
  height: 100%;
  opacity: 1;
  outline-offset: -2px;
  pointer-events: auto;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  z-index: 5;
}

.pf-keyvisual__picture {
  width: 100%;
  z-index: 1;
}

.pf-keyvisual__image {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-keyvisual__container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.pf-keyvisual__container .pf-label-group {
  -webkit-transition: opacity .3s, visibility .3s;
  opacity: 1;
  position: relative;
  transition: opacity .3s, visibility .3s;
  z-index: 1;
}

.pf-keyvisual__overlay {
  -webkit-transition: opacity .3s;
  background: rgba(51, 51, 51, 0.6);
  position: absolute;
  transition: opacity .3s;
}

.pf-keyvisual__title {
  -webkit-transition: opacity .3s;
  font-weight: bold;
  margin-bottom: 0;
  opacity: 1;
  position: relative;
  transition: opacity .3s;
  z-index: 2;
}

.pf-keyvisual__tag-container {
  pointer-events: none;
  position: relative;
  z-index: 10;
}

.pf-keyvisual__tag-container .pf-tag {
  pointer-events: auto;
}

.pf-keyvisual__tag-container .pf-tag__anchor {
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
}

.pf-keyvisual__title, .pf-keyvisual__tag-container {
  max-width: 100%;
}

.pf-keyvisual--invert .pf-keyvisual__title {
  color: #fff;
}

.pf-label {
  background-color: #d91829;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .3em 8px;
  white-space: nowrap;
}

.pf-label-group {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.pf-label-group > .pf-label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 4px;
  margin-top: 4px;
}

.pf-label-group > .pf-label:not(:last-child) {
  margin-right: 8px;
}

.pf-label-group + .pf-keyvisual__title {
  margin-top: 0;
}

.pf-article-link__detail .pf-label-group .pf-label {
  margin-bottom: 4px;
  margin-top: 4px;
}

.pf-like {
  -webkit-transition: opacity .3s;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  right: 0;
  transition: opacity .3s;
  z-index: 100;
}

.pf-like--disabled {
  display: none;
  opacity: 0 !important;
}

.pf-like--disabled .pf-like__button {
  cursor: default;
  pointer-events: none;
}

.pf-like-button {
  -webkit-transition: opacity .3s;
  background: #6E6E6E;
  border-radius: 50%;
  cursor: pointer;
  display: table;
  font-size: 0;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  text-align: center;
  transition: opacity .3s;
}

.pf-like-button--active {
  background-color: #D91829;
}

.pf-like-button--active:hover {
  background-color: #B41829!important;
}

.pf-like-button__inner {
  display: table-cell;
  vertical-align: middle;
}

.pf-like-button__img {
  height: 24px;
  width: 24px;
}

.pf-like-button__img--active {
  -webkit-animation: heartAnimation .4s;
          animation: heartAnimation .4s;
}

@-webkit-keyframes heartAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  40% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  60% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  70% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  80% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartAnimation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  30% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  40% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  60% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  70% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  80% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  90% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pf-like-message {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border: 1px solid #00146E;
  border-radius: 6px;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  color: #00146E;
  display: inline-block;
  font-size: 1.2rem;
  margin: 1.5em 0;
  max-width: 100%;
  min-width: 120px;
  padding: 7px 10px;
  pointer-events: auto;
  position: absolute;
  width: 230px;
}

.pf-like-message--hide {
  display: none;
}

.pf-like-message:before {
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  content: "";
  left: 88%;
  position: absolute;
  top: 100%;
  z-index: 2;
}

.pf-like-message:after {
  border: 8px solid transparent;
  border-top: 9px solid #00146E;
  bottom: -18px;
  content: "";
  left: 88%;
  position: absolute;
  z-index: 1;
}

.pf-like-message-close {
  float: right;
  font-size: 2rem;
  margin-top: -10px;
}

.pf-like-message-close:hover {
  cursor: pointer;
}

.pf-like-message p {
  margin: 0;
  padding-right: 20px;
}

.pf-logo {
  -webkit-transition: opacity .3s;
  display: block;
  opacity: 1;
  transition: opacity .3s;
  width: 100%;
}

.pf-logo--horizontal-tagline {
  background-color: transparent;
  padding-bottom: 9.2307692308%;
  position: relative;
}

.pf-logo--horizontal-tagline > picture > img,
.pf-logo--horizontal-tagline > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-logo--horizontal-tagline > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-logo--horizontal-tagline > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-logo--horizontal-star-alliance {
  background-color: transparent;
  padding-bottom: 9.5693779904%;
  position: relative;
}

.pf-logo--horizontal-star-alliance > picture > img,
.pf-logo--horizontal-star-alliance > img {
  display: block;
  height: auto;
  max-width: 100%;
  position: absolute;
  width: 100%;
}

.pf-logo--horizontal-star-alliance > a {
  -webkit-transition: opacity .3s;
  display: block;
  height: auto;
  max-width: 100%;
  opacity: 1;
  position: absolute;
  transition: opacity .3s;
  width: 100%;
}

.pf-logo--horizontal-star-alliance > a > img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.pf-media.pf-no-margin-bottom {
  margin-bottom: 0 !important;
}

.pf-media__frame {
  max-width: 100%;
}

.pf-media__frame iframe {
  border: 0;
  max-width: 100%;
}

.pf-media__movie {
  height: auto;
  position: relative;
  width: 100%;
}

.pf-media__movie iframe,
.pf-media__movie video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.pf-media__movie--21by9 {
  padding-top: 42.857143%;
}

.pf-media__movie--16by9 {
  padding-top: 56.25%;
}

.pf-media__movie--4by3 {
  padding-top: 75%;
}

.pf-media__movie--1by1 {
  padding-top: 100%;
}

.pf-page-contents-kv__container {
  width: 100%;
}

.pf-page-contents-kv__pagination-container {
  -webkit-transform: translateX(-50%);
  bottom: 24px;
  display: inline-block;
  font-size: 0;
  left: 50%;
  position: absolute;
          transform: translateX(-50%);
  z-index: 10;
}

.pf-page-contents-kv__pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pf-page-contents-kv__pagination > .pf-carousel__bullet {
  background: rgba(255, 255, 255, 0.5);
  display: block;
  height: 2px;
  width: 28px;
}

.pf-page-contents-kv__pagination > .pf-carousel__bullet--active {
  background: #fff;
}

.pf-page-contents-kv__pagination > .pf-carousel__bullet:not(:first-child) {
  margin-left: 3px;
}

.pf-page-top {
  -webkit-transition: opacity .3s;
  left: 0;
  margin: 0 auto;
  max-width: 1200px;
  opacity: 1;
  pointer-events: none;
  position: fixed;
  right: 0;
  transition: opacity .3s;
  z-index: 100;
}

.pf-page-top--disabled {
  opacity: 0 !important;
}

.pf-page-top--disabled .pf-page-top__button {
  cursor: default;
  pointer-events: none;
}

.pf-page-top__button {
  -webkit-transition: opacity .3s;
  background: #00146E;
  border-radius: 50%;
  bottom: 0;
  display: block;
  font-size: 0;
  opacity: 1;
  pointer-events: auto;
  position: absolute;
  transition: opacity .3s;
}

.pf-page-top__button::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  color: #fff;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
  font-size: 2.4rem;
  height: 100%;
          justify-content: center;
  width: 100%;
}

#pf-page-top-inview {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 150vh;
  width: 1px;
}

.pf-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: center;
}

.pf-pagination__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pf-pagination__button {
  display: block;
  position: relative;
  width: 40px;
}

.pf-pagination__button::before, .pf-pagination__button::after {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

.pf-pagination__button::before {
  padding-top: 100%;
  position: relative;
}

.pf-pagination__button::after {
  -webkit-box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 50%;
          box-sizing: border-box;
  height: 100%;
  position: absolute;
}

.pf-pagination__button--active {
  pointer-events: none;
}

.pf-pagination__button--active::after {
  background-color: #00146E;
  border: 1px solid #00146E;
}

.pf-pagination__button--active .pf-pagination__label {
  color: #fff;
}

.pf-pagination__button:hover {
  -webkit-transition: opacity .3s;
  opacity: 1;
  transition: opacity .3s;
}

.pf-pagination__button:hover .pf-pagination__label {
  -webkit-transition: opacity .3s;
  opacity: 1;
  transition: opacity .3s;
}

.pf-pagination__label {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
          justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.pf-pagination__button-group {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
          justify-content: center;
  margin-left: 24px;
  margin-right: 24px;
}

.pf-pagination__arrow > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: opacity .3s;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
  font-size: 0;
  height: 100%;
          justify-content: center;
  opacity: 1;
  overflow: hidden;
  position: relative;
  transition: opacity .3s;
  width: 100%;
}

.pf-pagination__arrow > a::before, .pf-pagination__arrow > a::after {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 18px;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 18px;
}

.pf-pagination__arrow--prev, .pf-pagination__arrow--next {
  height: 18px;
  position: relative;
  width: 18px;
}

.pf-pagination__arrow--prev > a::after, .pf-pagination__arrow--next > a::after {
  content: "";
  left: 0;
}

.pf-pagination__arrow--prev {
  margin-left: 12px;
}

.pf-pagination__arrow--prev > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pf-pagination__arrow--next {
  margin-right: 12px;
}

.pf-pagination__arrow--latest, .pf-pagination__arrow--oldest {
  height: 18px;
  position: relative;
  width: 26px;
}

.pf-pagination__arrow--latest > a::before, .pf-pagination__arrow--oldest > a::before {
  content: "";
  left: 0;
}

.pf-pagination__arrow--latest > a::after, .pf-pagination__arrow--oldest > a::after {
  content: "";
  right: 0;
}

.pf-pagination__arrow--latest > a::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pf-pagination__arrow--latest > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

#tl_top_recommend_ranking .pf-carousel__item .pf-article-link__anchor--stack-outline::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  background: #fff;
  border-radius: 50%;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  content: "1";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
  font-size: 1.8rem;
  font-weight: bold;
  height: 48px;
          justify-content: center;
  left: 3%;
  position: absolute;
  top: 3%;
  width: 48px;
  z-index: 10;
}

#tl_top_recommend_ranking .pf-carousel__item:nth-child(1) .pf-article-link__anchor--stack-outline::after {
  content: "1";
}

#tl_top_recommend_ranking .pf-carousel__item:nth-child(2) .pf-article-link__anchor--stack-outline::after {
  content: "2";
}

#tl_top_recommend_ranking .pf-carousel__item:nth-child(3) .pf-article-link__anchor--stack-outline::after {
  content: "3";
}

#tl_top_recommend_ranking .pf-carousel__item:nth-child(4) .pf-article-link__anchor--stack-outline::after {
  content: "4";
}

#tl_top_recommend_ranking .pf-carousel__item:nth-child(5) .pf-article-link__anchor--stack-outline::after {
  content: "5";
}

#tl_top_recommend_ranking .pf-carousel__item:nth-child(6) .pf-article-link__anchor--stack-outline::after {
  content: "6";
}

.pf-search__input-text {
  position: relative;
}

.pf-search__text {
  border: none;
  font-size: 1.6rem;
  height: 37px;
  line-height: normal;
  padding-left: 16px;
  padding-right: 48px;
  position: relative;
  width: 100%;
}

.pf-search--sm .pf-search__text {
  background: #F1F1F1;
  font-size: 1.2rem;
  height: 26px;
  padding-left: 8px;
  padding-right: 8px;
}

.pf-search__input-text::-webkit-input-placeholder {
  color: #6E6E6E;
}

.pf-search__input-text::-moz-placeholder {
  color: #6E6E6E;
}

.pf-search__input-text:-ms-input-placeholder {
  color: #6E6E6E;
}

.pf-search__input-text::-ms-input-placeholder {
  color: #6E6E6E;
}

.pf-search__input-text::placeholder {
  color: #6E6E6E;
}

.pf-search__text::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

.pf-search__text::-moz-placeholder {
  color: #222;
  opacity: 1;
}

.pf-search__text:-ms-input-placeholder {
  color: #222;
  opacity: 1;
}

.pf-search__text::-ms-input-placeholder {
  color: #222;
  opacity: 1;
}

.pf-search__text::placeholder {
  color: #222;
  opacity: 1;
}

.pf-search__submit {
  -webkit-transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 2.0rem;
  height: 37px;
  outline-offset: -2px;
  position: absolute;
  right: 8px;
  top: 50%;
          transform: translateY(-50%);
  width: 37px;
  z-index: 2;
}

.pf-search__submit:hover ~ .pf-search__icon {
  opacity: .5;
}

.pf-search__icon {
  -webkit-transform: translateY(-50%);
  -webkit-transition: opacity .3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.0rem;
  height: 37px;
          justify-content: center;
  opacity: 1;
  position: absolute;
  right: 8px;
  top: 50%;
          transform: translateY(-50%);
  transition: opacity .3s;
  width: 37px;
  z-index: 1;
}

.pf-search--sm {
  width: 240px;
}

.pf-search--bordered .pf-search__input-text {
  border: 1px solid #B2B2B2;
}

.js-search-hide-element {
  -webkit-transition: max-height .3s;
  transition: max-height .3s;
}

.js-search-hide-element--hidden {
  max-height: 0 !important;
  overflow: hidden;
}

.pf-simple-accordion {
  position: relative;
  width: 100%;
}

.pf-simple-accordion__input {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  z-index: 15;
}

.pf-simple-accordion__input:focus ~ .pf-simple-accordion__title::before, .pf-simple-accordion__input:focus ~ h2 > .pf-simple-accordion__title::before {
  outline: 2px solid #B2B2B2 !important;
  outline-offset: -2px;
}

.pf-simple-accordion__title {
  font-weight: bold;
  position: relative;
}

.pf-simple-accordion__title::before {
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid transparent;
  border-radius: 3px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.pf-simple-accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion, .pf-simple-accordion__item .pf-simple-accordion {
  border-bottom: 0px solid transparent;
}

.pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor, .pf-simple-accordion__anchor {
  outline-offset: -2px;
  padding-left: 2px;
}

.pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor .pf-simple-accordion--external, .pf-simple-accordion__anchor .pf-simple-accordion--external {
  position: relative;
}

.pf-simple-accordion--external {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pf-simple-accordion--external::after {
  content: "";
  font-family: "pf-icon" !important;
  font-weight: normal;
  margin-left: .4em;
}

.pf-simple-accordion--external.pf-external-link::after {
  content: none;
}

.pf-simple-accordion--external.pf-external-link .pf-external-link__icon {
  margin-left: 0.4em;
  vertical-align: text-top;
}

.pf-simple-accordion--external.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-simple-accordion--external.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-simple-accordion--independent-link .pf-simple-accordion__item {
  margin-left: 0;
}

.pf-simple-accordion > h2 {
  margin: 0;
}

.pf-sub-navs-foot {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 100%;
          justify-content: flex-end;
}

.pf-sub-navs-foot__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 12px;
  margin-top: 12px;
}

.pf-sub-navs-foot__item .pf-button {
  margin-bottom: 0;
  margin-top: 0;
}

.pf-recommendation-completed .pf-sub-navs-foot {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pf-sub-navs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
          justify-content: flex-end;
}

.pf-sub-navs__item {
  font-size: 1.2rem;
  font-weight: bold;
}

.pf-sub-navs__item:not(:first-child) {
  margin-left: 24px;
}

.pf-sub-navs__anchor {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-transition: opacity .3s ease-in-out;
          align-items: center;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: opacity .3s ease-in-out;
}

.pf-sub-navs__anchor > i {
  margin-right: 6px;
}

.pf-sub-navs__anchor--external {
  overflow: visible;
  padding-right: 1.4em;
  position: relative;
}

.pf-sub-navs__anchor--external::after {
  content: "";
  font-family: "pf-icon" !important;
  position: absolute;
}

.pf-sub-navs__anchor--external.pf-external-link::after {
  content: none;
}

.pf-sub-navs__anchor--external.pf-external-link .pf-external-link__icon {
  -webkit-transform: translateY(-50%);
  font-size: 1.0rem;
  height: 1em;
  position: absolute;
  right: 1px;
  top: 50%;
          transform: translateY(-50%);
  vertical-align: text-top;
}

.pf-sub-navs__anchor--external.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-sub-navs__anchor--external.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-tag-button-group {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      flex-wrap: wrap;
}

.pf-tag-button {
  -webkit-transition: opacity .3s;
  opacity: 1;
  transition: opacity .3s;
}

.pf-tag-button--selected .pf-tag-button__anchor {
  background-color: #00146E;
  border-color: #00146E;
  color: #fff;
}

.pf-tag-button--round .pf-tag-button__anchor {
  border-radius: 50px;
}

.pf-tag-button--icon-close {
  position: relative;
}

.pf-tag-button--icon-close::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-transform: translateY(-50%);
          align-items: center;
  color: #fff;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
          justify-content: center;
  position: absolute;
  right: 12px;
  top: 50%;
          transform: translateY(-50%);
  width: 18px;
  z-index: 5;
}

.pf-tag-button--icon-close .pf-tag-button__anchor {
  padding-right: 38px;
}

.pf-tag-button-accordion {
  height: 0;
  overflow: hidden;
}

.pf-tag-button__anchor {
  background: #fff;
  border: solid 1px #B2B2B2;
  color: #333;
  display: block;
  outline-offset: -2px;
  padding: 7px 12px;
  z-index: 1;
}

.pf-tag-button__anchor--ranking {
  background: #fff;
  border: solid 1px #00146E;
  border-radius: 50px;
  color: #00146E;
  display: block;
  outline-offset: -2px;
  padding: 7px 12px;
  z-index: 1;
}

.pf-tag-button__anchor--ranking .pf-tag-button__inner {
  font-weight: bold;
}

.pf-tag-button__inner {
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
  padding-left: .75em;
  position: relative;
  text-indent: -.75em;
  width: 100%;
  word-break: break-word;
}

.pf-tag-button__inner::before {
  content: "#";
  display: inline-block;
  text-indent: 0;
  width: .75em;
}

.pf-tag-group {
  -ms-flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-wrap: wrap;
  width: 100%;
}

.pf-tag-group-accordion {
  display: block;
  height: 0;
  overflow: hidden;
}

.pf-tag-group-accordion--active {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.pf-tag-nav {
  overflow: hidden;
  padding-bottom: 8px;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}

.pf-tag-nav::before, .pf-tag-nav::after {
  bottom: 0;
  content: "";
  height: 100%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 5;
}

.pf-tag-nav::before {
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, #F1F1F1), to(rgba(241, 241, 241, 0)));
  background: linear-gradient(to right, #F1F1F1 60%, rgba(241, 241, 241, 0));
  left: 0;
}

.pf-tag-nav::after {
  background: -webkit-gradient(linear, right top, left top, color-stop(60%, #F1F1F1), to(rgba(241, 241, 241, 0)));
  background: linear-gradient(to left, #F1F1F1 60%, rgba(241, 241, 241, 0));
  right: 0;
}

.pf-tag-nav.pf-tag-nav--is-first::before {
  display: none;
  padding-left: 0;
}

.pf-tag-nav.pf-tag-nav--is-last::after {
  display: none;
  padding-right: 0;
}

.pf-tag-nav__wraper {
  -ms-flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
      flex-wrap: nowrap;
  position: relative;
  z-index: 3;
}

.pf-tag-nav__wraper > .pf-tag-button {
  margin-top: 0;
  white-space: nowrap;
}

.pf-tag-nav__wraper .pf-text-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  min-height: 100%;
}

.pf-tag-nav__wraper .pf-text-link .pf-text-link__anchor {
  display: block;
  white-space: nowrap;
}

.pf-tag-nav__prev, .pf-tag-nav__next {
  -webkit-transform: translateY(-50%);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-size: 0;
  height: 36px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
          transform: translateY(-50%);
  vertical-align: middle;
  width: 36px;
  z-index: 10;
}

.pf-tag-nav__prev::before, .pf-tag-nav__next::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}

.pf-tag-nav__prev::after, .pf-tag-nav__next::after {
  -webkit-box-align: center;
      -ms-flex-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
  font-size: 1.8rem;
  height: 100%;
          justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.pf-tag-nav__prev {
  left: 4px;
}

.pf-tag-nav__prev::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pf-tag-nav__next {
  right: 4px;
}

.pf-tag-nav__disabled {
  display: none !important;
}

.pf-tag-nav-recommendation .pf-tag-nav__next,
.pf-tag-nav-recommendation .pf-tag-nav__prev {
  display: none;
}

.pf-tag-search-result {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          justify-content: space-between;
}

.pf-tag-search-result__title {
  color: #333;
  font-weight: bold;
  margin: 0;
}

.pf-tag {
  -webkit-transition: opacity .3s;
  background-color: #fff;
  margin-right: 8px;
  max-width: 100%;
  opacity: 1;
  transition: opacity .3s;
}

.pf-tag--invert {
  background-color: #F1F1F1;
}

.pf-tag__anchor {
  display: block;
  max-width: 100%;
  outline-offset: -2px;
  padding: 0 0.8rem;
  position: relative;
  text-indent: 8px;
  white-space: nowrap;
}

.pf-tag__anchor::after {
  content: "#";
  left: 0;
  position: absolute;
}

.pf-text-link-group {
  display: block;
}

.pf-text-link {
  display: block;
  margin-bottom: 0;
}

.pf-text-link__anchor {
  -webkit-transition: opacity .3s;
  color: #00146E;
  cursor: pointer;
  display: inline-block;
  opacity: 1;
  text-decoration: none;
  transition: opacity .3s;
}

.pf-text-link__anchor--icon {
  position: relative;
}

.pf-text-link__anchor--icon::before, .pf-text-link__anchor--icon::after {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "pf-icon";
          justify-content: center;
  position: absolute;
  top: 0;
}

.pf-text-link__anchor--icon-l-plus {
  padding-left: 1.2em;
}

.pf-text-link__anchor--icon-l-plus::before {
  content: "";
  left: 0;
}

.pf-text-link__anchor--icon-r-plus {
  padding-right: 1.2em;
}

.pf-text-link__anchor--icon-r-plus::after {
  content: "";
  right: 0;
}

.pf-text-link__anchor--icon-l-minus {
  padding-left: 1.2em;
}

.pf-text-link__anchor--icon-l-minus::before {
  content: "";
  left: 0;
}

.pf-text-link__anchor--icon-r-minus {
  padding-right: 1.2em;
}

.pf-text-link__anchor--icon-r-minus::after {
  content: "";
  right: 0;
}

.pf-text-link__anchor--icon-arrow {
  padding-right: 1.4em;
}

.pf-text-link__anchor--icon-arrow::before {
  content: "";
  right: 0;
}

.pf-text-link__anchor--icon-external {
  padding-right: 1.4em;
}

.pf-text-link__anchor--icon-external::before {
  content: "";
  right: 0;
}

.pf-text-link__anchor--icon-external.pf-external-link::before {
  content: none;
}

.pf-text-link__anchor--icon-external.pf-external-link .pf-external-link__icon {
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.4em;
  vertical-align: text-top;
}

.pf-text-link__anchor--icon-external.pf-external-link .pf-external-link__icon--black {
  -webkit-filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
          filter: invert(13%) sepia(2%) saturate(0%) hue-rotate(165deg) brightness(100%) contrast(80%);
}

.pf-text-link__anchor--icon-external.pf-external-link .pf-external-link__icon--primary {
  -webkit-filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
          filter: invert(11%) sepia(55%) saturate(4341%) hue-rotate(225deg) brightness(86%) contrast(117%);
}

.pf-text-link__anchor--wide {
  border-bottom: 1px solid #E5E5E5;
  color: #333;
  font-weight: bold;
  width: 100%;
}

.pf-text-link__anchor--wide:focus {
  outline: 0 !important;
}

.pf-text-link__anchor--wide:hover {
  color: #333 !important;
}

.pf-text-link__anchor:hover {
  color: #00146E;
}

.pf-text-link--invert .pf-text-link__anchor {
  color: #fff;
}

.pf-text-link--align-right {
  text-align: right;
}

.pf-text {
  color: #333;
}

.pf-text.res-contents.pf-text--label, .pf-text--label {
  font-weight: bold;
}

.pf-text.res-contents.pf-text--label1, .pf-text--label1 {
  font-weight: bold;
}

.pf-text.res-contents.pf-text--label1-2, .pf-text--label1-2 {
  font-weight: bold;
}

.pf-text.res-contents.pf-text--label2, .pf-text--label2 {
  font-weight: bold;
}

.pf-text.res-contents.pf-text--label2-2, .pf-text--label2-2 {
  font-weight: bold;
}

.pf-text.res-contents.pf-text--label3, .pf-text--label3 {
  font-weight: bold;
}

.pf-text.res-contents.pf-text--annotation, .pf-text--annotation {
  font-size: 1.2rem;
}

.pf-text.res-contents.pf-text--copy, .pf-text--copy {
  font-size: 1.0rem;
}

.pf-text > p {
  margin: 0;
}

.pf-text.pf-no-margin-top {
  margin-top: 0 !important;
}

.pf-authoring-area {
  
  
  
  
  
  
  
  
  
  
}

.pf-authoring-area .pf-text {
  color: #333;
}

.pf-authoring-area .pf-text.res-contents.pf-text--label, .pf-authoring-area .pf-text--label {
  font-weight: bold;
}

.pf-authoring-area .pf-text.res-contents.pf-text--label1, .pf-authoring-area .pf-text--label1 {
  font-weight: bold;
}

.pf-authoring-area .pf-text.res-contents.pf-text--label1-2, .pf-authoring-area .pf-text--label1-2 {
  font-weight: bold;
}

.pf-authoring-area .pf-text.res-contents.pf-text--label2, .pf-authoring-area .pf-text--label2 {
  font-weight: bold;
}

.pf-authoring-area .pf-text.res-contents.pf-text--label2-2, .pf-authoring-area .pf-text--label2-2 {
  font-weight: bold;
}

.pf-authoring-area .pf-text.res-contents.pf-text--label3, .pf-authoring-area .pf-text--label3 {
  font-weight: bold;
}

.pf-authoring-area .pf-text.res-contents.pf-text--annotation, .pf-authoring-area .pf-text--annotation {
  font-size: 1.2rem;
}

.pf-authoring-area .pf-text.res-contents.pf-text--copy, .pf-authoring-area .pf-text--copy {
  font-size: 1.0rem;
}

.pf-authoring-area .pf-text > p {
  margin: 0;
}

.pf-authoring-area .pf-text.pf-no-margin-top {
  margin-top: 0 !important;
}

.pf-tl-logo--absolute-display img {
  width: 100%;
}

.ANA-1603 .pf-ana1603--design02 h3.type--header-3 {
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}

#em-padding-div ~ .pf-main .pf-content:has([data-container-id]) {
  z-index: initial;
}

@supports not selector(:has(+ *)) {
  #em-padding-div ~ .pf-main .pf-content {
    z-index: initial;
  }
}

#em-padding-div ~ .pf-main .asw-header-bottom,
#em-padding-div ~ .pf-main .asw-header-bottom__list,
#em-padding-div ~ .pf-main .asw-page-top {
  z-index: -1;
}

@media screen and (min-width: 768px) {
  a:hover {
    color: #333;
    text-decoration: none;
  }
  html,
  body {
    min-width: 1024px;
  }
  .pf-content {
    margin-bottom: 64px;
  }
  .pf-text a:hover, .pf-headline a:hover {
    opacity: .5;
  }
  #tl_top_recommend_tag_test .pf-headline.pf-headline--head3,
  #tl_top_recommend_tag_002_test .pf-headline.pf-headline--head3 {
    margin-top: 48px;
  }
  #tl_top_recommend_tag_test .pf-text > p,
  #tl_top_recommend_tag_002_test .pf-text > p {
    max-height: 72px;
  }
  .pf-flex-lg {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pf-inline-flex-lg {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .pf-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .pf-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .pf-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .pf-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .pf-justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pf-justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .pf-justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pf-justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pf-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .pf-justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .pf-align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pf-align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .pf-align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pf-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .pf-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .pf-align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .pf-align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .pf-align-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .pf-align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .pf-align-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .pf-hidden-lg {
    display: none !important;
  }
  .pf-hover:hover {
    opacity: .5;
  }
  .pf-align-center-lg {
    text-align: center;
  }
  .pf-align-left-lg {
    text-align: left;
  }
  .pf-align-right-lg {
    text-align: right;
  }
  .ANA-0102-1 li.bullet {
    margin-bottom: 8px;
  }
  .ANA-0102-1 li.bullet > p {
    margin-top: 16px;
  }
  .ANA-0102-1 li.bullet > p {
    margin-bottom: 16px;
  }
  .ANA-0102-1 .list-note-num li {
    margin-bottom: 8px;
  }
  .ANA-0102-1 .list-note-num li .note-des > p {
    margin-top: 16px;
  }
  .ANA-0102-1 .list-note-num li .note-des > p {
    margin-bottom: 16px;
  }
  .ANA-0102-1.list-mt-normal {
    margin-top: 24px;
  }
  .ANA-1613 > div > dl,
  .ANA-1716 > div > dl {
    margin-bottom: 24px;
  }
  .ANA-1613 > div > dl > dt,
  .ANA-1716 > div > dl > dt {
    margin-top: 24px;
  }
  .ANA-1613 dl dt,
  .ANA-1716 dl dt {
    font-size: 1.8rem;
  }
  .ANA-1613 dl dd,
  .ANA-1716 dl dd {
    margin-top: 8px;
  }
  .ANA-1613 dl dd dt:not(:first-child),
  .ANA-1716 dl dd dt:not(:first-child) {
    margin-top: 8px;
  }
  .pf-authoring-area .ANA-0102-1 li.bullet {
    margin-bottom: 16px;
  }
  .pf-authoring-area .ANA-0102-1 li.bullet > p {
    margin-top: 24px;
  }
  .pf-authoring-area .ANA-0102-1 li.bullet > p {
    margin-bottom: 24px;
  }
  .pf-authoring-area .ANA-0102-1 .list-note-num li {
    margin-bottom: 16px;
  }
  .pf-authoring-area .ANA-0102-1 .list-note-num li .note-des > p {
    margin-top: 24px;
  }
  .pf-authoring-area .ANA-0102-1 .list-note-num li .note-des > p {
    margin-bottom: 24px;
  }
  .pf-authoring-area .ANA-0102-1.list-mt-normal {
    margin-top: 32px;
  }
  .pf-authoring-area .ANA-1613 > div > dl,
  .pf-authoring-area .ANA-1716 > div > dl {
    margin-bottom: 32px;
  }
  .pf-authoring-area .ANA-1613 > div > dl > dt,
  .pf-authoring-area .ANA-1716 > div > dl > dt {
    margin-top: 32px;
  }
  .pf-authoring-area .ANA-1613 dl dt,
  .pf-authoring-area .ANA-1716 dl dt {
    font-size: 1.8rem;
  }
  .pf-authoring-area .ANA-1613 dl dd,
  .pf-authoring-area .ANA-1716 dl dd {
    margin-top: 16px;
  }
  .pf-authoring-area .ANA-1613 dl dd dt:not(:first-child),
  .pf-authoring-area .ANA-1716 dl dd dt:not(:first-child) {
    margin-top: 16px;
  }
  .ANA-0074 .image-link:hover {
    opacity: .5;
  }
  .ANA-0074 .image-link[target="_blank"]::after, .ANA-0074 .image-link[href$=".pdf"]::after, .ANA-0074 .image-link[href$=".doc"]::after, .ANA-0074 .image-link[href$=".docx"]::after, .ANA-0074 .image-link[href$=".xls"]::after, .ANA-0074 .image-link[href$=".xlsx"]::after {
    bottom: -6px;
    font-size: 1.2rem;
    position: absolute;
    right: -16px;
  }
  .ANA-1501 .table-responsive.pf-no-margin-top-lg > table {
    margin-top: 0 !important;
  }
  .ANA-1501 table {
    margin-top: 64px;
  }
  .ANA-1501 table thead th,
  .ANA-1501 table thead td {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .ANA-1501 table tbody th,
  .ANA-1501 table tbody td {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .ANA-1501 table th {
    font-size: 1.6rem;
  }
  .ANA-1501 caption {
    font-size: 1.8rem;
    padding-bottom: 16px;
  }
  .ANA-0003 .pf-no-margin-top-lg .pf-image--custom,
  .ANA-0074 .pf-no-margin-top-lg .pf-image--custom {
    margin-top: 0 !important;
  }
  .ANA-1603 .pf-no-margin-top-lg > *,
  .ANA-1604 .pf-no-margin-top-lg > * {
    margin-top: 0 !important;
  }
  .ANA-1604 p,
  .ANA-1613 p {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .ANA-1605 p {
    margin-top: 16px;
  }
  .ANA-1605 p a:hover {
    text-decoration: underline;
  }
  .ANA-1605 p a {
    font-size: 1.8rem;
  }
  .ANA-1607 .accordion-head:hover {
    opacity: .5;
  }
  .ANA-1607 .accordion-head {
    padding: 24px 0;
  }
  .ANA-1607 .cmp-accordion__title {
    font-size: 1.8rem;
  }
  .ANA-1607 .cmp-accordion__panel {
    padding-bottom: 48px;
    padding-top: 24px;
  }
  .ANA-1607 .arrow:before {
    font-size: 2.0rem;
  }
  .ANA-1612 .layout-grid {
    margin-top: 24px;
  }
  .ANA-1612 .layout-grid {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
  }
  .ANA-1612 .layout-grid-section-column2 {
    width: 48%;
  }
  .ANA-1612 .layout-grid-section-column3 {
    width: 30.6666666667%;
  }
  .ANA-1612 .layout-grid-section-column4 {
    width: 22%;
  }
  .ANA-1612 .layout-grid-section-column2:not(:nth-child(2n+1)), .ANA-1612 .layout-grid-section-column3:not(:nth-child(3n+1)), .ANA-1612 .layout-grid-section-column4:not(:nth-child(4n+1)) {
    margin-left: 4%;
  }
  .ANA-0060 .pf-text a:hover,
  .ANA-0060 .pf-headline a:hover {
    opacity: .5;
  }
  .ANA-0060 .pf-text a:hover,
  .ANA-0060 .pf-headline a:hover {
    opacity: .5;
  }
  .ANA-1501 a:hover,
  .ANA-1603 a:hover,
  .ANA-1604 a:hover,
  .ANA-0102-1 a:hover,
  .ANA-0102-2 a:hover,
  .ANA-1613 a:hover,
  .ANA-1716 a:hover {
    text-decoration: underline;
  }

  .ANA-1703 .pf-text-link__anchor {
    font-size: 1.4rem;
  }
  .pf-grid__col--lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.34783%;
            flex: 0 0 4.34783%;
    width: 4.34783%;
  }
  .pf-grid__col--lg-1 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-1 {
    margin-left: 4.34783%;
  }
  .pf-grid__col--lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.69565%;
            flex: 0 0 8.69565%;
    width: 8.69565%;
  }
  .pf-grid__col--lg-2 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-2 {
    margin-left: 8.69565%;
  }
  .pf-grid__col--lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.04348%;
            flex: 0 0 13.04348%;
    width: 13.04348%;
  }
  .pf-grid__col--lg-3 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-3 {
    margin-left: 13.04348%;
  }
  .pf-grid__col--lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.3913%;
            flex: 0 0 17.3913%;
    width: 17.3913%;
  }
  .pf-grid__col--lg-4 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-4 {
    margin-left: 17.3913%;
  }
  .pf-grid__col--lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.73913%;
            flex: 0 0 21.73913%;
    width: 21.73913%;
  }
  .pf-grid__col--lg-5 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-5 {
    margin-left: 21.73913%;
  }
  .pf-grid__col--lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.08696%;
            flex: 0 0 26.08696%;
    width: 26.08696%;
  }
  .pf-grid__col--lg-6 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-6 {
    margin-left: 26.08696%;
  }
  .pf-grid__col--lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.43478%;
            flex: 0 0 30.43478%;
    width: 30.43478%;
  }
  .pf-grid__col--lg-7 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-7 {
    margin-left: 30.43478%;
  }
  .pf-grid__col--lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.78261%;
            flex: 0 0 34.78261%;
    width: 34.78261%;
  }
  .pf-grid__col--lg-8 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-8 {
    margin-left: 34.78261%;
  }
  .pf-grid__col--lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.13043%;
            flex: 0 0 39.13043%;
    width: 39.13043%;
  }
  .pf-grid__col--lg-9 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-9 {
    margin-left: 39.13043%;
  }
  .pf-grid__col--lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.47826%;
            flex: 0 0 43.47826%;
    width: 43.47826%;
  }
  .pf-grid__col--lg-10 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-10 {
    margin-left: 43.47826%;
  }
  .pf-grid__col--lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.82609%;
            flex: 0 0 47.82609%;
    width: 47.82609%;
  }
  .pf-grid__col--lg-11 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-11 {
    margin-left: 47.82609%;
  }
  .pf-grid__col--lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.17391%;
            flex: 0 0 52.17391%;
    width: 52.17391%;
  }
  .pf-grid__col--lg-12 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-12 {
    margin-left: 52.17391%;
  }
  .pf-grid__col--lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.52174%;
            flex: 0 0 56.52174%;
    width: 56.52174%;
  }
  .pf-grid__col--lg-13 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-13 {
    margin-left: 56.52174%;
  }
  .pf-grid__col--lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60.86957%;
            flex: 0 0 60.86957%;
    width: 60.86957%;
  }
  .pf-grid__col--lg-14 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-14 {
    margin-left: 60.86957%;
  }
  .pf-grid__col--lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.21739%;
            flex: 0 0 65.21739%;
    width: 65.21739%;
  }
  .pf-grid__col--lg-15 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-15 {
    margin-left: 65.21739%;
  }
  .pf-grid__col--lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.56522%;
            flex: 0 0 69.56522%;
    width: 69.56522%;
  }
  .pf-grid__col--lg-16 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-16 {
    margin-left: 69.56522%;
  }
  .pf-grid__col--lg-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73.91304%;
            flex: 0 0 73.91304%;
    width: 73.91304%;
  }
  .pf-grid__col--lg-17 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-17 {
    margin-left: 73.91304%;
  }
  .pf-grid__col--lg-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78.26087%;
            flex: 0 0 78.26087%;
    width: 78.26087%;
  }
  .pf-grid__col--lg-18 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-18 {
    margin-left: 78.26087%;
  }
  .pf-grid__col--lg-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82.6087%;
            flex: 0 0 82.6087%;
    width: 82.6087%;
  }
  .pf-grid__col--lg-19 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-19 {
    margin-left: 82.6087%;
  }
  .pf-grid__col--lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86.95652%;
            flex: 0 0 86.95652%;
    width: 86.95652%;
  }
  .pf-grid__col--lg-20 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-20 {
    margin-left: 86.95652%;
  }
  .pf-grid__col--lg-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.30435%;
            flex: 0 0 91.30435%;
    width: 91.30435%;
  }
  .pf-grid__col--lg-21 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-21 {
    margin-left: 91.30435%;
  }
  .pf-grid__col--lg-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.65217%;
            flex: 0 0 95.65217%;
    width: 95.65217%;
  }
  .pf-grid__col--lg-22 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-22 {
    margin-left: 95.65217%;
  }
  .pf-grid__col--lg-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .pf-grid__col--lg-23 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--lg-23 {
    margin-left: 100%;
  }
  .pf-mt--zero {
    margin-top: 0 !important;
  }
  .pf-mb--zero {
    margin-bottom: 0 !important;
  }
  .pf-mt--3xs {
    margin-top: 4px !important;
  }
  .pf-mb--3xs {
    margin-bottom: 4px !important;
  }
  .pf-mt--xxs {
    margin-top: 8px !important;
  }
  .pf-mb--xxs {
    margin-bottom: 8px !important;
  }
  .pf-mt--xs {
    margin-top: 12px !important;
  }
  .pf-mb--xs {
    margin-bottom: 12px !important;
  }
  .pf-mt--s {
    margin-top: 16px !important;
  }
  .pf-mb--s {
    margin-bottom: 16px !important;
  }
  .pf-mt--m {
    margin-top: 24px !important;
  }
  .pf-mb--m {
    margin-bottom: 24px !important;
  }
  .pf-mt--l {
    margin-top: 32px !important;
  }
  .pf-mb--l {
    margin-bottom: 32px !important;
  }
  .pf-mt--xl {
    margin-top: 48px !important;
  }
  .pf-mb--xl {
    margin-bottom: 48px !important;
  }
  .pf-mt--xxl {
    margin-top: 64px !important;
  }
  .pf-mb--xxl {
    margin-bottom: 64px !important;
  }
  .pf-mt--lg-zero {
    margin-top: 0 !important;
  }
  .pf-mb--lg-zero {
    margin-bottom: 0 !important;
  }
  .pf-mt--lg-3xs {
    margin-top: 4px !important;
  }
  .pf-mb--lg-3xs {
    margin-bottom: 4px !important;
  }
  .pf-mt--lg-xxs {
    margin-top: 8px !important;
  }
  .pf-mb--lg-xxs {
    margin-bottom: 8px !important;
  }
  .pf-mt--lg-xs {
    margin-top: 12px !important;
  }
  .pf-mb--lg-xs {
    margin-bottom: 12px !important;
  }
  .pf-mt--lg-s {
    margin-top: 16px !important;
  }
  .pf-mb--lg-s {
    margin-bottom: 16px !important;
  }
  .pf-mt--lg-m {
    margin-top: 24px !important;
  }
  .pf-mb--lg-m {
    margin-bottom: 24px !important;
  }
  .pf-mt--lg-l {
    margin-top: 32px !important;
  }
  .pf-mb--lg-l {
    margin-bottom: 32px !important;
  }
  .pf-mt--lg-xl {
    margin-top: 48px !important;
  }
  .pf-mb--lg-xl {
    margin-bottom: 48px !important;
  }
  .pf-mt--lg-xxl {
    margin-top: 64px !important;
  }
  .pf-mb--lg-xxl {
    margin-bottom: 64px !important;
  }
  .pf-authoring-area .pf-mt--zero {
    margin-top: 0 !important;
  }
  .pf-authoring-area .pf-mb--zero {
    margin-bottom: 0 !important;
  }
  .pf-authoring-area .pf-mt--3xs {
    margin-top: 8px !important;
  }
  .pf-authoring-area .pf-mb--3xs {
    margin-bottom: 8px !important;
  }
  .pf-authoring-area .pf-mt--xxs {
    margin-top: 16px !important;
  }
  .pf-authoring-area .pf-mb--xxs {
    margin-bottom: 16px !important;
  }
  .pf-authoring-area .pf-mt--xs {
    margin-top: 12px !important;
  }
  .pf-authoring-area .pf-mb--xs {
    margin-bottom: 12px !important;
  }
  .pf-authoring-area .pf-mt--s {
    margin-top: 24px !important;
  }
  .pf-authoring-area .pf-mb--s {
    margin-bottom: 24px !important;
  }
  .pf-authoring-area .pf-mt--m {
    margin-top: 32px !important;
  }
  .pf-authoring-area .pf-mb--m {
    margin-bottom: 32px !important;
  }
  .pf-authoring-area .pf-mt--l {
    margin-top: 48px !important;
  }
  .pf-authoring-area .pf-mb--l {
    margin-bottom: 48px !important;
  }
  .pf-authoring-area .pf-mt--xl {
    margin-top: 64px !important;
  }
  .pf-authoring-area .pf-mb--xl {
    margin-bottom: 64px !important;
  }
  .pf-authoring-area .pf-mt--xxl {
    margin-top: 80px !important;
  }
  .pf-authoring-area .pf-mb--xxl {
    margin-bottom: 80px !important;
  }
  .pf-authoring-area .pf-mt--lg-zero {
    margin-top: 0 !important;
  }
  .pf-authoring-area .pf-mb--lg-zero {
    margin-bottom: 0 !important;
  }
  .pf-authoring-area .pf-mt--lg-3xs {
    margin-top: 8px !important;
  }
  .pf-authoring-area .pf-mb--lg-3xs {
    margin-bottom: 8px !important;
  }
  .pf-authoring-area .pf-mt--lg-xxs {
    margin-top: 16px !important;
  }
  .pf-authoring-area .pf-mb--lg-xxs {
    margin-bottom: 16px !important;
  }
  .pf-authoring-area .pf-mt--lg-xs {
    margin-top: 12px !important;
  }
  .pf-authoring-area .pf-mb--lg-xs {
    margin-bottom: 12px !important;
  }
  .pf-authoring-area .pf-mt--lg-s {
    margin-top: 24px !important;
  }
  .pf-authoring-area .pf-mb--lg-s {
    margin-bottom: 24px !important;
  }
  .pf-authoring-area .pf-mt--lg-m {
    margin-top: 32px !important;
  }
  .pf-authoring-area .pf-mb--lg-m {
    margin-bottom: 32px !important;
  }
  .pf-authoring-area .pf-mt--lg-l {
    margin-top: 48px !important;
  }
  .pf-authoring-area .pf-mb--lg-l {
    margin-bottom: 48px !important;
  }
  .pf-authoring-area .pf-mt--lg-xl {
    margin-top: 64px !important;
  }
  .pf-authoring-area .pf-mb--lg-xl {
    margin-bottom: 64px !important;
  }
  .pf-authoring-area .pf-mt--lg-xxl {
    margin-top: 80px !important;
  }
  .pf-authoring-area .pf-mb--lg-xxl {
    margin-bottom: 80px !important;
  }
  .pf-page-contents__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pf-page-contents__side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pf-page-contents__foot {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
    margin-left: -4%;
    margin-right: -4%;
            order: 3;
  }
  .pf-section--content .pf-section__inner--lg {
    margin-left: 4%;
    margin-right: 4%;
  }
  .pf-section--content .pf-section__half-inner--lg {
    margin-left: 2%;
    margin-right: 2%;
  }
  .pf-section--top-margin {
    margin-top: 48px;
  }
  .pf-tile--1x2 .pf-tag, .pf-tile--1x2-reverse .pf-tag, .pf-tile--1x2-images .pf-tag, .pf-tile--1x2-images-reverse .pf-tag, .pf-tile--2col .pf-tag, .pf-tile--2col-1col .pf-tag, .pf-tile--3col-6col .pf-tag, .pf-tile--2col-3col .pf-tag {
    border: 1px solid #B2B2B2;
  }
  .pf-tile--1x2 {
    -ms-grid-columns: 64.0398550725% 2px 1fr;
    -ms-grid-rows: auto 50%;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
        grid-template-areas: "hero item1" "hero item2";
    grid-template-columns: 64.0398550725% 1fr;
    grid-template-rows: auto 50%;
  }
  .pf-tile--1x2 > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--2col > *[data-tile="0"], .pf-tile--2col-1col > *[data-tile="0"], .pf-tile--3col-6col > *[data-tile="0"], .pf-tile--2col-3col > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2 > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--2col > *[data-tile="1"], .pf-tile--2col-1col > *[data-tile="1"], .pf-tile--3col-6col > *[data-tile="1"], .pf-tile--2col-3col > *[data-tile="1"] {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .pf-tile--1x2 > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--2col > *[data-tile="2"], .pf-tile--2col-1col > *[data-tile="2"], .pf-tile--3col-6col > *[data-tile="2"], .pf-tile--2col-3col > *[data-tile="2"] {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .pf-tile--1x2 > *[data-tile="1"] {
    height: 0;
    padding-bottom: 103.7974683544%;
  }
  .pf-tile--1x2 > *[data-tile="1"] .pf-tile__placeholder {
    left: 0;
    position: absolute;
    top: 0;
  }
  .pf-tile--1x2-reverse {
    -ms-grid-columns: 1fr 2px 64.0398550725%;
    -ms-grid-rows: auto 50%;
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
        grid-template-areas: "item1 hero" "item2 hero";
    grid-template-columns: 1fr 64.0398550725%;
    grid-template-rows: auto 50%;
  }
  .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
  }
  .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"] {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"] {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-reverse > *[data-tile="1"] {
    height: 0;
    padding-bottom: 103.7974683544%;
  }
  .pf-tile--1x2-reverse > *[data-tile="1"] .pf-tile__placeholder {
    left: 0;
    position: absolute;
    top: 0;
  }
  .pf-tile--1x2-images {
    -ms-grid-columns: 66.5760869565% 0.1811594203% 1fr;
    -ms-grid-rows: auto 0.1811594203% auto;
    gap: 0.1811594203%;
        grid-template-areas: "hero item1" "hero item2";
    grid-template-columns: 66.5760869565% 1fr;
    grid-template-rows: auto auto;
  }
  .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"] {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"] {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .pf-tile--1x2-images-reverse {
    -ms-grid-columns: 1fr 0.1811594203% 66.5760869565%;
    -ms-grid-rows: auto 0.1811594203% auto;
    gap: 0.1811594203%;
        grid-template-areas: "item1 hero" "item2 hero";
    grid-template-columns: 1fr 66.5760869565%;
    grid-template-rows: auto auto;
  }
  .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
  .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"] {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pf-tile--2col-1col {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
    gap: 24px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .pf-tile--3col-6col {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    -webkit-column-gap: 1px;
       -moz-column-gap: 1px;
            column-gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto auto auto auto auto;
  }
  .pf-tile--2col-3col {
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    gap: 3px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .pf-tile--2col-4col .pf-tile__row {
    margin-left: -0.0905797101%;
    margin-right: -0.0905797101%;
  }
  .pf-tile--2col-4col .pf-tile__row > * {
    padding-left: 0.0905797101%;
    padding-right: 0.0905797101%;
    width: 25%;
  }
  .pf-tile--gutter.pf-tile--2col-4col .pf-article-link__tag-container,
  .pf-tile--gutter.pf-tile--2col-4col .pf-article-link__detail, .pf-tile--lg-gutter.pf-tile--2col-4col .pf-article-link__tag-container,
  .pf-tile--lg-gutter.pf-tile--2col-4col .pf-article-link__detail {
    padding-left: 8.7431693989%;
    padding-right: 8.7431693989%;
  }
  .pf-tile--1x2-images, .pf-tile--1x2-images-reverse {
    margin-bottom: 4px;
    margin-top: 16px;
  }
  .pf-authoring-area .pf-tile--1x2-images, .pf-authoring-area .pf-tile--1x2-images-reverse {
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .pf-action-button--lg-shadow::before {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .pf-action-button:hover > img, .pf-action-button:hover::after {
    opacity: .5;
  }
  .pf-action-button:last-of-type::before {
    opacity: 1;
    background: none;
    border-radius: unset;
  }
  .pf-action-button:last-of-type:hover > img {
    opacity: 0;
  }
  .pf-action-button:last-of-type::after {
    content: "";
    background:url('/common-layout2/images/button_mail_hover.svg');
    z-index: 1000;
    opacity: 0;
  }
  .pf-action-button:last-of-type:hover::after {
    opacity: 1;
  }
  .pf-action-button--shrink {
    padding-bottom: 40px;
    width: 40px;
  }
  .pf-action-button--shrink::after {
    font-size: 2.4rem;
  }
  .pf-ana-tweet {
    margin-top: 24px;
  }
  .pf-ana-tweet {
    margin-bottom: 24px;
  }
  .pf-ana-tweet {
    padding-bottom: 24px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 24px;
  }
  .pf-ana-tweet__title {
    font-size: 2.4rem;
  }
  .pf-ana-tweet__body {
    margin-top: 8px;
  }
  .pf-authoring-area .pf-ana-tweet {
    margin-top: 32px;
  }
  .pf-authoring-area .pf-ana-tweet {
    margin-bottom: 32px;
  }
  .pf-authoring-area .pf-ana-tweet {
    padding-bottom: 32px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 32px;
  }
  .pf-authoring-area .pf-ana-tweet__title {
    font-size: 2.4rem;
  }
  .pf-authoring-area .pf-ana-tweet__body {
    margin-top: 16px;
  }
  .pf-article-link-carousel {
    margin-left: 4%;
    margin-right: 4%;
    overflow: visible;
  }
  .pf-article-link-carousel .pf-article-link__anchor[target="_blank"]:after {
    bottom: 0;
    position: absolute;
    right: -1em;
  }
  .pf-article-link-carousel__container {
    margin-left: -2.1739130435%;
    margin-right: -2.1739130435%;
    overflow: hidden;
  }
  .pf-article-link-carousel__item {
    padding-left: 2.0833333333%;
    padding-right: 2.0833333333%;
  }
  .pf-article-link-carousel__prev, .pf-article-link-carousel__next {
    -webkit-transition: opacity .3s;
    opacity: 1;
    transition: opacity .3s;
  }
  .pf-article-link-carousel--no-margin .pf-article-link-carousel__container {
    margin-left: 0;
    margin-right: 0;
  }
  .pf-article-link-carousel--no-margin .pf-article-link-carousel__item {
    padding-left: 0;
    padding-right: 1px;
  }
  .pf-article-link-carousel--no-margin .pf-article-link__tag-container,
  .pf-article-link-carousel--no-margin .pf-article-link__detail {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pf-article-link-carousel--no-margin .pf-article-link__anchor[target="_blank"]:after {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .pf-article-link-carousel--no-margin .pf-article-link__anchor[target="_blank"] .pf-external-link__icon {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .pf-article-link-carousel[data-pc-disable-device] .pf-article-link-carousel__container {
    overflow: hidden;
  }
  .pf-article-link-carousel[data-pc-disable-device] .pf-article-link-carousel__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pf-article-link-carousel[data-pc-disable-device] .pf-article-link-carousel__item {
    padding-left: 2.0833333333%;
    padding-right: 2.0833333333%;
  }
  .pf-article-link-carousel[data-pc-disable-device].pf-article-link-carousel--no-margin .pf-article-link-carousel__item {
    padding-left: 0;
    padding-right: 1px;
  }
  .pf-article-link-carousel[data-pc-disable-device][data-pc-slides-per-view="2"] .pf-article-link-carousel__item {
    width: 50%;
  }
  .pf-article-link-carousel[data-pc-disable-device][data-pc-slides-per-view="3"] .pf-article-link-carousel__item {
    width: 33.3333333333%;
  }
  .pf-article-link-carousel[data-pc-disable-device][data-pc-slides-per-view="4"] .pf-article-link-carousel__item {
    width: 25%;
  }
  .pf-article-link-carousel[data-pc-disable-device] .pf-article-link-carousel__prev,
  .pf-article-link-carousel[data-pc-disable-device] .pf-article-link-carousel__next {
    display: none;
  }
  .pf-article-link-carousel[data-pc-slides-per-view="2"] .pf-article-link-carousel__item {
    width: 50%;
  }
  .pf-article-link-carousel[data-pc-slides-per-view="3"] .pf-article-link-carousel__item {
    width: 33.3333333333%;
  }
  .pf-article-link-carousel[data-pc-slides-per-view="4"] .pf-article-link-carousel__item {
    width: 25%;
  }
  .pf-article-link__anchor:hover .pf-article-link__title {
    text-decoration: underline;
  }
  .pf-article-link--sm .pf-article-link__detail {
    margin-top: 8px;
  }
  .pf-article-link--sm .pf-article-link__date {
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .pf-article-link--sm .pf-article-link__body {
    margin-top: 4px;
  }
  .pf-article-link--sm .pf-article-link__pref {
    font-size: 1.4rem;
  }
  .pf-article-link--sm .pf-article-link__title {
    font-size: 1.6rem;
    padding-top: 4px;
  }
  .pf-article-link--sm .pf-article-link__label + .pf-article-link__title {
    padding-top: 0;
  }
  .pf-article-link--sm .pf-article-link__description {
    font-size: 1.6rem;
    margin-top: 4px;
  }
  .pf-article-link--sm .pf-article-link__annotation {
    font-size: 1.2rem;
  }
  .pf-article-link--sm .pf-article-link__tag-container {
    margin-bottom: 16px;
  }
  .pf-article-link--md .pf-article-link__detail {
    margin-bottom: 16px;
    margin-left: 6.0759493671%;
    margin-right: 6.0759493671%;
    margin-top: 8px;
  }
  .pf-article-link--md .pf-article-link__title {
    font-size: 1.6rem;
    padding-top: 4px;
  }
  .pf-article-link--md .pf-article-link__tag-container {
    left: 0;
    padding-bottom: 74.9367088608%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .pf-article-link--md .pf-article-link__tags {
    bottom: 16px;
    left: 6.0759493671%;
    position: absolute;
    right: 6.0759493671%;
  }
  .pf-article-link--lg .pf-article-link__detail {
    margin-bottom: 24px;
    margin-left: 3.3946251768%;
    margin-right: 3.3946251768%;
    margin-top: 8px;
  }
  .pf-article-link--lg .pf-article-link__title {
    font-size: 1.6rem;
    padding-top: 4px;
  }
  .pf-article-link--lg .pf-article-link__label + .pf-article-link__title {
    padding-top: 0;
  }
  .pf-article-link--lg .pf-article-link__tags {
    bottom: 16px;
    left: 3.3946251768%;
    right: 3.3946251768%;
  }
  .pf-tile--1x2 .pf-article-link__detail,
  .pf-tile--1x2-reverse .pf-article-link__detail {
    margin-bottom: 0;
  }
  .pf-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    margin-top: 64px;
  }
  .pf-author__information:not(:first-child) {
    margin-left: 16px;
  }
  .pf-author__thumb {
    min-width: 40px;
  }
  .pf-author__name, .pf-author__organization {
    font-size: 1.6rem;
  }
  .pf-author--lg {
    margin-bottom: 24px;
    margin-top: 48px;
  }
  .pf-author--lg .pf-author__name {
    font-size: 2.4rem;
  }
  .pf-author--lg .pf-author__organization {
    font-size: 1.8rem;
  }
  .pf-authoring-area .pf-carousel {
    margin-left: 0;
    margin-right: 0;
  }
  .pf-authoring-area .pf-headline.pf-headline--head1 {
    margin-top: 16px;
  }
  .pf-authoring-area .pf-headline.pf-headline--head1 {
    margin-bottom: 16px;
  }
  .breadcrumb {
    padding-bottom: 9px;
    padding-top: 9px;
  }
  .breadcrumb::before {
    background: #EDEDED;
  }
  .breadcrumbs__items > li:not(:last-child) > a {
    -webkit-transition: opacity .3s;
    opacity: 1;
    transition: opacity .3s;
  }
  .pf-button-group {
    margin-top: 32px;
  }
  .pf-button-group {
    margin-bottom: 48px;
  }
  .pf-button-group {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-wrap: wrap;
            justify-content: center;
    margin-left: -2%;
    margin-right: -2%;
  }
  .pf-button-group__item {
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    width: 33.3333333333%;
  }
  .ANA-1612 .pf-button-group__item {
    width: 100%;
  }
  .pf-button {
    margin-top: 32px;
  }
  .pf-button {
    margin-bottom: 48px;
  }
  .pf-button {
    font-size: 2.0rem;
    max-width: 335px;
  }
  .pf-button--sm {
    font-size: 1.2rem;
    padding: 4px 16px;
  }
  .pf-button--highprimary:hover {
    background-color: rgba(0, 20, 110, 0.7);
    color: #fff;
  }
  .pf-button--highprimary-inversion:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #00146E;
  }
  .pf-button--primary:hover {
    background-color: rgba(204, 212, 234, 0.7);
    color: #00146E;
  }
  .pf-button--primary-inversion:hover {
    background-color: rgba(204, 212, 234, 0.7);
    color: #00146E;
  }
  .pf-button--secondary:hover {
    background-color: rgba(255, 255, 255, 0.7);
    color: #00146E;
  }
  .pf-button--secondary-inversion:hover {
    color: #fff;
  }
  .pf-button--highprimary-transparent:hover {
    color: #fff;
  }
  .pf-button--secondary-transparent:hover {
    color: #00146E;
  }
  .pf-button--icon::after, .pf-button--icon::before,
  .pf-button[href$=".pdf"] > span::after,
  .pf-button[href$=".doc"] > span::after,
  .pf-button[href$=".docx"] > span::after,
  .pf-button[href$=".xls"] > span::after,
  .pf-button[href$=".xlsx"] > span::after {
    font-size: 2.4rem;
  }
  .pf-button--icon-r-arrow, .pf-button--icon-r-external, .pf-button--icon-r-plus, .pf-button--icon-r-minus,
  .pf-button[href$=".pdf"] > span,
  .pf-button[href$=".doc"] > span,
  .pf-button[href$=".docx"] > span,
  .pf-button[href$=".xls"] > span,
  .pf-button[href$=".xlsx"] > span {
    padding-right: 30px;
  }
  .pf-button--icon-l-arrow, .pf-button--icon-l-external, .pf-button--icon-l-plus, .pf-button--icon-l-minus, .pf-button--icon-contents-login {
    padding-left: 27px;
  }
  .pf-button:hover span {
    text-decoration: underline;
  }
  .pf-carousel-recommendation--complete .pf-article-link-carousel__prev,
  .pf-carousel-recommendation--complete .pf-article-link-carousel__next {
    display: block;
  }
  .pf-comments {
    margin-top: 48px;
  }
  .pf-comments {
    margin-bottom: 48px;
  }
  .pf-comments__item:not(:first-child) {
    margin-top: 24px;
  }
  .pf-comments__imagebox {
    margin-right: 3.8461538462%;
    width: 13.3333333333%;
  }
  .pf-comments__text {
    border-radius: 0 20px 20px 20px;
    padding-bottom: 24px;
    padding-left: 4.1666666667%;
    padding-right: 4.1666666667%;
    padding-top: 24px;
  }
  .pf-contents-header {
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .pf-contents-header__buttons {
    padding-left: 8px;
  }
  .pf-contents-header__date {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 8px;
  }
  .pf-contents-header__text {
    font-size: 1.4rem;
  }
  .pf-contents-header__text:not(:first-child) {
    margin-left: 8px;
  }
  .pf-contents-index {
    margin: 80px 0;
    padding-bottom: 24px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 24px;
  }
  .pf-contents-index__list {
    margin-top: 16px;
  }
  .pf-contents-index__item:not(:first-child) {
    margin-top: 8px;
  }
  .pf-contents-index__anchor:hover {
    text-decoration: underline;
  }
  .pf-authoring-area .pf-contents-index {
    margin: 80px 0;
    padding-bottom: 32px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 32px;
  }
  .pf-authoring-area .pf-contents-index__list {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-contents-index__item:not(:first-child) {
    margin-top: 16px;
  }
  .pf-authoring-area .pf-contents-index__anchor:hover {
    text-decoration: underline;
  }
  .pf-contents-intro__lead {
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .pf-contents-login {
    padding: 4.347826087%;
  }
  .pf-contents-login__logos {
    width: 55.5555555556%;
  }
  .pf-contents-login__logo:not(:first-child) {
    margin-left: 8.5714285714%;
  }
  .pf-contents-login .pf-contents-login__link {
    margin-top: 16px;
  }
  .pf-contents-login__buttons .pf-button:not(:first-child) {
    margin-left: 4.7619047619%;
  }
  .pf-authoring-area .pf-contents-login {
    padding: 4.347826087%;
  }
  .pf-authoring-area .pf-contents-login__logos {
    width: 55.5555555556%;
  }
  .pf-authoring-area .pf-contents-login__logo:not(:first-child) {
    margin-left: 8.5714285714%;
  }
  .pf-authoring-area .pf-contents-login .pf-authoring-area .pf-contents-login__link {
    margin-top: 16px;
  }
  .pf-authoring-area .pf-contents-login__buttons .pf-button:not(:first-child) {
    margin-left: 4.7619047619%;
  }
  .pf-enqute__headline {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .pf-enqute__label {
    font-size: 1.6rem;
  }
  .pf-enqute__button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3px;
    margin-top: 8px;
  }
  .pf-enqute__button {
    font-size: 1.6rem;
    margin-right: 30px;
  }
  .pf-enqute__send {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
  }
  .pf-enqute__send-image {
    margin-bottom: 5px;
    margin-right: 7px;
  }
  .pf-enqute__send-message {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .pf-enqute__reset-text {
    font-size: 1.2rem;
    top: 3px;
  }
  .pf-footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    margin-bottom: 48px;
  }
  .pf-footer-info__item:not(:first-child) {
    margin-left: 48px;
  }
  .pf-footer-links__item {
    margin-top: 16px;
  }
  .pf-footer-links__anchor:hover {
    opacity: .5;
  }
  .pf-footer-links__anchor {
    padding: 0 12px;
  }
  .pf-footer-links__anchor:hover {
    color: #333;
    text-decoration: none;
  }
  .pf-footer-links__rows:first-child .pf-footer-links__item:first-child {
    border-left: 1px solid #E5E5E5;
  }
  .pf-footer-sns__title {
    font-size: 1.6rem;
    font-weight: bold;
    padding-bottom: 16px;
  }
  .pf-footer-sns__item {
    width: 48px;
  }
  .pf-footer-sns__anchor > a:hover {
    opacity: .5;
  }
  .pf-footer-sns__anchor:hover {
    opacity: .5;
  }
  .pf-footer {
    padding-bottom: 32px;
    padding-right: 12%;
    padding-top: 16px;
  }
  .pf-footer--simple {
    padding-bottom: 38px;
    padding-top: 38px;
  }
  .pf-footer--simple .pf-footer__foot {
    margin-top: 0;
  }
  .pf-footer__link {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pf-footer__language {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    margin-top: 16px;
            order: 2;
  }
  .pf-footer__foot {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
  }
  .pf-footer__ana-logo {
    margin-right: 24px;
    width: 216px;
  }
  .pf-footer__ana-logo::after {
    border-right: 1px solid #E5E5E5;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -24px;
    top: 0;
  }
  .pf-footer__star-logo {
    margin-left: 24px;
    width: 209px;
  }
  .pf-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pf-header-nav__wrap {
    -webkit-transform: none !important;
    margin: 0 -12px;
            transform: none !important;
  }
  .pf-header-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pf-header-nav__item > .pf-header-nav__anchor {
    padding: 12px;
  }
  .pf-header-nav__anchor {
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-transition: opacity .3s ease-in-out;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    padding: 0;
    transition: opacity .3s ease-in-out;
  }
  .pf-header-nav__anchor:hover {
    color: #00146E;
    opacity: .5;
    text-decoration: none;
  }
  .pf-header-nav__anchor--active::after {
    height: 4px;
    left: 12px;
    right: 12px;
  }
  .pf-header__head-inner {
    margin: 0 24px;
    max-width: 1152px;
    padding: 10px 0;
    width: 100%;
  }
  .pf-header__foot-inner {
    margin: 0 24px;
    max-width: 1152px;
    padding: 0;
  }
  .pf-header__logo {
    width: 260px;
  }
  .pf-header__sp-controls {
    display: none;
  }
  .pf-header__drawer-nav {
    display: none;
  }
  .pf-headline--head1,
  .ANA-1603 .type--header-1 {
    margin-top: 64px;
  }
  .pf-headline--head1,
  .ANA-1603 .type--header-1 {
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 32px;
  }
  .pf-headline--head2,
  .ANA-1603 .type--header-2 {
    margin-top: 48px;
  }
  .pf-headline--head2,
  .ANA-1603 .type--header-2 {
    margin-bottom: 24px;
  }
  .pf-headline--head2,
  .ANA-1603 .type--header-2 {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .pf-headline--head3,
  .ANA-1603 .type--header-3 {
    margin-bottom: 24px;
  }
  .pf-headline--head3,
  .ANA-1603 .type--header-3 {
    font-size: 2.4rem;
    line-height: 1.3;
    margin-top: 64px;
  }
  .pf-headline--head4,
  .ANA-1603 .type--header-4 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 64px;
  }
  .pf-headline--head5,
  .ANA-1603 .type--header-5 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .pf-headline--page-tag {
    font-size: 1.8rem;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .pf-headline--selected-tag {
    margin-top: 24px;
  }
  .pf-headline--selected-tag {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .pf-authoring-area .pf-headline--head1,
  .pf-authoring-area .ANA-1603 .type--header-1 {
    margin-top: 80px;
  }
  .pf-authoring-area .pf-headline--head1,
  .pf-authoring-area .ANA-1603 .type--header-1 {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 48px;
  }
  .pf-authoring-area .pf-headline--head2,
  .pf-authoring-area .ANA-1603 .type--header-2 {
    margin-top: 64px;
  }
  .pf-authoring-area .pf-headline--head2,
  .pf-authoring-area .ANA-1603 .type--header-2 {
    margin-bottom: 32px;
  }
  .pf-authoring-area .pf-headline--head2,
  .pf-authoring-area .ANA-1603 .type--header-2 {
    font-size: 2.8rem;
    line-height: 1.5;
  }
  .pf-authoring-area .pf-headline--head3,
  .pf-authoring-area .ANA-1603 .type--header-3 {
    margin-bottom: 32px;
  }
  .pf-authoring-area .pf-headline--head3,
  .pf-authoring-area .ANA-1603 .type--header-3 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-top: 80px;
  }
  .pf-authoring-area .pf-headline--head4,
  .pf-authoring-area .ANA-1603 .type--header-4 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 80px;
  }
  .pf-authoring-area .pf-headline--head5,
  .pf-authoring-area .ANA-1603 .type--header-5 {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 48px;
  }
  .pf-authoring-area .pf-headline--page-tag {
    font-size: 1.8rem;
    margin-bottom: 24px;
    margin-top: 48px;
  }
  .pf-authoring-area .pf-headline--selected-tag {
    margin-top: 32px;
  }
  .pf-authoring-area .pf-headline--selected-tag {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
  .pf-image--1x1 > a:hover {
    opacity: .5;
  }
  .pf-image--4x3 > a:hover {
    opacity: .5;
  }
  .pf-image--3x1 > a:hover {
    opacity: .5;
  }
  .pf-image--article-link {
    background-color: transparent;
    padding-bottom: 75%;
    position: relative;
  }
  .pf-image--article-link > picture > img,
  .pf-image--article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-image--article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-image--article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-image--md-article-link {
    background-color: transparent;
    padding-bottom: 75.0741839763%;
    position: relative;
  }
  .pf-image--md-article-link > picture > img,
  .pf-image--md-article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-image--md-article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-image--md-article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-image--top-kv {
    background-color: transparent;
    padding-bottom: 38.3333333333%;
    position: relative;
  }
  .pf-image--top-kv > picture > img,
  .pf-image--top-kv > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-image--top-kv > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-image--top-kv > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-image--about-concept, .pf-image--about-magazine, .pf-image--about-article, .pf-image--about-info, .pf-image--about-tag, .pf-image--about-purchase {
    overflow: hidden;
  }
  .pf-image--about-concept img, .pf-image--about-magazine img, .pf-image--about-article img, .pf-image--about-info img, .pf-image--about-tag img, .pf-image--about-purchase img {
    height: 101%;
  }
  .pf-image--circle > a:hover {
    opacity: .5;
  }
  .pf-image--custom > a:hover {
    opacity: .5;
  }
  .pf-image--custom {
    margin-bottom: 4px;
    margin-top: 16px;
  }
  .pf-image-caption {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-image a[target="_blank"]::after,
  .pf-image a[href$=".pdf"]::after,
  .pf-image a[href$=".doc"]::after,
  .pf-image a[href$=".docx"]::after,
  .pf-image a[href$=".xls"]::after,
  .pf-image a[href$=".xlsx"]::after {
    bottom: -6px;
    font-size: 1.2rem;
    position: absolute;
    right: -16px;
  }
  .pf-image--no-margin {
    margin: 0;
  }
  .pf-authoring-area .pf-image--1x1 > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--4x3 > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--3x1 > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--article-link {
    background-color: transparent;
    padding-bottom: 75%;
    position: relative;
  }
  .pf-authoring-area .pf-image--article-link > picture > img,
  .pf-authoring-area .pf-image--article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-authoring-area .pf-image--article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-authoring-area .pf-image--article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-authoring-area .pf-image--md-article-link {
    background-color: transparent;
    padding-bottom: 75.0741839763%;
    position: relative;
  }
  .pf-authoring-area .pf-image--md-article-link > picture > img,
  .pf-authoring-area .pf-image--md-article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-authoring-area .pf-image--md-article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-authoring-area .pf-image--md-article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-authoring-area .pf-image--top-kv {
    background-color: transparent;
    padding-bottom: 38.3333333333%;
    position: relative;
  }
  .pf-authoring-area .pf-image--top-kv > picture > img,
  .pf-authoring-area .pf-image--top-kv > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-authoring-area .pf-image--top-kv > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-authoring-area .pf-image--top-kv > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-authoring-area .pf-image--about-concept, .pf-authoring-area .pf-image--about-magazine, .pf-authoring-area .pf-image--about-article, .pf-authoring-area .pf-image--about-info, .pf-authoring-area .pf-image--about-tag, .pf-authoring-area .pf-image--about-purchase {
    overflow: hidden;
  }
  .pf-authoring-area .pf-image--about-concept img, .pf-authoring-area .pf-image--about-magazine img, .pf-authoring-area .pf-image--about-article img, .pf-authoring-area .pf-image--about-info img, .pf-authoring-area .pf-image--about-tag img, .pf-authoring-area .pf-image--about-purchase img {
    height: 101%;
  }
  .pf-authoring-area .pf-image--circle > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--custom > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--custom {
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .pf-authoring-area .pf-image-caption {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-authoring-area .pf-image a[target="_blank"]::after,
  .pf-authoring-area .pf-image a[href$=".pdf"]::after,
  .pf-authoring-area .pf-image a[href$=".doc"]::after,
  .pf-authoring-area .pf-image a[href$=".docx"]::after,
  .pf-authoring-area .pf-image a[href$=".xls"]::after,
  .pf-authoring-area .pf-image a[href$=".xlsx"]::after {
    bottom: -6px;
    font-size: 1.2rem;
    position: absolute;
    right: -16px;
  }
  .pf-authoring-area .pf-image--no-margin {
    margin: 0;
  }
  .pf-information {
    padding: 12px 4%;
  }
  .pf-information__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
  }
  .pf-information-accordion {
    height: 0;
  }
  .pf-information-accordion--active {
    height: 28px;
  }
  .pf-information-accordion--active:not(:first-child) {
    margin-top: 12px;
  }
  .pf-information__item-link:hover {
    opacity: .5;
  }
  .pf-information__date {
    display: inline-block;
    margin-right: 12px;
  }
  .pf-iptg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
  }
  .pf-iptg__item:hover {
    opacity: .5;
  }
  .pf-iptg__body {
    margin-left: 16px;
  }
  .pf-keyvisual-carousel__item:not(.pf-keyvisual-carousel__item--active) .pf-label-group,
  .pf-keyvisual-carousel__item:not(.pf-keyvisual-carousel__item--active) .pf-keyvisual__title.js-multi-text-truncate-completed,
  .pf-keyvisual-carousel__item:not(.pf-keyvisual-carousel__item--active) .pf-keyvisual__overlay,
  .pf-keyvisual-carousel__item:not(.pf-keyvisual-carousel__item--active) .pf-tag__anchor.js-pf-single-truncate-completed {
    opacity: 0 !important;
    visibility: hidden;
  }
  .pf-keyvisual-carousel__item.pf-keyvisual-carousel__item--active .pf-label-group,
  .pf-keyvisual-carousel__item.pf-keyvisual-carousel__item--active .pf-keyvisual__title,
  .pf-keyvisual-carousel__item.pf-keyvisual-carousel__item--active .pf-keyvisual__overlay,
  .pf-keyvisual-carousel__item.pf-keyvisual-carousel__item--active .pf-tag__anchor {
    opacity: 1;
    visibility: visible;
  }
  .pf-keyvisual-carousel__pagination-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    bottom: 24px;
            justify-content: flex-end;
  }
  .pf-keyvisual-carousel__pagination-inner {
    margin-right: 4%;
  }
  .pf-keyvisual::before {
    padding-bottom: 38.3333333333%;
  }
  .pf-keyvisual__container:hover + .pf-keyvisual__picture {
    opacity: .5;
  }
  .pf-keyvisual__container:hover .pf-label-group,
  .pf-keyvisual__container:hover .pf-keyvisual__title {
    opacity: 1;
  }
  .pf-keyvisual__container .pf-label-group {
    margin-top: -4px;
  }
  .pf-keyvisual__overlay {
    bottom: 24px;
    left: 4%;
    max-width: 32%;
    padding: 2%;
  }
  .pf-keyvisual__title {
    font-size: 2.2rem;
    margin-top: 0;
    max-height: 99px;
  }
  .pf-keyvisual__tag-container {
    margin-top: 8px;
  }
  .pf-label {
    font-size: 1.2rem;
  }
  .pf-like {
    bottom: 0;
    width: 92%;
  }
  .pf-like-button:hover {
    background-color: #333;
  }
  .pf-like-button {
    bottom: 32px;
    height: 48px;
    right: 0;
    width: 48px;
  }
  .pf-like-message {
    bottom: 82px;
    right: 0;
  }
  .pf-logo:hover {
    opacity: .5;
  }
  .pf-logo--horizontal-tagline > a:hover {
    opacity: .5;
  }
  .pf-logo--horizontal-star-alliance > a:hover {
    opacity: .5;
  }
  .pf-media {
    margin-bottom: 64px;
  }
  .pf-media.pf-no-margin-bottom-lg {
    margin-bottom: 0 !important;
  }
  .pf-media__flame + .pf-media__caption,
  .pf-media__movie + .pf-media__caption {
    margin-top: 24px;
  }
  .pf-page-contents-kv__container {
    background-color: transparent;
    padding-bottom: 38.3333333333%;
    position: relative;
  }
  .pf-page-contents-kv__container > picture > img,
  .pf-page-contents-kv__container > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-page-contents-kv__container > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-page-contents-kv__container > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-page-top {
    bottom: 32px;
    width: 92%;
  }
  .pf-page-top__button:hover {
    opacity: .5;
  }
  .pf-page-top__button {
    height: 48px;
    right: 0;
    width: 48px;
  }
  .pf-pagination {
    margin-top: 32px;
  }
  .pf-pagination {
    margin-left: auto;
    margin-right: auto;
  }
  .pf-pagination__button:not(:first-child) {
    margin-left: 12px;
  }
  .pf-pagination__button:hover .pf-pagination__label:hover {
    text-decoration: underline;
  }
  .pf-pagination__label {
    font-size: 1.6rem;
  }
  .pf-pagination__arrow > a:hover {
    opacity: .5;
  }
  .pf-search--sm .pf-search__submit,
  .pf-search--sm .pf-search__icon {
    height: 26px;
    right: 0;
    width: 26px;
  }
  .pf-search--sm .pf-search__icon {
    font-size: 1.6rem;
  }
  .pf-search--tag {
    margin-bottom: 24px;
    margin-top: 16px;
  }
  .pf-simple-accordion__title {
    -webkit-transition: opacity .3s;
    display: inline-block;
    font-size: 1.6rem;
    opacity: 1;
    transition: opacity .3s;
  }
  .pf-simple-accordion__title::after {
    display: none;
  }
  .pf-simple-accordion__title .pf-simple-accordion--external::after {
    font-size: 2.0rem;
  }
  .pf-simple-accordion__list {
    -ms-flex-wrap: wrap;
    border-top: 2px solid #333;
        flex-wrap: wrap;
    margin-top: 16px;
    padding-top: 16px;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item, .pf-simple-accordion__item {
    font-size: 1.4rem;
    width: calc(50% - 24px);
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:not(:nth-child(4n+2)), .pf-simple-accordion__item:not(:nth-child(4n+2)) {
    padding-top: 12px;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(n+6), .pf-simple-accordion__item:nth-child(n+6) {
    margin-left: 48px;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(2), .pf-simple-accordion__item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(3), .pf-simple-accordion__item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(4), .pf-simple-accordion__item:nth-child(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(5), .pf-simple-accordion__item:nth-child(5) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(6), .pf-simple-accordion__item:nth-child(6) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(7), .pf-simple-accordion__item:nth-child(7) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(8), .pf-simple-accordion__item:nth-child(8) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:nth-child(9), .pf-simple-accordion__item:nth-child(9) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor, .pf-simple-accordion__anchor {
    -webkit-transition: opacity .3s ease-in-out;
    color: #333;
    display: inline-block;
    transition: opacity .3s ease-in-out;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor:hover, .pf-simple-accordion__anchor:hover {
    color: #333;
    opacity: .5;
    text-decoration: none;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor::after, .pf-simple-accordion__anchor::after {
    display: none;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor .pf-simple-accordion--external::after, .pf-simple-accordion__anchor .pf-simple-accordion--external::after {
    font-size: 1.6rem;
  }
  .pf-simple-accordion--external.pf-external-link .pf-external-link__icon {
    height: 1em;
  }
  .pf-sub-navs-foot__item:not(:first-child) {
    margin-left: 12px;
  }
  .pf-sub-navs__anchor:hover {
    color: #333;
    opacity: .5;
    text-decoration: none;
  }
  .pf-sub-navs__anchor--external::after {
    -webkit-transform: translateY(-50%);
    font-size: 1.2rem;
    font-weight: normal;
    right: 0;
    top: 50%;
            transform: translateY(-50%);
  }
  .pf-tag-button-group {
    margin-top: 8px;
  }
  .pf-tag-button-group--no-margin {
    margin-top: 0;
  }
  .pf-tag-button:hover {
    text-decoration: underline;
  }
  .pf-tag-button {
    margin-top: 16px;
  }
  .pf-tag-button {
    font-size: 1.6rem;
    margin-right: 12px;
  }
  .pf-tag-button--icon-close::after {
    font-size: 1.8rem;
  }
  .pf-tag-button-accordion--active {
    height: auto;
  }
  .pf-tag-group .pf-tag {
    margin-top: 8px;
  }
  .pf-tag-group--margin {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pf-tag-group-accordion--active {
    height: auto;
  }
  .pf-tag-nav {
    padding-left: 45px;
    padding-right: 45px;
  }
  .pf-tag-nav::before, .pf-tag-nav::after {
    display: block;
  }
  .pf-tag-nav.pf-tag-nav--is-first {
    padding-left: 0;
  }
  .pf-tag-nav.pf-tag-nav--is-last {
    padding-right: 0;
  }
  .pf-tag-nav.pf-tag-nav--is-last .pf-tag-button:first-child {
    -webkit-transition: padding .3s;
    padding-left: 45px;
    transition: padding .3s;
  }
  .pf-tag-nav__wraper {
    margin: 0;
  }
  .pf-tag-nav__wraper .pf-text-link .pf-text-link__anchor {
    font-size: 1.6rem;
  }
  .pf-tag-nav__prev, .pf-tag-nav__next {
    -webkit-transition: opacity .3s;
    opacity: 1;
    transition: opacity .3s;
  }
  .pf-tag-nav-recommendation--complete .pf-tag-nav__next,
  .pf-tag-nav-recommendation--complete .pf-tag-nav__prev {
    display: block;
  }
  .pf-tag-search-result {
    margin-bottom: 32px;
    margin-top: 24px;
  }
  .pf-tag-search-result__title {
    font-size: 1.6rem;
  }
  .pf-tag:hover {
    text-decoration: underline;
  }
  .pf-tag {
    font-size: 1.2rem;
  }
  .pf-tag--lg {
    font-size: 1.4rem;
  }
  .pf-text-link-group {
    margin-top: 24px;
  }
  .pf-text-link-group {
    margin-bottom: 24px;
  }
  .pf-text-link-group > .pf-text-link:not(:first-child) {
    margin-top: 12px;
  }
  .pf-text-link {
    margin-top: 16px;
  }
  .pf-text-link__anchor:hover {
    text-decoration: underline;
  }
  .pf-text-link__anchor {
    font-size: 1.8rem;
  }
  .pf-text-link__anchor--icon::before, .pf-text-link__anchor--icon::after {
    width: 20px;
  }
  .pf-text-link__anchor--wide {
    padding: 24px 0;
  }
  .pf-text-link__anchor--wide::before, .pf-text-link__anchor--wide::after {
    padding: 24px 0;
  }
  .pf-text-link--sm .pf-text-link__anchor {
    font-size: 1.4rem;
  }
  .pf-text {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-text.res-contents.pf-text--label, .pf-text--label {
    margin-top: 24px;
  }
  .pf-text.res-contents.pf-text--label, .pf-text--label {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label1, .pf-text--label1 {
    margin-top: 24px;
  }
  .pf-text.res-contents.pf-text--label1, .pf-text--label1 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label1-2, .pf-text--label1-2 {
    margin-top: 24px;
  }
  .pf-text.res-contents.pf-text--label1-2, .pf-text--label1-2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label2, .pf-text--label2 {
    margin-top: 16px;
  }
  .pf-text.res-contents.pf-text--label2, .pf-text--label2 {
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label2, .pf-text--label2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pf-text.res-contents.pf-text--label2-2, .pf-text--label2-2 {
    margin-top: 16px;
  }
  .pf-text.res-contents.pf-text--label2-2, .pf-text--label2-2 {
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label2-2, .pf-text--label2-2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .pf-text.res-contents.pf-text--label3, .pf-text--label3 {
    font-size: 1.0rem;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-text.res-contents.pf-text--body1, .pf-text--body1 {
    margin-top: 24px;
  }
  .pf-text.res-contents.pf-text--body1, .pf-text--body1 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--body2, .pf-text--body2 {
    margin-top: 24px;
  }
  .pf-text.res-contents.pf-text--body2, .pf-text--body2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--annotation, .pf-text--annotation {
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-text.res-contents.pf-text--copy, .pf-text--copy {
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-authoring-area .pf-text {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label, .pf-authoring-area .pf-text--label {
    margin-top: 32px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label, .pf-authoring-area .pf-text--label {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1, .pf-authoring-area .pf-text--label1 {
    margin-top: 32px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1, .pf-authoring-area .pf-text--label1 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1-2, .pf-authoring-area .pf-text--label1-2 {
    margin-top: 32px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1-2, .pf-authoring-area .pf-text--label1-2 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2, .pf-authoring-area .pf-text--label2 {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2, .pf-authoring-area .pf-text--label2 {
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2, .pf-authoring-area .pf-text--label2 {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2-2, .pf-authoring-area .pf-text--label2-2 {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2-2, .pf-authoring-area .pf-text--label2-2 {
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2-2, .pf-authoring-area .pf-text--label2-2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label3, .pf-authoring-area .pf-text--label3 {
    font-size: 1.0rem;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body1, .pf-authoring-area .pf-text--body1 {
    margin-top: 32px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body1, .pf-authoring-area .pf-text--body1 {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body2, .pf-authoring-area .pf-text--body2 {
    margin-top: 32px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body2, .pf-authoring-area .pf-text--body2 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--annotation, .pf-authoring-area .pf-text--annotation {
    line-height: 2;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--copy, .pf-authoring-area .pf-text--copy {
    line-height: 2;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-tl-logo {
    display: none;
  }
  .pf-tl-logo--absolute-display {
    display: block;
    padding-bottom: 24px;
    padding-top: 24px;
    width: 253px;
  }
  .ANA-1603 .pf-ana1603--design02 h3.type--header-3 {
    font-size: 1.8rem;
  }
  .pf-ana1603--design02 {
    border-left: solid 24px #F1F1F1;
    border-right: solid 3px #F1F1F1;
    border-top: solid 3px #F1F1F1;
    margin-bottom: 0;
    padding: 24px 24px 16px 24px;
  }
  .pf-ana0102_2--design02 {
    border-bottom: solid 3px #F1F1F1;
    border-left: solid 24px #F1F1F1;
    border-right: solid 3px #F1F1F1;
    padding: 0 24px 32px 24px;
  }
  .pf-tag-nav__next:hover::after {
    text-decoration: underline;
  }
  .pf-tag-nav__prev:hover::after {
    text-decoration: overline;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .pf-article-link-carousel__next:hover::after {
    text-decoration: underline;
  }
  .pf-article-link-carousel__prev:hover::after {
    text-decoration: overline;
  }
  .pf-article-link-carousel[data-pc-disable-device] .pf-article-link__detail {
    margin-bottom: 16px;
  }
  .breadcrumbs__items > li:not(:last-child) > a:hover {
    opacity: .5;
  }
  .pf-button-group__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    margin-top: 16px;
  }
  .ANA-1612 .pf-button-group__item:not(:first-child) {
    margin-top: 16px;
  }
  .pf-image--article-link > a:hover {
    opacity: .5;
  }
  .pf-image--md-article-link > a:hover {
    opacity: .5;
  }
  .pf-image--top-kv > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--article-link > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--md-article-link > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--top-kv > a:hover {
    opacity: .5;
  }
  .pf-page-contents-kv__container > a:hover {
    opacity: .5;
  }
  .pf-simple-accordion__title:hover {
    opacity: .5;
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  .pf-article-link-carousel[data-pc-disable-device] .pf-article-link__detail {
    margin-bottom: 12px;
  }
  .pf-button-group__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    margin-top: 12px;
  }
  .ANA-1612 .pf-button-group__item:not(:first-child) {
    margin-top: 12px;
  }
}

/* tablet フッターナビ表示時に位置を調整 */
@media screen and (min-width: 767px) and (max-width: 1024px)  {
  .pf-like {
    bottom: 48px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .pf-button-group__item:not(:first-child) {
    margin-top: 16px;
  }
  .pf-image--article-link > a:hover {
    opacity: .5;
  }
  .pf-image--md-article-link > a:hover {
    opacity: .5;
  }
  .pf-image--top-kv > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--article-link > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--md-article-link > a:hover {
    opacity: .5;
  }
  .pf-authoring-area .pf-image--top-kv > a:hover {
    opacity: .5;
  }
  .pf-page-contents-kv__container > a:hover {
    opacity: .5;
  }
  .pf-tl-logo__anchor > a:hover {
    opacity: .5;
  }
}

@media screen and (min-width: 1025px) {
  .pf-section--content {
    max-width: 1200px;
  }
  .pf-keyvisual-carousel__item {
    min-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .pf-keyvisual-carousel__item {
    min-width: 1200px;
    padding-left: 1px;
    padding-right: 1px;
  }
}

@media screen and (min-width: 1202px) {
  .pf-keyvisual-carousel__item {
    min-width: 1202px;
  }
}

@media screen and (max-width: 767px) {
  html,
  body {
    width: initial;
  }
  .pf-content {
    margin-bottom: 48px;
  }
  .pf-content {
    border-top: 1px solid transparent;
  }
  #tl_top_recommend_tag_test .pf-headline.pf-headline--head3,
  #tl_top_recommend_tag_002_test .pf-headline.pf-headline--head3 {
    margin-top: 32px;
  }
  #tl_top_recommend_tag_test .pf-text > p,
  #tl_top_recommend_tag_002_test .pf-text > p {
    max-height: 63px;
  }
  .pf-flex-md {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .pf-inline-flex-md {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .pf-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .pf-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .pf-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .pf-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .pf-justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pf-justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .pf-justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .pf-justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .pf-justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .pf-justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }
  .pf-align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .pf-align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .pf-align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .pf-align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .pf-align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .pf-align-self-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .pf-align-self-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .pf-align-self-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .pf-align-self-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .pf-align-self-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
  .pf-hidden-md {
    display: none !important;
  }
  .pf-align-center-md {
    text-align: center;
  }
  .pf-align-left-md {
    text-align: left;
  }
  .pf-align-right-md {
    text-align: right;
  }
  .pf-reset-gutter {
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .ANA-0102-1 li.bullet {
    margin-bottom: 12px;
  }
  .ANA-0102-1 li.bullet > p {
    margin-top: 12px;
  }
  .ANA-0102-1 li.bullet > p {
    margin-bottom: 12px;
  }
  .ANA-0102-1 .list-note-num li {
    margin-bottom: 12px;
  }
  .ANA-0102-1 .list-note-num li .note-des > p {
    margin-top: 12px;
  }
  .ANA-0102-1 .list-note-num li .note-des > p {
    margin-bottom: 12px;
  }
  .ANA-0102-1.list-mt-normal {
    margin-top: 16px;
  }
  .ANA-0102-1 a {
    word-break: break-all;
  }
  .ANA-1613 > div > dl,
  .ANA-1716 > div > dl {
    margin-bottom: 24px;
  }
  .ANA-1613 > div > dl > dt,
  .ANA-1716 > div > dl > dt {
    margin-top: 24px;
  }
  .ANA-1613 dl dt,
  .ANA-1716 dl dt {
    font-size: 1.6rem;
  }
  .ANA-1613 dl dd,
  .ANA-1716 dl dd {
    margin-top: 12px;
  }
  .ANA-1613 dl dd dt:not(:first-child),
  .ANA-1716 dl dd dt:not(:first-child) {
    margin-top: 12px;
  }
  .pf-authoring-area .ANA-0102-1 li.bullet {
    margin-bottom: 16px;
  }
  .pf-authoring-area .ANA-0102-1 li.bullet > p {
    margin-top: 16px;
  }
  .pf-authoring-area .ANA-0102-1 li.bullet > p {
    margin-bottom: 16px;
  }
  .pf-authoring-area .ANA-0102-1 .list-note-num li {
    margin-bottom: 16px;
  }
  .pf-authoring-area .ANA-0102-1 .list-note-num li .note-des > p {
    margin-top: 16px;
  }
  .pf-authoring-area .ANA-0102-1 .list-note-num li .note-des > p {
    margin-bottom: 16px;
  }
  .pf-authoring-area .ANA-0102-1.list-mt-normal {
    margin-top: 24px;
  }
  .pf-authoring-area .ANA-0102-1 a {
    word-break: break-all;
  }
  .pf-authoring-area .ANA-1613 > div > dl,
  .pf-authoring-area .ANA-1716 > div > dl {
    margin-bottom: 32px;
  }
  .pf-authoring-area .ANA-1613 > div > dl > dt,
  .pf-authoring-area .ANA-1716 > div > dl > dt {
    margin-top: 32px;
  }
  .pf-authoring-area .ANA-1613 dl dt,
  .pf-authoring-area .ANA-1716 dl dt {
    font-size: 1.6rem;
  }
  .pf-authoring-area .ANA-1613 dl dd,
  .pf-authoring-area .ANA-1716 dl dd {
    margin-top: 16px;
  }
  .pf-authoring-area .ANA-1613 dl dd dt:not(:first-child),
  .pf-authoring-area .ANA-1716 dl dd dt:not(:first-child) {
    margin-top: 16px;
  }
  .ANA-0074 .image-link[target="_blank"]::after, .ANA-0074 .image-link[href$=".pdf"]::after, .ANA-0074 .image-link[href$=".doc"]::after, .ANA-0074 .image-link[href$=".docx"]::after, .ANA-0074 .image-link[href$=".xls"]::after, .ANA-0074 .image-link[href$=".xlsx"]::after {
    display: block;
    font-size: 1.0rem;
    margin-left: auto;
    text-align: right;
  }
  .ANA-1501 .table-responsive.pf-no-margin-top-md > table {
    margin-top: 0 !important;
  }
  .ANA-1501 table {
    margin-top: 48px;
  }
  .ANA-1501 table thead th,
  .ANA-1501 table thead td {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .ANA-1501 table tbody th,
  .ANA-1501 table tbody td {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .ANA-1501 table th {
    font-size: 1.4rem;
  }
  .ANA-1501 caption {
    font-size: 1.6rem;
    padding-bottom: 16px;
  }
  .ANA-0003 .pf-no-margin-top-md .pf-image--custom,
  .ANA-0074 .pf-no-margin-top-md .pf-image--custom {
    margin-top: 0 !important;
  }
  .ANA-1603 .pf-no-margin-top-md > *,
  .ANA-1604 .pf-no-margin-top-md > * {
    margin-top: 0 !important;
  }
  .ANA-1604 p,
  .ANA-1613 p {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .ANA-1605 p {
    margin-top: 12px;
  }
  .ANA-1605 p a {
    font-size: 1.4rem;
  }
  .ANA-1607 .accordion-head {
    padding: 16px 0;
  }
  .ANA-1607 .cmp-accordion__title {
    font-size: 1.6rem;
  }
  .ANA-1607 .cmp-accordion__panel {
    padding-bottom: 32px;
    padding-top: 16px;
  }
  .ANA-1607 .arrow:before {
    font-size: 1.6rem;
  }
  .ANA-1612 .layout-grid {
    margin-top: 16px;
  }
  .ANA-1612 .layout-grid {
    display: block;
  }
  .ANA-1612 .layout-grid-section-column2, .ANA-1612 .layout-grid-section-column2, .ANA-1612 .layout-grid-section-column4 {
    width: 100%;
  }
  .ANA-1501 a,
  .ANA-1603 a,
  .ANA-1604 a,
  .ANA-0102-1 a,
  .ANA-0102-2 a,
  .ANA-1613 a,
  .ANA-1716 a {
    word-break: break-word;
  }
  .ANA-1703 .pf-text-link__anchor {
    font-size: 1.2rem;
  }
  .pf-grid__col--md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.34783%;
            flex: 0 0 4.34783%;
    width: 4.34783%;
  }
  .pf-grid__col--md-1 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-1 {
    margin-left: 4.34783%;
  }
  .pf-grid__col--md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.69565%;
            flex: 0 0 8.69565%;
    width: 8.69565%;
  }
  .pf-grid__col--md-2 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-2 {
    margin-left: 8.69565%;
  }
  .pf-grid__col--md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.04348%;
            flex: 0 0 13.04348%;
    width: 13.04348%;
  }
  .pf-grid__col--md-3 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-3 {
    margin-left: 13.04348%;
  }
  .pf-grid__col--md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17.3913%;
            flex: 0 0 17.3913%;
    width: 17.3913%;
  }
  .pf-grid__col--md-4 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-4 {
    margin-left: 17.3913%;
  }
  .pf-grid__col--md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 21.73913%;
            flex: 0 0 21.73913%;
    width: 21.73913%;
  }
  .pf-grid__col--md-5 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-5 {
    margin-left: 21.73913%;
  }
  .pf-grid__col--md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.08696%;
            flex: 0 0 26.08696%;
    width: 26.08696%;
  }
  .pf-grid__col--md-6 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-6 {
    margin-left: 26.08696%;
  }
  .pf-grid__col--md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.43478%;
            flex: 0 0 30.43478%;
    width: 30.43478%;
  }
  .pf-grid__col--md-7 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-7 {
    margin-left: 30.43478%;
  }
  .pf-grid__col--md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.78261%;
            flex: 0 0 34.78261%;
    width: 34.78261%;
  }
  .pf-grid__col--md-8 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-8 {
    margin-left: 34.78261%;
  }
  .pf-grid__col--md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.13043%;
            flex: 0 0 39.13043%;
    width: 39.13043%;
  }
  .pf-grid__col--md-9 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-9 {
    margin-left: 39.13043%;
  }
  .pf-grid__col--md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43.47826%;
            flex: 0 0 43.47826%;
    width: 43.47826%;
  }
  .pf-grid__col--md-10 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-10 {
    margin-left: 43.47826%;
  }
  .pf-grid__col--md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.82609%;
            flex: 0 0 47.82609%;
    width: 47.82609%;
  }
  .pf-grid__col--md-11 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-11 {
    margin-left: 47.82609%;
  }
  .pf-grid__col--md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52.17391%;
            flex: 0 0 52.17391%;
    width: 52.17391%;
  }
  .pf-grid__col--md-12 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-12 {
    margin-left: 52.17391%;
  }
  .pf-grid__col--md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56.52174%;
            flex: 0 0 56.52174%;
    width: 56.52174%;
  }
  .pf-grid__col--md-13 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-13 {
    margin-left: 56.52174%;
  }
  .pf-grid__col--md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60.86957%;
            flex: 0 0 60.86957%;
    width: 60.86957%;
  }
  .pf-grid__col--md-14 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-14 {
    margin-left: 60.86957%;
  }
  .pf-grid__col--md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.21739%;
            flex: 0 0 65.21739%;
    width: 65.21739%;
  }
  .pf-grid__col--md-15 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-15 {
    margin-left: 65.21739%;
  }
  .pf-grid__col--md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69.56522%;
            flex: 0 0 69.56522%;
    width: 69.56522%;
  }
  .pf-grid__col--md-16 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-16 {
    margin-left: 69.56522%;
  }
  .pf-grid__col--md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 73.91304%;
            flex: 0 0 73.91304%;
    width: 73.91304%;
  }
  .pf-grid__col--md-17 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-17 {
    margin-left: 73.91304%;
  }
  .pf-grid__col--md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78.26087%;
            flex: 0 0 78.26087%;
    width: 78.26087%;
  }
  .pf-grid__col--md-18 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-18 {
    margin-left: 78.26087%;
  }
  .pf-grid__col--md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82.6087%;
            flex: 0 0 82.6087%;
    width: 82.6087%;
  }
  .pf-grid__col--md-19 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-19 {
    margin-left: 82.6087%;
  }
  .pf-grid__col--md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86.95652%;
            flex: 0 0 86.95652%;
    width: 86.95652%;
  }
  .pf-grid__col--md-20 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-20 {
    margin-left: 86.95652%;
  }
  .pf-grid__col--md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.30435%;
            flex: 0 0 91.30435%;
    width: 91.30435%;
  }
  .pf-grid__col--md-21 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-21 {
    margin-left: 91.30435%;
  }
  .pf-grid__col--md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.65217%;
            flex: 0 0 95.65217%;
    width: 95.65217%;
  }
  .pf-grid__col--md-22 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-22 {
    margin-left: 95.65217%;
  }
  .pf-grid__col--md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
  .pf-grid__col--md-23 > div {
    overflow-wrap: break-word;
  }
  .pf-grid__offset--md-23 {
    margin-left: 100%;
  }
  .pf-mt--zero {
    margin-top: 0 !important;
  }
  .pf-mb--zero {
    margin-bottom: 0 !important;
  }
  .pf-mt--xxs {
    margin-top: 4px !important;
  }
  .pf-mb--xxs {
    margin-bottom: 4px !important;
  }
  .pf-mt--xs {
    margin-top: 8px !important;
  }
  .pf-mb--xs {
    margin-bottom: 8px !important;
  }
  .pf-mt--s {
    margin-top: 12px !important;
  }
  .pf-mb--s {
    margin-bottom: 12px !important;
  }
  .pf-mt--m {
    margin-top: 16px !important;
  }
  .pf-mb--m {
    margin-bottom: 16px !important;
  }
  .pf-mt--l {
    margin-top: 24px !important;
  }
  .pf-mb--l {
    margin-bottom: 24px !important;
  }
  .pf-mt--xl {
    margin-top: 32px !important;
  }
  .pf-mb--xl {
    margin-bottom: 32px !important;
  }
  .pf-mt--xxl {
    margin-top: 48px !important;
  }
  .pf-mb--xxl {
    margin-bottom: 48px !important;
  }
  .pf-mt--md-zero {
    margin-top: 0 !important;
  }
  .pf-mb--md-zero {
    margin-bottom: 0 !important;
  }
  .pf-mt--md-xxs {
    margin-top: 4px !important;
  }
  .pf-mb--md-xxs {
    margin-bottom: 4px !important;
  }
  .pf-mt--md-xs {
    margin-top: 8px !important;
  }
  .pf-mb--md-xs {
    margin-bottom: 8px !important;
  }
  .pf-mt--md-s {
    margin-top: 12px !important;
  }
  .pf-mb--md-s {
    margin-bottom: 12px !important;
  }
  .pf-mt--md-m {
    margin-top: 16px !important;
  }
  .pf-mb--md-m {
    margin-bottom: 16px !important;
  }
  .pf-mt--md-l {
    margin-top: 24px !important;
  }
  .pf-mb--md-l {
    margin-bottom: 24px !important;
  }
  .pf-mt--md-xl {
    margin-top: 32px !important;
  }
  .pf-mb--md-xl {
    margin-bottom: 32px !important;
  }
  .pf-mt--md-xxl {
    margin-top: 48px !important;
  }
  .pf-mb--md-xxl {
    margin-bottom: 48px !important;
  }
  .pf-authoring-area .pf-mt--zero {
    margin-top: 0 !important;
  }
  .pf-authoring-area .pf-mb--zero {
    margin-bottom: 0 !important;
  }
  .pf-authoring-area .pf-mt--xxs {
    margin-top: 8px !important;
  }
  .pf-authoring-area .pf-mb--xxs {
    margin-bottom: 8px !important;
  }
  .pf-authoring-area .pf-mt--xs {
    margin-top: 12px !important;
  }
  .pf-authoring-area .pf-mb--xs {
    margin-bottom: 12px !important;
  }
  .pf-authoring-area .pf-mt--s {
    margin-top: 16px !important;
  }
  .pf-authoring-area .pf-mb--s {
    margin-bottom: 16px !important;
  }
  .pf-authoring-area .pf-mt--m {
    margin-top: 24px !important;
  }
  .pf-authoring-area .pf-mb--m {
    margin-bottom: 24px !important;
  }
  .pf-authoring-area .pf-mt--l {
    margin-top: 32px !important;
  }
  .pf-authoring-area .pf-mb--l {
    margin-bottom: 32px !important;
  }
  .pf-authoring-area .pf-mt--xl {
    margin-top: 48px !important;
  }
  .pf-authoring-area .pf-mb--xl {
    margin-bottom: 48px !important;
  }
  .pf-authoring-area .pf-mt--xxl {
    margin-top: 64px !important;
  }
  .pf-authoring-area .pf-mb--xxl {
    margin-bottom: 64px !important;
  }
  .pf-authoring-area .pf-mt--md-zero {
    margin-top: 0 !important;
  }
  .pf-authoring-area .pf-mb--md-zero {
    margin-bottom: 0 !important;
  }
  .pf-authoring-area .pf-mt--md-xxs {
    margin-top: 8px !important;
  }
  .pf-authoring-area .pf-mb--md-xxs {
    margin-bottom: 8px !important;
  }
  .pf-authoring-area .pf-mt--md-xs {
    margin-top: 12px !important;
  }
  .pf-authoring-area .pf-mb--md-xs {
    margin-bottom: 12px !important;
  }
  .pf-authoring-area .pf-mt--md-s {
    margin-top: 16px !important;
  }
  .pf-authoring-area .pf-mb--md-s {
    margin-bottom: 16px !important;
  }
  .pf-authoring-area .pf-mt--md-m {
    margin-top: 24px !important;
  }
  .pf-authoring-area .pf-mb--md-m {
    margin-bottom: 24px !important;
  }
  .pf-authoring-area .pf-mt--md-l {
    margin-top: 32px !important;
  }
  .pf-authoring-area .pf-mb--md-l {
    margin-bottom: 32px !important;
  }
  .pf-authoring-area .pf-mt--md-xl {
    margin-top: 48px !important;
  }
  .pf-authoring-area .pf-mb--md-xl {
    margin-bottom: 48px !important;
  }
  .pf-authoring-area .pf-mt--md-xxl {
    margin-top: 64px !important;
  }
  .pf-authoring-area .pf-mb--md-xxl {
    margin-bottom: 64px !important;
  }
  .pf-page-contents__main {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pf-page-contents__side {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .pf-page-contents__foot {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .pf-section--content .pf-section__inner--md {
    margin-left: 4%;
    margin-right: 4%;
  }
  .pf-section--content .pf-section__half-inner--md {
    margin-left: 2%;
    margin-right: 2%;
  }
  .pf-section--top-margin {
    margin-top: 48px;
  }
  .pf-tile--1x2 {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-areas: "hero" "item1" "item2";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 24px;
  }
  .pf-tile--1x2 > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--2col > *[data-tile="0"], .pf-tile--2col-1col > *[data-tile="0"], .pf-tile--3col-6col > *[data-tile="0"], .pf-tile--2col-3col > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2 > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--2col > *[data-tile="1"], .pf-tile--2col-1col > *[data-tile="1"], .pf-tile--3col-6col > *[data-tile="1"], .pf-tile--2col-3col > *[data-tile="1"] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2 > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--2col > *[data-tile="2"], .pf-tile--2col-1col > *[data-tile="2"], .pf-tile--3col-6col > *[data-tile="2"], .pf-tile--2col-3col > *[data-tile="2"] {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2 > *[data-tile="1"] .pf-tile__placeholder {
    position: relative;
  }
  .pf-tile--1x2-reverse {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
        grid-template-areas: "hero" "item1" "item2";
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 24px;
  }
  .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"], .pf-tile--1x2-reverse > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"], .pf-tile--1x2-reverse > *[data-tile="1"] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"], .pf-tile--1x2-reverse > *[data-tile="2"] {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-reverse > *[data-tile="1"] .pf-tile__placeholder {
    position: relative;
  }
  .pf-tile--1x2-images, .pf-tile--1x2-images-reverse {
    margin-left: -4vw;
    margin-right: -4vw;
    width: auto;
  }
  .pf-tile--1x2-images {
    -ms-grid-columns: 1fr 1px 1fr;
    -ms-grid-rows: auto 1px auto;
    gap: 1px;
        grid-template-areas: "hero hero" "item1 item2";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"], .pf-tile--1x2-images > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"], .pf-tile--1x2-images > *[data-tile="1"] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"], .pf-tile--1x2-images > *[data-tile="2"] {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .pf-tile--1x2-images-reverse {
    -ms-grid-columns: 1fr 1px 1fr;
    -ms-grid-rows: auto 1px auto;
    gap: 1px;
        grid-template-areas: "hero hero" "item1 item2";
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"], .pf-tile--1x2-images-reverse > *[data-tile="0"] {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"], .pf-tile--1x2-images-reverse > *[data-tile="1"] {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"], .pf-tile--1x2-images-reverse > *[data-tile="2"] {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .pf-tile--2col {
    gap: 1px;
  }
  .pf-tile--2col-1col {
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    gap: 1px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .pf-tile--3col-6col {
    -ms-grid-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    gap: 1px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .pf-tile--2col-3col {
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    gap: 1px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
  .pf-tile--2col-4col .pf-tile__row {
    margin-left: -0.1333333333%;
    margin-right: -0.1333333333%;
  }
  .pf-tile--2col-4col .pf-tile__row > * {
    padding-left: 0.1333333333%;
    padding-right: 0.1333333333%;
    width: 50%;
  }
  .pf-tile--gutter .pf-article-link__tag-container,
  .pf-tile--gutter .pf-article-link__detail {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pf-tile--md-gutter .pf-article-link__tag-container,
  .pf-tile--md-gutter .pf-article-link__detail {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pf-tile--1x2-images, .pf-tile--1x2-images-reverse {
    margin-bottom: 4px;
    margin-top: 16px;
  }
  .pf-authoring-area .pf-tile--1x2-images, .pf-authoring-area .pf-tile--1x2-images-reverse {
    margin-bottom: 8px;
    margin-top: 24px;
  }
  .pf-action-button--sm-shadow::before {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .pf-action-button--shrink {
    padding-bottom: 32px;
    width: 32px;
  }
  .pf-action-button--shrink::after {
    font-size: 2.0rem;
  }
  .pf-ana-tweet {
    margin-top: 16px;
  }
  .pf-ana-tweet {
    margin-bottom: 16px;
  }
  .pf-ana-tweet {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
  }
  .pf-ana-tweet__title {
    font-size: 1.6rem;
  }
  .pf-ana-tweet__body {
    margin-top: 12px;
  }
  .pf-ana-tweet .pf-icon {
    font-size: 2.0rem;
  }
  .pf-authoring-area .pf-ana-tweet {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-ana-tweet {
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-ana-tweet {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
  .pf-authoring-area .pf-ana-tweet__title {
    font-size: 1.6rem;
  }
  .pf-authoring-area .pf-ana-tweet__body {
    margin-top: 16px;
  }
  .pf-authoring-area .pf-ana-tweet .pf-icon {
    font-size: 2.0rem;
  }
  .pf-article-link-carousel {
    overflow: visible;
  }
  .pf-article-link-carousel__container {
    overflow: auto;
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .pf-article-link-carousel__item {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .pf-article-link-carousel__prev, .pf-article-link-carousel__next {
    display: none;
  }
  .pf-article-link-carousel--no-margin .pf-article-link-carousel__container {
    padding-left: 4vw;
    padding-right: 0;
  }
  .pf-article-link-carousel--no-margin .pf-article-link-carousel__item {
    padding-left: 0;
    padding-right: 0;
  }
  .pf-article-link-carousel--no-margin .pf-article-link-carousel__item:nth-child(odd) {
    padding-right: 1px;
  }
  .pf-article-link-carousel--no-margin .pf-article-link__tag-container,
  .pf-article-link-carousel--no-margin .pf-article-link__detail {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pf-article-link-carousel--no-margin .pf-article-link__anchor[target="_blank"]:after {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .pf-article-link-carousel--no-margin .pf-article-link__anchor[target="_blank"] .pf-external-link__icon {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  #tl_article_details_liked-feature .pf-article-link-carousel__prev,
  #tl_article_details_liked-feature .pf-article-link-carousel__next {
    -webkit-transform: translateY(-50%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none transparent;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    vertical-align: middle;
    width: 36px;
    z-index: 10;
  }
  #tl_article_details_liked-feature .pf-article-link-carousel__prev {
    left: 4px;
  }
  #tl_article_details_liked-feature .pf-article-link-carousel__next {
    right: 4px;
  }
  #tl_article_details_liked-feature .pf-carousel-recommendation .pf-article-link-carousel__prev,
  #tl_article_details_liked-feature .pf-carousel-recommendation .pf-article-link-carousel__next {
    display: block;
  }
  .pf-article-link-carousel[data-sp-disable-device] {
    overflow: auto;
  }
  .pf-article-link-carousel[data-sp-disable-device].pf-article-link-carousel--no-margin .pf-article-link-carousel__container {
    padding-left: 0;
  }
  .pf-article-link-carousel[data-sp-disable-device] .pf-article-link-carousel__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .pf-article-link-carousel[data-sp-disable-device] .pf-article-link-carousel__item {
    width: 50%;
  }
  .pf-article-link-carousel[data-sp-disable-device][data-sp-slides-per-view="1"].pf-article-link-carousel--no-margin .pf-article-link-carousel__item {
    padding-right: 0;
  }
  .pf-article-link-carousel[data-sp-disable-device][data-sp-slides-per-view="1"] .pf-article-link-carousel__item {
    width: 100%;
  }
  .pf-article-link-carousel[data-sp-slides-per-view="1.2"] .pf-article-link-carousel__item {
    width: 305.8333333333px;
  }
  .pf-article-link-carousel[data-sp-slides-per-view="2.5"] .pf-article-link-carousel__item {
    width: 146.8px;
  }
  .pf-article-link--sm .pf-article-link__detail {
    margin-top: 8px;
  }
  .pf-article-link--sm .pf-article-link__date {
    font-size: 1.2rem;
    margin-top: 4px;
  }
  .pf-article-link--sm .pf-article-link__body {
    margin-top: 4px;
  }
  .pf-article-link--sm .pf-article-link__pref {
    font-size: 1.2rem;
  }
  .pf-article-link--sm .pf-article-link__title {
    font-size: 1.4rem;
    padding-top: 4px;
  }
  .pf-article-link--sm .pf-article-link__label + .pf-article-link__title {
    padding-top: 0;
  }
  .pf-article-link--sm .pf-article-link__description {
    font-size: 1.4rem;
    margin-top: 4px;
  }
  .pf-article-link--sm .pf-article-link__annotation {
    font-size: 1.0rem;
  }
  .pf-article-link--sm .pf-article-link__tag-container {
    margin-bottom: 24px;
  }
  .pf-article-link--md .pf-article-link__anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .pf-article-link--md .pf-article-link__anchor:focus::before {
    outline: none !important;
  }
  .pf-article-link--md .pf-article-link__anchor:focus ~ .pf-article-link__tag-container {
    outline: 2px solid #B2B2B2 !important;
    outline-offset: -2px;
  }
  .pf-article-link--md .pf-article-link__image {
    margin-right: 4vw;
    min-width: 135px;
  }
  .pf-article-link--md .pf-article-link__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 4vw;
    min-width: 1%;
  }
  .pf-article-link--md .pf-article-link__title {
    font-size: 1.4rem;
  }
  .pf-article-link--md .pf-label-group {
    margin-top: -4px;
  }
  .pf-article-link--md .pf-article-link__tag-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: relative;
    z-index: 10;
  }
  .pf-article-link--md .pf-article-link__tag-container::before {
    content: "";
    display: block;
    margin-right: 4vw;
    padding-bottom: 135px;
    width: 135px;
  }
  .pf-article-link--md .pf-article-link__tags {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 4vw;
    min-width: 0;
  }
  .pf-article-link--md .pf-article-link__tags .pf-tag {
    background-color: #F1F1F1;
  }
  .pf-article-link--lg .pf-article-link__detail {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 8px;
  }
  .pf-article-link--lg .pf-article-link__title {
    font-size: 1.8rem;
    padding-top: 4px;
  }
  .pf-article-link--lg .pf-article-link__tags {
    bottom: 16px;
    left: 4vw;
    right: 4vw;
  }
  .pf-author {
    margin-bottom: 8px;
    margin-top: 48px;
  }
  .pf-author__information:not(:first-child) {
    margin-top: 8px;
  }
  .pf-author__thumb {
    min-width: 30px;
  }
  .pf-author__name, .pf-author__organization {
    font-size: 1.4rem;
  }
  .pf-author--lg {
    margin-bottom: 12px;
    margin-top: 16px;
  }
  .pf-author--lg .pf-author__name {
    font-size: 1.8rem;
  }
  .pf-author--lg .pf-author__organization {
    font-size: 1.2rem;
  }
  .pf-authoring-area .pf-carousel {
    margin-left: -4vw;
    margin-right: -4vw;
  }
  .pf-authoring-area .pf-headline.pf-headline--head1 {
    margin-top: 12px;
  }
  .pf-authoring-area .pf-headline.pf-headline--head1 {
    margin-bottom: 4px;
  }
  .breadcrumb {
    overflow: hidden;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
  }
  .breadcrumb::before {
    background: transparent;
  }
  .pf-button-group {
    margin-top: 24px;
  }
  .pf-button-group {
    margin-bottom: 32px;
  }
  .pf-button {
    margin-top: 24px;
  }
  .pf-button {
    margin-bottom: 32px;
  }
  .pf-button {
    font-size: 1.6rem;
    max-width: 315px;
  }
  .pf-button--sm {
    font-size: 1.2rem;
    padding: 4px 16px;
  }
  .pf-button--icon::after, .pf-button--icon::before,
  .pf-button[href$=".pdf"] > span::after,
  .pf-button[href$=".doc"] > span::after,
  .pf-button[href$=".docx"] > span::after,
  .pf-button[href$=".xls"] > span::after,
  .pf-button[href$=".xlsx"] > span::after {
    font-size: 1.8rem;
  }
  .pf-button--icon-r-arrow, .pf-button--icon-r-external, .pf-button--icon-r-plus, .pf-button--icon-r-minus,
  .pf-button[href$=".pdf"] > span,
  .pf-button[href$=".doc"] > span,
  .pf-button[href$=".docx"] > span,
  .pf-button[href$=".xls"] > span,
  .pf-button[href$=".xlsx"] > span {
    padding-right: 24px;
  }
  .pf-button--icon-l-arrow, .pf-button--icon-l-external, .pf-button--icon-l-plus, .pf-button--icon-l-minus, .pf-button--icon-contents-login {
    padding-left: 21px;
  }
  .pf-comments {
    margin-top: 32px;
  }
  .pf-comments {
    margin-bottom: 32px;
  }
  .pf-comments__item:not(:first-child) {
    margin-top: 16px;
  }
  .pf-comments__imagebox {
    margin-right: 4.347826087%;
    width: 17.3913043478%;
  }
  .pf-comments__text {
    border-radius: 0 15px 15px 15px;
    padding-bottom: 16px;
    padding-left: 5.5555555556%;
    padding-right: 5.5555555556%;
    padding-top: 16px;
  }
  .pf-contents-header {
    margin-bottom: 8px;
    margin-top: 16px;
    z-index: 10;
  }
  .pf-contents-header--overlap {
    position: relative;
  }
  .pf-contents-header--inclusion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .pf-contents-header--overlap .pf-contents-header__buttons {
    -webkit-transform: translateY(-100%);
    position: absolute;
    right: 0;
    top: 0;
            transform: translateY(-100%);
  }
  .pf-contents-header--inclusion .pf-contents-header__buttons {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: flex-end;
  }
  .pf-contents-header__date {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8px;
  }
  .pf-contents-header__text {
    font-size: 1.2rem;
  }
  .pf-contents-header__text:not(:first-child) {
    margin-top: 8px;
  }
  .pf-contents-index {
    margin-bottom: 48px;
    margin-top: 48px;
    padding: 24px;
  }
  .pf-contents-index__title {
    font-size: 1.6rem;
  }
  .pf-contents-index__list {
    margin-top: 12px;
  }
  .pf-contents-index__item:not(:first-child) {
    margin-top: 12px;
  }
  .pf-authoring-area .pf-contents-index {
    margin-bottom: 64px;
    margin-top: 64px;
    padding: 24px;
  }
  .pf-authoring-area .pf-contents-index__title {
    font-size: 1.6rem;
  }
  .pf-authoring-area .pf-contents-index__list {
    margin-top: 16px;
  }
  .pf-authoring-area .pf-contents-index__item:not(:first-child) {
    margin-top: 16px;
  }
  .pf-contents-intro__lead {
    margin-bottom: 8px;
    margin-top: 32px;
  }
  .pf-contents-login {
    padding: 32px 4vw;
  }
  .pf-contents-login__logos {
    width: 83.1746031746%;
  }
  .pf-contents-login__logo:not(:first-child) {
    margin-left: 6.106870229%;
  }
  .pf-contents-login .pf-contents-login__link {
    margin-top: 24px;
  }
  .pf-contents-login__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            flex-direction: column;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pf-contents-login__buttons .pf-button:not(:first-child) {
    margin-top: 12px;
  }
  .pf-authoring-area .pf-contents-login {
    padding: 48px 4vw;
  }
  .pf-authoring-area .pf-contents-login__logos {
    width: 83.1746031746%;
  }
  .pf-authoring-area .pf-contents-login__logo:not(:first-child) {
    margin-left: 6.106870229%;
  }
  .pf-authoring-area .pf-contents-login .pf-authoring-area .pf-contents-login__link {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-contents-login__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            flex-direction: column;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pf-authoring-area .pf-contents-login__buttons .pf-button:not(:first-child) {
    margin-top: 16px;
  }
  .pf-control {
    margin-bottom: 12px;
    margin-top: 8px;
  }
  .pf-control__select {
    font-size: 1.6rem;
  }
  .pf-enqute__headline {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pf-enqute__label {
    font-size: 1.4rem;
  }
  .pf-enqute__button-group {
    margin-top: 4px;
  }
  .pf-enqute__button {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .pf-enqute__send {
    margin-top: 20px;
    text-align: center;
  }
  .pf-enqute__send-message {
    font-size: 2.0rem;
    line-height: 1.5;
    margin-bottom: 30px;
    margin-top: 16px;
    text-align: left;
  }
  .pf-enqute__reset-text {
    font-size: 1rem;
    top: 5px;
    width: 56px;
  }
  .pf-footer-info {
    font-size: 1.4rem;
    margin-bottom: 48px;
    margin-top: 48px;
  }
  .pf-footer-info__item:not(:first-child) {
    margin-top: 8px;
  }
  .pf-footer-links__item {
    margin-bottom: 8px;
  }
  .pf-footer-links__anchor {
    padding: 0 8px;
  }
  .pf-footer-links__rows {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
  }
  .pf-footer-links__rows .pf-footer-links__item:first-child {
    border-left: 1px solid #E5E5E5;
  }
  .pf-footer-sns__title {
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 16px;
    padding-right: 32px;
    padding-top: 16px;
    position: relative;
  }
  .pf-footer-sns__container {
    padding-left: 11.0144927536%;
    padding-right: 11.0144927536%;
  }
  .pf-footer-sns__item {
    width: 30px;
  }
  .pf-footer {
    padding-bottom: 32px;
    padding-top: 48px;
  }
  .pf-footer--simple .pf-footer__logo-area {
    margin-top: 0;
  }
  .pf-footer__link-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pf-footer__link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
    margin-top: 16px;
            order: 2;
  }
  .pf-footer__language {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pf-footer__foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            flex-direction: column;
  }
  .pf-footer__logo-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            flex-direction: column;
    margin-top: 32px;
    width: 100%;
  }
  .pf-footer__ana-logo {
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    width: 174px;
  }
  .pf-footer__star-logo {
    margin-top: 8px;
    width: 166px;
  }
  .pf-footer__copyright {
    margin-top: 32px;
  }
  .pf-header-nav {
    width: 100%;
  }
  .pf-header-nav__anchor {
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    padding: 16px 2vw;
  }
  .pf-header-nav__anchor--active::after {
    height: 3px;
    left: 2vw;
    right: 2vw;
  }
  .pf-header__head-inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
  }
  .pf-header__foot {
    border-bottom: 1px solid #B2B2B2;
    display: none;
  }
  .pf-header__logo {
    width: 150px;
  }
  .pf-header__sp-controls {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
            justify-content: flex-end;
  }
  .pf-header__pc-sub-navs-head {
    display: none;
  }
  .pf-header__pc-sub-navs-foot {
    display: none;
  }
  .pf-headline--head1,
  .ANA-1603 .type--header-1 {
    margin-top: 48px;
  }
  .pf-headline--head1,
  .ANA-1603 .type--header-1 {
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .pf-headline--head2,
  .ANA-1603 .type--header-2 {
    margin-top: 32px;
  }
  .pf-headline--head2,
  .ANA-1603 .type--header-2 {
    margin-bottom: 16px;
  }
  .pf-headline--head2,
  .ANA-1603 .type--header-2 {
    font-size: 2.0rem;
    line-height: 1.4;
  }
  .pf-headline--head3,
  .ANA-1603 .type--header-3 {
    margin-bottom: 16px;
  }
  .pf-headline--head3,
  .ANA-1603 .type--header-3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 32px;
  }
  .pf-headline--head4,
  .ANA-1603 .type--header-4 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 32px;
  }
  .pf-headline--head5,
  .ANA-1603 .type--header-5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pf-headline--page-tag {
    font-size: 1.4rem;
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pf-headline--selected-tag {
    margin-top: 16px;
  }
  .pf-headline--selected-tag {
    font-size: 1.2rem;
    margin-bottom: 16px;
  }
  .pf-headline--insta {
    margin-bottom: 12px;
  }
  .pf-authoring-area .pf-headline--head1,
  .pf-authoring-area .ANA-1603 .type--header-1 {
    margin-top: 64px;
  }
  .pf-authoring-area .pf-headline--head1,
  .pf-authoring-area .ANA-1603 .type--header-1 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-headline--head2,
  .pf-authoring-area .ANA-1603 .type--header-2 {
    margin-top: 48px;
  }
  .pf-authoring-area .pf-headline--head2,
  .pf-authoring-area .ANA-1603 .type--header-2 {
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-headline--head2,
  .pf-authoring-area .ANA-1603 .type--header-2 {
    font-size: 2.0rem;
    line-height: 1.5;
  }
  .pf-authoring-area .pf-headline--head3,
  .pf-authoring-area .ANA-1603 .type--header-3 {
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-headline--head3,
  .pf-authoring-area .ANA-1603 .type--header-3 {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 48px;
  }
  .pf-authoring-area .pf-headline--head4,
  .pf-authoring-area .ANA-1603 .type--header-4 {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 48px;
  }
  .pf-authoring-area .pf-headline--head5,
  .pf-authoring-area .ANA-1603 .type--header-5 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .pf-authoring-area .pf-headline--page-tag {
    font-size: 1.4rem;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .pf-authoring-area .pf-headline--selected-tag {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-headline--selected-tag {
    font-size: 1.2rem;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-headline--insta {
    margin-bottom: 16px;
  }
  .pf-footer-offer {
    text-align: left;
  }
  .pf-image--article-link {
    background-color: transparent;
    padding-bottom: 100%;
    position: relative;
  }
  .pf-image--article-link > picture > img,
  .pf-image--article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-image--article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-image--article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-image--md-article-link {
    background-color: transparent;
    padding-bottom: 100%;
    position: relative;
  }
  .pf-image--md-article-link > picture > img,
  .pf-image--md-article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-image--md-article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-image--md-article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-image--top-kv {
    background-color: transparent;
    padding-bottom: 100%;
    position: relative;
  }
  .pf-image--top-kv > picture > img,
  .pf-image--top-kv > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-image--top-kv > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-image--top-kv > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-image--custom {
    margin-bottom: 4px;
    margin-top: 24px;
  }
  .pf-image-caption {
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-image a[target="_blank"]::after,
  .pf-image a[href$=".pdf"]::after,
  .pf-image a[href$=".doc"]::after,
  .pf-image a[href$=".docx"]::after,
  .pf-image a[href$=".xls"]::after,
  .pf-image a[href$=".xlsx"]::after {
    display: block;
    font-size: 1.0rem;
    margin-left: auto;
    text-align: right;
  }
  .pf-image--no-margin {
    margin: 0;
  }
  .pf-authoring-area .pf-image--article-link {
    background-color: transparent;
    padding-bottom: 100%;
    position: relative;
  }
  .pf-authoring-area .pf-image--article-link > picture > img,
  .pf-authoring-area .pf-image--article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-authoring-area .pf-image--article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-authoring-area .pf-image--article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-authoring-area .pf-image--md-article-link {
    background-color: transparent;
    padding-bottom: 100%;
    position: relative;
  }
  .pf-authoring-area .pf-image--md-article-link > picture > img,
  .pf-authoring-area .pf-image--md-article-link > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-authoring-area .pf-image--md-article-link > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-authoring-area .pf-image--md-article-link > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-authoring-area .pf-image--top-kv {
    background-color: transparent;
    padding-bottom: 100%;
    position: relative;
  }
  .pf-authoring-area .pf-image--top-kv > picture > img,
  .pf-authoring-area .pf-image--top-kv > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-authoring-area .pf-image--top-kv > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-authoring-area .pf-image--top-kv > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-authoring-area .pf-image--custom {
    margin-bottom: 8px;
    margin-top: 32px;
  }
  .pf-authoring-area .pf-image-caption {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-authoring-area .pf-image a[target="_blank"]::after,
  .pf-authoring-area .pf-image a[href$=".pdf"]::after,
  .pf-authoring-area .pf-image a[href$=".doc"]::after,
  .pf-authoring-area .pf-image a[href$=".docx"]::after,
  .pf-authoring-area .pf-image a[href$=".xls"]::after,
  .pf-authoring-area .pf-image a[href$=".xlsx"]::after {
    display: block;
    font-size: 1.0rem;
    margin-left: auto;
    text-align: right;
  }
  .pf-authoring-area .pf-image--no-margin {
    margin: 0;
  }
  .pf-information {
    padding: 4px 4%;
  }
  .pf-information-accordion {
    height: 0;
  }
  .pf-information-accordion--active {
    height: auto;
  }
  .pf-information-accordion--active:not(:first-child) {
    margin-top: 4px;
  }
  .pf-information__date {
    display: inline;
  }
  .pf-information__date:after {
    content: "\A";
    white-space: pre;
  }
  .pf-information__accordion-button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 43px;
  }
  .pf-information__accordion-button .pf-button {
    padding-left: 12px;
    padding-right: 12px;
  }
  .pf-iptg__body {
    margin-left: 16px;
  }
  .pf-keyvisual-carousel__item {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
  .pf-keyvisual-carousel__pagination-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    bottom: 16px;
            justify-content: center;
  }
  .pf-keyvisual::before {
    padding-bottom: 133.3333333333%;
  }
  .pf-keyvisual__container .pf-label-group {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .pf-keyvisual__overlay {
    bottom: 48px;
    left: 4vw;
    padding-bottom: 16px;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 12px;
    right: 4vw;
  }
  .pf-keyvisual__title {
    font-size: 1.8rem;
    margin-top: 4px;
    max-height: 81px;
  }
  .pf-keyvisual__tag-container {
    margin-top: 4px;
  }
  .pf-keyvisual__title, .pf-keyvisual__tag-container {
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .pf-label {
    font-size: 1.0rem;
  }
  .pf-label--kv {
    font-size: 1.2rem;
  }
  .pf-label-group + .pf-article-link__title {
    margin-top: 0;
  }
  .pf-like {
    bottom: 0;
  }
  .pf-like-button {
    bottom: 70px;
    height: 45px;
    right: 4vw;
    width: 45px;
  }
  .pf-like-message {
    bottom: 120px;
    right: 4vw;
  }
  .pf-media {
    margin-bottom: 48px;
  }
  .pf-media.pf-no-margin-bottom-md {
    margin-bottom: 0 !important;
  }
  .pf-media__flame + .pf-media__caption,
  .pf-media__movie + .pf-media__caption {
    margin-top: 24px;
  }
  .pf-page-contents-kv__container {
    background-color: transparent;
    padding-bottom: 74.6666666667%;
    position: relative;
  }
  .pf-page-contents-kv__container > picture > img,
  .pf-page-contents-kv__container > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-page-contents-kv__container > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-page-contents-kv__container > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-page-top {
    bottom: 12px;
  }
  .pf-page-top__button {
    height: 45px;
    right: 4vw;
    width: 45px;
  }
  .pf-pagination {
    margin-top: 24px;
  }
  .pf-pagination {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .pf-pagination__button:not(:first-child) {
    margin-left: 8px;
  }
  .pf-pagination__label {
    font-size: 1.4rem;
  }
  .pf-search--tag {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pf-simple-accordion {
    border-bottom: 1px solid #EDEDED;
  }
  .pf-simple-accordion__title {
    -webkit-transition: border-bottom .3s ease-out;
    border-bottom: 1px solid transparent;
    display: block;
    font-size: 1.4rem;
    padding-bottom: 16px;
    padding-right: 32px;
    padding-top: 16px;
    transition: border-bottom .3s ease-out;
  }
  .pf-simple-accordion__title::after {
    speak: never;
    -webkit-transform: translateY(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            align-items: center;
    content: "";
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "pf-icon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 16px;
            justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 50%;
            transform: translateY(-50%);
    width: 16px;
  }
  .pf-simple-accordion__title .pf-simple-accordion--external::after {
    font-size: 1.6rem;
  }
  .pf-simple-accordion__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item, .pf-simple-accordion__item {
    -webkit-transition: line-height   .3s ease-out, border-bottom .3s ease-out, opacity       .1s linear, visibility    .1s linear;
    line-height: 0;
    margin-left: 4%;
    opacity: 0;
    position: relative;
    transition: line-height   .3s ease-out, border-bottom .3s ease-out, opacity       .1s linear, visibility    .1s linear;
    visibility: hidden;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item:not(:last-child), .pf-simple-accordion__item:not(:last-child) {
    border-bottom: 0px solid transparent;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > input ~ .pf-simple-accordion__title, .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > input ~ h2 > .pf-simple-accordion__title, .pf-simple-accordion__item .pf-simple-accordion > input ~ .pf-simple-accordion__title, .pf-simple-accordion__item .pf-simple-accordion > input ~ h2 > .pf-simple-accordion__title {
    border-bottom: 0px solid transparent;
    padding-bottom: 0;
    padding-top: 0;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor, .pf-simple-accordion__anchor {
    -webkit-transition: padding-top    .3s ease-out padding-bottom .3s ease-out;
    color: #333;
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    padding-bottom: 0;
    padding-right: 32px;
    padding-top: 0;
    position: relative;
    transition: padding-top    .3s ease-out padding-bottom .3s ease-out;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor::after, .pf-simple-accordion__anchor::after {
    speak: never;
    -webkit-transform: translateY(-50%);
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            align-items: center;
    content: "";
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "pf-icon" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 16px;
            justify-content: center;
    line-height: 1;
    position: absolute;
    right: 0;
    text-transform: none;
    top: 50%;
            transform: translateY(-50%);
    width: 16px;
  }
  .pf-simple-accordion > .pf-simple-accordion__input:not(:checked) ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion > .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion__anchor .pf-simple-accordion--external::after, .pf-simple-accordion__anchor .pf-simple-accordion--external::after {
    font-size: 1.4rem;
  }
  .pf-simple-accordion--external.pf-external-link .pf-external-link__icon {
    height: 0em;
  }
  .pf-simple-accordion__input:checked ~ .pf-simple-accordion__list .pf-simple-accordion__item .pf-simple-accordion--external.pf-external-link .pf-external-link__icon {
    height: 1em;
  }
  .pf-simple-accordion-group > .pf-simple-accordion {
    border-bottom: none;
  }
  .pf-simple-accordion-group > .pf-simple-accordion:not(:first-child) {
    border-top: 1px solid #EDEDED;
  }
  .pf-simple-accordion-group > .pf-simple-accordion--border-dark {
    border-bottom: none;
  }
  .pf-simple-accordion-group > .pf-simple-accordion--border-dark :not(:first-child) {
    border-top: 1px solid #B2B2B2;
  }
  .pf-simple-accordion--border-dark {
    border-bottom: 1px solid #C7C7C7;
  }
  .pf-simple-accordion--border-dark > .pf-simple-accordion__title {
    border-bottom: 1px solid transparent !important;
  }
  .pf-simple-accordion--border-dark > .pf-simple-accordion__list .pf-simple-accordion__item {
    border-bottom: 0px solid transparent;
  }
  .pf-simple-accordion--border-dark > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__title, .pf-simple-accordion--border-dark > input.pf-simple-accordion__input:checked ~ h2 > .pf-simple-accordion__title {
    border-bottom: 1px solid #C7C7C7 !important;
  }
  .pf-simple-accordion--border-dark > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__list > .pf-simple-accordion__item:not(:last-child) {
    border-bottom: 1px solid #C7C7C7 !important;
  }
  .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__title, .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ h2 > .pf-simple-accordion__title {
    -webkit-transition: border-bottom .3s ease-out;
    border-bottom: 1px solid #EDEDED;
    transition: border-bottom .3s ease-out;
  }
  .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__title::after, .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ h2 > .pf-simple-accordion__title::after {
    content: "";
  }
  .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__list > .pf-simple-accordion__item {
    -webkit-transition: line-height   .3s ease-out, border-bottom .3s ease-out, opacity       .1s linear, visibility    .1s linear;
    line-height: 1.5;
    opacity: 1;
    transition: line-height   .3s ease-out, border-bottom .3s ease-out, opacity       .1s linear, visibility    .1s linear;
    visibility: visible;
  }
  .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__list > .pf-simple-accordion__item:not(:last-child) {
    border-bottom: 1px solid #EDEDED;
  }
  .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__list > .pf-simple-accordion__item .pf-simple-accordion > input ~ .pf-simple-accordion__title, .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__list > .pf-simple-accordion__item .pf-simple-accordion > input ~ h2 > .pf-simple-accordion__title {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .pf-simple-accordion > input.pf-simple-accordion__input:checked ~ .pf-simple-accordion__list > .pf-simple-accordion__item > .pf-simple-accordion__anchor {
    -webkit-transition: padding-top    .3s ease-out padding-bottom .3s ease-out;
    padding-bottom: 16px;
    padding-top: 16px;
    transition: padding-top    .3s ease-out padding-bottom .3s ease-out;
  }
  .pf-sub-navs__anchor--external::after {
    bottom: -16px;
    font-size: 1.0rem;
    right: 0;
  }
  .pf-tag-button-group {
    margin-top: 4px;
  }
  .pf-tag-button-group--no-margin {
    margin-top: 0;
  }
  .pf-tag-button {
    margin-top: 12px;
  }
  .pf-tag-button {
    font-size: 1.2rem;
    margin-right: 8px;
  }
  .pf-tag-button--icon-close::after {
    font-size: 1.4rem;
  }
  .pf-tag-button-accordion--active {
    height: auto;
  }
  .pf-tag-group .pf-tag {
    margin-top: 8px;
  }
  .pf-tag-group--margin {
    margin-bottom: 24px;
    margin-top: 12px;
  }
  .pf-tag-group-accordion--active {
    height: auto;
  }
  .pf-tag-nav::before, .pf-tag-nav::after {
    display: block;
  }
  .pf-tag-nav.pf-tag-nav--is-first {
    padding-left: 2vw;
  }
  .pf-tag-nav.pf-tag-nav--is-last {
    padding-right: 2vw;
  }
  .pf-tag-nav__wraper {
    margin: 0;
  }
  .pf-tag-nav__wraper .pf-text-link {
    margin-right: 2vw;
  }
  .pf-tag-nav__wraper .pf-text-link .pf-text-link__anchor {
    font-size: 1.2rem;
  }
  .pf-tag-nav__prev, .pf-tag-nav__next {
    display: block;
  }
  .pf-tag-nav-recommendation .pf-tag-nav__next,
  .pf-tag-nav-recommendation .pf-tag-nav__prev {
    display: block;
  }
  .pf-tag-search-result {
    margin-bottom: 12px;
    margin-top: 16px;
  }
  .pf-tag-search-result__title {
    font-size: 1.2rem;
  }
  .pf-tag {
    font-size: 1.0rem;
  }
  .pf-text-link-group {
    margin-top: 16px;
  }
  .pf-text-link-group {
    margin-bottom: 16px;
  }
  .pf-text-link-group > .pf-text-link:not(:first-child) {
    margin-top: 8px;
  }
  .pf-text-link {
    margin-top: 12px;
  }
  .pf-text-link__anchor {
    font-size: 1.4rem;
  }
  .pf-text-link__anchor--wide {
    padding: 16px 0;
  }
  .pf-text-link__anchor--wide::before, .pf-text-link__anchor--wide::after {
    padding: 16px 0;
  }
  .pf-text-link--sm .pf-text-link__anchor {
    font-size: 1.2rem;
  }
  .pf-text {
    margin-bottom: 12px;
    margin-top: 12px;
  }
  .pf-text.res-contents.pf-text--label, .pf-text--label {
    margin-top: 16px;
  }
  .pf-text.res-contents.pf-text--label, .pf-text--label {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label1, .pf-text--label1 {
    margin-top: 16px;
  }
  .pf-text.res-contents.pf-text--label1, .pf-text--label1 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label1-2, .pf-text--label1-2 {
    margin-top: 16px;
  }
  .pf-text.res-contents.pf-text--label1-2, .pf-text--label1-2 {
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--label2, .pf-text--label2 {
    margin-top: 12px;
  }
  .pf-text.res-contents.pf-text--label2, .pf-text--label2 {
    margin-bottom: 12px;
  }
  .pf-text.res-contents.pf-text--label2, .pf-text--label2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .pf-text.res-contents.pf-text--label2-2, .pf-text--label2-2 {
    margin-top: 12px;
  }
  .pf-text.res-contents.pf-text--label2-2, .pf-text--label2-2 {
    margin-bottom: 12px;
  }
  .pf-text.res-contents.pf-text--label2-2, .pf-text--label2-2 {
    line-height: 1.5;
  }
  .pf-text.res-contents.pf-text--label3, .pf-text--label3 {
    font-size: 1.0rem;
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-text.res-contents.pf-text--body1, .pf-text--body1 {
    margin-top: 16px;
  }
  .pf-text.res-contents.pf-text--body1, .pf-text--body1 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--body2, .pf-text--body2 {
    margin-top: 16px;
  }
  .pf-text.res-contents.pf-text--body2, .pf-text--body2 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 16px;
  }
  .pf-text.res-contents.pf-text--annotation, .pf-text--annotation {
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-text.res-contents.pf-text--copy, .pf-text--copy {
    line-height: 1.5;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .pf-authoring-area .pf-text {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label, .pf-authoring-area .pf-text--label {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label, .pf-authoring-area .pf-text--label {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1, .pf-authoring-area .pf-text--label1 {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1, .pf-authoring-area .pf-text--label1 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1-2, .pf-authoring-area .pf-text--label1-2 {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label1-2, .pf-authoring-area .pf-text--label1-2 {
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2, .pf-authoring-area .pf-text--label2 {
    margin-top: 16px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2, .pf-authoring-area .pf-text--label2 {
    margin-bottom: 16px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2, .pf-authoring-area .pf-text--label2 {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2-2, .pf-authoring-area .pf-text--label2-2 {
    margin-top: 16px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2-2, .pf-authoring-area .pf-text--label2-2 {
    margin-bottom: 16px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label2-2, .pf-authoring-area .pf-text--label2-2 {
    line-height: 1.5;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--label3, .pf-authoring-area .pf-text--label3 {
    font-size: 1.0rem;
    line-height: 1.5;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body1, .pf-authoring-area .pf-text--body1 {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body1, .pf-authoring-area .pf-text--body1 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body2, .pf-authoring-area .pf-text--body2 {
    margin-top: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--body2, .pf-authoring-area .pf-text--body2 {
    font-size: 1.4rem;
    line-height: 2;
    margin-bottom: 24px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--annotation, .pf-authoring-area .pf-text--annotation {
    line-height: 2;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-authoring-area .pf-text.res-contents.pf-text--copy, .pf-authoring-area .pf-text--copy {
    line-height: 2;
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .pf-tl-logo {
    padding-bottom: 8px;
    padding-top: 8px;
    width: 126px;
  }
  .pf-tl-logo__anchor {
    background-color: transparent;
    display: block;
    padding-bottom: 9.5238095238%;
    position: relative;
  }
  .pf-tl-logo__anchor > picture > img,
  .pf-tl-logo__anchor > img {
    display: block;
    height: auto;
    max-width: 100%;
    position: absolute;
    width: 100%;
  }
  .pf-tl-logo__anchor > a {
    -webkit-transition: opacity .3s;
    display: block;
    height: auto;
    max-width: 100%;
    opacity: 1;
    position: absolute;
    transition: opacity .3s;
    width: 100%;
  }
  .pf-tl-logo__anchor > a > img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .pf-tl-logo--absolute-display {
    margin-left: 2%;
    margin-right: 4%;
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .ANA-1603 .pf-ana1603--design02 h3.type--header-3 {
    font-size: 1.6rem;
  }
  .pf-ana1603--design02 {
    border-left: solid 16px #F1F1F1;
    border-right: solid 3px #F1F1F1;
    border-top: solid 3px #F1F1F1;
    padding: 24px 16px 16px 16px;
  }
  .pf-ana0102_2--design02 {
    border-bottom: solid 3px #F1F1F1;
    border-left: solid 16px #F1F1F1;
    border-right: solid 3px #F1F1F1;
    padding: 0 24px 20px 16px;
  }
  .pf-ana0102_2--design02 > div > ul > li {
    padding: 0 0 12px 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .pf-button-group__item:not(:first-child) {
    margin-top: 12px;
  }
}
