#coverity .in768 {
    display: none;
}
@media screen and (max-width: 768px) {
    #coverity br.in768 {
        display: inline-block;
    }
    #coverity .out769 {
        display: none;
    }
}

#coverity .wrap {
    max-width: 1240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}
#coverity p {
    margin-top: 0;
    margin-bottom: 20px;
}
#coverity img {
    max-width: 100%;
    height: auto;
}
#coverity p:last-child {
    margin-bottom: 0;
}
#coverity .p_ttl {
    margin-top: 0;
    font-size: 37px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0;
}
#coverity .p_ttl span {
    font-size: 23px;
    display: block;
    color: #1a499a;
    font-weight: 500;
    letter-spacing: 0.22em;
}
#coverity .fs24 {
    font-size: 24px;
    font-weight: 700;
    color: #1a499a;
    margin-top: 0;
}
@media screen and (max-width: 768px) {
    #coverity .fs24 {
        font-size: 20px;
    }
}
#coverity .dot_list li {
    margin-left: 17px;
    list-style-type: disc;
}

#coverity .twoClumList {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
}
#coverity .twoClumList li {
    width: calc(50% - 10px);
}
#coverity .twoClumList li .box {
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
    padding: 35px 35px 30px;
    min-height: 229px;
}
#coverity .twoClumList li .box .ttl {
    color: #153588;
    font-weight: 700;
    text-align: center;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    #coverity .twoClumList {
        display: block;
    }
    #coverity .twoClumList li {
        width: 100%;
        margin: 0 0 20px;
    }
    #coverity .twoClumList li .box {
        padding: 35px 20px 30px;
    }
    #coverity .twoClumList li .box .ttl {
        font-size: 20px;
    }
}

#coverity .page_ttl {
    background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_img.webp") no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 70px 0 60px;
    margin-bottom: 65px;
}
#coverity .page_ttl .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#coverity .page_ttl .wrap .txt {
    font-size: 18px;
}
#coverity .page_ttl .wrap .txt h1 {
    font-size: 22px;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 0 10px;
}
#coverity .page_ttl .wrap .txt h1 .ttl {
    display: block;
    font-size: 40px;
}
#coverity .page_ttl .wrap .txt h1 .ttl span {
    font-size: 20px;
    vertical-align: text-top;
}
#coverity .page_ttl .wrap .txt h1+p {
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    #coverity .page_ttl {
        height: 630px;
        background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_img_sp.webp") no-repeat;
        background-position: center;
        background-size: cover;
    }
    #coverity .page_ttl .wrap {
        display: block;
    }
    #coverity .page_ttl .wrap .txt,
    #coverity .page_ttl .wrap .img {
        width: 100%;
    }
    #coverity .page_ttl .wrap .txt {
        font-size: 15px;
        line-height: 1.667;
        margin-bottom: 30px;
    }
    #coverity .page_ttl .wrap .txt h1 {
        font-size: 20px;
        margin-bottom: 25px;
        line-height: 1.25;
    }
    #coverity .page_ttl .wrap .txt h1 span {
        margin-top: 10px;
    }
    #coverity .page_ttl .wrap .txt h1 + p {
        font-size: 16px;
        line-height: 1.667;
        margin-bottom: 30px;
    }
}
#coverity .page_ttl .link_list {
    display: flex;
}
#coverity .page_ttl .link_list li {
    margin: 0 20px 10px 0;
}
#coverity .page_ttl .link_list li:last-child {
    margin: 0 0 10px;
}
#coverity .page_ttl .link_list li a {
    display: flex;
    align-items: center;
    background: #a9945e;
    color: #fff;
    line-height: 1.5;
    padding: 8.5px 24px 8.5px 20px;
    font-size: 18px;
    font-weight: 700;
}
#coverity .page_ttl .link_list li a:before {
    content: "";
    display: block;
}
#coverity .page_ttl .link_list li:first-child a:before {
    background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_icon01.webp") no-repeat;
    background-size: 17px !important;
    background-position: center !important;
    width: 17px;
    height: 21px;
    margin-right: 30px;
}
#coverity .page_ttl .link_list li:nth-child(2) a:before {
    background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_icon02.webp") no-repeat;
    background-size: 24px !important;
    background-position: center !important;
    width: 24px;
    height: 24px;
    margin-right: 13px;
}
#coverity .page_ttl .link_list li a:after {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    #coverity .page_ttl .link_list li a:hover {
        background: #fff;
        color:#a9945e;
        text-decoration: none;
    }
    #coverity .page_ttl .link_list li:first-child a:hover:before {
        background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_icon01_hover.webp") no-repeat;
    }
    #coverity .page_ttl .link_list li:nth-child(2) a:hover:before {
        background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_icon02_hover.webp") no-repeat;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #coverity .page_ttl .link_list li a:hover {
        background: #fff;
    }
    #coverity .page_ttl .link_list li:first-child a:hover:before {
        background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_icon01_hover.webp") no-repeat;
    }
    #coverity .page_ttl .link_list li:nth-child(2) a:hover:before {
        background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/main_icon02_hover.webp") no-repeat;
    }
}
@media screen and (max-width: 768px) {
    #coverity .p_ttl {
        font-size: 33px;
    }
    #coverity .page_ttl {
        padding: 70px 0 40px;
    }
    #coverity .page_ttl .link_list {
        display: block;
    }
    #coverity .page_ttl .link_list li {
        width: 100%;
        margin: 0 0 10px;
    }
    #coverity .page_ttl .link_list li a {
        justify-content: center;
        font-size: 16px;
    }
}

