.toDetail.rp {
  display: flex;
  justify-content: flex-end;
}
.toDetail.cp {
  display: flex;
  justify-content: center;
}
.toDetail a {
  font-size: 12px;
  line-height: 16px;
  display: block;
  color: #027AB5 !important;
  font-weight: normal !important;
  width: fit-content;
}
.toDetail.toLoanDetail {
  padding: 2px 0;
}
.toDetail.toRequestImgDetail {
  margin: 5px 0 -3px;
}
.kurumaPageInspection .faultAnalysis.haveDetail {
  flex-direction: column;
  align-items: flex-start;
}
.faultAnalysisDetail {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.toDetail.toCertificateDetail {
  margin: 8px 0 0;
}
.toDetail.toInsideCar {
  display: flex;
  align-items: center;
  gap: 14px;
}
.toDetail.toEquipmentDetail {
  margin-top: 14px;
}
.toDetail.toEquipmentDetail {
  margin-top: 14px;
}
.toDetail .toGuaranteedDetail {
  margin-top: 4.5px;
}
.toDetail.gooKanteiHyoukaHeader,
.faultDiagnosis_certificate_all p.toDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newLoanBlock.loanBlock {
  width: 665px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.spreadNew #propertyMain .loanBlock.newLoanBlock .loanBlock_modal_btn{
  width: 324px;
  flex-shrink: 0;
  box-sizing: border-box;
  margin: 20px 0 0;
  padding: 15px 0 12px;
}
.spreadNew #propertyMain .loanBlock .loanBlock_modal_btn.loanModal-btn_email {
  background: url(/common_v2/img/img_loan_email.png) no-repeat;
  background-size: 24px;
  background-position: 24px center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.spreadNew #shopInfoDetail .shopSection .heaingStyleA, .search_footerlink h2.toDetail {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.last_fav .fav_text .center_new {
  transform: translateY(90%);
}
.toDetail.toAddImgDetail.showPC {
  padding-top: 28px;
  margin-top: 0;
  height: auto !important;
}
.toDetail.toAddImgDetail.showPC a {
  color: #fff !important;
  text-decoration: underline;
  font-size: 14px !important;
}
/* sp */
.toDetail.toAddImgDetail {
  margin: 18px auto 0; 
}
.toDetail.toAddImgDetail::before {
  content: none !important;
}
.online_residual_value_new.residual_value {
  margin-bottom: 0;
  padding-bottom: 10px !important;
}
.toDetail.toCommonSpDetail {
  margin: 10px 16px 10px 0; 
}
.online_residual_value_new.residual_value+.toDetail.toCommonSpDetail {
}
.toDetail.toLoanSpDetail {
  margin: 0;
  padding: 0 16px 18px 0;
  background: #FAFAFA !important;
}
.toDetail.toAssessmentDetail {
  padding: 0 0 13px;
  margin-top: -4px;
}
.toDetail.toAssessmentDetail a {
  padding-right: 0 !important;
}
.trouble_analysis .toDetail.toAssessmentDetail {
  padding-bottom: 0;
  padding-top: 10px;
  background: #F7F7F7;
  margin-top: 0;
}
.shopReviewBox .revList .comment.toDetail {
  margin-bottom: 0;
}
.shopReviewBox .revList .comment.toDetail a {
  margin-top: 8px;
}
.loanPlanWrap .loanPlan_content_link.loanModal-btn_calculator {
  margin-top: 16px;
}
.loanPlanWrap .loanPlan_content_link.loanModal-btn_email {
  margin-top: 8px;
}
.loanPlanNewWrap.loanPlanWrap {
  padding-bottom: 6px !important;
  border-bottom: 0;
}
.loanPlanWrap .loanPlan_content_link.loanModal-btn_email:before {
  background: url(../img/img_loan_email.png) center / contain no-repeat;
  width: 24px;
  height: 24px;
}
@media (any-hover: hover)  {
  .toDetail a:hover {
    text-decoration: underline;
  }
}