/*------------------------------------------
reset
------------------------------------------*/

#Contents {
    padding-top: 15px;
    background: #fff;
}

/*------------------------------------------
設定
------------------------------------------*/

:root {
    /* サイト幅 */
    --site-width: 1275px;

    /* 余白 */
    --section-padding-top: 50px;
    --tb-section-padding-top: 50px;
    --sp-section-padding-top: 2rem;
}

/*------------------------------------------
基本設定
------------------------------------------*/

section {
    padding-top: var(--section-padding-top);
}

.wrapper {
    max-width: var(--site-width);
    margin: 0 auto;
}

.sp-only {
    display: none;
}

@media (max-width: 1100px) {
    .wrapper {
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .pc-only {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    body {
        padding-top: var(--sp-header-height);
    }
    section {
        padding-top: var(--sp-section-padding-top);
    }

    .wrapper {
        overflow: hidden;
    }

    .not-sp {
        display: none;
    }

    .sp-only {
        display: unset;
    }
}

/*------------------------------------------
main-visual
------------------------------------------*/

.main-visual .content-block {
    padding: 62px 0;
    background: url(/lp/ransomware/images/main_visual.png) no-repeat center / cover;
}

.main-visual .content-block h1 {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
    .main-visual .content-block {
        padding: 45px 0;
        background: url(/lp/ransomware/images/main_visual_sp.png) no-repeat center / cover;
    }

    .main-visual .content-block h1 {
        font-size: 1.8rem;
    }
}

/*------------------------------------------
link-area
------------------------------------------*/

.link-area .wrapper {
    max-width: 1215px;
}

.link-area .title-box {
    margin-bottom: 26px;
    position: relative;
    margin-left: 46px;
    padding-left: 71px;
    height: 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #187faa;
}

.link-area .title-box h2 {
    padding: 0;
    border: none;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; 
}

.link-area .title-box h2::after {
    display: none;
}

.link-area .title-box span {
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 1.44px;
}

.link-area .title-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: -46px;
    width: 96px;
    height: 96px;
    z-index: 1;
}

.link-area .title-box.title1::before {
    background: url(/lp/ransomware/images/title1.png) no-repeat center / contain;
}

.link-area .title-box.title2::before {
    background: url(/lp/ransomware/images/title2.png) no-repeat center / contain;
}

.link-area .title-box.title3::before {
    background: url(/lp/ransomware/images/title3.png) no-repeat center / contain;
}

.link-area .title-box.title4::before {
    background: url(/lp/ransomware/images/title4.png) no-repeat center / contain;
}

.link-area .link-box {
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    row-gap: 0;
}

.link-area .link-box a {
    display: block;
    padding: 31px 58px 31px 22px;
    border-bottom: 1px dotted #4e4e4e;
    text-decoration: none;
    position: relative;
}

.link-area .link-box a:first-child,
.link-area .link-box a:nth-child(2) {
    border-top: 1px dotted #4e4e4e;
}

.link-area .link-box a:hover {
    opacity: .8;
}

.link-area .link-box a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 21.5px;
    width: 15px;
    height: 15px;
    border-right: 2px solid #187faa;
    border-bottom: 2px solid #187faa;
    transform: translateY(-50%) rotate(-45deg);
    transition: all 0.3s;
}

.link-area .link-box a:hover:after {
    right: 19px;
}

.link-area .link-box a p {
    color: #187faa;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.link-area .link-box a span {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
    .link-area .title-box {
        margin-left: 31px;
        padding-left: 42px;
        height: 62px;
    }

    .link-area .title-box::before {
        content: "";
        position: absolute;
        top: 0;
        left: -31px;
        width: 62px;
        height: 62px;
        z-index: 1;
    }

    .link-area .title-box h2 {
        font-size: 1.2rem;
        line-height: 1;
    }

    .link-area .title-box span {
        font-size: .7rem;
        line-height: 1;
    }

    .link-area .link-box {
        grid-template-columns: 1fr;
    }

    .link-area .link-box a {
        padding: 1rem 2rem 1rem 1rem;
    }

    .link-area .link-box a:nth-child(2) {
        border-top: 0;
    }

    .link-area .link-box a::after {
        right: 12.5px;
        width: 10px;
        height: 10px;
    }

    .link-area .link-box a p {
        font-size: 1rem;
    }

    .link-area .link-box a span {
        font-size: .8rem;
        letter-spacing: 0;
    }
}
