@charset "utf-8";
/* OTHER CSS
---------------------------------- */
.other-cont{
    position: relative;
}
.other-cont .common-img{
    position: absolute;
    top: 0;
    left: 0;
}
.other-cont .other-ttl{
    padding: 30px 0 50px 150px;
}
.other-cont .other-txt{
    padding-left: 150px;
}

@media (max-width: 767px) {
    .other-cont .common-img{
        width: 75px;
    }
    .other-cont .other-ttl{
    padding: 25px 0 50px 100px;
    }
    .other-cont .other-txt{
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    .other-cont .common-img{
        width: 68px;
    }
    .other-cont .other-ttl {
        padding: 18px 0px 40px 80px;
    }
}

.line-pnk{
    position: relative;
}
.line-pnk::before{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e86194;
    position: absolute;
}
.line-sec {
    position: relative;
}
.line-sec::before{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
}

.bg-pnk2{
    background-color: #ffdde7;
}

.sec-consult .info-box{
    border: none;
    margin: 0;
    padding: 30px 0 0 0;
}
.sec-drr .area-docs .btnarea:last-child {
    margin-bottom: 0;
}
