@import url(../global.css);
.guide {
    padding: 24px 0px;
}
.guide .title-header {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--white);
}
.guide .title-body {
    margin-top: 24px;
    padding: 16px 24px;
    background-color: var(--white);
    border-radius: 12px;
}
.wrapper-header {
    margin: 20px 0px;
    padding: 25px 0px 0px 0px;
    background-color: #f5f5f5;
}
.guide .text-header {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin: 0px auto;
    border-bottom: 3px solid #E55C16;
    padding-bottom: 20px;
}
.wrapper {
    line-height: 1.6rem;
}
.guide .wrapper {
    padding: 30px 0px 10px 0px;
}
.guide .wrapper h2 {
    font-size: 29px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.guide .wrapper h3 {
    font-size: 29px;
    margin-bottom: 10px;
}
.guide .wrapper p {
    word-break: break-word;
}
.guide .wrapper img {
    width: 75%;
    margin: 0px auto;
}
.guide .text-under-img {
    text-align: center;
}
.guide .text-under-img b{
    font-weight: 700;
}
.guide .text-end-img {
    border-bottom:solid #DDDDDD 1px;
    padding:0px 0px 15px 0px;
    font-weight: 700;
}
.guide .text-end-img p {
    margin-bottom: 20px;
}
.guide .text-end-img p span {
    font-size: 29px;
}
.guide .title-end {
    margin-bottom:10px;
    font-weight: 700;
}
.guide .title-end span {
    font-size: 27px;
}
.guide .text-end {
    font-size: 16px;
}
.guide .title-end-small {
    font-size: 16px;
    margin-bottom:10px;
    font-weight: 700;
}
.guide .title-end-small span {
    font-size: 17px;
}
.guide .type-device span{
    font-size: 27px;
    color:#767171;
}
.guide .breadcrumbs {
    display: none;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    margin-bottom: 16px;
    a {
        color: var(--white);
        text-decoration: none;
    }
    span {
        font-weight: 700;
    }
}
@media screen and (max-width: 1024px) {
    .guide {
        padding: 16px 0px 61px 0px;
    }
    .guide .breadcrumbs {
        display: flex;
    }
}
@media screen and (max-width:430px) {
    .guide .title-header {
        font-size: 20px;
        line-height: 28px;
    }
    .guide .text-header {
        font-size: 20px;
        line-height: 28px;
    }
    .guide .wrapper h2 {
        font-size: 24px;
    }
    .guide .wrapper h3 {
        font-size: 24px;
    }
    .guide .wrapper p {
        font-size: 14px;
    }
    .guide .text-end-img p span {
        font-size: 24px;
    }
    .guide .title-end span {
        font-size: 20px;
    }
    .guide .text-end {
        font-size: 10px;
    }
    .guide .title-end-small span {
        font-size: 14px;
    }
    .guide .type-device span{
        font-size: 20px;
    }
    .guide .wrapper img {
        width: 90%;
        margin: 0px auto;
    }
}