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

.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;
}

.snum ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    line-height: 1.5;
}
.snum ul li {
    width: 30%;
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px dotted #999;
}
.snum ul li img {
    width: 100%;
}
.snum ul li h3 {
    margin-bottom: 0.5em;
}
.snum ul li h5 {
    font-weight: normal;
    margin-bottom: 0.5em;
}

.listadj {
    border-bottom-width: 0 !important;
}

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


}


@media screen and (max-width: 520px) {
.telbox ul li:first-child {
    margin-right: 0;
    margin-bottom: 1em;
}

.snum ul li {
    width: 45%;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

}

