@charset "UTF-8";
/*--------------------------------------------------
カラー設定
濃いレッド　　　　　　　#D10043
背景ブラック　　　　　　#00041B
オレンジ　　　　　　　　#F4A43B
ピンク　　　　　　　　　#F43BD2

グラデーション
background: linear-gradient(to right, rgba(255,254,246,0.30), rgba(238,255,232,0.30));

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

}

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

}


--------------------------------------------------*/

/*==================================================
演題募集
==================================================*/

/*期間*/
.lomit {
	font-weight: 600;
}
.limit .large {
	font-size: 24px;
}

/*期間のスマホ時のスペース*/
.sp_space {
	display: none;
}
@media screen and (max-width: 420px) {
	.sp_space {
		display: inline;
		padding-left: 55px;
	}
}

/*応募資格*/
.sub_title {
	margin-bottom: 20px;
	font-weight: 600;
	border-bottom: 1px solid #515151;
}

/*問い合わせ*/
.contact_title {
	display: inline;
	font-weight: 600;
}