@charset "UTF-8";
.section-offset{
	padding-top: 8vw;
}
.right-box,
.left-box{
	width: 60%;
	position: relative;
	margin-top: 2.8vw;
}
.left-box{
	padding-right: 4vw;
}
.right-box{
	width: 40%;
}
h3{
	font-size: 3vw;
	padding-top: 1vw;
	padding-bottom: 3.5vw;
	line-height: 1.8;
}
p{
	font-size: 1.4rem;
	line-height: 1.8;

}
span.time,
span.sub_title{
	color: #B0B0B0;
	font-size: 13px;
	margin-bottom: 5px;
	display: inline-block;
}
span.sub_title{
	top: 0.3vw;
	position: absolute;
}
span.time{
	display: block;
	text-align: left;
}
p.btn-box{
	/*text-align: right;*/
}
.item-box{
	background: #f3f3f3;
	padding: 5vw 0;
	margin-top: 10vw;
}

.img-box{
	width: 30vw;
	height: 30vw;
	text-align: center;
	overflow: hidden;
	box-shadow: 20px 33px 70px 17px #d5d5d5;
	position: relative;
}
.img-box img{
	width: 100%;
}
.swiper-slide{
	position: relative;
	box-sizing: border-box;
	padding: 5vh 2vw;
	height: 500px;
	width: 20%;
}
.swiper-slide a{
width: 100%;
height: 100%;
display: block;
box-shadow: 0 5px 30px -7px rgba(25,25,25,.7);
transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.img-wrap{
	overflow: hidden;
	position: relative;
	width: 100%;
height: calc(100% - 68px);
background: #221f1f;
}
.img-wrap img{
	width: 100%;
	height: auto;
	transition-duration: 0.5s;
}
.swiper-slide a:hover{
	box-shadow: none;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
	border: 1px solid #cfcfcf;
}
.swiper-slide a:hover img{
	transform: scale(1.1);	/*画像の拡大率*/
	opacity: .6;
	transition-duration: 0.5s;	/*変化に掛かる時間*/
}
.swiper-wrapper{
	left: -10%;
}
.introduction{
	background: #fff;
	width: 100%;
	height: 68px;
	box-sizing: border-box;
	position: relative;
}
.introduction p{
	color: #221f1f;
	font-size: 16px;
	line-height: 1.5;
	position: absolute;
	text-decoration: none;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 20px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: 0px;
}

.left-box a{
	padding: 6px 40px 6px 10px;
	background: #ff5b46;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 2vw;
	position: relative;
	overflow: hidden;
	transition: 0.2s linear;
	color: #fff;
}
.left-box a::before{
	position: absolute;
	right: 0.6vw;
	top: 0;
	bottom: 0;
	width: 0.3vw;
	height: 0.3vw;
	border-top: 0.15vw solid #fff;
	border-right: 0.15vw solid #fff;
	transform: rotate(45deg);
	margin: auto;
	content: "";
	z-index: 2;
}
.left-box a:hover{
	opacity: .5;
}
p+p{
	margin-top: 1.8vw;
}

#footer{
	background: #f3f3f3;
}

/* POSレジitem */

.top-col{
	margin-bottom: 40px;
	align-items: center;
}
.background .bg-img-box{
	margin-bottom: 20px;
}
.background img{
	width: 100%;
}

