

.tit {
    text-align: center;
    margin: 2rem 0;
}

.tit h2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: 'Arial Black', sans-serif;
}

.tit p {
    color: #666;
}

.block {
    display: flex;
    justify-content: center;
    background: url(../images/lm-bg.png) no-repeat 570px 0;
    padding: 3rem 0;
}

.block .text-l {
    width: 572px;
    font-size: 1.15rem;
    padding-right: 100px;
}

.block .text-r {
    width: 572px;
    font-size: 1.15rem;
    padding-left: 100px;
}

.block .banner-r {
    width: 568px;
}

.block .banner-l {
    width: 588px;
}

.block .icon {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border: solid 1px #CCC;
    border-radius: 1.1rem;
}

.block .text p {
    color: #07b53b;
}

.block .text .info {
    color: #838383;
    margin-top: .5rem;
}

.block .text h3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.index-btn {
    width: 152px;
}

.index-btn a {
    margin-top: 3rem;
    text-decoration: none;
    color: #000;
    font-size: .8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    border-radius: .3rem;
    border: solid 1px #00000026;
    gap: .5rem;
}

.index-btn a:hover {
    background-color: #07b53b;
}

.line-box-1 {
    width: 1152px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.line-box-1 div {
    text-align: center;
}

.line-box-1 div b {
    display: block;
    margin-top: 1rem !important;
    color: #000;
    font-size: 1.5rem;
}

.line-box-1 div p {
    color: #666;
}