@charset "utf-8";
/* CSS Document */

.breadcrumb {
  background-color: #0063D4;
  color: #FFF;
}
.breadcrumb a {
  color: #FFF;
}
.breadcrumb a:hover {
  color: #FC0;
}
.breadcrumb ul {
	text-align: left;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li:after {
	content: ">";
	padding: 0 5px;
}
.breadcrumb ul li:last-child:after {
	content: normal;
}
@media (max-width: 800px) {
.breadcrumb {
	padding: 5px 0;
  margin-bottom:  30px;
}
.breadcrumb ul li {
	font-size: 1.2rem;
}
}
@media (min-width: 801px) {
.breadcrumb {
	padding: 5px 0;
  margin-bottom:  50px;
}
.breadcrumb ul li {
	font-size: 1.4rem;
}
}
.consTtl {
  background-position:  center center;
  background-repeat: no-repeat;
}
.base .consTtl {
  background-image: url(../img/conTtl00_bg.jpg);
}
.cleaning .consTtl {
  background-image: url(../img/conTtl01_bg.jpg);
}
.special .consTtl {
  background-image: url(../img/conTtl02_bg.jpg);
}
.maint .consTtl {
  background-image: url(../img/conTtl03_bg.jpg);
}
.office .consTtl {
  background-image: url(../img/conTtl03_bg.jpg);
}
.etc .consTtl {
  background-image: url(../img/conTtl03_bg.jpg);
}
.company .consTtl {
  background-image: url(../img/conTtl04_bg.jpg);
}
.toiawase .consTtl {
  background-image: url(../img/conTtl05_bg.jpg);
}
.sitemap .consTtl {
  background-image: url(../img/conTtl03_bg.jpg);
}
.consTtl h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho","serif";
  font-weight: bold;
  text-shadow: 0px 3px 3px #FFF, 3px 0px 3px #FFF, -3px 0px 3px #FFF, 0px -3px 3px #FFF;
}
@media (max-width: 800px) {
.consTtl {
  height: 80px;
  background-size: contain;
}
.consTtl h2 {
  padding-top: 20px;
  font-weight: bold;
  font-size: 2.4rem;
  text-shadow: 1px 0px 5px #FFF, 0px 1px 5px #FFF, -1px 0px 5px #FFF, 0px -1px 5px #FFF;
}
.etc .consTtl h2 {
  padding-top: 15px;
  font-size: 2.2rem;
	line-height: 1.2;
}
}
@media (min-width: 801px) {
.consTtl {
  height: 244px;
  min-width: 980px;
  text-align: left;
}
.consTtl h2 {
  padding-top: 80px;
  font-size: 3.6rem;
}
}


