box@charset "utf-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html {
  color: #666;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 !important;
}

body {
  background: #fff;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  line-height: 1.6;
  margin: 0 0 1em;
  padding: 0;
}

p:last-child {
  margin: 0;
}

a {
  color: #666;
  text-decoration: none;
}
@media (min-width:640px) {
  a:hover, .hover:hover,form .btn-area .btn:hover {
    opacity: .7;
    text-decoration: none;
  }
}

input, select, textarea {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  -webkit-appearance: none;
  outline: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.clearfix {
  clear: both;
}

.clear {
  clear: both;
}

.outer-block {
  min-width: 1020px;
}

.inner-block {
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  width: 1000px;
}

.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

/*------------------------------------------------------------------------------
  site-description
------------------------------------------------------------------------------*/
#site-description {
  background: url(../img/common/bg01.png);
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
  padding: 20px 0;
}

#header .logo {
  float: left;
}

#header .contact-area {
  float: right;
}

#header .contact-area .tel {
  float: left;
}

#header .contact-area .mail {
  margin-left: 20px;
  float: left;
}

#header .contact-area .mail a {
  display: block;
}

/*------------------------------------------------------------------------------
  nav
------------------------------------------------------------------------------*/
#nav {
  font-weight: bold;
  border-bottom: solid 5px #e0e0e0;
}

#nav .nav-ul li {
  float: left;
  width: 186px;
  padding: 5px 0;
  text-align: center;
  position: relative;
}

#nav .nav-ul li:first-child {
  width: 65px;
  background: url(../img/common/nav_icon_home_off.png) center center no-repeat;
  text-indent: -9999px;
}

#nav .nav-ul li.current:first-child {
  background: url(../img/common/nav_icon_home_on.png) center center no-repeat;
}

@media (min-width:640px) {
  #nav .nav-ul li:hover:after,
  #nav .nav-ul li.current:after {
    position: absolute;
    content: "";
    display: block;
    background: #0dabe0;
    width: 100%;
    height: 5px;
    bottom: -5px;
  }

  #nav .nav-ul li a:hover {
    color: #0dabe0;
    opacity: 1;
  }

  #nav .nav-ul li:first-child:hover {
    background: url(../img/common/nav_icon_home_on.png) center center no-repeat;
  }

  #nav .nav-ul li.current a {
    color: #0dabe0;
  }

}

#nav .nav-ul li a {
  display: block;
  height: 50px;
  line-height: 52px;
  border-left: dotted 1px #e0e0e0;
}

#nav .nav-ul li.link06 a {
  border-right: dotted 1px #e0e0e0;
}

/*------------------------------------------------------------------------------
  menu
------------------------------------------------------------------------------*/
#menu-bg {
  display: none;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
#contact {
  background: url(../img/common/bg03.png);
  padding: 30px 0;
}

#contact .cont-ttl {
  background: none;
  border-left: none;
  padding: 0;
  margin: 0 0 30px 0;
}

#contact .left-block {
  float: left;
}

#contact .left-block .inr-ttl {
  margin-bottom: 10px;
}

#contact .left-block .inr-ttl img {
  height: 18px;
}

#contact .left-block .tel img {
  height: 36px;
}

#contact .left-block .tel span {
  display: inline-block;
  padding-left: 10px;
}

#contact .left-block .tel span img {
  height: 34px;
}

#contact .mail-btn {
  float: right;
  width: 328px;
  height: 70px;
  line-height: 72px;
  box-shadow: 0 3px 0 #fff;
  border-radius: 5px;
}

#contact .mail-btn a {
  display: block;
  background: #fdc236;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #e8a336;
  border-radius: 5px;
  border: solid 2px #fdc236;
}

#contact .mail-btn img {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/
#footer {
  background: url(../img/common/bg01.png);
  font-size: 12px;
}

#footer .inner-block {
  padding: 20px 0;
  border-bottom: solid 1px #00a0e9;
}

#footer .logo {
  float: left;
}

#footer .sitemap-ul {
  float: right;
  text-align: right;
  width: 580px;
}

#footer .sitemap-ul li {
  display: inline-block;
  padding-left: 20px;
  margin: 5px 0;
}

#footer .sitemap-ul li a:before {
  content: "";
  display: inline-block;
  background: url(../img/common/arrow04.png) no-repeat;
  background-size: 8px 10px;
  width: 8px;
  height: 10px;
  padding-right: 5px;
}

#footer .sitemap-ul li a {
  color: #fff;
}

/*------------------------------------------------------------------------------
  copy
------------------------------------------------------------------------------*/
#copy {
  background: url(../img/common/bg01.png);
  font-size: 12px;
  color: #fff;
  text-align: center;
}

#copy .inner-block {
  padding: 15px 0;
  border-top: solid 1px #ffffff;
}

/*------------------------------------------------------------------------------
  pagetop
------------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  width: 60px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}


/*------------------------------------------------------------------------------
  content
------------------------------------------------------------------------------*/
#content {
  padding: 40px 0;
  box-sizing: border-box;
}

.top #content {
  padding: 0 0 40px 0;
}

.cont .news-box .btn a {
  background-size: 26px 26px;
  font-size: 18px;
}

.cont .cont-ttl {
  margin: 0 0 30px;
}

.cont .sub-ttl {
  background: #00a0e9;
  line-height: 40px;
  padding: 0 0 0 40px;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  position: relative;
}

.cont .sub-ttl .small {
  font-size: 14px;
}

.cont .sub-ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: solid 4px #fff;
  border-radius: 50%;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cont .cont-inr-ttl {
  padding: 0 0 5px;
  margin: 20px 0;
  font-size: 16px;
  font-weight: bold;
  color: #0dabe0;
  border-bottom: solid 2px #0dabe0;
}

.cont .btn {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 0 #fff;
}

@media all and (-ms-high-contrast: none){
  .cont .btn a {
    border-collapse: separate; /* IE10以上 */
  }
}

.top .cont .btn01 {
  position: absolute;
  width: 138px;
  height: 18px;
  line-height: 28px;
  bottom: 20px;
  right: 20px;
}

.cont .btn a {
  display: block;
  background: url(../img/common/arrow01.png) 8% center no-repeat #fdc236;
  background-size: 18px 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #e8a336;
  border-radius: 5px;
  border :solid 2px #fdc236;
}

.cont .btn a img {
  vertical-align: middle;
}

.bnr a {
  display: block;
}

.company-point .cont-ttl {
  text-align: center;
  position: relative;
  z-index: 1;
}

.company-point .box {
  background: url(../img/top/cont04_bg.png) right top no-repeat #fff;
  margin: -110px 0 0 0;
  padding: 100px 40px 50px;
  position: relative;
  border: solid 2px #0dabe0;
  border-radius: 10px;
}

.company-point .box .point-ul li {
  padding-left: 80px;
}

.company-point .box .point-ul li + li {
  margin-top: 30px;
}

