@charset "UTF-8";
/*---------------------------------------------------------------------------
サービス内容
---------------------------------------------------------------------------*/
/* 電話番号 */
@media screen and (max-width:767px) { /*SP*/
	.service_title_set{
		font-size: 20px;
		font-weight: bold;
		color: #003399;
		position: relative;
		line-height: 1.2;
		margin: 40px 0 20px;
		padding: .6em 1em .6em 1em;
		border-top: 1px solid #003399;
		border-bottom: 1px solid #003399;
		font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
	}
	.service_title_set::after {
		position: absolute;
		top: 0.8em;
		left: 0;
		content: '';
		width: 7px;
		height: -webkit-calc(100% - 1.5em);
		height: calc(100% - 1.5em);
		background-color: #003399;
	}
	.service_title_tel{
		margin: 10px 0 0;
		color: #003399;
		display: flex;
		gap: 5px;
		align-items: flex-end;
	}
	.service_title_tel::before{
		content: '';
		width: 24px;
		height: 24px;
		background-image: url(../service/image/icon_tel.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.service_title_tel:hover{
		color: #003399;
	}
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.service_title_set{
		font-size: 20px;
		font-weight: bold;
		color: #003399;
		position: relative;
		line-height: 1.2;
		margin: 40px 0 20px;
		padding: .6em 1em .6em 1em;
		border-top: 1px solid #003399;
		border-bottom: 1px solid #003399;
		font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
		display: flex;
		justify-content: space-between;
		gap: 10px;
	}
	.service_title_set::after {
		position: absolute;
		top: 0.8em;
		left: 0;
		content: '';
		width: 7px;
		height: -webkit-calc(100% - 1.5em);
		height: calc(100% - 1.5em);
		background-color: #003399;
	}
	.service_title_tel{
		color: #003399;
		display: flex;
		gap: 5px;
		align-items: flex-end;
	}
	.service_title_tel::before{
		content: '';
		width: 24px;
		height: 24px;
		background-image: url(../service/image/icon_tel.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
	.service_title_tel:hover{
		color: #003399;
		opacity: 0.8;
	}
}

/*---------------------------------------------------------------------------
ファミリーサポートセンター - サービス内容
---------------------------------------------------------------------------*/
/* 会員説明 */
@media screen and (max-width:767px) { /*SP*/
	.famisupo_member_set{
		width: 100%;
	}
	.famisupo_member_set.svKsdt_member01,
	.famisupo_member_set.svKsdt_member02{
		float: none;
	}
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.famisupo_member_set{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.famisupo_member_set.svKsdt_member01,
	.famisupo_member_set.svKsdt_member02{
		float: none;
	}
}

/* 利用料金 */
@media screen and (max-width:767px) { /*SP*/
	.famisupo_price_set{
		width: 100%;
	}
	.famisupo_price_table{
		width: 100%;
		border: 1px solid #f18baf;
		table-layout: fixed;
	}
	.famisupo_price_table th,
	.famisupo_price_table td{
		text-align: center;
		padding: 5px;
		border: 1px solid #f18baf;
	}
	.famisupo_price_table thead th{
		font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
		font-size: 18px;
		background-color: #f3d0de;
	}
	.famisupo_price_table tbody th{
		background-color: #fef3f6;
		font-weight: normal;
	}
	.famisupo_price_table tbody td{
		font-weight: bold;
		font-size: 18px;
	}
	.famisupo_price_table span{
		display: block;
		font-size: 12px;
		font-weight: normal;
	}
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.famisupo_price_set{
		width: 100%;
	}
	.famisupo_price_table{
		width: 100%;
		border: 1px solid #f18baf;
		table-layout: fixed;
	}
	.famisupo_price_table th,
	.famisupo_price_table td{
		text-align: center;
		padding: 10px;
		border: 1px solid #f18baf;
	}
	.famisupo_price_table thead th{
		font-family: "ヒラギノ丸ゴ Pro W4", "Hiragino maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "Verdana", "Osaka", sans-serif;
		font-size: 20px;
		background-color: #f3d0de;
	}
	.famisupo_price_table tbody th{
		background-color: #fef3f6;
		font-weight: normal;
	}
	.famisupo_price_table tbody td{
		font-weight: bold;
		font-size: 20px;
	}
	.famisupo_price_table span{
		display: block;
		font-size: 12px;
		font-weight: normal;
	}
}

/* 活動の流れ */
@media screen and (max-width:767px) { /*SP*/
	.famisupo_info_set{
		width: 100%;
		margin: 2dvh 0 0;
		display: grid;
		gap: 20px;
	}
	.famisupo_info_inner{
		padding: 0 0 0 1rem;
	}
	.famisupo_info_list{
		width: 100%;
		display: grid;
		grid-template-columns: 80px 1fr;
	}
}
@media screen and (min-width:768px) , print { /*PC&TB*/
	.famisupo_info_set{
		width: 100%;
		margin: 30px 0 0;
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 60px;
	}
	.famisupo_info_inner{
		padding: 0 0 0 1rem;
	}
	.famisupo_info_list{
		width: 100%;
		display: grid;
		grid-template-columns: 80px 1fr;
	}
}