@charset "utf-8";

video{
  width: 850px;
  height:auto;
  margin:50px auto;
  display: block;
}
.sec-store{
	background-color: #5985be;
	padding:100px 0;
	display: block;
}

.sec-store-inner{
	max-width: 1000px;
		margin:0 auto;
}


.ttlcomp-01-white{
	text-align: center;
	margin-bottom: 30px !important;
}

.ttlcomp-01-white span{
	color: #fff !important;
}


.ttlcomp-01-white small{
	color: #fff !important;
}

@media screen and (max-width:850px) {
video{
  width: 95%;
  margin:50px auto;
}
}

@media screen and (max-width:640px) {
video{
  height: auto;
  margin:30px auto;
}
.sec-store-inner{
	max-width: 57%;
}
.sec-store{
	background-color: #5985be;
	padding:45px 0;
	display: block;
}

}


@media screen and (max-width:320px) {
.sec-store-inner{
	max-width: 60%;
}

}
.sec-information{
	padding: 200px 0;
	text-align: center;
	background-color: #eaf0ff;
	background-image: url(../images/bg-logo.png);
	background-position: center;
	background-size: 550px;
	background-repeat: no-repeat;
}

.sec-information-inner-text{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: center;
	margin-top: -30px;
}

.sec-information-inner a{
	background-color: #5985be;
	margin-top: 40px;
	padding: 25px 120px 20px;
	text-decoration: none;
	  border:3px solid #5985be;
	border-radius: 10px;
	  transition: all .3s ease;
}

.sec-information-inner a:hover{
	background-color: #ffffff;
	  transition: all .3s ease;
}


.sec-information-inner a p{
	color: #ffffff;
	line-height: 1.5;
	font-size: 2.2rem;
	text-align: center;
		font-weight: bold;
		  transition: all .3s ease;
}

.sec-information-inner a:hover p{
  color: #5985be;
    transition: all .3s ease;
}

.sec-information-inner a p small{
font-family: "VentiCF-Bold";
}



@media screen and (max-width:768px) {
.sec-information{
	padding: 100px 0;
	background-size: 300px;
}
.sec-information-inner-text{
	margin-top: 40px;
}
.sec-information-inner a{
	margin-top: 30px;
	padding: 15px 40px 10px;
}

}


@media screen and (max-width:640px) {
.sec-information{
	padding: 60px 0;
}

.sec-information-inner{
	max-width: 90% !important;
}
.sec-information-inner a{
	width: 100%;
}
.sec-information-inner a p{
	font-size: 1.8rem;
}

}
