@charset "UTF-8";
/* CSS Document */

.c5-normal__fw{
	font-weight:normal;
	margin: 0 8px 15px 0;
	}

.c5-fw__small{
	font-size:120%;
	font-weight:bolder;
	}

.c5-fontW__normal {
	font-weight:normal !important;
}

.c5-general--mb0{
	margin-bottom: 0px !important;
}

.c5-general--mt0{
	margin-top: 0px !important;
}

.c5-fontW__bold{
	font-weight:bold !important;
}

.c5-icon_B1{
	color: #2f353d !important;
	font-size: 1rem !important;
}

.c5-row_Box{
	display: table;
	width: 100%;
}

.c5-row_Box .c5-row_Box--left{
	display: table-cell;
}

.c5-row_Box .c5-row_Box--right{
	display: table-cell;
	text-align: right;
	min-width: 375px;
}



@media screen and (max-width: 639px){

	.c5-row_Box .c5-row_Box--left{
		display: block;
		width: auto;
	}

	.c5-row_Box .c5-row_Box--right{
		display: block;
		width: auto;
		min-width: 0;
		text-align: center;
	}
	.c5-imgBtn{
	display: block;
	line-height: 0;
	}
	.c5-imgBtn img {
	/* width: 100%; */
	max-width: 100%;
}

}
.c5-header1{
	margin: 0 0 40px 30px;
}

.c5-storeLinks{
	clear: both;
	margin: 0;
	padding: 28px;
	background-color: #ffce81;
}
.c5-storeLinks__2{
	clear: both;
	padding: 28px;
	background-color: #f3f4f6;

}
.c5-header1__heading{
	font-size: 1.75rem;
	font-weight: 700;
	margin: 0 0 30px 0;
	color: #2f353d;
	font-family: sans-serif;
}



.table {
  	position: relative;
  	display: table;
  	width: 100%;
  	max-width: 1000px;
  	margin: 0 auto;
  	padding-bottom: 25px
  }
  
  .table-cell{
  	display: table-cell;
    padding: 0 10px;
    position: relative;
}
  .c5-cell_btn{
  	position: absolute;
      bottom:20px;
      left: 25%;
      z-index: 99;
      width: 50%;
  }
  .c5-cell_group img{
  	width: 85%;
  }

/*  .c5-phone{
  	height: auto;
    position: absolute;
    bottom: -2%;
    left: 5%;
    z-index: 99;
    width: 26% !important;
  }*/
/*  .c5-card{
	position: absolute;
    top: 15%;
    right: -5%;
    z-index: 99;
    width: 45%;

}
*/
@media screen and (max-width: 700px) {
  .table {
    display: block;
    left: 0;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
  .table-cell {
    display: block;
    text-align: center;
    padding: 0 20px;
    width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c5-cell_btn{
  	position: absolute;
      bottom:20px;
      left: 20%;
      z-index: 99;
      width: 60%;
  }
  .c5-cell_group img{
  	width: auto;
  	max-width: 100%;
  }
/*  .c5-card{
	position: absolute;
    top: 20%;
    right: -12%;
    z-index: 99;
    width: 40%;
}*/
/*  .c5-phone{
  	width: 29% !important;
  	left: -5%;
  }*/
}
.c5-heading{
	background-color: #cc0033;
	padding: 15px 0 10px 0;
	text-align: center;
	margin-bottom: 30px;

}
.c5-heading1{
	font-size: 1.75rem;
	font-weight: 700;
	font-family: sans-serif;
	color: #fff;
	margin: 0 0 -10px 0;

}
.c5-small1{
	font-size: 0.75rem;
	color: #fff;
}
.c5-20bai_bg{
	background-color: #fed942;
}
.c5-modori_bnr img{
	max-width: 640px;
	width: 100%;
	height: auto;
}
.c5-getStarted{
	margin: 20px -7px 0 -8px;
}
.c5-getStarted li{
	box-sizing: border-box;
	display: inline-block;;
	padding: 0 8px;
	position: relative;
}
.c5-getStarted__item1{
	max-width: 640px;
	width: 100%;
}


.c5-mw-100{
	max-width: 100% !important;
	width: auto !important;
}

.c5-storeLinks__itemList .s5-storeLinks__item2Image{
	width: auto !important;
}
	.c5-storeLinks__itemList h3{
		text-align: center;
		background: rgba(34, 192, 131, 0.2);
		padding: 10px;
	}
	.c5-storeLinks__itemList .s5-storeLinks__item2Main{
		float: none !important;
		float: left !important;
		padding-left: 20px;
	}

