@charset "UTF-8";

.copy span {
    font-size: 1.4em;
    line-height: 1.5;
}
.copy {
    text-align: center;
    margin-bottom: 2em;
}
.voice_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4em;
}
.vimg {
    width: 30%;
    aspect-ratio: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.vtx {
    width: 70%;
    box-sizing: border-box;
    background-color: #e3f4f7;
    padding: 3em;
    border-bottom-right-radius: 5em;
}
.vtx section {
    line-height: 1.5;
    margin-bottom: 1.5em;
}
.vtx section h2 {
    font-size: 1.4em;
}
.vtx section h3 {
    font-size: 1.16em;
    border-top: 1px solid #333;
    padding-top: 0.3em;
    margin-top: 0.3em;
}
.vtx section h4 {
    font-size: 1.16em;
}
.vcom {
    line-height: 1.5;
}

@media screen and (max-width: 499px) {
.copy span {
    font-size: 1.16em;
    line-height: 1.5;
}
.copy {
    text-align: center;
    margin-bottom: 2em;
}
.voice_box ul li {
    flex-wrap: wrap;
    margin-bottom: 4em;
}
.vimg {
    width: 100%;
}
.vtx {
    width: 100%;
    padding: 2em;
    border-bottom-right-radius: 4em;
}


}

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

}
