.font-Din {
  font-family: din-condensed, sans-serif;
  font-style: normal;
}

#ir .stage.stage-center {
  max-width: 1042px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}

@media screen and (max-width: 767px) {
  #ir .stage.stage-center {
    width: 92% !important;
  }
}

.w_r_bg {
  background-color: transparent;
  background: transparent;
}

#main {
  background-color: transparent;
}

* {
  position: relative;
}

.adot-header-logo_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .adot-header-logo_sp {
    display: block;
    position: fixed;
    left: 5vw;
    top: 4vw;
    transition: opacity 0.3s ease-in-out;
    /*mix-blend-mode: hard-light;*/
    pointer-events: all;
    z-index: 11;
    width: 32.53vw;
  }
  .adot-header-logo_sp.top-fv {
    opacity: 0;
  }
}

.adot-header {
  pointer-events: none;
  position: fixed;
  z-index: 13;
  left: 0;
  top: 0;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 3vh 5vw;
  padding-left: 3.5vw;
  padding-top: 3vw;
  /*mix-blend-mode: hard-light;*/
}

@media screen and (min-width: 1440px) {
  .adot-header {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .adot-header {
    padding-top: 5vw;
    padding-left: 5vw;
  }
}

.adot-header.top-fv .adot-header-logo {
  opacity: 0;
}

.adot-header-logo {
  pointer-events: all;
  width: 10.9vw;
  pointer-events: all;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .adot-header-logo {
    display: none;
    width: 15vw;
  }
}

.adot-header-logo img,
.adot-header-logo svg {
  width: 100%;
}

.adot-header-humb {
  pointer-events: all;
  cursor: pointer;
  position: absolute;
  top: 4vh;
  right: 3.5%;
  width: 2.8vw;
  z-index: 11;
  height: 3vw;
  pointer-events: all;
  transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 1440px) {
  .adot-header-humb {
    right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .adot-header-humb {
    width: 8vw;
    top: 3vh;
    height: 8vw;
    right: 5%;
  }
}

.adot-header-humb .humb-inner {
  width: 1.8vw;
  height: 2vw;
  position: absolute;
  left: 55%;
  top: 55%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .adot-header-humb .humb-inner {
    width: 8vw;
    height: 8vw;
  }
}

.adot-header-humb span {
  background-color: #272727;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.adot-header-humb span:before {
  content: "";
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform-origin: left;
}

.adot-header-humb span:nth-child(2) {
  transform: translateY(0.55vw);
  width: 80%;
}

@media screen and (max-width: 768px) {
  .adot-header-humb span:nth-child(2) {
    transform: translateY(2.2vw);
  }
}

.adot-header-humb span:nth-child(3) {
  transform: translateY(1.1vw);
  width: 50%;
}

@media screen and (max-width: 768px) {
  .adot-header-humb span:nth-child(3) {
    transform: translateY(4.4vw);
  }
}

.adot-header-humb:hover span:nth-child(2) {
  width: 100%;
}

.adot-header-humb:hover span:nth-child(3) {
  width: 100%;
}

.adot-header-humb.open span:nth-child(1) {
  transform: rotate(45deg) translate(0.55vw, 0.55vw);
}

@media screen and (max-width: 768px) {
  .adot-header-humb.open span:nth-child(1) {
    transform: rotate(45deg) translate(1.8vw, 1.8vw);
  }
}

.adot-header-humb.open span:nth-child(1):before {
  transform: scaleX(1);
}

.adot-header-humb.open span:nth-child(2) {
  transform: scaleX(0);
}

.adot-header-humb.open span:nth-child(3) {
  width: 100%;
  transform: rotate(-45deg) translate(-0.55vw, 0.55vw);
}

@media screen and (max-width: 768px) {
  .adot-header-humb.open span:nth-child(3) {
    transform: rotate(-45deg) translate(-1.8vw, 1.8vw);
  }
}

.adot-header-humb.open span:nth-child(3):before {
  transform: scaleX(1);
}

.adot-header-humb.open:hover {
  transform: scale(1.3);
}

@keyframes clip-to-top {
  0% {
    clip-path: inset(-4% 0% 100% -4%);
  }
  100% {
    clip-path: inset(-4% 0% -5% -4%);
  }
}

@keyframes clip-to-top-rev {
  0% {
    clip-path: inset(0% 0% 0% 0);
  }
  100% {
    clip-path: inset(0% 0% 100% 0);
  }
}

.adot-footer {
  font-family: din-condensed, sans-serif;
  font-style: normal;
}

.adot-footer-inner {
  display: flex;
}

@media screen and (max-width: 768px) {
  .adot-footer-inner {
    display: block;
  }
}

.adot-footer-inner .footer-contact-area {
  width: 65%;
  padding: 4rem 0;
  text-align: center;
  background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .adot-footer-inner .footer-contact-area {
    width: 100%;
    padding: 3rem 5vw;
  }
}

.adot-footer-inner .footer-contact-area h3 {
  margin: 0;
  margin-bottom: 2rem;
  line-height: 1;
  letter-spacing: -0.1rem;
  font-size: 4.5rem;
}

@media screen and (max-width: 1050px) {
  .adot-footer-inner .footer-contact-area h3 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .adot-footer-inner .footer-contact-area h3 {
    font-size: 13vw;
    letter-spacing: -0.2vw;
    margin-bottom: 1.8rem;
  }
}

.adot-footer-inner .footer-links-area {
  width: 35%;
  padding: 2rem 0;
  padding-left: 3.3rem;
  padding-top: 3rem;
  background-color: #C8102E;
  color: white;
}

@media screen and (max-width: 768px) {
  .adot-footer-inner .footer-links-area {
    width: 100%;
    padding-top: 8vw;
    padding-left: 5vw;
    padding-bottom: 30px;
  }
}

.adot-footer-inner .footer-links-area a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.adot-footer-inner .footer-links-area a:before {
  content: "";
  bottom: 0vh;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.adot-footer-inner .footer-links-area a:hover:before {
  transform: scaleX(1);
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.adot-footer-inner .footer-links-area ul {
  list-style: none;
}

.adot-footer-inner .footer-links-area .footer-media-list .footer-media {
  display: flex;
  align-items: center;
}

.adot-footer-inner .footer-links-area .footer-media-list .footer-media:not(:first-child) {
  margin-top: 1rem;
}

.adot-footer-inner .footer-links-area .footer-media-list .footer-media h4 {
  margin: 0;
  width: 130px;
  letter-spacing: 0.05rem;
  margin-top: 2px;
}

@media screen and (max-width: 768px) {
  .adot-footer-inner .footer-links-area .footer-media-list .footer-media h4 {
    font-size: 4.6vw;
    margin-top: 5px;
  }
}

.adot-footer-inner .footer-links-area .footer-media-list .footer-media .links li {
  letter-spacing: 0.1rem;
  display: inline-block;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .adot-footer-inner .footer-links-area .footer-media-list .footer-media .links li {
    font-size: 5.8vw;
  }
}

.adot-footer-inner .footer-links-area .footer-media-list .footer-media .links li:not(:first-child) {
  margin-left: 1.5rem;
}

.adot-footer-inner .footer-links-area .policy-links {
  font-size: 1.1rem;
  margin-top: 2.3rem;
  letter-spacing: 0.1rem;
}

.adot-footer-inner .footer-links-area .copyright {
  margin-top: 0.4rem;
}

.adot-footer-inner .footer-links-area .copyright-mark {
  transform: translateY(2px);
  display: inline-block;
}

.adot-btn-rounded {
  transform-style: flat;
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  color: #272727;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  border-radius: 10rem;
  text-decoration: none;
  line-height: 1.1;
  position: relative;
  border: none;
  background-color: transparent;
  padding: 0.47rem 3.6rem 0.34rem;
  box-sizing: border-box;
  transform: translateY(100%);
  clip-path: inset(0 0% 100% 0);
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded {
    padding: 0.6rem 4rem 0.53rem;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.notAnim {
    transform: translateY(0%);
    clip-path: none;
  }
  .adot-btn-rounded.notAnim.inview {
    animation: none;
    transform: translateY(0%);
  }
}

.adot-btn-rounded.inview {
  transform: translateY(0px);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
  animation: clip-to-top 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1) 0.15s;
}

.adot-btn-rounded .window-pict {
  width: 14px;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -5px;
}

.adot-btn-rounded .window-pict .window_path {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  stroke: #272727;
}

.adot-btn-rounded.jp {
  padding: 0.52rem 2rem 0.52rem;
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.jp {
    padding: 0.67rem 2.8rem 0.73rem;
    font-size: 15px;
    letter-spacing: 1px;
  }
}

.adot-btn-rounded:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #C8102E;
  background-color: #fff;
  border-radius: 10rem;
  box-sizing: border-box;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.adot-btn-rounded .btn-outline {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #272727;
  background-color: #fff;
  border-radius: 10rem;
  transition: width 0.5s cubic-bezier(0.005, 0.33, 0.105, 1), border-color 0.2s 0s, background-color 0.2s 0s;
  z-index: 2;
  overflow: hidden;
}

.adot-btn-rounded .btn-outline .arrow-wrap {
  box-sizing: border-box;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  border-radius: 50%;
  transform: translateX(-100%);
  will-change: transform;
  top: -1px;
  left: -1px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded .btn-outline .arrow-wrap {
    height: 34px;
    width: 34px;
  }
}

.adot-btn-rounded .btn-outline .arrow {
  position: absolute;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  width: 25%;
  z-index: 1;
}

.adot-btn-rounded .btn-outline .arrow .cls-1 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.adot-btn-rounded .txt-wrap {
  position: relative;
  z-index: 10;
  line-height: 1;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.005, 0.33, 0.105, 1) 0s;
  border-radius: 10rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded .txt-wrap {
    transition: none;
  }
}

@media screen and (min-width: 768px) {
  .adot-btn-rounded:hover, .adot-btn-rounded.hovering {
    color: #C8102E;
  }
  .adot-btn-rounded:hover .window-pict .window_path, .adot-btn-rounded.hovering .window-pict .window_path {
    stroke: #C8102E;
  }
  .adot-btn-rounded:hover:before, .adot-btn-rounded.hovering:before {
    transform: translateX(0px);
  }
  .adot-btn-rounded:hover .txt-wrap, .adot-btn-rounded.hovering .txt-wrap {
    transform: translateX(-6px);
  }
  .adot-btn-rounded:hover .btn-outline, .adot-btn-rounded.hovering .btn-outline {
    /*width: 25.59px;*/
    width: 30px;
    border-color: #C8102E;
    background-color: #C8102E;
    transition: width 0.4s cubic-bezier(0.005, 0.33, 0.105, 1), border-color 0.3s 0s, background-color 0.3s 0s;
  }
  .adot-btn-rounded:hover .btn-outline .arrow-wrap, .adot-btn-rounded.hovering .btn-outline .arrow-wrap {
    transform: translateX(0);
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    opacity: 1;
  }
}

.adot-btn-rounded--black {
  color: #fff;
}

.adot-btn-rounded--black .window-pict .window_path {
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  stroke: #fff;
}

.adot-btn-rounded--black .btn-outline {
  background-color: #272727;
}

.adot-btn-rounded--black .btn-outline .arrow-wrap {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded--black .btn-outline .arrow-wrap {
    width: 45px;
    height: 45px;
  }
}

.adot-btn-rounded--black .btn-outline .arrow-wrap .arrow {
  top: 50%;
}

@media screen and (min-width: 768px) {
  .adot-btn-rounded--black:hover, .adot-btn-rounded--black.hovering {
    color: #C8102E;
  }
  .adot-btn-rounded--black:hover .btn-outline, .adot-btn-rounded--black.hovering .btn-outline {
    width: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
  .adot-btn-rounded--black:hover .btn-outline, .adot-btn-rounded--black.hovering .btn-outline {
    width: 45px;
  }
}

.adot-btn-rounded.to-index-btn-style {
  padding: 0.7rem 0rem 0.68rem;
  font-size: 1.15rem;
  letter-spacing: 0.1rem;
  border-radius: 10rem;
  line-height: 1;
  text-decoration: none;
  min-width: 316.5px;
  text-align: center;
}

.adot-btn-rounded.to-index-btn-style.jp {
  padding: 0.7rem 0 0.78rem;
  text-align: center;
  font-size: 1rem;
  font-family: noto-sans-cjk-jp, sans-serif;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.to-index-btn-style.jp {
    padding: 0.84rem 0 1rem;
    font-size: 4.6vw;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.to-index-btn-style {
    width: 100%;
    min-width: 300px;
    font-size: 5.5vw;
    padding: 0.9rem 6rem 0.85rem;
  }
}

.adot-btn-rounded.hello-content-watch {
  padding: 0.65rem 4.7rem 0.6rem;
  font-size: 1.2em;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.hello-content-watch {
    color: #272727;
    padding: 0.53rem 4rem 0.42rem;
    font-size: 1.2rem;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.hello-content-watch .btn-outline {
    border: none;
    background-color: transparent;
  }
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.hello-content-watch:before {
    border-color: #272727;
  }
}

.adot-btn-rounded.hello-content-watch .arrow {
  display: none;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.hello-content-watch .arrow-wrap {
    background-color: transparent;
    border: none;
  }
}

.adot-btn-rounded.hello-content-watch .arrow-wrap:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .adot-btn-rounded.hello-content-watch .arrow-wrap:before {
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #272727;
    left: 43%;
    top: 50%;
  }
}

footer .copyright {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  position: inherit;
  left: inherit;
  bottom: inherit;
  letter-spacing: inherit;
  font-family: inherit;
}

footer {
  padding-top: 0;
  height: auto;
}

#ir2020 {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}

#ir2020 .wrap {
  width: auto;
}

#ir2020 #area-main #ir .wrap {
  width: auto !important;
}

#ir2020 #ir .stage.stage-center .ir-main-cont {
  width: 100% !important;
}

#ir2020 .font-Med {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
}

#ir2020 .font-Din {
  font-family: din-condensed, sans-serif;
  font-weight: 300;
  font-style: normal;
}

