@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) {

}


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

/*------------------------------
託児室のご案内
--------------------------------*/

/*託児室テーブル*/
.nursery_table1 th {
	text-align: center;
	width: 8em;
}
.nursery_table2 th {
	text-align: center;
	width: 11em;
}
@media screen and (max-width: 420px) {
	.nursery_table2 th {
		width: 8em;
	}
}

/*よくある質問*/
.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: 330px;
	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%);
}