@charset "utf-8";
/*------------------------------------------------------------
	sale
------------------------------------------------------------*/
.pageTitle {
	background-image: url("../img/sale/page_title_bg.jpg");
}
#main .flow .cTxt {
	margin-bottom: 63px;
	text-align: center;
	line-height: 1.75;
}
#main .flow {
	margin-bottom: 140px;
}
#main .flow .flowList {
	margin-right: -40px;
	margin-bottom: 80px;
}
#main .flow .flowList li {
	box-sizing: border-box;
	padding-right: 40px;
	width: 12.5%;
	background: url("../img/sale/arrow01.png") no-repeat center right 10px;
	background-size: 20px auto;
}
#main .flow .flowList li:nth-child(2) {
	background-image: url("../img/sale/arrow02.png");
}
#main .flow .flowList li:nth-child(3) {
	background-image: url("../img/sale/arrow03.png");
}
#main .flow .flowList li:nth-child(4) {
	background-image: url("../img/sale/arrow04.png");
}
#main .flow .flowList li:nth-child(5) {
	background-image: url("../img/sale/arrow05.png");
}
#main .flow .flowList li:nth-child(6) {
	background-image: url("../img/sale/arrow06.png");
}
#main .flow .flowList li:nth-child(7) {
	background-image: url("../img/sale/arrow07.png");
}
#main .flow .flowList li:nth-child(8) {
	background: none;
}
#main .flow .flowList li a {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 13px 10px 16px;
	display: block;
	color: #FFF;
	text-align: center;
	background: url("../img/sale/bg01.png") no-repeat center center;
	background-size: cover;
}
#main .flow .flowList li:nth-child(2) a {
	background-image: url("../img/sale/bg02.png");
}
#main .flow .flowList li:nth-child(3) a {
	background-image: url("../img/sale/bg03.png");
}
#main .flow .flowList li:nth-child(4) a {
	background-image: url("../img/sale/bg04.png");
}
#main .flow .flowList li:nth-child(5) a {
	background-image: url("../img/sale/bg05.png");
}
#main .flow .flowList li:nth-child(6) a {
	background-image: url("../img/sale/bg06.png");
}
#main .flow .flowList li:nth-child(7) a {
	background-image: url("../img/sale/bg07.png");
}
#main .flow .flowList li:nth-child(8) a {
	background-image: url("../img/sale/bg08.png");
}
#main .flow .flowList li a:hover {
	opacity: 0.7;
}
#main .flow .flowList li a .num {
	display: block;
	color: rgba(255, 255, 255, 0.5);
	font-size: 4.8rem;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	line-height: 1.4;
}
#main .flow .flowList li a .txt {
	display: block;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
