@charset "UTF-8";
/* コンテンツ */

.hocopy1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hocopy1 ul li:first-child {
    width: 50%;
    line-height: 1.7;
}
.hocopy1 ul li:last-child {
    width: 45%;
}
.hocopy1 ul li:last-child img {
    width: 100%;
}

.telbox {
    border: 1px solid #ccc;
    padding: 2em;
    border-radius: 1em;
    text-align: center;
}
.telbox ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
.telbox ul li:first-child {
    line-height: 1.4;
    font-weight: bold;
    font-size: 1.24em;
    margin-right: 2em;
}

.telbox ul li:last-child {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-size: 2em;
    line-height: 1;
    letter-spacing: 1px;
    text-indent: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #f08b00;
}
.telbox ul li:last-child strong {
    font-weight: 400;
}
.telbox ul li:last-child span {
    font-weight: 400;
    font-size: 0.5em;
    margin-right: 0.5em;
}


@media screen and (max-width: 960px) {


}


@media screen and (max-width: 520px) {
.hocopy1 ul li:first-child {
    width: 100%;
    margin-bottom: 2em;
}
.hocopy1 ul li:last-child {
    width: 100%;
}
.hocopy1 ul li:last-child img {
    width: 100%;
}

.telbox ul li:first-child {
    margin-right: 0;
    margin-bottom: 1em;
}

}

