@charset "utf-8";

#sec01 {
	margin-bottom: 30px;
}


h2 {
    margin-bottom: 30px;
    text-align: center;
    margin: 50px auto;
    font-size: 21px;
}

h2 img {
    display: block;
    width: 150px;
    margin: 0 auto 20px;


}

.discription {
	box-sizing: border-box;
	padding-left: 7px;
	padding-right: 7px;
    margin-bottom: 30px;
    text-align: justify;
    text-justify: inter-ideograph; /*IE*/
}

#sec02 {
	margin-bottom: 30px;
	padding: 50px 20px 35px;
	background: url(../img/newcar-bg.png) #2E3192;
	background-size: cover;
}

.maker-wrapper {
	box-sizing: border-box;
	padding: 10px 20px 30px;
	border-radius: 20px;
	background-color: #fff;
}
#sec02 h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
}
#sec02 p {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #fff;
}




.mov {
	margin-bottom: 50px;
}
.mov h3 {
	text-align: center;
	margin-bottom: 20px;
}

.mov h3 img {
	display: block;
	width: 150px;
	margin: 0 auto 7px;
}

.to-top a {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #696969;
    color: #fff;
}

.subscription-area img {
	display: block;
	width: 120px;
	/*margin-top: 7px;*/
}

.subscription-area a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 280px;
	margin: 0 auto 20px;
	border-radius: 30px;
	/*padding-top: 20px;*/
	height: 60px;
	background-color: #39CD4A;
	color: #fff;
	box-shadow: 2px 2px 5px rgba(128,128,128,0.5);  

}

.subscription-area a:nth-child(2) {
	background-color: #f08080;
}

.last-section {
	margin-top: 30px;
	padding-bottom: 80px;
}


@media screen and (min-width:421px) {
	#wrap {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}
}
