@charset "UTF-8";
@import url("./style.css");

#primary {
    position: relative;
    padding-top: 0px;
}

p img {
	display: block;
	width: 100%;
}

table {
	width: 90%;
	margin: 30px auto 60px;
	border-top: solid 1px #CCC;
}
table th,
table td {
    padding: 2rem;
	line-height: 1.8;
}
table th {
	width: 30%;
	font-size: 1.5rem;
	background: #F8BA00;
	border-bottom: solid 1px #FFF;
	text-align: center;
	font-weight: 600;
}
table td {
	font-size: 1.5rem;
	border-bottom: solid 1px #CCC;
}
@media screen and (max-width:764px) {
table th,
table td {
	width: 100%;
	display: block;
padding: 1rem;
}
}

#primary .btn {
    position: fixed;
    right: calc(50% - 382px);
    bottom: 5%;
    width: 250px;
}

#primary .btn li img {
	display: block;
	width: 100%;
}

@media screen and (max-width:764px) {
#primary .btn {
    right: 0;
    width: 35%;
}
}