body {
  padding-bottom: 50px;
  background-color: #f0f0f0;
}

@media only screen and (min-width: 761px) {
  body {
    background-color: #F5F5F5;
    box-shadow: 0 0 15px -5px #000000;
  }
}

input[readonly] {
  color: #333333;
}


.cv_suggest{
	background-color: #FFF;
	z-index: 10;
	width: 100%;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
	border-radius: 4px;
}

.cv_suggest div{
	border-bottom: 1px solid #c4c4c4;
	padding: 8px 20px;
	width: 90%;
	margin: 0 auto;
}

.cv_suggest div:hover,.cv_suggest div:focus,.cv_suggest div:active{
	opacity: 0.8;
	cursor: pointer;
	background-color: #f3faff!important;
}

.cv_suggest div p{
	font-size: 16px;
}

.cv_suggest div span{
	font-size: 14px;
	color: #777777;
	font-weight: normal;
	overflow-wrap: break-word;
}

.cv_area {
  background-color: rgb(51 51 51 / 70%);
  padding-top: 15px;
  padding-bottom: 15px;
}

.cv_fix {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0; /* 初期状態は非表示 */
  transform: translateY(30px); /* 下に30pxずらしておく */
  pointer-events: none; /* 非表示時にクリック無効 */
}

.cv_fix.show {
  opacity: 1;
  transform: translateY(0); /* 元の位置に移動 */
  pointer-events: auto; /* 表示時にクリック有効 */
}

.cv_header {
  width: 84%;
  margin: 0 auto;
}

.cv_btn {
  width: 78%;
  margin: 0 auto;
}

.cv_btn2 {
  width: 90%;
  margin: 40px auto;
}

@media only screen and (min-width: 761px) {
  .cv_area {
    width: 400px;
    margin: 0 auto;
  }
}

#form {
  padding-top: 40px;
  margin-top: -40px;
}

.no_address {
  margin-top: 15px;
}

.value {
  display: flex;
  align-items: center;
  gap: 0 10px;
  flex-wrap: wrap;
}

body .section .digital_address_area {
  width: 56%;
}

body .section ul li .s .form_address_area,
body .section ul li .s .form_estate_area {
  width: 300px;
}

.address_btn {
  padding: 6px 8px;
  border-radius: 6px;
  background-color: #fa8072;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

.voice {
  background-color: #E9F5FB;
  padding-bottom: 20px;
}

.voice_list {
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.voice_list .slide-arrow {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  position: absolute;
  z-index: 5000;
  top: 50%;
}

.voice_list .prev-arrow {
  background-image: url(../img/prev_btn.png);
  left: 0;
  transform: translate(-20%, -50%);
}

.voice_list .next-arrow {
  background-image: url(../img/next_btn.png);
  right: 0;
  transform: translate(20%, -50%);
}

.voice_list .slick-disabled {
  display: none!important;
}

.other_menu {
  width: 92%;
  margin: 0 auto;
}

.other_menu ul {
  padding-top: 30px;
  padding-bottom: 40px;
}

.other_menu ul li {
  margin-top: 13px;
  padding-bottom: 12px;
  border-bottom: solid 1px #DDDDDD;
  font-size: 12px;
  position: relative;
}

.other_menu ul li::after {
  content: '';
  position: absolute;
  top: 2px;
  right: 15px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.other_menu ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding-left: 8px;
}

.footer .logo_area .kaitry {
  width: 133px;
  margin: 0 auto 20px;
}

.footer .logo_area .pptc {
  width: 135px;
  margin: 0 auto 22px;
}

.copyright {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.5px;
  padding-bottom: 40px;
}

/***
  * TOP
  */
.no_suggest_result {
  position: absolute;
  z-index: 10;
  width: 400px;
  padding: 26px 20px;
  background: #fff;
  text-align: center;
  border-radius: 2px;
  display: none;
}

.el-card, .shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25) !important;
}

.no_suggest_result .main_txt {
  font-size: 20px;
  margin-bottom: 12px;
}

.bold {
  font-style: normal !important;
  font-weight: 700 !important;
}

.no_suggest_result .sub_txt {
  font-size: 16px;
  line-height: 170%;
}

.no_suggest_result .form_button {
  margin: 26px auto 6px;
  padding: 12px 60px;
  font-size: 16px;
  border-radius: 4px;
  background: #ff8900;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 36%;
}

body .section ul li .value .selectShortWrap {
  position: relative;
}

body .section ul li .value .selectShortWrap::after,
body .section ul li .value .selectShortWrap::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 14px;
  height: 10px;
  background-size: 14px 9px;
}

