.about-page .content{
    margin-top: 67px;
    padding-bottom: 100px;
}
.about-item{
    display: flex;
    width: 100%;
    margin-top: 1px;
}
.about-item:first-child{
    margin-top: 0px;
}
.about-item-header{
    background: #f5f5f5;
    width: 28%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 20px 3.0467899891%;
}
.about-item-txt{
    border-top: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 20px 3.0467899891%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    width: 71%;
}
.about-item-txt a{
    color: #03a9f4;
    text-decoration: underline;
}
.back-top{
    margin-top: 109px;
}
.back-top .seen-btn{
    background: #eaf8ff;
}
.border-bottom {
  border-bottom: 1px solid #f5f5f5;
}
section.l-itsecurity {
    padding-left: 20px;
    padding-right: 20px;
}
@media screen and (max-width:767px){
    .about-page .content {
        margin-top: 13.8666666667vw;
        padding-bottom: 13.8666666667vw;
    }
    .breadcrumb {
        margin-bottom: 4.8vw;
    }
    .breadcrumb ul li{
        font-size: 2.6666666667vw;
        line-height: 1.25;
    }
    .breadcrumb ul {
        padding: .5333333333vw 5.3333333333vw .8vw;
    }
    section.l-itsecurity {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about-page .title {
        margin-bottom: 8.2666666667vw;
    }
    .about-item-header {
        width: 26.1333333333vw;
        font-size: 3.2vw;
        line-height: 1.5;
        padding: 3.2vw 2.1333333333vw;
        display: flex;
        align-items: center;
    }
    p.about-item-txt {
        width: 63.2vw;
        padding: 3.2vw 2.1333333333vw;
        font-size: 3.2vw;
        line-height: 1.5;
    }
    .back-top {
        margin: 8.5333333333vw auto 0;
    }
}