/* Coverity（コベリティ）とは */
#coverity .whatis {
    margin-bottom: 70px;
}
#coverity .whatis .p_ttl{
    margin-bottom: 55px;
}
#coverity .whatis .fs24{
    color: #222222;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    #coverity .whatis .p_ttl{
        margin-bottom: 35px;
    }
}

/* Coverityの特長 */
#coverity .advantages {
    background: #c9d6d6;
    margin-bottom: 100px;
    padding: 70px 0 110px;
}
#coverity .advantages .p_ttl {
    margin-bottom: 20px;
}
#coverity .advantages .list {
    margin: 50px 0 0;
}
#coverity .advantages .list .box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}
#coverity .advantages .list .box:last-child {
    margin-bottom: 0;
}
#coverity .advantages .list .box .img {
    width: 30%;
    line-height: 0;
}
#coverity .advantages .list .box .txt {
    width: 66%;
}
#coverity .advantages .list .box .txt .ttl {
    display: flex;
}
#coverity .advantages .list .box .txt .ttl .num {
    font-size: 70px;
    line-height: 1;
    color: #99844c;
    width: 60px;
}
#coverity .advantages .list .box .txt .ttl .ht {
    font-size: 20px;
    font-weight: 700;
    width: calc(100% - 60px);
    color: #153588;
    padding-top: 18px;
}
#coverity .advantages .list .box .txt .ttl .ht span {
    font-size: 30px;
}
#coverity .advantages .list .box .txt dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #9b9b9b;
    margin-top: 25px;
}
#coverity .advantages .list .box .txt dl dt {
    width: 176px;
    border-bottom: 1px solid #9b9b9b;
    padding: 12.7px 0;
    font-weight: 700;
}
#coverity .advantages .list .box .txt dl dd {
    width: calc(100% - 176px);
    border-bottom: 1px solid #9b9b9b;
    padding: 12.7px 0;
}
@media screen and (max-width: 768px) {
    #coverity .advantages .list .box {
        display: block;
    }
    #coverity .advantages .list .box .img,
    #coverity .advantages .list .box .txt {
        width: 100%;
    }
    #coverity .advantages .list .box .img {
        margin: 0 0 25px;
    }
    #coverity .advantages .list .box .txt .ttl {
        margin-bottom: 15px;
    }
    #coverity .advantages .list .box .txt .ttl .num {
        font-size: 50px;
        width: 44px;
    }
    #coverity .advantages .list .box .txt .ttl .ht {
        font-size: 16px;
        width: calc(100% - 44px);
        padding-top: 9px;
    }
    #coverity .advantages .list .box .txt .ttl .ht span {
        font-size: 25px;
    }
    #coverity .advantages .list .box .txt dl {
        display: block;
    }
    #coverity .advantages .list .box .txt dl dt,
    #coverity .advantages .list .box .txt dl dd {
        width: 100%;
    }
    #coverity .advantages .list .box .txt dl dt {
        border-bottom: none;
        padding-bottom: 7px;
    }
    #coverity .advantages .list .box .txt dl dd {
        padding-top: 0;
    }
}

