@charset "utf-8";

/* main */
section{
	width: 100%;
/*	padding: 8vh 0;*/
	text-align: center;
}

section .wrapper{
	width: 80%;
	margin: 0 auto;
}

.footer {
	text-align: center;
	line-height: 3rem;
    color: #fff;
/*    background: linear-gradient(90deg, #6cb64d 0%, #067c5f 100%);*/
	background-color: rgb( 20, 20, 20 );
}

.tit{
	width: 100%;
	padding: 1rem 0rem 1rem 0rem;
	font-size:2.4rem;
}

.subtit{
	font-size: 1.8rem;
	margin: 0rem 0rem 0rem 0rem;

}
.txt{
	line-height:2rem;
	padding: 0rem 0rem;
}

@media only screen and (max-width: 769px) {
section{
	width: 100%;
	padding: 3vh 0;
	text-align: center;
}
section .wrapper{
	width: 90%;
	margin: 2vh auto;
}
.tit{
	padding: 0.5rem 0rem 0.5rem 0rem;
	font-size:1.8rem;
}
.subtit{
	font-size: 1.2rem;
	margin: 0rem 0rem 0rem 0rem;
}

.txt{
	line-height:1.8rem;
	padding: 0rem 0rem 0rem 0rem;
/*	text-align: left;*/
}
.footer {
	font-size: 0.9rem;
}

}