/* archive */
.feature-archive .archivepost__pic img {
    height: auto;
}
.feature-archive .create a {
    column-gap: 2rem;
}

/* common */
.feature {
    max-width: 1200px;
    margin: auto;
}
.feature img {
    width: 100%;
    height: auto;
}
.feature .txt {
    font-size: 1.4rem;
    line-height: 2;
}
.feature dl {
    margin: 0;
}
.feature dd {
    margin-left: 0;
}
.feature h2 {
    font-size: 2.2rem;
    line-height: 1.6em;
    letter-spacing: 0.08em;
}
.feature .details_dates {
    justify-content: flex-end;
}
.feature .details_dates .archive__dates {
    display: flex;
    flex-direction: row;
    column-gap: 2rem;
    margin-top: 1rem;
}
@media only screen and (max-width: 898px) {
    .feature .details_dates {
        width: 90%;
        margin: auto;
    }
}
.ab_pagebtn--con.mrb {
    max-width: 90%;
    margin: 0 auto 60px;
}
.ab_pagebtn--lwrap .ab_pagebtn--arrow {
    padding: 1rem 1rem 0.8rem 2.8rem;
    font-size: 1rem;
    font-weight: 600;
    min-width: auto;
    width: 145px;
    letter-spacing: 0.001em;
    display: block;
    position: relative;
}
.ab_pagebtn--lwrap .ab_pagebtn--arrow:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom: 2px solid #ccc;
}
.ab_pagebtn--lwrap .ab_pagebtn--arrow:after {
    content: "";
    position: absolute;
    border-top: 2px solid #ccc;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(135deg);
    width: 16px;
    bottom: 4px;
    left: -4px;
}
@media only screen and (min-width: 899px) {
    .ab_pagebtn--con.mrb {
        margin-bottom: 100px;
        min-width: 100%;
    }
    .ab_pagebtn--lwrap .ab_pagebtn--arrow {
        padding: 1rem 2rem 1rem 4.8rem;
        font-size: 1.5rem;
        min-width: 230px;
    }
    .ab_pagebtn--lwrap .ab_pagebtn--arrow:after {
        bottom: 10px;
        left: -5px;
        width: 30px;
    }
}

/* intro */
#intro .txt-wrap {
    width: 90%;
    margin: 3rem auto;
}
#intro .index {
    border: 1px solid #ccc;
    width: 90%;
    margin: 3rem auto 7rem;
    padding: 2rem;
}
#intro .index-ttl {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}
#intro .index .index-list {
    padding-left: 2rem;
}
#intro .index li a {
    font-size: 1.4rem;
    line-height: 2;
    text-decoration: underline;
}
@media only screen and (min-width: 899px) {
    #intro .txt-wrap {
        max-width: 924px;
        text-align: center;
    }
    #intro .txt-wrap .txt, #intro .index li a {
        font-size: 1.5rem;
    }
    #intro .index {
        max-width: 800px;
    }
    #intro .index .index-list {
        padding-left: 4rem;
    }
}

/* リアルバイ items */
#real-buy {
    width: 90%;
    margin: 0 auto 5rem;
    display: grid;
    row-gap: 6rem;
}
#real-buy .item-wrap {
    padding-bottom: 5rem;
    border-bottom: 1px dashed #333;
}
#real-buy .item-tag {
    border: 1px dashed #333;
    border-radius: 3rem;
    display: inline-block;
    padding: 1rem 2rem;
}
#real-buy .item-ttl {
    font-weight: 600;
    margin: 1rem 0 2rem;
    text-align: left;
}
#real-buy .item-img {
    display: block;
    margin-bottom: 1rem;
}
@media only screen and (min-width: 899px) {
    #real-buy {
        max-width: 924px;
    }
    #real-buy .item-ttl {
        font-size: 2.4rem;
    }
    #real-buy .item-img {
        margin-bottom: 3rem;
    }
}

#real-buy .info-wrap {
    display: grid;
    row-gap: 1.5rem;
    margin-bottom: 4rem;
}
#real-buy .info-wrap .staff .img {
    display: grid;
    grid-template-columns: 6rem 1fr;
    align-items: center;
    column-gap: 1.5rem;
    margin: 0;
}
#real-buy .info-wrap .staff .img img {
    border-radius: 100%;
}
#real-buy .info-wrap .staff .img figcaption {
    font-size: 1.3rem;
    font-weight: 600;
}
#real-buy .info-wrap .staff .img figcaption span {
    text-decoration: underline;
}
#real-buy .list-wrap {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
}
#real-buy .list-wrap .list {
    display: grid;
    grid-template-columns: 13rem 1fr;
    padding: 1rem 0;
}
#real-buy .list-wrap .list + .list {
    border-top: 1px dashed #ddd;
}
#real-buy .list-wrap .list dt {
    font-weight: 600;
    margin-left: 2rem;
}
@media only screen and (min-width: 899px) {
    #real-buy .info-wrap {
        grid-template-columns: 16rem 1fr;
        align-items: flex-start;
        padding: 0 2.5rem;
    }
    #real-buy .info-wrap .staff .img {
        grid-template-columns: 1fr;
        width: 12rem;
        text-align: center;
        row-gap: 1rem;
    }
}

#real-buy .point-wrap {
    display: grid;
    row-gap: 3rem;
    margin-bottom: 6rem;
}
#real-buy .point dt {
    font-weight: 600;
    margin: 0 0 1rem 2rem;
    padding-left: 4rem;
    position: relative;
}
#real-buy .point dt:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#real-buy .point:nth-child(1) dt:before {
    width: 1.9rem;
    height: 3.4rem;
    background: url(../img/features/realbuy/icon01.svg) 0 / contain no-repeat;
    left: .6rem;
}
#real-buy .point:nth-child(2) dt:before {
    width: 3.1rem;
    height: 3.3rem;
    background: url(../img/features/realbuy/icon02.svg) 0 / contain no-repeat;
    left: 0;
}
#real-buy .point dd {
    background-color: #f5f0e6;
    padding: 2rem;
}
@media only screen and (min-width: 899px) {
    #real-buy .point-wrap {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 2rem;
    }
    #real-buy .point dd {
        padding: 2rem 3rem;
    }
}

#real-buy .aging {
    background-color: #f7f2f2;
    padding: 5rem 3rem 3rem;
    position: relative;
    margin-bottom: 5rem;
}
#real-buy .aging dt {
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #707070;
    border-radius: 4rem;
    padding: 1rem 3rem;
    position: absolute;
    top: -2rem;
    width: auto;
}

#real-buy .button a {
    background: #333;
    border-radius: 4rem;
    position: relative;
    display: block;
    width: max-content;
    margin: auto;
    padding: 2rem 6rem;
    color: #fff;
    transition: 0.3s ease-in-out;
}
#real-buy .button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
#real-buy .button a:hover {
  background: gold;
  color: #707070;
}
#real-buy .button a:hover:after {
  right: 1.4rem;
}

#message .txt-wrap {
    width: 90%;
    margin: 0 auto 5rem;
    border: 3px double gray;
    padding: 3rem;
}
@media only screen and (min-width: 899px) {
    #message .txt-wrap {
        max-width: 924px;
    }
}


