/* Message の段落 start */
.message-line-1 {
    margin: 0;
    line-height: 3rem;
}

.message-line-2 {
    margin: 0;
    line-height: 2.5rem;
}

@media only screen and (min-width: 768px) {
    .message-line-2 {
        line-height: 2.2rem;
    }
}

/* Message の段落 end */


/* Business の背景 start */
.business-bg {
    background-image: url("/static/original/img/index_business_bg.png");
    background-size: 40% auto;
}

@media only screen and (min-width: 992px) {
    .business-bg {
        background-size: auto 12%;
    }
}

/* Business の背景 end */

.business-bg-filter {
    background-color: rgba(var(--base-gray-rgb), 0.85);
    padding: 4rem 0 2rem 0;
}

/* Business のカテゴリ横幅指定 start */
.business-width {
    width: 85%;
}

@media only screen and (min-width: 768px) {
    .business-width {
        width: 75%;
    }
}

/* Business のカテゴリ横幅指定 end */

/* Business の画像大きさ start */
.grayscale-img {
    filter: grayscale(70%);
}

.business-img {
    width: 50%;
    max-width: 400px;
}

@media only screen and (min-width: 768px) {
    .business-img {
        width: 100%;
    }
}

/* Business の画像大きさ end */

.card-shadow {
    box-shadow: 7px 7px 5px rgba(255, 255, 255, 0.3), -1px -1px 5px rgba(255, 255, 255, 0.2);
}

/* 顧問エンジニア説明文の改行 start */
.adviser_engineer_br {
    display: none !important;
}

@media only screen and (min-width: 705px) and (max-width: 767px) {
    .adviser_engineer_br {
        display: block !important;
    }
}

@media only screen and (min-width: 1032px) and (max-width: 1316px) {
    .adviser_engineer_br {
        display: block !important;
    }
}

/* 顧問エンジニア説明文の改行 end */

.app-icon-area {
    width: 130px;
    height: 130px;
    line-height: 130px;
}

@media only screen and (min-width: 768px) {
    .app-icon-area {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
}