.company-point .box .point-ul li .text {
  text-align: left;
  font-size: 15px;
  color: #666;
  position: relative;
}

.company-point .box .point-ul li .tt {
  text-align: left;
  font-size: 30px;
  color: #0dabe0;
  line-height: 100px;
  margin-bottom: 10px;
  position: relative;
}


.company-point .box .point-ul li .tt:before {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  bottom: 0;
  left: -80px;
}

.company-point .box .point-ul li.point01 .tt:before {
  background: url(../img/top/cont04_icon01.png) no-repeat;
  background-size: 100%;
}

.company-point .box .point-ul li.point02 .tt:before {
  background: url(../img/top/cont04_icon02.png) no-repeat;
  background-size: 100%;
}

.company-point .box .point-ul li.point03 .tt:before {
  background: url(../img/top/cont04_icon03.png) no-repeat;
  background-size: 100%;
}


/*------------------------------------------------------------------------------
  side-block
------------------------------------------------------------------------------*/
#side-block {
  width: 220px;
  float: left;
}

#side-block .cont + .cont {
  margin: 20px 0 0;
}

.urgent {
  background: url(../img/common/bg02.png);
  text-align: center;
  border: solid 4px #fdd269;
  border-radius: 10px;
  box-sizing: border-box;
}

.urgent .urgent-ttl {
  margin: 10px 0 10px 0;
  position: relative;
}

.urgent .urgent-ttl2 {
  margin: -30px 0 10px 0;
  position: relative;
}

.urgent .box {
  background: #fff;
  padding: 10px;
  border-radius: 0 0 5px 5px;
}

.urgent.cont .btn {
  height: 38px;
  line-height: 40px;
  margin: 0 0 13px;
}

.urgent.cont .btn a {
  background: #fdc236;
  padding: 0;
}

.urgent .map-ul li {
  border-radius: 10px;
  position: relative;
  border-radius: 0 0 5px 5px;
}

.urgent .map-ul li + li {
  margin-top: 10px;
}

.urgent .map-ul li .link {
  position: absolute;
  background: url(../img/common/arrow01.png) 8% center no-repeat rgba(13,171,224,0.8);
  background-size: 20px 20px;
  width: 100%;
  line-height: 35px;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
  bottom: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}

#side-block .cont .cont-ttl {
  height: 46px;
  line-height: 48px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 0;
}

#side-block .side-service .cont-ttl {
  background: url(../img/common/bg01.png);
  padding: 0 0 0 30px;
  color: #fff;
  letter-spacing: 0.3em;
}

#side-block .side-service .cont-ttl:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/common/side_service_ttl_icon.png) no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}

#side-block .side-service .service-ul {
  background: #fef9e7;
  padding: 10px 20px;
  border-radius: 0 0 5px 5px;
}

#side-block .side-service .service-ul li + li {
  margin: 10px 0 0;
}

#side-block .side-service .service-ul li a {
  display: block;
  background: url(../img/common/side_service_link_icon.png) right center no-repeat;
  padding: 0 15px 0 0;
  color: #3ab9e3;
}

.news-ul {
  background: #fef9e7;
  padding: 0 10px;
  border-radius: 5px 5px 0 0;
}

.news-ul li {
  position: relative;
  padding: 20px 0;
}

.news-ul li + li {
  border-top: dashed 2px #86d7f2;
}

.news-ul li a {
  display: block;
}

.news-ul li .img {
  width: 58px;
  overflow: hidden;
  float: left;
  border-radius: 5px;
}

.news-ul li .text {
  width: 130px;
  float: right;
}

.news-ul li .text .date {
  margin-bottom: 5px;
}

.news-box .btn {
  height: 50px;
  line-height: 52px;
  padding: 0 20px 20px;
  border-radius: 0 0 5px 5px;
}

#side-block .side-news .cont-ttl {
  background: url(../img/common/bg04.png);
  color: #00a0e9;
  letter-spacing: 0.5em;
  padding: 0 0 0 20px;
}


#side-block .side-news .cont-ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
}

#side-block .side-news.news-case .cont-ttl:before {
  background: url(../img/common/side_news_ttl_case.png) no-repeat;
}

#side-block .side-news.news-voice .cont-ttl:before {
  background: url(../img/common/side_news_ttl_voice.png) no-repeat;
}

#side-block .side-news.news-blog .cont-ttl:before {
  background: url(../img/common/side_news_ttl_blog.png) no-repeat;
}

#side-block .side-news .news-ul li .text .date,
#side-block .side-news .news-ul li .text .ttl {
  text-decoration: underline;
}

#side-block .side-news .btn {
  background: #fef9e7;
  padding: 0 0 20px;
  box-shadow: none;  height: 30px;
}

#side-block .side-news .btn.aco-btn{
  padding: 20px 0;
}

#side-block .side-news .btn a {
  width: 116px;
  height: 30px;
  line-height: 32px;
  margin: auto;
}

#side-block .side-news .btn span {
  width: 116px;
  height: 30px;
  line-height: 32px;
  margin: auto;
  display: block;
  background: url(../img/common/arrow01.png) 8% center no-repeat #fdc236;
  background-size: 18px 18px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #e8a336;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #fdc236;
}

#side-block .side-news .aco-cont {
  display: none;
}

#side-block .side-news .aco-cont .news-ul li {
  border-top: dashed 2px #86d7f2;
}

.side-news.current .side-cate-ul {
  background: #fef9e7;
  padding: 20px 20px 0;
  border-radius: 5px 5px 0 0;
}

.side-news.current .aco-cont .side-cate-ul {
  padding: 10px 20px 0;
}

.side-news.current .side-cate-ul li + li {
  margin: 10px 0 0;
}

.side-news.current .side-cate-ul li a {
  color: #0dabe0;
}

.side-news.current .side-cate-ul li a:before {
  content: ">";
  display: inline-block;
  padding: 0 5px 0 0;
}


.water-service .box-ul li {
  background: #fefaed;
  min-height: 425px;
  text-align: center;
}

.water-service .box-ul li.box01 {
  background: #fff;
  border: solid 2px #fdc236;
  border-radius: 10px;
}

.top .cont02 .water-service .box-ul li.box01 {
  background: #fff;
}

.water-service .box-ul li .box-ttl {
  background: url(../img/common/bg01.png);
  padding: 10px 15px 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.water-service .box-ul li .box-ttl:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: solid 3px #fff;
  bottom: 8px;
  left: 0;
}

.water-service .box-ul li.box01 .ttl {
  background: url(../img/common/bg02.png);
  height: 80px;
  position: relative;
}

.water-service .box-ul li.box01 .ttl .img {
  display: block;
  position: absolute;
  top: -20px;
  left: -10px;
}

.water-service .box-ul li.box01 .ttl .img img {
  width: 332px;
}

.water-service .box-ul li.box01 .text {
  background: #fff;
  padding: 40px 10px 30px;
}

