.globalNav li:nth-child(2) {
  background-color: white;
}

.globalNav li:nth-child(3) {
  border: 2px solid #fbb03b;
  background-color: #fbb03b;
}

.subPage.pest .contents01 .imgBox01 {
  width: 48%;
  background-image: url(../images/pest_pic_00.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}

.subPage.pest .contents01 .item01 h2 {
  font-size: 22px;
  color: #ff65b7;
  font-weight: bold;
  padding-bottom: 20px;
}

.subPage.pest .contents01 .item01 p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75;
  font-weight: bold;
}

.subPage.pest .contents01 .item01 {
  width: 52%;
  padding: 60px 3% 50px 3%;
  background-color: white;
  margin-bottom: 30px;
  height: 300px;
}

.subPage.pest .contents02 {
  background-color: white;
  border: 2px solid #c7e8ff;
  padding: 20px 2% 25px 2%;
  margin-bottom: 30px;
}

.subPage.pest .contents02 .mapArea {
  margin: 0px auto;
  background-image: url(../images/pest_pic_01.png);
  background-size: cover;
  width: 575px;
  height: 430px;
  position: relative;
}

.subPage.pest .contents02 .mapArea li a {
  background-color: #ff65b7;
  border: 2px solid white;
  height: 28px;
  padding: 6px 7px 0px 30px;
  display: inline-block;
  position: relative;
  color: white;
  font-weight: bold;
  line-height: 15px;
}

.subPage.pest .contents02 .mapArea li a {
  box-shadow: 2px 2px 5px #666666;
}

.subPage.pest .contents02 .mapArea li a:before {
  position: absolute;
  top: 4px;
  left: 7px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/pest_icon_03.jpg) center center;
  background-size: cover;
}

.subPage.pest .contents02 .mapArea li:first-child {
  position: absolute;
  top: 70px;
  left: 210px;
}

.subPage.pest .contents02 .mapArea li:nth-child(2) {
  position: absolute;
  top: 146px;
  right: -62px;
}

.subPage.pest .contents02 .mapArea li:nth-child(3) {
  position: absolute;
  top: 234px;
  left: 198px;
}

.subPage.pest .contents02 .mapArea li:last-child {
  position: absolute;
  bottom: 7px;
  left: 240px;
}

.subPage.pest .contents03 {
  text-align: center;
  background-color: white;
  padding: 1px 0px;
  margin-bottom: 30px;
}

.subPage.pest .contents03 .heading {
  width: 24.5%;
  background-color: #feeed3;
  height: 110px;
  box-sizing: border-box;
  margin-right: 0.5%;
}

.subPage.pest .contents03 .heading img {
  margin-top: 43px;
}

.subPage.pest .contents03 img {
  max-width: 100%;
}

.subPage.pest .contents03 .item01 img {
  margin-top: 17px;
}

.subPage.pest .contents03 .item01 li {
  float: left;
  width: 49.85%;
  height: 54px;
  margin-bottom: 2px;
  margin-right: 0.3%;
  box-sizing: border-box;
  background-color: #feeed3;
  position: relative;
  text-align: left;
  padding-left: 36px;
  padding-right: 20px;
}

.subPage.pest .contents03 .item01 li:nth-child(n+2) {
  margin-bottom: 0px;
}

.subPage.pest .contents03 .item01 li:nth-child(even) {
  margin-right: 0px;
}

.subPage.pest .contents03 .item01 {
  width: 75%;
}

.subPage.pest .contents03 .item01 li:before {
  position: absolute;
  top: 20px;
  left: 10px;
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/pest_icon_01.png) center center;
  background-size: cover;
}

.contents04 {
  background-color: white;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.subPage.pest .contents04 .heading h3 {
  padding: 12px 0px 7px 30px;
}

.subPage.pest .contents04 .heading {
  background-color: #fbb03b;
  margin-bottom: 10px;
}

.subPage.pest .contents04 .imgBox01 {
  width: 50%;
  padding: 0px 3.5%;
}

.subPage.pest .contents04 ul {
  width: 50%;
  padding-left: 1%;
}

.subPage.pest .contents04 li {
  border-bottom: 1px dotted #666666;
}

.subPage.pest .contents04 li a {
  color: #666666;
  font-size: 18px;
  padding: 10px 0px 6px 33px;
  display: block;
  position: relative;
}

.subPage.pest .contents04 li a:before {
  position: absolute;
  top: 11px;
  left: 8px;
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/pest_icon_02.jpg) center center;
  background-size: cover;
}

