#minnano_new{
    overflow:hidden;
    width:100%;
    margin:0 auto;
}
.mgt-20{
    margin-top: 20px;
}
.mgb-20{
    margin-bottom: 20px;
}
.mgb-30{
    margin-bottom: 30px;
}
.mgb-65{
    margin-bottom: 65px;
}
.mgb-40{
    margin-bottom: 40px;
}
.page-minnano_new img {
    width: 100%;
}
#topicpath li{
    padding: 0;
    background: transparent;
}
.text-title-minnano {
    font-size: 26px;
    line-height: 33px;
    font-weight: 700;
}
.inline-border {
    height: 5px;
    width: 100%;
    background: #000;
    position: relative;
    margin-bottom: 20px;
}
.inline-border:after {
    content: '';
    display: block;
    height: 5px;
    width: 230px;
    background: #d61519;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}

.text-content-minna_1 p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}
.text-bg-yellow_minna {
    background: #fff9b3;
    padding: 15px 30px ;
}

.text-bg-yellow_minna h4 {
    font-size: 28px;
    color: #ff8400;
    font-weight: 700;
    line-height: 28px;
    position: relative;
}
.text-bg-yellow_minna h4 {
    font-size: 28px;
    color: #ff8400;
    font-weight: 800;
    line-height: 28px;
    display: flex;
    align-items: center;
}
.text-bg-yellow_minna h4 span {
    margin-left: 5px;
}
.text-bg-yellow_minna p{
    margin-bottom: 15px;
}
.minnano-section3 .inline-border:after {
    width: 120px;
}
.title-step {
    display: flex;
    line-height: 50px;
    height: 50px;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}
.title-step .title-step-black {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    width: 85px;
    height: 50px;
    background-color: #2c2c2c;
    line-height: 50px;
    text-align: center;
    margin-right: 15px;
}
.list-guide {
    display: flex;
}
.text-number-step {
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
}
.text-guide-step {
    margin-left: 15px;
    margin-bottom: 5px;
}
p.text-bold-step {
    font-weight: 700;
    line-height: 26px;
    margin: 0px 0 8px;
}
.title-section4 {
    text-align: center;
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    background: url(/common/design/user/img/minnano/bg-red-minna.png) no-repeat;
    min-height: 56px;
    background-position: center;

}
.button-bottom {
    max-width: 470px;
    height: 70px;
    width: 100%;
    margin: 85px auto 0;
    text-align: center;
    background-color: #e61e02;
    border-radius: 5px;
}
.button-bottom  .btn-minnano {
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.button-bottom  .btn-minnano  span {
    margin-left: 5px;
    padding-top: 10px;
}
@media (max-width: 1023px) {
    #minnano_new.page-minnano_new {
        margin: 0 8px;
        width: auto;
    }
    .text-title-minnano {
        font-size: 16px;
        line-height: 22px;
    }
    .inline-border{
        height: 2px;
    }
    .inline-border:after{
        height: 2px;
        width: 150px;
    }
    .text-content-minna_1 p {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .text-bg-yellow_minna h4 {
        font-size: 16px;
    }
    .text-bg-yellow_minna h4 span {
        margin-left: 5px;
        width: 30px;
    }
    .text-bg-yellow_minna {
        padding: 15px 20px 5px 15px;
    }
    .minnano-section3 .inline-border:after {
        width: 70px;
    }
    .title-step {
        flex-direction: column;
        line-height: 18px;
        height: 80px;
    }
    .title-step .title-step-black {
        font-size: 10px;
        width: 55px;
        height: 30px;
        line-height: 30px;
    }
    .title-step p {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 18px;
        padding-top: 5px;
    }
    .text-guide-step p {
        line-height: 20px;
    }
    p.text-bold-step {
        line-height: 20px;
        margin: 0;
    }
    .list-guide {
        padding-right: 10px;
    }
    .text-number-step {
        max-width: 25px;
        width: 100%;
        height: 25px;
        line-height: 25px;
        font-size: 12px;
    }
    .title-section4 {
        text-align: center;
        font-size: 16px;
        line-height: 56px;
        max-width: 250px;
        background-size: contain;
        margin: 0 auto 25px;
    }
    .minnano-section4 p {
        line-height: 20px;
    }
    .button-bottom {
        margin: 50px auto 0;
        height: 60px;
    }
    .button-bottom .btn-minnano {
        font-size: 14px;
        line-height: 60px;
    }
    .button-bottom .btn-minnano span {
        width: 20px;
        height: 20px;
        line-height: 30px;
        padding-top: 0;
    }
}