#ir2020 .font-DinMed {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#ir2020 .ir-ttl {
  text-align: center;
  position: relative;
}

#ir2020 .ir-ttl:before {
  content: "";
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: -5px;
  background-color: #C8102E;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  #ir2020 .ir-ttl:before {
    width: 40px;
  }
}

#ir2020 #ir .ir-main-cont h2 {
  border-bottom: none !important;
  border-left: 5px solid #000 !important;
}

#ir2020 .ir-main-content {
  width: 100%;
}

#ir2020 .ir-main-content .ir-ttl {
  text-align: center;
  font-size: 46px;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  #ir2020 .ir-main-content .ir-ttl {
    font-size: 28px;
  }
}

#ir2020 .ir-main-content .ir-ttl.font-DinMed {
  font-size: 76px;
}

@media screen and (max-width: 767px) {
  #ir2020 .ir-main-content .ir-ttl.font-DinMed {
    font-size: 45px;
  }
}

#ir2020 .eirPageTitle {
  font-size: 22px;
  line-height: 32px;
  border-bottom: 1px solid #272727;
  padding-top: 20px;
  margin-bottom: 0 !important;
}

#ir2020 .eirItem_date {
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8e8e8e;
  vertical-align: middle;
  margin-top: -5px;
  display: inline-block;
  width: auto;
}

