@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.p-appraisal * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.appraisal-main {
  position: relative;
  width: 100%;
}

.appraisal-main::before {
  content: "";
  display: block;
  background: #003791;
  width: 100vw;
  height: 130px;
  position: absolute;
  top: 44%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .appraisal-main::before {
    height: 24vw;
  }
}

.appraisal-title {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .appraisal-title {
    width: 90vw;
  }
}

.appraisal-main a {
  display: block;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .appraisal-main a {
    width: 64vw;
    top: 66%;
  }
}

.appraisal-main a img {
  transition: opacity 0.3s;
}

.appraisal-main a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .appraisal-img img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
}

.appraisal-container {
  max-width: 930px;
  margin-inline: auto;
  padding-inline: 30px;
}

.appraisal-container_wide {
  max-width: 1010px;
  margin-inline: auto;
  padding-inline: 30px;
}

.appraisal-about {
  background: #F0FAFF;
  padding: 40px 0 80px;
}
.appraisal-about h2 {
  color: #C90000;
  font-weight: 900;
  font-size: 63px;
  text-align: center;
  line-height: 1.2;
}
.appraisal-about h2 span {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.4;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .appraisal-about h2 span {
    font-size: 22px;
  }
}
.appraisal-about .appraisal-row {
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .appraisal-about .appraisal-row {
    flex-direction: column;
  }
}
.appraisal-about .appraisal-coltxt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .appraisal-about .appraisal-coltxt {
    width: 100%;
  }
}
.appraisal-about .appraisal-coltxt p {
  font-size: min(4.26vw, 18px);
  font-weight: 600;
  line-height: 1.8;
}
.appraisal-about .appraisal-colfig {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .appraisal-about .appraisal-colfig {
    width: 100%;
  }
}

.appraisal-btn_list {
  margin-top: 60px;
  display: flex;
  margin-inline: -15px;
}
@media screen and (max-width: 768px) {
  .appraisal-btn_list {
    flex-direction: column;
  }
}
.appraisal-btn_item {
  width: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .appraisal-btn_item {
    width: 100%;
    text-align: center;
  }
}
.appraisal-btn_item img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: opacity 0.3s;
}
.appraisal-btn_item:nth-child(2) {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .appraisal-btn_item:nth-child(2) {
    text-align: center;
    margin-top: 20px;
  }
}
.appraisal-btn_item a:hover img {
  opacity: 0.8;
}

.appraisal-result {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .appraisal-result {
    padding: 50px 0;
  }
}
.appraisal-result h2 {
  text-align: center;
  color: #C90000;
  font-weight: 900;
  font-size: min(8.53vw, 53px);
}

.appraisal-result_list {
  display: flex;
  margin-inline: -5px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .appraisal-result_list {
    flex-direction: column;
  }
}
.appraisal-result_item {
  width: 50%;
  padding: 0 5px;
  margin-bottom: 60px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .appraisal-result_item {
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
  }
}

