.ls-part h2 {
    margin-bottom: 1rem;
}

.ls-part .ls-h2 {
    font-size: 40px;
    font-weight: bold;
}

.ls-part .ls-h2 span {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.ls-part .ls-h2 span::after {
    content: '';
    display: inline-block;
    width: 28px;
    height: 44px;
    position: relative;
    left: 40px;
    background: url(../images/contact/h2ico1_r.png) no-repeat 0 50%;
}

.ls-part .ls-h2 span::before {
    content: '';
    display: block;
    width: 28px;
    height: 44px;
    position: relative;
    left: -40px;
    background: url(../images/contact/h2ico1_l.png) no-repeat 0 50%;
}

* img {
    width: auto;
}

.ls-part {
    padding: 4rem 0;
}

.ls-box {
    margin: 0 auto;
    max-width: 1200px;
}

.box-info {
    font-size: 22px;
    color: #666;
    text-align: center;
    margin-bottom: 2rem;
}

.qrcode-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.qrcode-item {
    margin: 0 1rem;
    text-align: center;
    min-width: 200px;
}

.qrcode-item img {
    margin-bottom: 1rem;
}

.item-img-title {
    font-size: 24px;
    color: #666;
    margin-bottom: 0.5rem;
}

.item-img-txt {
    font-size: 20px;
    color: #666;
}

.email-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
}

.email-item {
    font-size: 36px;
    color: #666;
    margin: 0 2rem;
    margin-bottom: 0.5rem;
    padding: 1rem 2rem;
    background-color: #eee;
    border-radius: 2em;
}

.adrs {
    margin: 0 auto;
    width: 1020px;
    padding-top: 2rem;
}

.adrs-img {
    width: 1020px;
    height: 445px;
    overflow: hidden;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.adrs-txt {
    width: 1020px;
    box-sizing: border-box;
    border: 1px solid #41a0ff;
    border-top: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 2rem;
    font-size: 20px;
    color: #666;
}

.adrs-txt p {
    margin-bottom: 1rem;
}