@media screen and (max-width: 1000px) {
  .subPage.pest .contents03 .heading {
    width: 100%;
    height: 50px;
    margin-bottom: 2px;
  }
  .subPage.pest .contents03 .heading img {
    height: 22px;
    margin-top: 15px;
  }
  .subPage.pest .contents03 .item01 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .subPage.cleaning01 .contents02 .mapArea {
    width: 390px;
    height: 300px;
  }
  .subPage.pest .contents02 .mapArea li:nth-child(2) {
    position: absolute;
    top: 146px;
    right: 0px;
  }
  .subPage.pest .contents02 .mapArea {
    margin-bottom: 20px;
  }
  .subPage.pest .contents02 .heading {
    text-align: center;
  }
  .subPage.pest .contents02 .mapArea {
    margin-top: 15px;
  }
  .subPage.pest .contents04 .heading h3 {
    padding: 14px 0px 7px 12px;
  }
  .subPage.pest .contents04 .heading h3 img {
    height: 22px;
  }
  .subPage.pest .contents04 li a {
    padding: 10px 0px 6px 28px;
  }
  .subPage.pest .contents04 li a {
    font-size: 14px;
  }
  .subPage.pest .contents04 li a:before {
    position: absolute;
    top: 7px;
    left: 0px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 690px) {
  .subPage.pest .contents01 .imgBox01 {
    width: 100%;
    height: 200px;
  }
  .subPage.pest .contents01 .item01 h2 {
    font-size: 16px;
  }
  .subPage.pest .contents01 .item01 {
    width: 100%;
    padding: 25px 3% 27px 3%;
    background-color: white;
    margin-bottom: 30px;
    height: auto;
  }
}

@media screen and (max-width: 639px) {
  .subPage.pest .contents02 .mapArea {
    width: 257px;
    height: 201px;
  }
  .subPage.pest .contents02 .mapArea li a {
    background-color: #ff65b7;
    border: 2px solid white;
    height: 25px;
    padding: 4px 5px 0px 20px;
    display: inline-block;
    position: relative;
    color: white;
    font-weight: bold;
    line-height: 15px;
    font-size: 10px;
  }
  .subPage.pest .contents02 .mapArea li a:before {
    position: absolute;
    top: 4px;
    left: 3px;
    content: "";
    width: 14px;
    height: 14px;
    background: url(../images/pest_icon_03.jpg) center center;
    background-size: cover;
  }
  .subPage.pest .contents02 .mapArea li:first-child {
    position: absolute;
    top: 20px;
    left: 85px;
  }
  .subPage.pest .contents02 .mapArea li:nth-child(2) {
    position: absolute;
    top: 60px;
    right: -0px;
  }
  .subPage.pest .contents02 .mapArea li:nth-child(3) {
    position: absolute;
    top: 102px;
    left: 72px;
  }
  .subPage.pest .contents02 .mapArea li:last-child {
    position: absolute;
    bottom: -10px;
    left: 103px;
  }
  .subPage.pest .contents02 .mapArea {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 425px) {
  .subPage.pest .contents04 .heading h3 img {
    height: 16px;
  }
  .subPage.pest .contents04 .imgBox01 {
    width: 100%;
    padding: 0px 0%;
    float: none;
  }
  .subPage.pest .contents04 ul {
    padding-right: 2%;
    float: none;
    width: 100%;
  }
  .contents04 .heading {
    margin-bottom: 5px;
  }
  .contents04 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 350px) {
  .subPage .contentsArea {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.subPage.cleaning02 .contentsArea h2 {
  background-color: #ff65b7;
  color: white;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  padding: 10px 0px;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.subPage.cleaning02 .contents01 .heading {
  background-color: #fbb03b;
  margin-bottom: 20px;
}

.subPage.cleaning02 .contents01 .heading h3 {
  padding: 12px 0px 7px 30px;
  margin-bottom: 15px;
}

.subPage.cleaning02 .contents01 .contentsLeft {
  width: 46%;
  box-sizing: border-box;
  margin: 0px 2%;
}

.subPage.cleaning02 .contents01 .contentsLeft .item01 li:first-child {
  font-weight: bold;
  font-size: 23px;
  color: #f7931e;
  border-bottom: 1px solid #f7931e;
  margin-bottom: 15px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item01 li:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  color: black;
  margin-bottom: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item01 li:nth-child(3) {
  font-size: 14px;
  color: #666666;
  margin-bottom: 60px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item01 li:last-child {
  font-size: 14px;
  color: #666666;
  margin-bottom: 70px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 h5 {
  font-weight: bold;
  font-size: 16px;
  background-color: #f7931e;
  color: white;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 table {
  text-align: left;
  color: black;
  border-collapse: collapse;
  margin-bottom: 10px;
  width:100%;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 tbody {
  border: 2px solid black;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 tr {
  border: 1px solid black;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 td {
  border: 1px solid black;
  font-weight: bold;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 th {
  width: 65%;
  padding: 10px;
  margin-top: 10px;
  text-align:left;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 td {
  width: 35%;
  padding: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 p {
  color: black;
}

.subPage.cleaning02 .contents01 .contentsRight {
  width: 50%;
}

.subPage.cleaning02 .contents01 {
  background-color: white;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.subPage.cleaning02 .contents01 .imgBox01 img {
  width: 100%;
  margin-bottom: 15px;
}

.subPage.cleaning02 .contents01 .contentsRight {
  width: 46%;
  box-sizing: border-box;
  margin: 0px 2%;
}

.subPage.cleaning02 .contents01 .contentsRight .imgBox01 {
  text-align: center;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea {
  border: 1px solid #89c1ff;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:first-child {
  font-size: 14px;
  color: #0071bc;
  font-weight: bold;
  padding: 2px 2%;
  padding-top: 10px;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(2) {
  font-size: 14px;
  padding: 2px 2%;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(3) {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 2%;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(3) span {
  font-size: 17px;
  font-weight: bold;
  padding: 2px 2%;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(4) {
  font-size: 14px;
  padding: 0px 2%;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(5) {
  font-size: 14px;
  font-weight: bold;
  padding: 2px 2%;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(5) span {
  font-size: 17px;
  font-weight: bold;
  padding: 2px 2%;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(6) {
  font-size: 14px;
  padding: 0px 2%;
  margin-bottom: 7px;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(7) a {
  font-size: 24px;
  color: white;
  text-align: center;
  background-color: #89c1ff;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 34px;
  display: block;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(7) a span {
  position: relative;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:last-child a {
  font-size: 19px;
  color: white;
  text-align: center;
  background-color: #b3b3b3;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 26px;
  display: block;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(7) a span:before {
  position: absolute;
  top: 3px;
  left: -48px;
  content: "";
  width: 38px;
  height: 25px;
  background: url(../../common/images/icon_common_05.png) center center;
  background-size: cover;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:last-child a span {
  position: relative;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea li:last-child a span:before {
  position: absolute;
  top: 2px;
  left: -30px;
  content: "";
  width: 21px;
  height: 21px;
  background: url(../../common/images/icon_common_06.png) center center;
  background-size: cover;
}

.subPage.cleaning02 .contents01 .contentsRight .contactArea {
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

.show768 {
  display: none;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 .item03 th {
    width: 35%;
    padding: 10px;
    margin-top: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 .item03 td {
    width: 65%;
    padding: 10px;
    margin-top: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 .item04 th {
    width: 50%;
    padding: 10px;
    margin-top: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 .item04 td {
    width: 50%;
    padding: 10px;
    margin-top: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 h6 {
    color: black;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 h7 {
    color: #f15a24;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 10px;
    display:block;
}

.subPage.cleaning02 .contents01 .contentsLeft .item02 p span{
    font-weight: bold;
    margin-top:5px;
    display:inline-block;
}

@media screen and (max-width: 768px) {
  .subPage.cleaning02 .contents01 .heading h3 img {
    height: 22px;
  }
  .subPage.cleaning02 .contents01 .heading h3 {
    padding: 14px 0px 7px 12px;
  }
  .subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(7) a {
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: #89c1ff;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 34px;
    display: block;
  }
  .subPage.cleaning02 .contents01 .contentsRight .contactArea li:nth-child(7) a span:before {
    position: absolute;
    top: 3px;
    left: -36px;
    content: "";
    width: 28px;
    height: 19px;
    background: url(../../common/images/icon_common_05.png) center center;
    background-size: cover;
  }
  .subPage.cleaning02 .contents01 .contentsRight .contactArea li:last-child a {
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: #b3b3b3;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 26px;
    display: block;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:first-child {
    font-size: 20px;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:nth-child(2) {
    margin-bottom: 10px;
  }
  .br768 {
    display: none;
  }
  .show768 {
    display: block;
  }
  .subPage.cleaning02 .contentsArea h2 {
    background-color: #ff65b7;
    color: white;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding: 10px 0px;
    padding-bottom: 5px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .subPage.cleaning02 .contents01 .contentsLeft {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 2%;
    float: none;
    margin: 0px auto;
  }
  .subPage.cleaning02 .contents01 .contentsRight {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 2%;
    margin: 0px auto;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:nth-child(3) {
    margin-bottom: 20px;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:last-child {
    margin-bottom: 40px;
  }
  .subPage.cleaning02 .contents01 .imgBox01 img {
    margin-bottom: 15px;
    max-width: 375px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 425px) {
  .subPage.cleaning02 .contentsArea h2 {
    font-size: 18px;
  }
  .subPage.cleaning02 .contents01 .heading h3 img {
    height: 16px;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:last-child {
    margin-bottom: 20px;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item02 table {
    margin-bottom: 5px;
  }
  .subPage.cleaning02 .contents01 .imgBox01 img {
    margin-bottom: 5px;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:first-child {
    font-size: 16px;
  }
  .subPage.cleaning02 .contents01 .heading {
    margin-bottom: 10px;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:nth-child(2) {
    font-size: 16px;
  }
  .subPage.cleaning02 .contents01 .contentsLeft .item01 li:nth-child(3) {
    margin-bottom: 10px;
  }
  .subPage.cleaning02 .contentsArea h2 {
    font-size: 16px;
    text-align: left;
    padding-left: 2%;
    padding-right: 2%;
  }
}
