/* variable setting */

:root {
    --main-color: #0079CB;
    --btn-color: #fff;
    --gradation: linear-gradient(to right,#58BCFF,#0079CB)
}

/* // variable setting */

.ly_body .bl_pageHeader {
    display: none;
}
.ctaBox .el_btn_lp {
    display: inline-block;
    color: var(--main-color);
    background: var(--btn-color);
    box-shadow: none;
    width: 280px;
    padding: 17px;
    border-radius: 25px;
    margin: 0 20px;
    line-height: 1;
    font-size:  18px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
em {
    font-style: normal;
}
.sectiontitle {
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-size: 44px;
    color: var(--main-color);
    text-align: center;
    margin-bottom: 35px;
}
.sectiontitle span {
    display: block;
    font-size:.7em;
}
@media screen and (max-width:768px) {
    .sectiontitle {
        font-size: 28px;
    }
}
.ctaBox {
    background: var(--gradation);
    padding: 40px 0 50px;
    margin-bottom: 65px;
    color: #fff;
}
.ctaBox .ly_body {
    text-align: center;
    color: #FFF;
}
.cta-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
.cta-title em {
    font-size: 1.5em;
}
@media screen and (max-width:768px) {
    .cta-title {
        font-size: 18px;
    }
    .ctaBox {
        padding: 30px 20px 10px;
    }
    .ctaBox .el_btn_lp {
        width: 90%;
        max-width: 100%;
        margin: 0 auto 20px;
    }
}
.ly_mainvisual {
    background:var(--gradation);
}
.ly_mainvisual .ly_body {
    display: flex;
    justify-content: space-between !important;
    align-items: center;
}
.ly_mainvisual .bl_kvarea__withForm .bl_KV2col {
    background: url("../img/dg01.jpg") no-repeat bottom right / cover;
}
.ly_mainvisual .bl_kvarea__withForm .bl_KV2col {
    display: flex;
    align-items: center;
}
.bl_kvarea__withForm .bl_KV2col .bl_KV2col_body {
    height: auto;
}
.bl_kvarea__withForm .bl_KV2col .bl_KV2col_body .bl_KV2col_detail {
    padding: 50px 40px 50px 0;
}
.bl_kvarea__withForm .bl_KV2col .bl_KV2col_body .bl_KV2col_detail p.mv-text {
    font-size: 2rem;
    line-height: 1.8;
}
.mv-title {
    font-weight: bold;
    color:#FFF;
}
.mv-title span {
    display: block;
    font-size: 2rem;
}
.mv-title em {
    display: block;
    font-family: "FOT-筑紫ゴシック Pro B", sans-serif;
    font-size: 5.2rem;
    margin: 0 0 60px;
}
.mv-img {
    width: 48%;
    max-width: 546px;
}
.mv-caption {
    margin-top:20px;
    font-size: 12px !important;
    line-height: 1.5 !important;
}
.mv-caption a {
    color: #fff;
}
.show-pc {
    display: block;
}
.show-sp {
    display: none;
}
@media screen and (max-width:768px) {
    .bl_kvarea__withForm .bl_KV2col {
        width: 100%;
    }
    .bl_kvarea__withForm .bl_KV2col .bl_KV2col_body {
        margin: 0 auto;
    }
    .bl_kvarea__withForm .bl_KV2col .bl_KV2col_body .bl_KV2col_detail {
        padding: 10px 20px 1px;
    }
    .ly_mainvisual .ly_body {
        display: block !important;
    }
    .bl_kvarea__withForm .bl_KV2col .bl_KV2col_body .bl_KV2col_detail p.mv-text {
        font-size: 1.6rem;
        line-height:1.6;
    }
    .mv-title {
        font-size: 15px;
        text-align: center;
    }
    .mv-title span {
        font-size: 15px;
    }
    .mv-title em {
        font-size: 34px;
        margin: 10px 0;
    }
    .show-pc {
        display: none;
    }
    .show-sp {
        display: block;
        width: 100%;
    }
}
.about {
    margin: 60px auto 50px;
}
.boxWrap {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
}
.sub-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
.point {
    margin-bottom: 80px;
}
.pointBox {
    width: calc( (100% - (36px *2)) / 3);
    border: 3px solid var(--main-color);
    border-radius: 10px;
    padding: 17px;
}
.pointBox h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.pointBox h3:after {
    content: "";
    display: block;
    width: 60px;
    margin: 22px auto 30px;
    border-top: 3px solid var(--main-color);
}
.pointBox h3 span {
    display: block;
    color: var(--main-color);
    font-size: 2.5em;
    line-height: 1;
    margin-bottom: 20px;
}
.pointBox p {
    margin-bottom: 20px;
}
@media screen and (max-width:768px) {
    .boxWrap {
        gap: 20px;
    }
    .pointBox {
        width: 100%;
    }
}
.feature {
    margin-bottom: 50px;
}
.feature .pointBox h3:after {
    border: none;
}
.feature .pointBox p {
    margin-bottom: 0;
}
.feature .pointBox img {
    margin-bottom: 20px;
}
.spec {
    margin-bottom: 80px;
}
.spec .bl_2headTable thead th {
    background: #0079CB;
}
.spec .bl_2headTable tbody th {
    background: #EDF3F8;
}
@media screen and (max-width:768px) {
    .bl_2headTable {
        width: 800px;
    }
}
.price {
    margin-bottom: 70px;
}
.price .sectiontitle {
    color: #fff;
    font-size: 4.4rem;
    margin-bottom: 20px;
}
.price p {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 40px;
}
@media screen and (max-width:768px) {
    .price .sectiontitle {
        font-size: 28px;
    }
    .price p {
        font-size: 16px;
    }
}
.solution {
    margin-bottom: 70px;
}
.solution .solution-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.solutionbox {
    padding: 20px;
    background: #EDF3F8;
    display: flex;
    justify-content: space-between;
}
.solutionbox_img_wrap {
    width: 24%;
}
.solutionbox_img {
    background: #fff;
}
.solutionbox_img > .solutionbox_img_txt {
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 0;
    padding: 30px 10px;
}
.solutionbox_textwrap {
    width: 74%;
}
.solutionbox_title {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1rem;
}
@media screen and (max-width: 768px){
    .solutionbox {
        display: block;
    }
    .solutionbox_img_wrap, .solutionbox_textwrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .solutionbox_img img {
        display: block;
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .solutionbox p.hp_tar {
        margin-top:20px;
    }
}


br.sp {
    display: none;
}
@media screen and (max-width:768px) {
    br.sp {
        display: block;
    }
    br.pc {
        display: none;
    }
}

.anchorbox {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    gap: 0 2px;
}
.anchorbox li {
    font-weight: bold;
    width: 100%;
}
.anchorbox li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background:var(--main-color);
    text-align: center;
    text-decoration: none;
    padding:20px 10px;
}
.anchorbox li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 16px;
    background: url(/-/Media/SMC/service/list/security/managed-security-service/mss-for-azure-sentinel/img/dg17.png) no-repeat center bottom/12px;
}
.anchorbox li a.active,
.anchorbox li a:hover {
    background: #58BCFF;
}

@media screen and (max-width:768px) {
    .anchorbox {
        display: block;
        margin: 0 0 30px;
    }
    .anchorbox li {
        margin-bottom: 2px;
    }
}

.info-panel {
    background: #f7f8f9;
    padding: 20px 20px 30px;
}
.info-panel .bl_3colPanel_ttl {
    text-align: center;
}
.info-panel .bl_3colPanel_thumb_img img {
    display: block;
    max-height: 178px;
    width: auto;
    margin: 0 auto;
}
.info-panel .el_btn {
    color: #fff;
}
.bl_3colPanelUnit .bl_3colPanel:hover {
    opacity: 1.0;
}
@media screen and (max-width:768px) {
    .info-panel .bl_3colPanel_thumb_img img {
        max-height: 100%;
        height: auto;
    }
    .info-panel .bl_3colPanel_ttl_ttl {
        font-size: 1.8rem;
    }
    .bl_3colPanelUnit {
        margin-top:0;
    }
}
