.onair .content {
    text-align: center;
    font-weight: 600;
    background: url(../img/bg02.jpg);
    background-size: cover;
}

.onair .content h2 {
    display: inline-block;
    font-size: min(4.5vw, 36px);
    font-weight: 800;
    color: var(--rosepink);
    margin-bottom: 1em;
    border-bottom: 4px dotted;
}

.onair .content p {
    margin-bottom: 2em;
    font-weight: 800;
    line-height: 1.5;
    font-size: min(3.5vw, 20px);
}

.onair .content p span {
    color: var(--rosepink);
    font-size: 1.4em;
    line-height: 1;
    ;
    vertical-align: baseline;
}

.onair .content dl {
    font-size: min(3.5vw, 20px);
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
    font-style: italic;
}

.onair .content small {
    display: block;
    margin-bottom: 3em;
}

.onair .content dl dt {
    width: 40%;
    padding: 1em 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
    color: var(--pink1);
}

.onair .content dl dd {
    width: 60%;
    padding: 1em 0;
    box-sizing: border-box;
    border-bottom: 1px dotted #ccc;
}

.onair .content dl dt:first-of-type,
.onair .content dl dd:first-of-type {
    border-top: 1px dotted #ccc;
}



. @media screen and (max-width:800px) {}