.water-service .box-ul li.box01 .text img {
  width: 100%;
}

.water-service .box-ul li .box-cont {
  padding: 15px;
  font-weight: bold;
}

.water-service .box-ul li .box-cont .img {
  width: 286px;
  margin: auto;
}

.water-service .box-ul li .box-cont .text-wrap {
  margin-top: 10px;
}

.water-service .box-ul li .box-cont .text {
  font-size: 18px;
  margin: 0;
}

.water-service .box-ul li .box-cont .price {
  font-size: 24px;
  color: #fb4671;
  margin-bottom: 0;
}

.water-service .box-ul li .box-cont .price span {
  font-size: 36px;
}

.water-service .box-ul li .box-cont .btn {
  height: 50px;
  line-height: 52px;
}

.water-service .box-ul li .box-cont .btn a {
  background-size: 26px 26px;
  font-size: 20px;
}

#main .water-service .box-ul {
  padding: 10px 0;
}

#main .water-service .box-ul li {
  width: 245px;
  float: left;
  min-height: 345px;
}

#main .water-service .box-ul li + li {
  margin: 0 0 0 5px;
}

#main .water-service .box-ul li:nth-child(n+4) {
  margin-top: 10px;
}

#main .water-service .box-ul li:nth-child(3n+1) {
  clear: both;
}

#main .water-service .box-ul li.box01 .ttl {
  height: 60px;
}

#main .water-service .box-ul li.box01 .ttl .img img {
  width: 255px;
}

#main .water-service .box-ul li.box01 .text {
  padding: 30px 5px 15px;
}

#main .water-service .box-ul li.box01 .cap {
  display: block;
  font-size: 10px;
  text-align: center;
}

#main .water-service .box-ul li .box-ttl {
  margin: 0;
  font-size: 16px;
}

#main .water-service .box-ul li .box-cont {
  padding: 10px;
}

#main .water-service .box-ul li .box-cont .img {
  width: 222px;
}

#main .water-service .box-ul li .box-cont .text {
  font-size: 14px;
}

#main .water-service .box-ul li .box-cont .price {
  font-size: 20px;
}

#main .water-service .box-ul li .box-cont .price span {
  font-size: 30px;
}

#main .water-service .box-ul li .box-cont .btn {
  height: 44px;
  line-height: 46px;
}

#main .water-service .box-ul li .box-cont .btn a {
  font-size: 16px;
}

.other-service .box-ul li {
  min-height: 218px;
  position: relative;
}

.other-service .box-ul li .box-ttl {
  background: url(../img/common/bg01.png);
  padding: 8px 10px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
  position: relative;
}

.other-service .box-ul li .box-ttl:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: solid 3px #fff;
  bottom: 5px;
  left: 0;
}

.other-service .box-ul li .box-cont {
  padding: 20px;
}

.other-service .box-ul li .box-cont .img {
  width: 128px;
  float: left;
}

.other-service .box-ul li .box-cont .text-wrap {
  width: 136px;
  float: right;
}

#main .other-service .box-ul li {
  background: #fefaed;
  width: 49%;
  min-height: 212px;
}

#main .other-service .box-ul li:nth-child(odd) {
  clear: both;
  float: left;
}

#main .other-service .box-ul li:nth-child(even) {
  float: right;
}

#main .other-service .box-ul li:nth-child(n+3) {
  margin: 10px 0 0;
}

#main .other-service .box-ul li .box-ttl {
  font-size: 16px;
}

#main .other-service .box-ul li .box-cont {
  padding: 10px;
}

#main .other-service .box-ul li .box-cont .img {
  width: 148px;
}

#main .other-service .box-ul li .box-cont .text-wrap {
  width: 190px;
}

#main .other-service .box-ul li .box-cont .text-wrap .btn {
  position: absolute;
  width: 190px;
  height: 44px;
  line-height: 42px;
  bottom: 13px;
  right: 10px;
}

/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/
#main {
  width: 750px;
  float: right;
}

#main .bread-ul {
  margin: 0 0 40px;
}

#main .bread-ul li {
  float: left;
  padding-right: 15px;
}

#main .bread-ul li + li:before {
  content: "＞";
  display: inline-block;
  padding-right: 15px;
}

#main .bread-ul li a {
  text-decoration: underline;
}

#main .page-ttl {
  margin: 0 0 50px;
}

#main .page-text {
  margin: 0 0 30px;
}

#main .cont + .cont {
  margin: 40px 0 0;
}

.common-table {
  width: 100%;
}

.common-table tr {
  border-bottom: solid 1px #0dabe0;
}

.common-table tr:first-child {
  border-top: solid 1px #0dabe0;
}

.common-table th,
.common-table td {
  padding: 20px;
  vertical-align: top;
}

.common-table th {
  background: #e2f8ff;
  width: 190px;
  color: #0dabe0;
  text-align: left;
  box-sizing: border-box;
}

#main .main-contact {
  background: url(../img/common/bg03.png);
}

#main .main-contact .cont-ttl {
  margin: 0;
}

#main .main-contact .left-block {
  width: 370px;
  padding: 20px 10px;
  float: left;
}

#main .main-contact .left-block .inr-ttl {
  display: inline-block;
  line-height: 25px;
  padding: 0 10px 0 0;
}

#main .main-contact .left-block .inr-ttl img {
  height: 16px;
  vertical-align: middle;
}

#main .main-contact .left-block .time img {
  height: 25px;
}

#main .main-contact .left-block .tel {
  margin: 10px 0 0;
}

#main .main-contact .left-block .tel img {
  width: 370px;
}

#main .main-contact .mail-btn {
  width: 320px;
  padding: 20px 10px;
  float: right;
}

#main .main-contact .mail-btn a {
  display: inline-block;
  background: #fdc236;
  width: 100%;
  height: 66px;
  line-height: 68px;
  text-align: center;
  box-shadow: 0 3px 0 #e8a336;
  border-radius: 5px;
}

#main .main-contact .mail-btn a img {
  height: 22px;
  vertical-align: middle;
}

#main .anchor-ul li {
  background: url(../img/common/arrow05.png) 98% center no-repeat #fefaed;
  background-size: 20px;
  width: 243px;
  float: left;
  box-sizing: border-box;
  border: solid 2px #0dabe0;
  border-radius: 5px;
}

#main .anchor-ul li + li {
  margin: 0 0 0 10px;
}

#main .anchor-ul li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

#main .anchor-ul li:nth-child(n+4) {
  margin-top: 10px;
}

#main .anchor-ul li a {
  display: block;
  padding: 5px 30px 5px 5px;
  color: #38b6e0;
}

#main .anchor-ul li .box-ttl {
  width: 56%;
  margin: 0;
  float: right;
}

#main .anchor-ul li .img {
  width: 40%;
  float: left;
}

#main .anchor-ul.type01 li .box-ttl {
  width: 71%;
}