.flow,
.car-flow,
.adminetc,
.deployment{
	margin-bottom: 80px;
}
.flow,
.car-flow{
	margin-top: 80px;
}
.flow h4,
.car-flow h4{
	font-size: 3rem;
	padding: 0 20px 15px;
	line-height: 1.8;
	border-bottom: 2px solid #112136;
	position: relative;
	margin-bottom: 40px;
}
.flow h4::after,
.car-flow h4::after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	background-color: #ff5b46;
	width: 20%;
	height: 2px;
}
.flow h5{
	font-size: 2.2rem;
	background: #172d44;
	color: #fff;
	padding: 20px;
	letter-spacing: 2px;
}
.flow h5 .step,
.car-flow-wrap .step{
	color: #d1b45d;
	font-size: 1.8rem;
	display: inline-block;
	margin-right: 12px;
	letter-spacing: 0;
}
.flow-wrap{
	margin-bottom: 20px;
}
.flow-box,
.car-flow-wrap{
	padding: 20px;
	background-color: #faf9f5;
	position: relative;
}
.flow-box .col-1{
	color: #d1b45d;
	font-size: 10rem;
	width: 12%;
	text-align: center;
	font-family: 'Tahoma',sans-serif;
	font-style: italic;
}
.flow-box .col-2{
	flex: 1;
	margin: 0 20px;
}
.flow-box .col-2 p,
.car-flow-wrap p{
	color: #4d4d4d;
}
.flow-box .col-2 h6,
.car-flow-wrap h5{
	font-size: 2.2rem;
	line-height: initial;
	margin: 20px 0 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.flow-box .col-2 h6 span{
	color: #d1b45d;
	font-family: 'Tahoma',sans-serif;
	font-style: italic;
	font-size: larger;
	margin-right: 5px;
	display: none;
}
.flow-box .col-3,
.car-flow-box .col-3,
.car-flow-wrap .col-3{
	width: 25%;
	position: relative;
}
.flow-box .col-3 img,
.car-flow-box .col-3 img,
.car-flow-wrap .col-3 img{
	width: 100%;
}
.flow-box:nth-child(odd){
	background: #edece7;
}

.car-flow-wrap h5{
	margin: 2px 0 16px;
}
.car-flow-wrap h6{
	font-size: 2.0rem;
	line-height: initial;
	margin-bottom:10px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 20px;
	font-weight: 600;
}
.car-flow-wrap h6::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 100%;
	background: #d1b45d;
}
.car-flow-box{
	margin-top: 30px;
	padding: 40px 10px 20px;
	border-top: 1px dashed #d5d5d5;
}
.car-flow-box .col-1,
.car-flow-wrap .col-1{
	flex: 1;
}
.car-flow-wrap{
	margin-bottom: 60px;
	padding: 40px;
	padding-left: 60px;
}
.car-flow-wrap::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 100%;
	background: #172d44;
}
.car-flow-wrap::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -36px;
	width: 16px;
	height: 16px;
	border-top: 8px solid #172d44;
	border-right: 8px solid #172d44;
	transform: rotate(135deg);
}
.car-flow-wrap:last-of-type::after{
	content: none;
}
.item-center .car-flow-wrap{
	align-items: center;
}
.background h3,
.adminetc h3,
.deployment h3,
.training h3{
	font-size: 20px;
	background: #172d44;
	color: #fff;
	padding: 6px 20px 6px 40px;
	letter-spacing: 2px;
	position: relative;
	margin-bottom: 20px;
}
.background h3::after,
.adminetc h3::after,
.deployment h3::after,
.training h3::after{
	content: "";
	position: absolute;
	left: 16px;
	top: 16px;
	width: 10px;
	height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
}
.adminetc h3 + p{
	margin-left: 20px;
	margin-bottom: 20px;
}
.adminetc .functional-list{
	flex-wrap: wrap;
}
.adminetc .functional-list dl{
	flex-basis: calc(50% - 20px);
	border-radius: 5px;
	border: 1px solid #b2b2b2;
	padding: 24px;
	box-sizing: border-box;
	margin: 0 10px 20px 10px;
}
.adminetc .functional-list dt{
	font-size: 20px;
	position: relative;
	margin-bottom: 12px;
	padding-left: 28px;
	font-weight: 600;
}
.adminetc .functional-list dt::before{
	content: "";
	position: absolute;
	left: 6px;
	top: 4px;
	width: 8px;
	height: 8px;
	background-color: #ff5b46;
}
.adminetc .functional-list dd{
	font-size: 1.4rem;
	line-height: 1.8;
	color: #4d4d4d;
}
.shop-list .col{
	flex-basis: 32%;
	box-sizing: border-box;
	margin-left: 20px;
	margin-bottom: 20px;
	transition: .3s;
}
.shop-list .col .img-wrap{
	height: unset;
}
.shop-list .col .introduction{
	border: 2px solid #bccbd3;
	margin-top: 3px;
}
.shop-list .col:hover{
	opacity: .6;
}
.shop-list.car-shop .img-wrap{
	background: #fff;
  box-sizing: border-box;
	border: 2px solid #BCCBD3;
	position: relative;
	text-align: center;
}
.shop-list.car-shop .img-wrap.yaohachi-logo{
	background: #006657;
	border: none;
}
.shop-list.car-shop .img-wrap img{
	width: 80%;
}
.shop-list.car-shop .col{
	margin: 0 10px 20px 10px;
}
.payment-box{
	margin-top: 20px;
	padding: 20px 10px 20px;
	border-top: 1px dashed #d5d5d5;
}
.payment-box p.highlight{
	font-size: 18px;
	position: relative;
	margin-bottom: 12px;
	padding-left: 24px;
	font-weight: 600;
}
.payment-box p.highlight::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 12px;
	width: 8px;
	height: 8px;
	background-color: #ff5b46;
}
.payment-box ul{
	flex-wrap: wrap;
}
.payment-box li{
	background: #ff5b46;
	border-radius: 5px;
	flex-basis: calc(33% - 20px);
	border-radius: 5px;
	padding: 24px;
	box-sizing: border-box;
	margin: 0 10px 20px 10px;
	color: #fff;
	align-items: center;
}
.payment-box li img{
	height: 50px;
	margin-right: 20px;
}

