.key1 {
    display: flex
;
    align-items: start;
    justify-content: center;

    position: relative;
    z-index: 1;
}

.key1 li {
    
    margin: 0vh 4vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.key1 li span {
    width: 9vh;
    height: 9vh;
    background-color: rgba(196, 168, 118, .46);
    border-radius: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: relative;
    border: .3vh solid #efe1c8;
    padding: .6vh;
    backdrop-filter: blur(1vh);
    box-shadow: 0vh 1vh 3vh rgba(35, 27, 12, .712);
}

.key1 li span div:nth-child(1) {
    border-radius: 100%;
    background-color: #b89c66;
    width: 100%;
    border: .2vh solid wheat;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.key1 li span div:nth-child(1) img {
    width: 5vh;
}
.key1 li span div:nth-child(2) {
    position: absolute;
    opacity: .6;
    width: 100%;
    height: 100%;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.key1 li span div:nth-child(2) img {
    width: 12.5vh;
    position: absolute;
}


.page {
  min-height: 100vh;
  background: url(../images/bg/1.jpg) top / cover fixed no-repeat;
  padding: 20vh 0vh 12vh 0vh;
  background-position-y: -15vh;
}
.page::before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.6), #1b140b);
}
.page__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 6vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /*font-family: 'HeirofLightBold';*/
  color: #ede0cb;
  text-shadow: 0vh 1vh 2vh rgba(0, 0, 0, 0.422);
  height: 250px;
}
.page__title_name {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 5vh;
  margin: 0 auto;
  font-family: 'HeirofLightBold';
  color: #ede0cb;
  filter: drop-shadow(1px 2px 3px rgba(0, 0, 0, 0.8));
}
.page__title_name2 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2.5vh;
  margin: 0 auto;
  /*font-family: 'HeirofLightBold';*/
  color: #fff;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
  text-align: center;
  flex-direction: column;
  width: 100%;
  filter: drop-shadow(2px 4px 6px black);
font-weight:bold;
}
.page__title_name2 span {
  font-size: 4vh;
  padding-bottom: 10px;
}
.page__title img {
  width: 22vh;
  margin-right: 2vh;
}
@media screen and (max-width: 1024px) {
  .page__title {
    height: 150px !important;
  }
  .page__title_name {
    font-size: 3vh !important;
  }
  .page__title_name2 {
    font-size: 1.5vh !important;
  }
  .page__title img {
    width: 4vh !important;
  }
}
.page_content {
  width: 50%;
  margin: 0 auto;
  background-color: rgba(37, 33, 26, 0.95);
  border: 0.2vh solid rgba(104, 91, 68, 0.65);
  position: relative;
  box-shadow: 0vh 2vh 5vh rgba(0, 0, 0, 0.215);
  padding: 6vh;
}
.page_decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page_decoration img {
  width: 12vh;
  height: auto;
  position: absolute;
}
.page_decoration img:nth-child(1) {
  left: 0;
  top: 0;
}
.page_decoration img:nth-child(2) {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.page_decoration img:nth-child(3) {
  right: -0.75vh;
  top: 0.75vh;
  transform: rotate(90deg);
}
.page_decoration img:nth-child(4) {
  left: -0.8vh;
  bottom: 0.75vh;
  transform: rotate(-90deg);
}
.page_text h1 {
  color: white;
  font-size: 3vh;
  margin-bottom: 1vh;
}
.page_text p {
  color: rgba(255, 255, 255, 0.459);
  font-size: 1.5vh;
  margin-bottom: 2rem;
}
.page_text img {
  max-width: 60%;
}
      
      .inpage_title {
      color:#ede0cb;
      font-weight:bold;
      }

.inpage_title::before {
    content: "";
    display: inline-block;
    width: 52px;
    height: 52px;
    background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjNXI_wFPy1ta6-ESvojKzyaeqXAFlTutPUPPql3mr6cVoqFGRVJb6r7yN6kRkE9-3cov57hurFk2RQ0iqUEQZI7zUw2FDMOXwRNIbVtZwxZ9PXpokXb7ztXb1rlAwPzoY59esYjdiI31JQxQbzmCvR2jpY8NFUkTBjKo9jXEBsGTPm2XYDdGJrE5q_tPU/s1600/icon_notice_pc_2.webp) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}