@charset "utf-8";
/*-------------------
共通class
--------------------------------------------------*/
@import url('https://secure.apap.jp/vc/base/usr/docs/css/common_pad.css');
img {
	height: auto;
	max-width: 100%;
}
/*########################################################################################

ヘッダー
header

########################################################################################*/
header {
	width: 100%;
}

/*########################################################################################

コンテンツ

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓共通
┗┛
-----------------------------------------------------------------------------*/
.contents {
	padding: 32px 20px 24px;
	width: 100%;
}
.contents_shrink {
	width: 100%;
}

/*----------------------------
テーブルスタイル
----------------------------------------------------------*/
table.sp_change_lengthway.sp_width_max {
	width: 100%;
}
table.sp_change_lengthway.sp_tbl_center {
	margin-right: auto;
	margin-left: auto;
}
table.sp_change_lengthway,
table.sp_change_lengthway tbody,
table.sp_change_lengthway tbody tr,
table.sp_change_lengthway tbody tr th,
table.sp_change_lengthway tbody tr td {
	display: block;
	text-align: left;
}
table.sp_change_lengthway thead {
	display: none;
}
table.sp_change_lengthway tbody {
	margin-top: 16px;
}
table.sp_change_lengthway tbody:first-of-type {
	margin-top: 0;
}
table.sp_change_lengthway tbody th,
table.sp_change_lengthway tbody td {
	border-bottom: none;
}
table.sp_change_lengthway tbody td.goods_title {
	background: #888;
	color: #fff;
}
table.sp_change_lengthway tbody tr:last-of-type td:last-of-type {
	border-bottom: 1px solid #ccc;
}
/*-----------------------------------------------------------------------------

■┓健診・VCお問い合わせ
┗┛
-----------------------------------------------------------------------------*/
.contact_info .info_wrap .info_contents > div:first-of-type {
	width: 100%
}

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

■┓プライバシーマークなど
┗┛
-----------------------------------------------------------------------------*/
.privacy_mark section img {
	min-width: 75px;
}

/*########################################################################################

フッター

########################################################################################*/
footer {
	margin: 0 auto;
	width: 100%;
}
#footer .footer_nav .knp_contact_wrap {
		flex-direction: column;
	width: 100%;
}
.knp_contact_wrap > .left_container {
	margin-bottom: 0;
	width: 100%;
}
.knp_contact_wrap > .right_container {
	width: 100%;
}
.knp_contact_wrap > .bottom_container {
	margin-top: 1em;
}
