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;
}

.other_menu {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #e5e5e5;
}

.other_menu ul {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  justify-content: end;
}

.other_menu ul li {
  margin-left: 10px;
}

/***
  * TOP
  */
.no_suggest_result {
  position: absolute;
  width: 26%;
  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%;
}


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

.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: 10px;
}

.contentWrapper .colum .notice_pc {
  color: #ff5959;
  background-color: #fff;
  font-size: 12px;
  margin-left: 14px;
}

.contentWrapper .notice_sp {
  display: none;
}


@media only screen and (max-width: 999px) {
  .other_menu ul {
    font-size: 12px;
    display: block;
  }
  .other_menu ul li {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  
  .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 .colum .notice_pc {
    display: none;
  }
  
  .contentWrapper .notice_sp {
    color: #ff5959;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 14px;
  }
}
