@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) {
	
}


--------------------------------------------------*/

/*==================================================
企業協賛について
==================================================*/

/*協賛ブロック*/
.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 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background-color: #00086F;/*D10043*/
}
.sponsor_title::before, .sponsor_title::after {
	position: absolute;
	content: "";
	display: block;
}
.sponsor_title::before {
	width: 20px;
	height: 50px;
	background-color: #F74343;/*#D10043*/
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.sponsor_title::after {
	width: 9px;
	height: 23px;
	background-color: #00086F;/*#D10043*/
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	
}
.sponsor_title p {
	font-size: 18px;
	font-weight: 600;
	color: white;
}
.sponsor_content {
	width: 100%;
	padding: 10px;
	background-color: #F5F7F9;
}
.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;
}