@charset "utf-8";

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

h2 img {
    display: block;
    width: 180px;
    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*/
}
.free {
	margin-bottom: 30px;
}
.free li {
	width: 48%;
	background-color: #87ceeb;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 5px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border-radius: 21px;
	float: left;

}




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

}

.fa-line {
	margin-right: 5px;
	font-size: 25px;
}

.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;
}



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