@charset "utf-8";


.service-detail .spacer-Layout .inner{
  padding-bottom: 5rem;
}
.service-detail .bg-blk{
  background-color: #333;
}
.service-detail .content-block.bg-blk:last-child{
  align-items: center;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.img picture{
  display: block;
}
.img picture img{
  width: 100%;
}
.wa .block{
  margin-bottom: 2rem;
}
.wa .block:last-child{
  margin-bottom: 0;
}
.wa .block h4,
.wa .block p,
.wa .block td{
  text-align: left;
}
.wa .block h4{
  font-weight: 600;
}
.wa .block p{
  margin-bottom: 0.2em;
}
.wa .block th{
  text-align: right;
  white-space: nowrap;
}
.wa .block th,
.wa .block td{
  padding: 0.2em 0.5em;
  vertical-align: top;
}
@media screen and (max-width:1024px){
  .content.service .main-visual .img{
    padding-top: 0;
    margin-bottom: 0;
    height: auto;
  }
  .content.service .main-visual .img img{
    position: static;
  }
}
@media screen and (max-width:640px){
  .img.logo{
    width: 320px;
    max-width:80%;
    margin: 0 auto 2rem;
  }
}
