@charset "UTF-8";
/*--------------------------------------------------
カラー設定
ブルー　　　　　　　　　　　#0900BC
グリーン　　　　　　　　　　#75BC00
背景あいじろ　　　　　　　　#ebf6f7
オレンジ　　　　　　　　　　#F4A43B
ピンク　　　　　　　　　　　#F43BD2

@media screen and (max-width: 795px) {

}
@media screen and (max-width: 420px) {
	
}

--------------------------------------------------*/
/*------------------------------
託児室のご案内
--------------------------------*/

/*託児室テーブル*/
.nursery_table1 th {
	text-align: center;
	width: 8em;
}
.nursery_table2 th {
	text-align: center;
	width: 11em;
}

/*よくある質問*/
.nursery_list1 li {
	font-weight: 600;
}
.nursery_answer {
	padding-left: 1em;
	font-weight: 400;
}

/*委託先フレックスボックス*/
.flex_table {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 20px;
}
.flex_text {
	display: inline-block;
	max-width: 320px;
	flex: 1;
}
.alpha_logo {
	width: 80px;
}
.alpha_logo img {
	width: 100%;
	vertical-align: top;
}
@media screen and (max-width: 420px) {
	.flex_table {
		flex-direction: column;
		gap: 20px;
	}
}

/*託児室表内のボールド表示とマーカー*/
.nursery_bold {
	font-weight: 800;
	background: linear-gradient(transparent 50%, #FFDE50 50%);
}