@charset "UTF-8";
.c-card{border-radius:10px}
.docLinkSiryo>a {display:inline-flex;align-items: flex-start;margin-left: 15px;}
.docLinkSiryo>a .pdf_catalogProductFeatures{position:relative;top:5px;left:1.25px;}
.docLinkSiryo>a::before{font-family:MelFaIcons,"Material Icons";font-size:1em;display:inline-flex;width:1em;margin-right:.125em;content:"\f102";white-space:nowrap;text-decoration:none;word-wrap:normal;color:red;}

@media only screen and (min-width:1101px){
/*! over Large */

}
@media only screen and (max-width:1100px){
/*! Large, Medium and Small */

}
@media only screen and (min-width:981px) and (max-width:1100px){
/*! Large only */

}
@media only screen and (max-width:980px){
/*! Medium and Small */

}
@media only screen and (min-width:981px){
/*! over Medium */

}
@media only screen and (min-width:768px) and (max-width:980px){
/*! Medium only */

}
@media only screen and (min-width:768px){
/*! Large and Medium */

}
@media only screen and (max-width:767px){
/*! Small only */
.docLinkSiryo>a {width:100%;margin-left:0;}

}