@charset "utf-8";

/*===================================================================
	service.htm
===================================================================*/
.pc{
	display:inline-block;
}
.sp{
	display:none;
}
@media only screen and (max-width: 768px){
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}

@media only screen and (max-width: 768px) {
	.tblMod01 th, .tblMod01 td{
		width: 16.6666%;
		font-size: 11px;
		padding: 5px;
		word-break: break-all; }
  #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;
}}