.page-title {
	display: inline-block;
	width: 123px;
	margin: 45px 25px 0px 34px;
}
.page-title img {
	display: block;
	position: relative;
	width: 100%;
}
.page-title-sub {
	display: inline-block;
	position: relative;
	bottom: 5px;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1;
	vertical-align: bottom;
}
.page-title-sub .area {
	margin-bottom: 7px;
	font-size: 14px;
}


.midbase {
	text-align: center;
}
.step-list {
	list-style: none;
	padding: 0;
	margin-bottom: 100px;
}
.step-item {
	display: inline-block;
	position: relative;
	width: 250px;
	margin: 0 44px;
}
.step-item .img-box {
	display: block;
	position: relative;
	width: 100%;
}
.step-item .img-box img {
	width: 100%;
}
.step-item .img-box::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	top: 120px;
	right: -54px;
	border-style: solid;
	border-width: 15px 0 15px 14px;
	border-color: transparent transparent transparent #fff;
}
.step-item:last-of-type .img-box::after {
	display: none;
}
.step-item .text {
	font-weight: 500;
	font-size: 15px;
	line-height: 1.533;
}

@media only screen and (max-width: 640px) {
	.step-item .img-box::after {
		display: none;
	}
	.step-item::after {
		content: '';
		display: inline-block;
		width: 0;
		height: 0;
		margin: 48px 0;
		border-style: solid;
		border-width: 14px 15px 0 15px;
		border-color: #fff transparent transparent transparent;
	}
	.step-item:last-of-type::after {
		display: none;
	}
}

.apply-btn {
	display: inline-block;
	width: 630px;
	height: 66px;
	padding: 20px;
	border-radius: 33px;
	box-sizing: border-box;
	background: #fff;
	color: #c01734;
	font-weight: 700;
	font-size: 17px;
	letter-spacing: 0.1em;
	line-height: 1.411;
	transition: opacity 0.3s;
	text-decoration: none;
}
.apply-btn:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 640px) {
	.apply-btn {
		width: 343px;
		height: 84px;
		border-radius: 42px;
	}
}


/* #region #midbase01 ------------------------ */
/* 取り扱い店舗 */
#midbase01 {
	padding-top: 88px;
	padding-bottom: 120px;
}
#midbase01 .header-box {
	margin-bottom: 60px;
}
#midbase01 .header-box .icon {
	width: 133px;
	height: 132px;
	margin-bottom: 30px;
}
#midbase01 .header-box .title {
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.05em;
}
#midbase01 .area-select-block {
	margin-bottom: 80px;
}
#midbase01 .area-select-block select {
	padding: 5px 10px;
}
#midbase01 .shop-list {
	padding: 0;
	padding-bottom: 30px;
	list-style: none;
	text-align: left;
}
#midbase01 .shop-item {
	display: inline-block;
	width: 260px;
	margin: 0 38px;
	margin-bottom: 60px;
	vertical-align: top;
}

#midbase01 .shop-item .img-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#midbase01 .shop-item .img-box::before {
	content: '';
	display: block;
	padding-top: 58%;
}
#midbase01 .shop-item .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
#midbase01 .shop-item .info {
	font-weight: 300;
	font-size: 14px;
	line-height: 1.4;
}
#midbase01 .shop-item .title {
	margin-bottom: 15px;
	font-weight: 400;
	font-size: 17px;
	line-height: 1;
	letter-spacing: 0.05em;
}
#midbase01 .shop-item .map-btn {
	display: block;
	margin-top: 20px;
	padding: 11px;
	box-sizing: border-box;
	background: #c01734;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	text-decoration: none;
	transition: opacity 0.3s;
}
#midbase01 .shop-item .map-btn:hover {
	opacity: 0.7;
}
#midbase01 .no-shop-text {
	margin-bottom: 120px;
	font-size: 16px;
}

#midbase01 .other-shops {
	margin: 0 38px;
	font-weight: 300;
	text-align: left;
}
#midbase01 .other-shops .title {
	margin-bottom: 5px;
	font-size: 15px;
	letter-spacing: 0.05em;
}
#midbase01 .other-shops .other-shop-list {
	padding: 30px 20px;
	background: #f7f8f8;
	border: 1px solid rgba(62, 58, 67, 0.25);
	border-left: none;
	border-right: none;
	font-size: 14px;
}
@media only screen and (max-width: 640px) {
	#midbase01 .shop-item {
		display: flex;
		align-items: flex-start;
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 0 25px;
		margin-bottom: 40px;
	}
	#midbase01 .shop-item .img-box {
		display: inline-block;
		margin: 0;
		margin-right: 18px;
	}
	#midbase01 .shop-item .img-box::before {
		padding-top: 78%;
	}
	#midbase01 .shop-item .info {
		display: inline-block;
		flex: 0 0 240px;
		margin-top: 5px;
	}
	#midbase01 .other-shops {
		margin: 0 25px;
	}
}

/* #endregion -------------------------------- */


/* お得に導入しませんか */
#midbase02 {
	padding-top: 135px;
	padding-bottom: 100px;
	background: #c01734;
	color: #fff;
}

#midbase02 .header-box {
	margin-bottom: 110px;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	line-height: 1.65;
}
#midbase02 .header-box .title {
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2;
}
#midbase02 .step-item .img-box {
	margin-bottom: 25px;
}
#midbase02 .step-item .num {
	margin-bottom: 25px;
	color: #fff096;
	font-weight: 500;
	font-size: 21px;
	letter-spacing: 0.1em;
	line-height: 1;
}
@media only screen and (max-width: 640px) {
	#midbase02 .header-box {
		margin-bottom: 80px;
	}
}

/* 導入の流れ */
#midbase03 {
	padding-top: 150px;
	padding-bottom: 165px;
	background: #FFF096;
}

#midbase03 .header-box {
	position: relative;
	margin-bottom: 110px;
	font-weight: 500;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 1.65;
}
#midbase03 .header-box .title {
	margin-bottom: 35px;
	color: #c01734;
	font-weight: 700;
	font-size: 45px;
	line-height: 1.2;
}
#midbase03 .header-box .badge {
	display: block;
	position: absolute;
	right: 40px;
	bottom: -10px;
	width: 148px;
	height: 148px;
	padding-top: 23px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #c01734;
	color: #fff;
	font-weight: 700;
	font-size: 29px;
	letter-spacing: 0;
	line-height: 1.172;
}

#midbase03 .step-item .num {
	position: relative;
	margin-bottom: -15px;
	color: #c01734;
	font-weight: 500;
	font-size: 26px;
	letter-spacing: 0.1em;
	z-index: 2;
}
#midbase03 .step-item .img-box {
	margin-bottom: 20px;
}
#midbase03 .step-item .img-box::after {
	border-color: transparent transparent transparent #C01734;
}
#midbase03 .apply-btn {
	background: #C01734;
	color: #fff;
}
@media only screen and (max-width: 640px) {
	#midbase03 .header-box .badge {
		position: relative;
		right: 0;
		bottom: 0;
		width: 186px;
		height: 186px;
		padding-top: 30px;
		margin: auto;
		margin-top: 55px;
		font-size: 36px;
		line-height: 1.166;

	}
	#midbase03 .header-box {
		margin-bottom: 55px;
	}
	#midbase03 .step-item::after {
		border-color: #C01734 transparent transparent transparent;
	}
}