@charset "utf-8";

.lead_redflame_no_top {
    border-left: 1px solid var(--red);
    border-right: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    padding: 10px 30px;
    margin-bottom: 50px;
}
.h4_leftgrayline_underline{
    border-bottom: 1px solid #9D9D9D
}
/* _____________HEADER_____________ */
#lowerpage_top {
    background: url(../images/securityaction/pagetop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.securityaction .inner {
    max-width: 820px;
    width: 100%;
    margin:0px auto;
}

.securityaction .lead_redflame{
    text-align: center;
    width: 100%;
    height: 80px;
    margin-bottom: 35px
}
.securityaction .lead_redflame p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px
}
p.security_desc{
    line-height: 30px
}
.securityaction .logobox{
    margin: 65px auto;
    text-align: center;
}
.right{
    text-align:right;
}
.right > img{
    width:143px;
    margin-top:1em;
}
.securityaction .btn_box{
    margin: 65px auto 155px;
    text-align: center;
}
.security_btn{
    width: 420px;
    height: 60px;
    background-color: var(--red);
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
    border: 1px solid var(--red);
}
.security_btn:hover{
    background-color: #fff;
    color: var(--red);
}
@media screen and (max-width: 768px) {

    dl {
        line-height: 1.5;
    }

    ul li {
        margin-top: 15px;
    }

    .security_btn{
        width: 300px;
        max-width: 100%;
        font-size: 16px;
    }
    .securityaction .lead_redflame{
        height: auto;
    }
}