.pc {
    display: block;
}
.sp {
    display: none;
}
.mt-2 {
    margin-top: 0.5rem;
}

.o-guide__content {
    background: #f8f9f9;
    padding: 50px 0;
    color: #525f64;
}
.o-guide__wrap {
    width: 875px;
    margin: 0 auto;
    text-align: left;
}
.o-ttl.o-ttl_guide {
    text-align: left;
    font-size: 1.8rem;
}
.o-guide__list {
    display: flex;
    justify-content: flex-start;
    text-align: center;
    align-items: stretch;
    width: 100%;
    margin: 0 0 30px 0;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.o-guide__list li {
    background: #fff;
    width: 23.8%;
    border: 2px solid #e1e1e1;
    font-size: 1.5rem;
    border-radius: 5px;
    line-height: 1.5;
    position: relative;
    margin: 0px 5px 10px 5px;
    font-weight: bold;
}

.o-guide__list li a {
    display: block;
    padding: 15px 10px 20px;
    position: relative;
    color: #525f64;
}
.o-guide__list li:last-of-type a {
    padding-top: 26px;
}

.o-guide__list li::after {
    content: " ";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 7px;
    background: url(../images/purchase/purchase-darw_icn.webp);
    width: 17px;
    height: 11px;
    transform: translate(-50%, 0);
}
.o-textred {
    color: #ff0000;
}

.guidesec {
    background: #fff;
    width: 100%;
    border: 2px solid #e1e1e1;
    padding: 25px 20px;
    border-radius: 5px;
    margin: 0 0 25px 0;
}
.guide__ttl {
    color: #525f64;
    font-size: 16px;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 10px 0;
    margin: 0 0 13px 0;
    font-weight: 550;
}
.guide__bl {
    margin: 20px 0 0 0;
}
.guide__bl--ttl {
    border-left: 2px solid #f26c14;
    line-height: 2.5;
    padding: 0 0 0 15px;
    font-size: 15px;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    font-weight: 550;
}
.guide__bl--txt {
    margin: 0.5rem 0;
    padding: 0 0 0 15px;
    line-height: 1.8;
    font-size: 14px;
}
.guide__bl--txt small {
    font-size: 10px;
}
.guide__bl--txtflex {
    display: inline-block;
}
.guide__btn {
    background: #525f64;
    color: #fff;
    display: block;
    width: 250px;
    margin: 20px auto 0;
    text-align: center;
    padding: 12px;
    border-radius: 5px;
    border: 1px solid #525f64;
}
@media screen and (min-width: 600px){
    .guide__btn:hover {
        background: #fff;
        color: #525f64;
        border: 1px solid #525f64;
    }
}
@media screen and (max-width: 600px){
    .guide__btn:active {
        background: #525f64;
        color: #525f64;
        border: 1px solid #525f64;
    }
}

.guide__bl--bg {
    background: #fff1cb;
    padding: 20px 15px 20px;
    line-height: 2;
    margin: 15px 0;
}
.guidesec.guide03 .guide__bl--bg {
    margin-bottom: 0;
}
.guide__bl--bl02 {
    border-top: 2px dashed #e1e1e1;
    margin: 45px 0 0 0;
    padding: 35px 0 0;
}
.guide__marB01 {
    margin: 0 0 20px 0;
}
.guide__bl--wrap {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 65px 0;
}
.guide__bl--lwrap {
    width: 55%;
    line-height: 1.8;
    margin-right: 30px;
}
.guide__paddL {
    width: 50%;
}
.guide__bl--list figure img {
    margin: 5px 0;
}
.guide__bl--covilist {
    margin: 25px 0 0 0;
}
.guide__bl--covilist li {
    border-top: 2px dashed #e1e1e1;
    padding: 20px 0;
}
.guide__convibl {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}
.guide__convibl--fig {
    margin: 0 auto;
}
.guide__convibl--descrip {
    width: 73%;
}
.guide__bl--txt02 {
    padding: 0 0 0 15px;
    font-size: 23px;
}
.guide__bl--line {
    border-top: 1.8px dashed #e1e1e1;
    margin: 25px 0 0 0;
    padding: 15px 0;
}
.guide__bl--paddBtm {
    padding-bottom: 7px;
}
.guide__figlist {
    margin-bottom: 50px;
}
.guide__figlist li:first-of-type {
    margin-top: 25px;
}
.guide__figlist li {
    border-top: 2px dashed #e1e1e1;
    margin: 0 20px;
    padding: 22px 0;
}
.guide__figtit {
    display: flex;
    align-items: flex-start;
}
.guide__figtit .guide__bl--txt {
    width: 90%;
}
.guide_percent figure img {
    margin: 0;
}
.guide__btnicn {
    position: relative;
}
.guide__btnicn::after {
    content: url(../images/purchase/purchase_sit-icn.webp);
    position: absolute;
    right: 20px;
    top: 14px;
}
.guide_num {
    background: #ff0000;
    border-radius: 50%;
    color: #fff;
    width: 21px;
    height: 21px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 7px;
}
.guide02 .guide__bl--txtpddN {
    padding: 0;
}
@media screen and (max-width: 600px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .guide__btn {
        width: 100%;
        margin: 20px auto 0;
        padding: 8px;
    }
    .guide__btnicn::after {
        right: 30px;
        top: 10px;
    }
    .o-guide__content {
        padding: 30px 20px;
        color: #525f64;
    }  
    .o-guide__wrap {
        width: 100%;
    } 
    .o-guide__list {
        justify-content: space-between;
    }
    .o-guide__list li {
        width: 47%;
        font-size: 1.6rem;
        line-height: 1.3;
    }
    
    .o-guide__list li a {
        padding: 23px 10px 27px;
        height: auto;
        width: 100%;
        font-size: 14px;
    }
    .o-guide__list li:last-of-type a {
        padding-top: 23px;
    }
    .guide__bl--txtflex {
        width: 100%;
    }
    .guide__bl--wrap,
    .guide__convibl {
        flex-wrap: wrap;
    }
    .guide__bl--wrap {
        margin: 0 0 45px 0;
    }
    .guide__bl--lwrap {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .guide__bl--Rwrap {
        width: 100%;
    }
    .guide__paddL {
        width: 100%;
    }
    .guide__bl--list figure img {
        margin: 15px 0;
    }
    .guide__convibl--fig {
        margin: 0 0 0 15px;
    }
    .guide__convibl--descrip {
        width: 100%;
        margin: 10px 0 0 0;
    }
    .guide__figtit .guide__bl--txt {
        width: 92%;
    }
    .guide__bl--bg .guide__bl--txt,
    .guide__bl--txt.guide__bl--txtpddN,
    .guide__bl--covilist li .guide__bl--txt,
    .guide__bl--txtpddN {
        padding: 0;
    }
    .guide__bl--txt {
        padding: 0 15px;
        font-size: 13px;
    }
    .guide__figlist {
        margin-bottom: 40px;
    }
    .guide__figlist li {
        margin: 0;
    }
    
    
    
}

@media screen and (max-width: 370px){
    .o-guide__list li {
        width: 46%;
    }
}