@charset "utf-8";
@media screen and (max-width:640px) {

#ctt_con {
    
background: #f3f4f3;
    
padding-top: 40px;
    
padding-bottom: 40px;
}

.text_1 {
    
font-size: 3.7vw;
    
font-weight: 500;
    
border-top: 1px solid #bebebe;
    
border-bottom: 1px solid #bebebe;
    
padding-top: 14px;
}

.text_1 p:first-child{
    font-weight: 900;
}
#ctt h2 {
    display: none;
}

.text_1 p {
    padding-bottom: 20px;
    line-height: normal;
}

}