.qr {
    margin-top: 25px;
}
.qr p.line-txt {
    color: #0DC655;
    font-size: 14px !important;
    margin-bottom: 12px;
}
.qr .qr-box {
    width: 40.315%;
    margin: 0 auto;
}
#profile .inner .contact {
    height: 430px;
}
#profile .inner .contact p.tel {
    margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
.sp {
    display: none;
}
}
@media only screen and (max-width: 767px) {
#profile .inner {
    padding-bottom: 180px !important;
}
#profile .inner .contact {
    height: 380px;
}
.qr .qr-box {
    width: 67.37%;
}
.mail {
    letter-spacing: 0 !important;
}

.pc {
    display: none;
}
}