@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap"); .article-body {
padding: 48px 0;
} #models a {
color: #FFFFFF;
text-decoration: underline;
}
#models a:hover {
color: #ffc107;
}
#models img {
width: 100%;
height: auto;
} p.concept {
font-family: 'Sawarabi Mincho', sans-serif;
font-size: 2.8rem;
line-height: 1.4;
color: #FFFFFF;
text-align: left;
}
.caption {
font-size: 2.1rem;
color: #FFFFFF;
} .model-price {
font-family: 'Oswald', sans-serif;
font-size: 4.2rem;
font-weight: bold;
color: #FF4500;
text-align: left;
line-height: 1.8;
}
.model-specs {
width: 100%;
margin: 0 auto;
}
.model-spectitle {
font-family: 'Oswald', sans-serif;
font-size: 3.6rem;
font-weight: bold;
color: #FFFFFF;
text-align: left;
}
.model-spec {
font-size: 1.6rem;
color: #FFFFFF;
text-align: left;
}
.model-spec strong {
font-weight: 700!important;
}
.gallery-title {
font-family: 'Oswald', sans-serif;
font-size: 3.6rem;
font-weight: bold;
color: #FFFFFF;
text-align: left;
}
.model-caution {
text-align: center;
}
@media (max-width: 768px) {
.model-caution {
text-align: left;
}
} #product-link {
width: 100%;
margin: 0 auto;
}
.contact-info__dealers {
font-size: 1.6rem;
color: #ffffff;
line-height: 1.9;
text-align: center;
margin-bottom: 24px;
}
@media (max-width: 768px) {
.contact-info__dealers {
text-align: left;
}
} .sns {
font-size: 0.8rem !important;
color: #FFFFFF;
}
.rounded-icon {
border-radius: 30px;
}