#main .anchor-ul.type01 li .img {
  width: 25%;
}


/*------------------------------------------------------------------------------
  top
------------------------------------------------------------------------------*/
.top .cont {
  padding: 40px 0;
}

.top .cont.blue {
  background: #ebf8fc;
}

.top #mv {
  background: url(../img/top/mv_bg.png) no-repeat;
  background-size: cover;
  min-height: 500px;
}

.top #mv .inner-block {
  background: url(../img/top/mv_inner_bg.png) center center no-repeat;
  background-size: 100%;
  width: 1050px;
  padding: 30px 0 30px 25px;
}

@media (max-width:1080px) and (min-width: 640px) {
  .top #mv .inner-block {
    width: 1000px;
    padding: 30px 0;
  }

  .top #mv .text {
    width: calc( 100% - 250px );
  }
}

.top #mv .text {
  float: left;
}

.top #mv .urgent {
  width: 230px;
  float: left;
  margin-left: 15px;
}

.top .urgent .map-ul {
  background: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}

.top .cont .tile-ul li {
  width: 326px;
  float: left;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px;
}

.top .cont .tile-ul li + li {
  margin-left: 11px;
}

.top .cont .tile-ul li:nth-child(3n+1) {
  clear: both;
  margin-left: 0;
}

.top .cont .tile-ul li:nth-child(n+4) {
  margin-top: 30px;
}

.top .cont01 .link-ul li .ttl {
  background: url(../img/common/bg04.png);
  height: 60px;
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #0dabe0;
  text-align: center;
  letter-spacing: 0.5em;
  padding-left: 20px;
  position: relative;
  border-radius: 5px;
}

.top .cont01 .link-ul li .ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 42px;
  height: 44px;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top .cont01 .link-ul .link01 .ttl:before {
  background: url(../img/top/cont01_link01_ttl_icon.png) no-repeat;
  background-size: 80%;
}

.top .cont01 .link-ul .link02 .ttl:before {
  background: url(../img/top/cont01_link02_ttl_icon.png) no-repeat;
  background-size: 80%;
}

.top .cont01 .link-ul .link03 .ttl:before {
  background: url(../img/top/cont01_link03_ttl_icon.png) no-repeat;
  background-size: 80%;
}

.top .cont01 .link-ul li .ttl:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/top/cont01_link_ttl_bottom.png) no-repeat;
  background-size: 100%;
  width: 26px;
  height: 32px;
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

.top .cont01 .link-ul li .text {
  min-height: 180px;
  padding: 10px 20px 10px 55%;
  margin: 25px 0 0 0;
  position: relative;
  box-sizing: border-box;
}

.top .cont01 .link-ul li.link01 .text {
  background: url(../img/top/cont01_link01_bg.png) -30px bottom no-repeat #fef9e7;
  background-size: 70%;
}

.top .cont01 .link-ul li.link02 .text {
  background: url(../img/top/cont01_link02_bg.png) -20px bottom no-repeat #fef9e7;
  background-size: 70%;
}

.top .cont01 .link-ul li.link03 .text {
  background: url(../img/top/cont01_link03_bg.png) -20px bottom no-repeat #fef9e7;
  background-size: 70%;
}

.top .cont .box-ul li {
  background: #fefaed;
  float: left;
}

.top .cont .box-ul li .box-cont .img {
  border-radius: 5px;
  overflow: hidden;
}

.top .cont .box-ul li .box-cont .img img {
  width: 100%;
}

.top .cont02 .cont-btn {
  margin-top: 40px;
  height: 80px;
  line-height: 82px;
}

.top .cont02 .cont-btn a {
  display: block;
  background: url(../img/common/arrow01.png) 8% center no-repeat #fb4671;
  background-size: 38px 38px;
  width: 600px;
  padding-left: 20px;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
  border-radius: 5px;
}

.top .cont02 .cont-btn a img {
  vertical-align: middle;
}

.top .cont03 .box-ul li.box05 {
  background: none;
  width: 656px;
}

.top .cont05 .news-box {
  width: 326px;
  float: left;
}

.top .cont05 .news-box + .news-box {
  margin-left: 11px;
}

.top .cont05 .news-box .news-ttl {
  background: url(../img/common/bg01.png);
  height: 60px;
  line-height: 62px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.5em;
  padding-left: 25px;
  margin-bottom: 25px;
  position: relative;
  border-radius: 5px;
  z-index: 2;
}

.top .cont05 .news-box .news-ttl:before {
  position: absolute;
  content: "";
  display: block;
  width: 42px;
  height: 44px;
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.top .cont05 .news-box.news01 .news-ttl:before {
  background: url(../img/top/cont05_news01_ttl_icon.png) no-repeat;
  background-size: 100%;
}

.top .cont05 .news-box.news02 .news-ttl:before {
  background: url(../img/top/cont05_news02_ttl_icon.png) no-repeat;
  background-size: 100%;
}

.top .cont05 .news-box.news03 .news-ttl:before {
  background: url(../img/top/cont05_news03_ttl_icon.png) no-repeat;
  background-size: 100%;
}

.top .cont05 .news-box .news-ttl:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/top/cont05_news_ttl_bottom.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 15px;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.top .cont05 .news-ul {
  padding: 0 20px;
}

.top .cont05 .news-ul li .img {
  width: 128px;
}

.top .cont05 .news-ul li .text {
  width: 136px;
}

.top .cont05 .news-ul li .text .date {
  font-weight: bold;
}

.top .cont05 .news-ul li .text .ttl {
  font-size: 16px;
  min-height: 60px;
  color: #0dabe0;
  padding: 0 0 40px;
  margin: 0;
}

.top .cont05 .news-ul li .text .more-btn {
  position: absolute;
  background: url(../img/common/arrow02.png) 10% center no-repeat #fff;
  background-size: 11px 10px;
  width: 104px;
  height: 28px;
  padding-left: 20px;
  line-height: 26px;
  font-size: 12px;
  font-weight: bold;
  color: #0dabe0;
  text-align: center;
  right: 0;
  bottom: 20px;
  border: solid 1px #0dabe0;
  border-radius: 5px;
  box-sizing: border-box;
}

@media (min-width:640px) {
  .top .cont05 .news-ul li a:hover {
    opacity: 1;
  }

  .top .cont05 .news-ul li a:hover .text .more-btn {
    background: url(../img/common/arrow03.png) 10% center no-repeat #0dabe0;
    background-size: 11px 10px;
    color: #fff;
  }
}

.top .cont05 .news-box .btn {
  background: #fef9e7;
  box-shadow: none;
}

/*------------------------------------------------------------------------------
  service
------------------------------------------------------------------------------*/
 .step-ul li {
  position: relative;
}

.step-ul li + li {
  margin: 70px 0 0;
}

.step-ul li .step-ttl {
  line-height: 52px;
  padding: 0 0 0 110px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #00a0e9;
  border-radius: 5px;
}

.step-ul .step01 .step-ttl {
  background: url(../img/service/step01_icon.png) 10px center no-repeat #e1f5fb;
}
.step-ul .step02 .step-ttl {
  background: url(../img/service/step02_icon.png) 10px center no-repeat #e1f5fb;
}
.step-ul .step03 .step-ttl {
  background: url(../img/service/step03_icon.png) 10px center no-repeat #e1f5fb;
}
.step-ul .step04 .step-ttl {
  background: url(../img/service/step04_icon.png) 10px center no-repeat #e1f5fb;
}
.step-ul .step05 .step-ttl {
  background: url(../img/service/step05_icon.png) 10px center no-repeat #e1f5fb;
}

.step-ul li .text {
  min-height: 130px;
  padding: 30px 0 0 260px;
}

.step-ul li.step01 .text {
  background: url(../img/service/step01_bg.png) no-repeat;
}
.step-ul li.step02 .text {
  background: url(../img/service/step02_bg.png) no-repeat;
}
.step-ul li.step03 .text {
  background: url(../img/service/step03_bg.png) no-repeat;
}
.step-ul li.step04 .text {
  background: url(../img/service/step04_bg.png) no-repeat;
}
.step-ul li.step05 .text {
  background: url(../img/service/step05_bg.png) no-repeat;
}

.step-ul li + li:before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/service/arrow01.png) no-repeat;
  width: 82px;
  height: 22px;
  top: -62px;
  left: 0;
  right: 0;
  margin: auto;
}

