@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　　　　　#0900BC
グリーン　　　　　　　　　　#75BC00
背景あいじろ　　　　　　　　#ebf6f7
オレンジ　　　　　　　　　　#F4A43B
ピンク　　　　　　　　　　　#F43BD2

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/
/*------------------------------
協賛企業募集について
--------------------------------*/

/*協賛ブロック*/
.sponsor_flex {
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

/*協賛アイテム*/
.sponsor_container {
	width: 260px;
	box-shadow: 0 0 4px rgba(200, 200, 200, 0.5);
}
.sponsor_title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #009C6D;
}
.sponsor_title p {
	font-size: 18px;
	font-weight: 600;
	color: white;
}
.sponsor_content {
	width: 100%;
	padding: 10px;
	background-color: #FDFFF0;
}
.limit_title {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 14px;
	color: #4d38b5;
}
.limit_title::before, .limit_title::after {
	content: "";
	width: 60px;
	border-top: 1px solid #4d38b5;
}
.limit_title::before {
	margin-right: 10px;
}
.limit_title::after {
	margin-left: 10px;
}
.limit_date {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-weight: 600;
	font-size: 13px;
	color: #4d38b5;
}
.limit_date span {
	font-size: 18px;
	top: 10px;
}
.limit_border {
	margin: 10px auto;
	width: 210px;
	border-top: 1px solid #4d38b5;
}
/*ボタン*/
.sponsor_btn {
	margin: 40px 0 20px;
}
