body {
	font-size: medium;
	color: #FFFFFF;
	background-color: #333333;
}
#container {
line-height: 140%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 920px;
background-color: #333333;
}
.heater{
	width: 920px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: auto;
}
.title {
	width: 340px;
}

.main {
	margin: auto;
	padding: 10px;
	width: 920px;
}
.footer {
	margin: auto;
	padding: 10px;
	width: 920px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: small;
	text-align: right;
}
h1 {
	font-size: large;
	background-color: #999999;
	text-indent: 10px;
}
h2 {
	font-size: large;
	text-indent: 10px;
	background-image: url(../images/back/h2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
a:link {
	color: #CCCCCC;
}
a:visited {
	color: #99CCCC;
}
td {
	line-height: 140%;
}
.umamail {
	float: left;
	width: 450px;
	clear: both;
}

/* ??????????"pc"?class???????????? */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* ?????????????"sp"?class???????????? */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*その他と主な共通部分は省略*/

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  margin: 50px;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1rem;
  position: relative;
  padding: 1rem 1.5rem 1rem 1.5rem;
  border-radius: 100vh;
}

a.btn-c i.fa {
  margin-right: 1rem;
}