@media screen and (max-width: 767px) {
  #ir2020 .eirItem_date {
    margin-top: -2px;
  }
}

#ir2020 .eirItem_title_link {
  font-size: 15px;
  line-height: 22px;
  color: #272727;
  text-decoration: underline;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  #ir2020 .eirItem_title_link {
    font-size: 13px;
    line-height: 25px;
  }
}

#ir2020 .eirItem {
  border-bottom: 1px solid #e4e4e4;
}

@media screen and (max-width: 767px) {
  #ir2020 .eirItem {
    margin-bottom: 0;
  }
}

#ir2020 .newsList li {
  align-items: center;
  padding: 2rem 0;
}

#ir2020 .newsList li .laber {
  width: auto;
  height: auto;
  padding: 5px;
  line-height: 1;
}

#ir2020 .eirItem_type_icon_image {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("./../img/ir2020/pdf_pict.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -5px;
}

#ir2020 .s_eirList_item_head {
  width: 340px;
}

#ir2020 .ir-btn-wrap {
  text-align: center;
  margin-top: 60px;
}

#ir2020 .ir-btn-wrap a:visited {
  color: white;
}

#ir2020 .ir-btn-wrap a:visited:hover {
  color: #C8102E;
}

#ir2020 #ir .irindexWrap .index-box h3,
#ir2020 #ir .irindexWrap .index-box > a {
  background-color: transparent;
  color: #272727;
  padding: 0em;
  text-align: left;
  text-decoration: none;
  width: 100%;
  display: block;
  border-bottom: 1px solid #272727;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

