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



#sec01 {
}
#sec01 table {
	width: 100%;
	border-collapse: collapse;
}
#sec01 table tr {
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
}
#sec01 table td {
	vertical-align: top;
	padding: 25px 0;
}
#sec01 table td:first-child {
	font-weight: bold;
	width: 25%;
}
#sec01 table tr:first-child {
	border-top: none;
}
#sec01 table tr:last-child {
	border-bottom: none;
}

.atten {
	text-indent: -1em;
	padding-left: 1em;
}


.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 td {
	font-size: 1.25em;
}


#sec01 {
	margin: 0 auto 10vw;
}

#sec01 table td {
	display: block;
	width: 100%;
}
#sec01 table td:first-child {
	width: 100%;
	padding-bottom: 1vw;
}
#sec01 table td:last-child {
	padding-top: 0;
}

.mgb30 {
	margin-bottom: 6vw;
}

}
