.pc {
    display: block;
}
.sp {
    display: none;
}
.o-purchase__content {
    background: #f7fbfa;
    padding: 50px 0;
    color: #525f64;
}
.o-purchase__wrap {
    width: 875px;
    margin: 0 auto;
    text-align: left;
}
.o-ttl.o-ttl_purchase {
    text-align: left;
    font-size: 1.8rem;
}
.o-faq__list {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    width: 100%;
    margin: 0 0 30px 0;
}
.o-faq__list li {
    background: #fff;
    width: 32%;
    border: 2px solid #e1e1e1;
    font-size: 1.7rem;
    border-radius: 5px;
    line-height: 2;
}

.o-faq__list li a {
    display: block;
    padding: 10px 10px 5px;
    font-weight: 600;
}
.o-purchase__sec {
    background: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px 15px;
}
.o-purchase__sec--ttl {
    font-size: 1.7rem;
    font-weight: 600;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
}
.o-purchase__btn01 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #fec014;
    padding: 5px;
    margin: 0 0 10px 0;
}
.o-purchase__txt01 {
    font-size: 1.6rem;
}
.o-purchase__site {
    text-align: center;
    margin: 30px auto 0;
    font-size: 1.6rem;
}
.o-purchase__site-btn {
    background: #525f64;
    color: #fff;
    padding: 8px 50px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    position: relative;
}
.o-purchase__site-btn::after {
    content: url(../images/purchase/purchase_sit-icn.webp);
    position: absolute;
    right: 25px;
}
@media screen and (min-width: 600px) {
.o-purchase__site-btn:hover {
    background: #fff;
    color: #525f64;
    border: 1px solid #525f64;
}
}
.o-purchase__colorred {
    color: #d93600;
    font-size: 1.5rem;
    padding: 0 0 30px 0;
    display: block;
}
.o-purchase__secwrap {
    padding: 15px 25px;
    border: 1px solid #e1e1e1;
    margin: 0 0 25px 0;
}
.o-purchase__steplist {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin: 12px 0 20px;
}
.o-purchase__steplist li {
    margin: 0 5px 0 0;
}
.o-purchase__secwrap--ttl {
    font-size: 1.6rem;
    font-weight: 600;
    border-left: 2px solid #ec6941;
    padding: 0 0 0 13px;
    margin: 0 0 15px 0;
}
.o-purchase__flow {
    margin: 40px 0 0 0;
}
.o-purchase__flow--ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
}
.o-purchase__flow--ttl figure {
    margin: 0 10px 0 0;
}
.o-purchase__flow--in {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 0 0;
    font-size: 1.5rem;
}
.o-purchase__flow--txt {
    width: 53%;
}
.o-purchase__secsell {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.o-purchase__secsell--in {
    border: 1px solid #e1e1e1;
    width: 48%;
    padding: 15px 15px 30px 15px;
    font-size: 1.6rem;
}
.o-purchase__secsell .o-purchase__flow--txt {
    width: 100%;
    padding: 20px 0 0;
}
.o-purchase__secsell--btn {
    background: #525f64;
    color: #fff;
    padding: 8px 50px;
    margin: 20px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
}
.o-purchase__secsell--btn::after {
    content: url(../images/purchase/purchase_sit-icn.webp);
    position: absolute;
    right: 25px;
}
.o-purchase__secsell--btn01 {
    margin: 46px 0 0 0;
}

@media screen and (min-width: 600px) {
.o-purchase__secsell--btn:hover {
    background: #fff;
    color: #525f64;
    border: 1px solid #525f64;
}
}


@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .o-purchase__content {
        background: #f7fbfa;
        padding: 30px 20px;
        color: #525f64;
    }  
    .o-purchase__wrap {
        width: 100%;
    } 
    .o-faq__list li {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .o-faq__list li a {
        padding: 5px 5px 5px 5px;
        height: 84px;
        width: 100%;
    }
    .o-purchase__site-btn {
        padding: 8px 0;
        margin: 10px 0 0 0;
        width: 100%;
    }
    .o-purchase__site-btn::after {
        right: 5px;
    }
    .o-purchase__secwrap {
        padding: 15px 15px;
        margin: 0 0 25px 0;
    }
    .o-purchase__steplist {
        width: 100%;
        margin: 12px 0 20px;
        flex-wrap: wrap;
    }
    .o-purchase__steplist li {
        margin: 0 5px 10px 0;
        width: 48%;
    }
    .o-purchase__flow--in {
        width: 100%;
        margin: 0 0 0 0;
        flex-wrap: wrap;
    }
    .o-purchase__flow--in figure {
        margin-bottom: 12px;
    }
    .o-purchase__flow--txt {
        width: 100%;
    }
    .o-purchase__secsell {
        width: 100%;
        flex-wrap: wrap;
    }
    .o-purchase__secsell--in {
        width: 100%;
        padding: 15px 15px 30px 15px;
        margin-bottom: 30px;
    }
    .o-purchase__secsell--in:last-child {
        margin-bottom: 0;
    }
}