@charset "utf-8";
@import url("sp.css?v=2") only screen and (max-width: 768px);
@import url("pc.css?v=2") only screen and (min-width: 769px);

/*==============================================

	Index

==============================================*/

/*================================
	
================================*/


.detail-btn:before {
	content: '募集要項を見る';
}

.detail-btn.active:before {
	content: '閉じる';
}

.tab-select:focus {
    outline: none;
}