@charset "UTF-8";

.ctel a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ea4b64;
    line-height: 1;
}
.ctel a span {
    font-size: 20px;
}

.cfax {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 1px;
    color: #ea4b64;
    line-height: 1;
}
.cfax span {
    font-size: 20px;
}

.cmail a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ea4b64;
    line-height: 1;
}
.cmail a span {
    font-size: 20px;
}

.qr_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qr_box img {
    width: 100%;
}
.qr_box section:last-child {
    width: 120px;
}

@media screen and (max-width: 499px) {
.qr_box {
    flex-wrap: wrap;
}
.qr_box section {
    width: 100%;
}
.qr_box section:last-child {
    display: none;
}
}

@media screen and (min-width: 500px) {

}