#top_line .top-title p {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media screen and (max-width:768px) {

	.top-title p{
		font-size: 20px;
	}

	#omg_component {
		width: 90%;
		margin: 0 auto;
	}

	.omg_component {
		width: 90%;
		margin: 0 auto;
	}
	
	#top_line {
		width: 100% !important;
	}

	.base_select ul li {
		font-size: 14px;
	}
	
	.new_list .text-sm {
		font-size: 14px !important;
	}
	
	#profile_line {
		width: 100% !important;
	}
	
	#profile_img {
		margin-bottom: 20px;
		width: 100%;
	}
	
	#profile_img img {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
	
	#profile_detail {
		width: 90%;
		margin: 0 auto;
		float: none !important;
	}
	
	#profile_detail .text-lg {
		font-size: 20px;
	}
	
	#profile_detail .text-sm {
		font-size: 14px;
	}
}