#ir2020 #ir .irindexWrap .index-box ol {
  list-style: none;
  padding: 1em 0;
  padding-left: 14px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  #ir2020 #ir .irindexWrap .index-box ol {
    padding-left: 8px;
  }
}

#ir2020 #ir .irindexWrap .index-box a {
  color: #272727;
}

#ir2020 #ir .irindexWrap .index-box a:visited {
  color: #272727;
}

#ir2020 #ir .irindexWrap .index-box > a {
  background: url("../img/ir2020/arrow_right.png") 99% center no-repeat;
  background-size: 13px;
}

#ir2020 #ir .irindexWrap .index-box ol li {
  background: url("../img/ir2020/arrow_right.png") 99% center no-repeat;
  background-size: 9px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  padding: 16px 22px 16px 0px;
}

@media screen and (max-width: 767px) {
  #ir2020 #ir .irindexWrap .index-box ol li {
    font-size: 13px;
    line-height: 19px;
  }
}

#ir2020 #ir .irindexWrap {
  margin-top: 8em;
}

#ir2020 #ir .irindexWrap .index-box:nth-child(n + 3) {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  #ir2020 #ir .irindexWrap .index-box:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #ir2020 #ir .irindexWrap .index-box:nth-child(n + 2) {
    margin-top: 40px;
  }
}

