#intro {
	background: url("../new-debt-problem/img/bg_01.jpg") right top no-repeat;
}

#case footer h3 {
	margin-bottom: 1em;
}

.page_debt h5 {
    color: #6FA432;
    border-bottom: 1px solid #CCC;
    font-size: 18px;
	margin-bottom: 1em;
    font-weight: bold;
}

/*# sourceMappingURL=page_debt.css.map */

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

#intro {
	padding-bottom: 150px;
	background-size: 220px;
	background-position: center bottom;
	margin-bottom: 0;
}

#case footer h3 {
	text-align: center;
}

.page_debt h5 {
    font-size: 14px;

}
}

/*---------- 他のお悩みページとは表示内容が異なるため要注意 ----------*/
/*料金体系調整 - 20231130*/
#teras {
  padding-top: 2em;
}
.panel-teras li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
.pay-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print,screen and (min-width: 741px) {
  .panel-teras p {
    text-indent: -0.95em;
    padding-left: 1.4em;
  }
}
@media only screen and (max-width: 740px) {
  .pay-flex .panel-teras {
    width: 100%;
  }
  #action .heading-4 {
    position: relative;
    font-size: 20px;
    margin-bottom: 30px;
  }
  #action .heading-4 .small {
    color: #000;
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 14px;
  }
  _::-webkit-full-page-media, _:future, :root .panel-teras li {
    text-indent: -0.9em;
    padding-left: 0.85em;
  }
  .panel-teras p {
    text-indent: -0.95em;
    padding-left: 1.4em;
  }
  _::-webkit-full-page-media, _:future, :root .panel-teras p {
    text-indent: -0.99em;
    padding-left: 0.85em;
  }
}


/*弁護士写真枠*/
#greeting header .photo.photo-flex {
  width: 910px;
  display: flex;
  justify-content: center;
  gap:30px;
}
.photo-single {
  width: 21%;
}
.photo-single img {
  display: flex;
  margin: auto;
}
.photo-single img:last-child {
  width: 121px;
  display: flex;
  margin: 7px auto 10px;
}
@media print,screen and (max-width: 740px) {
  #greeting header .photo.photo-flex {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5%;
  }
  .photo-single {
    width: 42%;
  }
  .photo-single img:last-child {
    margin: 7px auto 15px;
  }
}
