@charset "utf-8";



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

#symptoms {
    width: 100%;
    clear: both;
    background-image: url(../images/katakori.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 60% auto;
}


#symptoms h2 {
    padding-left: 2%;
    font-size: 1.4em;
    font-weight: normal;
    background-position: right 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 0px;
}
#symptoms h2 strong {
    font-size: 2em;
    color: #F58E8E;

}

#symptoms p {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0px;
    line-height: 1.8em;
}
#symptoms ol {
    clear: both;
}
#symptoms ol li {
    font-size: 1em;
    margin-bottom: 20px;
    padding-right: 2%;
}

#symptoms h3 {
    padding-left: 2%;
    margin-top: 50px;
}






















































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

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


	
#タブレット {
}

#symptoms ol li {
    font-size: 1.2em;
}



















    
    
    
    

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

@media only screen and (min-width: 769px) {
	
#パソコン {
}
#symptoms {
    background-size: 600px auto;
}
#symptoms p {
    max-width: 700px;
}

#symptoms ol {

}





    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}