/* Coverityの機能詳細 */
#coverity .detail {
    margin-bottom: 85px;
}
#coverity .detail .p_ttl {
    margin-bottom: 35px;
}
#coverity .detail .inner {
    background: #c9d6d6;
    margin-bottom: 50px;
    padding: 45px 40px 40px;
}
#coverity .detail .inner:last-child {
    margin-bottom: 0;
}
#coverity .detail .inner h3 {
    margin: 0 0 25px;
    font-size: 30px;
    letter-spacing: 0;
}
#coverity .detail .inner h3+p {
    text-align: center;
}
#coverity .detail .inner .list {
    display: flex;
}
#coverity .detail .inner .list li {
    width: 31.72%;
    margin: 0 2.42% 0 0;
    padding-bottom: 33px;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
#coverity .detail .inner .list li:last-child {
    margin: 0;
}
#coverity .detail .inner .list li p:not(.ttl),
#coverity .detail .inner .list li div {
    padding: 0 33px;
}
#coverity .detail .inner .list li .ttl {
    background: #153588;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    padding: 18.8px 20px;
    margin-bottom: 35px;
}
#coverity .detail .inner .list li .img {
    line-height: 0;
    margin-top: 30px;
}
#coverity .detail .mark {
    margin: 50px 0 45px;
    font-weight: 700;
    text-align: center;
}
#coverity .detail .mark .icon {
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    background: #153588;
    color: #fff;
    margin: 0 auto 10px;
    font-size: 30.8px;
}
#coverity .detail .mark .txt {
    font-size: 26px;
    color: #153588;
    line-height: 1.462;
}
#coverity .detail .twoClumList li .font_s {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.615;
}
@media screen and (max-width: 768px) {
    #coverity .detail .inner {
        padding: 45px 20px 40px;
    }
    #coverity .detail .inner h3 {
        font-size: 25px;
    }
    #coverity .detail .inner .list {
        display: block;
    }
    #coverity .detail .inner .list li {
        width: 100%;
        margin: 0 0 20px;
    }
    #coverity .detail .inner .list li p:not(.ttl), #coverity .detail .inner .list li div {
        padding: 0 20px;
    }
    #coverity .detail .inner .list li .ttl {
        font-size: 20px;
        margin-bottom: 25px;
    }
    #coverity .detail .mark .icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 24.8px;
    }
    #coverity .detail .mark .txt {
        font-size: 18px;
    }
}

/* 検出可能な不具合タイプ例 */
#coverity .ddv {
    background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/bg.webp");
    background-position: center;
    background-size: 1400px;
    padding: 70px 0 60px;
    margin-bottom: 100px;
}
#coverity .ddv .p_ttl {
    margin-bottom: 30px;
}
#coverity .ddv .twoClumList {
    margin-top: 50px;
}