.result-top {
  flex: 0 0 220px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .result-top {
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.result-top figure img {
  aspect-ratio: 400/300;
  object-fit: cover;
}
.result-sub {
  flex: 1;
  flex-direction: column;
  display: flex;
}
@media screen and (max-width: 768px) {
  .result-sub {
    margin-top: 20px;
  }
}
.result-title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 8px;
}
.result-tag {
  margin-top: 6px;
}
.result-tag span {
  font-size: 11px;
  background: #0F4C85;
  color: #fff;
  padding: 2px 15px 3px;
  border-radius: 40px;
}
.result-tag span.tag02 {
  background: #29ABE2;
}
.result-info {
  font-size: 12px;
  line-height: 1.5;
}
.result-info_item {
  display: flex;
  margin-bottom: 5px;
}
.result-info_ttl {
  background: #f1f1f1;
  width: 98px;
  padding: 0 5px;
}
.result-info_txt {
  flex: 1;
  padding-left: 10px;
}
.result-price {
  display: flex;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .result-price {
    margin-top: 10px;
  }
}
.result-price_title {
  background: #C90000;
  font-size: 12px;
  color: #fff;
  padding: 0 10px;
}
.result-price_num {
  font-size: 15px;
  font-weight: 700;
  color: #C90000;
  padding-left: 10px;
}
.result-price_num .yen {
  font-size: 11px;
}
.result-price_tax {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  top: 7px;
}

.appraisal-info {
  background: #F0FAFF;
  padding: 50px 0;
}
.appraisal-info h2 {
  color: #2652A0;
  font-weight: 700;
  font-size: min(6.4vw, 35px);
  text-align: center;
}
.appraisal-info_list hr {
  margin: 50px 0;
  border-bottom: 1px solid #003791;
}
.appraisal-info_item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .appraisal-info_item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.appraisal-info_title span {
  background: #D0D0D0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  width: 136px;
  padding: 5px 10px;
  display: inline-block;
}
.appraisal-info_content {
  font-size: 14px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .appraisal-info_content {
    padding-left: 0;
    margin-top: 10px;
  }
}

.appraisal-flow {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .appraisal-flow {
    padding: 50px 0;
  }
}
.appraisal-flow h2 {
  font-size: min(8.53vw, 53px);
  color: #C90000;
  font-weight: 900;
  text-align: center;
}
.appraisal-flow_list {
  position: relative;
}
.appraisal-flow_list::before {
  content: "";
  display: block;
  width: 117px;
  background: url(../img/appraisal/fig-flow.png) no-repeat center center;
  background-size: contain;
  aspect-ratio: 234/222;
  position: absolute;
  top: -111px;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .appraisal-flow_list::before {
    left: -30px;
    width: 80px;
    top: -74px;
  }
}
.appraisal-flow_item {
  margin-bottom: 50px;
  position: relative;
}
.appraisal-flow_item::after {
  content: "";
  display: block;
  width: 100px;
  height: 40px;
  background: #003791;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
}
.appraisal-flow_item:last-child::after {
  display: none;
}

.step-title {
  background: #003791;
  padding: 12px 30px 10px;
}
.step-title h3 {
  font-size: min(6.93vw, 40px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}
.step-title h3 span.step {
  font-size: min(6.4vw, 40px);
  font-weight: 800;
  color: #fff;
  margin-right: 80px;
}
@media screen and (max-width: 768px) {
  .step-title h3 span.step {
    margin-right: 0;
    display: block;
  }
}

.step-content {
  background: #F7F7F7;
  border: 7px solid #003791;
  padding: 50px 30px 34px;
}
@media screen and (max-width: 768px) {
  .step-content {
    padding: 30px 20px 20px;
  }
}
.step-content h4 {
  font-size: min(5.3vw, 24px);
  font-weight: 700;
  margin-bottom: 20px;
}
.step-content p {
  font-size: min(4.26vw, 18px);
}

.appraisal-form {
  background: #1964AD;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .appraisal-form {
    padding: 50px 0;
  }
}
.appraisal-form_head {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: min(4.26vw, 20px);
  margin-bottom: 40px;
}
.appraisal-form h2 {
  font-size: min(8.53vw, 53px);
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.appraisal-form_wrap {
  background: #fff;
  padding: 40px;
  position: relative;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .appraisal-form_wrap {
    padding: 20px;
  }
}
.appraisal-form_wrap::before {
  content: "";
  display: block;
  width: 117px;
  aspect-ratio: 234/228;
  background: url(../img/appraisal/fig-form.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -114px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .appraisal-form_wrap::before {
    display: none;
  }
}
.appraisal-form_wrap h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
}
.appraisal-form_wrap .app-submit input[type=submit] {
  width: 100%;
  max-width: 400px;
  margin: 50px auto;
  display: block;
  background: #E9983E;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: opacity 0.3s;
}
.appraisal-form_wrap .app-privacy {
  text-align: center;
}
.appraisal-form_wrap .app-privacy a {
  color: #000;
  text-decoration: underline;
}
.appraisal-form_wrap .app-privacy a:hover {
  text-decoration: none;
}
.appraisal-form_wrap .app-privacy i.icn-external {
  content: "";
  display: inline-block;
  width: 13px;
  height: 10px;
  background: url(../img/appraisal/icn-external.png) no-repeat center center;
  background-size: contain;
  margin-left: 5px;
}
.appraisal-form_table {
  border-top: 1px solid #707070;
  width: 100%;
}
.appraisal-form_table th,
.appraisal-form_table td {
  border-bottom: 1px solid #707070;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .appraisal-form_table th,
  .appraisal-form_table td {
    display: block;
  }
}
.appraisal-form_table th {
  white-space: nowrap;
  padding-right: 20px;
  font-weight: 600;
  font-size: 12px;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .appraisal-form_table th {
    width: 100%;
    border: 0;
    padding: 20px 0 10px;
  }
}
.appraisal-form_table th .ap-must {
  font-size: 11px;
  line-height: 1;
  background: #DB5259;
  color: #fff;
  padding: 2px 5px 3px;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .appraisal-form_table td {
    width: 100%;
    padding: 0 0 20px;
  }
}
.appraisal-form_table input[type=text],
.appraisal-form_table input[type=email],
.appraisal-form_table input[type=tel],
.appraisal-form_table textarea {
  width: 100%;
  padding: 10px;
  border: none;
  background: #F7F7F7;
  font-size: 16px;
}
.appraisal-form_table select {
  width: 100%;
  padding: 10px;
  background-color: #F7F7F7;
  border: 0;
}

body.appraisal footer,
body.confirm footer,
body.error footer,
body.thanks footer {
  margin-top: 0;
}/*# sourceMappingURL=appraisal.css.map */