.step-ul li.step01 .text .link {
  color: #0dabe0;
}

/*------------------------------------------------------------------------------
  price
------------------------------------------------------------------------------*/
.price .cont01 {
  background: #f6fcfe;
  padding: 20px;
  border: solid 2px #0dabe0;
  border-radius: 10px;
}

.cont01 .ttl {
  padding: 0 0 5px;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #0dabe0;
  border-bottom: dotted 3px #0dabe0;
}

.cont01 .ttl:before {
  content: "●";
  display: inline-block;
  padding: 0 10px 0 0;
  color: #9ce7f9;
}

.cont02 .text .fw-bold {
  font-weight: bold;
}

.cont04 {
  text-align: center;
  border-radius: 10px;
  border: solid 2px #fdc236;
}

.cont04 .ttl {
  background: url(../img/common/bg02.png);
  padding: 10px 0;
  margin: 0;
  border-radius: 8px 8px 0 0;
}

.cont04 .text {
  padding: 15px 0;
}

.aco-box {
  background: #fefaed;
  border: solid 2px #0dabe0;
  border-radius: 5px;
  overflow: hidden;
}

.aco-box + .aco-box {
  margin: 20px 0 0;
}

.aco-box .aco-ttl {
  background: #00a0e9;
  padding: 0 20px;
  margin: 0;
  line-height: 75px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.aco-box .aco-ttl.type01 {
  padding: 20px;
  line-height: 1.6;
}

.aco-box .aco-ttl .price-box {
  position: absolute;
  display: block;
  background: #fff;
  width: 440px;
  height: 55px;
  line-height: 57px;
  font-size: 16px;
  color: #666;
  text-align: center;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  box-sizing: border-box;
}

.aco-box .aco-ttl.type01 .price-box {
  height: 88px;
  line-height: 1.4;
  padding: 0 0 0 4.5em;
  text-indent: -4.5em;
}

.aco-box .aco-ttl .price-box .price {
  padding: 0 10px;
  font-size: 36px;
  color: #fb4671;
}

.aco-box .aco-ttl.type01 .price-box .price {
  font-size: 30px;
}

.aco-box .aco-cont {
  display: none;
  padding: 20px 20px 0;
}

.aco-box .aco-cont .aco-inr-ttl {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #00a0e9;
}

.aco-box .aco-cont .aco-ul {
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: dotted 2px #00a0e9;
}

.aco-box .aco-cont .aco-ul li {
  display: inline-block;
  width: 224px;
  text-align: left;
  vertical-align: top;
}

.aco-box .aco-cont .aco-ul li + li {
  margin: 0 0 0 12px;
}

.aco-box .aco-cont .aco-ul li .text {
  padding: 5px;
}

.aco-box .aco-cont .aco-ul li .text .fw-bold {
  display: inline-block;
  font-weight: bold;
  padding: 0 0 5px;
}

.aco-box .aco-cont .aco-table {
  width: 100%;
  margin: 0 0 10px;
}

.aco-box .aco-cont .aco-table td,
.aco-box .aco-cont .aco-table th {
  padding: 20px 0;
  text-align: center;
}

.aco-box .aco-cont .aco-table tr {
  border-bottom: solid 1px #0dabe0;
}

.aco-box .aco-cont .aco-table tr:first-child {
  border-top: solid 1px #0dabe0;
}

.aco-box .aco-cont .aco-table th {
  background: #e2f8ff;
  width: 230px;
  color: #00a0e9;
}

.aco-box .aco-cont .aco-table td {
  background: #fff;
  color: #333;
}

.aco-box .aco-cont .cap {
  padding: 10px;
  margin: 0 0 10px;
  font-size: 12px;
  border: solid 1px #666;
}

.aco-box .aco-cont .text .fw-blod {
  font-weight: bold;
}

.aco-box .aco-btn {
  background: url(../img/price/aco_btn_open.png) center center no-repeat;
  height: 50px;
}

.aco-box .aco-btn.open {
  background: url(../img/price/aco_btn_close.png) center center no-repeat;
}

.aco-box .aco-contact-ttl {
  margin: 30px 0 10px;
}

.aco-box .left-block {
  padding: 20px 20px 0;
  float: left;
  text-align: center;
}

.aco-box .left-block .tel img {
  height: 30px;
}

.aco-box .left-block .tel .time {
  display: block;
  margin: 5px 0 0;
}

.aco-box .left-block .tel .time img {
  height: 26px;
}

.price .aco-box .mail-btn {
  width: 320px;
  height: 66px;
  line-height: 68px;
  margin: 20px 0;
  float: right;
}

.price .aco-box .mail-btn a {
  display: block;
  background: #fdc236;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #e8a336;
  border-radius: 5px;
}

.price .aco-box .mail-btn a img {
  height: 22px;
  vertical-align: middle;
}

.tel2 img {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.mail-btn2 img {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}




/*------------------------------------------------------------------------------
  case / voice / blog
------------------------------------------------------------------------------*/
#main .news .cate-ul li {
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0 0 5px;
}

#main .news .cate-ul li a {
  display: block;
  background: url(../img/common/arrow06.png) 10px center no-repeat #fff;
  background-size: 6px;
  min-width: 50px;
  height: 34px;
  padding: 0 15px 0 20px;
  line-height: 36px;
  color: #0dabe0;
  text-align: center;
  border: solid 1px #0dabe0;
  border-radius: 5px;
}