.center {
}
.center h3.secTtl {
  background-color: #1586CB;
  color: #FFF;
  border-radius: 8px;
  box-shadow: 3px 3px 0px #CCC;
  margin-bottom: 20px;
  font-weight: bold;
}
.center .lead h4 {
  color: #06459F;
  border-left: 5px solid #06459F;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 10px;
}
.center .lead h4:before {
  content: none
}
.center section h4 {
  color: #064597;
  font-weight: bold;
}
.center section h4:before {
  content: "●";
  color: #3387C0;
}
.center section p {
	margin-bottom: 1em;
}
.center section .note {
  background-color: #DBEEFE;
  border-radius: 10px;
}
.center section .note .text ul {
  margin-left: 1.5em;
  list-style-position: outside;
}
.center section .note .text ul li {
  list-style-type: disc;
  font-weight: bold;
}
@media (max-width: 800px) {
.center {
  padding: 0 15px;
}
.center h3.secTtl {
  padding: 3px 1em 2px;
}
.center section {
  margin: 10px 10px 20px;
}
.center .lead h4 {
  padding-left: 5px;
}
.center section .note {
  padding: 10px;
}
.center section .note .text ul li {
  font-size: 1.2rem;
}
}
@media (min-width: 801px) {
.center h3.secTtl {
  padding: 5px 1em 4px;
  font-size: 2.6rem;
  letter-spacing: 5px;
}
.center section {
  margin: 10px 10px 20px;
}
.center .lead h4 {
  letter-spacing: 3px;
  padding-left: 8px;
}
.center section .note {
  display: table;
  width: 100%;
}
.center section .note > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 10px;
}
.center section .note .fukidashi {
  width: 180px;
  text-align: right;
}
}
.center .btn {
  text-align: center;
  margin-bottom: 50px;
}
.center .btn a {
  background-image: url(../img/btn_bg.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  background-color: #999;
  color: #FFF;
  border-radius: 10px;
}
@media (max-width: 800px) {
.center .btn a {
  font-size: 1.6rem;
  padding: 5px 20px;
}
}
@media (min-width: 801px) {
.center .btn a {
  font-size: 2.4rem;
  padding: 8px 40px;
}
}

.center .col2 ul {
  width: 100%;
}
.center .col2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.center .col2 ul li {
  float: left;
  width: 50%;
  text-align: center;
  color: #212982
}
@media (max-width: 800px) {
.center .col2 {
  margin-bottom: 30px;
}
.center .col2 ul li > div {
  padding: 3px;
}
}
@media (min-width: 801px) {
.center .col2 ul li > div {
  padding: 8px;
}
}

.center .col3 ul {
  width: 100%;
}
.center .col3 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.center .col3 ul li {
  float: left;
  width: 33%;
  text-align: center;
  color: #212982
}
@media (max-width: 800px) {
.center .col3 {
  margin-bottom: 30px;
}
.center .col2 ul li > div {
  padding: 1px;
}
}
@media (min-width: 801px) {
.center .col3 ul li > div {
  padding: 8px;
}
}


.center .col4_2 ul {
  width: 100%;
}
.center .col4_2 ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
@media (max-width: 800px) {
.center .col4_2 ul li {
  float: left;
  width: 50%;
  text-align: center;
}
.center .col4_2 ul li > div {
  padding: 3px;
}
}
@media (min-width: 801px) {
.center .col4_2 ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.center .col4_2 ul li > div {
  padding: 5px;
}
}


/**********************************
清掃業務のご案内 
**********************************/
.cleaning .center .taiou h4 {
  margin-bottom: 10px;
}
.cleaning .center .taiou {
  background-color: #FFF8E0;
  border-radius: 10px;
}
.cleaning .center .taiou .midori {
  border-top: 3px dotted #15828E;
  border-bottom: 3px dotted #15828E;
  color: #15828E;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 800px) {
.cleaning .center .taiou {
  padding: 10px;
}
.cleaning .center .taiou .col4_2 {
  margin-bottom: 20px;
}
.cleaning .center .taiou .midori {
  padding:  10px 0;
  text-align: left;
  font-size: 1.6rem;
}
}
@media (min-width: 801px) {
.cleaning .center .taiou {
  padding: 20px;
}
.cleaning .center .taiou .col4_2 {
  margin-bottom: 50px;
}
.cleaning .center .taiou .col4_2 ul li > div {
  font-size: 1.2rem;
}
.cleaning .center .taiou .midori {
  padding:  10px 0;
}
}

.special .center .col2 ul li > div p {
  margin-bottom: 5px;
}
.special .center .col2 ul li > div span.before {
  background-color: #1E2A7D;
  color: #FFF;
  padding: 0 10px;
}
.special .center .col2 ul li > div span.after {
  background-color: #0A5EFB;
  color: #FFF;
  padding: 0 10px;
}
@media (max-width: 800px) {
}
@media (min-width: 801px) {
.special table {
    font-size: 1.6rem;
}
}

.company p {
  margin-bottom: 1em;
}
@media (max-width: 800px) {
}
@media (min-width: 801px) {
}


.toiawase dl {
  border-top: 1px solid #999;
}
.toiawase dl dt {
  font-weight: bold;
}
.toiawase dl dt strong {
  color: #F00;
  margin-left: 0.5em;
  font-weight: bold;
}
.toiawase dl dd {
  border-bottom: 1px solid #999;
}
.toiawase dl dd.noborder {
  border-bottom: none;
}
.toiawase .form_ok ul {
  margin-left: 1.5em;
}
.toiawase .form_ok ul li {
  list-style-type: disc;
  color: #F00;
  list-style-position: outside;
}

@media (max-width: 800px) {
.toiawase dl dt {
  padding: 10px 0 3px;
}
.toiawase dl dd {
  padding: 0 0 10px;
}
.toiawase dl dd.noborder {
  padding: 0px;
}
}
@media (min-width: 801px) {
.toiawase dl dt {
  padding: 20px 0 5px;
}
.toiawase dl dd {
  padding: 0 0 20px;
}
.toiawase dl dd.noborder {
  padding: 0 0 5px;
}
.toiawase dl dd ul li {
  float: left;
  width: 33.3%;
}
}
.sitemap dl a {
	display: block;
	padding: 5px;
}
.sitemap dl a:hover {
	background-color: #F2F2F2;
}
.sitemap dl dt {
	border-bottom: 1px dotted #CCC;
}
.sitemap dl dd {
	border-bottom: 1px dotted #CCC;
	margin-left: 20px;
}
@media (max-width: 800px) {
}
@media (min-width: 801px) {
}


.maint h3.ttl {
  background-image: url(../img/icon02.png);
  border-bottom: 3px solid #0063D7;
  font-weight: bold;
  background-repeat: no-repeat;
}
.maint .menu {
	text-align: left;
	margin-bottom: 20px;
}
.maint .menu ul li h4 {
  color: #0045AD;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
	text-align: left;
}
.maint .menu ul li > div {
	padding: 3px;
}
.maint .menu ul li p.img {
	margin-bottom: 0.5em;
}
.maint .menu ul li p.more {
  text-align: center;
}
.maint .menu ul li p.more a {
  color: #FFF;
  background-color: #2E9AD4;
  padding: 3px 1em;
  border-radius: 5px;
}

@media (max-width: 800px) {
.maint h3.ttl {
  padding: 5px 5px 5px 40px;
  background-position: 5px center;
  background-size: 25px auto;
  margin-bottom: 20px;
}
.maint .menu ul li h4 {
  border-left: 3px solid #0045AD;
	font-size: 1.1rem;
}
.maint .menu ul li p.more {
	font-size: 1.1rem;
}
}
@media (min-width: 801px) {
.maint h3.ttl {
  line-height: 40px;
  padding: 5px 5px 5px 60px;
  background-position: 5px center;
  margin-bottom: 20px;
}
.maint .menu ul li h4 {
  border-left: 6px solid #0045AD;
}
}
.maint dl.tosou dt {
	color: #064597;
	font-weight: bold;	
}
.maint ul.inline li {
  color: #064597;
  font-weight: bold;
	padding-right: 10px;
	float: left;
}
.maint ul.inline li:before {
  content: "●";
  color: #3387C0;
}
