<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
   .page-voice .sec_ttl {
margin: clamp(60px, 12vw, 120px) auto;
} .searchVoice {
padding: clamp(15px, 5vw, 30px) 0;
margin-bottom: clamp(60px, 12vw, 120px);
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.searchVoice_inner {
width: 90vw;
max-width: 1090px;
margin: 0 auto;
}
.searchVoice_txt {
margin-bottom: clamp(15px, 5vw, 30px);
font-size: clamp(1.4rem, 4vw, 2.2rem);
line-height: 1.2;
font-weight: 500;
}
.searchVoice_txt .fa-solid {
margin-right: 0.4em;
}
.searchVoice_list {
display: flex;
flex-wrap: wrap;
}
.searchVoice_item {
width: 14.6666666667%;
height: 2.1875em;
font-size: clamp(1rem, 1.334vw, 1.6rem);
line-height: 1;
font-weight: 500;
border: 1px solid #000;
display: grid;
place-items: center;
cursor: pointer;
transition: 0.35s ease-in-out;
}
@media screen and (min-width: 769px) {
.searchVoice_item:nth-child(n+2) {
margin-left: 2.4%;
}
.searchVoice_item:nth-child(n+7) {
margin-top: 12px;
}
.searchVoice_item:nth-child(6n+1) {
margin-left: 0;
}
}
@media screen and (max-width: 768px) {
.searchVoice_item {
width: 22%;
font-size: clamp(1rem, 2vw, 1.6rem);
}
}
@media screen and (max-width: 768px) and (min-width: 481px) {
.searchVoice_item:nth-child(n+2) {
margin-left: 4%;
}
.searchVoice_item:nth-child(n+5) {
margin-top: 12px;
}
.searchVoice_item:nth-child(4n+1) {
margin-left: 0;
}
}
@media screen and (max-width: 480px) {
.searchVoice_item {
width: 29.3333333333%;
font-size: clamp(1rem, 3vw, 1.5rem);
}
.searchVoice_item:nth-child(n+2) {
margin-left: 6%;
}
.searchVoice_item:nth-child(n+4) {
margin-top: 12px;
}
.searchVoice_item:nth-child(3n+1) {
margin-left: 0;
}
}
.searchVoice_item-current {
color: #fff;
background: #ff8433;
border-color: #ff8433;
}
.searchVoice_item:hover {
color: #fff;
background: #ff8433;
border-color: #ff8433;
} .voiceList {
width: 90vw;
max-width: 1720px;
margin: 0 auto clamp(75px, 15vw, 150px);
}
.voiceList_item {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.voiceList_item:nth-child(n+2) {
margin-top: clamp(60px, 12vw, 120px);
}
.voiceList_imgBox {
width: 47.5%;
}
@media screen and (max-width: 768px) {
.voiceList_imgBox {
width: 100%;
}
}
.voiceList_imgBox img {
width: 100%;
aspect-ratio: 3/2;
object-fit: cover;
}
.voiceList_txtBox {
width: 46%;
padding-top: clamp(10px, 2vw, 40px);
}
@media screen and (max-width: 1200px) {
.voiceList_txtBox {
width: 47.5%;
}
}
@media screen and (max-width: 768px) {
.voiceList_txtBox {
width: 100%;
padding-top: clamp(20px, 5vw, 40px);
}
}
.voiceList_head {
padding-bottom: 1.5em;
margin-bottom: 2.25em;
font-size: clamp(1.2rem, 1.667vw, 2rem);
line-height: 1.5;
font-weight: bold;
border-bottom: 1px solid #ccc;
display: flex;
align-items: center;
}
@media screen and (max-width: 768px) {
.voiceList_head {
padding-bottom: 1em;
margin-bottom: 1.5em;
font-size: clamp(1.2rem, 3.333vw, 2rem);
}
}
.voiceList_tag {
width: 10em;
height: 2.1875em;
margin-right: 1.5em;
font-size: clamp(1rem, 1.334vw, 1.6rem);
line-height: 1.875;
font-weight: 500;
border: 1px solid #000;
display: grid;
place-items: center;
}
@media screen and (max-width: 768px) {
.voiceList_tag {
width: 8em;
font-size: clamp(1rem, 2.666vw, 1.6rem);
}
}
.voiceList_add {
margin-right: 1em;
}
.voiceList_name {
letter-spacing: 0.2em;
}
.voiceList_txt {
font-size: clamp(1.4rem, 1.334vw, 1.6rem);
line-height: 2.25;
font-weight: 500;
}
@media screen and (max-width: 768px) {
.voiceList_txt {
font-size: clamp(1.4rem, 3.2vw, 1.6rem);
}
}</pre></body></html>