@charset "utf-8";

/*===================================================================
	spec.htm
===================================================================*/
.pc{
	display:inline-block;
}
.sp{
	display:none;
}
@media only screen and (max-width: 768px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}

body.spec .tblMod01 {
	table-layout: fixed;
}

@media only screen and (max-width: 768px) {
#contents .detailSection.section04 {
  padding-left: 15px;
  padding-right: 15px;
}
}

#footer {
    margin-top: 0;
}
.sitemap {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px){
#contents .headSection .rightArea {
    position: unset;
    margin-top: 10px;
}}