
.product-combination{
    max-width: 600px;
    margin:30px auto;
}
.product-combination_title{
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.product-combination img{
    margin-bottom: 17px;
}
.model-title{
    font-family: "Noto Serif JP", serif;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: normal;
    margin-bottom: 30px;
}
.model-title span{
    font-size: 34px;
}
.red{
    color: #c90e30;
}
.sec-model{
    margin: 30px 0;
}
.model-voice{
    display: flex;
    max-width: 750px;
    vertical-align: top;
    margin: 30px auto;
    gap: 10px;
}
.model-image{
    width: 300px;
    height: fit-content;
}
.model-image2{
    width: 175px;
    height: fit-content;
}
.model-voice_title{
    font-family: "Noto Serif JP", serif;
    font-size: 25px;
    line-height: normal;
}
.model-voice_text{
    font-size: 18px;
    line-height: normal;
}
.model-voice img:nth-of-type(2) {
    width: 175px;
}

@media (max-width: 960px) {
.product-combination_title{
    font-size: 20px;
}
.product-combination{
    width: 90%;
}

.product-combination small{
    font-size: 10px;
    display: block;
    line-height: normal;
}
.model-title{
    font-size: 18px;
}
.model-title span{
    font-size: 26px;
}
.model-voice{
    width: 90%;
    display: block;
    text-align: center;
    margin: 50px auto;
}
.model-voice_title,
.model-voice_text{
    text-align: left;
}
.model-voice_title{
    font-size: 20px;
    margin:22px 0 5px;
}
.model-voice_text{
    font-size: 15px;
}
.model-image{
    height: auto;
}
.model-image2{
    display: none;
}
.sp-none{
    display: none;
}

}