@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/



/*------------------------------
.u-〇〇 …… 下層ページ固有のclass名

lower.cssにあるclass名と被らないよう
接頭文字として "u-" を付けてます。
uniqueの略。
------------------------------*/




/*-------------------------------
ページタイトル
-------------------------------*/
.page-title {
	background-image: url(img/page_icon.png);
}

/*================================
共通パーツ
================================*/

/*タイトル*/
/*-----------------------------*/
.u-title01 {
	padding: 0.6rem 1rem;
	background: #cce198;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.4;
}
.u-title02 {
	padding: 0 1rem;
	font-size: 2.4rem;
	text-align: center;
	line-height: 1.7;
	color: #fff;
}
.u-title02.-type01 {
	background: #6eb92b;
}
.u-title02.-type02 {
	background: #448aca;
}

/*テキスト*/
/*-----------------------------*/
.u-text01 {
	font-size: 3.4rem;
	text-align: center;
	line-height: 1.4;
	color: var(--theme-color01);
}
.u-text02 {
	font-size: 2.2rem;
	text-align: center;
	line-height: 1.4;
}

/*フレーム*/
/*-----------------------------*/
.u-frame-01 {
	padding: 2rem;
	background: #fff;
	border: 1px solid #cce198;
}

/*================================
予防接種の費用について
================================*/
.u-tbl01 {
	background: #fff;
	border-bottom: 1px solid #333;
}
.u-tbl01_thead {}
.u-tbl01_tbody {}
.u-tbl01_tbody tr:nth-child(even) {
	background: #e5e5e5;
}
.u-tbl01_th01 {
	padding: 0.6rem 2rem;
	font-size: 2rem;
	text-align: center;
	line-height: 1.4;
	color: #fff;
}
.u-tbl01_th01.-bg01 {
	width: 44%;
	background: #267234;
	border-left: 1px solid #267234;
	border-right: 1px solid #fff;
}
.u-tbl01_th01.-bg02 {
	width: 16%;
	background: #6eb92b;
	border-right: 1px solid #fff;
}
.u-tbl01_th01.-bg03 {
	width: 40%;
	background: #448aca;
}
.u-tbl01_th02 {
	padding: 0.6rem 2rem;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	font-size: 2rem;
	text-align: left;
	line-height: 1.4;
}
.u-tbl01_td01,
.u-tbl01_td02 {
	padding: 0.6rem 2rem;
	border-right: 1px solid #333;
	font-size: 2rem;
	text-align: left;
	line-height: 1.4;
}
.u-tbl01_td01 {
	text-align: center;
	vertical-align: middle;
}
.u-tbl01_td02 {
	text-align: right;
}


/*================================
TABLET横 1080px～0px
================================*/
@media screen and (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {

	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-title01 {}
	.u-title02 {}

	/*テキスト*/
	/*-----------------------------*/
	.u-text01 {}
	.u-text02 {}

	/*フレーム*/
	/*-----------------------------*/
	.u-frame-01 {}

	/*================================
	予防接種の費用について
	================================*/
	.u-tbl01 {}
	.u-tbl01_thead {}
	.u-tbl01_tbody {}
	.u-tbl01_tbody tr:nth-child(even) {}
	.u-tbl01_th01 {}
	.u-tbl01_th01.-bg01 {}
	.u-tbl01_th01.-bg02 {}
	.u-tbl01_th01.-bg03 {}
	.u-tbl01_th02 {}
	.u-tbl01_td01 {}
	.u-tbl01_td02 {}

	
	
}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px) {

	/*================================
	共通パーツ
	================================*/

	/*タイトル*/
	/*-----------------------------*/
	.u-title01 {
		font-size: 2.2rem;
	}
	.u-title02 {}

	/*テキスト*/
	/*-----------------------------*/
	.u-text01 {
		font-size: 2.4rem;
	}
	.u-text02 {
		font-size: 2rem;
	}

	/*フレーム*/
	/*-----------------------------*/
	.u-frame-01 {}

	/*================================
	予防接種の費用について
	================================*/
	.u-tbl01 {
		width: 800px;
	}
	.u-tbl01_thead {}
	.u-tbl01_tbody {}
	.u-tbl01_tbody tr:nth-child(even) {}
	.u-tbl01_th01 {}
	.u-tbl01_th01.-bg01 {}
	.u-tbl01_th01.-bg02 {}
	.u-tbl01_th01.-bg03 {}
	.u-tbl01_th02 {}
	.u-tbl01_td01 {}
	.u-tbl01_td02 {}


}

















