@charset "utf-8";

main{
	width: 1050px;
	margin: 0 auto 80px;
}
body {
	padding-bottom: 0;
}

footer {
	position: static;
}


main h2.title {
	font-size: 78px;
	margin-bottom: 80px;
}
main h3 {
	font-size: 16px;
	color: #1F2775;
	font-weight: 500;
	margin-bottom: 10px;
}



#sec01 {
	margin-bottom: 60px;
}
#sec01 p + p {
	margin-top: 30px;
}

#sec02 {
}
#sec02 p + h3,
#sec02 ul + h3 {
	margin-top: 30px;
}

#sec02 ul {
	list-style: none;
}
#sec02 ul li {
	text-indent: -3.2em;
	padding-left: 3.2em;
}


.mgb30 {
	margin-bottom: 30px;
}



@media only screen and (max-width:1220px) {
main{
	width: 100%;
	margin-bottom: 18vw;
}
main h2.title {
	font-size: 2.9em;
	margin-bottom: 8vw;
	line-height: 1.2;
}
main h3 {
	font-size: 1.5em;
	margin-bottom: 2vw;
}

main p,
main li {
	font-size: 1.25em;
}



#sec01 {
	margin: 0 auto 10vw;
}
#sec01 p + p {
	margin-top: 6vw;
}


#sec02 p + h3,
#sec02 ul + h3 {
	margin-top: 6vw;
}

.mgb30 {
	margin-bottom: 6vw;
}

}
