/* LINE コンテナ用CSSファイル */
.line-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 30px 30px 30px;
}
.line-icon-container {
    margin-right: 20px;
}
.line-icon {
    width: 80px;
    height: 80px;
}
.line-text-container {
    flex-direction: column;
}
.line-text-line {
    font-size: 18px;
    font-weight: bold;
    color: #17e06a;
    line-height: 1.4;
}
.line-text-line.underline {
    text-decoration: underline;
}
.line-sub-text {
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}

.line-text p {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
}
.line-text img {
    display: block;
    margin: 20px auto;
}