/* Coverityの対応言語 */
#coverity .language {
    margin-bottom: 80px;
}
#coverity .language .p_ttl {
    margin-bottom: 25px;
}
#coverity .language .lang_list {
    background: #e9e9e9;
    padding: 30px 50px;
    display: flex;
}
#coverity .language .lang_list ul {
    flex: 1;
}
#coverity .language .align_right {
    text-align: right;
    font-size: 13px;
    margin-top: 3px;
}
@media screen and (max-width: 768px) {
    #coverity .language .lang_list {
        padding: 30px 20px;
        flex-wrap: wrap;
    }
    #coverity .language .lang_list ul {
        width: 50%;
        flex: auto;
    }
}

/* 世界的なセキュリティ規格・コーディング規約への準拠 */
#coverity .gss_cc {
    background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/bg.webp");
    background-position: center;
    background-size: 1400px;
    padding: 100px 0 70px;
    margin-bottom: 100px;
}
#coverity .gss_cc .p_ttl {
    margin-bottom: 30px;
}
#coverity .gss_cc .bdr_list {
    display: flex;
    margin-top: 55px;
}
#coverity .gss_cc .bdr_list li {
    width: 33.33%;
    padding: 0 30px 0 25px;
    border-left: 3px solid #99844c;
}
#coverity .gss_cc .bdr_list li .ttl {
    color: #153588;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.417;
}
@media screen and (max-width: 768px) {
    #coverity .gss_cc .bdr_list {
        display: block;
    }
    #coverity .gss_cc .bdr_list li{
        width: 100%;
        margin: 0 0 30px;
    }
    #coverity .gss_cc .bdr_list li .ttl {
        font-size: 20px;
    }
}

/* 組み込みコンパイラのサポート (C/C++) */
#coverity .sec {
    margin-bottom: 100px;
}
#coverity .sec .p_ttl {
    margin-bottom: 25px;
}
#coverity .sec .gray_list {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
#coverity .sec .gray_list li {
    width: calc(33.33% - 20px);
    background: #e9e9e9;
    padding: 30px 35px 35px;
}
#coverity .sec .gray_list li .ttl {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.417;
    color: #153588;
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    #coverity .sec .gray_list {
        display: block;
    }
    #coverity .sec .gray_list li {
        width: 100%;
        margin: 0 0 20px;
        padding: 30px 20px 35px;
    }
    #coverity .sec .gray_list li .ttl {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

/* Coverityの環境構成 */
#coverity .architecture {
    background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/bg.webp");
    background-position: center;
    background-size: 1400px;
    padding: 130px 0 75px;
    margin-bottom: 70px;
}
#coverity .architecture .p_ttl {
    margin-bottom: 30px;
}
#coverity .architecture .c_dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 85px;
}
#coverity .architecture .c_dl dt {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    width: 229px;
    padding: 10.6px 20px;
    box-sizing: border-box;
    margin-bottom: 18px;
}
#coverity .architecture .c_dl dt:nth-child(1) {
    background: #99844c;
}
#coverity .architecture .c_dl dt:nth-child(3) {
    background: #375965;
}
#coverity .architecture .c_dl dd {
    background: #fff;
    width: calc(100% - 229px);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 18px;
}
#coverity .architecture figure {
    line-height: 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    #coverity .architecture .c_dl {
        display: block;
        margin-bottom: 50px;
    }
    #coverity .architecture .c_dl dt,
    #coverity .architecture .c_dl dd {
        width: 100%;
    }
    #coverity .architecture .c_dl dt {
        margin-bottom: 0;
    }
}

