.lp-footer {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .lp-footer {
    margin: 0px;
    z-index: 2;
    padding: 0px;
  }
}

.footer-bar {
  background-color: #5c4e4e;
  padding: 1px 0px;
  height: 50px;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .footer-bar {
    height: 36px;
  }
}

.footer-bar-inner {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .footer-bar-inner {
    padding: 0px 10px;
  }
}

.lp-footer-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  gap: 0 10px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-logo {
    gap: 0 5px;
  }
}

.lp-footer-logo-img {
  flex: 0 0 60px;
  max-width: 60px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-logo-img {
    flex: 0 0 40px;
    max-width: 40px;
  }
}
.lp-footer-logo-img img {
  width: 100%;
}

.lp-footer-logo-r {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-logo-r {
    padding-top: 3px;
  }
}

.lp-footer-logo-r-img {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-logo-r-img {
    width: 100px;
  }
}
.lp-footer-logo-r-img img {
  width: 100%;
  display: block;
}

.lp-footer-logo-r-txt {
  text-align: right;
  font-size: 11px;
  color: #ff9427;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .lp-footer-logo-r-txt {
    font-size: 10px;
    margin-top: 0px;
    line-height: 1.5;
  }
}

.lp-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding: 30px 0 30px;
  color: #5b4d4d;
}
@media only screen and (max-width: 768px) {
  .lp-footer__inner {
    align-items: flex-end;
    padding: 20px 10px;
  }
}

.lp-footer__l {
  flex: 1;
  text-align: left;
}
.lp-footer__r {
  flex: 0 0 300px;
  max-width: 300px;
}
@media only screen and (max-width: 768px) {
  .lp-footer__r {
    flex: 0 0 auto;
  }
}

.lp-footer__company {
  font-size: 16px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .lp-footer__company {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 2;
  }
}

.lp-footer__company-name {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .lp-footer__company-name {
    font-size: 12px;
  }
}

.lp-footer__company-addr {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .lp-footer__company-addr {
    font-size: 12px;
  }
}

.lp-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  gap: 20px;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .lp-footer__copyright {
    font-size: 10px;
    gap: 10px;
  }
}

.lp-footer__copyright img {
  width: 185px;
}
@media only screen and (max-width: 768px) {
  .lp-footer__copyright img {
    width: 90px;
  }
}

.p-mark img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 75px;
}
@media only screen and (max-width: 768px) {
  .p-mark img {
    margin-bottom: 5px;
  }
}

.p-mark-txt {
  white-space: nowrap;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .p-mark-txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .p-mark-txt-1 {
    margin-bottom: 4px;
  }
}

.body-lp-hoiku .contents-step-form-main-in {
  max-width: 880px;
  width: 100%;
}
.body-lp-hoiku .contents-step-form-main-header {
  background-color: #fbbd42;
}
@media only screen and (min-width: 769px) {
  .body-lp-hoiku .contents-step-form-main-header {
    overflow: hidden;
  }
}
.body-lp-hoiku .contents-step-form-main-header-cnt {
  padding: 5px 0px;
}
@media only screen and (max-width: 768px) {
  .body-lp-hoiku .contents-step-form-main-header-cnt {
    box-shadow: 0px 3px 3px 0px rgba(255, 148, 39, 0.15);
    border-radius: 5px;
  }
}
.body-lp-hoiku .contents-step-form-main-header-cnt-tit {
  color: #00b25c;
  line-height: 1.25;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 768px) {
  .body-lp-hoiku .contents-step-form-main-header-cnt-tit {
    font-size: 16px;
    line-height: 1.35;
  }
}
.body-lp-hoiku .contents-step-form-main-header-cnt-tit .u-txt-emp {
  color: #ff9427;
  background: linear-gradient(transparent 70%, #ffffbf 30%);
}
.body-lp-hoiku .contents-step-form-mv {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .body-lp-hoiku .contents-step-form-mv {
    height: 180px;
    margin-top: 5px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .body-lp-hoiku .contents-step-form-mv::after {
    content: none;
  }
}
@media only screen and (max-width: 768px) {
  .body-lp-hoiku .contents-step-form-mv-cnt-list {
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.0666666667));
  }
}
.body-lp-hoiku .contents-step-form-mv-cnt-list-item .u-txt-emp {
  color: #ff9427;
}
.body-lp-hoiku .contents-step-form-mv-cnt-list-item .u-check {
  background-color: #00b25c;
}
.body-lp-hoiku .contents-step-form-main {
  background: url("../img/pc_bg.jpg") no-repeat top 100px right/cover;
  min-height: 500px;
}
@media only screen and (max-width: 768px) {
  .body-lp-hoiku .contents-step-form-main {
    min-height: 0px;
    background: url("../img/sp_bg.jpg?v=1") no-repeat top 45px right/100% auto;
  }
}
.body-lp-hoiku .p-step-form {
  border: 1px solid #fbbd42;
  background-color: #fdf9ee;
}
@media only screen and (max-width: 768px) {
  .body-lp-hoiku .p-step-form {
    min-height: 410px;
  }
}
.body-lp-hoiku .p-step-form-flow-tit {
  color: #ff9427;
}
.body-lp-hoiku .p-step-form-flow-pager-item.is-active {
  background-color: #ff9427;
}
.body-lp-hoiku .p-step-form-flow-copy {
  background-color: #ff9427;
}
.body-lp-hoiku .p-step-form-select-list-item input[type=radio]:checked + label,
.body-lp-hoiku .p-step-form-select-list-item input[type=checkbox]:checked + label {
  background-color: #00b25c;
}
.body-lp-hoiku .mod-select-address__plist-item.is-selected {
  background-color: #00b25c;
}
.body-lp-hoiku .mod-select-address__plist-item__other-list-group-list-item.is-selected {
  background-color: #00b25c !important;
}
.body-lp-hoiku .p-step-form-list-item-ctl-next.is-active {
  background-color: #ff9427;
  box-shadow: 0px 3px 0px 0px rgba(255, 148, 39, 0.6);
}
.body-lp-hoiku .p-step-form-list-item-ctl-submit.is-active {
  background-color: #ff9427;
}