body .section ul li .value .selectShortWrap::after {
  z-index: 101;
  background: url(../img/triangle.png) no-repeat;
  right: 16px;
}

body .section ul li .value .selectShortWrap::before {
  z-index: 100;
  background-color: #fff;
  right: 1px;
}

body .section ul li .value select.short {
  width: 100%;
  background: none;
}

body .section ul .tvcm {
  margin-top: 11px;
}

body .section ul .tvcm .value {
  color: rgb(64, 158, 255);
}

body .section ul .tvcm .value input {
  width: auto; -webkit-appearance: auto;
}


/***
  * 査定完了画面
  */

.assessment_wrap {
  padding-top: 42px;
}

.assessment_result.form_detail {
  margin-bottom: 0;
  padding-bottom: 46px;
}

.assessment_result {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 64px;
  margin-bottom: 48px;
}

.assessment_result.form_detail .result_head {
  margin-bottom: 0;
}

.assessment_result .result_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 62px;
}

.assessment_result .result_head .title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 36px;
}

.assessment_result .result_head .price {
  margin-bottom: 40px;
}

.assessment_result .result_head .price .price_label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 74px;
  font-size: 28px;
  font-weight: 700;
  background-color: #f3faff;
  margin: auto;
}

.assessment_result .result_head .price .price_number {
  font-size: 64px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.assessment_result .result_head .price .price_number small {
  font-size: 36px;
}

.assessment_result .result_head .price .price_note {
  font-size: 16px;
  font-weight: 700;
  color: #ff5959;
}

.assessment_result .result_head .ai_note {
  color: #ff5959;
  text-align: center;
  width: 100%;
  max-width: 700px;
  border: 2px solid #ff5959;
  padding: 15px;
}

.assessment_result .result_head .ai_note .ai_note_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.assessment_result .result_head .ai_note .ai_note_content {
  font-size: 14px;
}

.assessment_advantage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 64px;
}

.assessment_advantage .advantage_title {
  font-size: 24px;
  font-weight: 700;
  border-bottom: 4px solid #32a3fd;
  margin-bottom: 24px;
}

.assessment_advantage .advantage_body {
  display: flex;
  width: 100%;
  max-width: 852px;
}

.assessment_advantage .advantage_body .advantage_item {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  width: calc((100% - 24px) / 3);
  border: 1px solid #32a3fd;
  margin-right: 12px;
  padding: 12px 12px 12px 40px;
}

.assessment_advantage .advantage_body .advantage_item:last-child {
  margin-right: 0;
}

.assessment_contact_box {
  display: flex;
  justify-content: center;
  background-color: #f3faff;
  padding: 64px 0;
}

.assessment_contact_box .contact_box_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 #00000040;
  background-color: #ff8900;
  margin-right: 21px;
}

.assessment_contact_box .contact_box_item small {
  font-size: 14px;
}

.assessment_contact_box .contact_box_item strong {
  font-size: 18px;
  font-weight: 700;
}

.assessment_contact_box .contact_box_item.phone {
  position: relative;
  font-size: 16px;
  border: 2px solid #62c3bd;
  background-color: #fff;
  color: #62c3bd;
  pointer-events: none;
  cursor: default;
}

.assessment_contact_box .contact_box_item:last-child {
  margin-right: 0;
}

.assessment_contact_box .contact_box_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 330px;
  height: 80px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 4px 4px 0 #00000040;
  background-color: #ff8900;
  margin-right: 21px;
}

.assessment_contact_box .contact_box_item.phone strong {
  font-size: 16px;
  border-bottom: 1px solid #62c3bd;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.form .btnWrap .btn[disabled] {
  background-color: #9b9b9bfd;
  color: #fff;
  cursor: not-allowed;
  font-size: 14px;
}

.contentWrapper .notice {
  display: block;
  color: #ff5959;
  background-color: #fff;
  font-size: 11px;
  margin-bottom: 14px;
  line-height: 1.2rem;
}

.show_none {
  display: none;
}


@media only screen and (max-width: 760px) {
  .other_menu ul {
    font-size: 12px;
  }
  input {
    font-size: 16px;
  }
  .no_suggest_result {
    width: 80%;
  }

  .no_suggest_result .main_txt {
    font-size: 16px;
  }

  .no_suggest_result .sub_txt {
    font-size: 12px;
  }

  body .section ul .flexwrap .p_sub {
    flex-wrap: nowrap;
  }

  .contentWrapper .notice {
    font-size: 14px;
  }
}
