@charset "utf-8";

/*============================
#service
============================*/

#service .box > .flex {
  align-items: flex-start;
}

#service .box img {
  width: 280px;
}

#service .box .text {
  width: 440px;
}

#service .box ul.list {
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {

  #service .box img,
  #service .box .text {
    width: 100%;
  }

  #service .box img {
    margin-bottom: 20px;
  }
}


/*============================
↓↓ 以下 service直下のstyle ↓↓
============================*/

/*============================
.about
============================*/

.about .about-intro .lead {
  padding: 50px 30px;
  margin-bottom: 0;
  width: 100%;
  height: 220px;
  font-size: 18px;
  background: url(../sale/images/01.jpg)no-repeat center center;
  background-size: 100%;
  align-content: center;
}

#buying.about .about-intro .lead {
  background-image: url(../buying/images/01.jpg);
}

#loan.about .about-intro .lead {
  background-image: url(../loan/images/01.jpg);
}

#inheritance .about-intro .lead {
  background-image: url(../inheritance/images/01.jpg);
}

.list-box dl {
  letter-spacing: 0.02em;
}

.list-box dl:nth-of-type(n+2) {
  margin-top: 20px;
}

.about .pros > .flex,
.about .cons > .flex {
  align-items: flex-start;
}

.about .pros img,
.about .cons img {
  width: 320px;
}

.about .pros .text,
.about .cons .text {
  width: 420px;
}

@media only screen and (max-width: 768px) {

  .about .about-intro .lead {
    padding: 15px 15px;
    height: auto;
    min-height: 150px;
    font-size: 15px;
    background: url(../sale/images/01_sp.jpg)no-repeat center bottom;
    background-size: cover;
  }

  .about .pros img,
  .about .cons img,
  .about .pros .text,
  .about .cons .text {
    width: 100%;
  }

  .about .pros img,
  .about .cons img {
    margin-bottom: 20px;
  }
}


/*============================
#comparison
============================*/

#comparison dl {
  margin-top: 30px;
}

#comparison dl dt {
  padding: 15px 20px;
  background-color: #00832e;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

#comparison dl dd {
  padding: 20px;
  background-color: #f8f8f8;
}


#comparison .table-grid tr {
  text-align: left;
}

#comparison .table-grid th,
#comparison .table-grid td {
  padding: 15px 20px;
}

#comparison .table-grid th:first-child {
  width: 158px;
}

#management-service .table-grid th:first-child {
  width: 217px;
}

#comparison .table-grid tr td:first-of-type,
#management-service .table-grid tr td:first-of-type {
  font-weight: 700;
  background-color: #00832e;
  color: #fff;
  text-align: center;
}

#management-service .table-grid tr td:first-of-type {
  text-align: left;
  padding: 15px 10px 15px 20px;
}

#management-service .table-grid td .min-info {
  margin-top: 3px;
  display: block;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {

  #comparison dl {
    margin-top: 10px;
  }

  #comparison .inner > .min-info,
  #management-service .inner > .min-info{
    margin-bottom: 10px;
  }

  #comparison dl dd {
    padding: 10px;
  }

  #comparison .table-grid th,
  #comparison .table-grid td {
    padding: 10px;
  }

  #comparison .table-grid th:first-child {
    width: 138px;
  }
}
