@charset "UTF-8";

/*================================================
 *  人間ドック・健康診断/ 多治見市健診用
 ================================================*/

section#citymc_area {
	margin-top: 40px;
}
/*section#citymc_area .tajimi_table {
	width: 100%;
	border-top: 1px solid #b0b0b0;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
}
section#citymc_area .tajimi_table thead th {
	background: #784614;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	padding: 0.5em 0;
}
section#citymc_area .tajimi_table thead th:nth-of-type(n+2) {
	border-left: 1px solid #b0b0b0;
}
section#citymc_area .tajimi_table tbody th,
section#citymc_area .tajimi_table tbody td {
	font-size: 15px;
	padding: 1em 0 0.9em;
	line-height: 1.5;
	text-align: center;
}
section#citymc_area .tajimi_table tbody th {
	background: #f5f3e9;
	border-bottom: 1px solid #b0b0b0;
}
section#citymc_area .tajimi_table tbody th:nth-of-type(n+2) {
	border-left: 1px solid #b0b0b0;
}
section#citymc_area .tajimi_table tbody td {
	border-bottom: 1px solid #b0b0b0;
	border-left: 1px solid #b0b0b0;
}*/



/*ボタン*/
section#citymc_area .btn_web {
	border-radius: 0.25em;
	display: block;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	padding: 0.81em 0;
	width: 320px;
	margin: 30px auto 0;
}
section#citymc_area .btn_web + p {
	margin-top: 70px;
}



/*******多治見市検診バナー*******/
section .bnr_citymc {
	margin-bottom: 50px;
}
section .bnr_citymc img {
	margin: 0 auto;
}






/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {



section#citymc_area {
	margin-top: 8vw;
}
/*section#citymc_area .tajimi_table thead th {
	font-size: 3.4vw;
	padding: 0.5em 0;
	text-align: center;
}
section#citymc_area .tajimi_table thead th:first-of-type {
	width: 24vw;
}
section#citymc_area .tajimi_table tbody th,
section#citymc_area .tajimi_table tbody td {
	font-size: 3.6vw;
}*/


/*ボタン*/
section#citymc_area .btn_web {
	width: 65vw;
	margin: 5vw auto 0;
}
section#citymc_area .btn_web + p {
	margin-top: 10vw;
}



/*******多治見市検診バナー*******/
section .bnr_citymc {
	margin-bottom: 7vw;
}


}