@charset "UTF-8";

.fs-l-pageMain {
	max-width: 100% !important;
	padding: 0 !important;
}

*::-ms-backdrop, .fluid-image{
	width: auto;
	max-width: 100%;
}
.box-app-title{
	font-size: 32px;
	line-height: 1.5;
	text-align: center;
	font-weight: 300;
	padding-top: 52px;
}
@media only screen and (max-width: 767px){
	.box-app-title{
		font-size: 24px;
		line-height: 1.4;
		padding-top: 25px;
	}
}


/*==================================================
スライダーのためのcss
===================================*/
main{
	overflow-x: visible;
}
.box-app-visual{
	position: relative;
	padding-top: 185px;
}
.box-app-content{
	padding-top: 150px;
	padding-bottom: 100px;
	background: #EEEDE9;
}

.box-app-visual__slider{
	position: relative;
	z-index: 1;
}

.box-app-visual__slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.box-app-visual__slider .slick-slide {
    margin:0;/*スライド左右の余白調整*/
}

.box-app-visual__item span{
	display: block;
	width: 100%;
	padding-bottom: 402px;
}

.box-app-visual__capture{
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	margin-left: 35px;
}
.box-app-visual__label{
	position: absolute;
	z-index: 3;
	top: -14px;
	right: 24.8%;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.box-app-visual__label{
		right: 3.8%;
	}
}
@media only screen and (max-width: 767px){
	.box-app-visual{
		padding-top: 155px;
	}
	.box-app-content{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.box-app-visual__item span{
		padding-bottom: 133.64%;
	}
	.box-app-visual__capture{
		width: 178px;
		margin-left: 12px;
		top: 58px;
	}
	.box-app-visual__label{
		width: 88px;
		top: 12px;
		right: 6.8%;
	}
}

.box-app-store{
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-app-store__item + .box-app-store__item{
	margin-left: 95px;
}
.box-app-store__content{
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-app-store__qrcode{
	padding: 0 15px;
}
.box-app-store__link{
	margin-left: 15px;
	margin-right: 35px;
}
.box-app-store__link a{
	display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.box-app-store__item + .box-app-store__item{
		margin-left: 30px;
	}
}
@media only screen and (max-width: 767px){
	.box-app-store{
		padding: 0 50px;
	}
	.box-app-store__item + .box-app-store__item{
		margin-left: 14px;
	}
	.box-app-store__link{
		margin: 0;
	}
	.box-app-store__qrcode{
		display: none;
	}
}
.lst-app-service{
	display: flex;
	justify-content: space-between;
	max-width: 1174px;
	margin: 105px auto 0;
}
.lst-app-service > li{
	display: block;
	width: calc(33.33% - 12.5px);
}
.lst-app-service__item{
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 52px 43px 32px;
	height: 100%;
	-webkit-box-shadow: 3px 6px 16px 5px rgba(6,0,1,0.13); 
	box-shadow: 3px 6px 16px 5px rgba(6,0,1,0.13);
}
.lst-app-service__icon{
	text-align: center;
	margin-bottom: 18px;
}
.lst-app-service__title{
	text-align: center;
	font-size: 16px;
	line-height: 1.125;
	min-height: 36px;
	margin-bottom: 15px;
}
.lst-app-service__text{
	font-size: 15px;
	line-height: 1.2;
}
.lst-app-service__link{
	text-align: center;
	margin-top: 4px;
}
.lst-app-service__link a{
	font-size: 12px;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #000;
}
.lst-app-service__link .link-common:before{
	font-size: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.lst-app-service__item{
		padding: 45px 20px 30px;
	}
}
@media only screen and (max-width: 767px){
	.lst-app-service{
		flex-wrap: wrap;
		margin: 60px -10px 0;
	}
	.lst-app-service > li{
		width: 100%;
	}
	.lst-app-service > li + li{
		margin-top: 24px;
	}
	.lst-app-service__item{
		border-radius: 5px;
		padding: 35px 25px 40px;
	}
	.lst-app-service__icon{
		margin-bottom: 14px;
	}
	.lst-app-service__icon img{
		width: 42px;
	}
	.lst-app-service__title{
		font-size: 14px;
		line-height: 1.143;
		margin-bottom: 18px;
	}
	.lst-app-service__text{
		font-size: 14px;
		line-height: 1.285;
	}
}
.box-app-subtitle{
	font-size: 28px;
	text-align: center;
	font-weight: 300;
	margin: 82px 0 40px;
}
.box-app-lead{
	display: block;
	font-size: 16px;
	line-height: 2.25;
	max-width: 1147px;
	margin: 0 auto;
}
.box-app-link{
	display: flex;
	justify-content: center;
	margin-top: 100px;
}
.box-app-link span{
	display: inline-block;
	width: 300px;
}
.box-app-link span + span{
	margin-left: 52px;
}
.box-app-link .btn{
	width: 100%;
	max-width: 100%;
	font-size: 12px;
}
@media only screen and (max-width: 767px){
	.box-app-subtitle{
		font-size: 18px;
		margin: 42px 0 14px;
	}
	.box-app-lead{
		font-size: 14px;
		line-height: 1.714;
	}
	.box-app-link{
		flex-wrap: wrap;
		margin-top: 44px;
	}
	.box-app-link span{
		width: 100%;
	}
	.box-app-link .btn{
		width: 296px;
		font-size: 14px;
		padding: 10px 5px;
	}
	.box-app-link span + span{
		margin-left: 0;
		margin-top: 10px;
	}
}

.box-app-step{
  padding-bottom: 150px;
}
.box-app-step h4{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75;
  margin-top: 15px;
}
.box-app-step .wrp-grid{
  margin-left: -30px;
  margin-right: -30px;
	margin-top: -10px;
}
.box-app-step .wrp-grid > div{
  padding: 0 30px;
	margin-top: 45px;
}
.box-app-step .wrp-grid > div img{
	max-width: 100%;
}
.box-app-step .txt-common{
  margin-top: 10px;
}
.box-app-step .txt-common + .lst-note{
	margin-top: 10px;
}
.box-app-step .txt-common + .lst-note li{
	text-align: center;
	padding-left: 0;
}
.box-app-step .txt-common + .lst-note li:before{
	display: none;
}
.box-app-step .wrp-grid + .hdg-lv2-c{
  margin-top: 100px;
}

@media only screen and (max-width: 767px){ /* SP */
  .box-app-step .wrp-grid > div{
    margin-top: 60px;
  }
  .box-app-step .wrp-grid > div:nth-of-type(1){
    margin-top: 30px;
  }
  .box-app-step h4{
    font-size: 14px;
  }
  .hdg-lv2-c + .box-media{
    margin-top: 40px;
  }
  .box-app-step{
    padding-bottom: 80px;
  }
}