/* AI査定connectリスト */
body#lp_ai_connect {
  display: flex;
  flex-direction: column;
}
body#lp_ai_connect .c-action {
  margin-top: auto;
}
.c-connect_list {
  padding-top: 1rem;
  padding-bottom: 6rem;
}
.c-connect_list__content {
  width: 104rem;
  margin: 7rem auto 0;
  color: #636c71;
}
.c-connect_list__main {
  max-width: 900px;
  margin: 0 auto;
}
.c-connect_list__hdgLv4 {
  font-weight: 600;
  color: #40494e;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 40px 0 15px;
  padding: 0 0 7px 0;
  font-size: 2rem;
  /* border-bottom: 1px solid #ccc; */
}
.c-connect_list__hdgLv4 + * {
  margin-top: 15px !important;
}
.c-connect_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-connect_list ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-left: 30px;
}
.c-connect_list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-55%);
  width: 12px;
  height: 12px;
  background-color: #40494e;
  border-radius: 50%;
}
.c-connect_list ul li a {
  text-decoration: underline;
  margin-left: 10px;
}
@media only screen and (max-width: 80em) {
  .c-connect_list__content {
    width: 90%;
    max-width: 92rem;
  }
}
@media only screen and (max-width: 35em) {
  .c-connect_list__content {
    width: calc(100% - 3.2rem);
    margin-top: 6rem;
  }
  .c-connect_list__hdgLv4 {
    font-weight: 600;
    color: #40494e;
    letter-spacing: 0.05em;
    line-height: 1.5;
    margin: 30px 0 10px;
    font-size: 1.8rem;
  }
  .c-connect_list__hdgLv4 + * {
    margin-top: 10px !important;
  }
  .c-connect_list__txt {
    margin-top: 12px;
    font-size: 1.4rem;
  }
  .c-connect_list__order {
    margin-top: 12px;
  }
  .c-connect_list__order + * {
    margin-top: 12px;
  }
  .c-connect_list__order > li {
    font-size: 1.4rem;
  }
}

/* AI査定全般 */
.m-headerTitle__sub {
  text-decoration: none;
  color: #000;
}
.m-headerTitle__sub:hover {
  text-decoration: underline;
}
#ai-assessment label.error {
  display: block;
  color: red;
  background-color: white;
}
#ai-assessment .m-frmGroup__body > .m-frmGroup__el:last-child {
  margin-top: 7.5px;
}

/* プライバシーポリシー部分 */
.m-boxApproval__company {
  margin-top: 16px;
  text-align: center;
}
.m-boxApproval__companyName {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.m-boxApproval__link {
  font-size: 16px;
  margin: 0;
  text-align: center;
}

/* エラーモーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 5vh;
  width: 100%;
  overflow: auto;
  background-color: transparent;
}
.modal-content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  color: white;
  background-color: #188a7b;
}
button.close {
  background: transparent;
  color: white;
}

/* スピナーCSS */
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  margin: auto 10px;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

/* 簡易査定結果画面 */
#ai_result .marker-text {
  color: #a1a1a1;
}

/* 簡易査定結果画面のGoogle Map用CSS */
#result_map {
  height: 600px;
}
.gm-style .gm-style-iw-c {
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: 0 0 rgba(0, 0, 0, 0) !important;
}
.gm-style .gm-style-iw-tc::after {
  background-color: transparent !important;
}
.gm-ui-hover-effect {
  display: none !important;
}
.gm-style-iw-d {
  overflow: auto !important;
}
.m-searchMap__pin {
  position: inline !important;
}