#ir2020 #ir {
  padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
  #ir2020 #ir {
    padding-bottom: 80px;
  }
}

#ir2020 #ir .pdf-box-container {
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border: none;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  font-size: 15px;
  line-height: 35px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #ir2020 #ir .pdf-box-container {
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0px;
    padding-right: 0;
  }
}

#ir2020 #ir .pdf-box-container .pdf-box p {
  padding-left: 60px;
  margin: 0;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 35px;
  width: calc(100% - 215px);
}

@media screen and (max-width: 767px) {
  #ir2020 #ir .pdf-box-container .pdf-box fp {
    font-size: 13px;
    line-height: 26px;
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}

#ir2020 #ir .pdf-box-container .pdf-box img {
  width: 215px;
  display: block;
}

@media screen and (max-width: 767px) {
  #ir2020 #ir .pdf-box-container .pdf-box img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #ir2020 #area-main #ir .wrap {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  #ir2020 #ir p {
    font-size: inherit;
  }
}

#ir2020 #ir .irindexWrap .index-box > a p {
  background: none;
}

.adot-menu-modal{background-color:#fff;pointer-events:all;top:0;right:0;position:fixed;height:100%;z-index:12;background-color:#c8102e;transition:transform .7s cubic-bezier(.23,1,.32,1);transform:translateX(100%)}.adot-menu-modal.open{transform:none}@media screen and (max-width:768px){.adot-menu-modal{width:100%;overflow:hidden}}.adot-menu-modal:before{content:"";position:fixed;left:0;top:0;width:100%;height:100%;z-index:1}@media screen and (max-width:768px){.adot-menu-modal:before{content:none}}.adot-menu-modal{padding:4vh 6.6vh 12vh;color:#fff}@media screen and (max-width:768px){.adot-menu-modal{padding:0;text-align:center}}.adot-menu-modal-inner{position:relative;padding-top:7vh;z-index:2}@media screen and (max-width:768px){.adot-menu-modal-inner{padding-top:5vh;margin-left:11%;text-align:left;position:static}}.adot-menu-modal .adot-close-modal{position:absolute;right:0;width:30px;height:30px;top:0;cursor:pointer}@media screen and (max-width:768px){.adot-menu-modal .adot-close-modal{width:30px;height:30px;top:2vh;right:3vh}}.adot-menu-modal .adot-close-modal:after,.adot-menu-modal .adot-close-modal:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background-color:#fff;width:100%;height:1px}.adot-menu-modal .adot-close-modal:before{transform:translate(-50%,-50%) rotate(-45deg)}.adot-menu-modal .adot-close-modal:after{transform:translate(-50%,-50%) rotate(45deg)}.adot-menu-modal .menu-page-links{font-family:din-condensed,sans-serif;font-weight:400;font-style:normal;font-size:8.5vh;line-height:.9;letter-spacing:0}.adot-menu-modal .menu-page-links li{transform:translateY(100%);transition:transform 1.5s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal .menu-page-links li:before{content:"";top:3.7vh;width:4vh;left:-6.6vh;height:2px;background-color:#fff;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal .menu-page-links li a{color:#fff;text-decoration:none;display:inline-block;position:relative;transition:transform .5s cubic-bezier(.23,1,.32,1) 0s;-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0);animation:clip-to-top-rev 1s cubic-bezier(.23,1,.32,1) 0s forwards}.adot-menu-modal .menu-page-links li.current{pointer-events:none}.adot-menu-modal .menu-page-links li:hover a{transform:translateX(1.7vh)}.adot-menu-modal .menu-page-links li:hover:before{transform:scaleX(1);transition:transform .7s cubic-bezier(.23,1,.32,1) 0s}@media screen and (max-width:768px){.adot-menu-modal .menu-page-links{font-size:9vh;line-height:.9}}.adot-menu-modal .menu-page-links-tail{display:flex;align-items:center;font-family:din-condensed,sans-serif;font-weight:400;font-style:normal;font-size:5vh;line-height:.85;margin-top:5vh}@media screen and (max-width:768px){.adot-menu-modal .menu-page-links-tail{font-size:4.7vh}}.adot-menu-modal .menu-page-links-tail .item{list-style:none;transform:translateY(100%);transition:transform 1.5s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal .menu-page-links-tail .item:before{content:"";bottom:0;width:100%;left:0;height:2px;background-color:#fff;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal .menu-page-links-tail .item a{color:#fff;text-decoration:none;display:inline-block;position:relative;transition:transform .5s cubic-bezier(.23,1,.32,1) 0s;-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0);animation:clip-to-top-rev 1s cubic-bezier(.23,1,.32,1) 0s forwards}.adot-menu-modal .menu-page-links-tail .item.current{pointer-events:none}.adot-menu-modal .menu-page-links-tail .item:hover:before{transform:scaleX(1);transition:transform .4s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal .menu-page-links-tail .item:first-child a{animation-delay:.56s!important}.adot-menu-modal .menu-page-links-tail .item:nth-child(2){margin-left:3.33333vh}.adot-menu-modal .menu-page-links-tail .item:nth-child(2) a{animation-delay:.56s!important}.adot-menu-modal .footer-links-area{white-space:nowrap;padding-top:4.8vh;background-color:#c8102e;color:#fff}@media screen and (max-width:768px){.adot-menu-modal .footer-links-area{width:100%;padding-top:2vh}}.adot-menu-modal .footer-links-area a{color:inherit;text-decoration:none;position:relative}.adot-menu-modal .footer-links-area a:before{content:"";bottom:0;width:100%;left:0;height:2px;background-color:#fff;position:absolute;transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal .footer-links-area a:hover:before{transform:scaleX(1);transition:transform .4s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal .footer-links-area ul{list-style:none}.adot-menu-modal .footer-links-area .footer-media-list .footer-media{display:flex;align-items:center;transform:translateY(100%);transition:transform 1.5s cubic-bezier(.23,1,.32,1) 0s;-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0);animation:clip-to-top-rev 1s cubic-bezier(.23,1,.32,1) 0s forwards}.adot-menu-modal .footer-links-area .footer-media-list .footer-media:not(:first-child){margin-top:1.1vh}@media screen and (max-width:768px){.adot-menu-modal .footer-links-area .footer-media-list .footer-media:not(:first-child){margin-top:.8vh}}.adot-menu-modal .footer-links-area .footer-media-list .footer-media h4{margin:4px 0 0;width:13vh;font-size:1.7vh;letter-spacing:.05rem;font-weight:200;line-height:1}@media screen and (max-width:768px){.adot-menu-modal .footer-links-area .footer-media-list .footer-media h4{font-size:2vh;margin-top:0;width:16vh}}.adot-menu-modal .footer-links-area .footer-media-list .footer-media .links li{letter-spacing:.1rem;display:inline-block;font-size:2.2vh}@media screen and (max-width:768px){.adot-menu-modal .footer-links-area .footer-media-list .footer-media .links li{font-size:2.7vh;line-height:1}}.adot-menu-modal .footer-links-area .footer-media-list .footer-media .links li:not(:first-child){margin-left:2.4vh}@media screen and (max-width:768px){.adot-menu-modal .footer-links-area .footer-media-list .footer-media .links li:not(:first-child){margin-top:0}}.adot-menu-modal .footer-links-area .policy-links{font-size:1.7vh;margin-top:3.2vh;letter-spacing:.05rem;transform:translateY(100%);transition:transform 1.5s cubic-bezier(.23,1,.32,1) 0s;-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0);animation:clip-to-top-rev 1s cubic-bezier(.23,1,.32,1) 0s forwards}@media screen and (max-width:768px){.adot-menu-modal .footer-links-area .policy-links{display:inline-block;margin-top:2vh;font-size:2.2vh}}.adot-menu-modal .footer-links-area .copyright{margin-top:.5rem;font-size:1.5vh;transform:translateY(100%);transition:transform 1.5s cubic-bezier(.23,1,.32,1) 0s;-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0);animation:clip-to-top-rev 1s cubic-bezier(.23,1,.32,1) 0s forwards}@media screen and (max-width:768px){.adot-menu-modal .footer-links-area .copyright{display:inline-block;margin-left:20px;margin-top:2vh;font-size:2vh}}.adot-menu-modal .footer-links-area .copyright-mark{transform:translateY(2px);display:inline-block}.adot-menu-modal.open .menu-page-links-tail li:first-child,.adot-menu-modal.open .menu-page-links li:first-child{transition-delay:.07s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:first-child.current a,.adot-menu-modal.open .menu-page-links li:first-child.current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:first-child.current:before,.adot-menu-modal.open .menu-page-links li:first-child.current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:first-child a,.adot-menu-modal.open .menu-page-links li:first-child a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.07s}.adot-menu-modal.open .menu-page-links-tail li:first-child.current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:first-child{transition-delay:.57s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.57s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(2),.adot-menu-modal.open .menu-page-links li:nth-child(2){transition-delay:.14s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(2).current a,.adot-menu-modal.open .menu-page-links li:nth-child(2).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(2).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(2).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(2) a,.adot-menu-modal.open .menu-page-links li:nth-child(2) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.14s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(2).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(2){transition-delay:.64s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.64s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(3),.adot-menu-modal.open .menu-page-links li:nth-child(3){transition-delay:.21s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(3).current a,.adot-menu-modal.open .menu-page-links li:nth-child(3).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(3).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(3).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(3) a,.adot-menu-modal.open .menu-page-links li:nth-child(3) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.21s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(3).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(3){transition-delay:.71s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.71s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(4),.adot-menu-modal.open .menu-page-links li:nth-child(4){transition-delay:.28s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(4).current a,.adot-menu-modal.open .menu-page-links li:nth-child(4).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(4).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(4).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(4) a,.adot-menu-modal.open .menu-page-links li:nth-child(4) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.28s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(4).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(4){transition-delay:.78s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.78s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(5),.adot-menu-modal.open .menu-page-links li:nth-child(5){transition-delay:.35s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(5).current a,.adot-menu-modal.open .menu-page-links li:nth-child(5).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(5).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(5).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(5) a,.adot-menu-modal.open .menu-page-links li:nth-child(5) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.35s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(5).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(5){transition-delay:.85s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.85s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(6),.adot-menu-modal.open .menu-page-links li:nth-child(6){transition-delay:.42s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(6).current a,.adot-menu-modal.open .menu-page-links li:nth-child(6).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(6).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(6).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(6) a,.adot-menu-modal.open .menu-page-links li:nth-child(6) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.42s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(6).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(6){transition-delay:.92s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.92s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(7),.adot-menu-modal.open .menu-page-links li:nth-child(7){transition-delay:.49s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(7).current a,.adot-menu-modal.open .menu-page-links li:nth-child(7).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(7).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(7).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(7) a,.adot-menu-modal.open .menu-page-links li:nth-child(7) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.49s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(7).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(7){transition-delay:.99s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.99s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(8),.adot-menu-modal.open .menu-page-links li:nth-child(8){transition-delay:.56s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(8).current a,.adot-menu-modal.open .menu-page-links li:nth-child(8).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(8).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(8).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(8) a,.adot-menu-modal.open .menu-page-links li:nth-child(8) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.56s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(8).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(8){transition-delay:1.06s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:1.06s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(9),.adot-menu-modal.open .menu-page-links li:nth-child(9){transition-delay:.63s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(9).current a,.adot-menu-modal.open .menu-page-links li:nth-child(9).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(9).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(9).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(9) a,.adot-menu-modal.open .menu-page-links li:nth-child(9) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.63s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(9).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(9){transition-delay:1.13s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:1.13s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(10),.adot-menu-modal.open .menu-page-links li:nth-child(10){transition-delay:.7s;transform:none}.adot-menu-modal.open .menu-page-links-tail li:nth-child(10).current a,.adot-menu-modal.open .menu-page-links li:nth-child(10).current a{transform:translateX(1.7vh)}.adot-menu-modal.open .menu-page-links-tail li:nth-child(10).current:before,.adot-menu-modal.open .menu-page-links li:nth-child(10).current:before{transform:scaleX(1);transition:transform 1s cubic-bezier(.23,1,.32,1) 0s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(10) a,.adot-menu-modal.open .menu-page-links li:nth-child(10) a{animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.7s}.adot-menu-modal.open .menu-page-links-tail li:nth-child(10).current:before{transform:scaleX(1) translateY(-50%)}.adot-menu-modal.open .footer-media-list .footer-media:nth-child(10){transition-delay:1.2s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:1.2s}.adot-menu-modal.open .policy-links{transition-delay:.7s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.7s}.adot-menu-modal.open .copyright{transition-delay:.76s;transform:none;animation:clip-to-top .7s cubic-bezier(.23,1,.32,1) forwards;animation-delay:.76s}

.adot-menu-modal-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}