@media (min-width: 768px) {
  .ro a {
    transition: opacity .2s ease;
  }
  .ro a:hover {
    opacity: .8;
  }
}
.trans {
  transition-property: all;
  transition: 0.3s linear;
}
.fRodin {
  font-family: fot-rodin-pron, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.fHKakuGoW3 {
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#page #mainVisual {
  position: relative;
  max-height: 275px;
  height: 21.484375%;
  margin-bottom: 20px;
  background: url(../images/cat01/ph_mainVisualTop.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 215px;
}
#page #mainVisual .hdg_category {
  display: none;
}
#page #mainVisual .hdg_category .inner {
  background: #767676;
  padding-top: 15px;
}
#page .hdg_ttl02 {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#page .hdg_ttl02:after {
  position: absolute;
  content: "";
  width: 56px;
  height: 3px;
  left: 50%;
  margin-left: -28px;
  bottom: 0;
}
#page.cat01 #mainVisual .hdg_category .inner {
  position: relative;
  background: #3ea540;
}
#page.cat01 #mainVisual .hdg_category .inner:before {
  position: absolute;
  content: "外壁塗装事例";
  min-width: 145px;
  width: 11.328125%;
  height: 30px;
  line-height: 30px;
  border: solid 1px;
  top: 15px;
  font-weight: 600;
}
#page.cat01 .hdg_ttl02:after {
  background: #3ea540;
}
#page.cat02 #mainVisual .hdg_category .inner {
  background: #eddb42;
}
#page.cat02 .hdg_ttl02:after {
  background: #eddb42;
}
#page.cat03 #mainVisual .hdg_category .inner {
  background: #e0363a;
}
#page.cat03 .hdg_ttl02:after {
  background: #e0363a;
}
#page.cat04 #mainVisual .hdg_category .inner {
  background: #f29d2d;
}
#page.cat04 .hdg_ttl02:after {
  background: #f29d2d;
}
#footer .footerInner {
  background: url(../images/cat01/bg_footer.jpg) no-repeat center center;
  background-size: cover;
}
.btn_more {
  text-align: center;
}
.btn_more a {
  display: inline-block;
  width: 290px;
  height: 52px;
  line-height: 52px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  border: solid 2px;
  border-radius: 26px;
}
.btn_more.cat01 a {
  border: solid 2px #3ea540;
}
.btn_more.cat02 a {
  border: solid 2px #eddb42;
}
.btn_more.cat03 a {
  border: solid 2px #e0363a;
}
.btn_more.cat04 a {
  border: solid 2px #f29d2d;
}
.btn_comparison {
  text-align: center;
}
.btn_comparison a {
  display: inline-block;
  width: 340px;
  height: 56px;
  line-height: 56px;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  border: none;
  border-radius: 28px;
  border: solid 3px #FFF;
  background: #ffffff;
  color: #3ea540;
}
@media (max-width: 767px) {
  #page #mainVisual {
    background: url(../images/cat01/ph_mainVisualTop.jpg) no-repeat right center;
    background-size: auto 200px;
    margin-bottom: 15px;
  }
  #page #mainVisual .hdg_category {
    padding: 20px 0;
  }
  #page #mainVisual .hdg_category div {
    width: 200px;
    height: 150px;
  }
  #page .hdg_ttl02 {
    font-size: 1.8rem;
    padding-bottom: 8px;
    margin-bottom: 30px;
  }
}
