@charset "utf-8";



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



#symptoms {
    width: 100%;
    clear: both;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/youtsu.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right 0%;
}
#symptoms h2 {
    padding-left: 2%;
    font-size: 1.2em;
    font-weight: normal;
    margin-top: 0px;
    padding-top: 70px;
    padding-bottom: 70px;
}
#symptoms h2 strong {
    font-size: 2em;
    color: #F58E8E;

}
#symptoms dl {
    padding-left: 2%;
}

#symptoms dl #kinmaku {
    color: #F58E9E;
    font-weight: bold;
    font-size: 1.4em;
}
#symptoms dl #herunia {
    color: #DB697A;
    font-weight: bold;
    font-size: 1.4em;
}
#symptoms dl #youtsui {
    color: #B74153;
    font-weight: bold;
    font-size: 1.4em;
}




#symptoms h3 {
    margin-top: 50px;
    text-align: center;
    color: #863F4A;
    border-bottom: 2px solid #B99090;
    margin-left: 2%;
    margin-right: 2%;
}
#symptoms ul li {
    margin-bottom: 20px;
    font-size: 0.9em;
    line-height: 1.8em;
}


#symptoms h4 {
    padding-left: 2%;
    margin-top: 50px;
    text-align: center;
    color: #A7505D;
}
#symptoms p {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 0px;
    line-height: 1.8em;
    text-align: center;
}























































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

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



	
#タブレット {
}
#symptoms {
}

#symptoms h2 {
    text-align: center;
}
#symptoms h3 {
    font-size: 1.6em;
}
#symptoms ul li {
    font-size: 1em;
}

#symptoms h4 {
    font-size: 1.4em;
}






















    
    
    
    

    
    
    
}
/* 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: auto 400px;
}





    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

}
