@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　　　　　#0900BC
グリーン　　　　　　　　　　#75BC00
背景あいじろ　　　　　　　　#ebf6f7
オレンジ　　　　　　　　　　#F4A43B
ピンク　　　　　　　　　　　#F43BD2

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/
/*------------------------------
共催セミナーのご案内
--------------------------------*/

/*インデックス*/
.page_index {
	margin: 40px 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
.index_item {
	max-width: 260px;
	width: 100%;
	height: 40px;
	background-color: #00A9BC;
	border-radius: 4px;
}
.index_item a {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 0 0 30px;
	color: white;
}
.index_item a::before {
	position: absolute;
	left: 10px;
	content: "";
	width: 12px;
	height: 8px;
	background-color: white;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
