/* エンプラページのCSS */
.wrap{
    max-width: 1000px;
}
.enterprise-introduction{
    background-color: #449fe1;
    color: #ffffff;
    display: block !important;
    padding: 80px 0 30px;
}
.promo-des{
    text-decoration: none;
    margin-bottom: 8px;
}
.double-line{
    border-bottom: 6px double #fff;
}
.toparea-des{
    font-size: 32px;
    line-height: 50px;
    padding: 10px 0 30px;
}
.functions-wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
    max-width: 1000px;
    margin: 0 auto 80px;
}
.promo-column-enter{
    width: 100%;
    padding-bottom: 30px;
}
.column-top{
    display: flex;
    justify-content: left;
    padding-bottom: 20px;
}
.headline{
    display: flex;
    justify-content: space-between;
}
.promo-column-enter .column-top img{
    width: 70px;
    margin: 0;
}
.promo-column-enter .column-top h5{
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 20px;
}
.promo-column-enter .column-top h5 span{
    background: linear-gradient(transparent 70%, #d5ecff 30%);
}
.security-section{
    background-color: #f3f4f5;
}
.security-description{
    background-color: #f3f4f5;
    padding-top: 30px;
}
.iso-image{
    padding-top: 30px;
}
.pricing-column{
    padding-left: 20px;
}
.plan_amount{
    padding: 5px 50px 15px;
    color: #042A4C;
    font-size: 50px;
    line-height: 50px;
    border: 5px solid #77c2fd;
    box-shadow: 0 0 6px 2px #94d1ff;
    border-radius: 15px;
}
.pricing-description{
    padding: 10px 0 0 50px;
    width: 55%;
}
.faq-section{
    background-color: #f3f4f5;
}
.faq-content-wrap{
    padding: 30px 0 60px;
}
.cv-button{
    margin-bottom: 80px;
}
.promo-last{
    background-color: #fff;
}

.sp-none {
    display: block;
}



@media only screen and (max-width: 1100px) {
    .enterprise-introduction{
        padding-top: 0;
    }
    .functions-wrapper{
        grid-template-columns: 1fr 1fr;
        padding: 0 10px;
        margin-bottom: 0;
    }
    .security-other-wrapper{
        padding: 0 20px;
        margin: 0;
    }
    .faq-content-wrap{
        margin-bottom: 0;
    }


}
@media only screen and (max-width: 670px) {
    .wrap{
        padding: 0;
    }
    .functions-wrapper{
        grid-template-columns: 1fr;
        gap: 15px 0;
        padding: 0 15px;   
    }
    .promo-column-enter{
        border: 1px solid #ccc;
    }
    .promo-column-enter{
        padding: 0;
        border-radius: 8px;
        border: 1.5px #77c2fd solid;
        box-shadow: 0 0 3px 1px #77c2fd;
        position: relative;
    }
    .column-top{
        padding-left: 10px;
        padding: 5px 0 5px 12px;
        justify-content: space-between;
    }
    .promo-column-enter .column-top img{
        width: 45px;
    }
    .promo-column-enter .column-top h5 span{
        background: none;
    }
    .accordion-button{
        display: block;
        padding: 5px;
        display: block;
        margin: 10px 20px 0;
        font-size: 1.8rem;
        font-weight: 700;
        cursor: pointer;
        position: relative;
    }
    .accordion-button::after{
        content: "";
        width: 8px;
        height: 8px;
        border-top: 2px solid #449fe1;
        border-right: 2px solid #449fe1;
        position: absolute;
        top: calc(50% - 12px);
        right: 5%;
        transform: rotate(135deg);
        transition: all .2s;
    }
    .accordion-button.checked::after{
        transform: rotate(-45deg);
        transition: all .2s;
    }
    .detail-of-function{
        padding: 15px;
    }
    .security-column2 .iso-image{
        height: 130px;
    }
    .pricing-column{
        padding-left: 0;
    }
    .pricing-description{
        padding-left: 0;
    }
    .sp-none {
        display: none;
    }
}


@media only screen and (max-width: 480px) {
    .enterprise-introduction{
        padding-top: 15px;
    }
    .discover-title{
        font-size: 24px;
    }
    .double-line{
        margin-bottom: 20px;
    }
    .discover-title p{
        padding-top: 15px;
    }
    .toparea-des{
        font-size: 24px;
        line-height: 36px;
    }
    .video-title{
        font-size: 24px;
        line-height: 36px;
    }
    .functions-wrapper{
        padding: 0 6px;
        margin-bottom: 40px;
    }
    .security-other-wrapper{
        padding: 0 10px 30px;
        margin-top: -40px;
    }
    .security-description{
        padding: 0 15px;
    }
    .security2{
        padding-top: 10px;
    }
    .pricing-description{
        width: 90%;
        padding: 30px 0 0;
    }
    .faq-content-wrap{
        padding-bottom: 20px;
    }
    .faq-in-lp-content{
        margin-right: 0;
        margin-left: 0;
    }
    .cv-button{
        margin-bottom: 20px;
    }
}