/* Coverityの価格について */
#coverity .price {
    margin-bottom: 140px;
}
#coverity .price .p_ttl {
    margin-bottom: 30px;
}
#coverity .price .mail_link {
    text-align: center;
    margin-top: 50px;
}
#coverity .price .mail_link a {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #153588;
    border-radius: 50px;
    color: #153588;
    line-height: 1.5;
    padding: 13.825px 50px 13.825px 85px;
}
#coverity .price .mail_link a::before {
    content: "";
    display: block;
    width: 23px;
    height: 16px;
    background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/mail_link_blue.webp") no-repeat;
    background-size: 23px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto 0;
}
#coverity .price .mail_link a:after {
    display: none;
}
@media (hover: hover) and (pointer: fine) {
    #coverity .price .mail_link a:hover {
        background: #153588;
        color:#fff;
        text-decoration: none;
    }
    #coverity .price .mail_link a:hover:before {
        background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/mail_link_white.webp") no-repeat;
    }

}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #coverity .price .mail_link a:hover {
        background: #153588;
        color:#fff;
        text-decoration: none;
    }
    #coverity .price .mail_link a:hover:before {
        background: url("/contents/themes/fsi-embedded/dist/img/blackduck/coverity/mail_link_white.webp") no-repeat;
    }
}

/* Coverityに関するFAQ */
#coverity .faq {
    background: #e9e9e9;
    padding: 90px 0 110px;
    margin-bottom: 80px;
}
#coverity .faq .p_ttl {
    margin-bottom: 55px;
}
.faq_list li {
    padding: 37px 30px 40px;
}
.faq_list li .q,.faq_list li .a {
    display: flex;
}
.faq_list li .q {
    margin-bottom: 20px;
}
.faq_list li .icon {
    font-size: 50px;
    display: block;
    line-height: 0.9;
    width: 60px;
    font-weight: 400;
}
.faq_list li .q .icon {
    color: #a7924c;
}
.faq_list li .a .icon {
    color: #1a499a;
}
.faq_list li .ttl {
    width: calc(100% - 60px);
}
.faq_list li .q .ttl {
    font-size: 24px;
    font-weight: 700;
    padding-top: 9px;
}
.faq_list li .a .ttl,.faq_list li .a .ttl p {
    font-size: 18px;
}
.faq_list li:nth-child(odd) {
    background: #fff;
}
@media screen and (max-width: 768px) {
    .faq_list li .icon {
        font-size: 40px;
        width: 55px;
    }
    .faq_list li .ttl {
        width: calc(100% - 55px);
    }
    .faq_list li .q .ttl {
        font-size: 20px;
        padding-top: 4px;
    }
    .faq_list li .a .ttl,.faq_list li .a .ttl p {
        font-size: 16px;
    }
}

/* その他のBlackDuckの製品 */
#coverity .products {
    margin-bottom: 60px;
}
#coverity .products .p_ttl {
    margin-bottom: 50px;
}
#coverity .products .list {
    display: flex;
    justify-content: space-between;
}
#coverity .products .list li {
    width: calc(33.33% - 20px);
    background: #e9e9e9;
    padding: 35px 32px 38px;
}
#coverity .products .list li .ttl {
    font-weight: 700;
    margin-bottom: 25px;
}
#coverity .products .list li .ttl span {
    display: block;
    font-size: 24px;
}
#coverity .products .list li .img {
    line-height: 0;
    margin-bottom: 25px;
}
#coverity .products .list li .img img {
    width: 100%;
}
#coverity .products .list li .link {
    text-align: center;
    margin-top: 30px;
}
#coverity .products .list li .link a {
    display: inline-block;
    color: #153588;
    border: 1px solid #153588;
    border-radius: 50px;
    text-align: center;
    max-width: 303px;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 14.6px 30px;
    background: #fff;
}
@media (hover: hover) and (pointer: fine) {
    #coverity .products .list li .link a:hover {
        background: #153588;
        color:#fff;
        text-decoration: none;
    }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #coverity .products .list li .link a:hover {
        background: #153588;
        color:#fff;
        text-decoration: none;
    }
}

/*追記*/
#coverity .products .list li {
    display: flex;
    flex-direction: column;
}

#coverity .products .list li .link {
    margin-top: auto;
}

@media screen and (max-width: 768px) {
    #coverity .products .list {
        display: block;
    }
    #coverity .products .list li {
        width: 100%;
        margin: 0 0 20px;
        padding: 35px 25px 38px;
    }
}

