@keyframes loop_slide_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#recInfo_archive .ly_pageHead h1 {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 744px) {
  #recInfo_archive .ly_pageHead h1 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}

.un_recInfo_archiveWrap {
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_archiveWrap {
    margin-bottom: 100px;
    margin-bottom: 26.6666666667vw;
  }
}

.un_recInfo_archiveBlock {
  margin-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_archiveBlock {
    margin-bottom: 100px;
    margin-bottom: 26.6666666667vw;
  }
}
.un_recInfo_archiveBlock__ttl {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 1.6;
}
.un_recInfo_archiveBlock__ttl::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: "";
}
.un_recInfo_archiveBlock__ttl::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: "";
}
@media screen and (max-width: 744px) {
  .un_recInfo_archiveBlock__ttl {
    font-size: 20px;
    font-size: 5.3333333333vw;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
    text-align: center;
  }
}
.un_recInfo_archiveBlock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 744px) {
  .un_recInfo_archiveBlock__list {
    display: block;
  }
}
.un_recInfo_archiveBlock__listItem {
  width: 48.5%;
}
@media screen and (max-width: 744px) {
  .un_recInfo_archiveBlock__listItem {
    width: 100%;
  }
}
.un_recInfo_archiveBlock__listItem:nth-child(n+3) {
  margin-top: 24px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_archiveBlock__listItem:nth-child(n+2) {
    margin-top: 24px;
    margin-top: 6.4vw;
  }
}
.un_recInfo_archiveBlock__listItem .el_button_type01 {
  max-width: unset;
  min-height: 72px;
  text-align: center;
}
@media screen and (max-width: 744px) {
  .un_recInfo_archiveBlock__listItem .el_button_type01 {
    min-height: 72px;
    min-height: 19.2vw;
  }
}

#recInfo_single .ly_pageHead {
  margin-bottom: 64px;
}
@media screen and (max-width: 744px) {
  #recInfo_single .ly_pageHead {
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
}

.un_recInfo_singleHead {
  margin-bottom: 100px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_singleHead {
    margin-bottom: 70px;
    margin-bottom: 18.6666666667vw;
  }
}
.un_recInfo_singleHead h1 {
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 744px) {
  .un_recInfo_singleHead h1 {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}

.un_recInfo_singleInner {
  background: #fff;
  padding: 80px;
  margin-bottom: 160px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_singleInner {
    padding: 20px;
    padding: 5.3333333333vw;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
}

.un_recInfo_single__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.un_recInfo_single__ttl h2 {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 80px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__ttl h2 {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
}
.un_recInfo_single__tbl tr {
  border-bottom: 1px solid #b6b7b4;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__tbl tr {
    display: block;
    padding-top: 40px;
    padding-top: 10.6666666667vw;
    padding-bottom: 40px;
    padding-bottom: 10.6666666667vw;
  }
}
.un_recInfo_single__tbl th,
.un_recInfo_single__tbl td {
  padding: 40px 0;
  vertical-align: top;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__tbl th,
  .un_recInfo_single__tbl td {
    display: block;
    padding: 0;
  }
}
.un_recInfo_single__tbl th {
  width: 200px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__tbl th br {
    display: none;
  }
}
.un_recInfo_single__tbl td ul {
  margin-bottom: -10px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__tbl td ul {
    margin-bottom: -10px;
    margin-bottom: -2.6666666667vw;
  }
}
.un_recInfo_single__tbl td .el_tag_type02 {
  font-size: 1.4rem;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__tbl td .el_tag_type02 {
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
}
.un_recInfo_single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__btn {
    margin-top: 40px;
    margin-top: 10.6666666667vw;
  }
}
.un_recInfo_single__btn .el_button_type03 {
  width: 345px;
  min-height: 60px;
}
@media screen and (max-width: 744px) {
  .un_recInfo_single__btn .el_button_type03 {
    width: 100%;
    height: 60px;
    height: 16vw;
  }
}