#main .news .cate-ul li.current a {
  background: url(../img/common/arrow07.png) 10px center no-repeat #0dabe0;
  background-size: 6px;
  color: #fff;
}

@media (min-width:640px) {
  #main .news .cate-ul li a:hover {
    background: url(../img/common/arrow07.png) 10px center no-repeat #0dabe0;
    background-size: 6px;
    color: #fff;
  }
}

#main .news .article-ul li,
.washer_quick_repair .blog .article-ul li {
  padding: 30px 0;
  border-bottom: dotted 2px #0dabe0;
}


#main .news .article-ul li a,
.washer_quick_repair .blog .article-ul li a {
  display: block;
  position: relative;
}

#main .news .article-ul li .img {
  width: 280px;
  float: left;
}

#main .news .article-ul li .text {
  width: 440px;
  float: right;
}

#main .news .article-ul li .text .icon,
.washer_quick_repair .blog .article-ul li .text .icon {
  display: inline-block;
  background: #fb4671;
  padding: 0 10px;
  height: 32px;
  line-height: 34px;
  color: #fff;
  border-radius: 5px;
}

#main .news .article-ul li .text .date,
.washer_quick_repair .blog .article-ul li .text .date {
  margin: 10px 0;
}

#main .news .article-ul li .text .ttl,
.washer_quick_repair .blog .article-ul li .text .ttl {
  margin: 0 0 50px;
  font-size: 20px;
  font-weight: bold;
  color: #0dabe0;
}

#main .news .article-ul li .text .btn,
.washer_quick_repair .blog .article-ul li .text .btn {
  position: absolute;
  background: url(../img/common/arrow01.png) 8% center no-repeat #fdc236;
  background-size: 18px 18px;
  width: 216px;
  height: 50px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  text-align: center;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #e8a336;
  border-radius: 5px;
  border: solid 2px #fdc236;
}

#main .news .pager-ul {
  margin: 50px 0 0;
  text-align: center;
}

#main .news .pager-ul li {
  display: inline-block;
  line-height: 35px;
  font-weight: bold;
  padding: 0 5px 0 0;
}

#main .news .pager-ul li a {
  display: block;
  background: #d9f3fa;
  padding: 0 13px;
  color: #0dabe0;
  border-radius: 5px;
}

#main .news .pager-ul li.current{
  background: #0dabe0;
  color: #fff;
  padding: 0 13px;
  border-radius: 5px;
  margin: 0 5px 0 0;
}

.detail #main .news .pager-ul li.current{
  background:none;
}

.detail #main .news .pager-ul li.current a{
  background: #0dabe0;
  color: #fff;
}

@media (min-width:640px) {
  #main .news .pager-ul li a:hover {
    background: #0dabe0;
    color: #fff;
  }
}

.voice #main .news .article-ul li .text {
  float: left;
}

.voice #main .news .article-ul li .text .icon {
  background: #0dabe0;
}

.voice #main .news .article-ul li .text .ttl {
  margin: 10px 0;
}

.voice #main .news .article-ul li .img-box {
  width: 280px;
  float: right;
  text-align: center;
}

.voice #main .news .article-ul li .img-box .img {
  width: 100%;
  float: none;
}

.voice #main .news .article-ul li .img-box .name {
  margin: 5px 0 0;
}

/*------------------------------------------------------------------------------
  case / voice / blog - detail
------------------------------------------------------------------------------*/
#main .news-detail .news-ttl {
  padding: 0 0 30px;
  border-bottom: dotted 2px #0dabe0;
  position: relative;
}

#main .news-detail .news-ttl .icon {
  display: inline-block;
  background: #fb4671;
  padding: 0 10px;
  height: 32px;
  line-height: 34px;
  color: #fff;
  border-radius: 5px;
}

#main .news-detail .news-ttl .ttl {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: #0dabe0;
}

#main .news-detail .news-ttl .date {
  position: absolute;
  right: 0;
  bottom: 10px;
}

#main .news-detail .news-text {
  padding: 20px 0;
  margin: 0 0 60px;
}

#main .news-detail .news-text .img {
  width: 280px;
  float: right;
  margin: 0 0 20px 20px;
}

#main .news-detail .news-text p {
  margin: 0 0 20px;
}

#main .news .relation-ttl {
  padding: 0 0 20px;
  margin: 0;
  border-bottom: dotted 2px #0dabe0;
}

.voice.detail #main .news-detail .news-ttl .icon {
  background: #0dabe0;
}

.voice.detail #main .news-detail .news-ttl .name {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  area
------------------------------------------------------------------------------*/
.area .cont01 .img {
  width: 236px;
  float: left;
}

.area .cont01 .anchor-ul {
  width: 496px;
  float: right;
}

.area #main .cont01 .anchor-ul li {
  line-height: 48px;
}

.area #main .cont01 .anchor-ul li a {
  padding: 0 20px;
}

.area #main .anchor-ul li:nth-child(odd) {
  margin: 0;
}

.area #main .anchor-ul li:nth-child(even) {
  float: right;
}

.area #main .anchor-ul li:nth-child(n+3) {
  margin: 10px 0 0 0;
}

.area #main .anchor-ul li:nth-child(3n+1) {
  clear: none;
}

.area .cont .text-ttl {
  display: inline-block;
  background: #0dabe0;
  line-height: 32px;
  padding: 0 30px;
  margin: 0 0 10px;
  color: #fff;
  border-radius: 5px;
}

.area #main .cont .box .text {
  margin: 0 0 20px;
}

/*------------------------------------------------------------------------------
  company
------------------------------------------------------------------------------*/
.company .company-point .box {
  padding: 100px 20px 50px;
}

/*------------------------------------------------------------------------------
  qa
------------------------------------------------------------------------------*/
.cont01 .box {
  padding: 30px 0;
  border-bottom: dotted 2px #0dabe0;
}

.cont01 .question {
  background: url(../img/qa/icon_q.png) left center no-repeat;
  line-height: 52px;
  padding: 0 0 0 70px;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  color: #0dabe0;
}

.cont01 .answer {
  background: url(../img/qa/icon_a.png) left center no-repeat;
  min-height: 52px;
  padding: 5px 70px;
}

.cont01 .answer.type01 {
  line-height: 52px;
}

.cont01 .btn {
  width: 216px;
  height: 50px;
  line-height: 52px;
  margin: 30px auto;
  font-size: 18px;
}

