$(document).ready(function(){
	$('.md11 .txt01,.md42 .txt01,.md44 .txt01').show();
});

$(function(){
	$('.md11 .txt01 span').click(function(){
		$('.md11 .box').toggleClass('hide');
		$('.md11 .txt01').html('詳しい条件を選択する');
	});

	$('.md11 .txt02 span').click(function(){
		$('.md11 .box').toggleClass('hide');
		$('.md11 .txt01').html('<span>詳しい条件を選択する</span>');
	    
		$('.md11 .txt01 span').click(function(){
			$('.md11 .box').toggleClass('hide');
			$('.md11 .txt01').html('詳しい条件を選択する');
		});
	});

	$('.md42 .txt01 span').click(function(){
		$('.md42 .box').toggleClass('hide');
		$('.md42 .txt01').html('お気に入り企業一覧の操作説明');
	});

	$('.md42 .txt02 span').click(function(){
		$('.md42 .box').toggleClass('hide');
		$('.md42 .txt01').html('<span>お気に入り企業一覧の操作説明</span>');
	    
		$('.md42 .txt01 span').click(function(){
			$('.md42 .box').toggleClass('hide');
			$('.md42 .txt01').html('お気に入り企業一覧の操作説明');
		});
	});

	$('.md44 .txt01 span.st01').click(function(){
		$('.md44 .box').toggleClass('hide');
		$('.md44 .txt01').html('<span>この企業の基本情報、財務情報</span>');
	});

	$('.md44 .txt02 span').click(function(){
		$('.md44 .box').toggleClass('hide');
		$('.md44 .txt01').html('<span class="st01">この企業の基本情報、財務情報</span>');
	    
		$('.md44 .txt01 span').click(function(){
			$('.md44 .box').toggleClass('hide');
			$('.md44 .txt01').html('<span>この企業の基本情報、財務情報</span>');
		});
	});

});


$(document).ready(function(){
	$('.md48 div.pop .txt01').show();
});
$(function(){
	$('.md48 div.pop .txt01 span.st01').click(function(){
		$('.md48 div.pop .box').toggleClass('hide');
		$('.md48 div.pop .txt01').html('<span>回答するカウンセラーはこの方々</span>');
	});
	$('.md48 div.pop .txt02 span').click(function(){
		$('.md48 div.pop .box').toggleClass('hide');
		$('.md48 div.pop .txt01').html('<span class="st01">回答するカウンセラーはこの方々</span>');		
		$('.md48 div.pop .txt01 span').click(function(){
			$('.md48 div.pop .box').toggleClass('hide');
			$('.md48 div.pop .txt01').html('<span>回答するカウンセラーはこの方々</span>');			
		});
	});  
});
