@charset "utf-8";



/* Mobile Layout: 480px and below. */
#スマートフォン {
}

#symptoms {
    width: 100%;
    clear: none;
    margin-left: auto;
    margin-right: auto;
    float: left;
}


#symptoms h2 {
    padding-left: 2%;
    font-size: 2em;
    font-weight: normal;
}
#symptoms p {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0px;
}
#symptoms dl {
    background-color: #FFEDED;
    margin-left: 2%;
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    border-radius: 6px;
    float: left;
    margin-top: 0px;
    width: 92%;
}
#symptoms dl dt {
    color: #E78292;
    font-weight: bold;
    margin-bottom: 10px;
}
#symptoms dl dd {
    font-size: 0.9em;
    margin-left: 0px;
    line-height: 1.8em;
}























































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

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


	
#タブレット {
}
#symptoms dl dt {
    font-size: 1.4em;
}
#symptoms dl dd {
    font-size: 1em;
    margin-left: 0px;
    line-height: 1.8em;
}
dl dd strong {
    color: #4D4D4D;
}


















    
    
    
    

    
    
    
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
#パソコン {
}
dl dd img {
    float: right;
    width: 40%;
    margin-left: 1%;
}





    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}