.cont01 .btn a {
  background-position: 92% center;
  padding: 0 20px 0 0;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
.contact .cont01 .box {
  width: 564px;
  margin: auto;
  text-align: center;
}

.contact .cont01 .box .ttl {
  background: url(../img/common/bg05.png);
  padding: 10px 0;
  margin: 0;
}

.contact .cont01 .box .ttl img {
  height: 32px;
}

.contact .cont01 .box .tel {
  background: url(../img/common/bg03.png);
  padding: 10px 0;
}

.contact .cont01 .box .tel .number img {
  height: 24px;
}

.contact .cont01 .box .tel .time {
  padding: 5px 10px;
}

.contact .cont01 .box .tel .time img {
  height: 25px;
}

form .common-table th .required {
  display: inline-block;
  background: #fb4671;
  padding: 2px 5px;
  margin: 0 0 0 10px;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  border-radius: 5px;
}

form .common-table input[type="text"],
form .common-table input[type="email"] {
  width: 390px;
  padding: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}

form .common-table textarea {
  width: 520px;
  height: 194px;
  padding: 5px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
}

form .common-table label {
  display: inline-block;
  padding: 0 30px 0 0;
  cursor: pointer;
}

form .common-table .validate-text {
  margin: 5px 0 0;
  font-size: 12px;
  color: #fb4671;
}

form .btn-area {
  margin: 30px 0 0;
  text-align: center;
}

form .btn-area .btn {
  display: inline-block;
  background: #00a0e9;
  width: 216px;
  height: 50px;
  line-height: 52px;
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 0 #0c88b1;
  border:none;
}

form .btn-area .btn.back{
  background: #9f9f9f;
  box-shadow: 0 3px 0 #5f5f5f;
}

.contact form .error{
  font-weight: bold;
}

.finish .btn-area{
  text-align: center;
}

.finish .contact-finish-title{
 font-size: 36px;
 font-weight: bold;
 color: #0dabe0;
 margin: 0 0 20px;
}

.finish .btn-area{
  margin: 20px 0 0;
}

.finish .btn-area .btn{
  display: inline-block;
  background: #00a0e9;
  width: 216px;
  height: 50px;
  line-height: 52px;
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 0 #0c88b1;
  border:none;
  border-radius: 5px;
}

.error404 h2{
 font-size: 36px;
 font-weight: bold;
 color: #0dabe0;
 margin: 0 0 20px;
}

.error404 .btn-area{
  margin: 20px 0 0;
  text-align: center;
}

.error404 .btn-area .btn{
  display: inline-block;
  background: #00a0e9;
  width: 216px;
  height: 50px;
  line-height: 52px;
  margin: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  box-shadow: 0 3px 0 #0c88b1;
  border:none;
  border-radius: 5px;
}

/*------------------------------------------------------------------------------
  sitemap
------------------------------------------------------------------------------*/
.sitemap .cont01 .ttl {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: solid 1px #0dabe0;
}

.cont01 .ttl a {
  display: inline-block;
  background: url(../img/common/arrow05.png) right center no-repeat;
  background-size: 22px;
  padding: 0 40px 0 0;
  color: #0dabe0;
}

.sitemap .cont01 .ul-ttl {
  width: 190px;
  line-height: 32px;
  text-align: center;
}

.cont01 .ul-ttl a {
  background: url(../img/common/arrow05.png) 5% center no-repeat #0dabe0;
  display: block;
  color: #fff;
  border-radius: 5px;
}

.sitemap .cont01 .link-ul {
  padding: 0 40px 20px 30px;
}

.sitemap .cont01 .link-ul li {
  float: left;
  text-align: right;
}

.sitemap .cont01 .link-ul.type01 li {
  width: 33%;
}

.sitemap .cont01 .link-ul.type02 li {
  width: 23.5%;
}

.sitemap .cont01 .link-ul.type02 li + li {
  margin-left: 2%;
}

.sitemap .cont01 .link-ul.type01 li:nth-child(3n+1) {
  clear: both;
}

.sitemap .cont01 .link-ul.type01 li:nth-child(n+4) {
  margin: 20px 0 0;
}

.sitemap .cont01 .link-ul li a {
  display: inline-block;
  background: url(../img/common/arrow05.png) right center no-repeat;
  background-size: 15px;
  padding: 0 30px 0 0;
  color: #0dabe0;
}

/*------------------------------------------------------------------------------
  ブログタイトル用style
------------------------------------------------------------------------------*/
.blog.detail h2,
.voice.detail h2 ,
.case.detail h2  {
  background: #f0f0f0;
  font-size: 24px;
  font-weight: bold;
  border-left: solid 3px #0dabe0;
  line-height: 1.0;
  padding: 10px 0px 10px 20px;
  margin: 0 0 20px;
}

.blog.detail h3,
.voice.detail h3,
.case.detail h3 {
  border-bottom: solid 2px #0dabe0;
  color: #0dabe0;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.blog.detail h4,
.voice.detail h3,
.case.detail h3 {
  color: #0dabe0;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  position: relative;
}

.blog.detail h4:before,
.voice.detail h4:before,
.case.detail h4:before {
  content: "●";
  color: #0dabe0;
  font-size: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.blog.detail img,
.voice.detail img,
.case.detail img {
  display: block;
  margin: 10px 0;
}


/*------------------------------------------------------------------------------
  工事依頼テーブル
------------------------------------------------------------------------------*/
.page-template-page-no_header_footer * {
  box-sizing: border-box;
}

.c-table input[type="text"],
.c-table textarea {
  background: #f9f9f9;
  display: block;
  font-size: 16px;
  padding: 11px 15px;
  width: 420px;
  transition: 0.8s;
  border-radius: 0;
  border: 1px solid #e4e4e4;
}
.c-table input[type="text"].long {
  width: 100%;
}
.c-table input[type="text"].short {
  display: inline-block;
  width: 150px;
}
.c-table input[type="text"].has-unit {
  display: inline-block;
  width: 80px;
}

.c-table input[type="text"]:focus,
.c-table textarea:focus {
  background: #fceee3;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.c-table textarea[name="content"] {
  display: inline-block;
  width: 520px;
  height: 300px;
}

.c-table input::placeholder,
.c-table textarea::placeholder {
  color: #ccc;
}

.c-table ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.c-table ::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.c-table :-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.c-table .form-table {
  width: 1040px;
  margin: 40px auto 60px;
}

.c-table .form-table th,
.c-table .form-table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.c-table .form-table th {
  background: #f9f9f9;
  padding-left: 30px;
  text-align: left;
  width: 240px;
}

@media screen and (min-width: 641px) {
  .contact .c-table .form-table tr:last-child th {
    vertical-align: top;
    padding: 20px 30px;
  }
  .mw_wp_form .c-table .horizontal-item + .horizontal-item {
    margin-left: 40px;
  }
  .c-table .radio-list .horizontal-item:nth-child(5n) {
    margin-left: 0;
  }
}

.c-table .form-table td {
  padding: 20px 30px;
  background: #fdfdfd
}

.c-table .radio-list input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.c-table .radio-list label span {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  line-height: 2.2;
}

.c-table .radio-list label span:before {
  border: 1px solid #cecece;
  top: 8px;
  left: 0;
  width: 18px;
  height: 18px;
}
.radio-list label input:checked + span:after {
  opacity: 1;
}

.c-table .radio-list label span:after {
  background: #0ca3d6;
  opacity: 0;
  top: 12px;
  left: 4px;
  width: 10px;
  height: 10px;
  transition: all 0.4s;
}

.radio-list label span:before, .radio-list label span:after {
  border-radius: 50%;
  content: "";
  position: absolute;
}

.c-table .radio-list label .radio-field-text {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.c-table .radio-list label input:checked + span:after {
  opacity: 1;
}


.form-table-title {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}

.page-template-page-no_header_footer #header {
  background-color: rgba(255, 255, 255, 1);
  position: fixed;
  width: 100%;
  z-index: 999;
  height: 95px;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.15);
  border-bottom: 1px solid #0ca3d6;
}

.page-template-page-no_header_footer #content {
  padding-top: 90px;
}


.page-template-page-no_header_footer input[type="text"].long {
  width: 100%;
}
.page-template-page-no_header_footer input[type="text"].short {
  display: inline-block;
  width: 150px;
}
.page-template-page-no_header_footer input[type="text"].has-unit {
  display: inline-block;
  width: 80px;
}


.page-template-page-no_header_footer .c-btn > * {
  color: #fff;
  display: block;
  cursor: pointer;
  background: #0ca3d6;
  line-height: 48px;
  border-radius: 24px;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
  border: 2px solid transparent;
  width: 100%;
  font-size: 16px;
}

.page-template-page-no_header_footer .ie .c-btn > * {
  line-height: 1;
  padding: 18px 0 14px;
}

.page-template-page-no_header_footer .c-btn.white > * {
  background: #fff;
  color: #0ca3d6;
  border: 2px solid #0ca3d6;
}

@media screen and (min-width: 641px) {
  .page-template-page-no_header_footer .c-btn > *:hover {
    letter-spacing: 0.2em;
    background: #fff;
    opacity: 1;
    color: #0ca3d6;
    border: 2px solid #0ca3d6;
  }
  .page-template-page-no_header_footer .c-btn.white > *:hover {
    background: #0ca3d6;
    color: #fff;
    border: 2px solid #0ca3d6;
  }
}

.page-template-page-no_header_footer .c-btn {
  text-align: center;
}


.page-template-page-no_header_footer .c-btn {
  width: 320px;
  margin: 0 auto;
  cursor: pointer;
}
.page-template-page-no_header_footer .mw_wp_form_confirm .c-btn {
  display: inline-block;
}
.page-template-page-no_header_footer .mw_wp_form_confirm .c-btn + .c-btn {
  margin-left: 10px;
}


.page-template-page-no_header_footer .unfixed-check-div {
  margin: 5px 0 0;
}

.page-template-page-no_header_footer .notice {
  margin: 5px 0 0;
}
.page-template-page-no_header_footer .contact.finish {
  padding-top: 60px;
}

#header .no-logo {
  font-size: 30px;
  font-weight: bold;
}
#footer .no-logo {
  color: #fff;
  font-size: 20px;
}

