@charset "UTF-8";
/* ---------------------------------------
    資料ダウンロード
-----------------------------------------*/
/* header
--------------------------------*/
#header {
  background-color: #FFF8F6;
}
#header .header_wrap {
  border-bottom: 1px solid #D0CDCC;
}
#header:not(.navOpen) .header_wrap .logo a {
  background: url(../img/common/logo_black.png) no-repeat center/contain;
}
#header:not(.navOpen) .header_wrap .logo a img {
  opacity: 0;
}
#header .nav_wrap * {
  color: #181414 !important;
}
#header .nav_wrap a span.txt {
  background-image: linear-gradient(90deg, #181414, #181414);
}
#header .nav_wrap .utility .links_list li .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg rect {
  fill: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .ico svg path,
#header .nav_wrap .utility .sub .search:not(.is-open) .search_btn .ico svg path {
  stroke: #181414;
}
#header .nav_wrap .utility .sub .lang .lang_btn .txt,
#header .nav_wrap .utility .sub .search .search_input,
#header .nav_wrap .utility .sub .search.is-open .search_btn {
  border-color: #181414;
}

/* common
--------------------------------*/
.contents_wrap {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .contents_wrap {
    padding-bottom: 9.6rem;
  }
}
.contents_wrap .contents {
  width: 80rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .contents_wrap .contents {
    width: 100%;
  }
}

/* page_nav
--------------------------------*/
@media screen and (max-width: 767px) {
  #page_nav {
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0 0 1.6rem;
    margin-right: -1.2rem;
  }
}
#page_nav .nav_list {
  display: flex;
  justify-content: flex-end;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  #page_nav .nav_list {
    width: fit-content;
    justify-content: flex-start;
    padding-right: 1.2rem;
  }
}
#page_nav .nav_list .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: max-content;
  min-height: 4.8rem;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.15em;
  padding: 1.1rem 5.2rem 1.3rem 1.9rem;
  border: 1px solid #D0CDCC;
  border-radius: 100vh;
  border-radius: 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #page_nav .nav_list .item a {
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  #page_nav .nav_list .item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  #page_nav .nav_list .item a {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
#page_nav .nav_list .item a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.25rem 0 0.25rem;
  border-color: #D0CDCC transparent transparent transparent;
  position: absolute;
  right: 2.4rem;
  top: calc(50% - 0.4rem);
}

/* sec_privacy sec_policy
--------------------------------*/
.section {
  padding: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 5.6rem 0 0;
  }
}
.section + .section {
  margin-top: 1rem;
}
.section .txt_lead {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .section .txt_lead {
    margin-top: 2.4rem;
  }
}
.section .list {
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .section .list {
    margin-top: 3.2rem;
  }
}
.section .list .item {
  padding: 4.8rem 0 0;
  border-top: 1px solid #D0CDCC;
}
@media screen and (max-width: 767px) {
  .section .list .item {
    padding: 2.8rem 0 0;
  }
}
.section .list .item + .item {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .section .list .item + .item {
    margin-top: 3.2rem;
  }
}
.section .list .item .ttl {
  font-size: 2.4rem;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .section .list .item .ttl {
    font-size: 1.8rem;
    line-height: 1.6111111111;
  }
}
.section .list .item .txt {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .section .list .item .txt {
    margin-top: 1.6rem;
  }
}
.section .list .item ol {
  counter-reset: item;
  margin-top: 1.6rem;
}
.section .list .item ol li {
  display: flex;
  position: relative;
}
.section .list .item ol li::before {
  flex-shrink: 0;
  counter-increment: item;
  content: " ( " counter(item) " ) ";
  font-family: "Source Sans 3", sans-serif;
  margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
  .section .list .item ol li::before {
    line-height: 1.7333333333;
  }
}

/* 英語ページ
--------------------------------*/
html[lang=en] #page_nav .nav_list .item a, html[lang=zh] #page_nav .nav_list .item a {
  letter-spacing: 0.05em;
  padding: 1.2rem 5.2rem 1.2rem 1.9rem;
}
html[lang=en] .section *, html[lang=zh] .section * {
  word-break: normal;
  overflow-wrap: break-word;
}
html[lang=en] .section .sec_ttl, html[lang=zh] .section .sec_ttl {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
html[lang=en] .section .list .item .ttl, html[lang=zh] .section .list .item .ttl {
  letter-spacing: 0.05em;
}
html[lang=en] .section .list .item .txt, html[lang=zh] .section .list .item .txt {
  letter-spacing: 0.05em;
}