.training{
	margin-bottom: 80px;
}
.training .tr-text-box.top-text{
	margin-bottom: 20px;
} 
.training .bg-img-box{
	margin-bottom: 20px;
}
.training img{
	width: 100%;
}
.training .tr-flex{
	display: flex;
	align-items: center;
	margin-top: 60px;
}
.training .tr-flex .left-box,
.training .tr-flex .right-box{
	width: 50%;
	margin-top: 0;
}




.line.l2,
.line.l3,
.line.l4{
	display: none;
}

/* 1300px以下 */
@media screen and (max-width: 1300px) {
	.swiper-wrapper {
    left: 0;
	}
	p,
	.adminetc .functional-list dd{
		font-size: 14px;	
	}
	.payment-box li{
    flex-basis: calc(50% - 20px);
		width: calc(50% - 20px);
		font-size: 18px;
	}
}
/* 1000px以下 */
@media screen and (max-width: 1000px) {
	.section-offset .left-box h3 {
    font-size: 28px !important;
	}
	.section-offset{
		padding-top: 70px;
	}
	.section-offset .flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-flow: column-reverse;
	}
	.right-box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.right-box .img-box{
		box-shadow: none;
		width:70%;
		height: auto;
		position: relative;
    box-sizing: border-box;
		padding: 0 3.6vw;
		overflow: visible;
	}
	.right-box .img-box img{
		box-shadow: 6px 12px 18px 11px #d5d5d5;
	}
	.right-box, .left-box{
		width: 100%;
	}
	.left-box {
    padding-right: 0;
		text-align: center;
		margin-top: 40px;
	}
	p{
		font-size: 1.4rem;
	}
	.left-box a{
    padding: 5px 25px 5px 18px;
	}
	.left-box a::before{
		right: 10px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	}
	.left-box p.p-box{
		text-align: left;
	}
	.flow-box .col-2 h6 span{
		display: inline-block;
	}
	.flow-box .col-1{
		display: none;
	}
	.flow-box .col-2{
		width: 90%;
	}
	.flow-box .col-3{
		width: 90%;
	}
	.background h3,
	.adminetc h3,
	.deployment h3,
	.training h3{
		font-size: 20px !important;
	}
	.adminetc h3 + p{
		margin-left: 10px;
	}
	.functional-list.flex{
		flex-flow: column;
	}
	.adminetc .functional-list dl{
		flex-basis: 100%;
		width: 100%;
	}
	.shop-list.flex{
		flex-flow: row;
		align-items: baseline;
		justify-content: flex-start;
	}
	.shop-list .col{
		flex-basis: 50%;
    margin-left: 0;
    margin-bottom: 0;
    width: 50%;
	}
	.section-offset .payment-box ul.flex{
		flex-flow: column;
	}
	.section-offset .payment-box li.flex{
		width: 100%;
		flex-flow: row;
		justify-content: flex-start;
	}
	span.sub_title{
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.line{
	display: none;
}
.car-flow-box{
	padding-right: 0;
	padding-left: 0;
}
.car-flow-box .col-1,
.car-flow-box .col-3,
.car-flow-wrap .col-1,
.car-flow-wrap .col-3{
	width: 100%;
}
.car-flow-wrap .col-3.mark_img{
	width: 50%;
}
.car-flow-box .col-3,
.car-flow-wrap .col-3{
	margin-bottom: 30px;
}
.training .tr-flex{
	flex-direction: column-reverse;
}
.training .tr-flex .left-box,
.training .tr-flex .right-box{
	width: 100%;
}
.training .tr-flex{
	margin-top: 20px;
}
.training .tr-flex .left-box{
	text-align: left;
	margin-top: 20px;
}
}

/* 500px以下 */
@media screen and (max-width: 500px) {
	.right-box .img-box{
		width: 100%;
	}
	.right-box .img-box img{
		box-shadow: 3px 6px 10px 3px #d5d5d5;
	}
	.swiper-slide{
		height: 300px;
	}
	.swiper-work .swiper-wrapper{
		left: 0;
	}
	.introduction p{
		font-size: 1.4rem;
	}
	.item-box{
		padding: 5vw 10%;
	}
	.shop-list .col{
		flex-basis: 100%;
    width: 100%;
	}
	.section-offset .payment-box li.flex {
    flex-direction: column;
	}
	.payment-box li img {
    height: 50px;
    margin-right: 0;
		margin-bottom: 10px;
	}
	.shop-list.car-shop .col {
		flex-basis: 100%;
	}
	.car-flow-wrap .col-3.mark_img{
		width: 80%;
	}
}
