.single_pos {
  margin-left: auto;
  width: 72.2rem;
  padding: 11.9rem 7rem 15rem 0;
}

.single_date {
  color: #202124;
  font-family: var(--NotoSans);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.35714285714em;
}

.single_link_pos {
  display: flex;
  gap: .474rem;
  margin-top: 0.6rem;
  font-family: var(--NotoSans);
  height: 2.3rem;
  color: #FFFFFF;
  font-size: 1.2rem;
  line-height: 1.33333333333em;
}

.single_link_news {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.8rem;
  font-weight: 500;
  background-color: #EC6D65;
}


.single_link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .3rem 1rem;
  background-color: #FF99CC;
  font-weight: 500;
}

.dl_single_title {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 2.8rem;
}

.dt_single_title {
  width: 100%;
  height: auto;
  color: #202124;
  font-family: var(--NotoSans);
  font-size: 2.4rem;
  line-height: 1.33333333333em;
  font-weight: 500;
  border-bottom: 0.1rem solid #202124;
  padding-bottom: 1.15rem;
}

.single_contents {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: center;
  padding-top: 6.05rem;
  width: 100%;
}

.single_contents>p {
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: calc(22em/15);
}

.single_contents>figure {
  display: flex;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  /* max-height: 72.2rem; */
}

.wp-block-image img {
  margin: 0 auto;
  width: auto;
  height: 100%;
}

.single_link_return {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 18.7rem;
  height: 5rem;
  background-color: #202124;
  color: #FFFFFF;
  font-family: var(--NotoSans);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.33333333333em;
}

.single_link_btn_pos {
  margin-top: 9.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.single_link_set_img {
  display: inline-block;
  position: relative;
  aspect-ratio: 1/1;
  width: 5rem;
  overflow: hidden;
  border-radius: 50%;
  background-color: #202124;
}

.single_link_set_img>a {
  display: block;
  width: 100%;
  height: 100%;
}

.single_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 2.242/2.359;
  width: 2.242rem;
  background-image: url("../img/top_arrow_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  transform-origin: 25% 25%;
}

.single_arrow.right {
  transform: rotate(0deg) translate(-50%, -50%);
  transform-origin: 75% 75%;
}

@media screen and (max-width:699.98px) {
  
  .single_pos {
    background-color: white;
    margin: 33.4rem auto 0;
    width: 100%;
    padding: 2.5rem 2rem 10rem;
  }

  .single_date {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: calc(20em/14);
  }

  .single_link_pos {
    display: flex;
    gap: .47rem;
  }

  .dl_single_title {
    margin-top: 3.8rem;
  }

  .dt_single_title {
    font-size: 1.6rem;
    line-height: 1.33333333333em;
    font-weight: 500;
    padding-bottom: .9rem;
  }

  .single_contents {
    gap: .7rem;
    align-items: center;
    padding-top: 6.05rem;
    width: 100%;
  }

  .single_contents>p {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: calc(22em/11);
  }

  .single_contents>figure+p{
    margin-top: 2.3rem;
  }

  .single_contents>figure {
    display: flex;
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    max-height: 72.2rem;
  }

  .wp-block-image img {
    margin: 0 auto;
    width: auto;
    height: 100%;
  }

  .single_link_return {
    width: 14.9rem;
    height: 4.5rem;
    font-size: 1.3rem;
    line-height: 1em;
  }

  .single_link_btn_pos {
    margin-top: 6rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .single_link_set_img {
    width: 4.5rem;
  }

  .single_arrow {
    width: 2.035em;
  }
}