@charset "utf-8";

.content_title h2{padding:40px 0; font-size:200%}

.ipincheck{display: none; position: absolute;width: 100%;height: 100%;background: rgba(000,000,000,0.5);z-index: 10000;top: 0px;left: 0px;}





@media only screen and (max-width:1300px) {

}


@media only screen and (max-width:992px){	
    .content_title h2{padding:30px 0;font-size:180%}


    
}


@media only screen and (max-width:767px) {
    .content_title h2{font-size:150%}
	
}


@media only screen and (max-width:500px) {
	
}

