/* おススメボタンの非表示 */
body
  main
  #content
  .maincontent
  .vehicle_wrap
  .vehicle
  .vehicleinner
  .comp
  .comp_btnarea
  .option.bg-image-none::after {
  background-image: inherit;
}

body
  main
  #content
  .maincontent
  .vehicle_wrap
  .vehicle
  .vehicleinner
  .comp
  .comp_selectarea.disp-none {
  display: none;
}
body
  main
  #content
  .maincontent
  .vehicle_wrap
  .vehicle
  .vehicleinner
  .comp
  .comp_selectarea.disp-flex {
  display: flex;
  padding-bottom: 10px;
}
body
  main
  #content
  .maincontent
  .vehicle_wrap
  .vehicle
  .vehicleinner
  .comp
  .car_price_area.disp-none {
  display: none;
}
body
  main
  #content
  .maincontent
  .vehicle_wrap
  .vehicle
  .vehicleinner
  .comp
  .car_price_area.disp-on {
  display: block;
}

/* ボタンの下線を非表示 */
.submitbtnarea a{
  text-decoration: none;
}
/* ボタンの色変更 */
body main #content .maincontent .submitbtnarea input{
	background: -webkit-linear-gradient(top, #ffa322, #ff4d22);
	box-shadow: inset 0 -4px 0 0 rgb(0 0 0 / 20%);
  font-family:YuGothic,'Yu Gothic',sans-serif
}
body main #content .maincontent div.estimatebtnarea input[type="button"]{
  background: -webkit-linear-gradient(top, #ffa322, #ff4d22);
	box-shadow: inset 0 -4px 0 0 rgb(0 0 0 / 20%); 
  font-family:YuGothic,'Yu Gothic',sans-serif
}

.submitbtnarea.js_btn_area a::after {
  content: '';
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  /* right: -83%; */
  right: -68%;
  top: -43px;
  transform: translateY(-50%) rotate(45deg);
}
.estimatebtnarea::after{
  content: '';
  border: 0;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: relative;
  /* right: -83%; */
  right: -65%;
  bottom: 135px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:460px) {
  .estimatebtnarea::after{
  right: -83%;
  }
  .submitbtnarea.js_btn_area a::after {
    right: -83%;
  }
}
/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  @media screen and (max-width:461px) {
    .submitbtnarea.js_btn_area a::after{
      top: -40px;
      right: -86%;
    }
  }
  @media screen and (min-width:460px){
    .estimatebtnarea::after{
      bottom:140px;
    }
    .submitbtnarea.js_btn_area a::after{
      top:-46px;
    }
  }
}


/* Firefox */
@-moz-document url-prefix() {
  .estimatebtnarea::after {
    bottom: 140px;
  }
  .submitbtnarea.js_btn_area a::after{
    top: -45px; 
  }
}
/* Android */
.Android.estimatebtnarea::after
{
  bottom: 125px!important;
}
.Android.submitbtnarea.js_btn_area a::after{
  top: -34px!important;
}

/* Safari */
_::-webkit-full-page-media, _:future, :root .submitbtnarea.js_btn_area a::after{
  top: -38px;
}
_::-webkit-full-page-media, _:future, :root .estimatebtnarea::after{
  bottom: 132px;
}
/* エラーの赤文字 */
.errortxt{
  color: #D00000;
  margin-top: 8px;
}
.error label{
  border-color: #D00000 !important;
  color: #D00000;
}
select.error{
  color: #D00000 !important;
  border: solid 1px #D00000 !important;
}
.error label .btnlabel::before {
  border: solid 1px #D00000 !important;
}
.error label .btnlabel {
  color: #D00000 !important;
}
/* disp-noneの下のエラー文を消す */
.disp-none + .errortxt {
  display: none;
}
/* ボタンaタグ無効化 */
.disabled {
  pointer-events:none;
}
.doc_num{
  text-align: right;
}
.disabled input {
  background: #B2B2B2 !important;
  box-shadow: none!important;
}
@-moz-document url-prefix() {
  body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input {
    background-color: #01493D;
    border: none;
    width: 200px;
    padding-top: 0!important;
    height: 80px!important;
    opacity: 1;
  }
  body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input::placeholder {
    opacity: 1;
  }
}