.post-header {
  display:none;
}
div.contact,
div.tel {<
margin: 0 0 25px;
}
.button {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  color: #fff;
  font-size: medium;
  border: none;
  background: #2581c4;
  margin: 0 0%;
  padding: 1em 0;
  cursor: pointer;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  -webkit-appearance: none;
  display: block;
  text-align: center;
  text-decoration: none;
}
.button.line {
  background: #2cbf13;
}

.button.line {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,sans-serif;
  color: #fff;
  font-size: medium;
  border: none;
  background: #2cbf13;
  margin: 20px 0 0;
  padding: 1em 0;
  cursor: pointer;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
  -webkit-appearance: none;
  display: block;
  text-align: center;
  text-decoration: none;
}

.line-wrap {
  max-width: 740px;
  margin: 40px auto -40px;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
#main .news-detail .news-text:after,
#main .news .article-ul li a:after,
.area .cont01 .box:after,
.price .aco-contact:after,
#main .anchor-ul li a:after,
#main .anchor-ul:after,
.main-contact:after,
.sitemap .link-ul:after,
.bread-ul:after,
.news-ul li a:after,
.box-ul li .box-cont:after,
.other-service .box-ul:after,
.water-service .box-ul:after,
.top ul:after,
.top #mv:after,
#content:after,
#header .contact-area:after,
#header:after,
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
.ib {
  display: inline-block;
}

.table02 {
  width: 100%;
  border: solid 1px #ededed;
}
.table02 tr {
  border-bottom: solid 1px #0dabe0;
}
.table02 tr:first-child {
  border-top: solid 1px #0dabe0;
}
.table02 th {
  background: #e2f8ff;
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
}
.table02 th,
.table02 td {
  padding: 20px 0;
  text-align: center;
}
.table02 .red {
  color: #fb4671;
  font-size: 20px;
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  washer_quick_repair
------------------------------------------------------------------------------*/
.washer_quick_repair .service-example .step-ul li + li:before {
  top: -47px;
}
.washer_quick_repair .service-example .step-ul .step-ttl {
  line-height: 40px;
}
.washer_quick_repair .service-example .step-ul .step06 .step-ttl{
  background: url(../img/service/step05_icon.png) 10px center no-repeat #e1f5fb;
}
.washer_quick_repair .service-example .article-ul li {
  padding: 30px 0;
  border-bottom: dotted 2px #0dabe0;
  position: relative;
}
.washer_quick_repair .service-example .article-ul li::after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
.washer_quick_repair .service-example .article-ul li .img{
  margin-right: 50px;
  float: left;
  width: calc(40% - 25px);
}
.washer_quick_repair .service-example .article-ul li .img img{
  width: 100%;
}
.washer_quick_repair .service-example .article-ul li .text {
  float: right;
  text-align: left;
  width: calc(60% - 25px);
}
.washer_quick_repair .service-example .article-ul li .text .ttl {
  margin: 0 0 50px;
  font-size: 20px;
  font-weight: bold;
  color: #0dabe0;
}
.washer_quick_repair .service-example .article-ul li .text .btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.washer_quick_repair .service-example .article-ul li .text .btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  background: url(../img/common/arrow01.png) 8% center no-repeat #fdc236;
  background-size: 18px 18px;
  width: 216px;
  height: 50px;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 3px 0 #e8a336;
  border-radius: 5px;
  border: solid 2px #fdc236;
  margin-bottom: 20px;
  transition: 0.3s;
}
.washer_quick_repair .service-example .article-ul li .aco-body {
  float: right;
  text-align: left;
  width: calc(60% - 25px);
}
@media (any-hover: hover) {
  .washer_quick_repair .service-example .article-ul li .text .btn:hover {
    opacity: 0.7;
  }
}
.washer_quick_repair .service-example .article-ul li .aco-body {
  display: none;
}

.washer_quick_repair .blog .article-ul li a {
  display: flex;
  gap: 30px;
}

.fixed-line-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
