@charset "utf-8";
/*==================================================================================================

基本設定（768px以下）

==================================================================================================*/

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

サイト全体枠

########################################################################################*/
main#main {
	padding: 16px 24px;
}

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

ヘッダー

########################################################################################*/
/*-----------------------------------------------------------------------------
■┓ヘッダー全体枠
┗┛
-----------------------------------------------------------------------------*/
header {
	width: 100%;
}

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

ログインページスタイル

########################################################################################*/
#main h3.sub_tit {
	margin: 0 auto 20px;
	padding: 0 0 20px;
}

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

コンテンツ

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


/*----------------------------
テーブルスタイル
----------------------------------------------------------*/
table.sp_change_lengthway.sp_width_max {
	display: block;
}
table.sp_change_lengthway.sp_tbl_center {
	margin-right: auto;
	margin-left: auto;
}
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;
	width: 100%;
}
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;
}

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

■┓ログインボックス
┗┛
-----------------------------------------------------------------------------*/
.login_wrap {
	/*margin: 0 auto 64px;*/
	margin: 12px auto;
	width: 100%;
}

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

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

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

フッター

########################################################################################*/
footer {
	width: 100%;
	margin: 0 auto;
}
#footer .footer_nav .knp_contact_wrap {
	flex-direction: column;
	padding-right: 24px;
	padding-left: 24px;
	width: 100%;
}
.knp_contact_wrap > .right_container {
	margin-top: 4px;
}
.contact_method .email {
	margin-bottom: 4px;
}

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

汎用クラス

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

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

■┓ログアウト
┗┛
-----------------------------------------------------------------------------*/
.logout_wrap {
	width: 100%;
}
