@charset "UTF-8";

/*
--------------------------------
	text link
--------------------------------
*/
/* ---- link with arrow and underline: 14px bold ---- */
a.c-arrow-link.pdf-img::after {
  content: none;
}
a.c-arrow-link.pdf-img img {
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  width: 20px;
  height: 24px;
  background: url(../images/icon_pdf.svg) center no-repeat;
}

/* ---- link with arrow and underline: 16px regular ---- */
a.c-icon-link.pdf-img {
  padding-right: 30px;
}
a.c-icon-link.pdf-img::after {
  content: none;
}
a.c-icon-link.pdf-img:hover::after, a.c-icon-link.pdf:active::after {
  animation: none;
}
a.c-icon-link.pdf-img img {
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 16px;
  height: 19px;
  background-image: url(../images/icon_pdf.svg);
  background-size: contain;
}

/*
--------------------------------
	button
--------------------------------
*/
.c-button.pdf-img::after {
  content: none;
}
.c-button.pdf-img img {
  position: absolute;
  right: 16px;
  top: calc(50% - 11px);
  width: 18px;
  height: 22px;
  filter: invert(100) brightness(100);
}
.c-button:hover.pdf-img img, .c-button:active.pdf-img img {
  filter: invert(0) brightness(0);
}
.c-button.compact.pdf-img img {
  right: 6px;
}

/*
--------------------------------
	article list
--------------------------------
*/
/* ---- news: press release archive ---- */
.c-article-list-topics a.pdf-img {
  padding: 27px 60px 23px 30px;
}
.c-article-list-topics a.pdf-img::after {
  content: "";
  display: ;
  position: initial;
  right: initial;
  top: initial;
  width: initial;
  height: initial;
  background-image: initial;
  background-size: initial;
}
.c-article-list-topics a.pdf-img p + img {
  position: absolute;
  top: calc(50% - 12px);
  width: 20px;
  height: 24px;
  right: 30px;
}

@media screen and (max-width: 767.9px) {
  .c-article-list-topics a.pdf-img {
      padding: 27px calc(5vw + 35px) 23px 5vw;
  }
  .c-article-list-topics a.pdf-img p + img {
      right: 5vw;
  }
}

/*
--------------------------------
	link list
--------------------------------
*/
/* ---- panel ---- */
.c-box-link-list ul a.pdf-img::after {
  content: none;
}
.c-box-link-list ul a.pdf-img img {
  position: absolute;
  right: 28px;
  top: calc(50% - 10px);
  width: 17px;
  height: 20px;
}
@media screen and (max-width: 767.9px) {
  .c-box-link-list ul a.pdf-img img {
      right: calc(5vw - 2px);
  }
}

/*
--------------------------------
	download
--------------------------------
*/
/* ---- thumbnail + text link ---- */
.c-download dl dd a.pdf-img::after {
  content: none;
}
.c-download dl dd a.pdf-img img {
  display: inline-block;
  width: 20px;
  height: 24px;
  margin-left: 0.7em;
  vertical-align: middle;
  transform: translateY(-2px);
}

/*
--------------------------------
	link panel
--------------------------------
*/

a.c-link-panel-image-head.pdf::after {
    content: none;
}
.c-link-panel-image-head .txt p + img{
    aspect-ratio: initial;
    object-fit: initial;
    transform: initial;
    filter: initial;
    transition: initial;
    width: 18px; 
    position: absolute;
    bottom: 11px;
    right: 12px;
}
.c-link-panel-image-head .txt p + img.pdf{
    width: 18px; 
    position: absolute;
    bottom: 11px;
    right: 12px;
}


/*
--------------------------------
	dialogue
--------------------------------
*/
/* ---- speech baloon ---- */
.c-dialogue-a11y {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
.c-dialogue-a11y .img {
  width: 120px;
}
.c-dialogue-a11y .img img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-dialogue-a11y .text {
  position: relative;
  width: calc(100% - 160px);
  padding: 33px 4.5% 31px;
  border-radius: 4px;
  background-color: #f4f4f4;
  font-size: 1.6rem;
  line-height: 1.6;
}
.c-dialogue-a11y .text > :first-child {
  margin-top: 0px;
}
.c-dialogue-a11y .text:lang(en) {
  line-height: 1.5;
}
.c-dialogue-a11y .text::before {
  content: "";
  display: block;
  position: absolute;
  left: -11px;
  top: 32px;
  width: 22px;
  height: 22px;
  background-color: #f4f4f4;
  transform: scale(1, 0.9) rotate(45deg);
}
.c-dialogue-a11y.img-right {
  flex-direction: row-reverse;
}
.c-dialogue-a11y.img-right .text::before {
  left: auto;
  right: -11px;
}
.bg-gray .c-dialogue-a11y .text {
  background-color: #fff;
}
.bg-gray .c-dialogue-a11y .text::before {
  background-color: #fff;
}

@media screen and (max-width: 767.9px) {
  .c-dialogue-a11y {
    margin-top: 8.5vw;
  }
  .c-dialogue-a11y .img {
    width: 60px;
  }
  .c-dialogue-a11y .img img {
    width: 60px;
    height: 60px;
  }
  .c-dialogue-a11y .text {
    width: calc(100% - 80px);
    padding: 18px 5vw 16px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-dialogue-a11y .text::before {
    left: -8px;
    top: 21px;
    width: 16px;
    height: 16px;
  }
  .c-dialogue-a11y.img-right .text::before {
    left: auto;
    right: -8px;
  }
}



/*
--------------------------------
	image
--------------------------------
*/
/* ---- image + text ---- */
.c-img-set-a11y {
  margin-top: 50px;
  overflow: hidden;
}
.c-img-set-a11y .c-image,
.c-img-set-a11y > img {
  float: left;
  max-width: max(50% - 1.702vw, 50% - 25px);
  margin: 0 min(3.4vw, 50px) 3% 0;
  border-radius: 20px;
}
.c-img-set-a11y.img-right .c-image, .c-img-set-a11y.img-right > img {
  float: right;
  margin: 0 0 3% min(3.4vw, 50px);
}
.c-img-set-a11y > .text {
  margin-top: -0.5em;
  overflow: hidden;
  overflow-wrap: break-word;
}
.c-img-set-a11y > .text:lang(en) {
  margin-top: -0.2em;
}
.c-img-set-a11y > .text > p {
  font-size: 1.6rem;
  line-height: 2;
}
.c-img-set-a11y > .text > p + p {
  margin-top: 2em;
}
.c-img-set-a11y > .text > p:lang(en) {
  line-height: 1.5;
}
.c-img-set-a11y.float > .text {
  overflow: visible;
}

@media screen and (max-width: 767.9px) {
  .c-img-set-a11y {
    margin-top: 8.5vw;
  }
  .c-img-set-a11y .c-image,
  .c-img-set-a11y > img {
    float: none;
    max-width: 100%;
    margin: 0 0 5vw 0;
  }
  .c-img-set-a11y.img-right .c-image, .c-img-set-a11y.img-right > img {
    float: none;
    margin: 0 0 5vw 0;
  }
  .c-img-set-a11y > .text {
    overflow: visible;
    margin-top: 0;
  }
  .c-img-set-a11y > .text > p {
    font-size: 1.4rem;
  }
}