@charset "UTF-8";
#service .service_main_content {
  margin-bottom: 80px;
}

#service .service_main_content:last-child {
  margin-bottom: 0;
}

#service .service_sub_content {
  margin-bottom: 30px;
  border: 1px solid #CCCCCC;
  padding: 30px;
}

#service .service_sub_content.img_only {
  border: none;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  /*PCのみ*/
#service .service_sub_content .service_content_inner{
	display: flex;
}
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #service .service_sub_content {
    padding: 16px;
  }
  #service .service_sub_content.img_only {
    padding: 0;
  }
}

#service .service_sub_content:last-child {
  margin-bottom: 0;
}

#service .service_sub_content .txt,
#service .service_sub_content .img {
}

#service .service_sub_content .no_img .txt,
#service .service_sub_content .no_txt .img {
  width: auto;
}

#service .service_sub_content .img {
  width: 270px;
  min-width: 270px;
  margin-left: 40px;
}

#service .service_sub_content .img img {
  width: 100%;
  height: auto;
}

#service .service_sub_content .no_txt .img {
  margin-left: 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  /*スマホのみ*/
  #service .service_sub_content .txt,
  #service .service_sub_content .img {
    width: auto;
  }
  #service .service_sub_content .txt+.img {
    margin-top: 14px;
  }
  #service .service_sub_content .img {
    text-align: center;
    margin-left: 0;
  }
}






/* ============================================================
カスタマイズ
============================================================ */
/* h2 */
#service #main h2 {
  font-weight: 700;
  }
/* h3 */
#service #main h3 {
  padding-left: 30px;
  font-weight: 700;
  position: relative;
  }
#service #main h3::before {
  width: 6px;
  height: 90%;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3px;
  background-color: #afc3d0;
  content: '';
  }
/* h4 */
#service #main h4 {
  font-weight: 700;
  }

#service .service_sub_content {
  border-color: #afc3d0;
  }

/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  /* h2 */
  #service #main h2 {
    font-size: 20px;
    }
  /* 導入文 */
  #service #main .common_donyu {
    font-size: 14px;
    }
  /* h3 */
  #service #main h3 {
    font-size: 19px;
    }
  /* 枠 */
  #service .service_sub_content {
    padding: 20px;
    }
  /* h4 */
  #service #main h4 {
    font-size: 17px;
    }
  /* 本文 */
  #service #main .txt {
    font-size: 14px;
    }

} /* end ＞767 */



/* ====================================
売却のご相談
==================================== */
#service #main h2 {
  max-width: 90%;
  padding: 12px 0;
  margin: 45px auto 27px;
  border-top: 1px solid #afc3d0;
  border-bottom: 1px solid #afc3d0;
  font-size: 30px;
  text-align: center;
  }
#service #main .common_donyu {
  text-align: center;
  }
#service #main .common_donyu .btn {
  margin-top: 27px;
  }
#service #main .common_donyu .btn a {
  width: 100%;
  max-width: 360px;
  padding: 18px 0;
  margin: 0 auto;
  display: block;
  position: relative;
  background-color: #0b6fa8;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  }
#service #main .common_donyu .btn a:hover {
  opacity: 0.8;
  transition: 0.2s;
  }
#service #main .common_donyu .btn a::after {
  width: 9px;
  height: 9px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  content: '';
  }

/* ＞767 --------------------------- */
@media screen and (max-width: 767px) {

  #service #main h2 {
    max-width: 100%;
    font-size: 21px;
    }
  #service #main .common_donyu .btn a {
    width: 84%;
    font-size: 15px;
    }

} /* end ＞767 */