@media (min-width: 460px){
  body main #content .maincontent .price .price_wrap .price_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto!important;
    margin: auto;
    justify-content: center!important;
  }
  body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input {
    background-color: #01493D;
    border: none;
    width: 300px!important;
    text-align: right;
    padding-top: 50px;
    height: 30px;
    opacity: 1;
    
  }
}
body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input::placeholder {
	font-size:65px
}
@media (max-width: 460px){
  body main #content .maincontent .price .price_wrap .price_inner .price_inputwrap input::placeholder {
    font-size: 40px;
    font-family:YuGothic,'Yu Gothic',sans-serif;
    text-align: right;
  }
}

/* 見積条件 */
.compensation_detail{
  letter-spacing: 1px;
  line-height: 30px;
}

.compensation_detail br{
      display: block;
}
/* ラジオボタン */
/* 
@media (max-width: 460px){
  body main #content .maincontent .grade .gradeinner .grade_btnarea label,
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .vehicle_btnarea label,
  body main #content .maincontent .vehicle_wrap .vehicle .vehicleinner .comp .comp_btnarea label
  {
    display: flex!important;
    padding: 8px 0px!important;
    justify-content: center!important;
    align-items: center!important;
} */

/* 見積計算ボタン */
.estimatebtnarea input{
  cursor: pointer;
}
body main #content .maincontent div.estimatebtnarea input[type="button"] {
  background-color: #007C68;
  border: none;
  color: white;
  font-size: 32px;
  width: 716px;
  padding: 20px 0px;
  border-radius: 50px;
  display: block;
  margin: auto;
  margin-top: 80px!important;
  font-weight: bold;
  letter-spacing: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 460px){
  body main #content .maincontent div.estimatebtnarea input[type="button"] {
    width: 92%;
    margin: auto;
    font-size: 24px;
}
}

/* フッター */
body footer .footerlinkarea a {
	text-decoration: none;
	color: white;
  }
  body footer div.footerlinkarea {
	width: auto;
	margin: auto;
	text-align: center;
  }
  .footer_company_name{
	display: inline-block;
  text-align: left;
  padding-left: 15px;
  color: white;
  }
  
  @media (max-width: 460px){
	body footer div.footerlinkarea {
	  width: 78%;
  }
  }
  @media (max-width: 460px){
	body footer div.footerlinkarea a:nth-child(n+3) {
	  display: block;
	  width: fit-content;
	  margin-left: 15px;
	  margin-top: 8px;
	}
	  .footer_company_name span{
		  display: block;
		  white-space: nowrap;
		  text-align: left;
		  color: white;
	  }
	.footer_company_name{
	  display: block;
	  text-align: left;
    padding-left: 0px;
	}
  .footer_wrapper:nth-child(2){
		margin-top: 20px;
	}
  body footer div.footerlinkarea {
    text-align: left;
    }
}
/* 他キャンペーン共通追加分 str*/
html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: auto;
}
body main #content .maincontent div.estimatebtnarea input[type="button"],
body main #content .maincontent .submitbtnarea input  {
  font-family: inherit;
}
#seminar_form label {
	cursor: pointer;
}
/* ボタンhover時 */
body main #content .maincontent .submitbtnarea input:hover,
body main #content .maincontent div.estimatebtnarea input[type="button"]:hover {
  opacity: 0.5;
}
/* ボタンクリック時デザイン */
body main #content .maincontent div.estimatebtnarea input[type="button"]:active,
body main #content .maincontent .submitbtnarea input:active {
	transform: translateY(4px);
}
/* 入力画面遷移ボタン（上部）非表示 */
.maincontent .submitbtnarea.js_btn_area.OFF {
  display: none;
} 
/* タイトル横ロゴ表示用 */
.logoDisp, .logoDispOFF {
  justify-content: space-around;
}
.logoDisp .headinglogo, .logoDispOFF .headinglogo {
  display: none !important;
}
.submitbtnarea.js_btn_area a::after,
.estimatebtnarea::after {
  right: -78%;
}
/* パンフレット部分マウスオーバー時 */
body main #content .maincontent .doclink_wrap .doclink a:hover {
  background-color: #F5FCE7;
}
@media screen and (max-width: 460px) {
  .submitbtnarea.js_btn_area a::after {
      right: -88%;
  }
}
/* 他キャンペーン共通追加分 end*/