@charset "UTF-8";

/* SALES & REPAIR用CSS */

@import "../_common/_css/basestyle.css"; /* サイト共通スタイル取り込み */
/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
#repair
{
	margin-top: -100px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 130px; /* 打ち消し用のパディング */
}

#sale img
{
	margin: 0 10px 20px;
	width: 940px;
	height: auto;
}

#custom-repair img
{
	float: right;
	margin: 0 10px 20px 20px;
	width: 300px;
	height: auto;
}

.flow-list
{
	padding-left: 10px;
}

.flow-list li.first
{
	float:left;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 188px;
	height: 220px;
	color: #fff;
	text-align: center;
	background: #00233A;
	margin-right: 20px;
	border: 1px solid #00233A;
	z-index: 0;
}

.flow-list li.first::after
{
	content: "";
	position: absolute;
	top: 50%; right: -20px;
	margin-top: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #00233A;
	z-index: -1;
}

.flow-list li.middle
{
	float:left;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 188px;
	height: 220px;
	color: #00233A;
	text-align: center;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #00233A;
	z-index: 0;
}

.flow-list li.middle::before
{
	content: "";
	position: absolute;
	top: 50%; right: -19px;
	margin-top: -19px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 19px 0 19px 19px;
	border-color: transparent transparent transparent #fff;
	z-index: 0;
}

.flow-list li.middle::after
{
	content: "";
	position: absolute;
	top: 50%; right: -20px;
	margin-top: -20px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #00233A;
	z-index: -1;
}

.flow-list li.end
{
	float:left;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: 188px;
	height: 220px;
	color: #00233A;
	text-align: center;
	background: #fff;
	border: 1px solid #00233A;
	z-index: 0;
}

.flow-list li h4
{
	font-size: 1.3rem;
	margin-top: 40px;
	margin-bottom: 1.3em;
}

.flow-list li p
{
	width: 170px;
	text-align: center;
}

div.content ul
{
	margin-left: 0;
	margin-right: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

li.item-box
{
	float: left;
	width: 300px;
	margin: 0 10px 20px;
}

li.item-box img
{
	width: 300px;
	height: auto;
	margin-bottom: 5px;
}

li.item-box h4
{
	font-size: 140%;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

li.item-box p
{
}

li.item-box li
{
	font-size: 140%;
}

table.price
{
	width: 940px;
	border: 1px solid #00233A;
	margin-left: 10px;
	margin-bottom: 1em;
	font-size: 140%;
}

table.price th.header
{
	width: 33%;
	border-right: 1px solid #fff;
	background-color: #00233A;
	color: #fff;
}

table.price th.header-right
{
	border-right: 1px solid #00233A;
}

table.price th
,table.price td
{
	padding: 1rem 2rem;
	text-align: center;
}

table.price th
{
	border-right: 1px solid #00233A;
	border-bottom: 1px solid #00233A;
}

table.price td
{
	border-right: 1px solid #00233A;
	border-bottom: 1px solid #00233A;
}

dl
{
	font-size: 140%;
}

dl dt
{
	margin-bottom: 0.5em;
}

dl dd
{
	margin-bottom: 1em;
}

dl dt::before
{
	content: "Q. ";
	font-size: 110%;
}

dl dd::before
{
	content: "A. ";
	font-size: 110%;
}


@media screen and (max-width: 640px) {

	#repair
	{
		margin-top: -106px; /* 固定ナビの高さ分のネガティブマージン */
		padding-top: 136px; /* 打ち消し用のパディング */
	}

	#sale img
	,#custom-repair img
	{
		float: none;
		margin: 0.5rem 2% 1em;
		width: 96%;
		height: auto;
	}


	.flow-list
	{
		width: 96%;
		margin-left: 2%;
	}

	.flow-list li.first
	{
		float: none;
		font-weight: normal;
		position: relative;
		display: inline-block;
		padding: 0 15px;
		width: 100%;
		height: auto;
		color: #fff;
		text-align: center;
		background: #00233A;
		margin-right: 0;
		margin-bottom: 20px;
		border: 2px solid #00233A;
		z-index: 0;
	}

	.flow-list li.first::after
	{
		content: "";
		position: absolute;
		top: 100%;
		right: auto;
		margin-top: 0;
		bottom: -20px; left: 50%;
		margin-left: -20px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #00233A transparent transparent transparent;
		z-index: -1;
	}

	.flow-list li.middle
	{
		float: none;
		font-weight: normal;
		position: relative;
		display: inline-block;
		padding: 0 15px;
		width: 100%;
		height: auto;
		color: #00233A;
		text-align: center;
		background: #fff;
		margin-right: 0;
		margin-bottom: 22px;
		border: 1px solid #00233A;
		z-index: 0;
	}

	.flow-list li.middle::before
	{
		content: "";
		position: absolute;
		top: 100%;
		right: auto;
		margin-top: 0;
		bottom: -18px!important;
	 left: 50%;
		margin-left: -19px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 19px 19px 0 19px;
		border-color: #fff transparent transparent transparent;
		z-index: 0;
	}

	.flow-list li.middle::after
	{
		content: "";
		position: absolute;
		top: 100%;
		right: auto;
		margin-top: 0;
		bottom: -22px; left: 50%;
		margin-left: -20px;
		display: block;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 20px 20px 0 20px;
		border-color: #00233A transparent transparent transparent;
		z-index: -1;
	}

	.flow-list li.end
	{
		float: none;
		font-weight: normal;
		position: relative;
		display: inline-block;
		padding: 0 15px;
		width: 100%;
		height: auto;
		color: #00233A;
		text-align: center;
		background: #fff;
		border: 2px solid #00233A;
		z-index: 0;
		margin-bottom: 40px;
	}

	.flow-list li h4
	{
		font-weight: bold;
		font-size: 120%;
		margin-top: 0.8em;
		margin-bottom: 1.3em;
	}

	.flow-list li p
	{
		width: auto;
		text-align: center;
		font-size: 100%;
	}



	li.item-box
	{
		float: none;
		width: 96%;
		margin: 0 2% 0.5em;
	}

	li.item-box img
	{
		width: 100%;
		height: auto;
		margin-bottom: 5px;
	}

	li.item-box h4
	{
		font-size: 100%;
		font-weight: bold;
		margin-left: 1%;
		margin-right: 1%;
	}

	li.item-box p
	{
		font-size: 100%;
	}

	table.price
	{
		width: 98%;
		margin-left: 1%;
		font-size: 240%;
	}

	table.price th.title { width: 30%!important; }
	table.price th.detail { width: 43%!important; }
	table.price th.cost { width: 26%!important; }

	table.price th
	,table.price td
	{
		padding: 0.5rem 0;
		word-break: break-all;
	}

}


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