#main .flow .flowList li a .txt span {
	display: inline-block;
	-webkit-writing-mode: horizontal-tb;
	-webkit-writing-mode: vertical-rl;
	-webkit-writing-mode: tb-rl;
	writing-mode: horizontal-tb;
	writing-mode: vertical-rl;
	writing-mode: tb-rl;
}
#main .flow .stepBox {
	margin-bottom: 60px;
	padding: 19px 0;
	position: relative;
	border: 1px solid #0074C1;
}
#main .flow .stepBox:before {
	margin-left: -20px;
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -41px;
	background: url("../img/sale/arrow08.png") no-repeat center top;
	background-size: 100% auto;
	content: '';
}
#main .flow .stepBox .num {
	box-sizing: border-box;
	padding: 22px 10px;
	width: 140px;
	text-align: center;
	color: #0074C1;
	font-size: 3.2rem;
	font-family: 'Bebas Neue', cursive;
	font-weight: 400;
	line-height: 1;
	border-right: 1px solid #0074C1;
}
#main .flow .stepBox02 {
	border-color: #0084C1;
}
#main .flow .stepBox02:before {
	background-image: url("../img/sale/arrow09.png");
}
#main .flow .stepBox02 .num {
	color: #0084C1;
	border-color: #0084C1;
}
#main .flow .stepBox03 {
	border-color: #0091C1;
}
#main .flow .stepBox03:before {
	background-image: url("../img/sale/arrow10.png");
}
#main .flow .stepBox03 .num {
	color: #0091C1;
	border-color: #0091C1;
}
#main .flow .stepBox04 {
	border-color: #009EC1;
}
#main .flow .stepBox04:before {
	background-image: url("../img/sale/arrow11.png");
}
#main .flow .stepBox04 .num {
	color: #009EC1;
	border-color: #009EC1;
}
#main .flow .stepBox05 {
	border-color: #00AAC1;
}
#main .flow .stepBox05:before {
	background-image: url("../img/sale/arrow12.png");
}
#main .flow .stepBox05 .num {
	color: #00AAC1;
	border-color: #00AAC1;
}
#main .flow .stepBox06 {
	border-color: #00B7C1;
}
#main .flow .stepBox06:before {
	background-image: url("../img/sale/arrow13.png");
}
#main .flow .stepBox06 .num {
	color: #00B7C1;
	border-color: #00B7C1;
}
#main .flow .stepBox07 {
	border-color: #00C1BE;
}
#main .flow .stepBox07:before {
	background-image: url("../img/sale/arrow14.png");
}
#main .flow .stepBox07 .num {
	color: #00C1BE;
	border-color: #00C1BE;
}
#main .flow .stepBox08 {
	margin-bottom: 0;
	border-color: #00C1B1;
}
#main .flow .stepBox08:before {
	background: none;
}
#main .flow .stepBox08 .num {
	color: #00C1B1;
	border-color: #00C1B1;
}
#main .flow .stepBox .num span {
	margin-top: -1px;
	display: block;
	font-size: 7.2rem;
}
#main .flow .stepBox .innerBox {
	box-sizing: border-box;
	padding: 12px 39px 25px;
	width: calc(100% - 140px);
}
#main .flow .stepBox .innerBox h4 {
	margin-bottom: 19px;
	font-weight: 700;
	font-size: 2.8rem;
}
#main .flow .stepBox .innerBox h5 {
	color: #0091C1;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.8;
}
#main .flow .stepBox .innerBox p {
	margin-bottom: 18px;
	line-height: 1.75;
}
#main .flow .stepBox .innerBox .ttl {
	margin-bottom: 0;
	font-weight: 700;
}
#main .flow .stepBox .innerBox p:last-of-type {
	margin-bottom: 0;
}
#main .flow .stepBox .innerBox .imgBox .textBox {
	width: 65%;
}
#main .flow .stepBox .innerBox .imgBox .photoBox {
	margin-top: 8px;
	width: 33.4%;
}
#main .flow .stepBox .innerBox .txtList {
	margin-bottom: 18px;
}
#main .flow .stepBox .innerBox .txtList li {
	padding-left: 16px;
	position: relative;
	line-height: 1.75;
}
#main .flow .stepBox .innerBox .txtList li:before {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 8px;
	background: #00AAC1;
	border-radius: 100%;
	content: '';
}
#main .flow .stepBox05 .innerBox .imgBox .textBox {
	width: 60%;
}
#main .flow .stepBox05 .innerBox .imgBox .photoBox {
	width: 36.7%;
}
#main .flow .stepBox07 .innerBox .imgBox .textBox {
	width: 75%;
}
#main .flow .stepBox07 .innerBox .imgBox .photoBox {
	width: 22%;
}
#main .flow .stepBox08 .innerBox .imgBox .textBox {
	width: 60%;
}
#main .flow .stepBox08 .innerBox .imgBox .photoBox {
	margin-top: 140px;
	margin-left: -0.6%;
	width: 40.6%;
}
#main .flow .stepBox07 .innerBox .txtList li:before {
	background-color: #00C1BE;
}
#main .flow .stepBox08 .innerBox .txtList li:before {
	background-color: #00C1B1;
}
@media all and (max-width: 896px) {
	#main .flow .cTxt {
		margin-bottom: 32px;
	}
	#main .flow {
		margin-bottom: 40px;
	}
	#main .flow .flowList {
		margin: 0 auto 30px;
		max-width: 450px;
		display: block;
	}
	#main .flow .flowList li {
		padding: 0 0 30px;
		width: auto;
		background: url("../img/sale/arrow08.png") no-repeat center bottom 10px;
		background-size: 20px auto;
	}
	#main .flow .flowList li:nth-child(2) {
		background-image: url("../img/sale/arrow09.png");
	}
	#main .flow .flowList li:nth-child(3) {
		background-image: url("../img/sale/arrow10.png");
	}
	#main .flow .flowList li:nth-child(4) {
		background-image: url("../img/sale/arrow11.png");
	}
	#main .flow .flowList li:nth-child(5) {
		background-image: url("../img/sale/arrow12.png");
	}
	#main .flow .flowList li:nth-child(6) {
		background-image: url("../img/sale/arrow13.png");
	}
	#main .flow .flowList li:nth-child(7) {
		background-image: url("../img/sale/arrow14.png");
	}
	#main .flow .flowList li:nth-child(8) {
		padding: 0;
		background: none;
	}
	#main .flow .flowList li a {
		padding: 10px;
		display: flex;
		align-items: center;
	}
	#main .flow .flowList li a .num {
		padding-top: 4px;
		width: 40px;
		font-size: 3rem;
		text-align: center;
		line-height: 1;
	}
	#main .flow .flowList li a .txt {
		width: calc(100% -40px);
		font-size: 1.6rem;
	}
	#main .flow .flowList li a .txt span {
		-webkit-writing-mode: vertical-lr;
		-webkit-writing-mode: horizontal-tb;
		-webkit-writing-mode: tb-lr;
		writing-mode: vertical-lr;
		writing-mode: horizontal-tb;
		writing-mode: tb-lr;
	}
	#main .flow .stepBox {
		margin-bottom: 30px;
		padding: 0 15px;
		display: block;
	}
	#main .flow .stepBox:before {
		margin-left: -10px;
		width: 20px;
		height: 10px;
		bottom: -20px;
	}
	#main .flow .stepBox .num {
		padding: 10px;
		width: auto;
		font-size: 2rem;
		border-right: none;
		border-bottom: 1px solid #0074C1;
	}
	#main .flow .stepBox .num span {
		margin: 0 0 0 10px;
		display: inline-block;
		font-size: 3rem;
	}
	#main .flow .stepBox .innerBox {
		padding: 15px 10px;
		width: auto;
	}
	#main .flow .stepBox .innerBox h4 {
		margin-bottom: 5px;
		font-size: 2rem;
	}
	#main .flow .stepBox .innerBox h5 {
		font-size: 1.8rem;
	}
	#main .flow .stepBox .innerBox p {
		margin-bottom: 10px;
	}
	#main .flow .stepBox .innerBox .ttl {
		margin-bottom: 0;
	}
	#main .flow .stepBox .innerBox p:last-of-type {
		margin-bottom: 0;
	}
	#main .flow .stepBox .innerBox .imgBox {
		display: block;
	}
	#main .flow .stepBox .innerBox .imgBox .textBox {
		width: auto;
	}
	#main .flow .stepBox .innerBox .imgBox .photoBox {
		margin: 10px auto 0;
		width: auto;
		text-align: center;
	}
	#main .flow .stepBox .innerBox .txtList {
		margin-bottom: 10px;
	}
	#main .flow .stepBox .innerBox .txtList li {
		padding-left: 13px;
	}
	#main .flow .stepBox .innerBox .txtList li:before {
		width: 12px;
		height: 12px;
		top: 7px;
	}
	#main .flow .stepBox05 .innerBox .imgBox .textBox {
		width: auto;
	}
	#main .flow .stepBox05 .innerBox .imgBox .photoBox {
		width: auto;
	}
	#main .flow .stepBox07 .innerBox .imgBox .textBox {
		width: auto;
	}
	#main .flow .stepBox07 .innerBox .imgBox .photoBox {
		width: 70%;
	}
	#main .flow .stepBox08 .innerBox .imgBox .textBox {
		width: auto;
	}
	#main .flow .stepBox08 .innerBox .imgBox .photoBox {
		margin-top: 10px;
		margin-left: 0;
		width: auto;
	}
}